diff options
author | dependabot[bot] | 2021-06-29 06:39:24 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:57 +0300 |
commit | 58ab2b970b9afacdad1481f78a2c85b520773cc7 (patch) | |
tree | 4623feb732ab1be7427ecb83c9f842b34207e997 /vnext/package.json | |
parent | 55f79600aba5f2a4f7fe5475b367bf813d1153d2 (diff) |
Bump jest from 27.0.5 to 27.0.6
Bumps [jest](https://github.com/facebook/jest) from 27.0.5 to 27.0.6.
- [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.5...v27.0.6)
---
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 4f40c0c5..16837418 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.2", - "jest": "^27.0.5", + "jest": "^27.0.6", "mini-css-extract-plugin": "^1.6.2", "postcss-loader": "^6.1.0", "postcss-preset-env": "^6.7.0", |