-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): upgrade various vulnerable packages (#5573)
* chore(deps): pin `@babel/traverse` to fix vulnerability GHSA-67hx-6x53-jw92 * chore(deps): remove unused & vulnerable `yaml` dependency GHSA-f9xv-q969-pqx4 * chore(deps): upgrade `http-proxy-middleware` for vulnerability Fixes a vulnerability in `follow-redirects` by updating the package that depends on it, `http-proxy-middleware`. GHSA-74fj-2j2h-c42q * chore(deps): update `vite` to avoid a vulnerability See GHSA-c24v-8rfc-w8vw * chore(deps): update `react-pdf` to mitigate a vulnerability Updates to `[email protected]` to mitigate GHSA-87hq-q4gp-9wr4. ``` ┌─────────────────────┬────────────────────────────────────────────────────────┐ │ high │ react-pdf vulnerable to arbitrary JavaScript execution │ │ │ upon opening a malicious PDF with PDF.js │ ├─────────────────────┼────────────────────────────────────────────────────────┤ │ Package │ react-pdf │ ├─────────────────────┼────────────────────────────────────────────────────────┤ │ Vulnerable versions │ <7.7.3 │ ├─────────────────────┼────────────────────────────────────────────────────────┤ │ Patched versions │ >=7.7.3 │ ├─────────────────────┼────────────────────────────────────────────────────────┤ │ Paths │ apps/admin/frontend > [email protected] │ │ │ │ │ │ apps/design/frontend > [email protected] │ ├─────────────────────┼────────────────────────────────────────────────────────┤ │ More info │ GHSA-87hq-q4gp-9wr4 │ └─────────────────────┴────────────────────────────────────────────────────────┘ ``` * chore(deps): update `nodemon` for transitive vulnerability * chore(deps): upgrade from vulnerable `rollup` version Upgrades rollup to work around GHSA-gcx4-mw62-g8wm. ``` ┌─────────────────────┬────────────────────────────────────────────────────────┐ │ high │ DOM Clobbering Gadget found in rollup bundled scripts │ │ │ that leads to XSS │ ├─────────────────────┼────────────────────────────────────────────────────────┤ │ Package │ rollup │ ├─────────────────────┼────────────────────────────────────────────────────────┤ │ Vulnerable versions │ >=3.0.0 <3.29.5 │ ├─────────────────────┼────────────────────────────────────────────────────────┤ │ Patched versions │ >=3.29.5 │ ├─────────────────────┼────────────────────────────────────────────────────────┤ │ Paths │ . > @storybook/[email protected] > [email protected] │ │ │ │ │ │ . > @storybook/[email protected] > [email protected] > │ │ │ [email protected] │ │ │ │ │ │ . > @storybook/[email protected] > │ │ │ @joshwooding/[email protected] │ │ │ > [email protected] > [email protected] │ │ │ │ │ │ ... Found 17 paths, run `pnpm why rollup` for more │ │ │ information │ ├─────────────────────┼────────────────────────────────────────────────────────┤ │ More info │ GHSA-gcx4-mw62-g8wm │ └─────────────────────┴────────────────────────────────────────────────────────┘ ```
- Loading branch information
1 parent
3d3fec7
commit ad07804
Showing
29 changed files
with
318 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,7 @@ | |
"fetch-mock": "9.11.0", | ||
"fs-extra": "11.1.1", | ||
"history": "4.10.1", | ||
"http-proxy-middleware": "1.0.6", | ||
"http-proxy-middleware": "3.0.3", | ||
"identity-obj-proxy": "3.0.0", | ||
"js-file-download": "0.4.12", | ||
"js-sha256": "^0.9.0", | ||
|
@@ -92,7 +92,7 @@ | |
"react": "18.3.1", | ||
"react-app-polyfill": "3.0.0", | ||
"react-dom": "18.3.1", | ||
"react-pdf": "7.7.0", | ||
"react-pdf": "7.7.3", | ||
"react-router-dom": "^5.3.4", | ||
"resolve": "1.18.1", | ||
"semver": "7.3.2", | ||
|
@@ -147,7 +147,7 @@ | |
"lint-staged": "11.0.0", | ||
"sort-package-json": "^1.50.0", | ||
"ts-jest": "29.1.1", | ||
"vite": "4.5.0" | ||
"vite": "4.5.2" | ||
}, | ||
"packageManager": "[email protected]", | ||
"vx": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
"main": "index.js", | ||
"dependencies": { | ||
"express": "4.18.2", | ||
"http-proxy-middleware": "1.0.6", | ||
"http-proxy-middleware": "3.0.3", | ||
"resolve": "1.18.1" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ | |
"dotenv-expand": "9.0.0", | ||
"events": "3.3.0", | ||
"fast-text-encoding": "^1.0.2", | ||
"http-proxy-middleware": "1.0.6", | ||
"http-proxy-middleware": "3.0.3", | ||
"js-file-download": "0.4.12", | ||
"normalize.css": "^8.0.1", | ||
"path": "^0.12.7", | ||
|
@@ -127,7 +127,7 @@ | |
"sort-package-json": "^1.50.0", | ||
"ts-jest": "29.1.1", | ||
"type-fest": "^0.18.0", | ||
"vite": "4.5.0" | ||
"vite": "4.5.2" | ||
}, | ||
"packageManager": "[email protected]", | ||
"vx": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"main": "index.js", | ||
"dependencies": { | ||
"express": "4.18.2", | ||
"http-proxy-middleware": "1.0.6" | ||
"http-proxy-middleware": "3.0.3" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,7 @@ | |
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"react-flip-toolkit": "^7.1.0", | ||
"react-pdf": "7.7.0", | ||
"react-pdf": "7.7.3", | ||
"react-router-dom": "^5.3.4", | ||
"sanitize-html": "^2.13.0", | ||
"styled-components": "^5.3.11", | ||
|
@@ -131,7 +131,7 @@ | |
"sort-package-json": "^1.50.0", | ||
"tmp": "^0.2.1", | ||
"ts-jest": "29.1.1", | ||
"vite": "4.5.0" | ||
"vite": "4.5.2" | ||
}, | ||
"packageManager": "[email protected]", | ||
"vx": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"main": "index.js", | ||
"dependencies": { | ||
"express": "4.18.2", | ||
"http-proxy-middleware": "1.0.6" | ||
"http-proxy-middleware": "3.0.3" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"main": "index.js", | ||
"dependencies": { | ||
"express": "4.18.2", | ||
"http-proxy-middleware": "1.0.6" | ||
"http-proxy-middleware": "3.0.3" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,7 @@ | |
"debug": "4.3.4", | ||
"dotenv": "16.3.1", | ||
"dotenv-expand": "9.0.0", | ||
"http-proxy-middleware": "1.0.6", | ||
"http-proxy-middleware": "3.0.3", | ||
"normalize.css": "^8.0.1", | ||
"path": "^0.12.7", | ||
"pluralize": "8.0.0", | ||
|
@@ -118,7 +118,7 @@ | |
"react-app-polyfill": "3.0.0", | ||
"sort-package-json": "^1.50.0", | ||
"ts-jest": "29.1.1", | ||
"vite": "4.5.0" | ||
"vite": "4.5.2" | ||
}, | ||
"packageManager": "[email protected]", | ||
"vx": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"main": "index.js", | ||
"dependencies": { | ||
"express": "4.18.2", | ||
"http-proxy-middleware": "1.0.6" | ||
"http-proxy-middleware": "3.0.3" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ | |
"jest-mock-extended": "^3.0.4", | ||
"jest-watch-typeahead": "^2.2.2", | ||
"ts-jest": "29.1.1", | ||
"vite": "4.5.0" | ||
"vite": "4.5.2" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.