Skip to content

Commit 333b90e

Browse files
committed
build(deps-dev): Bump tar from 6.2.1 to 7.5.6
Resolves alerts for several security advisories such as: GHSA-r6q2-hw4h-h46w GHSA-8qq5-rm4j-mr97 As per our assessment those vulnerabilities are not exploitable in the context of UI5 CLI. The affected versions of tar are used in dev dependencies only. This commit also includes a minor bump of lodash to address GHSA-xxjr-mmjv-4gpg which is also not exploitable in the context of UI5 CLI.
1 parent d17f79e commit 333b90e

File tree

2 files changed

+43
-73
lines changed

2 files changed

+43
-73
lines changed

package-lock.json

Lines changed: 32 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@
5151
"licensee": "^11.1.1",
5252
"local-web-server": "^5.4.0"
5353
},
54+
"overrides": {
55+
"pacote@<=20": {
56+
"tar": "^7.5.6"
57+
},
58+
"cacache@18": {
59+
"tar": "^7.5.6"
60+
},
61+
"node-gyp@10": {
62+
"tar": "^7.5.6"
63+
}
64+
},
5465
"workspaces": [
5566
"packages/*",
5667
"internal/*"

0 commit comments

Comments
 (0)