]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update lockfile-lint to v4.0.0. (#30260)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 20 Feb 2020 09:34:01 +0000 (11:34 +0200)
committerGitHub <noreply@github.com>
Thu, 20 Feb 2020 09:34:01 +0000 (11:34 +0200)
package-lock.json
package.json

index 764696767a3cd643f0682c3bcb7d29e541b87ccf..b464effb755b236572dcdaebe4b66b05b0c98378 100644 (file)
       }
     },
     "lockfile-lint": {
-      "version": "3.0.18",
-      "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.18.tgz",
-      "integrity": "sha512-CvG+CkrJzdHOB2JdTWQpvigHmv55Bhm31G1y9/4Ak3RrKJPmIQbVElFq2rGjR5QI3km2xNNouR19Vu0edo1low==",
+      "version": "4.0.0",
+      "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.0.0.tgz",
+      "integrity": "sha512-QJim4IGvIXlFnYNwK/QMO1mqQM1uLxxoFt0nS2XCHf74htm1RtWT3eDm6vZLocRid+O2KYXgIkbp5V1xDOeuTw==",
       "dev": true,
       "requires": {
         "debug": "^4.1.1",
       }
     },
     "object-hash": {
-      "version": "2.0.2",
-      "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.0.2.tgz",
-      "integrity": "sha512-b+2AKjAf6uQlxxv8ChHdM+VT4eeX+ZSwv+pk2xIXZWbo+yxn4/En1iC+GHe/OFYa9on0AhFF2PvuAcFHoiiHaA==",
+      "version": "2.0.3",
+      "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.0.3.tgz",
+      "integrity": "sha512-JPKn0GMu+Fa3zt3Bmr66JhokJU5BaNBIh4ZeTlaCBzrBsOeXzwcKKAK1tbLiPKgvwmPXsDvvLHoWh5Bm7ofIYg==",
       "dev": true
     },
     "object-inspect": {
index a966f14fb5d2936b53c20520ba8235514045a603..a209786acb3846570bfabe1b2459348d6db08194 100644 (file)
@@ -55,7 +55,7 @@
     "docs-lint": "npm-run-all --parallel docs-vnu docs-linkinator",
     "docs-serve": "hugo server --port 9001 --disableFastRender",
     "docs-serve-only": "serve _gh_pages --listen 9001",
-    "lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --validate-https --type npm --path package-lock.json",
+    "lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
     "update-deps": "ncu -u -x karma-browserstack-launcher,popper.js && npm update && echo Manually update site/assets/js/vendor",
     "release": "npm-run-all dist release-sri release-zip docs-production",
     "release-sri": "node build/generate-sri.js",
     "karma-jasmine-html-reporter": "^1.5.2",
     "karma-rollup-preprocessor": "^7.0.3",
     "linkinator": "^2.0.1",
-    "lockfile-lint": "^3.0.18",
+    "lockfile-lint": "^4.0.0",
     "node-sass": "^4.13.1",
     "nodemon": "^2.0.2",
     "npm-run-all": "^4.1.5",