diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-09-15 13:45:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-15 13:45:38 -0400 |
| commit | c8559db8393648783a1f81639b0dfa3be94f5d01 (patch) | |
| tree | 98b8b0a62be9f0c9e23502f58bf4e459a8e71aac | |
| parent | e2242477c52b722744d84ea50bcb407b85e501e9 (diff) | |
| download | pantry-c8559db8393648783a1f81639b0dfa3be94f5d01.tar.gz pantry-c8559db8393648783a1f81639b0dfa3be94f5d01.tar.bz2 pantry-c8559db8393648783a1f81639b0dfa3be94f5d01.zip | |
build(deps): bump uuid from 12.0.0 to 13.0.0 in /src/main/webui (#711)
Bumps [uuid](https://github.com/uuidjs/uuid) from 12.0.0 to 13.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/v12.0.0...v13.0.0)
---
updated-dependencies:
- dependency-name: uuid
dependency-version: 13.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | src/main/webui/.yarn/cache/uuid-npm-13.0.0-29831a4f1f-7510ee1ab3.zip (renamed from src/main/webui/.yarn/cache/uuid-npm-12.0.0-f2dc9ae0ec-0e0c2d137f.zip) | bin | 35215 -> 34964 bytes | |||
| -rw-r--r-- | src/main/webui/package.json | 2 | ||||
| -rw-r--r-- | src/main/webui/yarn.lock | 12 |
3 files changed, 7 insertions, 7 deletions
diff --git a/src/main/webui/.yarn/cache/uuid-npm-12.0.0-f2dc9ae0ec-0e0c2d137f.zip b/src/main/webui/.yarn/cache/uuid-npm-13.0.0-29831a4f1f-7510ee1ab3.zip Binary files differindex ab52c20..2ee43d5 100644 --- a/src/main/webui/.yarn/cache/uuid-npm-12.0.0-f2dc9ae0ec-0e0c2d137f.zip +++ b/src/main/webui/.yarn/cache/uuid-npm-13.0.0-29831a4f1f-7510ee1ab3.zip diff --git a/src/main/webui/package.json b/src/main/webui/package.json index d888ab2..2ef907c 100644 --- a/src/main/webui/package.json +++ b/src/main/webui/package.json @@ -35,7 +35,7 @@ "react-router-dom": "^7.8.2", "redux": "^5.0.1", "tailwindcss": "^4.1.13", - "uuid": "^12.0.0", + "uuid": "^13.0.0", "web-vitals": "^5.1.0" }, "devDependencies": { diff --git a/src/main/webui/yarn.lock b/src/main/webui/yarn.lock index e461907..5c094b3 100644 --- a/src/main/webui/yarn.lock +++ b/src/main/webui/yarn.lock @@ -5970,7 +5970,7 @@ eslint@latest: tailwindcss: ^4.1.13 typescript: latest typescript-eslint: latest - uuid: ^12.0.0 + uuid: ^13.0.0 web-vitals: ^5.1.0 languageName: unknown linkType: soft @@ -7432,12 +7432,12 @@ typescript@latest: languageName: node linkType: hard -"uuid@npm:^12.0.0": - version: 12.0.0 - resolution: "uuid@npm:12.0.0" +"uuid@npm:^13.0.0": + version: 13.0.0 + resolution: "uuid@npm:13.0.0" bin: - uuid: dist/bin/uuid - checksum: 0e0c2d137f61c7a44a9aefcd58e8df3957960ae2899f8dea42d2842304d8c0a42a052fc23240f4bc83fb96403f20af5b3c92b1e4402bb48f708dabee62ecd1a7 + uuid: dist-node/bin/uuid + checksum: 7510ee1ab371be5339ef26ff8cabc2f4a2c60640ff880652968f758072f53bd4f4af1c8b0e671a8c9bb29ef926a24dec3ef0e3861d78183b39291a85743a9f96 languageName: node linkType: hard |
