From deb3d4de1f556b698cf440f1487ef1d77046e8d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:18:41 +0000 Subject: [PATCH] NPM Dev(deps-dev): Bump @wordpress/scripts from 30.5.1 to 30.6.0 Bumps [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) from 30.5.1 to 30.6.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/scripts@30.6.0/packages/scripts) --- updated-dependencies: - dependency-name: "@wordpress/scripts" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 39fe778ed..47a5703ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@testing-library/cypress": "^10.0.2", "@wordpress/env": "^10.13.0", "@wordpress/eslint-plugin": "^21.6.0", - "@wordpress/scripts": "^30.4.0", + "@wordpress/scripts": "^30.6.0", "cypress": "^13.16.0", "cypress-axe": "^1.5.0", "eslint-import-resolver-alias": "^1.1.2", @@ -7007,11 +7007,10 @@ } }, "node_modules/@wordpress/scripts": { - "version": "30.5.1", - "resolved": "https://registry.npmjs.org/@wordpress/scripts/-/scripts-30.5.1.tgz", - "integrity": "sha512-VM5NViNfdQR69MWxLnptB8svvnrEV+oUVgWL8icsLdCt2CENgPwUIk/Gs0wzeAVK05cGjrCESapJnEgIXp5lzA==", + "version": "30.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/scripts/-/scripts-30.6.0.tgz", + "integrity": "sha512-2i6wqCdvCcf00/vLi7twNzHUdAAOo8Uk0lqntZiBKpVrjHyLkzjmPwT3So6W/VYso5QMzEXRXYVHVKGE4wX4rg==", "dev": true, - "license": "GPL-2.0-or-later", "dependencies": { "@babel/core": "7.25.7", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11", diff --git a/package.json b/package.json index cc7b9cb27..25f841ebc 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@testing-library/cypress": "^10.0.2", "@wordpress/env": "^10.13.0", "@wordpress/eslint-plugin": "^21.6.0", - "@wordpress/scripts": "^30.4.0", + "@wordpress/scripts": "^30.6.0", "cypress": "^13.16.0", "cypress-axe": "^1.5.0", "eslint-import-resolver-alias": "^1.1.2",