Merge pull request #35 from JeCheeseSmith/dependabot/npm_and_yarn/vite-7.1.1

Bump vite from 7.0.6 to 7.1.1
This commit is contained in:
Kars van Velzen 2025-08-18 14:03:44 +02:00 committed by GitHub
commit 8d69d148cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -22,7 +22,7 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^16.2.0",
"vite": "^7.0.6"
"vite": "^7.1.1"
}
},
"node_modules/@ampproject/remapping": {
@ -4538,9 +4538,9 @@
}
},
"node_modules/vite": {
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.0.6.tgz",
"integrity": "sha512-MHFiOENNBd+Bd9uvc8GEsIzdkn1JxMmEeYX35tI3fv0sJBUTfW5tQsoaOwuY4KhBI09A3dUJ/DXf2yxPVPUceg==",
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.1.tgz",
"integrity": "sha512-yJ+Mp7OyV+4S+afWo+QyoL9jFWD11QFH0i5i7JypnfTcA1rmgxCbiA8WwAICDEtZ1Z1hzrVhN8R8rGTqkTY8ZQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -4548,7 +4548,7 @@
"fdir": "^6.4.6",
"picomatch": "^4.0.3",
"postcss": "^8.5.6",
"rollup": "^4.40.0",
"rollup": "^4.43.0",
"tinyglobby": "^0.2.14"
},
"bin": {

View file

@ -24,6 +24,6 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^16.2.0",
"vite": "^7.0.6"
"vite": "^7.1.1"
}
}