From 2e151cf198ad170e29179c6791baef4b142ebc5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:20:16 +0200 Subject: [PATCH] Bump vite-plugin-version-mark from 0.1.2 to 0.1.3 (#186) Bumps [vite-plugin-version-mark](https://github.com/ZhongxuYang/vite-plugin-version-mark) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/ZhongxuYang/vite-plugin-version-mark/releases) - [Changelog](https://github.com/ZhongxuYang/vite-plugin-version-mark/blob/main/CHANGELOG.md) - [Commits](https://github.com/ZhongxuYang/vite-plugin-version-mark/compare/v0.1.2...v0.1.3) --- updated-dependencies: - dependency-name: vite-plugin-version-mark dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1c82f7b..5f58af5 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "typescript": "^5.7.2", "typescript-eslint": "^8.16.0", "vite": "^5.4.11", - "vite-plugin-version-mark": "^0.1.2" + "vite-plugin-version-mark": "^0.1.3" }, "dependencies": { "@emotion/react": "^11.13.5", diff --git a/yarn.lock b/yarn.lock index 57cc2a1..027ceac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5497,10 +5497,10 @@ v8-to-istanbul@^9.0.1: "@types/istanbul-lib-coverage" "^2.0.1" convert-source-map "^2.0.0" -vite-plugin-version-mark@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/vite-plugin-version-mark/-/vite-plugin-version-mark-0.1.2.tgz#85b2315cffce7ac2d83b6afceb313d0d1c47c4d4" - integrity sha512-+mPRTwx6SOEfEq3/y1u+O0ju5Lz0Ac27Fx6hE5Xn1fMpIQfo3aERPB2/xxYI8lIa8GPHCX5c8ApqBKWwFNHxwA== +vite-plugin-version-mark@^0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/vite-plugin-version-mark/-/vite-plugin-version-mark-0.1.3.tgz#ffc604549080c72e886405b33ef9cb8482ecd410" + integrity sha512-dfnFyMZuMDNwetkutFN1HMvrPu9S7k45JkxUa356wE+c/Lj5Sao9gRH69r1Dj/7XgHUiKxTIJeDkTIhomh249A== vite@^5.4.11: version "5.4.11"