Skip to content

Commit 34f6b9e

Browse files
chore(deps): bump the npm_and_yarn group across 3 directories with 4 updates
Bumps the npm_and_yarn group with 4 updates in the / directory: [next](https://github.com/vercel/next.js), [js-yaml](https://github.com/nodeca/js-yaml), [axios](https://github.com/axios/axios) and [valibot](https://github.com/open-circle/valibot). Bumps the npm_and_yarn group with 1 update in the /packages/demo directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 2 updates in the /packages/playground directory: [next](https://github.com/vercel/next.js) and [axios](https://github.com/axios/axios). Updates `next` from 16.0.10 to 16.1.5 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v16.0.10...v16.1.5) Updates `js-yaml` from 4.1.0 to 4.1.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.0...4.1.1) Updates `axios` from 1.11.0 to 1.13.5 - [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.13.5) Updates `valibot` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/open-circle/valibot/releases) - [Commits](open-circle/valibot@v1.1.0...v1.2.0) Updates `next` from 16.0.10 to 16.1.5 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v16.0.10...v16.1.5) Updates `next` from 16.0.10 to 16.1.5 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v16.0.10...v16.1.5) Updates `axios` from 1.11.0 to 1.13.5 - [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.13.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: valibot dependency-version: 1.2.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 50d657b commit 34f6b9e

File tree

6 files changed

+173
-135
lines changed

6 files changed

+173
-135
lines changed

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@next/third-parties": "^16.0.10",
2121
"@uiw/react-json-view": "2.0.0-alpha.37",
2222
"lucide-react": "^0.542.0",
23-
"next": "16.0.10",
23+
"next": "16.1.5",
2424
"react": "^19.2.3",
2525
"react-dom": "^19.2.3"
2626
},

packages/faucet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@scure/bip39": "^2.0.0",
3232
"class-transformer": "^0.5.1",
3333
"class-validator": "^0.14.2",
34-
"js-yaml": "^4.1.0",
34+
"js-yaml": "^4.1.1",
3535
"reflect-metadata": "^0.2.2",
3636
"rxjs": "^7.8.2"
3737
},

packages/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"@noble/curves": "^1.9.7",
2020
"@noble/hashes": "^1.8.0",
2121
"@shikijs/monaco": "^3.12.0",
22-
"axios": "^1.11.0",
22+
"axios": "^1.13.5",
2323
"bech32": "^2.0.0",
2424
"isomorphic-ws": "^5.0.0",
2525
"lucide-react": "^0.542.0",
2626
"monaco-editor": "^0.52.2",
27-
"next": "16.0.10",
27+
"next": "16.1.5",
2828
"prettier": "^3.6.2",
2929
"react": "^19.2.3",
3030
"react-dom": "^19.2.3",

packages/spore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"dependencies": {
6262
"@ckb-ccc/core": "workspace:*",
63-
"axios": "^1.11.0"
63+
"axios": "^1.13.5"
6464
},
6565
"packageManager": "pnpm@10.8.1"
6666
}

packages/xverse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@ckb-ccc/core": "workspace:*",
60-
"valibot": "^1.1.0"
60+
"valibot": "^1.2.0"
6161
},
6262
"packageManager": "pnpm@10.8.1"
6363
}

0 commit comments

Comments
 (0)