Skip to content

Commit 977a6a9

Browse files
committed
fix: fixtures/ssr2/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
1 parent afe6521 commit 977a6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixtures/ssr2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/core": "7.14.3",
1111
"@babel/register": "7.13.16",
12-
"babel-loader": "8.1.0",
12+
"babel-loader": "9.1.3",
1313
"babel-preset-react-app": "10.0.0",
1414
"compression": "^1.7.4",
1515
"concurrently": "^5.3.0",

0 commit comments

Comments
 (0)