diff --git a/package-lock.json b/package-lock.json index 938136b46b..abfbc57511 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6816,9 +6816,9 @@ } }, "lockfile-lint": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.3.6.tgz", - "integrity": "sha512-W2N4Ygeispqv8elwO+Amw8WTOukC5zw0taDxpwKkUE6/FCfUl/I05uoNgqLODD6i0oTw6iohwTHHd/b1fhLFFw==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.3.7.tgz", + "integrity": "sha512-hOHVJyHxtrK6cgYlKoaWveVOCz/w4IXlhmxM+RSWW7f1lA3ENJaRL9eNS9AO0PBKx4P/KMXuker0KzExNDenRg==", "dev": true, "requires": { "cosmiconfig": "^6.0.0", diff --git a/package.json b/package.json index 84aad88bd3..b017763c6a 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "karma-jasmine-html-reporter": "^1.5.4", "karma-rollup-preprocessor": "^7.0.5", "linkinator": "^2.1.1", - "lockfile-lint": "^4.3.6", + "lockfile-lint": "^4.3.7", "node-sass": "^4.14.1", "nodemon": "^2.0.4", "npm-run-all": "^4.1.5",