diff --git a/package-lock.json b/package-lock.json index 1eaf100f..1b6bbd74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,11 +14,11 @@ } }, "@adobe/helix-epsagon": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-epsagon/-/helix-epsagon-1.3.0.tgz", - "integrity": "sha512-Wevp2jSTB2euBXEpEXOGr/70Zwm3w7Kp8l5S1PSQ9BSXa3j4iOe2C4oRZn89O5eAVv9CNw49NoG+rl0QV4iNvQ==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@adobe/helix-epsagon/-/helix-epsagon-1.3.1.tgz", + "integrity": "sha512-jnDgJEQrVgJFD2v8Vu257eJqitZZkL8Yv6RI6ajhwfsdZArDQUy+CjOb51hL1D02r2Db99fm+L0p8r+z6n+7YQ==", "requires": { - "epsagon": "1.64.0" + "epsagon": "1.64.1" } }, "@adobe/helix-log": { @@ -4457,9 +4457,9 @@ } }, "epsagon": { - "version": "1.64.0", - "resolved": "https://registry.npmjs.org/epsagon/-/epsagon-1.64.0.tgz", - "integrity": "sha512-P8TvdFXJvXPLmfvjljWtMaEo9a1Wb1RmrNE5zT6enZ+r5WOGhgUMqua6Bmx9941zTGegERzGnZn5CyXiSquCBw==", + "version": "1.64.1", + "resolved": "https://registry.npmjs.org/epsagon/-/epsagon-1.64.1.tgz", + "integrity": "sha512-eZ5rDOLYNn+HcqG9JJkB9Nz6d+g9myKvMDEHHl2/z/W42cOSNb5t9W6B+Uc1e9jVkca64FiZjzZjLRG2vlYeBQ==", "requires": { "axios": "^0.19.0", "google-protobuf": "^3.5.0", diff --git a/package.json b/package.json index bd41690f..238bbdef 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "homepage": "https://github.com/adobe/helix-data-embed#readme", "dependencies": { - "@adobe/helix-epsagon": "1.3.0", + "@adobe/helix-epsagon": "1.3.1", "@adobe/helix-onedrive-support": "2.3.0", "@adobe/helix-status": "7.1.3", "@adobe/openwhisk-action-logger": "2.2.0",