Skip to content

Commit

Permalink
fix(deps): update dependency cookie to ^0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 7, 2023
1 parent 8e090c4 commit faf7518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nookies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"minify": "terser -c -m --source-map \"content='./dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js -- dist/index.js"
},
"dependencies": {
"cookie": "^0.5.0",
"cookie": "^0.6.0",
"set-cookie-parser": "^2.4.6"
},
"devDependencies": {
"@types/cookie": "0.5.1",
"@types/cookie": "0.5.4",
"@types/express": "4.17.13",
"@types/next": "9.0.0",
"@types/node": "14.18.21",
Expand Down

0 comments on commit faf7518

Please sign in to comment.