From ca75da8e1b5d1e7f95e0adc7e09202c2e64248ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 07:14:42 +0000 Subject: [PATCH] dependencies(deps): bump uuid from 11.0.2 to 11.0.3 in /export-server Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.2 to 11.0.3. - [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.0.2...v11.0.3) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- export-server/package-lock.json | 14 +++++++------- export-server/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/export-server/package-lock.json b/export-server/package-lock.json index 4023452..4463cb8 100644 --- a/export-server/package-lock.json +++ b/export-server/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-3.0", "dependencies": { "canvas": "^2.11.2", - "uuid": "^11.0.2" + "uuid": "^11.0.3" }, "engines": { "node": ">=16" @@ -604,9 +604,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", - "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" @@ -1072,9 +1072,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "uuid": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", - "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==" + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==" }, "webidl-conversions": { "version": "3.0.1", diff --git a/export-server/package.json b/export-server/package.json index 22eb049..7105a79 100644 --- a/export-server/package.json +++ b/export-server/package.json @@ -23,7 +23,7 @@ "license": "GPL-3.0", "dependencies": { "canvas": "^2.11.2", - "uuid": "^11.0.2" + "uuid": "^11.0.3" }, "engines": { "node": ">=16"