From c6890bf49a2fba658afed11a785590d641eea212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 20:51:25 +0530 Subject: [PATCH] chore(deps-dev): bump lockfile-lint from 4.10.5 to 4.10.6 (#5208) 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/master/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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54cbe629c..f155e7548 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-unicorn": "^47.0.0", "fs-extra": "^11.1.1", "js-beautify": "^1.14.8", - "lockfile-lint": "^4.10.5", + "lockfile-lint": "^4.10.6", "nodemon": "^2.0.22", "npm-run-all": "^4.1.5", "postcss": "^8.4.24", @@ -5810,9 +5810,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", @@ -15270,9 +15270,9 @@ } }, "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, "requires": { "cosmiconfig": "^7.0.1", diff --git a/package.json b/package.json index fb82e2543..d978f855b 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-unicorn": "^47.0.0", "fs-extra": "^11.1.1", "js-beautify": "^1.14.8", - "lockfile-lint": "^4.10.5", + "lockfile-lint": "^4.10.6", "nodemon": "^2.0.22", "npm-run-all": "^4.1.5", "postcss": "^8.4.24",