Skip to content

Commit a678a41

Browse files
authored
fix: examples/with-next-offline/package.json to reduce vulnerabilities (#20)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SSRI-1246392
1 parent 68fc1a0 commit a678a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with-next-offline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"next": "canary",
13-
"next-offline": "4.0.6",
13+
"next-offline": "5.0.0",
1414
"react": "16.12.0",
1515
"react-dom": "16.12.0"
1616
},

0 commit comments

Comments
 (0)