diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 1cfd192d1..0013e1530 100644 --- a/package.json +++ b/package.json @@ -184,7 +184,7 @@ "eslint-plugin-jsx-a11y": "~6.4.1", "eslint-plugin-promise": "~5.1.0", "eslint-plugin-react": "~7.26.0", - "jest": "^27.2.0", + "jest": "^27.2.3", "raf": "^3.4.1", "react-intl-translations-manager": "^5.0.3", "react-test-renderer": "^16.14.0", @@ -196,7 +196,7 @@ "kind-of": "^6.0.3" }, "optionalDependencies": { - "bufferutil": "^4.0.3", + "bufferutil": "^4.0.4", "utf-8-validate": "^5.0.6" } } |