Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0722e5a

Browse files
authoredMar 24, 2025··
Bump @eslint/js from 9.20.0 to 9.22.0
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.20.0 to 9.22.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.22.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e3d6d6c commit 0722e5a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"@babel/preset-env": "^7.26.7",
132132
"@babel/preset-react": "^7.26.3",
133133
"@babel/preset-typescript": "^7.26.0",
134-
"@eslint/js": "^9.20.0",
134+
"@eslint/js": "^9.23.0",
135135
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
136136
"@portabletext/types": "^2.0.6",
137137
"@sentry/webpack-plugin": "^3.2.2",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1238,10 +1238,10 @@
12381238
resolved "https://registry.npmjs.org/@eslint/js/-/js-9.15.0.tgz#df0e24fe869143b59731942128c19938fdbadfb5"
12391239
integrity sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==
12401240

1241-
"@eslint/js@^9.20.0":
1242-
version "9.20.0"
1243-
resolved "https://registry.npmjs.org/@eslint/js/-/js-9.20.0.tgz#7421bcbe74889fcd65d1be59f00130c289856eb4"
1244-
integrity sha512-iZA07H9io9Wn836aVTytRaNqh00Sad+EamwOVJT12GTLw1VGMFV/4JaME+JjLtr9fiGaoWgYnS54wrfWsSs4oQ==
1241+
"@eslint/js@^9.23.0":
1242+
version "9.23.0"
1243+
resolved "https://registry.npmjs.org/@eslint/js/-/js-9.23.0.tgz#c09ded4f3dc63b40b933bcaeb853fceddb64da30"
1244+
integrity sha512-35MJ8vCPU0ZMxo7zfev2pypqTwWTofFZO6m4KAtdoFhRpLJUpHTZZ+KB3C7Hb1d7bULYwO4lJXGCi5Se+8OMbw==
12451245

12461246
"@eslint/object-schema@^2.1.4":
12471247
version "2.1.4"

0 commit comments

Comments
 (0)
Please sign in to comment.