diff --git a/package-lock.json b/package-lock.json index db3997040..e5887d01b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "neotraverse": "^0.6.18", "qs": "^6.13.1", "strong-globalize": "^6.0.6", - "uuid": "^11.0.3" + "uuid": "^11.0.4" }, "devDependencies": { "@commitlint/cli": "^19.6.1", @@ -5963,9 +5963,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "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" diff --git a/package.json b/package.json index 972d4e898..cb45d5562 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "neotraverse": "^0.6.18", "qs": "^6.13.1", "strong-globalize": "^6.0.6", - "uuid": "^11.0.3" + "uuid": "^11.0.4" }, "license": "MIT" }