Skip to content

Commit 2999d02

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/27db51b4-ae4b-47b5-a799-16571e3463d8?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent a07df7a commit 2999d02

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,9 +6,9 @@
66
"@testing-library/jest-dom": "^5.17.0",
77
"@testing-library/react": "^13.4.0",
88
"@testing-library/user-event": "^13.5.0",
9-
"react": "^18.2.0",
9+
"react": "^18.3.1",
1010
"react-accessible-accordion": "^5.0.0",
11-
"react-dom": "^18.2.0",
11+
"react-dom": "^18.3.1",
1212
"react-scripts": "5.0.1",
1313
"react-select-async-paginate": "^0.7.3",
1414
"web-vitals": "^2.1.4"

0 commit comments

Comments
 (0)