build(deps): bump the npm group across 1 directory with 7 updates
Bumps the npm group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@octokit/types](https://github.com/octokit/types.ts) | `13.10.0` | `14.0.0` | | [long](https://github.com/dcodeIO/long.js) | `5.3.1` | `5.3.2` | | [octokit](https://github.com/octokit/octokit.js) | `4.1.2` | `4.1.3` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.24.0` | `9.25.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.29.0` | `8.31.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.29.0` | `8.31.0` | | [nock](https://github.com/nock/nock) | `14.0.3` | `14.0.4` | Updates `@octokit/types` from 13.10.0 to 14.0.0 - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](https://github.com/octokit/types.ts/compare/v13.10.0...v14.0.0) Updates `long` from 5.3.1 to 5.3.2 - [Release notes](https://github.com/dcodeIO/long.js/releases) - [Commits](https://github.com/dcodeIO/long.js/compare/v5.3.1...v5.3.2) Updates `octokit` from 4.1.2 to 4.1.3 - [Release notes](https://github.com/octokit/octokit.js/releases) - [Commits](https://github.com/octokit/octokit.js/compare/v4.1.2...v4.1.3) Updates `@eslint/js` from 9.24.0 to 9.25.1 - [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.25.1/packages/js) Updates `@typescript-eslint/eslint-plugin` from 8.29.0 to 8.31.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/v8.31.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.29.0 to 8.31.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/v8.31.0/packages/parser) Updates `nock` from 14.0.3 to 14.0.4 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](https://github.com/nock/nock/compare/v14.0.3...v14.0.4) --- updated-dependencies: - dependency-name: "@octokit/types" dependency-version: 14.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: long dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: octokit dependency-version: 4.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@eslint/js" dependency-version: 9.25.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.31.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-version: 8.31.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: nock dependency-version: 14.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4c3e536282
commit
c9f0d30a86
2 changed files with 353 additions and 344 deletions
14
package.json
14
package.json
|
|
@ -33,7 +33,7 @@
|
|||
"@actions/io": "^1.1.3",
|
||||
"@actions/tool-cache": "^2.0.2",
|
||||
"@octokit/plugin-retry": "^6.0.0",
|
||||
"@octokit/types": "^13.10.0",
|
||||
"@octokit/types": "^14.0.0",
|
||||
"@schemastore/package": "0.0.10",
|
||||
"@types/node-forge": "^1.3.11",
|
||||
"@types/uuid": "^10.0.0",
|
||||
|
|
@ -48,9 +48,9 @@
|
|||
"get-folder-size": "^2.0.1",
|
||||
"js-yaml": "^4.1.0",
|
||||
"jsonschema": "1.4.1",
|
||||
"long": "^5.3.1",
|
||||
"long": "^5.3.2",
|
||||
"node-forge": "^1.3.1",
|
||||
"octokit": "^4.1.2",
|
||||
"octokit": "^4.1.3",
|
||||
"path": "^0.12.7",
|
||||
"semver": "^7.7.1",
|
||||
"uuid": "^11.1.0",
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"@ava/typescript": "4.1.0",
|
||||
"@eslint/compat": "^1.1.1",
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@eslint/js": "^9.24.0",
|
||||
"@eslint/js": "^9.25.1",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
||||
"@types/archiver": "^6.0.3",
|
||||
"@types/console-log-level": "^1.4.5",
|
||||
|
|
@ -70,8 +70,8 @@
|
|||
"@types/node": "20.9.0",
|
||||
"@types/semver": "^7.7.0",
|
||||
"@types/sinon": "^17.0.4",
|
||||
"@typescript-eslint/eslint-plugin": "^8.29.0",
|
||||
"@typescript-eslint/parser": "^8.29.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.31.0",
|
||||
"@typescript-eslint/parser": "^8.31.0",
|
||||
"ava": "^5.3.1",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-import-resolver-typescript": "^3.8.7",
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
"eslint-plugin-github": "^5.1.8",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-no-async-foreach": "^0.1.1",
|
||||
"nock": "^14.0.3",
|
||||
"nock": "^14.0.4",
|
||||
"removeNPMAbsolutePaths": "3.0.1",
|
||||
"sinon": "^20.0.0",
|
||||
"typescript": "^5.8.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue