aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index c8757c030..d1d787620 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7676,13 +7676,13 @@
}
},
"lockfile-lint": {
- "version": "3.0.5",
- "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.5.tgz",
- "integrity": "sha512-5d7Mjo80SgCVTRyEiyKMyLfOi8E6lTTpfkWKTEL228Jia8LF2wd8NRc2fTLSxAP0HwZYEy76jbrzfhCp6K+nmQ==",
+ "version": "3.0.8",
+ "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.8.tgz",
+ "integrity": "sha512-WRPB3aLj+CZhRdLQIhARV+1GqI6OHmMB3N8yltHlj07ncx/ug9sQwaxFp+2/e+Pi+F6I3NsS31yUlAhNFSwZUg==",
"dev": true,
"requires": {
"debug": "^4.1.1",
- "lockfile-lint-api": "^5.0.4",
+ "lockfile-lint-api": "^5.0.7",
"yargs": "^15.0.2"
},
"dependencies": {
@@ -7704,9 +7704,9 @@
}
},
"lockfile-lint-api": {
- "version": "5.0.4",
- "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.0.4.tgz",
- "integrity": "sha512-RnqWgWTWIiX+rF7PUKWci3KEznTwJxp5em0CttLBRaCYH1LS1A0pl0mdTKjcoOQ4A65GtfmHWNTrAgfdjdSU1g==",
+ "version": "5.0.7",
+ "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.0.7.tgz",
+ "integrity": "sha512-jG6ebLOMLEhMd0OU+XKnj66bbXz1c8PEqnaDq4TGC7qHSXdTgBRF+oCh1zdQLmGLfxSRo0w6U84CfqENL7XokA==",
"dev": true,
"requires": {
"@yarnpkg/lockfile": "^1.1.0",
diff --git a/package.json b/package.json
index ce0110c78..ffedb9a89 100644
--- a/package.json
+++ b/package.json
@@ -122,7 +122,7 @@
"karma-jasmine-html-reporter": "^1.5.1",
"karma-rollup-preprocessor": "^7.0.3",
"linkinator": "^1.8.2",
- "lockfile-lint": "^3.0.5",
+ "lockfile-lint": "^3.0.8",
"node-sass": "^4.13.1",
"nodemon": "^2.0.2",
"npm-run-all": "^4.1.5",