From e45decca44d5c0cd14df1f19ce42dbc23c4adb50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 09:38:31 +0100 Subject: [PATCH] Build(deps-dev): Bump lint-staged from 11.0.1 to 11.1.1 (#2242) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.0.1 to 11.1.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v11.0.1...v11.1.1) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9dad88680..39a623f5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9857,9 +9857,9 @@ "dev": true }, "lint-staged": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.0.1.tgz", - "integrity": "sha512-RkTA1ulE6jAGFskxpGAwxfVRXjHp7D9gFg/+KMARUWMPiVFP0t28Em2u0gL8sA0w3/ck3TC57F2v2RNeQ5XPnw==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.1.1.tgz", + "integrity": "sha512-eTNGe6i78PSUUH2BZi1gZmGmNfb8IeN4z2OzMYxSZ1qnP1WXKn1E7D+OHwLbRDm/wQINnzIj0bsKJ6lLVSuZiQ==", "dev": true, "requires": { "chalk": "^4.1.1", @@ -10018,9 +10018,9 @@ } }, "listr2": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-3.10.0.tgz", - "integrity": "sha512-eP40ZHihu70sSmqFNbNy2NL1YwImmlMmPh9WO5sLmPDleurMHt3n+SwEWNu2kzKScexZnkyFtc1VI0z/TGlmpw==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-3.11.0.tgz", + "integrity": "sha512-XLJVe2JgXCyQTa3FbSv11lkKExYmEyA4jltVo8z4FX10Vt1Yj8IMekBfwim0BSOM9uj1QMTJvDQQpHyuPbB/dQ==", "dev": true, "requires": { "cli-truncate": "^2.1.0", diff --git a/package.json b/package.json index 15ae190c0..4b6a50f65 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "karma-jasmine": "^4.0.1", "karma-jasmine-html-reporter": "^1.7.0", "karma-mocha-reporter": "^2.2.5", - "lint-staged": "^11.0.1", + "lint-staged": "^11.1.1", "lite-server": "^2.4.0", "ng-packagr": "^10.1.2", "node-stream-zip": "^1.13.5",