Skip to content

Commit cbf17d5

Browse files
Bump the everything-else group across 1 directory with 7 updates
Bumps the everything-else group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [axios](https://github.com/axios/axios) | `1.11.0` | `1.12.2` | | [uuid](https://github.com/uuidjs/uuid) | `11.1.0` | `13.0.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.33.0` | `9.38.0` | | [globals](https://github.com/sindresorhus/globals) | `16.3.0` | `16.4.0` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.0.4` | `30.2.0` | | [ts-proto](https://github.com/stephenh/ts-proto) | `2.7.5` | `2.8.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.39.1` | `8.46.2` | Updates `axios` from 1.11.0 to 1.12.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.11.0...v1.12.2) Updates `uuid` from 11.1.0 to 13.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v11.1.0...v13.0.0) Updates `@eslint/js` from 9.33.0 to 9.38.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.38.0/packages/js) Updates `globals` from 16.3.0 to 16.4.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.3.0...v16.4.0) Updates `jest` from 30.0.4 to 30.2.0 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest) Updates `ts-proto` from 2.7.5 to 2.8.1 - [Release notes](https://github.com/stephenh/ts-proto/releases) - [Changelog](https://github.com/stephenh/ts-proto/blob/main/CHANGELOG.md) - [Commits](stephenh/ts-proto@v2.7.5...v2.8.1) Updates `typescript-eslint` from 8.39.1 to 8.46.2 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/typescript-eslint) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: uuid dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: everything-else - dependency-name: "@eslint/js" dependency-version: 9.38.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: globals dependency-version: 16.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: jest dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: ts-proto dependency-version: 2.8.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: typescript-eslint dependency-version: 8.46.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: everything-else ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9937dbf commit cbf17d5

File tree

2 files changed

+1322
-1193
lines changed

2 files changed

+1322
-1193
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"registry": "https://registry.npmjs.org/"
2626
},
2727
"devDependencies": {
28-
"@eslint/js": "^9.33.0",
28+
"@eslint/js": "^9.38.0",
2929
"@types/jest": "^30.0.0",
3030
"@types/long": "^5.0.0",
3131
"@types/node": "^24.3.0",
@@ -36,25 +36,25 @@
3636
"eslint": "^9.35.0",
3737
"eslint-config-prettier": "^10.1.5",
3838
"eslint-plugin-prettier": "5.5.1",
39-
"globals": "^16.3.0",
40-
"jest": "^30.0.4",
39+
"globals": "^16.4.0",
40+
"jest": "^30.2.0",
4141
"jest-mock-extended": "^4.0.0",
4242
"jest-websocket-mock": "^2.4.0",
4343
"prettier": "^3.6.2",
4444
"ts-jest": "^29.4.0",
45-
"ts-proto": "^2.7.5",
45+
"ts-proto": "^2.8.1",
4646
"typescript": "^5.9.2",
47-
"typescript-eslint": "^8.39.1"
47+
"typescript-eslint": "^8.46.2"
4848
},
4949
"dependencies": {
5050
"@cosmjs/amino": "^0.36.0",
5151
"@cosmjs/crypto": "^0.36.0",
5252
"@cosmjs/ledger-amino": "^0.36.0",
5353
"@types/uuid": "^10.0.0",
54-
"axios": "^1.11.0",
54+
"axios": "^1.12.2",
5555
"long": "^5.3.2",
5656
"protobufjs": "^7.5.3",
57-
"uuid": "^11.1.0",
57+
"uuid": "^13.0.0",
5858
"ws": "^8.18.0"
5959
},
6060
"scripts": {

0 commit comments

Comments
 (0)