diff --git a/test/cypress/package-lock.json b/test/cypress/package-lock.json index 2454bf99..48486584 100644 --- a/test/cypress/package-lock.json +++ b/test/cypress/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "devDependencies": { - "@hashgraph/sdk": "2.41.0", + "@hashgraph/sdk": "2.47.0", "cypress": "^13.12.0", "cypress-wait-until": "^3.0.1", "html-webpack-plugin": "^5.6.0", @@ -591,9 +591,9 @@ } }, "node_modules/@hashgraph/proto": { - "version": "2.14.0-beta.3", - "resolved": "https://registry.npmjs.org/@hashgraph/proto/-/proto-2.14.0-beta.3.tgz", - "integrity": "sha512-y2DYFXpXZN0ywULaPycRmmryaUBzSDQ2+UAAYdE1jQr8NPcIL2gv8wB5GKBBQqz1HihRNXiyJgYSGoNSeq9qsg==", + "version": "2.15.0-beta.1", + "resolved": "https://registry.npmjs.org/@hashgraph/proto/-/proto-2.15.0-beta.1.tgz", + "integrity": "sha512-gNt+MBBnVyFpsAr+ac6meCVLazfdM4tVuNdJAnwXyCVFIiYfaGUz4WwAjBdQwzVgIbN7vaqgksynqj37pUwHtw==", "dev": true, "dependencies": { "long": "^4.0.0", @@ -604,9 +604,9 @@ } }, "node_modules/@hashgraph/sdk": { - "version": "2.41.0", - "resolved": "https://registry.npmjs.org/@hashgraph/sdk/-/sdk-2.41.0.tgz", - "integrity": "sha512-HMJXs6LY1YzVqhNX/tViFE66Aygc4drmAjdkeR/iJf8mH/zd27Xy9aPxh2bNBzi6ST4UhC8xQWwJL7r/cj3YBg==", + "version": "2.47.0", + "resolved": "https://registry.npmjs.org/@hashgraph/sdk/-/sdk-2.47.0.tgz", + "integrity": "sha512-a7YS+9MXuSft/rtASSFT0rk44bQ1glPeSYVCTg9VYmtjHR37b24xkS8bV821uV7+F6YgR7H5Z9Ru7czG02I8Tw==", "dev": true, "dependencies": { "@ethersproject/abi": "^5.7.0", @@ -615,7 +615,7 @@ "@ethersproject/rlp": "^5.7.0", "@grpc/grpc-js": "1.8.2", "@hashgraph/cryptography": "1.4.8-beta.5", - "@hashgraph/proto": "2.14.0-beta.3", + "@hashgraph/proto": "2.15.0-beta.1", "axios": "^1.6.4", "bignumber.js": "^9.1.1", "bn.js": "^5.1.1", @@ -5250,9 +5250,9 @@ } }, "@hashgraph/proto": { - "version": "2.14.0-beta.3", - "resolved": "https://registry.npmjs.org/@hashgraph/proto/-/proto-2.14.0-beta.3.tgz", - "integrity": "sha512-y2DYFXpXZN0ywULaPycRmmryaUBzSDQ2+UAAYdE1jQr8NPcIL2gv8wB5GKBBQqz1HihRNXiyJgYSGoNSeq9qsg==", + "version": "2.15.0-beta.1", + "resolved": "https://registry.npmjs.org/@hashgraph/proto/-/proto-2.15.0-beta.1.tgz", + "integrity": "sha512-gNt+MBBnVyFpsAr+ac6meCVLazfdM4tVuNdJAnwXyCVFIiYfaGUz4WwAjBdQwzVgIbN7vaqgksynqj37pUwHtw==", "dev": true, "requires": { "long": "^4.0.0", @@ -5260,9 +5260,9 @@ } }, "@hashgraph/sdk": { - "version": "2.41.0", - "resolved": "https://registry.npmjs.org/@hashgraph/sdk/-/sdk-2.41.0.tgz", - "integrity": "sha512-HMJXs6LY1YzVqhNX/tViFE66Aygc4drmAjdkeR/iJf8mH/zd27Xy9aPxh2bNBzi6ST4UhC8xQWwJL7r/cj3YBg==", + "version": "2.47.0", + "resolved": "https://registry.npmjs.org/@hashgraph/sdk/-/sdk-2.47.0.tgz", + "integrity": "sha512-a7YS+9MXuSft/rtASSFT0rk44bQ1glPeSYVCTg9VYmtjHR37b24xkS8bV821uV7+F6YgR7H5Z9Ru7czG02I8Tw==", "dev": true, "requires": { "@ethersproject/abi": "^5.7.0", @@ -5271,7 +5271,7 @@ "@ethersproject/rlp": "^5.7.0", "@grpc/grpc-js": "1.8.2", "@hashgraph/cryptography": "1.4.8-beta.5", - "@hashgraph/proto": "2.14.0-beta.3", + "@hashgraph/proto": "2.15.0-beta.1", "axios": "^1.6.4", "bignumber.js": "^9.1.1", "bn.js": "^5.1.1", diff --git a/test/cypress/package.json b/test/cypress/package.json index 5df4eaf3..99259c2d 100644 --- a/test/cypress/package.json +++ b/test/cypress/package.json @@ -11,7 +11,7 @@ "author": "", "license": "ISC", "devDependencies": { - "@hashgraph/sdk": "2.41.0", + "@hashgraph/sdk": "2.47.0", "cypress": "^13.12.0", "cypress-wait-until": "^3.0.1", "html-webpack-plugin": "^5.6.0",