This commit is contained in:
renovate[bot] 2019-04-03 08:54:21 -04:00 committed by Justin Shreve
parent 4c018efc7a
commit 297d35b686
2 changed files with 10 additions and 4 deletions

View File

@ -3942,9 +3942,9 @@
"integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c="
},
"ast-types": {
"version": "0.12.2",
"resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.12.2.tgz",
"integrity": "sha512-8c83xDLJM/dLDyXNLiR6afRRm4dPKN6KAnKqytRK3DBJul9lA+atxdQkNDkSVPdTqea5HiRq3lnnOIZ0MBpvdg==",
"version": "0.12.3",
"resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.12.3.tgz",
"integrity": "sha512-wJUcAfrdW+IgDoMGNz5MmcvahKgB7BwIbLupdKVVHxHNYt+HVR2k35swdYNv9aZpF8nvlkjbnkp2rrNwxGckZA==",
"dev": true
},
"ast-types-flow": {
@ -18507,6 +18507,12 @@
"source-map": "~0.6.1"
},
"dependencies": {
"ast-types": {
"version": "0.12.2",
"resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.12.2.tgz",
"integrity": "sha512-8c83xDLJM/dLDyXNLiR6afRRm4dPKN6KAnKqytRK3DBJul9lA+atxdQkNDkSVPdTqea5HiRq3lnnOIZ0MBpvdg==",
"dev": true
},
"source-map": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",

View File

@ -59,7 +59,7 @@
"@wordpress/custom-templated-path-webpack-plugin": "1.1.5",
"@wordpress/jest-preset-default": "4.0.0",
"@wordpress/postcss-themes": "1.0.4",
"ast-types": "0.12.2",
"ast-types": "0.12.3",
"autoprefixer": "9.5.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",