diff --git a/package-lock.json b/package-lock.json index 7651e2033c70..8a60f326d471 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44848,10 +44848,14 @@ } }, "node_modules/uuid": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", - "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "bin": { "uuid": "dist/bin/uuid" } @@ -47285,7 +47289,7 @@ "tsc-alias": "1.8.8", "typescript": "4.2.4", "typescript-min": "npm:typescript@4.2.4", - "uuid": "9.0.0", + "uuid": "9.0.1", "vinyl": "2.2.1", "vinyl-named": "1.1.0", "webpack": "5.76.0", diff --git a/packages/devextreme/package.json b/packages/devextreme/package.json index 0e2707cba1bb..fb2ae3275811 100644 --- a/packages/devextreme/package.json +++ b/packages/devextreme/package.json @@ -169,7 +169,7 @@ "tsc-alias": "1.8.8", "typescript": "4.2.4", "typescript-min": "npm:typescript@4.2.4", - "uuid": "9.0.0", + "uuid": "9.0.1", "vinyl": "2.2.1", "vinyl-named": "1.1.0", "webpack": "5.76.0",