Bump vite-plugin-static-copy from 0.13.0 to 1.0.4 (#1722)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 14 May 2024 04:01:45 +0000 (14:01 +1000)
committerGitHub <noreply@github.com>
Tue, 14 May 2024 04:01:45 +0000 (14:01 +1000)
* Bump vite-plugin-static-copy from 0.13.0 to 1.0.4

Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 0.13.0 to 1.0.4.
- [Release notes](https://github.com/sapphi-red/vite-plugin-static-copy/releases)
- [Changelog](https://github.com/sapphi-red/vite-plugin-static-copy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sapphi-red/vite-plugin-static-copy/compare/v0.13.0...vite-plugin-static-copy@1.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
* Change type to module

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com>
package-lock.json
package.json

index 90da965b071f5160c8a4cb00c1bf3d812853c9a7..2eec29124df81df4c2b4ccb7cfdd12e243277b04 100644 (file)
@@ -92,7 +92,7 @@
         "sass": "1.56.2",
         "typescript": "4.9.4",
         "vite": "5.0.13",
-        "vite-plugin-static-copy": "0.13.0",
+        "vite-plugin-static-copy": "1.0.4",
         "vite-plugin-top-level-await": "1.4.1"
       },
       "engines": {
       }
     },
     "node_modules/vite-plugin-static-copy": {
-      "version": "0.13.0",
-      "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-0.13.0.tgz",
-      "integrity": "sha512-cln+fvKMgwNBjxQ59QVblmExZrc9gGEdRmfqcPOOGpxT5KInfpkGMvmK4L+kCAeHHSSGNU1bM7BA9PQgaAJc6g==",
+      "version": "1.0.4",
+      "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-1.0.4.tgz",
+      "integrity": "sha512-UtyOttgoeotSCwmBugsEZCZJZcIpjE9NGO7jlZ9OeedYpBueBdspD8waRZrjE+yQLH6qGNU2CvYB2FILviCQjg==",
       "dev": true,
       "dependencies": {
         "chokidar": "^3.5.3",
         "picocolors": "^1.0.0"
       },
       "engines": {
-        "node": "^14.18.0 || >=16.0.0"
+        "node": "^18.0.0 || >=20.0.0"
       },
       "peerDependencies": {
-        "vite": "^3.0.0 || ^4.0.0"
+        "vite": "^5.0.0"
       }
     },
     "node_modules/vite-plugin-static-copy/node_modules/fs-extra": {
index 8c8b87e78a703b23b7c70c8fd4bbf4019a657efa..44c28d348b0b94c434d626af510f77d1b485ae9e 100644 (file)
@@ -3,6 +3,7 @@
   "version": "3.2.0",
   "description": "Yet another matrix client",
   "main": "index.js",
+  "type": "module",
   "engines": {
     "node": ">=16.0.0"
   },
     "sass": "1.56.2",
     "typescript": "4.9.4",
     "vite": "5.0.13",
-    "vite-plugin-static-copy": "0.13.0",
+    "vite-plugin-static-copy": "1.0.4",
     "vite-plugin-top-level-await": "1.4.1"
   }
 }