From 1342e0c49cf1faa7535c5de92e5357d4f5fc1447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 21:42:36 +0000 Subject: [PATCH] Bump jest from 25.5.4 to 26.6.3 in /src/rust/iced-x86-js/src/tests Bumps [jest](https://github.com/facebook/jest) from 25.5.4 to 26.6.3. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v25.5.4...v26.6.3) Signed-off-by: dependabot[bot] --- src/rust/iced-x86-js/src/tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust/iced-x86-js/src/tests/package.json b/src/rust/iced-x86-js/src/tests/package.json index 5ee201cee..82aad2f3f 100644 --- a/src/rust/iced-x86-js/src/tests/package.json +++ b/src/rust/iced-x86-js/src/tests/package.json @@ -6,6 +6,6 @@ "iced-x86": "file:../../pkg" }, "devDependencies": { - "jest": "^25.5.4" + "jest": "^26.6.3" } }