From 66a3fe5cae9c837aa608590e319d2400dd9e791b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 25 Oct 2021 13:15:19 +0000 Subject: [PATCH] fix(deps): update netlify build packages --- npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 45f08a0fb98..d5dd48a4654 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -10,8 +10,8 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@netlify/build": "^18.17.1", - "@netlify/config": "^15.7.1", + "@netlify/build": "^18.17.6", + "@netlify/config": "^15.7.5", "@netlify/framework-info": "^5.11.0", "@netlify/local-functions-proxy": "^1.1.1", "@netlify/plugin-edge-handlers": "^1.11.22", diff --git a/package.json b/package.json index 58bafaf38cd..2ddce4f0928 100644 --- a/package.json +++ b/package.json @@ -79,8 +79,8 @@ "prettier": "--ignore-path .gitignore --loglevel=warn \"{src,scripts,site,tests,.github}/**/*.{js,md,yml,json,html}\" \"*.{js,yml,json,html}\" \".*.{js,yml,json,html}\" \"!CHANGELOG.md\" \"!npm-shrinkwrap.json\" \"!.github/**/*.md\"" }, "dependencies": { - "@netlify/build": "^18.17.1", - "@netlify/config": "^15.7.1", + "@netlify/build": "^18.17.6", + "@netlify/config": "^15.7.5", "@netlify/framework-info": "^5.11.0", "@netlify/local-functions-proxy": "^1.1.1", "@netlify/plugin-edge-handlers": "^1.11.22",