diff --git a/package-lock.json b/package-lock.json index 9e27a03af5..296d0570ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,7 @@ "grunt-contrib-watch": "^1.1.0", "grunt-regex-replace": "^0.4.0", "grunt-shell": "^4.0.0", - "grunt-stylelint": "^0.20.0", + "grunt-stylelint": "^0.20.1", "husky": "^9.0.11", "jasmine-ajax": "^4.0.0", "jasmine-core": "^5.1.2", @@ -8068,11 +8068,10 @@ } }, "node_modules/grunt-stylelint": { - "version": "0.20.0", - "resolved": "https://registry.npmjs.org/grunt-stylelint/-/grunt-stylelint-0.20.0.tgz", - "integrity": "sha512-TG17gIrP2//lNq5G0YOXFC55WjXOI5Ybib3XVlatEuZcATlo/FO7cfVMgAAxbO2k6f45LP/naS/3iJTod0dVjg==", + "version": "0.20.1", + "resolved": "https://registry.npmjs.org/grunt-stylelint/-/grunt-stylelint-0.20.1.tgz", + "integrity": "sha512-tDep9ceEerB+fK6CkzPBXu5qPM7RuwCRgfrtwugEyYYnxINreMZktqQU5eoTW+MhhFj81uWQQnxf+c4geyAmQg==", "dev": true, - "license": "MIT", "dependencies": { "chalk": "^4.1.2" }, diff --git a/package.json b/package.json index b644bd04d6..38ad9a350c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "grunt-contrib-watch": "^1.1.0", "grunt-regex-replace": "^0.4.0", "grunt-shell": "^4.0.0", - "grunt-stylelint": "^0.20.0", + "grunt-stylelint": "^0.20.1", "husky": "^9.0.11", "jasmine-ajax": "^4.0.0", "jasmine-core": "^5.1.2",