diff --git a/@stellar/anchor-tests/package.json b/@stellar/anchor-tests/package.json index 2d59e03..d0a9eed 100644 --- a/@stellar/anchor-tests/package.json +++ b/@stellar/anchor-tests/package.json @@ -1,6 +1,6 @@ { "name": "@stellar/anchor-tests", - "version": "0.5.1", + "version": "0.5.2", "description": "stellar-anchor-tests is a library and command line interface for testing Stellar anchors.", "main": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/server/package.json b/server/package.json index 357db01..a180c7a 100644 --- a/server/package.json +++ b/server/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@types/node": "^14.14.41", - "@stellar/anchor-tests": "0.5.1", + "@stellar/anchor-tests": "0.5.2", "express": "^4.17.1", "socket.io": "^4.1.2", "tslib": "^2.2.0",