From 3157ae815656989e1bad711bb70aed6d7cd44190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 06:16:02 +0000 Subject: [PATCH] chore(deps-dev): bump newspack-scripts from 5.1.1 to 5.2.1 Bumps [newspack-scripts](https://github.com/Automattic/newspack-scripts) from 5.1.1 to 5.2.1. - [Release notes](https://github.com/Automattic/newspack-scripts/releases) - [Commits](https://github.com/Automattic/newspack-scripts/compare/v5.1.1...v5.2.1) --- updated-dependencies: - dependency-name: newspack-scripts dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d525d7f..7db860e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@rushstack/eslint-patch": "^1.7.0", "eslint": "^7.32.0", "lint-staged": "^13.2.3", - "newspack-scripts": "^5.1.1", + "newspack-scripts": "^5.2.1", "postcss": "^8.4.33", "postcss-scss": "^4.0.9", "prettier": "npm:wp-prettier@^2.6.2-beta-1", @@ -22679,9 +22679,9 @@ } }, "node_modules/newspack-scripts": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/newspack-scripts/-/newspack-scripts-5.1.1.tgz", - "integrity": "sha512-CYC8ItjJaUNNYRN12lR15JwK6WbegPCY5ktKBe1SdlIX1qBQq2cMr7W1C/ysQcIHEVKdpJGTUVgWoM98rtowGQ==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/newspack-scripts/-/newspack-scripts-5.2.1.tgz", + "integrity": "sha512-aNgntGMEQJVMo28Hjf4PKqnJsiGGqvbvicvbYidj6Ihw71AmyqCqC68MTbvmmmP+6wmw+mE8UjXkuO7P9XkVJg==", "dev": true, "dependencies": { "@automattic/calypso-build": "^10.0.0", @@ -52859,9 +52859,9 @@ } }, "newspack-scripts": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/newspack-scripts/-/newspack-scripts-5.1.1.tgz", - "integrity": "sha512-CYC8ItjJaUNNYRN12lR15JwK6WbegPCY5ktKBe1SdlIX1qBQq2cMr7W1C/ysQcIHEVKdpJGTUVgWoM98rtowGQ==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/newspack-scripts/-/newspack-scripts-5.2.1.tgz", + "integrity": "sha512-aNgntGMEQJVMo28Hjf4PKqnJsiGGqvbvicvbYidj6Ihw71AmyqCqC68MTbvmmmP+6wmw+mE8UjXkuO7P9XkVJg==", "dev": true, "requires": { "@automattic/calypso-build": "^10.0.0", diff --git a/package.json b/package.json index 64265aab..f86ef097 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@rushstack/eslint-patch": "^1.7.0", "eslint": "^7.32.0", "lint-staged": "^13.2.3", - "newspack-scripts": "^5.1.1", + "newspack-scripts": "^5.2.1", "postcss": "^8.4.33", "postcss-scss": "^4.0.9", "prettier": "npm:wp-prettier@^2.6.2-beta-1",