chore(deps): update dependency jest to v27.4.3 (#642)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-12-01 18:18:02 +00:00 committed by GitHub
parent 35434c7417
commit 413d11eb69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 56 additions and 104 deletions

View File

@ -31,7 +31,7 @@
"eslint": "8.3.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.4.2",
"jest": "27.4.3",
"prettier": "2.5.0",
"supertest": "6.1.6",
"ts-jest": "27.0.7",
@ -1138,9 +1138,9 @@
}
},
"node_modules/@jest/core": {
"version": "27.4.2",
"resolved": "https://registry.npmjs.org/@jest/core/-/core-27.4.2.tgz",
"integrity": "sha512-0mPM61tDbu8yc9CMKH9bvV+g+17VUpdWQtU1x6P1gk4AKj8iywWi8zBmEIl7pTGjUtYA92CNc/LlBfKCioBOow==",
"version": "27.4.3",
"resolved": "https://registry.npmjs.org/@jest/core/-/core-27.4.3.tgz",
"integrity": "sha512-V9ms3zSxUHxh1E/ZLAiXF7SLejsdFnjWTFizWotMOWvjho0lW5kSjZymhQSodNW0T0ZMQRiha7f8+NcFVm3hJQ==",
"dev": true,
"dependencies": {
"@jest/console": "^27.4.2",
@ -1155,13 +1155,13 @@
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-changed-files": "^27.4.2",
"jest-config": "^27.4.2",
"jest-config": "^27.4.3",
"jest-haste-map": "^27.4.2",
"jest-message-util": "^27.4.2",
"jest-regex-util": "^27.4.0",
"jest-resolve": "^27.4.2",
"jest-resolve-dependencies": "^27.4.2",
"jest-runner": "^27.4.2",
"jest-runner": "^27.4.3",
"jest-runtime": "^27.4.2",
"jest-snapshot": "^27.4.2",
"jest-util": "^27.4.2",
@ -2370,17 +2370,6 @@
"pretty-format": "^27.0.0"
}
},
"node_modules/@types/jsdom": {
"version": "16.2.13",
"resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-16.2.13.tgz",
"integrity": "sha512-8JQCjdeAidptSsOcRWk2iTm9wCcwn9l+kRG6k5bzUacrnm1ezV4forq0kWjUih/tumAeoG+OspOvQEbbRucBTw==",
"dev": true,
"dependencies": {
"@types/node": "*",
"@types/parse5": "*",
"@types/tough-cookie": "*"
}
},
"node_modules/@types/json-schema": {
"version": "7.0.9",
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz",
@ -2411,12 +2400,6 @@
"integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==",
"dev": true
},
"node_modules/@types/parse5": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-6.0.3.tgz",
"integrity": "sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==",
"dev": true
},
"node_modules/@types/prettier": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.2.tgz",
@ -2470,12 +2453,6 @@
"@types/superagent": "*"
}
},
"node_modules/@types/tough-cookie": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.1.tgz",
"integrity": "sha512-Y0K95ThC3esLEYD6ZuqNek29lNX2EM1qxV8y2FTLUB0ff5wWrk7az+mLrnNFUnaXcgKye22+sFBRXOgpPILZNg==",
"dev": true
},
"node_modules/@types/yargs": {
"version": "16.0.4",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz",
@ -6124,14 +6101,14 @@
}
},
"node_modules/jest": {
"version": "27.4.2",
"resolved": "https://registry.npmjs.org/jest/-/jest-27.4.2.tgz",
"integrity": "sha512-TAReynFYCfHNcrL+8Z74WPGafLFLF++bGkrpcsk6cO5G9S2VuJGhu2c44YFForMgF0GlYmtbpmeznkvZpNgTxg==",
"version": "27.4.3",
"resolved": "https://registry.npmjs.org/jest/-/jest-27.4.3.tgz",
"integrity": "sha512-jwsfVABBzuN3Atm+6h6vIEpTs9+VApODLt4dk2qv1WMOpb1weI1IIZfuwpMiWZ62qvWj78MvdvMHIYdUfqrFaA==",
"dev": true,
"dependencies": {
"@jest/core": "^27.4.2",
"@jest/core": "^27.4.3",
"import-local": "^3.0.2",
"jest-cli": "^27.4.2"
"jest-cli": "^27.4.3"
},
"bin": {
"jest": "bin/jest.js"
@ -6263,19 +6240,19 @@
}
},
"node_modules/jest-cli": {
"version": "27.4.2",
"resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.4.2.tgz",
"integrity": "sha512-Ex2WhCj4s0XFntTKTnyLgV/CZKgQaZBYrKz02XOZ4nUjFD+26Fji/M1SgHm+2IWEIsQqoipNRx9RJH56p8d7MQ==",
"version": "27.4.3",
"resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.4.3.tgz",
"integrity": "sha512-zZSJBXNC/i8UnJPwcKWsqnhGgIF3uoTYP7th32Zej7KNQJdxzOMj+wCfy2Ox3kU7nXErJ36DtYyXDhfiqaiDRw==",
"dev": true,
"dependencies": {
"@jest/core": "^27.4.2",
"@jest/core": "^27.4.3",
"@jest/test-result": "^27.4.2",
"@jest/types": "^27.4.2",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"import-local": "^3.0.2",
"jest-config": "^27.4.2",
"jest-config": "^27.4.3",
"jest-util": "^27.4.2",
"jest-validate": "^27.4.2",
"prompts": "^2.0.1",
@ -6367,9 +6344,9 @@
}
},
"node_modules/jest-config": {
"version": "27.4.2",
"resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.4.2.tgz",
"integrity": "sha512-2vKqelsfHPnIzrPTpE9hImqxZLp5l9Vszpci19RdVB2i5OwoM+OkPExZMQb8aGrpEGXoKtlzvdqCL1GObiz8JQ==",
"version": "27.4.3",
"resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.4.3.tgz",
"integrity": "sha512-DQ10HTSqYtC2pO7s9j2jw+li4xUnm2wLYWH2o7K1ftB8NyvToHsXoLlXxtsGh3AW9gUQR6KY/4B7G+T/NswJBw==",
"dev": true,
"dependencies": {
"@babel/core": "^7.1.0",
@ -6382,13 +6359,13 @@
"glob": "^7.1.1",
"graceful-fs": "^4.2.4",
"jest-circus": "^27.4.2",
"jest-environment-jsdom": "^27.4.2",
"jest-environment-jsdom": "^27.4.3",
"jest-environment-node": "^27.4.2",
"jest-get-type": "^27.4.0",
"jest-jasmine2": "^27.4.2",
"jest-regex-util": "^27.4.0",
"jest-resolve": "^27.4.2",
"jest-runner": "^27.4.2",
"jest-runner": "^27.4.3",
"jest-util": "^27.4.2",
"jest-validate": "^27.4.2",
"micromatch": "^4.0.4",
@ -6661,15 +6638,14 @@
}
},
"node_modules/jest-environment-jsdom": {
"version": "27.4.2",
"resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.4.2.tgz",
"integrity": "sha512-L0dV4oq4+Ll7hZ8QCGvSELn8uOr938/QKOg6o70kMHiZOpWOjAqSf7fMVAtGhG/BVSvk1GTzhGJNOWsxtH5KbQ==",
"version": "27.4.3",
"resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.4.3.tgz",
"integrity": "sha512-x1AUVz3G14LpEJs7KIFUaTINT2n0unOUmvdAby3s/sldUpJJetOJifHo1O/EUQC5fNBowggwJbVulko18y6OWw==",
"dev": true,
"dependencies": {
"@jest/environment": "^27.4.2",
"@jest/fake-timers": "^27.4.2",
"@jest/types": "^27.4.2",
"@types/jsdom": "^16.2.4",
"@types/node": "*",
"jest-mock": "^27.4.2",
"jest-util": "^27.4.2",
@ -7163,9 +7139,9 @@
}
},
"node_modules/jest-runner": {
"version": "27.4.2",
"resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.4.2.tgz",
"integrity": "sha512-YsgbYKk8V7J5BQPINXhdzNLoqIwUWrJkV9h6/ccsn6fbmC3n3ax1K5cDWzAU9qXyaQhetwFqPpHmAHIACscRKQ==",
"version": "27.4.3",
"resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.4.3.tgz",
"integrity": "sha512-JgR6Om/j22Fd6ZUUIGTWNcCtuZVYbNrecb4k89W4UyFJoRtHpo2zMKWkmFFFJoqwWGrfrcPLnVBIgkJiTV3cyA==",
"dev": true,
"dependencies": {
"@jest/console": "^27.4.2",
@ -7179,7 +7155,7 @@
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-docblock": "^27.4.0",
"jest-environment-jsdom": "^27.4.2",
"jest-environment-jsdom": "^27.4.3",
"jest-environment-node": "^27.4.2",
"jest-haste-map": "^27.4.2",
"jest-leak-detector": "^27.4.2",
@ -11741,9 +11717,9 @@
}
},
"@jest/core": {
"version": "27.4.2",
"resolved": "https://registry.npmjs.org/@jest/core/-/core-27.4.2.tgz",
"integrity": "sha512-0mPM61tDbu8yc9CMKH9bvV+g+17VUpdWQtU1x6P1gk4AKj8iywWi8zBmEIl7pTGjUtYA92CNc/LlBfKCioBOow==",
"version": "27.4.3",
"resolved": "https://registry.npmjs.org/@jest/core/-/core-27.4.3.tgz",
"integrity": "sha512-V9ms3zSxUHxh1E/ZLAiXF7SLejsdFnjWTFizWotMOWvjho0lW5kSjZymhQSodNW0T0ZMQRiha7f8+NcFVm3hJQ==",
"dev": true,
"requires": {
"@jest/console": "^27.4.2",
@ -11758,13 +11734,13 @@
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-changed-files": "^27.4.2",
"jest-config": "^27.4.2",
"jest-config": "^27.4.3",
"jest-haste-map": "^27.4.2",
"jest-message-util": "^27.4.2",
"jest-regex-util": "^27.4.0",
"jest-resolve": "^27.4.2",
"jest-resolve-dependencies": "^27.4.2",
"jest-runner": "^27.4.2",
"jest-runner": "^27.4.3",
"jest-runtime": "^27.4.2",
"jest-snapshot": "^27.4.2",
"jest-util": "^27.4.2",
@ -12667,17 +12643,6 @@
"pretty-format": "^27.0.0"
}
},
"@types/jsdom": {
"version": "16.2.13",
"resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-16.2.13.tgz",
"integrity": "sha512-8JQCjdeAidptSsOcRWk2iTm9wCcwn9l+kRG6k5bzUacrnm1ezV4forq0kWjUih/tumAeoG+OspOvQEbbRucBTw==",
"dev": true,
"requires": {
"@types/node": "*",
"@types/parse5": "*",
"@types/tough-cookie": "*"
}
},
"@types/json-schema": {
"version": "7.0.9",
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz",
@ -12708,12 +12673,6 @@
"integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==",
"dev": true
},
"@types/parse5": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-6.0.3.tgz",
"integrity": "sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==",
"dev": true
},
"@types/prettier": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.2.tgz",
@ -12767,12 +12726,6 @@
"@types/superagent": "*"
}
},
"@types/tough-cookie": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.1.tgz",
"integrity": "sha512-Y0K95ThC3esLEYD6ZuqNek29lNX2EM1qxV8y2FTLUB0ff5wWrk7az+mLrnNFUnaXcgKye22+sFBRXOgpPILZNg==",
"dev": true
},
"@types/yargs": {
"version": "16.0.4",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz",
@ -15541,14 +15494,14 @@
"integrity": "sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q=="
},
"jest": {
"version": "27.4.2",
"resolved": "https://registry.npmjs.org/jest/-/jest-27.4.2.tgz",
"integrity": "sha512-TAReynFYCfHNcrL+8Z74WPGafLFLF++bGkrpcsk6cO5G9S2VuJGhu2c44YFForMgF0GlYmtbpmeznkvZpNgTxg==",
"version": "27.4.3",
"resolved": "https://registry.npmjs.org/jest/-/jest-27.4.3.tgz",
"integrity": "sha512-jwsfVABBzuN3Atm+6h6vIEpTs9+VApODLt4dk2qv1WMOpb1weI1IIZfuwpMiWZ62qvWj78MvdvMHIYdUfqrFaA==",
"dev": true,
"requires": {
"@jest/core": "^27.4.2",
"@jest/core": "^27.4.3",
"import-local": "^3.0.2",
"jest-cli": "^27.4.2"
"jest-cli": "^27.4.3"
}
},
"jest-changed-files": {
@ -15641,19 +15594,19 @@
}
},
"jest-cli": {
"version": "27.4.2",
"resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.4.2.tgz",
"integrity": "sha512-Ex2WhCj4s0XFntTKTnyLgV/CZKgQaZBYrKz02XOZ4nUjFD+26Fji/M1SgHm+2IWEIsQqoipNRx9RJH56p8d7MQ==",
"version": "27.4.3",
"resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.4.3.tgz",
"integrity": "sha512-zZSJBXNC/i8UnJPwcKWsqnhGgIF3uoTYP7th32Zej7KNQJdxzOMj+wCfy2Ox3kU7nXErJ36DtYyXDhfiqaiDRw==",
"dev": true,
"requires": {
"@jest/core": "^27.4.2",
"@jest/core": "^27.4.3",
"@jest/test-result": "^27.4.2",
"@jest/types": "^27.4.2",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"import-local": "^3.0.2",
"jest-config": "^27.4.2",
"jest-config": "^27.4.3",
"jest-util": "^27.4.2",
"jest-validate": "^27.4.2",
"prompts": "^2.0.1",
@ -15712,9 +15665,9 @@
}
},
"jest-config": {
"version": "27.4.2",
"resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.4.2.tgz",
"integrity": "sha512-2vKqelsfHPnIzrPTpE9hImqxZLp5l9Vszpci19RdVB2i5OwoM+OkPExZMQb8aGrpEGXoKtlzvdqCL1GObiz8JQ==",
"version": "27.4.3",
"resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.4.3.tgz",
"integrity": "sha512-DQ10HTSqYtC2pO7s9j2jw+li4xUnm2wLYWH2o7K1ftB8NyvToHsXoLlXxtsGh3AW9gUQR6KY/4B7G+T/NswJBw==",
"dev": true,
"requires": {
"@babel/core": "^7.1.0",
@ -15727,13 +15680,13 @@
"glob": "^7.1.1",
"graceful-fs": "^4.2.4",
"jest-circus": "^27.4.2",
"jest-environment-jsdom": "^27.4.2",
"jest-environment-jsdom": "^27.4.3",
"jest-environment-node": "^27.4.2",
"jest-get-type": "^27.4.0",
"jest-jasmine2": "^27.4.2",
"jest-regex-util": "^27.4.0",
"jest-resolve": "^27.4.2",
"jest-runner": "^27.4.2",
"jest-runner": "^27.4.3",
"jest-util": "^27.4.2",
"jest-validate": "^27.4.2",
"micromatch": "^4.0.4",
@ -15929,15 +15882,14 @@
}
},
"jest-environment-jsdom": {
"version": "27.4.2",
"resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.4.2.tgz",
"integrity": "sha512-L0dV4oq4+Ll7hZ8QCGvSELn8uOr938/QKOg6o70kMHiZOpWOjAqSf7fMVAtGhG/BVSvk1GTzhGJNOWsxtH5KbQ==",
"version": "27.4.3",
"resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.4.3.tgz",
"integrity": "sha512-x1AUVz3G14LpEJs7KIFUaTINT2n0unOUmvdAby3s/sldUpJJetOJifHo1O/EUQC5fNBowggwJbVulko18y6OWw==",
"dev": true,
"requires": {
"@jest/environment": "^27.4.2",
"@jest/fake-timers": "^27.4.2",
"@jest/types": "^27.4.2",
"@types/jsdom": "^16.2.4",
"@types/node": "*",
"jest-mock": "^27.4.2",
"jest-util": "^27.4.2",
@ -16307,9 +16259,9 @@
}
},
"jest-runner": {
"version": "27.4.2",
"resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.4.2.tgz",
"integrity": "sha512-YsgbYKk8V7J5BQPINXhdzNLoqIwUWrJkV9h6/ccsn6fbmC3n3ax1K5cDWzAU9qXyaQhetwFqPpHmAHIACscRKQ==",
"version": "27.4.3",
"resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.4.3.tgz",
"integrity": "sha512-JgR6Om/j22Fd6ZUUIGTWNcCtuZVYbNrecb4k89W4UyFJoRtHpo2zMKWkmFFFJoqwWGrfrcPLnVBIgkJiTV3cyA==",
"dev": true,
"requires": {
"@jest/console": "^27.4.2",
@ -16323,7 +16275,7 @@
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-docblock": "^27.4.0",
"jest-environment-jsdom": "^27.4.2",
"jest-environment-jsdom": "^27.4.3",
"jest-environment-node": "^27.4.2",
"jest-haste-map": "^27.4.2",
"jest-leak-detector": "^27.4.2",

View File

@ -42,7 +42,7 @@
"eslint": "8.3.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.4.2",
"jest": "27.4.3",
"prettier": "2.5.0",
"supertest": "6.1.6",
"ts-jest": "27.0.7",