Skip to content

Commit c7102cd

Browse files
build(deps-dev): bump the npm group with 3 updates
Bumps the npm group with 3 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [nock](https://github.com/nock/nock) and [typescript](https://github.com/microsoft/TypeScript). Updates `@eslint/js` from 9.23.0 to 9.24.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.24.0/packages/js) Updates `nock` from 14.0.2 to 14.0.3 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v14.0.2...v14.0.3) Updates `typescript` from 5.8.2 to 5.8.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.24.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: nock dependency-version: 14.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b508f5 commit c7102cd

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

package-lock.json

+16-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@ava/typescript": "4.1.0",
6161
"@eslint/compat": "^1.1.1",
6262
"@eslint/eslintrc": "^3.3.1",
63-
"@eslint/js": "^9.23.0",
63+
"@eslint/js": "^9.24.0",
6464
"@microsoft/eslint-formatter-sarif": "^3.1.0",
6565
"@types/adm-zip": "^0.5.7",
6666
"@types/console-log-level": "^1.4.5",
@@ -79,10 +79,10 @@
7979
"eslint-plugin-github": "^5.1.8",
8080
"eslint-plugin-import": "2.29.1",
8181
"eslint-plugin-no-async-foreach": "^0.1.1",
82-
"nock": "^14.0.2",
82+
"nock": "^14.0.3",
8383
"removeNPMAbsolutePaths": "3.0.1",
8484
"sinon": "^20.0.0",
85-
"typescript": "^5.8.2"
85+
"typescript": "^5.8.3"
8686
},
8787
"overrides": {
8888
"@actions/tool-cache": {

0 commit comments

Comments
 (0)