diff --git a/react-front-end/package-lock.json b/react-front-end/package-lock.json index 3c2bfa36ad..0eb8cf642d 100644 --- a/react-front-end/package-lock.json +++ b/react-front-end/package-lock.json @@ -44,7 +44,7 @@ "shallow-equal-object": "1.1.1", "sprintf-js": "1.1.2", "tinymce": "6.7.0", - "uuid": "9.0.0", + "uuid": "9.0.1", "wicked-good-xpath": "1.3.0" }, "devDependencies": { @@ -133,7 +133,7 @@ "jest": "29.6.4", "jest-config": "29.6.4", "prettier": "2.8.8", - "rollup": "3.29.0", + "rollup": "3.29.1", "rollup-plugin-typescript2": "0.35.0", "ts-jest": "29.1.1", "tslib": "2.6.2", @@ -29814,8 +29814,13 @@ } }, "node_modules/uuid": { - "version": "9.0.0", - "license": "MIT", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "bin": { "uuid": "dist/bin/uuid" } @@ -33208,7 +33213,7 @@ "newtype-ts": "0.3.5", "prettier": "2.8.8", "query-string": "^7.0.0", - "rollup": "3.29.0", + "rollup": "3.29.1", "rollup-plugin-typescript2": "0.35.0", "runtypes": "6.7.0", "tough-cookie": "^4.0.0", @@ -50852,7 +50857,9 @@ "dev": true }, "uuid": { - "version": "9.0.0" + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" }, "v8-compile-cache": { "version": "2.3.0", diff --git a/react-front-end/package.json b/react-front-end/package.json index 085c442080..a8b575d46a 100644 --- a/react-front-end/package.json +++ b/react-front-end/package.json @@ -67,7 +67,7 @@ "shallow-equal-object": "1.1.1", "sprintf-js": "1.1.2", "tinymce": "6.7.0", - "uuid": "9.0.0", + "uuid": "9.0.1", "wicked-good-xpath": "1.3.0" }, "license": "Apache-2.0",