diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-03-24 15:19:09 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-24 15:19:09 +0200 |
| commit | 20406926edcc958755cba5233180bac9994c49ee (patch) | |
| tree | e74f44ba723067d7bd5b41fdd11afd19d8939930 | |
| parent | 7af4af209cda2b0dce24ac40f976ef1bc2316e9e (diff) | |
| download | bootstrap-20406926edcc958755cba5233180bac9994c49ee.tar.xz bootstrap-20406926edcc958755cba5233180bac9994c49ee.zip | |
Bump lockfile-lint from 4.1.0 to 4.2.1 (#30441)
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 4.1.0 to 4.2.1.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases)
- [Commits](https://github.com/lirantal/lockfile-lint/compare/[email protected]@4.2.1)
Signed-off-by: dependabot-preview[bot] <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
| -rw-r--r-- | package-lock.json | 14 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index aeb1f06a3..6251aa073 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7700,14 +7700,14 @@ } }, "lockfile-lint": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.1.0.tgz", - "integrity": "sha512-atWFD/zBzo69l7TY6v37LO4CgwI+C3GCnHPxxH1fo7kesiNTohzZKJ1NxtU32dCYRx/tjSj0hUyZ3sv9MvWkKA==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.2.1.tgz", + "integrity": "sha512-HNzPLmEfLrjMnrt3ZnI0nck1WjKP38XXqz9210Sytdbn0iFL/P0bFnqCiqHrab+aAKBgMsetH0esFZOz2Zm8uw==", "dev": true, "requires": { "cosmiconfig": "^6.0.0", "debug": "^4.1.1", - "lockfile-lint-api": "^5.0.12", + "lockfile-lint-api": "^5.1.1", "yargs": "^15.0.2" }, "dependencies": { @@ -7776,9 +7776,9 @@ } }, "lockfile-lint-api": { - "version": "5.0.12", - "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.0.12.tgz", - "integrity": "sha512-8OSMww33l0xghDl1aK450UHYzKZjMaPjdbtvt7A/iEdD2AAH6h3xyVkVIHSJmD2KfD1lh819tdpOukui+qSEsw==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.1.1.tgz", + "integrity": "sha512-KpOWjPypEZZmKVhWW3Y0bYghxlz4fKJE1WHQQ4bYzgEpeuBEYmJG+x/C5m4+AzufON+2qMqAinfxlkHRKabwFw==", "dev": true, "requires": { "@yarnpkg/lockfile": "^1.1.0", diff --git a/package.json b/package.json index 0cd88af0c..e8d416e75 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "karma-jasmine-html-reporter": "^1.5.2", "karma-rollup-preprocessor": "^7.0.3", "linkinator": "^2.0.4", - "lockfile-lint": "^4.1.0", + "lockfile-lint": "^4.2.1", "node-sass": "^4.13.1", "nodemon": "^2.0.2", "npm-run-all": "^4.1.5", |
