From 8cd7d5a39b9628764c17c68637f7264dbbc03532 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 19:24:47 +0000 Subject: [PATCH] fix(deps): update dependency @netlify/ipx to ^1.4.2 --- plugin/package-lock.json | 14 +++++++------- plugin/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 1a5b7bf3..929ca599 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@netlify/functions": "^1.6.0", - "@netlify/ipx": "^1.4.1", + "@netlify/ipx": "^1.4.2", "abortcontroller-polyfill": "^1.7.3", "chalk": "^4.1.2", "co-body": "^6.1.0", @@ -5134,9 +5134,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", @@ -28933,9 +28933,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", diff --git a/plugin/package.json b/plugin/package.json index a189c808..f7b221e9 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@netlify/functions": "^1.6.0", - "@netlify/ipx": "^1.4.1", + "@netlify/ipx": "^1.4.2", "abortcontroller-polyfill": "^1.7.3", "chalk": "^4.1.2", "co-body": "^6.1.0",