aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-11-01 21:18:14 +0100
committerGravatar GitHub <noreply@github.com> 2024-11-01 21:18:14 +0100
commit466d3c015a05265478060e99dd10f8b0ad35302c (patch)
tree57fca0959d93e94398296c48d9e637f76a3988ca /package.json
parent64ae6390ba108f5b2310939348d5f422d48ebbfc (diff)
Bump the eslint group with 4 updates (#6965)
Bumps the eslint group with 4 updates: [eslint](https://github.com/eslint/eslint), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [globals](https://github.com/sindresorhus/globals) and [neostandard](https://github.com/neostandard/neostandard). Updates `eslint` from 9.11.1 to 9.13.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.11.1...v9.13.0) Updates `@eslint/js` from 9.11.1 to 9.13.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.13.0/packages/js) Updates `globals` from 15.10.0 to 15.11.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.10.0...v15.11.0) Updates `neostandard` from 0.11.6 to 0.11.7 - [Release notes](https://github.com/neostandard/neostandard/releases) - [Changelog](https://github.com/neostandard/neostandard/blob/main/CHANGELOG.md) - [Commits](https://github.com/neostandard/neostandard/compare/v0.11.6...v0.11.7) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: neostandard dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index ea8acab3f..e355224f0 100644
--- a/package.json
+++ b/package.json
@@ -34,11 +34,11 @@
"fix": "npm run rtlcss && npm run stylelint_fix && npm run eslint_fix && npm run markdownlint_fix"
},
"devDependencies": {
- "eslint": "^9.11.1",
+ "eslint": "^9.13.0",
"@eslint/js": "^9.9.0",
- "globals": "^15.10.0",
+ "globals": "^15.11.0",
"markdownlint-cli": "^0.42.0",
- "neostandard": "^0.11.6",
+ "neostandard": "^0.11.7",
"rtlcss": "^4.3.0",
"sass": "^1.80.5",
"stylelint": "^16.9.0",