Skip to content

Commit

Permalink
fix: low level vulnerability in sveltekit (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker authored Dec 7, 2024
1 parent 778d1cd commit 31727d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/sveltekit-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@
"dependencies": {
"@junobuild/core": "^0.1.0",
"nanoid": "^5.0.9"
},
"overrides": {
"cookie": "^0.7.0"
}
}
3 changes: 3 additions & 0 deletions templates/sveltekit-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@
"type": "module",
"dependencies": {
"@junobuild/core": "^0.1.0"
},
"overrides": {
"cookie": "^0.7.0"
}
}

0 comments on commit 31727d5

Please sign in to comment.