From 1f1b8199ae1a3f07ea7b6a550deb4b5f810650f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:16:23 +0000 Subject: [PATCH] chore(deps-dev): bump newspack-scripts from 5.3.0 to 5.4.0 Bumps [newspack-scripts](https://github.com/Automattic/newspack-scripts) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/Automattic/newspack-scripts/releases) - [Commits](https://github.com/Automattic/newspack-scripts/compare/v5.3.0...v5.4.0) --- 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 d0f6677f..c34b4903 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@rushstack/eslint-patch": "^1.10.2", "eslint": "^7.32.0", "lint-staged": "^15.2.2", - "newspack-scripts": "^5.3.0", + "newspack-scripts": "^5.4.0", "postcss-scss": "^4.0.9", "prettier": "npm:wp-prettier@^2.2.1-beta-1", "stylelint": "^15.11.0" @@ -18336,9 +18336,9 @@ } }, "node_modules/newspack-scripts": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/newspack-scripts/-/newspack-scripts-5.3.0.tgz", - "integrity": "sha512-rzvctV0e2QCRZOlRNyudCIGOkcK5XiqXZODuqtICDIh+bNyARxCDfpjJZPT1UUTdDXIsM/McH68ItHy3aa08aQ==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/newspack-scripts/-/newspack-scripts-5.4.0.tgz", + "integrity": "sha512-ddpmHl7wyQnzHzgwNRbqDnYmNO+Jz05q5q0YUa2LLzSNlORQWnYYNWO9OgcufB6N98sD71Bz/E3jwQM/wwVqeA==", "dev": true, "dependencies": { "@automattic/calypso-build": "^10.0.0", @@ -46388,9 +46388,9 @@ } }, "newspack-scripts": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/newspack-scripts/-/newspack-scripts-5.3.0.tgz", - "integrity": "sha512-rzvctV0e2QCRZOlRNyudCIGOkcK5XiqXZODuqtICDIh+bNyARxCDfpjJZPT1UUTdDXIsM/McH68ItHy3aa08aQ==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/newspack-scripts/-/newspack-scripts-5.4.0.tgz", + "integrity": "sha512-ddpmHl7wyQnzHzgwNRbqDnYmNO+Jz05q5q0YUa2LLzSNlORQWnYYNWO9OgcufB6N98sD71Bz/E3jwQM/wwVqeA==", "dev": true, "requires": { "@automattic/calypso-build": "^10.0.0", diff --git a/package.json b/package.json index 29cb875c..523cefd5 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@rushstack/eslint-patch": "^1.10.2", "eslint": "^7.32.0", "lint-staged": "^15.2.2", - "newspack-scripts": "^5.3.0", + "newspack-scripts": "^5.4.0", "postcss-scss": "^4.0.9", "prettier": "npm:wp-prettier@^2.2.1-beta-1", "stylelint": "^15.11.0"