From 45d833e4e89609cf99ebd79dab3a607dfb90e8f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:48:35 +0000 Subject: [PATCH] chore(deps): update dependency vite-plugin-static-copy to v2.2.0 (#3877) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- spring-boot-admin-server-ui/package-lock.json | 14 +++++++++----- spring-boot-admin-server-ui/package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/spring-boot-admin-server-ui/package-lock.json b/spring-boot-admin-server-ui/package-lock.json index 3f4c2a0fd09..a81ec28b264 100644 --- a/spring-boot-admin-server-ui/package-lock.json +++ b/spring-boot-admin-server-ui/package-lock.json @@ -94,7 +94,7 @@ "ts-node-dev": "^2.0.0", "typescript": "^5.0.3", "vite": "5.4.11", - "vite-plugin-static-copy": "2.1.0", + "vite-plugin-static-copy": "2.2.0", "vitest": "2.1.6", "vue-eslint-parser": "^9.1.0", "vue-loader": "17.4.2" @@ -12946,10 +12946,11 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.1.0.tgz", - "integrity": "sha512-n8lEOIVM00Y/zronm0RG8RdPyFd0SAAFR0sii3NWmgG3PSCyYMsvUNRQTlb3onp1XeMrKIDwCrPGxthKvqX9OQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.2.0.tgz", + "integrity": "sha512-ytMrKdR9iWEYHbUxs6x53m+MRl4SJsOSoMu1U1+Pfg0DjPeMlsRVx3RR5jvoonineDquIue83Oq69JvNsFSU5w==", "dev": true, + "license": "MIT", "dependencies": { "chokidar": "^3.5.3", "fast-glob": "^3.2.11", @@ -12960,7 +12961,7 @@ "node": "^18.0.0 || >=20.0.0" }, "peerDependencies": { - "vite": "^5.0.0" + "vite": "^5.0.0 || ^6.0.0" } }, "node_modules/vite-plugin-static-copy/node_modules/chokidar": { @@ -12968,6 +12969,7 @@ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", "dev": true, + "license": "MIT", "dependencies": { "anymatch": "~3.1.2", "braces": "~3.0.2", @@ -12992,6 +12994,7 @@ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, + "license": "ISC", "dependencies": { "is-glob": "^4.0.1" }, @@ -13004,6 +13007,7 @@ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "dev": true, + "license": "MIT", "dependencies": { "picomatch": "^2.2.1" }, diff --git a/spring-boot-admin-server-ui/package.json b/spring-boot-admin-server-ui/package.json index c28b72b968f..bb459264942 100644 --- a/spring-boot-admin-server-ui/package.json +++ b/spring-boot-admin-server-ui/package.json @@ -105,7 +105,7 @@ "ts-node-dev": "^2.0.0", "typescript": "^5.0.3", "vite": "5.4.11", - "vite-plugin-static-copy": "2.1.0", + "vite-plugin-static-copy": "2.2.0", "vitest": "2.1.6", "vue-eslint-parser": "^9.1.0", "vue-loader": "17.4.2"