mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 08:04:21 +00:00
Update dependency vite-string-plugin to v1.3.2
This commit is contained in:
parent
4665496ddb
commit
1f1b59597b
11
package-lock.json
generated
11
package-lock.json
generated
|
@ -94,7 +94,7 @@
|
|||
"stylelint-declaration-strict-value": "1.10.4",
|
||||
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
||||
"svgo": "3.2.0",
|
||||
"vite-string-plugin": "1.3.1",
|
||||
"vite-string-plugin": "1.3.2",
|
||||
"vitest": "1.6.0"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -12346,10 +12346,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/vite-string-plugin": {
|
||||
"version": "1.3.1",
|
||||
"resolved": "https://registry.npmjs.org/vite-string-plugin/-/vite-string-plugin-1.3.1.tgz",
|
||||
"integrity": "sha512-0Wu9yNw4QlSVM4SlwozzxR0geMoKFrAIpMldgPuzDvV8lWT1v+0pFXYt+t48qocYXBaxiuVRE3qcsEwFDHBAmA==",
|
||||
"dev": true
|
||||
"version": "1.3.2",
|
||||
"resolved": "https://registry.npmjs.org/vite-string-plugin/-/vite-string-plugin-1.3.2.tgz",
|
||||
"integrity": "sha512-P3LO+ewhv7VmZSEmlswtX5GfnPPxbiPuoGT4NGEMtGlbL91luwp9fR/8LyPR1QLXyio7R/oBt20QU90y+lq5TQ==",
|
||||
"dev": true,
|
||||
"license": "BSD-2-Clause"
|
||||
},
|
||||
"node_modules/vite/node_modules/@types/estree": {
|
||||
"version": "1.0.5",
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
"stylelint-declaration-strict-value": "1.10.4",
|
||||
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
||||
"svgo": "3.2.0",
|
||||
"vite-string-plugin": "1.3.1",
|
||||
"vite-string-plugin": "1.3.2",
|
||||
"vitest": "1.6.0"
|
||||
},
|
||||
"browserslist": ["defaults"]
|
||||
|
|
Loading…
Reference in a new issue