Bump cookie from 0.5.0 to 0.6.0

Bumps [cookie](https://github.com/jshttp/cookie) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Changelog](https://github.com/jshttp/cookie/blob/master/HISTORY.md)
- [Commits](https://github.com/jshttp/cookie/compare/v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/117/head
dependabot[bot] 2023-11-07 06:42:57 +00:00 zatwierdzone przez GitHub
rodzic a89e95338d
commit a9dc63bb3c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 13 dodań i 5 usunięć

16
package-lock.json wygenerowano
Wyświetl plik

@ -21,7 +21,7 @@
"avvio": "^8.2.0",
"base64-js": "^1.5.1",
"buffer": "^6.0.3",
"cookie": "^0.5.0",
"cookie": "^0.6.0",
"debug": "^4.3.4",
"event-target-shim": "^6.0.2",
"events": "^3.3.0",
@ -1586,9 +1586,9 @@
"dev": true
},
"node_modules/cookie": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
"integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz",
"integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
"engines": {
"node": ">= 0.6"
}
@ -2957,6 +2957,14 @@
"set-cookie-parser": "^2.4.1"
}
},
"node_modules/light-my-request/node_modules/cookie": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
"integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
"engines": {
"node": ">= 0.6"
}
},
"node_modules/linkify-it": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz",

Wyświetl plik

@ -24,7 +24,7 @@
"avvio": "^8.2.0",
"base64-js": "^1.5.1",
"buffer": "^6.0.3",
"cookie": "^0.5.0",
"cookie": "^0.6.0",
"debug": "^4.3.4",
"event-target-shim": "^6.0.2",
"events": "^3.3.0",