diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-03-10 13:51:33 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-10 13:51:33 +0200 |
| commit | 67edc4d45d5cbf9de0698dbfeabaa72212efb2c0 (patch) | |
| tree | 3065e7cf501748a9342bda3a2ec1f538c67f2a34 | |
| parent | 437ce778511f34b00c9824424300725b3000fd9b (diff) | |
| download | bootstrap-67edc4d45d5cbf9de0698dbfeabaa72212efb2c0.tar.xz bootstrap-67edc4d45d5cbf9de0698dbfeabaa72212efb2c0.zip | |
Bump lockfile-lint from 4.0.0 to 4.1.0 (#30372)
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases)
- [Commits](https://github.com/lirantal/lockfile-lint/compare/[email protected]@4.1.0)
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 | 54 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 52 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 237504428..74deec613 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7709,16 +7709,30 @@ } }, "lockfile-lint": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.0.0.tgz", - "integrity": "sha512-QJim4IGvIXlFnYNwK/QMO1mqQM1uLxxoFt0nS2XCHf74htm1RtWT3eDm6vZLocRid+O2KYXgIkbp5V1xDOeuTw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.1.0.tgz", + "integrity": "sha512-atWFD/zBzo69l7TY6v37LO4CgwI+C3GCnHPxxH1fo7kesiNTohzZKJ1NxtU32dCYRx/tjSj0hUyZ3sv9MvWkKA==", "dev": true, "requires": { + "cosmiconfig": "^6.0.0", "debug": "^4.1.1", "lockfile-lint-api": "^5.0.12", "yargs": "^15.0.2" }, "dependencies": { + "cosmiconfig": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", + "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", + "dev": true, + "requires": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.1.0", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.7.2" + } + }, "debug": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", @@ -7728,11 +7742,45 @@ "ms": "^2.1.1" } }, + "import-fresh": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz", + "integrity": "sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==", + "dev": true, + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + } + }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true + }, + "parse-json": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.0.0.tgz", + "integrity": "sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1", + "lines-and-columns": "^1.1.6" + } + }, + "path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true + }, + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true } } }, diff --git a/package.json b/package.json index 3bfb00ab6..3a6a14f7c 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.3", - "lockfile-lint": "^4.0.0", + "lockfile-lint": "^4.1.0", "node-sass": "^4.13.1", "nodemon": "^2.0.2", "npm-run-all": "^4.1.5", |
