From dd8ba47c0492a7abca818acbbddee85cc0988108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:42:50 +0000 Subject: [PATCH] Bump uuid from 10.0.0 to 11.0.4 Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 11.0.4. - [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/v10.0.0...v11.0.4) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++------- package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bcc5a70..07ae4fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@azure/storage-blob": "^12.23.0", "adm-zip": "^0.5.16", "glob": "^11.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.4" }, "devDependencies": { "@eslint/js": "^9.5.0", @@ -27,7 +27,7 @@ "microbundle": "^0.15.1", "ts-jest": "^29.1.5", "ts-node": "^10.9.2", - "typescript": "^5.5.4", + "typescript": "^5.7.2", "typescript-eslint": "^8.6.0" } }, @@ -13035,16 +13035,15 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", + "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], - "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { diff --git a/package.json b/package.json index ed8b620..3744d3f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@azure/storage-blob": "^12.23.0", "adm-zip": "^0.5.16", "glob": "^11.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.4" }, "devDependencies": { "@eslint/js": "^9.5.0",