Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
2 changes: 2 additions & 0 deletions .github/dependency-review-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ allow-ghsas:
- GHSA-v784-fjjh-f8r4
# Next.js Cache poisoning - We require a vulnerable version for E2E testing
- GHSA-gp8f-8m3g-qvj9
# devalue vulnerability - this is just used by nuxt & astro as transitive dependency
- GHSA-vj54-72f3-p5jv
2 changes: 0 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,13 @@
"@types/history-4": "npm:@types/[email protected]",
"@types/history-5": "npm:@types/[email protected]",
"@types/hoist-non-react-statics": "^3.3.5",
"@types/node-fetch": "^2.6.11",
"@types/react": "17.0.3",
"@types/react-router-4": "npm:@types/[email protected]",
"@types/react-router-5": "npm:@types/[email protected]",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"history-4": "npm:[email protected]",
"history-5": "npm:[email protected]",
"node-fetch": "^2.6.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-3": "npm:[email protected]",
Expand Down
3 changes: 1 addition & 2 deletions packages/replay-internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@
"@sentry-internal/rrweb-snapshot": "2.40.0",
"fflate": "0.8.2",
"jest-matcher-utils": "^29.0.0",
"jsdom-worker": "^0.3.0",
"node-fetch": "^2.6.7"
"jsdom-worker": "^0.3.0"
},
"dependencies": {
"@sentry-internal/browser-utils": "10.26.0",
Expand Down
Loading
Loading