diff --git a/package-lock.json b/package-lock.json index 6b43348c68d9..4fd7926dd282 100644 --- a/package-lock.json +++ b/package-lock.json @@ -110,7 +110,7 @@ "@types/react": "17.0.38", "@types/react-dom": "^18.0.5", "@types/react-syntax-highlighter": "^15.5.2", - "@types/uuid": "^8.3.4", + "@types/uuid": "^9.0.0", "@typescript-eslint/eslint-plugin": "5.38.0", "@typescript-eslint/parser": "5.38.0", "babel-loader": "^9.0.1", @@ -4436,9 +4436,10 @@ "license": "MIT" }, "node_modules/@types/uuid": { - "version": "8.3.4", - "dev": true, - "license": "MIT" + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.0.tgz", + "integrity": "sha512-kr90f+ERiQtKWMz5rP32ltJ/BtULDI5RVO0uavn1HQUOwjx0R1h0rnDYNL0CepF1zL5bSY6FISAfd9tOdDhU5Q==", + "dev": true }, "node_modules/@types/yargs": { "version": "16.0.4", @@ -23892,7 +23893,9 @@ "version": "2.0.6" }, "@types/uuid": { - "version": "8.3.4", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.0.tgz", + "integrity": "sha512-kr90f+ERiQtKWMz5rP32ltJ/BtULDI5RVO0uavn1HQUOwjx0R1h0rnDYNL0CepF1zL5bSY6FISAfd9tOdDhU5Q==", "dev": true }, "@types/yargs": { diff --git a/package.json b/package.json index 12e2501c7a77..11d4feca1d6e 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "@types/react": "17.0.38", "@types/react-dom": "^18.0.5", "@types/react-syntax-highlighter": "^15.5.2", - "@types/uuid": "^8.3.4", + "@types/uuid": "^9.0.0", "@typescript-eslint/eslint-plugin": "5.38.0", "@typescript-eslint/parser": "5.38.0", "babel-loader": "^9.0.1",