diff options
author | dependabot-preview[bot] | 2020-11-04 07:09:33 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 7b863eb7ef2e1594aab623b4625a52f3c4a6dccd (patch) | |
tree | cef6f43f906ba8fdaa1e4f229740b59d6ec5e435 | |
parent | c7300b2fceef1a39a85baec07141417e37c818c4 (diff) |
Bump babel-jest from 26.6.2 to 26.6.3
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 26.6.2 to 26.6.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v26.6.3/packages/babel-jest)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | vnext/package-lock.json | 6 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index e3975b69..9bbc52b7 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -3378,9 +3378,9 @@ } }, "babel-jest": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-26.6.2.tgz", - "integrity": "sha512-pysyz/mZ7T5sozKnvSa1n7QEf22W9yc+dUmn2zNuQTN0saG51q8A/8k9wbED9X4YNxmwjuhIwf4JRXXQGzui3Q==", + "version": "26.6.3", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-26.6.3.tgz", + "integrity": "sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==", "dev": true, "requires": { "@jest/transform": "^26.6.2", diff --git a/vnext/package.json b/vnext/package.json index db486174..cb981afd 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -16,7 +16,7 @@ "@babel/preset-env": "7.12.1", "@babel/preset-react": "7.12.1", "babel-eslint": "^10.1.0", - "babel-jest": "^26.6.2", + "babel-jest": "^26.6.3", "babel-loader": "^8.1.0", "css-loader": "^5.0.0", "css-minimizer-webpack-plugin": "^1.1.5", |