Skip to content

Commit 300de64

Browse files
authored
Merge pull request #214 from fleet-sdk/audit-deps
chore: audit packages
2 parents c6b31cc + 15d7794 commit 300de64

4 files changed

Lines changed: 816 additions & 621 deletions

File tree

.changeset/real-goats-pull.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@fleet-sdk/mock-chain": patch
3+
"@fleet-sdk/blockchain-providers": patch
4+
"@fleet-sdk/common": patch
5+
"@fleet-sdk/compiler": patch
6+
"@fleet-sdk/core": patch
7+
"@fleet-sdk/crypto": patch
8+
"@fleet-sdk/serializer": patch
9+
"@fleet-sdk/wallet": patch
10+
"@fleet-sdk/ageusd-plugin": patch
11+
"@fleet-sdk/babel-fees-plugin": patch
12+
---
13+
14+
Bump dependencies

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@
2525
},
2626
"devDependencies": {
2727
"@biomejs/biome": "^1.9.4",
28-
"@changesets/cli": "^2.29.5",
28+
"@changesets/cli": "^2.29.8",
2929
"@edge-runtime/vm": "^5.0.0",
3030
"@fleet-sdk/common": "workspace:^",
3131
"@fleet-sdk/crypto": "workspace:^",
3232
"@types/diff": "^7.0.2",
33-
"@vitest/coverage-v8": "^4.0.10",
33+
"@vitest/coverage-v8": "^4.0.18",
3434
"ergo-lib-wasm-nodejs": "^0.28.0",
35-
"fast-check": "^4.2.0",
36-
"happy-dom": "^20.0.10",
35+
"fast-check": "^4.5.3",
36+
"happy-dom": "^20.5.2",
3737
"npm-run-all": "^4.1.5",
3838
"open-cli": "^8.0.0",
3939
"sigmastate-js": "0.4.6",
40-
"tsdown": "^0.16.5",
40+
"tsdown": "^0.16.8",
4141
"type-fest": "^4.41.0",
42-
"typescript": "^5.9.2",
42+
"typescript": "^5.9.3",
4343
"vite-tsconfig-paths": "^5.1.4",
44-
"vitest": "^4.0.10"
44+
"vitest": "^4.0.18"
4545
},
4646
"engines": {
4747
"node": ">=18",

packages/mock-chain/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
"name": "@fleet-sdk/mock-chain",
33
"version": "0.12.0",
44
"description": "Mock chain for Ergo Smart Contracts testing.",
5+
"keywords": [
6+
"blockchain",
7+
"ergo",
8+
"serialization",
9+
"tests",
10+
"transactions"
11+
],
12+
"license": "MIT",
13+
"repository": "github:fleet-sdk/fleet",
14+
"files": [
15+
"dist",
16+
"!**/*.spec.*",
17+
"!**/*.json",
18+
"!tests",
19+
"CHANGELOG.md",
20+
"LICENSE",
21+
"README.md"
22+
],
23+
"sideEffects": false,
524
"main": "./dist/index.js",
625
"module": "./dist/index.mjs",
726
"types": "./dist/index.d.ts",
@@ -17,20 +36,10 @@
1736
}
1837
}
1938
},
20-
"sideEffects": false,
21-
"repository": "github:fleet-sdk/fleet",
22-
"license": "MIT",
2339
"publishConfig": {
2440
"access": "public",
2541
"provenance": true
2642
},
27-
"keywords": [
28-
"ergo",
29-
"blockchain",
30-
"transactions",
31-
"serialization",
32-
"tests"
33-
],
3443
"scripts": {
3544
"build": "tsdown --config ../../tsdown.config.ts"
3645
},
@@ -40,20 +49,11 @@
4049
"@fleet-sdk/crypto": "workspace:^",
4150
"@fleet-sdk/serializer": "workspace:^",
4251
"@fleet-sdk/wallet": "workspace:^",
43-
"diff": "^7.0.0",
52+
"diff": "^8.0.3",
4453
"picocolors": "^1.1.1",
4554
"sigmastate-js": "0.4.6"
4655
},
4756
"engines": {
4857
"node": ">=18"
49-
},
50-
"files": [
51-
"dist",
52-
"!**/*.spec.*",
53-
"!**/*.json",
54-
"!tests",
55-
"CHANGELOG.md",
56-
"LICENSE",
57-
"README.md"
58-
]
58+
}
5959
}

0 commit comments

Comments
 (0)