diff --git a/package-lock.json b/package-lock.json index 2d2dd396..ba5b2e32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,11 +14,11 @@ } }, "@adobe/helix-epsagon": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/@adobe/helix-epsagon/-/helix-epsagon-1.3.8.tgz", - "integrity": "sha512-Ng1P7B7PtiY27PtymsvSW6I2nzKX78md3EAerYLY/kKyvsu6BFLvLG9WT/2ziiEHHES7suuGbJ7MhkX0Iik3rQ==", + "version": "1.3.9", + "resolved": "https://registry.npmjs.org/@adobe/helix-epsagon/-/helix-epsagon-1.3.9.tgz", + "integrity": "sha512-rqBczfdyjjS6D2OOHgkQjymIdw0zJF+j/VsDnv8xRpEZOAmpCEq0uZYj1JSjiGmtwcKoogl3AW12A4Q3oVhIhg==", "requires": { - "epsagon": "1.70.2" + "epsagon": "1.70.3" } }, "@adobe/helix-fetch": { @@ -4613,9 +4613,9 @@ } }, "epsagon": { - "version": "1.70.2", - "resolved": "https://registry.npmjs.org/epsagon/-/epsagon-1.70.2.tgz", - "integrity": "sha512-AsCx8ohfl2WDBjrmneoOduyIsP80M3qFqu2/dm6hfMzTl5x/QeKVWOtSs1oa0vPTxwPR96VVe0+SPgr1Ny6P6w==", + "version": "1.70.3", + "resolved": "https://registry.npmjs.org/epsagon/-/epsagon-1.70.3.tgz", + "integrity": "sha512-8l32gI5joBcIbImTYnhwfS1Jnhc6Q7JTtWI5p4lFsho+s5UzS0yFdUWhzW0KgGsWh811fXuQSkl3lSmcSJrERQ==", "requires": { "axios": "^0.19.0", "google-protobuf": "^3.5.0", diff --git a/package.json b/package.json index 15b4535c..10a6e5e1 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.8", + "@adobe/helix-epsagon": "1.3.9", "@adobe/helix-onedrive-support": "2.4.0", "@adobe/helix-shared": "7.4.0", "@adobe/helix-status": "7.1.3",