From a647ff849f53afde29fbdf8b26b5d6c86bca653d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 06:58:42 +0000 Subject: [PATCH] chore(deps-dev): bump newspack-scripts from 5.1.0 to 5.1.1 Bumps [newspack-scripts](https://github.com/Automattic/newspack-scripts) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/Automattic/newspack-scripts/releases) - [Commits](https://github.com/Automattic/newspack-scripts/compare/v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: newspack-scripts dependency-type: direct:development update-type: version-update:semver-patch ... 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 81eea6f7..d10c5803 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@rushstack/eslint-patch": "^1.6.1", "eslint": "^7.32.0", "lint-staged": "^13.2.3", - "newspack-scripts": "^5.1.0", + "newspack-scripts": "^5.1.1", "postcss": "^8.4.32", "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.0", - "resolved": "https://registry.npmjs.org/newspack-scripts/-/newspack-scripts-5.1.0.tgz", - "integrity": "sha512-iWvafHPudXVR8cGr6FRMhgo0cHWFrjMKv2O5VKn3mNX5cadIFLJ1TjNdbIRTznb71/ztdRU7UeCaF6uhDHTWYw==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/newspack-scripts/-/newspack-scripts-5.1.1.tgz", + "integrity": "sha512-CYC8ItjJaUNNYRN12lR15JwK6WbegPCY5ktKBe1SdlIX1qBQq2cMr7W1C/ysQcIHEVKdpJGTUVgWoM98rtowGQ==", "dev": true, "dependencies": { "@automattic/calypso-build": "^10.0.0", @@ -52859,9 +52859,9 @@ } }, "newspack-scripts": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/newspack-scripts/-/newspack-scripts-5.1.0.tgz", - "integrity": "sha512-iWvafHPudXVR8cGr6FRMhgo0cHWFrjMKv2O5VKn3mNX5cadIFLJ1TjNdbIRTznb71/ztdRU7UeCaF6uhDHTWYw==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/newspack-scripts/-/newspack-scripts-5.1.1.tgz", + "integrity": "sha512-CYC8ItjJaUNNYRN12lR15JwK6WbegPCY5ktKBe1SdlIX1qBQq2cMr7W1C/ysQcIHEVKdpJGTUVgWoM98rtowGQ==", "dev": true, "requires": { "@automattic/calypso-build": "^10.0.0", diff --git a/package.json b/package.json index 023b78c2..2cc0860e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@rushstack/eslint-patch": "^1.6.1", "eslint": "^7.32.0", "lint-staged": "^13.2.3", - "newspack-scripts": "^5.1.0", + "newspack-scripts": "^5.1.1", "postcss": "^8.4.32", "postcss-scss": "^4.0.9", "prettier": "npm:wp-prettier@^2.6.2-beta-1",