From 8ceedc4306eeec9ee88eb0d7fb45717758693510 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:22:30 +0000 Subject: [PATCH] chore(deps): update dependency vite-plugin-static-copy to v2.1.0 (#3817) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- spring-boot-admin-server-ui/package-lock.json | 11 +++++++---- spring-boot-admin-server-ui/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/spring-boot-admin-server-ui/package-lock.json b/spring-boot-admin-server-ui/package-lock.json index d865e5c8083..aab12306fbb 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.10", - "vite-plugin-static-copy": "2.0.0", + "vite-plugin-static-copy": "2.1.0", "vitest": "2.1.4", "vue-eslint-parser": "^9.1.0", "vue-loader": "17.4.2" @@ -12968,9 +12968,9 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.0.0.tgz", - "integrity": "sha512-b/quFjTUa/RY9t3geIyeeT2GtWEoRI0GawYFFjys5iMLGgVP638NTGu0RoMjwmi8MoZZ3BQw4OQvb1GpVcXZDA==", + "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==", "dev": true, "license": "MIT", "dependencies": { @@ -12991,6 +12991,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", @@ -13015,6 +13016,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" }, @@ -13027,6 +13029,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 ad23dacc73c..0ac315ef666 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.10", - "vite-plugin-static-copy": "2.0.0", + "vite-plugin-static-copy": "2.1.0", "vitest": "2.1.4", "vue-eslint-parser": "^9.1.0", "vue-loader": "17.4.2"