Skip to content

Commit 99c9f6a

Browse files
Bump the npm group with 6 updates
Bumps the npm group with 6 updates: | Package | Update | | --- | --- | | [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) | 10.0.2 to 10.0.15 | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | 6.0.0 to 6.1.0 | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | 6.0.0 to 6.1.0 | | [eslint](https://github.com/eslint/eslint) | 8.44.0 to 8.45.0 | | [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | 4.8.0 to 4.9.0 | | [nock](https://github.com/nock/nock) | 13.3.1 to 13.3.2 | Updates `@types/sinon` from 10.0.2 to 10.0.15 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon) Updates `@typescript-eslint/eslint-plugin` from 6.0.0 to 6.1.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.1.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.0.0 to 6.1.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.1.0/packages/parser) Updates `eslint` from 8.44.0 to 8.45.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.44.0...v8.45.0) Updates `eslint-plugin-github` from 4.8.0 to 4.9.0 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](github/eslint-plugin-github@v4.8.0...v4.9.0) Updates `nock` from 13.3.1 to 13.3.2 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.3.1...v13.3.2) --- updated-dependencies: - dependency-name: "@types/sinon" dependency-type: direct:development 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: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint-plugin-github 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-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 942acab commit 99c9f6a

File tree

2 files changed

+94
-107
lines changed

2 files changed

+94
-107
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,18 @@
5858
"@types/js-yaml": "^4.0.5",
5959
"@types/node": "16.11.22",
6060
"@types/semver": "^7.5.0",
61-
"@types/sinon": "^10.0.2",
62-
"@typescript-eslint/eslint-plugin": "^6.0.0",
63-
"@typescript-eslint/parser": "^6.0.0",
61+
"@types/sinon": "^10.0.15",
62+
"@typescript-eslint/eslint-plugin": "^6.1.0",
63+
"@typescript-eslint/parser": "^6.1.0",
6464
"ava": "^5.3.1",
65-
"eslint": "^8.44.0",
65+
"eslint": "^8.45.0",
6666
"eslint-import-resolver-typescript": "^3.5.5",
6767
"eslint-plugin-filenames": "^1.3.2",
68-
"eslint-plugin-github": "^4.8.0",
68+
"eslint-plugin-github": "^4.9.0",
6969
"eslint-plugin-import": "^2.27.5",
7070
"eslint-plugin-no-async-foreach": "^0.1.1",
7171
"micromatch": "4.0.5",
72-
"nock": "^13.3.1",
72+
"nock": "^13.3.2",
7373
"removeNPMAbsolutePaths": "3.0.1",
7474
"sinon": "^15.2.0",
7575
"typescript": "^5.1.6"

0 commit comments

Comments
 (0)