diff --git a/package-lock.json b/package-lock.json index 46edea60b4..7e7184e2c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@types/rewire": "~2.5.28", "@types/semver": "~7.3.6", "@types/sinon": "~10.0.2", - "@types/uuid": "~8.3.0", + "@types/uuid": "~8.3.1", "@types/vscode": "~1.53.0", "mocha": "~9.0.1", "mocha-junit-reporter": "~2.0.0", @@ -261,9 +261,9 @@ } }, "node_modules/@types/uuid": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.0.tgz", - "integrity": "sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==", + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.1.tgz", + "integrity": "sha512-Y2mHTRAbqfFkpjldbkHGY8JIzRN6XqYRliG8/24FcHm2D2PwW24fl5xMRTVGdrb7iMrwCaIEbLWerGIkXuFWVg==", "dev": true }, "node_modules/@types/vscode": { @@ -4164,9 +4164,9 @@ } }, "@types/uuid": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.0.tgz", - "integrity": "sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==", + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.1.tgz", + "integrity": "sha512-Y2mHTRAbqfFkpjldbkHGY8JIzRN6XqYRliG8/24FcHm2D2PwW24fl5xMRTVGdrb7iMrwCaIEbLWerGIkXuFWVg==", "dev": true }, "@types/vscode": { diff --git a/package.json b/package.json index 34e6bbdcf8..cdee377308 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/rewire": "~2.5.28", "@types/semver": "~7.3.6", "@types/sinon": "~10.0.2", - "@types/uuid": "~8.3.0", + "@types/uuid": "~8.3.1", "@types/vscode": "~1.53.0", "mocha": "~9.0.1", "mocha-junit-reporter": "~2.0.0",