diff --git a/package-lock.json b/package-lock.json index 0267d4e..9012b51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-development", "license": "MIT", "dependencies": { - "@existdb/node-exist": "^5.5.1", + "@existdb/node-exist": "^5.5.2", "fancy-log": "^2.0.0", "gulp": "^5.0.0", "lodash.assign": "^4.2.0", @@ -87,9 +87,10 @@ } }, "node_modules/@existdb/node-exist": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/@existdb/node-exist/-/node-exist-5.5.1.tgz", - "integrity": "sha512-tIyIcAK7OD+JLHub3mvZDH4q5Bpg7M3z7drtbE/KswRyyazFitIB6QVa7lf4/le1XQ2dSa6VuyJ8mYhxs2UMBw==", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/@existdb/node-exist/-/node-exist-5.5.2.tgz", + "integrity": "sha512-XFRL9poslXSXhBFW68guXIwCDsta+5WxHMePHSFgkgrwwProg97RMm78rSXFPxEK66RVKTUgj7Eu9ePH0aijbA==", + "license": "MIT", "dependencies": { "got": "^12.1.0", "lodash.assign": "^4.0.2", diff --git a/package.json b/package.json index 21e6f95..a797c79 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "tape": "^5.9.0" }, "dependencies": { - "@existdb/node-exist": "^5.5.1", + "@existdb/node-exist": "^5.5.2", "fancy-log": "^2.0.0", "gulp": "^5.0.0", "lodash.assign": "^4.2.0",