Bump cookie and youch in /serverless/cloudflare (#484)

Bumps [cookie](https://github.com/jshttp/cookie) and [youch](https://github.com/poppinss/youch). These dependencies needed to be updated together.

Updates `cookie` from 0.5.0 to 0.7.2
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.5.0...v0.7.2)

Updates `youch` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/poppinss/youch/releases)
- [Changelog](https://github.com/poppinss/youch/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/poppinss/youch/commits)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: youch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-10-22 14:17:20 -07:00
committed by GitHub
parent 0f09f23ee8
commit ca67bd1015

View File

@@ -890,11 +890,10 @@
} }
}, },
"node_modules/cookie": { "node_modules/cookie": {
"version": "0.5.0", "version": "0.7.2",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
"integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
"dev": true, "dev": true,
"license": "MIT",
"engines": { "engines": {
"node": ">= 0.6" "node": ">= 0.6"
} }
@@ -2051,13 +2050,12 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/youch": { "node_modules/youch": {
"version": "3.3.3", "version": "3.3.4",
"resolved": "https://registry.npmjs.org/youch/-/youch-3.3.3.tgz", "resolved": "https://registry.npmjs.org/youch/-/youch-3.3.4.tgz",
"integrity": "sha512-qSFXUk3UZBLfggAW3dJKg0BMblG5biqSF8M34E06o5CSsZtH92u9Hqmj2RzGiHDi64fhe83+4tENFP2DB6t6ZA==", "integrity": "sha512-UeVBXie8cA35DS6+nBkls68xaBBXCye0CNznrhszZjTbRVnJKQuNsyLKBTTL4ln1o1rh2PKtv35twV7irj5SEg==",
"dev": true, "dev": true,
"license": "MIT",
"dependencies": { "dependencies": {
"cookie": "^0.5.0", "cookie": "^0.7.1",
"mustache": "^4.2.0", "mustache": "^4.2.0",
"stacktracey": "^2.1.8" "stacktracey": "^2.1.8"
} }
@@ -2517,9 +2515,9 @@
} }
}, },
"cookie": { "cookie": {
"version": "0.5.0", "version": "0.7.2",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
"integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
"dev": true "dev": true
}, },
"data-uri-to-buffer": { "data-uri-to-buffer": {
@@ -3213,12 +3211,12 @@
"dev": true "dev": true
}, },
"youch": { "youch": {
"version": "3.3.3", "version": "3.3.4",
"resolved": "https://registry.npmjs.org/youch/-/youch-3.3.3.tgz", "resolved": "https://registry.npmjs.org/youch/-/youch-3.3.4.tgz",
"integrity": "sha512-qSFXUk3UZBLfggAW3dJKg0BMblG5biqSF8M34E06o5CSsZtH92u9Hqmj2RzGiHDi64fhe83+4tENFP2DB6t6ZA==", "integrity": "sha512-UeVBXie8cA35DS6+nBkls68xaBBXCye0CNznrhszZjTbRVnJKQuNsyLKBTTL4ln1o1rh2PKtv35twV7irj5SEg==",
"dev": true, "dev": true,
"requires": { "requires": {
"cookie": "^0.5.0", "cookie": "^0.7.1",
"mustache": "^4.2.0", "mustache": "^4.2.0",
"stacktracey": "^2.1.8" "stacktracey": "^2.1.8"
} }