From 26b91e83febd521762ccf6c996b8a74a6bf87cc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 14:15:28 +0000 Subject: [PATCH] fix(deps): update dependency @netlify/ipx to ^1.2.1 --- package-lock.json | 20 ++++++++++---------- packages/runtime/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 80701f16f2..297fccffd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4171,11 +4171,11 @@ } }, "node_modules/@netlify/ipx": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@netlify/ipx/-/ipx-1.2.0.tgz", - "integrity": "sha512-8yPY4kfNAsVq1zzfr8XUvWbko4JIRStqiLAzvOt/+Pq45GFxijxO/r3aUJhmhvS3bq9veX1ZbqwKoJOk8TTKig==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@netlify/ipx/-/ipx-1.2.1.tgz", + "integrity": "sha512-FevbbqFixQ1qyezhPagrqmihCBYsHOachhVAdsWhTZKMO8RQdqSC+iceifGPHAl8ZKwPQQ9VfwDGNOgpoxIuLw==", "dependencies": { - "@netlify/functions": "^1.0.0", + "@netlify/functions": "^1.1.0", "etag": "^1.8.1", "fs-extra": "^10.0.0", "ipx": "^0.9.4", @@ -22772,7 +22772,7 @@ "license": "MIT", "dependencies": { "@netlify/functions": "^1.1.0", - "@netlify/ipx": "^1.2.0", + "@netlify/ipx": "^1.2.1", "@vercel/node-bridge": "^2.1.0", "chalk": "^4.1.2", "fs-extra": "^10.0.0", @@ -25627,11 +25627,11 @@ } }, "@netlify/ipx": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@netlify/ipx/-/ipx-1.2.0.tgz", - "integrity": "sha512-8yPY4kfNAsVq1zzfr8XUvWbko4JIRStqiLAzvOt/+Pq45GFxijxO/r3aUJhmhvS3bq9veX1ZbqwKoJOk8TTKig==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@netlify/ipx/-/ipx-1.2.1.tgz", + "integrity": "sha512-FevbbqFixQ1qyezhPagrqmihCBYsHOachhVAdsWhTZKMO8RQdqSC+iceifGPHAl8ZKwPQQ9VfwDGNOgpoxIuLw==", "requires": { - "@netlify/functions": "^1.0.0", + "@netlify/functions": "^1.1.0", "etag": "^1.8.1", "fs-extra": "^10.0.0", "ipx": "^0.9.4", @@ -25671,7 +25671,7 @@ "@delucis/if-env": "^1.1.2", "@netlify/build": "^27.11.4", "@netlify/functions": "^1.1.0", - "@netlify/ipx": "^1.2.0", + "@netlify/ipx": "^1.2.1", "@types/fs-extra": "^9.0.13", "@types/jest": "^27.4.1", "@types/node": "^17.0.25", diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 5b980d5264..edc777d94f 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -10,7 +10,7 @@ ], "dependencies": { "@netlify/functions": "^1.1.0", - "@netlify/ipx": "^1.2.0", + "@netlify/ipx": "^1.2.1", "@vercel/node-bridge": "^2.1.0", "chalk": "^4.1.2", "fs-extra": "^10.0.0",