From 10dc37e02ec0e970e32049cfd56ab4dbad2faa0c Mon Sep 17 00:00:00 2001
From: David Csirmaz <david.csirmaz@doclerholding.com>
Date: Fri, 19 Apr 2019 10:19:14 +0200
Subject: [PATCH] unlock dependencies for deduplication and easier
 vulnerability mitigation

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

diff --git a/package.json b/package.json
index 61dbf76..3437a4c 100644
--- a/package.json
+++ b/package.json
@@ -4,11 +4,11 @@
   "description": "SAML 2.0 and 1.1 token parser for Node.js",
   "main": "./lib/index.js",
   "dependencies": {
-    "lodash": "4.17.11",
-    "thumbprint": "0.0.1",
-    "xml-crypto": "0.8.1",
-    "xml2js": "0.4.4",
-    "xmldom": "0.1.19"
+    "lodash": "^4.17.11",
+    "thumbprint": "^0.0.1",
+    "xml-crypto": "^0.8.1",
+    "xml2js": "^0.4.4",
+    "xmldom": "^0.1.19"
   },
   "repository": {
     "type": "git",
@@ -23,7 +23,7 @@
     "test": "npm run jshint && mocha -R spec test",
     "jshint": "jshint lib/*.js"
   },
-  "author": "Leandro Boffi (me@leandrob.com)", 
+  "author": "Leandro Boffi (me@leandrob.com)",
   "contributors":[
     {
       "name": "Phillip Son",