diff --git a/package-lock.json b/package-lock.json index 38a82b3..3522e8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,14 +39,14 @@ "vitest": "^0.34.6" }, "peerDependencies": { - "@algorandfoundation/algokit-utils": "^5.0.1", + "@algorandfoundation/algokit-utils": "^5.0.1 || ^6.0.0", "algosdk": "^2.7.0" } }, "node_modules/@algorandfoundation/algokit-utils": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/@algorandfoundation/algokit-utils/-/algokit-utils-5.8.0.tgz", - "integrity": "sha512-BxwUBQ0BaAPpOZt7e2kwP0pfvG2W2AqOBBI6Y3AbJ01a9P7yJ1wIaJfqG02aiG4mpKbLgz84WBQij+0DqGK80Q==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@algorandfoundation/algokit-utils/-/algokit-utils-6.1.2.tgz", + "integrity": "sha512-nTY3Uq8S5ljdAj1CaRNTubhB5OF+KxlJkOpDDFXNHK7unf7/TdxDKHK3cQOqvs1cScR4/l0Wrd8O6jBH0lg0cA==", "license": "MIT", "peer": true, "dependencies": { diff --git a/package.json b/package.json index c4c50c8..31b22b4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "pre-commit": "npm run lint:scripts && npm run format:scripts && npm run test:integration && npm run build && npm run docs" }, "peerDependencies": { - "@algorandfoundation/algokit-utils": "^5.0.1", + "@algorandfoundation/algokit-utils": "^5.0.1 || ^6.0.0", "algosdk": "^2.7.0" }, "devDependencies": {