Skip to content

Commit 2f114a4

Browse files
chore(deps): bump the npm_and_yarn group across 2 directories with 6 updates
Bumps the npm_and_yarn group with 4 updates in the /packages/cli directory: [glob](https://github.com/isaacs/node-glob), [immutable](https://github.com/immutable-js/immutable-js), [js-yaml](https://github.com/nodeca/js-yaml) and [undici](https://github.com/nodejs/undici). Bumps the npm_and_yarn group with 2 updates in the /website directory: [file-type](https://github.com/sindresorhus/file-type) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `glob` from 11.0.3 to 12.0.0 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v11.0.3...v12.0.0) Updates `immutable` from 5.1.4 to 5.1.5 - [Release notes](https://github.com/immutable-js/immutable-js/releases) - [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md) - [Commits](immutable-js/immutable-js@v5.1.4...v5.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 `undici` from 7.16.0 to 7.18.2 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v7.16.0...v7.18.2) Updates `file-type` from 20.5.0 to 21.3.1 - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](sindresorhus/file-type@v20.5.0...v21.3.1) Updates `vite` from 6.4.0 to 6.4.1 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@6.4.1/packages/vite) --- updated-dependencies: - dependency-name: glob dependency-version: 12.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: immutable dependency-version: 5.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: undici dependency-version: 7.18.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: file-type dependency-version: 21.3.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 6.4.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 921c014 commit 2f114a4

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

packages/cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@
4949
"decompress": "^4.2.1",
5050
"docker-compose": "1.3.0",
5151
"fs-extra": "11.3.2",
52-
"glob": "11.0.3",
52+
"glob": "12.0.0",
5353
"gluegun": "5.2.0",
5454
"graphql": "16.11.0",
55-
"immutable": "5.1.4",
55+
"immutable": "5.1.5",
5656
"jayson": "4.2.0",
57-
"js-yaml": "4.1.0",
57+
"js-yaml": "4.1.1",
5858
"kubo-rpc-client": "^6.0.0",
5959
"open": "10.2.0",
6060
"prettier": "3.6.2",
6161
"progress": "^2.0.3",
62-
"semver": "7.7.3",
62+
"semver": "7.7.4",
6363
"tmp-promise": "3.0.3",
64-
"undici": "7.16.0",
64+
"undici": "7.18.2",
6565
"web3-eth-abi": "4.4.1",
6666
"yaml": "2.8.1"
6767
},

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"class-variance-authority": "^0.7.1",
2727
"clsx": "^2.1.1",
2828
"connectkit": "^1.8.2",
29-
"file-type": "^20.0.0",
29+
"file-type": "^21.3.1",
3030
"gql.tada": "^1.8.10",
3131
"graphql": "16.11.0",
3232
"kubo-rpc-client": "^6.0.0",
3333
"react": "^19.0.0",
3434
"react-dom": "^19.0.0",
3535
"react-dropzone": "^14.3.5",
3636
"react-hook-form": "^7.53.2",
37-
"semver": "7.7.3",
37+
"semver": "7.7.4",
3838
"tailwind-merge": "^3.0.0",
3939
"tailwindcss-animate": "^1.0.7",
4040
"viem": "^2.21.53",
@@ -56,6 +56,6 @@
5656
"rimraf": "^6.0.1",
5757
"tailwindcss": "^4.0.0",
5858
"typescript": "^5.7.2",
59-
"vite": "^6.0.2"
59+
"vite": "^6.4.1"
6060
}
6161
}

0 commit comments

Comments
 (0)