瀏覽代碼

[Snyk] Upgrade @coral-xyz/anchor from 0.28.0 to 0.29.0 (#1589)

Snyk has created this PR to upgrade
@coral-xyz/anchor from 0.28.0 to 0.29.0.
Hyperledger Bot 2 年之前
父節點
當前提交
e4b9a47ba7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      integration/anchor/package.json

+ 1 - 1
integration/anchor/package.json

@@ -6,7 +6,7 @@
         "build": "solang compile tests/*.sol --importpath tests --target solana -v -o tests/"
     },
     "dependencies": {
-        "@coral-xyz/anchor": "^0.28.0",
+        "@coral-xyz/anchor": "^0.29.0",
         "ts-node": "^10.9.1",
         "tsc-node": "^0.0.3"
     },