From 40cf3877ec80b82adfa5a2e3bc7d092be430a1f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Nov 2021 05:18:41 +0800 Subject: [PATCH] Bump @types/jest from 27.0.2 to 27.0.3 (#837) Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.0.2 to 27.0.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d48fd0fdf..3cff521eb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "./packages/*" ], "devDependencies": { - "@types/jest": "^27.0.2", + "@types/jest": "^27.0.3", "eslint": "^7.32.0", "eslint-config-standard-jsx": "^10.0.0", "eslint-config-standard-with-typescript": "^21.0.1", @@ -2309,9 +2309,9 @@ } }, "node_modules/@types/jest": { - "version": "27.0.2", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.2.tgz", - "integrity": "sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==", + "version": "27.0.3", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.3.tgz", + "integrity": "sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==", "dev": true, "dependencies": { "jest-diff": "^27.0.0", @@ -14292,9 +14292,9 @@ } }, "@types/jest": { - "version": "27.0.2", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.2.tgz", - "integrity": "sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==", + "version": "27.0.3", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.3.tgz", + "integrity": "sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==", "dev": true, "requires": { "jest-diff": "^27.0.0", @@ -15724,7 +15724,7 @@ "@defichain/jellyfish-wallet-mnemonic": "file:packages/jellyfish-wallet-mnemonic", "@defichain/testcontainers": "file:packages/testcontainers", "@defichain/testing": "file:packages/testing", - "@types/jest": "^27.0.2", + "@types/jest": "27.0.3", "defichain": "file:", "eslint": "^7.32.0", "eslint-config-standard-jsx": "^10.0.0", @@ -15732,7 +15732,7 @@ "husky": "^7.0.2", "jest": "^27.3.1", "lerna": "^4.0.0", - "lint-staged": "12.0.3", + "lint-staged": "^12.0.3", "shuffle-seed": "^1.1.6", "ts-jest": "^27.0.7", "typescript": "4.2.4", @@ -17595,9 +17595,9 @@ } }, "@types/jest": { - "version": "27.0.2", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.2.tgz", - "integrity": "sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==", + "version": "27.0.3", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.3.tgz", + "integrity": "sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==", "dev": true, "requires": { "jest-diff": "^27.0.0", diff --git a/package.json b/package.json index 6c405b011f..a3879ab679 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "all": "npm run clean && npm run build && npm run lint && npm run test" }, "devDependencies": { - "@types/jest": "^27.0.2", + "@types/jest": "^27.0.3", "eslint": "^7.32.0", "eslint-config-standard-jsx": "^10.0.0", "eslint-config-standard-with-typescript": "^21.0.1",