Skip to content

Commit 8f1a910

Browse files
committed
fix: fixtures/fizz/package.json & fixtures/fizz/yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073
1 parent afe6521 commit 8f1a910

File tree

2 files changed

+1110
-811
lines changed

2 files changed

+1110
-811
lines changed

fixtures/fizz/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/core": "7.14.3",
1111
"@babel/register": "7.13.16",
1212
"babel-loader": "8.1.0",
13-
"babel-preset-react-app": "10.0.0",
13+
"babel-preset-react-app": "10.0.1",
1414
"compression": "^1.7.4",
1515
"concurrently": "^5.3.0",
1616
"express": "^4.17.1",
@@ -19,7 +19,7 @@
1919
"react-dom": "link:../../build/node_modules/react-dom",
2020
"react-error-boundary": "^3.1.3",
2121
"resolve": "1.12.0",
22-
"rimraf": "^3.0.2",
22+
"rimraf": "^4.3.1",
2323
"webpack": "4.44.2",
2424
"webpack-cli": "^4.2.0"
2525
},

0 commit comments

Comments
 (0)