Skip to content

Commit 155888c

Browse files
Bump the npm group with 3 updates
Bumps the npm group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript](https://github.com/Microsoft/TypeScript). Updates `@typescript-eslint/eslint-plugin` from 7.3.0 to 7.3.1 - [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.3.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.3.0 to 7.3.1 - [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.3.1/packages/parser) Updates `typescript` from 5.4.2 to 5.4.3 - [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.2...v5.4.3) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3d81734 commit 155888c

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"@types/node": "20.9.0",
6161
"@types/semver": "^7.5.8",
6262
"@types/sinon": "^17.0.3",
63-
"@typescript-eslint/eslint-plugin": "^7.3.0",
64-
"@typescript-eslint/parser": "^7.3.0",
63+
"@typescript-eslint/eslint-plugin": "^7.3.1",
64+
"@typescript-eslint/parser": "^7.3.1",
6565
"ava": "^5.3.1",
6666
"eslint": "^8.57.0",
6767
"eslint-import-resolver-typescript": "^3.6.1",
@@ -73,7 +73,7 @@
7373
"nock": "^13.5.4",
7474
"removeNPMAbsolutePaths": "3.0.1",
7575
"sinon": "^17.0.1",
76-
"typescript": "^5.4.2"
76+
"typescript": "^5.4.3"
7777
},
7878
"overrides": {
7979
"@actions/tool-cache": {

0 commit comments

Comments
 (0)