From b70aaa0401e675e81ad74e438f4a3ea99cacbda7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 15:20:13 +0000 Subject: [PATCH] Bump @types/uuid from 8.3.4 to 9.0.0 Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 8.3.4 to 9.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) --- updated-dependencies: - dependency-name: "@types/uuid" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 4 ++-- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index cef659c..9a32f79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,6 @@ "dependencies": { "@types/chai": "^4.3.4", "@types/mocha": "^10.0.0", - "@types/uuid": "^8.3.4", "await-notify": "^1.0.1", "chai": "^4.3.7", "chai-as-promised": "^7.1.1", @@ -25,7 +24,7 @@ }, "devDependencies": { "@types/chai-as-promised": "^7.1.5", - "@types/uuid": "^8.3.4", + "@types/uuid": "^9.0.0", "typescript": "^4.9.3" } }, @@ -587,9 +586,9 @@ } }, "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/abortcontroller-polyfill": { @@ -5114,9 +5113,9 @@ } }, "@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 }, "abortcontroller-polyfill": { diff --git a/package.json b/package.json index 99716ef..a4a4224 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "@types/chai-as-promised": "^7.1.5", - "@types/uuid": "^8.3.4", + "@types/uuid": "^9.0.0", "typescript": "^4.9.3" }, "scripts": { @@ -20,7 +20,7 @@ "dependencies": { "@types/chai": "^4.3.4", "@types/mocha": "^10.0.0", - "@types/uuid": "^8.3.4", + "@types/uuid": "^9.0.0", "await-notify": "^1.0.1", "chai": "^4.3.7", "chai-as-promised": "^7.1.1",