diff --git a/package-lock.json b/package-lock.json index 043f3f13..ef467c82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,11 +14,11 @@ } }, "@adobe/helix-epsagon": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/@adobe/helix-epsagon/-/helix-epsagon-1.1.12.tgz", - "integrity": "sha512-HHDZPh7fPtYHGnksCuGiOvWSkKeAXAnIjNbzbttL1cYOBiK+s3j/1Me+Gx+2Ux7GwMsXuNcxQtg/qnHqoTH+Tg==", + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/@adobe/helix-epsagon/-/helix-epsagon-1.1.13.tgz", + "integrity": "sha512-59cIwTAcQbyQrZ/m7q9jE8RiG6jG4C58K6qyfdE4TkpsyKwLv8+ZNV3sgf9o04VlezaY6W1hd0OVAtWgVSclQQ==", "requires": { - "epsagon": "1.58.3" + "epsagon": "1.51.3" } }, "@adobe/helix-log": { @@ -4066,15 +4066,15 @@ } }, "epsagon": { - "version": "1.58.3", - "resolved": "https://registry.npmjs.org/epsagon/-/epsagon-1.58.3.tgz", - "integrity": "sha512-BBrJxKRYrV79JbbyYJDevwF++UIP5klsl0uFBfOeAEkMWVW2bnRBaNun0nlX91gFoqs6Af9h5cUI83RW/cWT2w==", + "version": "1.51.3", + "resolved": "https://registry.npmjs.org/epsagon/-/epsagon-1.51.3.tgz", + "integrity": "sha512-QbKmhLU56fi3TTJdHe5e98i/tQ5x6FyKLS98P7VDPltJjd26t6dmt6scEyOf910h1Vb6tI2JG4wfBR6IYeaHyg==", "requires": { "axios": "^0.19.0", "google-protobuf": "^3.5.0", "json.sortify": "^2.2.2", "md5": "^2.2.1", - "shimmer": "^1.2.1", + "shimmer": "^1.2.0", "uuid-to-hex": "^1.0.3", "uuid4": "^1.0.0" } diff --git a/package.json b/package.json index 34fc5bca..7ed8f008 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/adobe/helix-data-embed#readme", "dependencies": { - "@adobe/helix-epsagon": "1.1.12", + "@adobe/helix-epsagon": "1.1.13", "@adobe/helix-onedrive-support": "2.2.0", "@adobe/helix-status": "7.1.2", "@adobe/openwhisk-action-logger": "2.2.0",