Skip to content

Commit d50614b

Browse files
dependabot[bot]pcfreak30
authored andcommitted
chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates
Bumps the npm_and_yarn group with 2 updates in the / directory: [axios](https://github.com/axios/axios) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `axios` from 1.7.4 to 1.7.7 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.4...v1.7.7) Updates `vite` from 5.4.6 to 5.4.9 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.9/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.9/packages/vite) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vite dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f6d00e1 commit d50614b

File tree

5 files changed

+1661
-600
lines changed

5 files changed

+1661
-600
lines changed

libs/libs5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@noble/curves": "^1.1.0",
1212
"@noble/hashes": "^1.3.1",
13-
"axios": "^1.7.4",
13+
"axios": "^1.7.7",
1414
"detect-node": "^2.1.0",
1515
"level": "^8.0.0",
1616
"multiformats": "^13.1.0",

libs/portal-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"_id": "@lumeweb/portal-sdk@0.0.0",
2020
"dependencies": {
2121
"@lumeweb/s5-js": "workspace:*",
22-
"axios": "^1.7.4",
22+
"axios": "^1.7.7",
2323
"memize": "^2.1.0",
2424
"orval": "^7.0.1",
2525
"patch-package": "^8.0.0"

libs/s5-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@lumeweb/libs5": "workspace:*",
88
"@noble/hashes": "^1.3.2",
9-
"axios": "^1.7.4",
9+
"axios": "^1.7.7",
1010
"isomorphic-ws": "^5.0.0",
1111
"mime": "^4.0.1",
1212
"multiformats": "^13.0.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"array-move": "^3.0.1",
9292
"astro": "^4.16.1",
9393
"autoprefixer": "^10.4.18",
94-
"axios": "^1.7.4",
94+
"axios": "^1.7.7",
9595
"blockstore-idb": "^2.0.0",
9696
"class-variance-authority": "^0.7.0",
9797
"clsx": "^2.1.1",
@@ -153,7 +153,7 @@
153153
"use-force-update": "^1.0.11",
154154
"use-memo-one": "^1.1.3",
155155
"vaul": "^0.9.2",
156-
"vite": "^5.4.6",
156+
"vite": "^5.4.9",
157157
"vite-plugin-commonjs": "^0.10.1",
158158
"vite-plugin-node-polyfills": "^0.21.0",
159159
"ws": "^8.17.1",

0 commit comments

Comments
 (0)