From 8c1bcd23aab886f04b5b2f83d550a95c7daaddb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:34:18 +0000 Subject: [PATCH] fix(deps): update dependency @netlify/ipx to ^1.4.2 --- package-lock.json | 18 +++++++++--------- packages/runtime/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46174c1cff..af8d0eda20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5727,9 +5727,9 @@ } }, "node_modules/@netlify/ipx": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@netlify/ipx/-/ipx-1.4.1.tgz", - "integrity": "sha512-wOuemSttKv8h4XMC9+RNNv21tn0uIC5avvnwmuFOyPOGzI1nsip01UkxS5lHRX+KX7TdIQxwBzSqde15h/jdRA==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/@netlify/ipx/-/ipx-1.4.2.tgz", + "integrity": "sha512-BWZn793fArFFqcRdl4NbsSwvZyaGkelOEskpgU2MziJXeho+dH/dOC3iLPwazvbYpMmXiFbfNOn+u5izXvSouw==", "dependencies": { "@netlify/functions": "^1.6.0", "etag": "^1.8.1", @@ -25831,12 +25831,12 @@ }, "packages/runtime": { "name": "@netlify/plugin-nextjs", - "version": "4.39.1", + "version": "4.39.2", "license": "MIT", "dependencies": { "@netlify/esbuild": "0.14.39", "@netlify/functions": "^1.6.0", - "@netlify/ipx": "^1.4.1", + "@netlify/ipx": "^1.4.2", "@vercel/node-bridge": "^2.1.0", "chalk": "^4.1.2", "chokidar": "^3.5.3", @@ -29732,9 +29732,9 @@ } }, "@netlify/ipx": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@netlify/ipx/-/ipx-1.4.1.tgz", - "integrity": "sha512-wOuemSttKv8h4XMC9+RNNv21tn0uIC5avvnwmuFOyPOGzI1nsip01UkxS5lHRX+KX7TdIQxwBzSqde15h/jdRA==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/@netlify/ipx/-/ipx-1.4.2.tgz", + "integrity": "sha512-BWZn793fArFFqcRdl4NbsSwvZyaGkelOEskpgU2MziJXeho+dH/dOC3iLPwazvbYpMmXiFbfNOn+u5izXvSouw==", "requires": { "@netlify/functions": "^1.6.0", "etag": "^1.8.1", @@ -29773,7 +29773,7 @@ "@netlify/build": "^29.17.4", "@netlify/esbuild": "0.14.39", "@netlify/functions": "^1.6.0", - "@netlify/ipx": "^1.4.1", + "@netlify/ipx": "^1.4.2", "@types/fs-extra": "^9.0.13", "@types/jest": "^27.4.1", "@types/merge-stream": "^1.1.2", diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 04d2373e97..2e3df25d02 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -13,7 +13,7 @@ "dependencies": { "@netlify/esbuild": "0.14.39", "@netlify/functions": "^1.6.0", - "@netlify/ipx": "^1.4.1", + "@netlify/ipx": "^1.4.2", "@vercel/node-bridge": "^2.1.0", "chalk": "^4.1.2", "chokidar": "^3.5.3",