Skip to content

Commit 0ebb5b7

Browse files
chore(deps): update dependency jest to v27.4.3 (#814)
Co-authored-by: Renovate Bot <[email protected]>
1 parent bb73ee0 commit 0ebb5b7

File tree

2 files changed

+34
-54
lines changed

2 files changed

+34
-54
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint-plugin-standard": "5.0.0",
4545
"eslint-plugin-unicorn": "39.0.0",
4646
"husky": "7.0.4",
47-
"jest": "27.4.2",
47+
"jest": "27.4.3",
4848
"jest-snapshot-serializer-raw": "1.2.0",
4949
"json-schema-to-markdown": "1.1.1",
5050
"lint-staged": "12.1.2",

yarn.lock

Lines changed: 33 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1669,10 +1669,10 @@
16691669
jest-util "^27.4.2"
16701670
slash "^3.0.0"
16711671

1672-
"@jest/core@^27.4.2":
1673-
version "27.4.2"
1674-
resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.4.2.tgz#24f91e4fa4ec983eb811ad518af109eac719d65a"
1675-
integrity sha512-0mPM61tDbu8yc9CMKH9bvV+g+17VUpdWQtU1x6P1gk4AKj8iywWi8zBmEIl7pTGjUtYA92CNc/LlBfKCioBOow==
1672+
"@jest/core@^27.4.3":
1673+
version "27.4.3"
1674+
resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.4.3.tgz#9b9b34f4e6429a633085f476402aa2e3ce707877"
1675+
integrity sha512-V9ms3zSxUHxh1E/ZLAiXF7SLejsdFnjWTFizWotMOWvjho0lW5kSjZymhQSodNW0T0ZMQRiha7f8+NcFVm3hJQ==
16761676
dependencies:
16771677
"@jest/console" "^27.4.2"
16781678
"@jest/reporters" "^27.4.2"
@@ -1686,13 +1686,13 @@
16861686
exit "^0.1.2"
16871687
graceful-fs "^4.2.4"
16881688
jest-changed-files "^27.4.2"
1689-
jest-config "^27.4.2"
1689+
jest-config "^27.4.3"
16901690
jest-haste-map "^27.4.2"
16911691
jest-message-util "^27.4.2"
16921692
jest-regex-util "^27.4.0"
16931693
jest-resolve "^27.4.2"
16941694
jest-resolve-dependencies "^27.4.2"
1695-
jest-runner "^27.4.2"
1695+
jest-runner "^27.4.3"
16961696
jest-runtime "^27.4.2"
16971697
jest-snapshot "^27.4.2"
16981698
jest-util "^27.4.2"
@@ -2053,15 +2053,6 @@
20532053
jest-diff "^27.0.0"
20542054
pretty-format "^27.0.0"
20552055

2056-
"@types/jsdom@^16.2.4":
2057-
version "16.2.13"
2058-
resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-16.2.13.tgz#126c8b7441b159d6234610a48de77b6066f1823f"
2059-
integrity sha512-8JQCjdeAidptSsOcRWk2iTm9wCcwn9l+kRG6k5bzUacrnm1ezV4forq0kWjUih/tumAeoG+OspOvQEbbRucBTw==
2060-
dependencies:
2061-
"@types/node" "*"
2062-
"@types/parse5" "*"
2063-
"@types/tough-cookie" "*"
2064-
20652056
"@types/json-schema@*", "@types/json-schema@^7.0.9":
20662057
version "7.0.9"
20672058
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@@ -2114,11 +2105,6 @@
21142105
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
21152106
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
21162107

2117-
"@types/parse5@*":
2118-
version "6.0.2"
2119-
resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-6.0.2.tgz#99f6b72d82e34cea03a4d8f2ed72114d909c1c61"
2120-
integrity sha512-+hQX+WyJAOne7Fh3zF5CxPemILIbuhNcqHHodzK9caYOLnC8pD5efmPleRnw0z++LfKUC/sVNMwk0Gap+B0baA==
2121-
21222108
"@types/prettier@^2.1.5":
21232109
version "2.3.2"
21242110
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.3.2.tgz#fc8c2825e4ed2142473b4a81064e6e081463d1b3"
@@ -2141,11 +2127,6 @@
21412127
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
21422128
integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==
21432129

2144-
"@types/tough-cookie@*":
2145-
version "4.0.1"
2146-
resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.1.tgz#8f80dd965ad81f3e1bc26d6f5c727e132721ff40"
2147-
integrity sha512-Y0K95ThC3esLEYD6ZuqNek29lNX2EM1qxV8y2FTLUB0ff5wWrk7az+mLrnNFUnaXcgKye22+sFBRXOgpPILZNg==
2148-
21492130
21502131
version "1.0.4"
21512132
resolved "https://registry.yarnpkg.com/@types/websocket/-/websocket-1.0.4.tgz#1dc497280d8049a5450854dd698ee7e6ea9e60b8"
@@ -4592,28 +4573,28 @@ jest-circus@^27.4.2:
45924573
stack-utils "^2.0.3"
45934574
throat "^6.0.1"
45944575

4595-
jest-cli@^27.4.2:
4596-
version "27.4.2"
4597-
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.4.2.tgz#9187777a2d01bf87fb4216ea98f94dc43ea32aff"
4598-
integrity sha512-Ex2WhCj4s0XFntTKTnyLgV/CZKgQaZBYrKz02XOZ4nUjFD+26Fji/M1SgHm+2IWEIsQqoipNRx9RJH56p8d7MQ==
4576+
jest-cli@^27.4.3:
4577+
version "27.4.3"
4578+
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.4.3.tgz#89acba683b9f91c7a5e342e2ea13aa5414836a0d"
4579+
integrity sha512-zZSJBXNC/i8UnJPwcKWsqnhGgIF3uoTYP7th32Zej7KNQJdxzOMj+wCfy2Ox3kU7nXErJ36DtYyXDhfiqaiDRw==
45994580
dependencies:
4600-
"@jest/core" "^27.4.2"
4581+
"@jest/core" "^27.4.3"
46014582
"@jest/test-result" "^27.4.2"
46024583
"@jest/types" "^27.4.2"
46034584
chalk "^4.0.0"
46044585
exit "^0.1.2"
46054586
graceful-fs "^4.2.4"
46064587
import-local "^3.0.2"
4607-
jest-config "^27.4.2"
4588+
jest-config "^27.4.3"
46084589
jest-util "^27.4.2"
46094590
jest-validate "^27.4.2"
46104591
prompts "^2.0.1"
46114592
yargs "^16.2.0"
46124593

4613-
jest-config@^27.4.2:
4614-
version "27.4.2"
4615-
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.4.2.tgz#1440d99101659608c7995e85e29cfde13aa73f63"
4616-
integrity sha512-2vKqelsfHPnIzrPTpE9hImqxZLp5l9Vszpci19RdVB2i5OwoM+OkPExZMQb8aGrpEGXoKtlzvdqCL1GObiz8JQ==
4594+
jest-config@^27.4.3:
4595+
version "27.4.3"
4596+
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.4.3.tgz#7820e08f7526fa3f725423e2f0fa7888ee0ef9c9"
4597+
integrity sha512-DQ10HTSqYtC2pO7s9j2jw+li4xUnm2wLYWH2o7K1ftB8NyvToHsXoLlXxtsGh3AW9gUQR6KY/4B7G+T/NswJBw==
46174598
dependencies:
46184599
"@babel/core" "^7.1.0"
46194600
"@jest/test-sequencer" "^27.4.2"
@@ -4625,13 +4606,13 @@ jest-config@^27.4.2:
46254606
glob "^7.1.1"
46264607
graceful-fs "^4.2.4"
46274608
jest-circus "^27.4.2"
4628-
jest-environment-jsdom "^27.4.2"
4609+
jest-environment-jsdom "^27.4.3"
46294610
jest-environment-node "^27.4.2"
46304611
jest-get-type "^27.4.0"
46314612
jest-jasmine2 "^27.4.2"
46324613
jest-regex-util "^27.4.0"
46334614
jest-resolve "^27.4.2"
4634-
jest-runner "^27.4.2"
4615+
jest-runner "^27.4.3"
46354616
jest-util "^27.4.2"
46364617
jest-validate "^27.4.2"
46374618
micromatch "^4.0.4"
@@ -4676,15 +4657,14 @@ jest-each@^27.4.2:
46764657
jest-util "^27.4.2"
46774658
pretty-format "^27.4.2"
46784659

4679-
jest-environment-jsdom@^27.4.2:
4680-
version "27.4.2"
4681-
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.4.2.tgz#176c8b3529bec1561bb07b48f2b9a5a656927908"
4682-
integrity sha512-L0dV4oq4+Ll7hZ8QCGvSELn8uOr938/QKOg6o70kMHiZOpWOjAqSf7fMVAtGhG/BVSvk1GTzhGJNOWsxtH5KbQ==
4660+
jest-environment-jsdom@^27.4.3:
4661+
version "27.4.3"
4662+
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.4.3.tgz#74198285f6284888ca9c7486c4e5e67add75aa53"
4663+
integrity sha512-x1AUVz3G14LpEJs7KIFUaTINT2n0unOUmvdAby3s/sldUpJJetOJifHo1O/EUQC5fNBowggwJbVulko18y6OWw==
46834664
dependencies:
46844665
"@jest/environment" "^27.4.2"
46854666
"@jest/fake-timers" "^27.4.2"
46864667
"@jest/types" "^27.4.2"
4687-
"@types/jsdom" "^16.2.4"
46884668
"@types/node" "*"
46894669
jest-mock "^27.4.2"
46904670
jest-util "^27.4.2"
@@ -4832,10 +4812,10 @@ jest-resolve@^27.4.2:
48324812
resolve.exports "^1.1.0"
48334813
slash "^3.0.0"
48344814

4835-
jest-runner@^27.4.2:
4836-
version "27.4.2"
4837-
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.4.2.tgz#924a64440c639c47b1155a41f8b3728471a101a6"
4838-
integrity sha512-YsgbYKk8V7J5BQPINXhdzNLoqIwUWrJkV9h6/ccsn6fbmC3n3ax1K5cDWzAU9qXyaQhetwFqPpHmAHIACscRKQ==
4815+
jest-runner@^27.4.3:
4816+
version "27.4.3"
4817+
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.4.3.tgz#9f05d4733829787778e8a143ade913834d0828dc"
4818+
integrity sha512-JgR6Om/j22Fd6ZUUIGTWNcCtuZVYbNrecb4k89W4UyFJoRtHpo2zMKWkmFFFJoqwWGrfrcPLnVBIgkJiTV3cyA==
48394819
dependencies:
48404820
"@jest/console" "^27.4.2"
48414821
"@jest/environment" "^27.4.2"
@@ -4848,7 +4828,7 @@ jest-runner@^27.4.2:
48484828
exit "^0.1.2"
48494829
graceful-fs "^4.2.4"
48504830
jest-docblock "^27.4.0"
4851-
jest-environment-jsdom "^27.4.2"
4831+
jest-environment-jsdom "^27.4.3"
48524832
jest-environment-node "^27.4.2"
48534833
jest-haste-map "^27.4.2"
48544834
jest-leak-detector "^27.4.2"
@@ -4993,14 +4973,14 @@ jest-worker@^27.4.2:
49934973
merge-stream "^2.0.0"
49944974
supports-color "^8.0.0"
49954975

4996-
4997-
version "27.4.2"
4998-
resolved "https://registry.yarnpkg.com/jest/-/jest-27.4.2.tgz#4fb1211ad0b9955ef09a11b96684180a90638985"
4999-
integrity sha512-TAReynFYCfHNcrL+8Z74WPGafLFLF++bGkrpcsk6cO5G9S2VuJGhu2c44YFForMgF0GlYmtbpmeznkvZpNgTxg==
4976+
4977+
version "27.4.3"
4978+
resolved "https://registry.yarnpkg.com/jest/-/jest-27.4.3.tgz#cf7d1876a84c70efece2e01e4f9dfc2e464d9cbb"
4979+
integrity sha512-jwsfVABBzuN3Atm+6h6vIEpTs9+VApODLt4dk2qv1WMOpb1weI1IIZfuwpMiWZ62qvWj78MvdvMHIYdUfqrFaA==
50004980
dependencies:
5001-
"@jest/core" "^27.4.2"
4981+
"@jest/core" "^27.4.3"
50024982
import-local "^3.0.2"
5003-
jest-cli "^27.4.2"
4983+
jest-cli "^27.4.3"
50044984

50054985
js-tokens@^4.0.0:
50064986
version "4.0.0"

0 commit comments

Comments
 (0)