Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 20 additions & 6 deletions react_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"autoprefixer": "7.1.6",
"axios": "^0.18.0",
"axios": "^0.28.0",
"babel-core": "6.26.0",
"babel-eslint": "7.2.3",
"babel-jest": "20.0.3",
Expand Down Expand Up @@ -118,19 +118,33 @@
},
"resolutions": {
"underscore.string": "^3.3.5",
"lodash": "^4.17.19",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lodash.template": "^4.5.0",
"lodash.mergewith": "^4.6.2",
"lodash.merge": "^4.6.2",
"mem": "^4.0.0",
"js-yaml": "^3.13.1",
"dot-prop": "^4.2.1",
"node-sass": "^4.13.1",
"elliptic": "^6.5.3",
"node-sass": "^4.14.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Bump the actual node-sass dependency

This resolution does not upgrade the top-level devDependencies.node-sass entry, which still requests ^4.9.3; the checked-in lockfile therefore still contains node-sass@^4.9.3 resolved to 4.12.0 at react_app/yarn.lock:5096. In install paths that use the app's direct dev dependency, the security bundle leaves the older node-sass installed while adding a separate 4.14.1 lock entry, so this patch does not actually remove the vulnerable direct dependency unless the devDependency range is bumped too.

Useful? React with 👍 / 👎.

"elliptic": "^6.6.1",
"websocket-extensions": "^0.1.4",
"acorn": "^5.7.4",
"kind-of": "^6.0.3",
"minimist": "^0.2.1",
"handlebars": "^4.4.5"
"minimist": "^1.2.8",
"handlebars": "^4.7.8",
"qs": "^6.5.3",
"url-parse": "^1.5.10",
"decode-uri-component": "^0.2.2",
"cross-fetch": "^3.1.5",
"urijs": "^1.19.11",
"tmpl": "^1.0.5",
"path-parse": "^1.0.7",
"dns-packet": "^1.3.4",
"hosted-git-info": "^2.8.9",
"y18n": "^3.2.2",
"ini": "^1.3.7",
"http-proxy": "^1.18.1",
"express": "^4.18.2"
}
}
Loading