diff --git a/package-lock.json b/package-lock.json index d9b6f5701..39b343524 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "neotraverse": "^0.6.18", "qs": "^6.15.1", "strong-globalize": "^6.0.6", - "uuid": "^13.0.0" + "uuid": "^14.0.0" }, "devDependencies": { "@commitlint/cli": "^20.5.3", @@ -3556,6 +3556,19 @@ "resolved": "test/fixtures/loopback-connector-throwing", "link": true }, + "node_modules/loopback-connector/node_modules/uuid": { + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.1.tgz", + "integrity": "sha512-9ezox2roIft6ExBVTVqibSd5dc5/47Sw/uY6b4SjQUT2TzQ0tltNquWA46y4xPQmdZYqvnio22SgWd41M86+jw==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist-node/bin/uuid" + } + }, "node_modules/lower-case": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", @@ -5542,9 +5555,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.1.tgz", - "integrity": "sha512-9ezox2roIft6ExBVTVqibSd5dc5/47Sw/uY6b4SjQUT2TzQ0tltNquWA46y4xPQmdZYqvnio22SgWd41M86+jw==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index be5492570..9f83c5695 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "neotraverse": "^0.6.18", "qs": "^6.15.1", "strong-globalize": "^6.0.6", - "uuid": "^13.0.0" + "uuid": "^14.0.0" }, "license": "MIT" }