Skip to content

Commit 428067b

Browse files
davsclausclaude
andauthored
chore: add resolutions to fix dependabot security alerts (#1665)
* chore: add resolutions to fix dependabot security alerts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: run yarn dedupe to fix CI check Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: remove js-yaml resolution (breaks gulp-eslint in antora-ui-camel) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 30f2088 commit 428067b

4 files changed

Lines changed: 305 additions & 14268 deletions

File tree

antora-ui-camel/package.json

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,27 @@
8282
"resolutions": {
8383
"http-cache-semantics": "4.1.1",
8484
"nth-check": "2.1.1",
85-
"semver-regex": "4.0.5",
85+
"semver-regex": "^4.0.5",
8686
"glob-parent": "5.1.2",
87-
"acorn": "8.11.3"
87+
"acorn": "8.11.3",
88+
"tar": "^6.2.1",
89+
"fast-xml-parser": "^4.5.5",
90+
"flatted": "^3.4.2",
91+
"minimatch": "^9.0.7",
92+
"braces": "^3.0.3",
93+
"cross-spawn": "^7.0.6",
94+
"ws": "^8.17.1",
95+
"picomatch": "^2.3.2",
96+
"browserslist": "^4.16.5",
97+
"cookie": "^0.7.0",
98+
"send": "^0.19.0",
99+
"serve-static": "^1.16.0",
100+
"semver": "^7.8.4",
101+
"js-yaml": "^4.2.0",
102+
"copy-props": "^2.0.5",
103+
"bl": "^4.1.0",
104+
"is-svg": "^4.4.0",
105+
"bn.js": "^5.2.3",
106+
"tmp": "^0.2.7"
88107
}
89108
}

0 commit comments

Comments
 (0)