Update dependency eslint-plugin-jest to v22.15.2 (https://github.com/woocommerce/woocommerce-blocks/pull/923)
This commit is contained in:
parent
b8fa8710d6
commit
e80cca3890
|
@ -10553,9 +10553,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"eslint-plugin-jest": {
|
"eslint-plugin-jest": {
|
||||||
"version": "22.15.1",
|
"version": "22.15.2",
|
||||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.15.1.tgz",
|
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.15.2.tgz",
|
||||||
"integrity": "sha512-CWq/RR/3tLaKFB+FZcCJwU9hH5q/bKeO3rFP8G07+q7hcDCFNqpvdphVbEbGE6o6qo1UbciEev4ejUWv7brUhw==",
|
"integrity": "sha512-p4NME9TgXIt+KgpxcXyNBvO30ZKxwFAO1dJZBc2OGfDnXVEtPwEyNs95GSr6RIE3xLHdjd8ngDdE2icRRXrbxg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@typescript-eslint/experimental-utils": "^1.13.0"
|
"@typescript-eslint/experimental-utils": "^1.13.0"
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
"css-loader": "3.2.0",
|
"css-loader": "3.2.0",
|
||||||
"cssnano": "4.1.10",
|
"cssnano": "4.1.10",
|
||||||
"eslint": "6.1.0",
|
"eslint": "6.1.0",
|
||||||
"eslint-plugin-jest": "22.15.1",
|
"eslint-plugin-jest": "22.15.2",
|
||||||
"har-validator": "5.1.3",
|
"har-validator": "5.1.3",
|
||||||
"husky": "2.4.1",
|
"husky": "2.4.1",
|
||||||
"ignore-loader": "0.1.2",
|
"ignore-loader": "0.1.2",
|
||||||
|
|
Loading…
Reference in New Issue