chore(deps-dev): bump gulp-eslint-new from 2.4.0 to 2.5.0

Bumps [gulp-eslint-new](https://github.com/origin-1/gulp-eslint-new) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/origin-1/gulp-eslint-new/releases)
- [Changelog](https://github.com/origin-1/gulp-eslint-new/blob/main/CHANGELOG.md)
- [Commits](https://github.com/origin-1/gulp-eslint-new/compare/2.4.0...2.5.0)

---
updated-dependencies:
- dependency-name: gulp-eslint-new
  dependency-version: 2.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-01 07:01:33 +00:00
committed by GitHub
parent b99ebd644a
commit 99ab7dfa6c
2 changed files with 8 additions and 19 deletions

25
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"globals": "^16.4.0",
"gulp": "^5.0.1",
"gulp-autoprefixer": "^9.0.0",
"gulp-eslint-new": "^2.4.0",
"gulp-eslint-new": "^2.5.0",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.1.0",
"main.css": "3.0.0",
@@ -443,17 +443,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@types/eslint": {
"version": "9.6.1",
"resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz",
"integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==",
"dev": true,
"optional": true,
"dependencies": {
"@types/estree": "*",
"@types/json-schema": "*"
}
},
"node_modules/@types/estree": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
@@ -2216,23 +2205,23 @@
}
},
"node_modules/gulp-eslint-new": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/gulp-eslint-new/-/gulp-eslint-new-2.4.0.tgz",
"integrity": "sha512-LtuedFIlZS95LcFptwI6SGIkcsh7CsAigpx2z4IbMchGUPHrDUlZde8gNxXNmLR54qBbS+q8AdHC0JWc5DfmOg==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/gulp-eslint-new/-/gulp-eslint-new-2.5.0.tgz",
"integrity": "sha512-sEF9dnihZ04oUybO4grpPO0zomJwiAeCKcVyYZouzfArkJut/cVcjN3KA0g9iaX1g05pZhhYTBH6pnrqGTiVOg==",
"dev": true,
"license": "MIT",
"dependencies": {
"eslint": "8 || 9",
"fancy-log": "^2.0.0",
"plugin-error": "^2.0.1",
"semver": "^7.6.3",
"semver": "^7.7.2",
"ternary-stream": "^3.0.0",
"vinyl-fs": "^4.0.0"
"vinyl-fs": "^4.0.2"
},
"engines": {
"node": "^12.20 || ^14.13 || >=16"
},
"optionalDependencies": {
"@types/eslint": "^9.6.1",
"@types/node": ">=12"
}
},

View File

@@ -38,7 +38,7 @@
"globals": "^16.4.0",
"gulp": "^5.0.1",
"gulp-autoprefixer": "^9.0.0",
"gulp-eslint-new": "^2.4.0",
"gulp-eslint-new": "^2.5.0",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.1.0",
"main.css": "3.0.0",