From 9c4dbd532c83a469607eb453b33fa179a8f73314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 13:39:27 +0000 Subject: [PATCH] Bump wp-types from 3.66.1 to 4.66.1 Bumps [wp-types](https://github.com/johnbillion/wp-json-schemas) from 3.66.1 to 4.66.1. - [Release notes](https://github.com/johnbillion/wp-json-schemas/releases) - [Commits](https://github.com/johnbillion/wp-json-schemas/compare/3.66.1...4.66.1) --- updated-dependencies: - dependency-name: wp-types dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3fb35b3..239fe72 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": "^10.0.0", - "wp-types": "^3.66.1" + "wp-types": "^4.66.1" }, "devDependencies": { "@alleyinteractive/eslint-config": "^0.1.6", @@ -29080,11 +29080,11 @@ } }, "node_modules/wp-types": { - "version": "3.66.1", - "resolved": "https://registry.npmjs.org/wp-types/-/wp-types-3.66.1.tgz", - "integrity": "sha512-f0llrGik5sKF38t3sgSFUwU0IQ5ljZwii+rf4gUDv462OiCspuu52uTI9UOPpQqX0JNKUvAAik5Bm/KyYbjkcw==", + "version": "4.66.1", + "resolved": "https://registry.npmjs.org/wp-types/-/wp-types-4.66.1.tgz", + "integrity": "sha512-T2sEGcg3MdQ1vojiEMfzO4JpXUPdb+FWgflM6FZln0UTvFwmDBKyNyTik3ODu0nNdAtaSAJzR/HYyqBerKP31g==", "dependencies": { - "typescript": ">=3" + "typescript": ">=4" }, "funding": { "url": "https://github.com/sponsors/johnbillion" diff --git a/package.json b/package.json index 554ee42..896c101 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": "^10.0.0", - "wp-types": "^3.66.1" + "wp-types": "^4.66.1" }, "devDependencies": { "@alleyinteractive/eslint-config": "^0.1.6",