Skip to content

Commit 9b88114

Browse files
committed
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - react from 18.2.0 to 18.3.1. See this package in npm: https://www.npmjs.com/package/react - react-dom from 18.2.0 to 18.3.1. See this package in npm: https://www.npmjs.com/package/react-dom See this project in Snyk: https://app.snyk.io/org/zntb/project/7615267f-ffa0-4e36-962b-8b223e5b4fdb?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 64a5a0a commit 9b88114

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
lines changed

package-lock.json

Lines changed: 16 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"@testing-library/jest-dom": "^5.11.6",
77
"@testing-library/react": "^11.2.2",
88
"@testing-library/user-event": "^12.5.0",
9-
"react": "^18.0.0",
10-
"react-dom": "^18.0.0",
9+
"react": "^18.3.1",
10+
"react-dom": "^18.3.1",
1111
"react-scripts": "^5.0.1",
1212
"web-vitals": "^0.2.4"
1313
},

0 commit comments

Comments
 (0)