diff options
author | dependabot[bot] | 2023-07-06 21:06:54 +0000 |
---|---|---|
committer | vitalyster | 2023-07-08 21:27:02 +0300 |
commit | 0164595cf3d36739cb3a34adcb6a745de61db213 (patch) | |
tree | 94df42642925aa15624e59a7227add0c609a2e92 /package.json | |
parent | e84dc1fc4cda8413c287610b0c6949b785368ec9 (diff) |
build(deps-dev): bump jest from 29.5.0 to 29.6.1
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.5.0 to 29.6.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.1/packages/jest)
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 5a365d9b..b37fe7f5 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint-plugin-testing-library": "^5.11.0", "eslint-webpack-plugin": "^4.0.1", "html-webpack-plugin": "^5.5.3", - "jest": "^29.5.0", + "jest": "^29.6.1", "jest-environment-jsdom": "^29.6.0", "mini-css-extract-plugin": "^2.7.6", "postcss": "^8.4.25", |