Skip to content

Commit e292db6

Browse files
Bump the npm group with 4 updates
Bumps the npm group with 4 updates: [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache), [@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 [nock](https://github.com/nock/nock). Updates `@actions/cache` from 3.2.2 to 3.2.3 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache) Updates `@typescript-eslint/eslint-plugin` from 6.18.1 to 6.19.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/v6.19.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.18.1 to 6.19.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/v6.19.0/packages/parser) Updates `nock` from 13.4.0 to 13.5.0 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.4.0...v13.5.0) --- updated-dependencies: - dependency-name: "@actions/cache" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9653106 commit e292db6

File tree

2 files changed

+57
-57
lines changed

2 files changed

+57
-57
lines changed

package-lock.json

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

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"@actions/artifact": "^1.1.2",
25-
"@actions/cache": "^3.2.2",
25+
"@actions/cache": "^3.2.3",
2626
"@actions/core": "^1.10.1",
2727
"@actions/exec": "^1.1.1",
2828
"@actions/github": "^5.1.1",
@@ -60,8 +60,8 @@
6060
"@types/node": "20.9.0",
6161
"@types/semver": "^7.5.6",
6262
"@types/sinon": "^17.0.3",
63-
"@typescript-eslint/eslint-plugin": "^6.18.1",
64-
"@typescript-eslint/parser": "^6.18.1",
63+
"@typescript-eslint/eslint-plugin": "^6.19.0",
64+
"@typescript-eslint/parser": "^6.19.0",
6565
"ava": "^5.3.1",
6666
"eslint": "^8.56.0",
6767
"eslint-import-resolver-typescript": "^3.6.1",
@@ -70,7 +70,7 @@
7070
"eslint-plugin-import": "^2.29.1",
7171
"eslint-plugin-no-async-foreach": "^0.1.1",
7272
"micromatch": "4.0.5",
73-
"nock": "^13.4.0",
73+
"nock": "^13.5.0",
7474
"removeNPMAbsolutePaths": "3.0.1",
7575
"sinon": "^17.0.1",
7676
"typescript": "^5.3.3"

0 commit comments

Comments
 (0)