Skip to content

Commit e63e80b

Browse files
authored
Some updates (#2089)
* *sanitize-html* repo deprecated effective 2026 02 26... claims moved to https://github.com/apostrophecms/apostrophe/tree/main/packages/sanitize-html . Do when/if possible. * Some major sub-dep versions were tagged in outdated... will need to spend more dedicated time soon to see if they can be migrated in. Auto-merge
1 parent b8fd1fd commit e63e80b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"version": "0.6.0",
55
"main": "app",
66
"dependencies": {
7-
"ace-builds": "1.39.0",
7+
"ace-builds": "1.43.6",
88
"animate.css": "4.1.1",
99
"ansi-colors": "4.1.3",
1010
"async": "3.2.6",
1111
"@octokit/auth-oauth-app": "4.3.1",
12-
"aws-sdk": "2.1692.0",
12+
"aws-sdk": "2.1693.0",
1313
"body-parser": "1.20.3",
1414
"bootstrap": "3.4.1",
1515
"bootstrap-markdown": "git+https://github.com/OpenUserJS/bootstrap-markdown.git#marked4.x",
1616
"clipboard": "2.0.11",
17-
"compression": "1.8.0",
17+
"compression": "1.8.1",
1818
"connect-mongo": "5.1.0",
1919
"diff": "5.2.0",
2020
"express": "4.21.2",
@@ -24,7 +24,7 @@
2424
"express-session": "1.18.1",
2525
"express-svg-captcha": "1.0.1",
2626
"font-awesome": "4.7.0",
27-
"formidable": "3.5.2",
27+
"formidable": "3.5.4",
2828
"git-rev": "0.2.1",
2929
"git-rev-sync": "3.0.2",
3030
"github": "git+https://github.com/octokit/rest.js.git#29dedb3",
@@ -36,15 +36,15 @@
3636
"jsdom": "26.0.0",
3737
"less-middleware": "3.1.0",
3838
"marked": "12.0.2",
39-
"marked-highlight": "2.2.1",
39+
"marked-highlight": "2.2.4",
4040
"media-type": "0.3.1",
4141
"method-override": "3.0.0",
4242
"mime-db": "1.53.0",
4343
"moment": "2.30.1",
4444
"moment-duration-format": "2.3.2",
4545
"mongodb": "6.14.2",
4646
"mongoose": "5.13.23",
47-
"morgan": "1.10.0",
47+
"morgan": "1.10.1",
4848
"mu2": "0.5.21",
4949
"octicons": "4.4.0",
5050
"passport": "0.4.1",
@@ -61,15 +61,15 @@
6161
"request": "2.88.2",
6262
"rfc2047": "4.0.1",
6363
"s3rver": "3.7.1",
64-
"sanitize-html": "2.14.0",
64+
"sanitize-html": "2.17.2",
6565
"select2": "3.5.2-browserify",
6666
"select2-bootstrap-css": "1.4.6",
67-
"serve-favicon": "2.5.0",
67+
"serve-favicon": "2.5.1",
6868
"spdx-license-ids": "3.0.17",
6969
"strip-markdown": "4.2.0",
7070
"terser": "4.8.1",
7171
"toobusy-js": "0.5.1",
72-
"underscore": "1.13.7",
72+
"underscore": "1.13.8",
7373
"useragent": "2.3.0"
7474
},
7575
"optionalDependencies": {

0 commit comments

Comments
 (0)