diff --git a/package-lock.json b/package-lock.json index 78f8b93d..c87b53a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,11 +14,11 @@ } }, "@adobe/helix-epsagon": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@adobe/helix-epsagon/-/helix-epsagon-1.3.5.tgz", - "integrity": "sha512-wKvUS0AOgCczWJ/7FbPeWkxj0q5z2oQQQ0Lv4COGim8kFjqJ8aY9Sf4Wmyn6QFiGMZt8hFp7M6Hx+9A6wp9/fg==", + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/@adobe/helix-epsagon/-/helix-epsagon-1.3.6.tgz", + "integrity": "sha512-qq3C6SV8KnlWsqMX0CyRlANoJYFsgKnBhRBs8f3e4cKvqWFOTrps8NP+jffqMn2+0850drppEt/4pLgcusfQRg==", "requires": { - "epsagon": "1.69.4" + "epsagon": "1.70.0" } }, "@adobe/helix-fetch": { @@ -4613,9 +4613,9 @@ } }, "epsagon": { - "version": "1.69.4", - "resolved": "https://registry.npmjs.org/epsagon/-/epsagon-1.69.4.tgz", - "integrity": "sha512-82GH4Frg6HyvOqJJg4gD8p22D+lsQIO+uF+/mZUb9+AbnoBfn1jO0oDDU/y5V+uCVVvlXSxbKnZqsMxLwTTgjw==", + "version": "1.70.0", + "resolved": "https://registry.npmjs.org/epsagon/-/epsagon-1.70.0.tgz", + "integrity": "sha512-NajM9BibNFABLTMZT3QYhmFqifdcG8jaMWJeLeoz0JRqYyLMVJmdLs6LsH3HpvKe8THdohorkcQ8+I3s+NCWJA==", "requires": { "axios": "^0.19.0", "google-protobuf": "^3.5.0", diff --git a/package.json b/package.json index 94e39b35..d94c06c1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "homepage": "https://github.com/adobe/helix-data-embed#readme", "dependencies": { "@adobe/helix-fetch": "1.6.1", - "@adobe/helix-epsagon": "1.3.5", + "@adobe/helix-epsagon": "1.3.6", "@adobe/helix-onedrive-support": "2.4.0", "@adobe/helix-shared": "7.4.0", "@adobe/helix-status": "7.1.3",