Browse Source

Bump lockfile-lint from 4.6.1 to 4.6.2 (#3462)

Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases)
- [Commits](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.6.1...lockfile-lint@4.6.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 4 years ago
parent
commit
30c09b5d8e
2 changed files with 8 additions and 8 deletions
  1. 7 7
      package-lock.json
  2. 1 1
      package.json

+ 7 - 7
package-lock.json

@@ -7156,14 +7156,14 @@
       }
     },
     "lockfile-lint": {
-      "version": "4.6.1",
-      "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.6.1.tgz",
-      "integrity": "sha512-ZnrRLacVF4SLUnXT0V9b4YIwVkrn1rEJGrcPDC6V/0eHxOickJ1Ayr56JtzbvNLyOZ58dbzHnE+ZaWxqM73cCw==",
+      "version": "4.6.2",
+      "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.6.2.tgz",
+      "integrity": "sha512-TvWN2Yfc/dvSy1GKdpy0wJ6GCvq/9Qj457D+QQtP+eYvsX4zNp3vaaB2LS1d+TK1lO/7I0VQ0qqRCRCOzSj2wQ==",
       "dev": true,
       "requires": {
         "cosmiconfig": "^6.0.0",
         "debug": "^4.1.1",
-        "lockfile-lint-api": "^5.1.6",
+        "lockfile-lint-api": "^5.1.7",
         "yargs": "^16.0.0"
       },
       "dependencies": {
@@ -7204,9 +7204,9 @@
       }
     },
     "lockfile-lint-api": {
-      "version": "5.1.6",
-      "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.1.6.tgz",
-      "integrity": "sha512-liJ1p/NkHbE2Wx5fRw8T1io+x2b2DttVvXpHLm4x7QC8pW3Lc6sHqV4T7cM6rAOs4fF2O9sAt7SEtuN2sX91qA==",
+      "version": "5.1.7",
+      "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.1.7.tgz",
+      "integrity": "sha512-o10D4DiLUFXl/8UqYBsuNnye3DcNtAuIm6+vCsnSwHONIQqR6etWUA0v94lMhh5tIDqPOV08Gc8Ds+A3bMqW4g==",
       "dev": true,
       "requires": {
         "@yarnpkg/lockfile": "^1.1.0",

+ 1 - 1
package.json

@@ -140,7 +140,7 @@
     "eslint-plugin-compat": "^3.9.0",
     "eslint-plugin-import": "^2.22.1",
     "eslint-plugin-unicorn": "^28.0.2",
-    "lockfile-lint": "^4.6.1",
+    "lockfile-lint": "^4.6.2",
     "node-sass": "^5.0.0",
     "node-sass-package-importer": "^5.3.2",
     "nodemon": "^2.0.7",