From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 11:25:05 +0000 (+0200) Subject: Bump lockfile-lint from 3.0.5 to 3.0.8 (#30057) X-Git-Tag: v5.0.0-alpha1~510 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=071d278934c08a02bc4f95ac9e181968c4996db6;p=thirdparty%2Fbootstrap.git Bump lockfile-lint from 3.0.5 to 3.0.8 (#30057) Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 3.0.5 to 3.0.8. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Commits](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@3.0.5...lockfile-lint@3.0.8) Signed-off-by: dependabot-preview[bot] --- diff --git a/package-lock.json b/package-lock.json index c8757c0307..d1d787620f 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 ce0110c783..ffedb9a893 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",