Skip to content

Commit

Permalink
feat(NPM): update next-auth cookie dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Oct 7, 2024
1 parent 15c82c7 commit b5b49fc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
20 changes: 12 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"eslint-plugin-unused-imports": {
"@typescript-eslint/eslint-plugin": "^5.0.0"
},
"next-auth": {
"cookie": "^0.7.0"
},
"fast-xml-parser": ">=4.4.1",
"json-schema": " >=0.4.0",
"node-fetch": "^2.7.0",
Expand Down Expand Up @@ -55,7 +58,7 @@
"i18next": "^23.0.0",
"js-cookie": "^3.0.1",
"next": "^14.0.3",
"next-auth": "^4.24.5",
"next-auth": "^4.24.8",
"next-connect": "^1.0.0",
"next-i18next": "^15.0.0",
"node-fetch": "^2.7.0",
Expand Down

0 comments on commit b5b49fc

Please sign in to comment.