diff --git a/package-lock.json b/package-lock.json index ea2dc3cc..a465318f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "@total-typescript/shoehorn": "^0.1.1", "@types/react": "^18.2.34", "@types/react-dom": "^18.2.14", - "@types/uuid": "^9.0.6", + "@types/uuid": "^9.0.7", "@vitejs/plugin-react": "^4.1.1", "@vitest/coverage-v8": "^0.34.6", "adm-zip": "^0.5.10", @@ -3325,9 +3325,9 @@ "license": "MIT" }, "node_modules/@types/uuid": { - "version": "9.0.6", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.6.tgz", - "integrity": "sha512-BT2Krtx4xaO6iwzwMFUYvWBWkV2pr37zD68Vmp1CDV196MzczBRxuEpD6Pr395HAgebC/co7hOphs53r8V7jew==", + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.7.tgz", + "integrity": "sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==", "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { @@ -12895,9 +12895,9 @@ "version": "0.0.3" }, "@types/uuid": { - "version": "9.0.6", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.6.tgz", - "integrity": "sha512-BT2Krtx4xaO6iwzwMFUYvWBWkV2pr37zD68Vmp1CDV196MzczBRxuEpD6Pr395HAgebC/co7hOphs53r8V7jew==", + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.7.tgz", + "integrity": "sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==", "dev": true }, "@typescript-eslint/eslint-plugin": { diff --git a/package.json b/package.json index c194f259..36e37ec5 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@total-typescript/shoehorn": "^0.1.1", "@types/react": "^18.2.34", "@types/react-dom": "^18.2.14", - "@types/uuid": "^9.0.6", + "@types/uuid": "^9.0.7", "@vitejs/plugin-react": "^4.1.1", "@vitest/coverage-v8": "^0.34.6", "adm-zip": "^0.5.10",