Merge pull request #1568 from shlinkio/dependabot/npm_and_yarn/vite-b1a57d325c

Bump @vitejs/plugin-react from 4.5.0 to 4.5.1 in the vite group
This commit is contained in:
Alejandro Celaya
2025-06-07 09:57:20 +01:00
committed by GitHub
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.2",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.5.0",
"@vitejs/plugin-react": "^4.5.1",
"@vitest/browser": "^3.2.2",
"@vitest/coverage-v8": "^3.2.2",
"adm-zip": "^0.5.16",
@@ -4624,9 +4624,9 @@
}
},
"node_modules/@vitejs/plugin-react": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.5.0.tgz",
"integrity": "sha512-JuLWaEqypaJmOJPLWwO335Ig6jSgC1FTONCWAxnqcQthLTK/Yc9aH6hr9z/87xciejbQcnP3GnA1FWUSWeXaeg==",
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.5.1.tgz",
"integrity": "sha512-uPZBqSI0YD4lpkIru6M35sIfylLGTyhGHvDZbNLuMA73lMlwJKz5xweH7FajfcCAc2HnINciejA9qTz0dr0M7A==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -14768,9 +14768,9 @@
}
},
"@vitejs/plugin-react": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.5.0.tgz",
"integrity": "sha512-JuLWaEqypaJmOJPLWwO335Ig6jSgC1FTONCWAxnqcQthLTK/Yc9aH6hr9z/87xciejbQcnP3GnA1FWUSWeXaeg==",
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.5.1.tgz",
"integrity": "sha512-uPZBqSI0YD4lpkIru6M35sIfylLGTyhGHvDZbNLuMA73lMlwJKz5xweH7FajfcCAc2HnINciejA9qTz0dr0M7A==",
"dev": true,
"requires": {
"@babel/core": "^7.26.10",

View File

@@ -61,7 +61,7 @@
"@total-typescript/shoehorn": "^0.1.2",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.5.0",
"@vitejs/plugin-react": "^4.5.1",
"@vitest/browser": "^3.2.2",
"@vitest/coverage-v8": "^3.2.2",
"adm-zip": "^0.5.16",