diff options
author | dependabot[bot] | 2021-06-22 21:22:03 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:57 +0300 |
commit | 66dce76fe94e8db3d31301a31605505a7057a442 (patch) | |
tree | 2eabf52187cad5b075260b94611ee1d23587cdd0 /vnext/package.json | |
parent | 7d7dc5520bf979595c859e6949adf5dd1dddf954 (diff) |
Bump jest from 27.0.4 to 27.0.5
Bumps [jest](https://github.com/facebook/jest) from 27.0.4 to 27.0.5.
- [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/v27.0.4...v27.0.5)
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index d585499b..7d38a6c1 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -31,7 +31,7 @@ "file-loader": "^6.2.0", "html-loader": "^2.1.2", "html-webpack-plugin": "^5.3.1", - "jest": "^27.0.4", + "jest": "^27.0.5", "mini-css-extract-plugin": "^1.6.0", "postcss-loader": "^6.1.0", "postcss-preset-env": "^6.7.0", |