Skip to content

Commit edf48b3

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIMECOREJS3-9397696
1 parent 45bc5c7 commit edf48b3

File tree

2 files changed

+6332
-6437
lines changed

2 files changed

+6332
-6437
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@testing-library/jest-dom": "^5.11.4",
7-
"@testing-library/react": "^11.1.0",
6+
"@testing-library/jest-dom": "^5.16.0",
7+
"@testing-library/react": "^14.0.0",
88
"@testing-library/user-event": "^12.1.10",
99
"multi-select-dropdown": "^0.0.2",
1010
"react": "^17.0.1",
1111
"react-dom": "^17.0.1",
12-
"react-scripts": "4.0.3",
12+
"react-scripts": "5.0.0",
1313
"web-vitals": "^1.0.1"
1414
},
1515
"scripts": {

0 commit comments

Comments
 (0)