Browse Source
Workaround CVE-2023-42282 (#848)
Security Patch:
GHSA-78xj-cgh5-2h22
pull/905/head
Philip H
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
13 additions and
9 deletions
-
Dockerfile
-
src/package-lock.json
|
|
@ -25,6 +25,9 @@ RUN mv /app/node_modules /node_modules |
|
|
|
# Enable this to run `npm run serve` |
|
|
|
RUN npm i -g nodemon |
|
|
|
|
|
|
|
# Workaround CVE-2023-42282 |
|
|
|
RUN npm uninstall -g ip |
|
|
|
|
|
|
|
# Install Linux packages |
|
|
|
RUN apk add --no-cache \ |
|
|
|
dpkg \ |
|
|
|
|
|
@ -3806,9 +3806,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/postcss-load-config/node_modules/lilconfig": { |
|
|
|
"version": "3.1.0", |
|
|
|
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.0.tgz", |
|
|
|
"integrity": "sha512-p3cz0JV5vw/XeouBU3Ldnp+ZkBjE+n8ydJ4mcwBrOiXXPqNlrzGBqWs9X4MWF7f+iKUBu794Y8Hh8yawiJbCjw==", |
|
|
|
"version": "3.1.1", |
|
|
|
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.1.tgz", |
|
|
|
"integrity": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==", |
|
|
|
"dev": true, |
|
|
|
"engines": { |
|
|
|
"node": ">=14" |
|
|
@ -4819,16 +4819,17 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/typed-array-byte-offset": { |
|
|
|
"version": "1.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz", |
|
|
|
"integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==", |
|
|
|
"version": "1.0.1", |
|
|
|
"resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.1.tgz", |
|
|
|
"integrity": "sha512-tcqKMrTRXjqvHN9S3553NPCaGL0VPgFI92lXszmrE8DMhiDPLBYLlvo8Uu4WZAAX/aGqp/T1sbA4ph8EWjDF9Q==", |
|
|
|
"dev": true, |
|
|
|
"dependencies": { |
|
|
|
"available-typed-arrays": "^1.0.5", |
|
|
|
"call-bind": "^1.0.2", |
|
|
|
"available-typed-arrays": "^1.0.6", |
|
|
|
"call-bind": "^1.0.7", |
|
|
|
"for-each": "^0.3.3", |
|
|
|
"gopd": "^1.0.1", |
|
|
|
"has-proto": "^1.0.1", |
|
|
|
"is-typed-array": "^1.1.10" |
|
|
|
"is-typed-array": "^1.1.13" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">= 0.4" |
|
|
|