Merge pull request #2477 from openvinotoolkit/snyk-upgrade-d03dfc84a643c7ff11a5ea86067dbfaa

[Snyk] Upgrade jest-config from 26.6.1 to 26.6.2
main
Boris Sekachev 5 years ago committed by GitHub
commit 9650e24449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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