Bump vite-plugin-static-copy from 0.9.0 to 0.12.0

Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 0.9.0 to 0.12.0.
- [Release notes](https://github.com/sapphi-red/vite-plugin-static-copy/releases)
- [Commits](https://github.com/sapphi-red/vite-plugin-static-copy/compare/v0.9.0...v0.12.0)

---
updated-dependencies:
- dependency-name: vite-plugin-static-copy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-11-15 18:06:44 +00:00
committed by Jacob Overgaard
parent 723b7f7a8b
commit ce478fcba2
2 changed files with 8 additions and 8 deletions

View File

@@ -64,7 +64,7 @@
"tiny-glob": "^0.2.9",
"typescript": "^4.8.4",
"vite": "^3.2.3",
"vite-plugin-static-copy": "^0.9.0",
"vite-plugin-static-copy": "^0.12.0",
"vite-tsconfig-paths": "^3.5.2",
"web-component-analyzer": "^2.0.0-next.4"
},
@@ -26711,9 +26711,9 @@
}
},
"node_modules/vite-plugin-static-copy": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-0.9.0.tgz",
"integrity": "sha512-0h8esPoZn6zdTK8KoDbiZPJum7+Nw2t4oLTpu2i2haP2HmgysRH+Xy6FaE6lLyCpgODYR5RiRjbLH0UKUZpIPw==",
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-0.12.0.tgz",
"integrity": "sha512-5a8hCjYJdf/rl8s7ct/YWt97gXdGPGNSOoJtkY5IYhbnSq04X1gTt5GpFHKfAxhHoed1Grfw3Ed13t7AjJi7gw==",
"dev": true,
"dependencies": {
"chokidar": "^3.5.3",
@@ -49175,9 +49175,9 @@
}
},
"vite-plugin-static-copy": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-0.9.0.tgz",
"integrity": "sha512-0h8esPoZn6zdTK8KoDbiZPJum7+Nw2t4oLTpu2i2haP2HmgysRH+Xy6FaE6lLyCpgODYR5RiRjbLH0UKUZpIPw==",
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-0.12.0.tgz",
"integrity": "sha512-5a8hCjYJdf/rl8s7ct/YWt97gXdGPGNSOoJtkY5IYhbnSq04X1gTt5GpFHKfAxhHoed1Grfw3Ed13t7AjJi7gw==",
"dev": true,
"requires": {
"chokidar": "^3.5.3",

View File

@@ -96,7 +96,7 @@
"tiny-glob": "^0.2.9",
"typescript": "^4.8.4",
"vite": "^3.2.3",
"vite-plugin-static-copy": "^0.9.0",
"vite-plugin-static-copy": "^0.12.0",
"vite-tsconfig-paths": "^3.5.2",
"web-component-analyzer": "^2.0.0-next.4"
},