aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-09-02 00:18:20 +0200
committerGravatar GitHub <noreply@github.com> 2024-09-02 00:18:20 +0200
commit2414edbd7168a9b49a2709c3f6e8fc12c8f83ad5 (patch)
treee48b7f3760544ee7e5404c5bbd60a179477b5984 /package.json
parent0056acb935264e3a6637402f57f0c37ca5fb9c77 (diff)
Bump the eslint group with 3 updates (#6758)
Bumps the eslint group with 3 updates: [eslint](https://github.com/eslint/eslint), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [neostandard](https://github.com/neostandard/neostandard). Updates `eslint` from 9.9.0 to 9.9.1 - [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.9.0...v9.9.1) Updates `@eslint/js` from 9.9.0 to 9.9.1 - [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.9.1/packages/js) Updates `neostandard` from 0.11.2 to 0.11.4 - [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.2...v0.11.4) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-patch 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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index afec4cd51..c1f97a145 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.9.0",
+ "eslint": "^9.9.1",
"@eslint/js": "^9.9.0",
"globals": "^15.9.0",
"markdownlint-cli": "^0.41.0",
- "neostandard": "^0.11.2",
+ "neostandard": "^0.11.4",
"rtlcss": "^4.3.0",
"sass": "^1.77.8",
"stylelint": "^16.9.0",