fix: upgrade jest-config from 26.6.1 to 26.6.2

Snyk has created this PR to upgrade jest-config from 26.6.1 to 26.6.2.

See this package in npm:
https://www.npmjs.com/package/jest-config

See this project in Snyk:
https://app.snyk.io/org/cvat/project/6ec290d2-fdd9-480b-aeef-3552213525dd?utm_source=github&utm_medium=upgrade-pr
main
snyk-bot 5 years ago
parent f3c336cf26
commit 3c343ec830
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795

@ -14283,28 +14283,28 @@
}
},
"jest-config": {
"version": "26.6.1",
"resolved": "https://registry.npmjs.org/jest-config/-/jest-config-26.6.1.tgz",
"integrity": "sha512-mtJzIynIwW1d1nMlKCNCQiSgWaqFn8cH/fOSNY97xG7Y9tBCZbCSuW2GTX0RPmceSJGO7l27JgwC18LEg0Vg+g==",
"version": "26.6.2",
"resolved": "https://registry.npmjs.org/jest-config/-/jest-config-26.6.2.tgz",
"integrity": "sha512-0ApZqPd+L/BUWvNj1GHcptb5jwF23lo+BskjgJV/Blht1hgpu6eIwaYRgHPrS6I6HrxwRfJvlGbzoZZVb3VHTA==",
"requires": {
"@babel/core": "^7.1.0",
"@jest/test-sequencer": "^26.6.1",
"@jest/types": "^26.6.1",
"babel-jest": "^26.6.1",
"@jest/test-sequencer": "^26.6.2",
"@jest/types": "^26.6.2",
"babel-jest": "^26.6.2",
"chalk": "^4.0.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.1",
"graceful-fs": "^4.2.4",
"jest-environment-jsdom": "^26.6.1",
"jest-environment-node": "^26.6.1",
"jest-environment-jsdom": "^26.6.2",
"jest-environment-node": "^26.6.2",
"jest-get-type": "^26.3.0",
"jest-jasmine2": "^26.6.1",
"jest-jasmine2": "^26.6.2",
"jest-regex-util": "^26.0.0",
"jest-resolve": "^26.6.1",
"jest-util": "^26.6.1",
"jest-validate": "^26.6.1",
"jest-resolve": "^26.6.2",
"jest-util": "^26.6.2",
"jest-validate": "^26.6.2",
"micromatch": "^4.0.2",
"pretty-format": "^26.6.1"
"pretty-format": "^26.6.2"
},
"dependencies": {
"@jest/console": {

@ -39,7 +39,7 @@
"detect-browser": "^5.2.0",
"error-stack-parser": "^2.0.2",
"form-data": "^2.5.0",
"jest-config": "^26.6.1",
"jest-config": "^26.6.2",
"js-cookie": "^2.2.0",
"jsonpath": "^1.0.2",
"platform": "^1.3.5",

Loading…
Cancel
Save