From 34d035585167c05cba23a5d706401f190bc8ea6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 06:39:07 +0000 Subject: [PATCH] build(deps): bump wasm-pack from 0.12.1 to 0.13.1 in /web-cli/ui Bumps [wasm-pack](https://github.com/rustwasm/wasm-pack) from 0.12.1 to 0.13.1. - [Release notes](https://github.com/rustwasm/wasm-pack/releases) - [Changelog](https://github.com/rustwasm/wasm-pack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-pack/compare/v0.12.1...v0.13.1) --- updated-dependencies: - dependency-name: wasm-pack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web-cli/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-cli/ui/package.json b/web-cli/ui/package.json index 84a21b5..a0e3a87 100644 --- a/web-cli/ui/package.json +++ b/web-cli/ui/package.json @@ -24,7 +24,7 @@ "vue": "~3.3.4", "vue-github-button": "~3.1.0", "vue-router": "~4.2.4", - "wasm-pack": "~0.12.1" + "wasm-pack": "~0.13.1" }, "devDependencies": { "@rushstack/eslint-patch": "~1.10.4",