diff --git a/package-lock.json b/package-lock.json index d84d3e34..b9703ec9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "form-data": "^4.0.1", "jszip": "3.10.1", "semver": "^7.6.3", - "uuid": "^11.0.4", + "uuid": "^11.0.5", "yaml": "^2.7.0" }, "devDependencies": { @@ -10517,9 +10517,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", - "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index d7e7e09b..1a43bd34 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "form-data": "^4.0.1", "jszip": "3.10.1", "semver": "^7.6.3", - "uuid": "^11.0.4", + "uuid": "^11.0.5", "yaml": "^2.7.0" }, "devDependencies": {