Skip to content

Commit

Permalink
fix(deps): update dependency vitest [security] (elizaOS#3254)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Shakker Nerd <165377636+shakkernerd@users.noreply.github.com>
  • Loading branch information
2 people authored and tulp-tech committed Feb 10, 2025
1 parent dbf1065 commit 7063014
Show file tree
Hide file tree
Showing 33 changed files with 74 additions and 153 deletions.
10 changes: 4 additions & 6 deletions packages/client-discord/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/client-discord",
"version": "0.25.6-alpha.1",
"version": "0.1.9",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -26,7 +26,8 @@
"@elizaos/plugin-node": "workspace:*",
"discord.js": "14.16.3",
"libsodium-wrappers": "0.7.15",
"prism-media": "1.3.5"
"prism-media": "1.3.5",
"zod": "3.23.8"
},
"devDependencies": {
"tsup": "8.3.5",
Expand All @@ -43,8 +44,5 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
}
7 changes: 2 additions & 5 deletions packages/client-farcaster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/client-farcaster",
"version": "0.25.6-alpha.1",
"version": "0.1.9",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -33,8 +33,5 @@
"test": "vitest run",
"test:watch": "vitest watch",
"test:coverage": "vitest run --coverage"
},
"publishConfig": {
"access": "public"
}
}
}
7 changes: 2 additions & 5 deletions packages/client-github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/client-github",
"version": "0.25.6-alpha.1",
"version": "0.1.9",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -35,8 +35,5 @@
"dev": "tsup --format esm --dts --watch",
"test": "vitest run",
"test:watch": "vitest"
},
"publishConfig": {
"access": "public"
}
}
}
7 changes: 2 additions & 5 deletions packages/client-lens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/client-lens",
"version": "0.25.6-alpha.1",
"version": "0.1.9",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -39,8 +39,5 @@
},
"peerDependencies": {
"@elizaos/core": "workspace:*"
},
"publishConfig": {
"access": "public"
}
}
}
7 changes: 2 additions & 5 deletions packages/client-slack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/client-slack",
"version": "0.25.6-alpha.1",
"version": "0.1.9",
"description": "Slack client plugin for Eliza framework",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -52,8 +52,5 @@
},
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public"
}
}
}
10 changes: 4 additions & 6 deletions packages/client-telegram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/client-telegram",
"version": "0.25.6-alpha.1",
"version": "0.1.9",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -21,7 +21,8 @@
"dependencies": {
"@elizaos/core": "workspace:*",
"@telegraf/types": "7.1.0",
"telegraf": "4.16.3"
"telegraf": "4.16.3",
"zod": "3.23.8"
},
"devDependencies": {
"tsup": "8.3.5",
Expand All @@ -32,8 +33,5 @@
"dev": "tsup --format esm --dts --watch",
"test": "vitest run",
"test:watch": "vitest"
},
"publishConfig": {
"access": "public"
}
}
}
10 changes: 4 additions & 6 deletions packages/client-twitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/client-twitter",
"version": "0.25.6-alpha.1",
"version": "0.1.9",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -22,7 +22,8 @@
"@elizaos/core": "workspace:*",
"agent-twitter-client": "0.0.18",
"discord.js": "14.16.3",
"glob": "11.0.0"
"glob": "11.0.0",
"zod": "3.23.8"
},
"devDependencies": {
"@vitest/coverage-v8": "1.1.3",
Expand All @@ -37,8 +38,5 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
}
7 changes: 2 additions & 5 deletions packages/plugin-0g/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-0g",
"version": "0.25.6-alpha.1",
"version": "0.1.9",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -36,8 +36,5 @@
"lint:fix": "biome check --apply src/",
"format": "biome format src/",
"format:fix": "biome format --write src/"
},
"publishConfig": {
"access": "public"
}
}
}
7 changes: 2 additions & 5 deletions packages/plugin-3d-generation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-3d-generation",
"version": "0.25.6-alpha.1",
"version": "0.1.9",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -38,8 +38,5 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
}
7 changes: 2 additions & 5 deletions packages/plugin-abstract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-abstract",
"version": "0.25.6-alpha.1",
"version": "0.1.9",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -43,8 +43,5 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
}
8 changes: 3 additions & 5 deletions packages/plugin-akash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-akash",
"version": "0.25.6-alpha.1",
"version": "0.1.9",
"description": "Akash Network Plugin for Eliza",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -25,6 +25,7 @@
"@cosmjs/stargate": "0.31.3",
"@elizaos/core": "workspace:*",
"@types/js-yaml": "^4.0.9",
"zod": "^3.22.4",
"axios": "^1.7.9",
"dotenv": "^16.4.1",
"jsrsasign": "^11.1.0",
Expand All @@ -49,8 +50,5 @@
},
"peerDependencies": {
"@elizaos/core": "workspace:*"
},
"publishConfig": {
"access": "public"
}
}
}
7 changes: 2 additions & 5 deletions packages/plugin-allora/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-allora",
"version": "0.25.6-alpha.1",
"version": "0.1.9",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
Expand All @@ -26,8 +26,5 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
}
7 changes: 2 additions & 5 deletions packages/plugin-anyone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-anyone",
"version": "0.25.6-alpha.1",
"version": "0.1.9",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,8 +28,5 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
}
5 changes: 1 addition & 4 deletions packages/plugin-apro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,5 @@
"@biomejs/biome": "1.9.4",
"tsup": "8.3.5",
"vitest": "2.1.9"
},
"publishConfig": {
"access": "public"
}
}
}
7 changes: 2 additions & 5 deletions packages/plugin-aptos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-aptos",
"version": "0.25.6-alpha.1",
"version": "0.1.9",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -41,8 +41,5 @@
"peerDependencies": {
"form-data": "4.0.1",
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
}
10 changes: 4 additions & 6 deletions packages/plugin-asterai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-asterai",
"version": "0.25.6-alpha.1",
"version": "0.1.9",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -26,7 +26,8 @@
"elliptic": "6.6.1",
"node-cache": "5.1.2",
"sha3": "2.1.4",
"uuid": "11.0.3"
"uuid": "11.0.3",
"zod": "3.23.8"
},
"devDependencies": {
"@types/elliptic": "6.4.18",
Expand All @@ -48,8 +49,5 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
}
7 changes: 2 additions & 5 deletions packages/plugin-avail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-avail",
"version": "0.25.6-alpha.1",
"version": "0.1.8+build.1",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
Expand All @@ -27,8 +27,5 @@
"lint:fix": "biome check --apply .",
"format": "biome format .",
"format:fix": "biome format --write ."
},
"publishConfig": {
"access": "public"
}
}
}
7 changes: 2 additions & 5 deletions packages/plugin-avalanche/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-avalanche",
"version": "0.25.6-alpha.1",
"version": "0.1.9",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -36,8 +36,5 @@
},
"peerDependencies": {
"whatwg-url": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion packages/plugin-coinbase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@types/node": "^20.0.0",
"tsup": "8.3.5",
"vitest": "^1.0.0"
"vitest": "^3.0.0"
},
"scripts": {
"build": "tsup --format esm --dts",
Expand Down
Loading

0 comments on commit 7063014

Please # to comment.