diff --git a/package-lock.json b/package-lock.json index 3c399493..534e2e9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -261,9 +261,9 @@ } }, "@adobe/helix-shared": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared/-/helix-shared-7.19.0.tgz", - "integrity": "sha512-Emvfhd62T+S+taVFTEmAchj5td0jYQrhgVc3jRBVCq8Do+WFsjffKwe5Xe0eptK7FHLl1ls/U+xk358RoVjfkg==", + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared/-/helix-shared-7.19.1.tgz", + "integrity": "sha512-GHgQR7XTETeeq5pI9mbpsk9R7UGajlckp7+t4DYLK47BWDtnE5+YkVxYfh19Ds5G0+1OuhAMnQTzD2sqoCkcTA==", "requires": { "@adobe/helix-fetch": "1.9.2", "@adobe/helix-log": "4.5.3", @@ -273,14 +273,14 @@ "fs-extra": "9.0.1", "object-hash": "2.1.1", "quick-lru": "5.1.1", - "uri-js": "4.4.0", + "uri-js": "4.4.1", "yaml": "1.10.0" }, "dependencies": { "uri-js": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.0.tgz", - "integrity": "sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "requires": { "punycode": "^2.1.0" } diff --git a/package.json b/package.json index 2e486510..b880d437 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@adobe/helix-epsagon": "1.5.5", "@adobe/helix-fetch": "1.9.2", "@adobe/helix-onedrive-support": "3.1.6", - "@adobe/helix-shared": "7.19.0", + "@adobe/helix-shared": "7.19.1", "@adobe/helix-status": "9.0.0", "@adobe/openwhisk-action-logger": "2.3.1", "@adobe/openwhisk-action-utils": "4.4.0",