Skip to content

Commit d1da100

Browse files
Bump the npm group with 3 updates (#78)
Bumps the npm group with 3 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint) and [globals](https://github.com/sindresorhus/globals). Updates `@eslint/js` from 9.15.0 to 9.16.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.16.0/packages/js) Updates `eslint` from 9.15.0 to 9.16.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.15.0...v9.16.0) Updates `globals` from 15.12.0 to 15.13.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.12.0...v15.13.0) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64a0732 commit d1da100

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

bindings/node/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
},
1010
"license": "MIT",
1111
"devDependencies": {
12-
"@eslint/js": "^9.15.0",
12+
"@eslint/js": "^9.16.0",
1313
"@napi-rs/cli": "^2.18.4",
1414
"ava": "^6.2.0",
15-
"eslint": "^9.15.0",
16-
"globals": "^15.12.0"
15+
"eslint": "^9.16.0",
16+
"globals": "^15.13.0"
1717
},
1818
"ava": {
1919
"timeout": "3m"

yarn.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
minimatch "^3.1.2"
4444
strip-json-comments "^3.1.1"
4545

46-
"@eslint/js@9.15.0", "@eslint/js@^9.15.0":
47-
version "9.15.0"
48-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.15.0.tgz#df0e24fe869143b59731942128c19938fdbadfb5"
49-
integrity sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==
46+
"@eslint/js@9.16.0", "@eslint/js@^9.16.0":
47+
version "9.16.0"
48+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.16.0.tgz#3df2b2dd3b9163056616886c86e4082f45dbf3f4"
49+
integrity sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==
5050

5151
"@eslint/object-schema@^2.1.4":
5252
version "2.1.4"
@@ -582,17 +582,17 @@ eslint-visitor-keys@^4.2.0:
582582
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
583583
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
584584

585-
eslint@^9.15.0:
586-
version "9.15.0"
587-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.15.0.tgz#77c684a4e980e82135ebff8ee8f0a9106ce6b8a6"
588-
integrity sha512-7CrWySmIibCgT1Os28lUU6upBshZ+GxybLOrmRzi08kS8MBuO8QA7pXEgYgY5W8vK3e74xv0lpjo9DbaGU9Rkw==
585+
eslint@^9.16.0:
586+
version "9.16.0"
587+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.16.0.tgz#66832e66258922ac0a626f803a9273e37747f2a6"
588+
integrity sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==
589589
dependencies:
590590
"@eslint-community/eslint-utils" "^4.2.0"
591591
"@eslint-community/regexpp" "^4.12.1"
592592
"@eslint/config-array" "^0.19.0"
593593
"@eslint/core" "^0.9.0"
594594
"@eslint/eslintrc" "^3.2.0"
595-
"@eslint/js" "9.15.0"
595+
"@eslint/js" "9.16.0"
596596
"@eslint/plugin-kit" "^0.2.3"
597597
"@humanfs/node" "^0.16.6"
598598
"@humanwhocodes/module-importer" "^1.0.1"
@@ -823,10 +823,10 @@ globals@^14.0.0:
823823
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
824824
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
825825

826-
globals@^15.12.0:
827-
version "15.12.0"
828-
resolved "https://registry.yarnpkg.com/globals/-/globals-15.12.0.tgz#1811872883ad8f41055b61457a130221297de5b5"
829-
integrity sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==
826+
globals@^15.13.0:
827+
version "15.13.0"
828+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.13.0.tgz#bbec719d69aafef188ecd67954aae76a696010fc"
829+
integrity sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==
830830

831831
globby@^14.0.2:
832832
version "14.0.2"

0 commit comments

Comments
 (0)