diff --git a/package-lock.json b/package-lock.json index 9703f2c4..02b3c3af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "splitting": "^1.0.6", "sweetalert2": "^11.11.0", "swiper": "^11.1.1", - "uuid": "^9.0.1" + "uuid": "^11.0.3" }, "devDependencies": { "@babel/core": "^7.24.0", @@ -18352,15 +18352,16 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "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" ], + "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v8-to-istanbul": { diff --git a/package.json b/package.json index b8f0ae7b..15c88788 100644 --- a/package.json +++ b/package.json @@ -81,6 +81,6 @@ "splitting": "^1.0.6", "sweetalert2": "^11.11.0", "swiper": "^11.1.1", - "uuid": "^9.0.1" + "uuid": "^11.0.3" } }