From 8711e04dcbb9b851bb4e507d476bd7e68d3dbcce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 13:53:22 +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:development 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 74b9aaca..e8192a11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "ts-jest": "^29.2.2", "typescript": "^5.5.3", "webpack-cli": "^5.1.4", - "wp-types": "^3.65.0" + "wp-types": "^3.66.0" }, "engines": { "node": "20", @@ -26972,9 +26972,9 @@ "dev": true }, "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==", "dev": true, "dependencies": { "typescript": ">=3" diff --git a/package.json b/package.json index fd2a5737..064587da 100644 --- a/package.json +++ b/package.json @@ -71,6 +71,6 @@ "ts-jest": "^29.2.2", "typescript": "^5.5.3", "webpack-cli": "^5.1.4", - "wp-types": "^3.65.0" + "wp-types": "^3.66.0" } }