Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 64a298f

Browse files
Bump the npm-development group with 5 updates
Bumps the npm-development group with 5 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.5` | `20.12.7` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.5.0` | `7.6.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.5.0` | `7.6.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.15.0` | `2.15.1` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.4` | `5.4.5` | Updates `@types/node` from 20.12.5 to 20.12.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 7.5.0 to 7.6.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.6.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.5.0 to 7.6.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.6.0/packages/parser) Updates `eslint-plugin-jsonc` from 2.15.0 to 2.15.1 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](ota-meshi/eslint-plugin-jsonc@v2.15.0...v2.15.1) Updates `typescript` from 5.4.4 to 5.4.5 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.4.4...v5.4.5) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ca53da7 commit 64a298f

File tree

2 files changed

+95
-95
lines changed

2 files changed

+95
-95
lines changed

package-lock.json

Lines changed: 90 additions & 90 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
@@ -73,20 +73,20 @@
7373
},
7474
"devDependencies": {
7575
"@types/jest": "^29.5.12",
76-
"@types/node": "^20.12.5",
77-
"@typescript-eslint/eslint-plugin": "^7.5.0",
78-
"@typescript-eslint/parser": "^7.5.0",
76+
"@types/node": "^20.12.7",
77+
"@typescript-eslint/eslint-plugin": "^7.6.0",
78+
"@typescript-eslint/parser": "^7.6.0",
7979
"@vercel/ncc": "^0.38.1",
8080
"eslint": "^8.57.0",
8181
"eslint-plugin-github": "^4.10.2",
8282
"eslint-plugin-jest": "^27.9.0",
83-
"eslint-plugin-jsonc": "^2.15.0",
83+
"eslint-plugin-jsonc": "^2.15.1",
8484
"eslint-plugin-prettier": "^5.1.3",
8585
"jest": "^29.7.0",
8686
"make-coverage-badge": "^1.2.0",
8787
"prettier": "^3.2.5",
8888
"prettier-eslint": "^16.3.0",
8989
"ts-jest": "^29.1.2",
90-
"typescript": "^5.4.4"
90+
"typescript": "^5.4.5"
9191
}
9292
}

0 commit comments

Comments
 (0)