diff --git a/package-lock.json b/package-lock.json index c9779726..7cdcf13f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,13 +22,13 @@ } }, "@adobe/helix-fetch": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-fetch/-/helix-fetch-1.9.0.tgz", - "integrity": "sha512-5S8N84MMPLVsiTphtpoUEbOoqf38+aaDkriqyOWv+jgUe+Y3w+bMJaVSxF8vUHUlu1QQKZI8MRKW5vriDwD4mg==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@adobe/helix-fetch/-/helix-fetch-1.9.1.tgz", + "integrity": "sha512-hCEQncr2WkR+JJsTUli4hl7y9uwGZHtgRuF1r+wrLSgwZn8twj2ijLEuajfPIhTqbYwg6Tiz0oBQLwNmLy+7Jg==", "requires": { "fetch-h2": "^2.4.3", "form-data": "^3.0.0", - "get-stream": "^5.1.0", + "get-stream": "^6.0.0", "http-cache-semantics": "^4.0.3", "lru-cache": "^6.0.0", "object-sizeof": "^1.5.3" @@ -43,6 +43,11 @@ "combined-stream": "^1.0.8", "mime-types": "^2.1.12" } + }, + "get-stream": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.0.tgz", + "integrity": "sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==" } } }, diff --git a/package.json b/package.json index 4aee187a..a5fb6918 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "homepage": "https://github.com/adobe/helix-data-embed#readme", "dependencies": { - "@adobe/helix-fetch": "1.9.0", + "@adobe/helix-fetch": "1.9.1", "@adobe/helix-epsagon": "1.3.13", "@adobe/helix-onedrive-support": "2.9.0", "@adobe/helix-shared": "7.10.0",