From b180cf9ff21413b7b05897b19dcb33c25638c905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 14:24:51 +0000 Subject: [PATCH] Bump wp-types from 4.66.1 to 4.67.0 Bumps [wp-types](https://github.com/johnbillion/wp-json-schemas) from 4.66.1 to 4.67.0. - [Release notes](https://github.com/johnbillion/wp-json-schemas/releases) - [Commits](https://github.com/johnbillion/wp-json-schemas/compare/4.66.1...4.67.0) --- updated-dependencies: - dependency-name: wp-types dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12c730e..466b50f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,7 @@ "react-easy-sort": "^1.6.0", "react-multi-select-component": "^4.3.4", "uuid": "^11.0.2", - "wp-types": "^4.66.1" + "wp-types": "^4.67.0" }, "devDependencies": { "@alleyinteractive/eslint-config": "^0.1.6", @@ -28990,9 +28990,9 @@ } }, "node_modules/wp-types": { - "version": "4.66.1", - "resolved": "https://registry.npmjs.org/wp-types/-/wp-types-4.66.1.tgz", - "integrity": "sha512-T2sEGcg3MdQ1vojiEMfzO4JpXUPdb+FWgflM6FZln0UTvFwmDBKyNyTik3ODu0nNdAtaSAJzR/HYyqBerKP31g==", + "version": "4.67.0", + "resolved": "https://registry.npmjs.org/wp-types/-/wp-types-4.67.0.tgz", + "integrity": "sha512-pf8cDXo3cGLx4GR+lgLz4GzYglRXlv2mkUrkXYLvFDH76ZmYZERNWnvQdWgCJdWpPOXj5cTzv3qvrGKFcRKtXA==", "dependencies": { "typescript": ">=4" }, diff --git a/package.json b/package.json index 4dc9a23..16e0f2f 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "react-easy-sort": "^1.6.0", "react-multi-select-component": "^4.3.4", "uuid": "^11.0.2", - "wp-types": "^4.66.1" + "wp-types": "^4.67.0" }, "devDependencies": { "@alleyinteractive/eslint-config": "^0.1.6",