Skip to content

Commit 25d4f93

Browse files
committed
fix(deps): consolidate dependency security fixes
- Upgrade http-server from ^0.12.3 to ^14.1.1 (v14 drops ecstatic) - Remove ecstatic devDependency (no longer needed) - Add yarn resolutions for transitive vulnerabilities: brace-expansion, convict, follow-redirects, handlebars, js-yaml, liquidjs, lodash, minimatch, picomatch, qs, sha.js Supersedes #4028, #4093, #4094, #4102, #4120, #4121, #4122. yarn audit: 0 vulnerabilities.
1 parent fbc2650 commit 25d4f93

2 files changed

Lines changed: 338 additions & 179 deletions

File tree

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,28 @@
3030
"delay": "2500ms",
3131
"ext": "*"
3232
},
33+
"resolutions": {
34+
"brace-expansion": ">=1.1.13",
35+
"convict": ">=6.2.5",
36+
"follow-redirects": ">=1.16.0",
37+
"handlebars": ">=4.7.9",
38+
"js-yaml": ">=4.1.1",
39+
"liquidjs": ">=10.25.5",
40+
"lodash": ">=4.18.1",
41+
"minimatch": ">=3.1.4",
42+
"picomatch": ">=2.3.2",
43+
"qs": ">=6.14.2",
44+
"sha.js": ">=2.4.12"
45+
},
3346
"devDependencies": {
3447
"@antora/cli": "^3.1.10",
3548
"@antora/site-generator-default": "^3.1.10",
3649
"@tinymce/antora-extension-livedemos": "^0.1.0",
3750
"@tinymce/moxiedoc": "^0.3.0",
3851
"dom-to-semantic-markdown": "^1.5.0",
3952
"dotenv": "^16.5.0",
40-
"ecstatic": "^4.1.4",
4153
"gpt-tokenizer": "^3.4.0",
42-
"http-server": "^0.12.3",
54+
"http-server": "^14.1.1",
4355
"jsdom": "^24.1.0",
4456
"nodemon": "^3.1.10",
4557
"npm-run-all": "^4.1.5"

0 commit comments

Comments
 (0)