Skip to content

Commit 5d6442e

Browse files
Bump the npm group with 5 updates
Bumps the npm group with 5 updates: | Package | From | To | | --- | --- | --- | | [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) | `9.0.4` | `9.0.5` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.7.3` | `6.7.5` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.7.3` | `6.7.5` | | [eslint](https://github.com/eslint/eslint) | `8.50.0` | `8.51.0` | | [sinon](https://github.com/sinonjs/sinon) | `16.0.0` | `16.1.0` | Updates `@types/uuid` from 9.0.4 to 9.0.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) Updates `@typescript-eslint/eslint-plugin` from 6.7.3 to 6.7.5 - [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.7.5/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.7.3 to 6.7.5 - [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.7.5/packages/parser) Updates `eslint` from 8.50.0 to 8.51.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.50.0...v8.51.0) Updates `sinon` from 16.0.0 to 16.1.0 - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v16.0.0...v16.1.0) --- updated-dependencies: - dependency-name: "@types/uuid" 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-patch dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4ab9237 commit 5d6442e

File tree

2 files changed

+65
-65
lines changed

2 files changed

+65
-65
lines changed

package-lock.json

Lines changed: 60 additions & 60 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
@@ -32,7 +32,7 @@
3232
"@octokit/plugin-retry": "^5.0.2",
3333
"@octokit/types": "^12.0.0",
3434
"@schemastore/package": "0.0.10",
35-
"@types/uuid": "^9.0.4",
35+
"@types/uuid": "^9.0.5",
3636
"adm-zip": "^0.5.10",
3737
"check-disk-space": "^3.4.0",
3838
"console-log-level": "^1.4.1",
@@ -60,10 +60,10 @@
6060
"@types/node": "16.11.22",
6161
"@types/semver": "^7.5.3",
6262
"@types/sinon": "^10.0.17",
63-
"@typescript-eslint/eslint-plugin": "^6.7.3",
64-
"@typescript-eslint/parser": "^6.7.3",
63+
"@typescript-eslint/eslint-plugin": "^6.7.5",
64+
"@typescript-eslint/parser": "^6.7.5",
6565
"ava": "^5.3.1",
66-
"eslint": "^8.50.0",
66+
"eslint": "^8.51.0",
6767
"eslint-import-resolver-typescript": "^3.6.1",
6868
"eslint-plugin-filenames": "^1.3.2",
6969
"eslint-plugin-github": "^4.10.1",
@@ -72,7 +72,7 @@
7272
"micromatch": "4.0.5",
7373
"nock": "^13.3.3",
7474
"removeNPMAbsolutePaths": "3.0.1",
75-
"sinon": "^16.0.0",
75+
"sinon": "^16.1.0",
7676
"typescript": "^5.2.2"
7777
},
7878
"overrides": {

0 commit comments

Comments
 (0)