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",