diff --git a/package-lock.json b/package-lock.json index c013e45..9977412 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "vitest": "^0.34.6" }, "peerDependencies": { - "@algorandfoundation/algokit-utils": "^5.0.1", + "@algorandfoundation/algokit-utils": "^5.0.1 || ^6.0.0", "algosdk": "^2.7.0" } }, @@ -53,9 +53,9 @@ } }, "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.0.2", + "resolved": "https://registry.npmjs.org/@algorandfoundation/algokit-utils/-/algokit-utils-6.0.2.tgz", + "integrity": "sha512-STieYEEPugfNveRj4Pug6ayW8gfBhwMmMKi5E6xyI4+ZceHcIlvEjCQv447yi5dMKRBRG6PehG+qirDl2Id91Q==", "peer": true, "dependencies": { "buffer": "^6.0.3" 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": {