diff --git a/package-lock.json b/package-lock.json index ad8464cc..a3a746ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,13 +24,13 @@ } }, "@adobe/helix-deploy": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/@adobe/helix-deploy/-/helix-deploy-3.7.1.tgz", - "integrity": "sha512-MgYKFmMu0Igw0MOJAFBf3o01Yam0iNGMGLBK/NRFfM+I2aaOgezvZ39pe8iKuLSfizF5mNCZbzbtrEhF0WvmvA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/@adobe/helix-deploy/-/helix-deploy-3.8.0.tgz", + "integrity": "sha512-/5AExYSMMrFWSaPAXY+sUMSBBNRVFDWmh8jYjHK25OBWiftzU/a2uCrBzPxy/Hbyqg1oC1pgatnGJPxTIAl4xQ==", "dev": true, "requires": { "@adobe/fastly-native-promises": "1.22.2", - "@adobe/helix-epsagon": "1.5.8", + "@adobe/helix-epsagon": "1.6.0", "@adobe/helix-fetch": "2.1.7", "@aws-sdk/client-apigatewayv2": "3.8.0", "@aws-sdk/client-lambda": "3.8.0", @@ -122,11 +122,11 @@ } }, "@adobe/helix-epsagon": { - "version": "1.5.8", - "resolved": "https://registry.npmjs.org/@adobe/helix-epsagon/-/helix-epsagon-1.5.8.tgz", - "integrity": "sha512-QIiFUMmoztbtwBmDgYqNc0PvBYCU/sHHmSCp+qAxumy2O2cWEBPPQmjIqTvZdodS/acdFZ8KcvpVqw2nQ3i2AQ==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@adobe/helix-epsagon/-/helix-epsagon-1.6.0.tgz", + "integrity": "sha512-Fp01kU/6P9uSHGDA6ekqnXk5AWIToRui+uoNKGb5+0Mb6nswJ2qej4E4wBy3j0fc6uP9gXdKu4CrZRs+N9Ym0A==", "requires": { - "epsagon": "1.105.1" + "epsagon": "1.106.1" } }, "@adobe/helix-fetch": { @@ -5099,9 +5099,9 @@ } }, "epsagon": { - "version": "1.105.1", - "resolved": "https://registry.npmjs.org/epsagon/-/epsagon-1.105.1.tgz", - "integrity": "sha512-BTxHq26t5MDbPhhNYt9ucoBt1/5r+a4SQ+lch880OD0ytC/MzgROjpJJyPdzIF6gcrh2W0io+P87PnJkcErwXw==", + "version": "1.106.1", + "resolved": "https://registry.npmjs.org/epsagon/-/epsagon-1.106.1.tgz", + "integrity": "sha512-eH4pFEJpl0fRDi02/m48XajJFqFzYArJLA9hsXUoLlgFIQCwvN5lUgGtoDyOF/lIv/lnmKHandz+HTMLpH3jrg==", "requires": { "axios": "^0.21.1", "google-protobuf": "^3.5.0", @@ -6030,9 +6030,9 @@ "dev": true }, "follow-redirects": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.2.tgz", - "integrity": "sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA==" + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.3.tgz", + "integrity": "sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==" }, "for-in": { "version": "1.0.2", @@ -6427,9 +6427,9 @@ } }, "google-protobuf": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.14.0.tgz", - "integrity": "sha512-bwa8dBuMpOxg7COyqkW6muQuvNnWgVN8TX/epDRGW5m0jcrmq2QJyCyiV8ZE2/6LaIIqJtiv9bYokFhfpy/o6w==" + "version": "3.15.5", + "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.15.5.tgz", + "integrity": "sha512-6bLpAI4nMIQODlegR7OevgkCoyOj5frLVDArUpeuBWad7XWUNWMGP0v5lz1/aeUI6Yf3cG9XA6acZkPxom4SEw==" }, "googleapis": { "version": "67.1.1", diff --git a/package.json b/package.json index 929006e7..96129d01 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.5.8", + "@adobe/helix-epsagon": "1.6.0", "@adobe/helix-fetch": "2.1.7", "@adobe/helix-onedrive-support": "3.1.7", "@adobe/helix-shared": "7.21.2", @@ -45,7 +45,7 @@ }, "devDependencies": { "@adobe/eslint-config-helix": "1.1.4", - "@adobe/helix-deploy": "3.7.1", + "@adobe/helix-deploy": "3.8.0", "@adobe/helix-ops": "2.0.14", "@adobe/helix-testutils": "0.4.3", "@semantic-release/changelog": "5.0.1",