From ec6e1077855f6376573b9677df5e059b1489aade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 03:42:12 +0000 Subject: [PATCH] Bump wasm-pack from 0.12.1 to 0.13.0 Bumps [wasm-pack](https://github.com/rustwasm/wasm-pack) from 0.12.1 to 0.13.0. - [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.0) --- updated-dependencies: - dependency-name: wasm-pack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e52cee..ff4f457 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,6 @@ "npm-run-all": "^4.1.5", "ts-jest": "^29.0.3", "typescript": "^5.0.4", - "wasm-pack": "^0.12.1" + "wasm-pack": "^0.13.0" } } \ No newline at end of file