diff --git a/package-lock.json b/package-lock.json index 6821b985..db552bf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12752,13 +12752,17 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", "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/v-money": { diff --git a/package.json b/package.json index 54fbdf17..03ed36a5 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,8 @@ "postcss": "8.5.10", "qs": "6.15.3", "simple-git": "3.36.0", - "shell-quote": "1.8.4" + "shell-quote": "1.8.4", + "uuid": "11.1.1" }, "lint-staged": { "assets/js/**/*.js": [