diff --git a/package-lock.json b/package-lock.json index 932794666..c2ac36aad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -142,9 +142,9 @@ } }, "@adobe/helix-shared": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared/-/helix-shared-0.8.0.tgz", - "integrity": "sha512-mN16SD3sk7Qa966Qe3AvgQZxouD1W6DkBGB5jirnvwJQpO9utJ4URc0xMoqelggEOKknfImb3qghPwwM9BtrPA==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared/-/helix-shared-0.8.1.tgz", + "integrity": "sha512-tsApE0zry151/IY3/zMnEKeNuWeYXMFONhozdhZi1xYk9h9tTjCc0qST/pPssgV/V6ZYWE7ST/cwfr7ooXM/mQ==", "requires": { "ajv": "6.10.0", "fs-extra": "^7.0.0", @@ -153,13 +153,21 @@ "uri-js": "^4.2.2", "uuid": "^3.3.2", "winston": "^3.1.0", - "yaml": "1.3.2" + "yaml": "1.4.0" }, "dependencies": { "object-hash": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-1.3.1.tgz", "integrity": "sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==" + }, + "yaml": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.4.0.tgz", + "integrity": "sha512-rzU83hGJrNgyT7OE2mP/SILeZxEMRJ0mza0n4KFtkNL1aXUZ79ZgZ5pIH56yT6LiqujcAs/Rqzp0ApvvNYfUfw==", + "requires": { + "@babel/runtime": "^7.3.4" + } } } }, diff --git a/package.json b/package.json index 85551a277..32989e25d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "@adobe/fastly-native-promises": "^1.3.2", "@adobe/helix-pipeline": "1.0.2", - "@adobe/helix-shared": "0.8.0", + "@adobe/helix-shared": "0.8.1", "@adobe/helix-simulator": "2.10.6", "@adobe/parcel-plugin-htl": "2.0.2", "@parcel/logger": "1.11.0",