upgrade gulp-stylelint so dependencies can be installed on Node.js 16
authorDan Allen <dan@opendevise.com>
Thu, 17 Feb 2022 08:58:17 +0000 (01:58 -0700)
committerDan Allen <dan@opendevise.com>
Thu, 17 Feb 2022 08:58:17 +0000 (01:58 -0700)
package-lock.json
package.json

index 6f815b1..f4b53ad 100644 (file)
       }
     },
     "gulp-stylelint": {
-      "version": "11.0.0",
-      "resolved": "https://registry.npmjs.org/gulp-stylelint/-/gulp-stylelint-11.0.0.tgz",
-      "integrity": "sha512-Hk2DungSqeWIye5hgmB36IMN9oIIsOBieAaQZw0HAVuIljDGcfH6ng0wmJf3G418jv6KCdgpTZb0EIN1L5KXEw==",
+      "version": "13.0.0",
+      "resolved": "https://registry.npmjs.org/gulp-stylelint/-/gulp-stylelint-13.0.0.tgz",
+      "integrity": "sha512-qFWBXnYDsGy6ttzqptctMZjJhhGc0FdFE+UNPlj/5fTyuUo5mfxcc7pzN4hIJnvB79BO1WikLtdtXuC/G2AhGA==",
       "dev": true,
       "requires": {
         "chalk": "^3.0.0",
         "fancy-log": "^1.3.3",
-        "mkdirp": "^0.5.1",
         "plugin-error": "^1.0.1",
         "source-map": "^0.7.3",
         "strip-ansi": "^6.0.0",
index d78b932..e240634 100644 (file)
@@ -33,7 +33,7 @@
     "gulp-eslint": "~6.0",
     "gulp-imagemin": "~6.2",
     "gulp-postcss": "~8.0",
-    "gulp-stylelint": "~11.0",
+    "gulp-stylelint": "~13.0",
     "gulp-uglify": "~3.0",
     "gulp-vinyl-zip": "~2.2",
     "handlebars": "~4.7",