From 83f1df136a99c54a2d4415b45e93e9d2c7f92c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 20:43:58 +0000 Subject: [PATCH] build(deps-dev): bump lint-staged from 13.2.2 to 13.2.3 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.2.2 to 13.2.3. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v13.2.2...v13.2.3) --- updated-dependencies: - dependency-name: lint-staged 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 60b280bad..f918e787d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "fetch-mock-jest": "^1.5.1", "html-entities": "^2.4.0", "identity-obj-proxy": "^3.0.0", - "lint-staged": "^13.2.2", + "lint-staged": "^13.2.3", "newspack-scripts": "^5.1.0", "postcss-scss": "^4.0.6", "prettier": "npm:wp-prettier@^2.6.2-beta-1", @@ -18220,9 +18220,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.2.2.tgz", - "integrity": "sha512-71gSwXKy649VrSU09s10uAT0rWCcY3aewhMaHyl2N84oBk4Xs9HgxvUp3AYu+bNsK4NrOYYxvSgg7FyGJ+jGcA==", + "version": "13.2.3", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.2.3.tgz", + "integrity": "sha512-zVVEXLuQIhr1Y7R7YAWx4TZLdvuzk7DnmrsTNL0fax6Z3jrpFcas+vKbzxhhvp6TA55m1SQuWkpzI1qbfDZbAg==", "dev": true, "dependencies": { "chalk": "5.2.0", @@ -44061,9 +44061,9 @@ "version": "1.1.6" }, "lint-staged": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.2.2.tgz", - "integrity": "sha512-71gSwXKy649VrSU09s10uAT0rWCcY3aewhMaHyl2N84oBk4Xs9HgxvUp3AYu+bNsK4NrOYYxvSgg7FyGJ+jGcA==", + "version": "13.2.3", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.2.3.tgz", + "integrity": "sha512-zVVEXLuQIhr1Y7R7YAWx4TZLdvuzk7DnmrsTNL0fax6Z3jrpFcas+vKbzxhhvp6TA55m1SQuWkpzI1qbfDZbAg==", "dev": true, "requires": { "chalk": "5.2.0", diff --git a/package.json b/package.json index 62365c4bb..9d9415704 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "fetch-mock-jest": "^1.5.1", "html-entities": "^2.4.0", "identity-obj-proxy": "^3.0.0", - "lint-staged": "^13.2.2", + "lint-staged": "^13.2.3", "newspack-scripts": "^5.1.0", "postcss-scss": "^4.0.6", "prettier": "npm:wp-prettier@^2.6.2-beta-1",