Compare commits

..

1 commit

Author SHA1 Message Date
ae227d5ea6 Update dependency vite to v7.1.12
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2025-11-06 11:00:32 +00:00
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -27,7 +27,7 @@
"eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.24", "eslint-plugin-react-refresh": "0.4.24",
"globals": "16.5.0", "globals": "16.5.0",
"vite": "7.2.1" "vite": "7.1.12"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
@ -4978,9 +4978,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "7.2.1", "version": "7.1.12",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.2.1.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.12.tgz",
"integrity": "sha512-qTl3VF7BvOupTR85Zc561sPEgxyUSNSvTQ9fit7DEMP7yPgvvIGm5Zfa1dOM+kOwWGNviK9uFM9ra77+OjK7lQ==", "integrity": "sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {

View file

@ -29,6 +29,6 @@
"eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.24", "eslint-plugin-react-refresh": "0.4.24",
"globals": "16.5.0", "globals": "16.5.0",
"vite": "7.2.1" "vite": "7.1.12"
} }
} }