From 780d7b958c8f63ed43f1ef34ee2416498feaeb4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 13:08:13 +0000 Subject: [PATCH] Bump wp-types from 3.65.0 to 3.66.0 Bumps [wp-types](https://github.com/johnbillion/wp-json-schemas) from 3.65.0 to 3.66.0. - [Release notes](https://github.com/johnbillion/wp-json-schemas/releases) - [Commits](https://github.com/johnbillion/wp-json-schemas/compare/3.65.0...3.66.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 1f9994f..4e25c67 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.65.0" + "wp-types": "^3.66.0" }, "devDependencies": { "@alleyinteractive/eslint-config": "^0.1.6", @@ -29119,9 +29119,9 @@ } }, "node_modules/wp-types": { - "version": "3.65.0", - "resolved": "https://registry.npmjs.org/wp-types/-/wp-types-3.65.0.tgz", - "integrity": "sha512-QX0D7zrMdfKhrV/BjCCmLcwFNjmG/FD1TJGG34GcxKTYzfZlVKEyty7SZZvxJpB/WEKCU+N1TsvZX9CD7CsfyQ==", + "version": "3.66.0", + "resolved": "https://registry.npmjs.org/wp-types/-/wp-types-3.66.0.tgz", + "integrity": "sha512-5NUnHiBC1FNEgvoT2qbxoaisKQpHVBc+HDDfW4qwg9KemHpWFDOyTuL4gn0tVMYuuLj/N2ybJfQkBXsLJpeV5g==", "dependencies": { "typescript": ">=3" }, diff --git a/package.json b/package.json index 1c71691..974957c 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.65.0" + "wp-types": "^3.66.0" }, "devDependencies": { "@alleyinteractive/eslint-config": "^0.1.6",