From 1a868e8e1b694139e02c02ba8b9e186eae31a283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:57:03 +0000 Subject: [PATCH] Bump @wasm-fmt/clang-format from 19.1.1 to 19.1.2 in /wasm Bumps [@wasm-fmt/clang-format](https://github.com/wasm-fmt/clang-format) from 19.1.1 to 19.1.2. - [Release notes](https://github.com/wasm-fmt/clang-format/releases) - [Commits](https://github.com/wasm-fmt/clang-format/compare/v19.1.1...v19.1.2) --- updated-dependencies: - dependency-name: "@wasm-fmt/clang-format" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- wasm/package-lock.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/wasm/package-lock.json b/wasm/package-lock.json index 8e42b52..4e2f849 100644 --- a/wasm/package-lock.json +++ b/wasm/package-lock.json @@ -1244,11 +1244,10 @@ "dev": true }, "node_modules/@wasm-fmt/clang-format": { - "version": "19.1.1", - "resolved": "https://registry.npmjs.org/@wasm-fmt/clang-format/-/clang-format-19.1.1.tgz", - "integrity": "sha512-BuL2GnYzb3OocY2kWFTa/8z7VN2e/j0FoeucEsZyULNKdGEB1lrIbvgtv4uJWs9OGDzmAg/seMC+rHvK41NKOg==", + "version": "19.1.2", + "resolved": "https://registry.npmjs.org/@wasm-fmt/clang-format/-/clang-format-19.1.2.tgz", + "integrity": "sha512-Zv8nrN0WpaTP4qyxHwESVBWbJZtzoScfGdeH0FBKM2RUU3seeBMSL5Jp97DbgMUwwBXqwXQp5evxZmiZ+BiaAQ==", "dev": true, - "license": "MIT", "bin": { "clang-format": "clang-format-cli.cjs", "clang-format-diff": "clang-format-diff.py",