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

This commit is contained in:
Renovate Bot
2021-12-01 16:01:53 +00:00
committed by renovate[bot]
parent 387ea59659
commit f4f76e98ea
2 changed files with 56 additions and 104 deletions

158
ui/e2e/package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "0.0.1",
"license": "Apache-2.0",
"devDependencies": {
"jest": "27.4.2",
"jest": "27.4.3",
"puppeteer": "12.0.1"
},
"engines": {
@@ -646,9 +646,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",
@@ -663,13 +663,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",
@@ -969,28 +969,11 @@
"@types/istanbul-lib-report": "*"
}
},
"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/node": {
"version": "16.10.2",
"dev": true,
"license": "MIT"
},
"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",
@@ -1003,12 +986,6 @@
"integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==",
"dev": true
},
"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",
@@ -2340,14 +2317,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"
@@ -2409,19 +2386,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",
@@ -2443,9 +2420,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",
@@ -2458,13 +2435,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",
@@ -2527,15 +2504,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",
@@ -2749,9 +2725,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",
@@ -2765,7 +2741,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",
@@ -4821,9 +4797,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",
@@ -4838,13 +4814,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",
@@ -5095,27 +5071,10 @@
"@types/istanbul-lib-report": "*"
}
},
"@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/node": {
"version": "16.10.2",
"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",
@@ -5128,12 +5087,6 @@
"integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==",
"dev": true
},
"@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",
@@ -6109,14 +6062,14 @@
}
},
"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": {
@@ -6158,19 +6111,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",
@@ -6178,9 +6131,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",
@@ -6193,13 +6146,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",
@@ -6242,15 +6195,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",
@@ -6416,9 +6368,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",
@@ -6432,7 +6384,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

@@ -11,7 +11,7 @@
"test": "jest --runInBand demo.test.js"
},
"devDependencies": {
"jest": "27.4.2",
"jest": "27.4.3",
"puppeteer": "12.0.1"
}
}