Skip to content

Commit 12afe81

Browse files
Bump the npm-development group with 5 updates (#446)
Bumps the npm-development group with 5 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.38.0` | `9.39.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.9.1` | `24.9.2` | | [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.0` | | [globals](https://github.com/sindresorhus/globals) | `16.4.0` | `16.5.0` | | [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `19.1.1` | `19.1.2` | Updates `@eslint/js` from 9.38.0 to 9.39.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.0/packages/js) Updates `@types/node` from 24.9.1 to 24.9.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.38.0 to 9.39.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.38.0...v9.39.0) Updates `globals` from 16.4.0 to 16.5.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.4.0...v16.5.0) Updates `npm-check-updates` from 19.1.1 to 19.1.2 - [Release notes](https://github.com/raineorshine/npm-check-updates/releases) - [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md) - [Commits](raineorshine/npm-check-updates@v19.1.1...v19.1.2) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.39.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@types/node" dependency-version: 24.9.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: eslint dependency-version: 9.39.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: globals dependency-version: 16.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: npm-check-updates dependency-version: 19.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 357d832 commit 12afe81

File tree

2 files changed

+76
-37
lines changed

2 files changed

+76
-37
lines changed

package-lock.json

Lines changed: 71 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@
3535
},
3636
"devDependencies": {
3737
"@eslint/eslintrc": "^3.3.1",
38-
"@eslint/js": "^9.38.0",
38+
"@eslint/js": "^9.39.0",
3939
"@stylistic/eslint-plugin": "^5.5.0",
40-
"@types/node": "^24.8.1",
40+
"@types/node": "^24.9.2",
4141
"@types/semver": "^7.7.1",
4242
"@typescript-eslint/eslint-plugin": "^8.46.1",
4343
"@typescript-eslint/parser": "^8.46.1",
4444
"@vercel/ncc": "^0.38.4",
45-
"eslint": "^9.38.0",
45+
"eslint": "^9.39.0",
4646
"eslint-plugin-github": "^6.0.0",
4747
"eslint-plugin-jest": "^29.0.1",
4848
"eslint-plugin-stylistic": "^0.0.0-0",
49-
"globals": "^16.4.0",
49+
"globals": "^16.5.0",
5050
"jest": "^30.2.0",
5151
"js-yaml": "^4.1.0",
52-
"npm-check-updates": "^19.1.1",
52+
"npm-check-updates": "^19.1.2",
5353
"prettier": "^3.6.2",
5454
"semver": "^7.7.3",
5555
"ts-jest": "^29.4.5",

0 commit comments

Comments
 (0)