Build(deps): Bump cookie from 0.5.0 to 0.7.0

Bumps [cookie](https://github.com/jshttp/cookie) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.5.0...v0.7.0)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-10-13 01:15:13 +00:00
committed by GitHub
parent 8816a25a1a
commit 1fe072ba1a
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -24,7 +24,7 @@
"argon2": "^0.31.1", "argon2": "^0.31.1",
"classnames": "^2.5.1", "classnames": "^2.5.1",
"cloudinary": "^1.41.0", "cloudinary": "^1.41.0",
"cookie": "^0.5.0", "cookie": "^0.7.0",
"date-fns": "^2.30.0", "date-fns": "^2.30.0",
"dotenv": "^16.3.1", "dotenv": "^16.3.1",
"jsonwebtoken": "^9.0.1", "jsonwebtoken": "^9.0.1",
@@ -3433,9 +3433,9 @@
"integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==" "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ=="
}, },
"node_modules/cookie": { "node_modules/cookie": {
"version": "0.5.0", "version": "0.7.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.0.tgz",
"integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", "integrity": "sha512-qCf+V4dtlNhSRXGAZatc1TasyFO6GjohcOul807YOb5ik3+kQSnb4d7iajeCL8QHaJ4uZEjCgiCJerKXwdRVlQ==",
"engines": { "engines": {
"node": ">= 0.6" "node": ">= 0.6"
} }

View File

@@ -30,7 +30,7 @@
"argon2": "^0.31.1", "argon2": "^0.31.1",
"classnames": "^2.5.1", "classnames": "^2.5.1",
"cloudinary": "^1.41.0", "cloudinary": "^1.41.0",
"cookie": "^0.5.0", "cookie": "^0.7.0",
"date-fns": "^2.30.0", "date-fns": "^2.30.0",
"dotenv": "^16.3.1", "dotenv": "^16.3.1",
"jsonwebtoken": "^9.0.1", "jsonwebtoken": "^9.0.1",