Merge pull request #1644 from shlinkio/dependabot/npm_and_yarn/vite-2ce3f9559e

Bump vite from 7.1.1 to 7.1.2 in the vite group
This commit is contained in:
Alejandro Celaya 2025-08-16 10:26:39 +02:00 committed by GitHub
commit 24f73421d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -64,7 +64,7 @@
"tailwindcss": "^4.1.3",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.1",
"vite": "^7.1.2",
"vite-plugin-pwa": "^1.0.2",
"vitest": "^3.0.5"
}
@ -10913,9 +10913,9 @@
}
},
"node_modules/vite": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.1.tgz",
"integrity": "sha512-yJ+Mp7OyV+4S+afWo+QyoL9jFWD11QFH0i5i7JypnfTcA1rmgxCbiA8WwAICDEtZ1Z1hzrVhN8R8rGTqkTY8ZQ==",
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.2.tgz",
"integrity": "sha512-J0SQBPlQiEXAF7tajiH+rUooJPo0l8KQgyg4/aMunNtrOa7bwuZJsJbDWzeljqQpgftxuq5yNJxQ91O9ts29UQ==",
"dev": true,
"dependencies": {
"esbuild": "^0.25.0",
@ -18994,9 +18994,9 @@
}
},
"vite": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.1.tgz",
"integrity": "sha512-yJ+Mp7OyV+4S+afWo+QyoL9jFWD11QFH0i5i7JypnfTcA1rmgxCbiA8WwAICDEtZ1Z1hzrVhN8R8rGTqkTY8ZQ==",
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.2.tgz",
"integrity": "sha512-J0SQBPlQiEXAF7tajiH+rUooJPo0l8KQgyg4/aMunNtrOa7bwuZJsJbDWzeljqQpgftxuq5yNJxQ91O9ts29UQ==",
"dev": true,
"requires": {
"esbuild": "^0.25.0",

View File

@ -77,7 +77,7 @@
"tailwindcss": "^4.1.3",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.1",
"vite": "^7.1.2",
"vite-plugin-pwa": "^1.0.2",
"vitest": "^3.0.5"
},