Merge pull request #961 from shlinkio/dependabot/npm_and_yarn/types/uuid-9.0.7

Bump @types/uuid from 9.0.6 to 9.0.7
This commit is contained in:
Alejandro Celaya 2023-11-11 10:48:13 +01:00 committed by GitHub
commit cfaff118a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -48,7 +48,7 @@
"@total-typescript/shoehorn": "^0.1.1", "@total-typescript/shoehorn": "^0.1.1",
"@types/react": "^18.2.37", "@types/react": "^18.2.37",
"@types/react-dom": "^18.2.14", "@types/react-dom": "^18.2.14",
"@types/uuid": "^9.0.6", "@types/uuid": "^9.0.7",
"@vitejs/plugin-react": "^4.1.1", "@vitejs/plugin-react": "^4.1.1",
"@vitest/coverage-v8": "^0.34.6", "@vitest/coverage-v8": "^0.34.6",
"adm-zip": "^0.5.10", "adm-zip": "^0.5.10",
@ -3325,9 +3325,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/uuid": { "node_modules/@types/uuid": {
"version": "9.0.6", "version": "9.0.7",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.6.tgz", "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.7.tgz",
"integrity": "sha512-BT2Krtx4xaO6iwzwMFUYvWBWkV2pr37zD68Vmp1CDV196MzczBRxuEpD6Pr395HAgebC/co7hOphs53r8V7jew==", "integrity": "sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==",
"dev": true "dev": true
}, },
"node_modules/@typescript-eslint/eslint-plugin": { "node_modules/@typescript-eslint/eslint-plugin": {
@ -12895,9 +12895,9 @@
"version": "0.0.3" "version": "0.0.3"
}, },
"@types/uuid": { "@types/uuid": {
"version": "9.0.6", "version": "9.0.7",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.6.tgz", "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.7.tgz",
"integrity": "sha512-BT2Krtx4xaO6iwzwMFUYvWBWkV2pr37zD68Vmp1CDV196MzczBRxuEpD6Pr395HAgebC/co7hOphs53r8V7jew==", "integrity": "sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==",
"dev": true "dev": true
}, },
"@typescript-eslint/eslint-plugin": { "@typescript-eslint/eslint-plugin": {

View file

@ -64,7 +64,7 @@
"@total-typescript/shoehorn": "^0.1.1", "@total-typescript/shoehorn": "^0.1.1",
"@types/react": "^18.2.37", "@types/react": "^18.2.37",
"@types/react-dom": "^18.2.14", "@types/react-dom": "^18.2.14",
"@types/uuid": "^9.0.6", "@types/uuid": "^9.0.7",
"@vitejs/plugin-react": "^4.1.1", "@vitejs/plugin-react": "^4.1.1",
"@vitest/coverage-v8": "^0.34.6", "@vitest/coverage-v8": "^0.34.6",
"adm-zip": "^0.5.10", "adm-zip": "^0.5.10",