This commit is contained in:
renovate[bot] 2018-11-27 14:41:06 -05:00 committed by Kelly Dwan
parent 16e861859a
commit da6180f172
2 changed files with 11 additions and 6 deletions

View File

@ -6113,7 +6113,8 @@
"ansi-regex": {
"version": "2.1.1",
"bundled": true,
"dev": true
"dev": true,
"optional": true
},
"aproba": {
"version": "1.2.0",
@ -6528,7 +6529,8 @@
"safe-buffer": {
"version": "5.1.1",
"bundled": true,
"dev": true
"dev": true,
"optional": true
},
"safer-buffer": {
"version": "2.1.2",
@ -6584,6 +6586,7 @@
"version": "3.0.1",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@ -6627,12 +6630,14 @@
"wrappy": {
"version": "1.0.2",
"bundled": true,
"dev": true
"dev": true,
"optional": true
},
"yallist": {
"version": "3.0.2",
"bundled": true,
"dev": true
"dev": true,
"optional": true
}
}
},

View File

@ -47,8 +47,8 @@
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.11.1",
"eslint-plugin-wordpress": "git://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress.git#1774343f6226052a46b081e01db3fca8793cc9f1",
"har-validator": "^5.1.3",
"interpolate-components": "^1.1.1",
"har-validator": "5.1.3",
"interpolate-components": "1.1.1",
"mini-css-extract-plugin": "0.4.5",
"node-sass": "4.10.0",
"postcss-loader": "3.0.0",