Update dependency axios to v0.21.4 (https://github.com/woocommerce/woocommerce-blocks/pull/4748)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
532d4f630b
commit
95c8736a19
|
@ -6926,6 +6926,7 @@
|
|||
"@woocommerce/date": "^3.0.0",
|
||||
"@woocommerce/experimental": "^1.2.0",
|
||||
"@woocommerce/navigation": "^6.0.1",
|
||||
"@wordpress/api-fetch": "^3.21.5",
|
||||
"@wordpress/components": "10.2.0",
|
||||
"@wordpress/compose": "3.23.1",
|
||||
"@wordpress/date": "3.13.0",
|
||||
|
@ -6969,6 +6970,32 @@
|
|||
"csstype": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"@wordpress/api-fetch": {
|
||||
"version": "3.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-3.23.1.tgz",
|
||||
"integrity": "sha512-dmeigLuvqYAzpQ2hWUQT1P5VQAjkj9hS1z7PgNi1CcULFPbY8BWW+KiBETUu6Wm+rlSbUL2dC8qrA4JDv9ja5A==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.13.10",
|
||||
"@wordpress/i18n": "^3.19.2",
|
||||
"@wordpress/url": "^2.22.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/i18n": {
|
||||
"version": "3.20.0",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/i18n/-/i18n-3.20.0.tgz",
|
||||
"integrity": "sha512-SIoOJFB4UrrYAScS4H91CYCLW9dX3Ghv8pBKc/yHGculb1AdGr6gRMlmJxZV62Cn3CZ4Ga86c+FfR+GiBu0JPg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.13.10",
|
||||
"@wordpress/hooks": "^2.12.3",
|
||||
"gettext-parser": "^1.3.1",
|
||||
"lodash": "^4.17.19",
|
||||
"memize": "^1.1.0",
|
||||
"sprintf-js": "^1.1.1",
|
||||
"tannin": "^1.2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@wordpress/components": {
|
||||
"version": "10.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/components/-/components-10.2.0.tgz",
|
||||
|
@ -7098,6 +7125,16 @@
|
|||
"@babel/runtime": "^7.11.2"
|
||||
}
|
||||
},
|
||||
"@wordpress/url": {
|
||||
"version": "2.22.2",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/url/-/url-2.22.2.tgz",
|
||||
"integrity": "sha512-aqpYKQXzyzkCOm+GzZRYlLb+wh58g0cwR1PaKAl0UXaBS4mdS+X6biMriylb4P8CVC/RR7CSw5XI20JC24KDwQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.13.10",
|
||||
"lodash": "^4.17.19",
|
||||
"react-native-url-polyfill": "^1.1.2"
|
||||
}
|
||||
},
|
||||
"core-js": {
|
||||
"version": "3.9.1",
|
||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.9.1.tgz",
|
||||
|
@ -7333,6 +7370,7 @@
|
|||
"@woocommerce/data": "^1.3.2",
|
||||
"@woocommerce/date": "^3.0.0",
|
||||
"@woocommerce/navigation": "^6.0.1",
|
||||
"@wordpress/api-fetch": "^3.21.5",
|
||||
"@wordpress/components": "10.2.0",
|
||||
"@wordpress/compose": "3.23.1",
|
||||
"@wordpress/date": "3.13.0",
|
||||
|
@ -7367,6 +7405,32 @@
|
|||
"react-transition-group": "4.4.1"
|
||||
}
|
||||
},
|
||||
"@wordpress/api-fetch": {
|
||||
"version": "3.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-3.23.1.tgz",
|
||||
"integrity": "sha512-dmeigLuvqYAzpQ2hWUQT1P5VQAjkj9hS1z7PgNi1CcULFPbY8BWW+KiBETUu6Wm+rlSbUL2dC8qrA4JDv9ja5A==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.13.10",
|
||||
"@wordpress/i18n": "^3.19.2",
|
||||
"@wordpress/url": "^2.22.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/i18n": {
|
||||
"version": "3.20.0",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/i18n/-/i18n-3.20.0.tgz",
|
||||
"integrity": "sha512-SIoOJFB4UrrYAScS4H91CYCLW9dX3Ghv8pBKc/yHGculb1AdGr6gRMlmJxZV62Cn3CZ4Ga86c+FfR+GiBu0JPg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.13.10",
|
||||
"@wordpress/hooks": "^2.12.3",
|
||||
"gettext-parser": "^1.3.1",
|
||||
"lodash": "^4.17.19",
|
||||
"memize": "^1.1.0",
|
||||
"sprintf-js": "^1.1.1",
|
||||
"tannin": "^1.2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@wordpress/components": {
|
||||
"version": "10.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/components/-/components-10.2.0.tgz",
|
||||
|
@ -7526,6 +7590,16 @@
|
|||
"@babel/runtime": "^7.11.2"
|
||||
}
|
||||
},
|
||||
"@wordpress/url": {
|
||||
"version": "2.22.2",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/url/-/url-2.22.2.tgz",
|
||||
"integrity": "sha512-aqpYKQXzyzkCOm+GzZRYlLb+wh58g0cwR1PaKAl0UXaBS4mdS+X6biMriylb4P8CVC/RR7CSw5XI20JC24KDwQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.13.10",
|
||||
"lodash": "^4.17.19",
|
||||
"react-native-url-polyfill": "^1.1.2"
|
||||
}
|
||||
},
|
||||
"core-js": {
|
||||
"version": "3.9.1",
|
||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.9.1.tgz",
|
||||
|
@ -10121,6 +10195,7 @@
|
|||
"integrity": "sha512-qF/rJk1u6qh1wlpgUoUn40b5uT6erNUlZYVY0sSa6z1BB/99jaYE6bdlmi1SYkXCOoh2vfs9bn/R5v848Mk2yA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@wordpress/api-fetch": "^3.20.0",
|
||||
"@wordpress/components": "^11.1.3",
|
||||
"@wordpress/data": "^4.25.0",
|
||||
"@wordpress/deprecated": "^2.10.0",
|
||||
|
@ -10140,6 +10215,16 @@
|
|||
"csstype": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"@wordpress/api-fetch": {
|
||||
"version": "3.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-3.23.1.tgz",
|
||||
"integrity": "sha512-dmeigLuvqYAzpQ2hWUQT1P5VQAjkj9hS1z7PgNi1CcULFPbY8BWW+KiBETUu6Wm+rlSbUL2dC8qrA4JDv9ja5A==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.13.10",
|
||||
"@wordpress/i18n": "^3.19.2",
|
||||
"@wordpress/url": "^2.22.2"
|
||||
}
|
||||
},
|
||||
"@wordpress/components": {
|
||||
"version": "11.1.5",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/components/-/components-11.1.5.tgz",
|
||||
|
@ -11191,18 +11276,18 @@
|
|||
"dev": true
|
||||
},
|
||||
"axios": {
|
||||
"version": "0.21.2",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz",
|
||||
"integrity": "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==",
|
||||
"version": "0.21.4",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
|
||||
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"follow-redirects": "^1.14.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"follow-redirects": {
|
||||
"version": "1.14.3",
|
||||
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.3.tgz",
|
||||
"integrity": "sha512-3MkHxknWMUtb23apkgz/83fDoe+y+qr0TdgacGIA7bew+QLBo3vdgEN2xEsuXNivpFy4CyDhBBZnNZOtalmenw==",
|
||||
"version": "1.14.4",
|
||||
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz",
|
||||
"integrity": "sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -128,7 +128,7 @@
|
|||
"@wordpress/is-shallow-equal": "4.2.0",
|
||||
"@wordpress/scripts": "13.0.1",
|
||||
"autoprefixer": "10.3.4",
|
||||
"axios": "0.21.2",
|
||||
"axios": "0.21.4",
|
||||
"babel-plugin-transform-async-generator-functions": "6.24.1",
|
||||
"babel-plugin-transform-object-rest-spread": "6.26.0",
|
||||
"babel-plugin-transform-react-jsx": "6.24.1",
|
||||
|
|
Loading…
Reference in New Issue