diff --git a/package-lock.json b/package-lock.json index 159f3cf1..9cb2bba1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,11 +14,11 @@ } }, "@adobe/helix-epsagon": { - "version": "1.3.11", - "resolved": "https://registry.npmjs.org/@adobe/helix-epsagon/-/helix-epsagon-1.3.11.tgz", - "integrity": "sha512-xq+HaUnGJnnXm+qp8Xpc65B9ofrK92uxCZLvHZ6PObxeBs+TZY89qrJk/dpZtAfuLJkKZdd3bdzEvFZdM+izpA==", + "version": "1.3.12", + "resolved": "https://registry.npmjs.org/@adobe/helix-epsagon/-/helix-epsagon-1.3.12.tgz", + "integrity": "sha512-WyJYYAaRALlyNXE2uGtjb1ym0O4ZTgrC5ukzyjPFEk70IAUX0MB5jDwHkI07/jhOOiHpydSldfEtYgJ5ZgAOsA==", "requires": { - "epsagon": "1.71.2" + "epsagon": "1.72.0" } }, "@adobe/helix-fetch": { @@ -4215,9 +4215,9 @@ } }, "epsagon": { - "version": "1.71.2", - "resolved": "https://registry.npmjs.org/epsagon/-/epsagon-1.71.2.tgz", - "integrity": "sha512-iAuhmoBrUSETvSEQdaejnUDbQ5i89SOv1NSj3bOWghvF2ZxhPF8qWqWrl8s7d62tgr6SL84wXHEs/xZaNEpx5w==", + "version": "1.72.0", + "resolved": "https://registry.npmjs.org/epsagon/-/epsagon-1.72.0.tgz", + "integrity": "sha512-X6h9CJBr9iAtUE9nv4pqbObzVPtmAISqURIkstAZQ9iolN0cz2lspIYv1MUVLjbCteX4DLR65ZwVQadVByxZdw==", "requires": { "axios": "^0.19.0", "google-protobuf": "^3.5.0", diff --git a/package.json b/package.json index 1b52d56b..4cd59c01 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.2", - "@adobe/helix-epsagon": "1.3.11", + "@adobe/helix-epsagon": "1.3.12", "@adobe/helix-onedrive-support": "2.4.1", "@adobe/helix-shared": "7.6.0", "@adobe/helix-status": "7.1.3",