diff --git a/src/Bicep.Cli.E2eTests/package-lock.json b/src/Bicep.Cli.E2eTests/package-lock.json index ae79bffa1ac..bbb2c477f36 100644 --- a/src/Bicep.Cli.E2eTests/package-lock.json +++ b/src/Bicep.Cli.E2eTests/package-lock.json @@ -11,7 +11,7 @@ "@types/jest": "^27.4.1", "@types/minimist": "^1.2.2", "@types/rimraf": "^3.0.2", - "@types/uuid": "^8.3.4", + "@types/uuid": "^9.0.0", "@typescript-eslint/eslint-plugin": "^5.44.0", "@typescript-eslint/parser": "^5.44.0", "cross-env": "^7.0.3", @@ -1448,9 +1448,9 @@ "dev": true }, "node_modules/@types/uuid": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", - "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", + "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": { @@ -7814,9 +7814,9 @@ "dev": true }, "@types/uuid": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", - "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", + "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/src/Bicep.Cli.E2eTests/package.json b/src/Bicep.Cli.E2eTests/package.json index f3086ae1198..6456965737c 100644 --- a/src/Bicep.Cli.E2eTests/package.json +++ b/src/Bicep.Cli.E2eTests/package.json @@ -6,7 +6,7 @@ "@types/jest": "^27.4.1", "@types/minimist": "^1.2.2", "@types/rimraf": "^3.0.2", - "@types/uuid": "^8.3.4", + "@types/uuid": "^9.0.0", "@typescript-eslint/eslint-plugin": "^5.44.0", "@typescript-eslint/parser": "^5.44.0", "cross-env": "^7.0.3",