Bump @wordpress/api-fetch from 6.9.0 to 6.11.0 (https://github.com/woocommerce/woocommerce-blocks/pull/6833)

Bumps [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) from 6.9.0 to 6.11.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/api-fetch/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/api-fetch@6.11.0/packages/api-fetch)

---
updated-dependencies:
- dependency-name: "@wordpress/api-fetch"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-03 18:16:04 +02:00 committed by GitHub
parent 36ecb2f6f9
commit 7eb665e726
2 changed files with 35 additions and 12 deletions

View File

@ -77,7 +77,7 @@
"@woocommerce/e2e-utils": "0.2.0",
"@woocommerce/eslint-plugin": "2.0.0",
"@woocommerce/woocommerce-rest-api": "1.0.1",
"@wordpress/api-fetch": "6.9.0",
"@wordpress/api-fetch": "6.11.0",
"@wordpress/babel-preset-default": "6.14.0",
"@wordpress/base-styles": "4.0.4",
"@wordpress/block-editor": "8.2.0",
@ -11343,13 +11343,25 @@
}
},
"node_modules/@wordpress/api-fetch": {
"version": "6.9.0",
"resolved": "https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-6.9.0.tgz",
"integrity": "sha512-H0IvLlisBcfKFa4tlMgtqFy7s7Iz3SSe6cEzqAAesK1fg+j3NewDP4fcQz5Ooo6pL+Y2A8oUM5dawjJctmsnAA==",
"version": "6.11.0",
"resolved": "https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-6.11.0.tgz",
"integrity": "sha512-C1HTWdJQ7ikhJ4mT+rONTODquJ/Xq5HteKak/VN+vf1VmLVfRX18wJ84kCAAZ83UNOIsE8EgjJrjJy//R+HWzg==",
"dependencies": {
"@babel/runtime": "^7.16.0",
"@wordpress/i18n": "^4.12.0",
"@wordpress/url": "^3.13.0"
"@wordpress/i18n": "^4.14.0",
"@wordpress/url": "^3.15.0"
},
"engines": {
"node": ">=12"
}
},
"node_modules/@wordpress/api-fetch/node_modules/@wordpress/url": {
"version": "3.15.0",
"resolved": "https://registry.npmjs.org/@wordpress/url/-/url-3.15.0.tgz",
"integrity": "sha512-LLlgCMbherqqnxAuK6kb997MKkzfnvkyQQ5RazBQKBn//RBXrW/w6BMVglm4QjV7L65N/IfqFd36QLZDMuiYDA==",
"dependencies": {
"@babel/runtime": "^7.16.0",
"remove-accents": "^0.4.2"
},
"engines": {
"node": ">=12"
@ -60229,13 +60241,24 @@
}
},
"@wordpress/api-fetch": {
"version": "6.9.0",
"resolved": "https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-6.9.0.tgz",
"integrity": "sha512-H0IvLlisBcfKFa4tlMgtqFy7s7Iz3SSe6cEzqAAesK1fg+j3NewDP4fcQz5Ooo6pL+Y2A8oUM5dawjJctmsnAA==",
"version": "6.11.0",
"resolved": "https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-6.11.0.tgz",
"integrity": "sha512-C1HTWdJQ7ikhJ4mT+rONTODquJ/Xq5HteKak/VN+vf1VmLVfRX18wJ84kCAAZ83UNOIsE8EgjJrjJy//R+HWzg==",
"requires": {
"@babel/runtime": "^7.16.0",
"@wordpress/i18n": "^4.12.0",
"@wordpress/url": "^3.13.0"
"@wordpress/i18n": "^4.14.0",
"@wordpress/url": "^3.15.0"
},
"dependencies": {
"@wordpress/url": {
"version": "3.15.0",
"resolved": "https://registry.npmjs.org/@wordpress/url/-/url-3.15.0.tgz",
"integrity": "sha512-LLlgCMbherqqnxAuK6kb997MKkzfnvkyQQ5RazBQKBn//RBXrW/w6BMVglm4QjV7L65N/IfqFd36QLZDMuiYDA==",
"requires": {
"@babel/runtime": "^7.16.0",
"remove-accents": "^0.4.2"
}
}
}
},
"@wordpress/autop": {

View File

@ -123,7 +123,7 @@
"@woocommerce/e2e-utils": "0.2.0",
"@woocommerce/eslint-plugin": "2.0.0",
"@woocommerce/woocommerce-rest-api": "1.0.1",
"@wordpress/api-fetch": "6.9.0",
"@wordpress/api-fetch": "6.11.0",
"@wordpress/babel-preset-default": "6.14.0",
"@wordpress/base-styles": "4.0.4",
"@wordpress/block-editor": "8.2.0",