diff --git a/package-lock.json b/package-lock.json index a1973e91..a504b275 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", "@types/supertest": "^6.0.3", - "@types/uuid": "^9.0.7", + "@types/uuid": "^10.0.0", "@types/web-push": "^3.6.4", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", @@ -4648,7 +4648,9 @@ "license": "MIT" }, "node_modules/@types/uuid": { - "version": "9.0.8", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 35f43485..7f1260d9 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", "@types/supertest": "^6.0.3", - "@types/uuid": "^9.0.7", + "@types/uuid": "^10.0.0", "@types/web-push": "^3.6.4", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0",