Update dependency eslint to v6.5.1
This commit is contained in:
parent
7222f982e2
commit
3b1ee14dd5
|
@ -3484,9 +3484,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"eslint": {
|
"eslint": {
|
||||||
"version": "6.5.0",
|
"version": "6.5.1",
|
||||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.5.0.tgz",
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.5.1.tgz",
|
||||||
"integrity": "sha512-IIbSW+vKOqMatPmS9ayyku4tvWxHY2iricSRtOz6+ZA5IPRlgXzEL0u/j6dr4eha0ugmhMwDTqxtmNu3kj9O4w==",
|
"integrity": "sha512-32h99BoLYStT1iq1v2P9uwpyznQ4M2jRiFB6acitKz52Gqn+vPaMDUTB1bYi1WN4Nquj2w+t+bimYUG83DC55A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/code-frame": "^7.0.0",
|
"@babel/code-frame": "^7.0.0",
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
"chromedriver": "77.0.0",
|
"chromedriver": "77.0.0",
|
||||||
"config": "3.2.2",
|
"config": "3.2.2",
|
||||||
"cross-env": "6.0.0",
|
"cross-env": "6.0.0",
|
||||||
"eslint": "6.5.0",
|
"eslint": "6.5.1",
|
||||||
"eslint-config-wpcalypso": "4.0.1",
|
"eslint-config-wpcalypso": "4.0.1",
|
||||||
"eslint-plugin-wpcalypso": "4.1.0",
|
"eslint-plugin-wpcalypso": "4.1.0",
|
||||||
"grunt": "1.0.4",
|
"grunt": "1.0.4",
|
||||||
|
|
Loading…
Reference in New Issue