Bump uuid from 9.0.0 to 9.0.1

Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.0 to 9.0.1.
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v9.0.0...v9.0.1)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/62/head
dependabot[bot] 2023-09-18 06:50:09 +00:00 zatwierdzone przez GitHub
rodzic e64f39531e
commit 8824dae6f3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 9 dodań i 5 usunięć

12
package-lock.json wygenerowano
Wyświetl plik

@ -72,7 +72,7 @@
"thread-stream": "^2.4.0",
"tiny-lru": "^11.0.1",
"uri-js": "^4.4.1",
"uuid": "^9.0.0",
"uuid": "^9.0.1",
"yallist": "^4.0.0"
},
"devDependencies": {
@ -6673,9 +6673,13 @@
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
},
"node_modules/uuid": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
"integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==",
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"bin": {
"uuid": "dist/bin/uuid"
}

Wyświetl plik

@ -75,7 +75,7 @@
"thread-stream": "^2.4.0",
"tiny-lru": "^11.0.1",
"uri-js": "^4.4.1",
"uuid": "^9.0.0",
"uuid": "^9.0.1",
"yallist": "^4.0.0"
},
"repository": {