From 1f1b59597b7516beccafb12f7671195cf478744c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 13 Jun 2024 02:03:06 +0000 Subject: [PATCH] Update dependency vite-string-plugin to v1.3.2 --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b452ccdf2..2c85fe19c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 26b8935d1e..83a6280230 100644 --- a/package.json +++ b/package.json @@ -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"]