Update dependency vite-string-plugin to v2 (forgejo) (#11213)

Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
This commit is contained in:
Renovate Bot 2026-02-09 18:46:35 +01:00 committed by forgejo-renovate-action
parent 520a77f372
commit 79a8e92bec
2 changed files with 9 additions and 6 deletions

13
package-lock.json generated
View file

@ -120,7 +120,7 @@
"svgo": "4.0.0",
"typescript": "5.9.3",
"typescript-eslint": "8.54.0",
"vite-string-plugin": "1.4.9",
"vite-string-plugin": "2.0.0",
"vitest": "4.0.18"
},
"engines": {
@ -15432,11 +15432,14 @@
}
},
"node_modules/vite-string-plugin": {
"version": "1.4.9",
"resolved": "https://registry.npmjs.org/vite-string-plugin/-/vite-string-plugin-1.4.9.tgz",
"integrity": "sha512-mO7PVkMs8+FuTK9ZjBBCRSjabC9cobvUEbN2EjWtGJo6nu35SbW99bYesOh5Ho39ug/KSbT4VwM4GPC26Xk/mQ==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/vite-string-plugin/-/vite-string-plugin-2.0.0.tgz",
"integrity": "sha512-7p4aOvow1kphhZppt62A6Aj03NhUzOTiBgjHaTWDIdmtiUbjoJeVLarV52UjQNvLFC6BxJgV8r1AAwJfcxwZSQ==",
"dev": true,
"license": "BSD-2-Clause"
"license": "BSD-2-Clause",
"peerDependencies": {
"vite": "*"
}
},
"node_modules/vite/node_modules/@types/estree": {
"version": "1.0.8",

View file

@ -119,7 +119,7 @@
"svgo": "4.0.0",
"typescript": "5.9.3",
"typescript-eslint": "8.54.0",
"vite-string-plugin": "1.4.9",
"vite-string-plugin": "2.0.0",
"vitest": "4.0.18"
},
"browserslist": ["defaults"],