Browse Source

Merge pull request #19 from puikinsh/dependabot/npm_and_yarn/vite-7.1.11

Bump vite from 7.1.5 to 7.1.11
pull/20/head
Aigars Silkalns 2 months ago
committed by GitHub
parent
commit
f8d095db1b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions
  1. +4
    -4
      package-lock.json
  2. +1
    -1
      package.json

+ 4
- 4
package-lock.json View File

@ -37,7 +37,7 @@
"prettier": "^3.6.2",
"sass": "^1.91.0",
"terser": "^5.43.1",
"vite": "^7.1.5",
"vite": "^7.1.11",
"vite-plugin-handlebars": "^2.0.0"
}
},
@ -5096,9 +5096,9 @@
}
},
"node_modules/vite": {
"version": "7.1.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.5.tgz",
"integrity": "sha512-4cKBO9wR75r0BeIWWWId9XK9Lj6La5X846Zw9dFfzMRw38IlTk2iCcUt6hsyiDRcPidc55ZParFYDXi0nXOeLQ==",
"version": "7.1.11",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.11.tgz",
"integrity": "sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==",
"dev": true,
"license": "MIT",
"dependencies": {


+ 1
- 1
package.json View File

@ -22,7 +22,7 @@
"prettier": "^3.6.2",
"sass": "^1.91.0",
"terser": "^5.43.1",
"vite": "^7.1.5",
"vite": "^7.1.11",
"vite-plugin-handlebars": "^2.0.0"
},
"overrides": {


Loading…
Cancel
Save