From 8af3ed4814948007969a3ce141e7091e7366a897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 18:05:20 +0300 Subject: [PATCH] Bump lockfile-lint from 4.10.5 to 4.10.6 (#384) Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) from 4.10.5 to 4.10.6. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Changelog](https://github.com/lirantal/lockfile-lint/blob/main/packages/lockfile-lint/CHANGELOG.md) - [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.10.6/packages/lockfile-lint) --- updated-dependencies: - dependency-name: lockfile-lint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09515fbdc..7297ad4a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "find-unused-sass-variables": "^5.0.0", "hugo-bin": "^0.111.2", "linkinator": "^5.0.1", - "lockfile-lint": "^4.10.5", + "lockfile-lint": "^4.10.6", "markdownlint-cli2": "^0.8.1", "npm-run-all2": "^6.0.6", "postcss": "^8.4.25", @@ -2828,9 +2828,9 @@ } }, "node_modules/lockfile-lint": { - "version": "4.10.5", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.10.5.tgz", - "integrity": "sha512-OMl5eKlTI14JYXDYC3yT+54C6gszU45emNA+1EUK2i54GKrP8aXqReSqdpZt0Rwa2Dy+mIpoaD+oUuW05HRtcA==", + "version": "4.10.6", + "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.10.6.tgz", + "integrity": "sha512-DDE09SZRW/DPTukxSbe2KEaWMuIJbu4hMMNxXsLqkalC0jVA42IKz5IaVqgmrYZqPYjfTFFCVxroDcZ+J03PqA==", "dev": true, "dependencies": { "cosmiconfig": "^7.0.1", diff --git a/package.json b/package.json index 83d6fd3d9..b1459d91c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "find-unused-sass-variables": "^5.0.0", "hugo-bin": "^0.111.2", "linkinator": "^5.0.1", - "lockfile-lint": "^4.10.5", + "lockfile-lint": "^4.10.6", "markdownlint-cli2": "^0.8.1", "npm-run-all2": "^6.0.6", "postcss": "^8.4.25",