Skip to content

Commit 04aa13f

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/be576617-3b31-4979-bdde-f06ac2d04b83?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent f7edb2c commit 04aa13f

File tree

2 files changed

+23
-19
lines changed

2 files changed

+23
-19
lines changed

frontend/package-lock.json

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

frontend/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.16.5",
77
"@testing-library/react": "^13.4.0",
88
"@testing-library/user-event": "^13.5.0",
9-
"react": "^18.2.0",
10-
"react-dom": "^18.2.0",
9+
"react": "^18.3.1",
10+
"react-dom": "^18.3.1",
1111
"react-router-dom": "^6.4.1",
1212
"react-scripts": "5.0.1",
1313
"web-vitals": "^2.1.4"

0 commit comments

Comments
 (0)