From 1f52c671f3408b98bc611fef5afef37f4ed921c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:20:02 +0000 Subject: [PATCH] build(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 5681d1c..e287710 100644 --- a/export-server/package-lock.json +++ b/export-server/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-3.0", "dependencies": { "jsdom": "^25.0.1", - "uuid": "^11.0.2" + "uuid": "^11.0.3" }, "engines": { "node": ">=18" @@ -322,9 +322,9 @@ } }, "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" @@ -645,9 +645,9 @@ } }, "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==" }, "w3c-xmlserializer": { "version": "5.0.0", diff --git a/export-server/package.json b/export-server/package.json index 025ea85..4039d79 100644 --- a/export-server/package.json +++ b/export-server/package.json @@ -23,7 +23,7 @@ "license": "GPL-3.0", "dependencies": { "jsdom": "^25.0.1", - "uuid": "^11.0.2" + "uuid": "^11.0.3" }, "engines": { "node": ">=18"