Skip to content

Commit 4dd03ed

Browse files
authored
fix: examples/styled-jsx-with-csp/package.json to reduce vulnerabilities (#88)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640
1 parent ed16651 commit 4dd03ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/styled-jsx-with-csp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"nanoid": "3.1.21",
12-
"next": "10.0.8",
12+
"next": "10.2.0",
1313
"react": "17.0.1",
1414
"react-dom": "17.0.1"
1515
}

0 commit comments

Comments
 (0)