From 0627f188c3665323f1a59cde3f0eeac56c9d4a3d Mon Sep 17 00:00:00 2001
From: sovrgn <boyan.tsolov@vereign.com>
Date: Fri, 20 Oct 2023 16:49:04 +0300
Subject: [PATCH] dependency: version of aries

---
 package.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/package.json b/package.json
index 9979d29e..90426c54 100644
--- a/package.json
+++ b/package.json
@@ -61,12 +61,12 @@
     "ws": "^8.13.0"
   },
   "devDependencies": {
-    "@aries-framework/anoncreds": "^0.4.0",
-    "@aries-framework/anoncreds-rs": "^0.4.0",
-    "@aries-framework/askar": "^0.4.0",
-    "@aries-framework/core": "^0.4.0",
-    "@aries-framework/indy-vdr": "^0.4.0",
-    "@aries-framework/node": "^0.4.0",
+    "@aries-framework/anoncreds": "0.4.0",
+    "@aries-framework/anoncreds-rs": "0.4.0",
+    "@aries-framework/askar": "0.4.0",
+    "@aries-framework/core": "0.4.0",
+    "@aries-framework/indy-vdr": "0.4.0",
+    "@aries-framework/node": "0.4.0",
     "@commitlint/config-conventional": "^17.6.1",
     "@nestjs/schematics": "^9.0.0",
     "@nestjs/swagger": "^6.3.0",
-- 
GitLab