Skip to content

Commit cf475db

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/uppajung/project/522906f1-9704-4467-8ce8-529a1875494f?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 4eac9aa commit cf475db

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

web/package-lock.json

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"mobx": "^6.3.4",
3838
"mobx-react": "^9.0.1",
3939
"qrcode": "^1.5.1",
40-
"react": "^18.1.0",
41-
"react-dom": "^18.1.0",
40+
"react": "^18.3.1",
41+
"react-dom": "^18.3.1",
4242
"styled-components": "^6.1.0"
4343
},
4444
"browserslist": [

0 commit comments

Comments
 (0)