Bump uuid from 11.1.0 to 11.1.1 (#3568)

* Bump uuid from 11.1.0 to 14.0.0

Bumps [uuid](https://github.com/uuidjs/uuid) from 11.1.0 to 14.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v11.1.0...v14.0.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 14.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update package.json

* Update package-lock.json

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Johannes Klein <johannes.t.klein@gmail.com>
This commit is contained in:
dependabot[bot]
2026-05-01 12:11:46 +02:00
committed by GitHub
parent 3f873f3575
commit 8a7696a949
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@@ -113,7 +113,7 @@
"react-native-worklets-core": "^1.6.3",
"realm": "^20.2.0",
"sanitize-html": "^2.17.3",
"uuid": "^11.1.0",
"uuid": "^11.1.1",
"vision-camera-plugin-inatvision": "github:inaturalist/vision-camera-plugin-inatvision#5cb51942939f704acbb5d451a444f7aa36268c66",
"zustand": "^4.5.7"
},
@@ -22777,13 +22777,14 @@
}
},
"node_modules/uuid": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
"integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
"version": "11.1.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz",
"integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist/esm/bin/uuid"
}

View File

@@ -149,7 +149,7 @@
"react-native-worklets-core": "^1.6.3",
"realm": "^20.2.0",
"sanitize-html": "^2.17.3",
"uuid": "^11.1.0",
"uuid": "^11.1.1",
"vision-camera-plugin-inatvision": "github:inaturalist/vision-camera-plugin-inatvision#5cb51942939f704acbb5d451a444f7aa36268c66",
"zustand": "^4.5.7"
},