Update dependency history to v4.9.0 (https://github.com/woocommerce/woocommerce-admin/pull/1923)
This commit is contained in:
parent
702156b6de
commit
57faf7ad47
|
@ -12400,15 +12400,16 @@
|
|||
}
|
||||
},
|
||||
"history": {
|
||||
"version": "4.7.2",
|
||||
"resolved": "https://registry.npmjs.org/history/-/history-4.7.2.tgz",
|
||||
"integrity": "sha512-1zkBRWW6XweO0NBcjiphtVJVsIQ+SXF29z9DVkceeaSLVMFXHool+fdCZD4spDCfZJCILPILc3bm7Bc+HRi0nA==",
|
||||
"version": "4.9.0",
|
||||
"resolved": "https://registry.npmjs.org/history/-/history-4.9.0.tgz",
|
||||
"integrity": "sha512-H2DkjCjXf0Op9OAr6nJ56fcRkTSNrUiv41vNJ6IswJjif6wlpZK0BTfFbi7qK9dXLSYZxkq5lBsj3vUjlYBYZA==",
|
||||
"requires": {
|
||||
"invariant": "^2.2.1",
|
||||
"@babel/runtime": "^7.1.2",
|
||||
"loose-envify": "^1.2.0",
|
||||
"resolve-pathname": "^2.2.0",
|
||||
"value-equal": "^0.4.0",
|
||||
"warning": "^3.0.0"
|
||||
"tiny-invariant": "^1.0.2",
|
||||
"tiny-warning": "^1.0.0",
|
||||
"value-equal": "^0.4.0"
|
||||
}
|
||||
},
|
||||
"hmac-drbg": {
|
||||
|
@ -25574,14 +25575,6 @@
|
|||
"makeerror": "1.0.x"
|
||||
}
|
||||
},
|
||||
"warning": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/warning/-/warning-3.0.0.tgz",
|
||||
"integrity": "sha1-MuU3fLVy3kqwR1O9+IIcAe1gW3w=",
|
||||
"requires": {
|
||||
"loose-envify": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"watchpack": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz",
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
"emoji-flags": "^1.2.0",
|
||||
"gfm-code-blocks": "1.0.0",
|
||||
"gridicons": "3.1.1",
|
||||
"history": "4.7.2",
|
||||
"history": "4.9.0",
|
||||
"html-to-react": "1.3.4",
|
||||
"interpolate-components": "1.1.1",
|
||||
"lodash": "^4.17.11",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"react-native": "src/index",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"history": "4.7.2",
|
||||
"history": "4.9.0",
|
||||
"lodash": "^4.17.11",
|
||||
"qs": "^6.5.2"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue