mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +00:00
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:
30
serverless/cloudflare/package-lock.json
generated
30
serverless/cloudflare/package-lock.json
generated
@@ -890,11 +890,10 @@
|
||||
}
|
||||
},
|
||||
"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.7.2",
|
||||
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
|
||||
"integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 0.6"
|
||||
}
|
||||
@@ -2051,13 +2050,12 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/youch": {
|
||||
"version": "3.3.3",
|
||||
"resolved": "https://registry.npmjs.org/youch/-/youch-3.3.3.tgz",
|
||||
"integrity": "sha512-qSFXUk3UZBLfggAW3dJKg0BMblG5biqSF8M34E06o5CSsZtH92u9Hqmj2RzGiHDi64fhe83+4tENFP2DB6t6ZA==",
|
||||
"version": "3.3.4",
|
||||
"resolved": "https://registry.npmjs.org/youch/-/youch-3.3.4.tgz",
|
||||
"integrity": "sha512-UeVBXie8cA35DS6+nBkls68xaBBXCye0CNznrhszZjTbRVnJKQuNsyLKBTTL4ln1o1rh2PKtv35twV7irj5SEg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"cookie": "^0.5.0",
|
||||
"cookie": "^0.7.1",
|
||||
"mustache": "^4.2.0",
|
||||
"stacktracey": "^2.1.8"
|
||||
}
|
||||
@@ -2517,9 +2515,9 @@
|
||||
}
|
||||
},
|
||||
"cookie": {
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
|
||||
"integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
|
||||
"version": "0.7.2",
|
||||
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
|
||||
"integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
|
||||
"dev": true
|
||||
},
|
||||
"data-uri-to-buffer": {
|
||||
@@ -3213,12 +3211,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"youch": {
|
||||
"version": "3.3.3",
|
||||
"resolved": "https://registry.npmjs.org/youch/-/youch-3.3.3.tgz",
|
||||
"integrity": "sha512-qSFXUk3UZBLfggAW3dJKg0BMblG5biqSF8M34E06o5CSsZtH92u9Hqmj2RzGiHDi64fhe83+4tENFP2DB6t6ZA==",
|
||||
"version": "3.3.4",
|
||||
"resolved": "https://registry.npmjs.org/youch/-/youch-3.3.4.tgz",
|
||||
"integrity": "sha512-UeVBXie8cA35DS6+nBkls68xaBBXCye0CNznrhszZjTbRVnJKQuNsyLKBTTL4ln1o1rh2PKtv35twV7irj5SEg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"cookie": "^0.5.0",
|
||||
"cookie": "^0.7.1",
|
||||
"mustache": "^4.2.0",
|
||||
"stacktracey": "^2.1.8"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user