diff --git a/package-lock.json b/package-lock.json index e3da0e0..f48e736 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "all-contributors-cli": "^6.26.1", "prettier": "^3.3.3", "rollup-plugin-node-polyfills": "^0.2.1", - "uuid": "^10.0.0", + "uuid": "^11.0.4", "wrangler": "^3.80.4" } }, @@ -2041,17 +2041,16 @@ } }, "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==", "dev": true, "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/webidl-conversions": { diff --git a/package.json b/package.json index d973a12..c47e9e8 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "all-contributors-cli": "^6.26.1", "prettier": "^3.3.3", "rollup-plugin-node-polyfills": "^0.2.1", - "uuid": "^10.0.0", + "uuid": "^11.0.4", "wrangler": "^3.80.4" }, "overrides": {