diff --git a/package.json b/package.json index 9fed2d2..424141b 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "gulp-buble": "~0.9.0", "gulp-cli": "~2.3.0", "gulp-dart-sass": "~1.0.2", - "gulp-eslint-new": "~1.6.0", + "gulp-eslint-new": "~1.7.0", "gulp-if": "~3.0.0", "gulp-nodemon": "~2.5.0", "gulp-postcss": "~9.0.1", diff --git a/yarn.lock b/yarn.lock index aa5938c..5e72495 100644 --- a/yarn.lock +++ b/yarn.lock @@ -342,10 +342,10 @@ dependencies: "@types/node" "*" -"@types/eslint@^8.4.6": - version "8.4.6" - resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.6.tgz#7976f054c1bccfcf514bff0564c0c41df5c08207" - integrity sha512-/fqTbjxyFUaYNO7VcW5g+4npmqVACz1bB7RTHYuLj+PRjw9hrCwrUXVQFpChUS0JsyEFvMZ7U/PfmvWgxJhI9g== +"@types/eslint@^8.4.9": + version "8.4.10" + resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.10.tgz#19731b9685c19ed1552da7052b6f668ed7eb64bb" + integrity sha512-Sl/HOqN8NKPmhWo2VBEPm0nvHnu2LL3v9vKo8MEq0EtbJ4eVzGPl41VNPvn5E1i5poMk4/XD8UriLHpJvEP/Nw== dependencies: "@types/estree" "*" "@types/json-schema" "*" @@ -2738,17 +2738,17 @@ gulp-dart-sass@~1.0.2: through2 "^2.0.0" vinyl-sourcemaps-apply "^0.2.0" -gulp-eslint-new@~1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/gulp-eslint-new/-/gulp-eslint-new-1.6.0.tgz#1d74b6cfda93fc1ea7e6258427e66ccb4b9e0399" - integrity sha512-ll8fhSbGQPNyiE1svU8Q9YeZN3Lpz8eLD3KH8T54b6F0Jpf/wPPCK14mh9UVs9AGIvZEEkSxHiIsNxW5D66k3w== +gulp-eslint-new@~1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/gulp-eslint-new/-/gulp-eslint-new-1.7.0.tgz#c14f8b442d1eb0402ecdf69886544aa5446044ee" + integrity sha512-qrG9ItWNI5Vs8+P5P8YSJfEjx7w1V9ynRybOLunfjB0hfTZO/eMNmhPl8MCWKN/KHe1Q3QwsHyOl9rUv/2Q8yw== dependencies: - "@types/eslint" "^8.4.6" + "@types/eslint" "^8.4.9" "@types/node" ">=12" eslint "8" fancy-log "^2.0.0" plugin-error "^2.0.0" - semver "^7.3.7" + semver "^7.3.8" ternary-stream "^3.0.0" vinyl-fs "^3.0.3" @@ -5352,6 +5352,13 @@ semver@^7.0.0, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7: dependencies: lru-cache "^6.0.0" +semver@^7.3.8: + version "7.3.8" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798" + integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A== + dependencies: + lru-cache "^6.0.0" + semver@~7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"