Skip to content

Commit 013f0be

Browse files
authored
chore(dev-deps): Update some dev dependencies (#17816)
Just bumping some transitive dev deps to fix security warnings.
1 parent 902a06e commit 013f0be

File tree

4 files changed

+377
-364
lines changed

4 files changed

+377
-364
lines changed

.github/dependency-review-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ allow-ghsas:
99
- GHSA-v784-fjjh-f8r4
1010
# Next.js Cache poisoning - We require a vulnerable version for E2E testing
1111
- GHSA-gp8f-8m3g-qvj9
12+
# devalue vulnerability - this is just used by nuxt & astro as transitive dependency
13+
- GHSA-vj54-72f3-p5jv

packages/react/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,13 @@
5252
"@types/history-4": "npm:@types/[email protected]",
5353
"@types/history-5": "npm:@types/[email protected]",
5454
"@types/hoist-non-react-statics": "^3.3.5",
55-
"@types/node-fetch": "^2.6.11",
5655
"@types/react": "17.0.3",
5756
"@types/react-router-4": "npm:@types/[email protected]",
5857
"@types/react-router-5": "npm:@types/[email protected]",
5958
"eslint-plugin-react": "^7.20.5",
6059
"eslint-plugin-react-hooks": "^4.0.8",
6160
"history-4": "npm:[email protected]",
6261
"history-5": "npm:[email protected]",
63-
"node-fetch": "^2.6.7",
6462
"react": "^18.3.1",
6563
"react-dom": "^18.3.1",
6664
"react-router-3": "npm:[email protected]",

packages/replay-internal/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@
8686
"@sentry-internal/rrweb-snapshot": "2.40.0",
8787
"fflate": "0.8.2",
8888
"jest-matcher-utils": "^29.0.0",
89-
"jsdom-worker": "^0.3.0",
90-
"node-fetch": "^2.6.7"
89+
"jsdom-worker": "^0.3.0"
9190
},
9291
"dependencies": {
9392
"@sentry-internal/browser-utils": "10.26.0",

0 commit comments

Comments
 (0)