diff --git a/src/rust/iced-x86-js/src/tests/package.json b/src/rust/iced-x86-js/src/tests/package.json index 7001b3358..ed13b4a1d 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": "^27.0.1" + "jest": "^28.0.0" } }