build(deps-dev): bump eslint from 10.0.3 to 10.1.0 in /backend

Bumps [eslint](https://github.com/eslint/eslint) from 10.0.3 to 10.1.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v10.0.3...v10.1.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.1.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] 2026-03-21 02:02:50 +00:00 committed by GitHub
parent 2a0640851a
commit 49ce5222be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@
}, },
"devDependencies": { "devDependencies": {
"@jest/globals": "^30.3.0", "@jest/globals": "^30.3.0",
"eslint": "^10.0.3", "eslint": "^10.1.0",
"eslint-config-it4c": "^0.12.0", "eslint-config-it4c": "^0.12.0",
"jest": "^30.3.0", "jest": "^30.3.0",
"ts-jest": "^29.4.6", "ts-jest": "^29.4.6",
@ -5584,16 +5584,16 @@
} }
}, },
"node_modules/eslint": { "node_modules/eslint": {
"version": "10.0.3", "version": "10.1.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.0.3.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.1.0.tgz",
"integrity": "sha512-COV33RzXZkqhG9P2rZCFl9ZmJ7WL+gQSCRzE7RhkbclbQPtLAWReL7ysA0Sh4c8Im2U9ynybdR56PV0XcKvqaQ==", "integrity": "sha512-S9jlY/ELKEUwwQnqWDO+f+m6sercqOPSqXM5Go94l7DOmxHVDgmSFGWEzeE/gwgTAr0W103BWt0QLe/7mabIvA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/eslint-utils": "^4.8.0",
"@eslint-community/regexpp": "^4.12.2", "@eslint-community/regexpp": "^4.12.2",
"@eslint/config-array": "^0.23.3", "@eslint/config-array": "^0.23.3",
"@eslint/config-helpers": "^0.5.2", "@eslint/config-helpers": "^0.5.3",
"@eslint/core": "^1.1.1", "@eslint/core": "^1.1.1",
"@eslint/plugin-kit": "^0.6.1", "@eslint/plugin-kit": "^0.6.1",
"@humanfs/node": "^0.16.6", "@humanfs/node": "^0.16.6",
@ -5606,7 +5606,7 @@
"escape-string-regexp": "^4.0.0", "escape-string-regexp": "^4.0.0",
"eslint-scope": "^9.1.2", "eslint-scope": "^9.1.2",
"eslint-visitor-keys": "^5.0.1", "eslint-visitor-keys": "^5.0.1",
"espree": "^11.1.1", "espree": "^11.2.0",
"esquery": "^1.7.0", "esquery": "^1.7.0",
"esutils": "^2.0.2", "esutils": "^2.0.2",
"fast-deep-equal": "^3.1.3", "fast-deep-equal": "^3.1.3",

View File

@ -20,7 +20,7 @@
}, },
"devDependencies": { "devDependencies": {
"@jest/globals": "^30.3.0", "@jest/globals": "^30.3.0",
"eslint": "^10.0.3", "eslint": "^10.1.0",
"eslint-config-it4c": "^0.12.0", "eslint-config-it4c": "^0.12.0",
"jest": "^30.3.0", "jest": "^30.3.0",
"ts-jest": "^29.4.6", "ts-jest": "^29.4.6",