From ff760d2f9c2748ef1b4ab345991ddfb3bfb9bac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:08:54 +0000 Subject: [PATCH] NPM(deps): Bump @wordpress/api-fetch from 7.11.0 to 7.16.0 Bumps [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) from 7.11.0 to 7.16.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@7.16.0/packages/api-fetch) --- updated-dependencies: - dependency-name: "@wordpress/api-fetch" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 81 +++++++++++++++++++++++++++++------------------ package.json | 2 +- 2 files changed, 52 insertions(+), 31 deletions(-) diff --git a/package-lock.json b/package-lock.json index 512fe6cb..66da3f4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@newfold-labs/wp-module-runtime": "^1.0.0", "@newfold/ui-component-library": "^1.1.0", "@reduxjs/toolkit": "2.2.7", - "@wordpress/api-fetch": "^7.11.0", + "@wordpress/api-fetch": "^7.16.0", "@wordpress/components": "^28.11.0", "@wordpress/date": "^5.11.0", "@wordpress/element": "^6.11.0", @@ -5147,14 +5147,13 @@ } }, "node_modules/@wordpress/api-fetch": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-7.11.0.tgz", - "integrity": "sha512-JOlkaGIdclT+Pxi+zlkEHYGtS4LLRRsg7soZ2bXXmdo0CBUycdumu0G3AJeK7R8RAVBhfcI4ZjZ5BXeRdOO00A==", - "license": "GPL-2.0-or-later", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-7.16.0.tgz", + "integrity": "sha512-JMHUUWQQnuFDYQfWtOBPxbB8YEefew3fnGwwDrdOAN7drkZ7ob7fJ2H1tY6iV5i+wIEl/5em3f0jXD3zcwkBDw==", "dependencies": { "@babel/runtime": "7.25.7", - "@wordpress/i18n": "*", - "@wordpress/url": "*" + "@wordpress/i18n": "^5.16.0", + "@wordpress/url": "^4.16.0" }, "engines": { "node": ">=18.12.0", @@ -5162,15 +5161,16 @@ } }, "node_modules/@wordpress/api-fetch/node_modules/@wordpress/url": { - "version": "3.56.0", - "resolved": "https://registry.npmjs.org/@wordpress/url/-/url-3.56.0.tgz", - "integrity": "sha512-uW5cTftroxvYSoF2Wy/Rfc5eUuqANXSrqBu8axv1dmNLYbg+2Y8f/bzH1ZNLLtmkpD25QPOIstGjA8lsYRPuig==", + "version": "4.16.0", + "resolved": "https://registry.npmjs.org/@wordpress/url/-/url-4.16.0.tgz", + "integrity": "sha512-A9kkw/ye2qL9ZHvm1Eew8bvGVnNMq4fW0t5dakdDuVXyXtSOvZVT268JhP9QaD0FYzOFrmxL5Ks8Z6ufP1yLwg==", "dependencies": { - "@babel/runtime": "^7.16.0", + "@babel/runtime": "7.25.7", "remove-accents": "^0.5.0" }, "engines": { - "node": ">=12" + "node": ">=18.12.0", + "npm": ">=8.19.2" } }, "node_modules/@wordpress/api-fetch/node_modules/remove-accents": { @@ -5649,13 +5649,12 @@ } }, "node_modules/@wordpress/i18n": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/@wordpress/i18n/-/i18n-5.11.0.tgz", - "integrity": "sha512-U8CoXAIcmxcOHD1VeGRoo6iLjx71eE4LstQjHjKGT3J4Lz43O8MunT+/cm606FCcQgunPCyaALquD2vSf+JD9w==", - "license": "GPL-2.0-or-later", + "version": "5.16.0", + "resolved": "https://registry.npmjs.org/@wordpress/i18n/-/i18n-5.16.0.tgz", + "integrity": "sha512-O4ZUvjS8AlYzTxvw7fmp3xk51rpKv1h2/dGFc/L+IB97UrCBAiC9HBv6FIHRF1gci4Vdu/QnCDw3qpC+N/2gCw==", "dependencies": { "@babel/runtime": "7.25.7", - "@wordpress/hooks": "*", + "@wordpress/hooks": "^4.16.0", "gettext-parser": "^1.3.1", "memize": "^2.1.0", "sprintf-js": "^1.1.1", @@ -5669,6 +5668,18 @@ "npm": ">=8.19.2" } }, + "node_modules/@wordpress/i18n/node_modules/@wordpress/hooks": { + "version": "4.16.0", + "resolved": "https://registry.npmjs.org/@wordpress/hooks/-/hooks-4.16.0.tgz", + "integrity": "sha512-W82L1PdIhJPNpEb2F+0NWzrDoUqZo6NnYID7qHCexBiagq4+QS4uydM6anyFvUNrpL51CmkCNu31Xi8HjpSTGg==", + "dependencies": { + "@babel/runtime": "7.25.7" + }, + "engines": { + "node": ">=18.12.0", + "npm": ">=8.19.2" + } + }, "node_modules/@wordpress/icons": { "version": "9.46.0", "resolved": "https://registry.npmjs.org/@wordpress/icons/-/icons-9.46.0.tgz", @@ -25378,21 +25389,21 @@ } }, "@wordpress/api-fetch": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-7.11.0.tgz", - "integrity": "sha512-JOlkaGIdclT+Pxi+zlkEHYGtS4LLRRsg7soZ2bXXmdo0CBUycdumu0G3AJeK7R8RAVBhfcI4ZjZ5BXeRdOO00A==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-7.16.0.tgz", + "integrity": "sha512-JMHUUWQQnuFDYQfWtOBPxbB8YEefew3fnGwwDrdOAN7drkZ7ob7fJ2H1tY6iV5i+wIEl/5em3f0jXD3zcwkBDw==", "requires": { "@babel/runtime": "7.25.7", - "@wordpress/i18n": "*", - "@wordpress/url": "*" + "@wordpress/i18n": "^5.16.0", + "@wordpress/url": "^4.16.0" }, "dependencies": { "@wordpress/url": { - "version": "3.56.0", - "resolved": "https://registry.npmjs.org/@wordpress/url/-/url-3.56.0.tgz", - "integrity": "sha512-uW5cTftroxvYSoF2Wy/Rfc5eUuqANXSrqBu8axv1dmNLYbg+2Y8f/bzH1ZNLLtmkpD25QPOIstGjA8lsYRPuig==", + "version": "4.16.0", + "resolved": "https://registry.npmjs.org/@wordpress/url/-/url-4.16.0.tgz", + "integrity": "sha512-A9kkw/ye2qL9ZHvm1Eew8bvGVnNMq4fW0t5dakdDuVXyXtSOvZVT268JhP9QaD0FYzOFrmxL5Ks8Z6ufP1yLwg==", "requires": { - "@babel/runtime": "^7.16.0", + "@babel/runtime": "7.25.7", "remove-accents": "^0.5.0" } }, @@ -25752,16 +25763,26 @@ } }, "@wordpress/i18n": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/@wordpress/i18n/-/i18n-5.11.0.tgz", - "integrity": "sha512-U8CoXAIcmxcOHD1VeGRoo6iLjx71eE4LstQjHjKGT3J4Lz43O8MunT+/cm606FCcQgunPCyaALquD2vSf+JD9w==", + "version": "5.16.0", + "resolved": "https://registry.npmjs.org/@wordpress/i18n/-/i18n-5.16.0.tgz", + "integrity": "sha512-O4ZUvjS8AlYzTxvw7fmp3xk51rpKv1h2/dGFc/L+IB97UrCBAiC9HBv6FIHRF1gci4Vdu/QnCDw3qpC+N/2gCw==", "requires": { "@babel/runtime": "7.25.7", - "@wordpress/hooks": "*", + "@wordpress/hooks": "^4.16.0", "gettext-parser": "^1.3.1", "memize": "^2.1.0", "sprintf-js": "^1.1.1", "tannin": "^1.2.0" + }, + "dependencies": { + "@wordpress/hooks": { + "version": "4.16.0", + "resolved": "https://registry.npmjs.org/@wordpress/hooks/-/hooks-4.16.0.tgz", + "integrity": "sha512-W82L1PdIhJPNpEb2F+0NWzrDoUqZo6NnYID7qHCexBiagq4+QS4uydM6anyFvUNrpL51CmkCNu31Xi8HjpSTGg==", + "requires": { + "@babel/runtime": "7.25.7" + } + } } }, "@wordpress/icons": { diff --git a/package.json b/package.json index 196e696b..86da14bc 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@newfold-labs/wp-module-runtime": "^1.0.0", "@newfold/ui-component-library": "^1.1.0", "@reduxjs/toolkit": "2.2.7", - "@wordpress/api-fetch": "^7.11.0", + "@wordpress/api-fetch": "^7.16.0", "@wordpress/components": "^28.11.0", "@wordpress/date": "^5.11.0", "@wordpress/element": "^6.11.0",