Update dependency uuid to v10 (#11819)

This commit is contained in:
renovate[bot] 2024-06-10 01:49:58 +00:00 committed by GitHub
parent e78b9dc7fe
commit 48163dcaca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View File

@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"@miniflare/kv": "^2.14.0", "@miniflare/kv": "^2.14.0",
"@miniflare/storage-memory": "^2.14.0", "@miniflare/storage-memory": "^2.14.0",
"uuid": "^9.0.0" "uuid": "^10.0.0"
}, },
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20230801.0", "@cloudflare/workers-types": "^4.20230801.0",
@ -1466,13 +1466,14 @@
} }
}, },
"node_modules/uuid": { "node_modules/uuid": {
"version": "9.0.1", "version": "10.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
"funding": [ "funding": [
"https://github.com/sponsors/broofa", "https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan" "https://github.com/sponsors/ctavan"
], ],
"license": "MIT",
"bin": { "bin": {
"uuid": "dist/bin/uuid" "uuid": "dist/bin/uuid"
} }

View File

@ -15,6 +15,6 @@
"dependencies": { "dependencies": {
"@miniflare/kv": "^2.14.0", "@miniflare/kv": "^2.14.0",
"@miniflare/storage-memory": "^2.14.0", "@miniflare/storage-memory": "^2.14.0",
"uuid": "^9.0.0" "uuid": "^10.0.0"
} }
} }