diff --git a/package.json b/package.json index 0cb1cc4f9..938fdcdb6 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "eslint-plugin-vue": "8.3.0", "express": "4.17.2", "faker": "5.5.3", - "netlify-cli": "8.8.1", + "netlify-cli": "8.8.2", "happy-dom": "2.25.2", "postcss": "8.4.5", "postcss-preset-env": "7.2.3", diff --git a/yarn.lock b/yarn.lock index 1845079b9..d246497d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2207,28 +2207,6 @@ resolved "https://registry.yarnpkg.com/@netlify/open-api/-/open-api-2.8.0.tgz#e59537ae9aa8342c2aa64952d42e5e089c8422f4" integrity sha512-lfNB/QYDgaP07pwm/nWEaWPvRAAGyhxvJqNzvxMijc7A4uwquMjlbYve8yYyd0LJXPwgBpGobwiQj5RA76xzUQ== -"@netlify/plugin-edge-handlers@^3.0.2": - version "3.0.2" - resolved "https://registry.yarnpkg.com/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-3.0.2.tgz#92beec901721f50b6cd90e1aa5bd13a09a95210c" - integrity sha512-MEJ2A5+5/EB5aqB1S/4vfEA30BKJnDpQ1yT439u9GvvFz6iDrMEi3IrlUdmevrnG6W9j1hYqvvCPPrBSnXLaeg== - dependencies: - "@babel/core" "^7.11.4" - "@babel/preset-env" "^7.11.5" - "@rollup/plugin-babel" "^5.2.0" - "@rollup/plugin-commonjs" "^21.0.0" - "@rollup/plugin-inject" "^4.0.2" - "@rollup/plugin-json" "^4.1.0" - "@rollup/plugin-node-resolve" "^11.0.0" - "@types/node" "^16.0.0" - buffer-es6 "^4.9.3" - del "^6.0.0" - node-fetch "^2.6.1" - path-type "^4.0.0" - process-es6 "^0.11.6" - rollup "^2.23.1" - rollup-plugin-node-polyfills "^0.2.1" - rollup-plugin-terser "^7.0.2" - "@netlify/plugin-edge-handlers@^3.0.3": version "3.0.3" resolved "https://registry.yarnpkg.com/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-3.0.3.tgz#5244be82bbbd2a0b1216e4753f1866379498863c" @@ -2930,11 +2908,6 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.6.tgz#cc61c8361c89e70c468cda464d1fa3dd7e5ebd62" integrity sha512-iBxsxU7eswQDGhlr3AiamBxOssaYxbM+NKXVil8jg9yFXvrfEFbDumLD/2dMTB+zYyg7w+Xjt8yuxfdbUHAtcQ== -"@types/node@^16.0.0": - version "16.11.10" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.10.tgz#2e3ad0a680d96367103d3e670d41c2fed3da61ae" - integrity sha512-3aRnHa1KlOEEhJ6+CvyHKK5vE9BcLGjtUpwvqYLRvYNQKMfabu3BwfJaA/SLW8dxe28LsNDjtHwePTuzn3gmOA== - "@types/node@^8.0.0": version "8.10.66" resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.66.tgz#dd035d409df322acc83dff62a602f12a5783bbb3" @@ -9295,16 +9268,16 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0: resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61" integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug== -netlify-cli@8.8.1: - version "8.8.1" - resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-8.8.1.tgz#0b9437fa105d93ef6aeedc78fb92c3debfae62b2" - integrity sha512-JoXDYuVEqlFbnxLGRRGIfmIuck0uQIc4yPRM7X9HvqqCgywSEhG6XLwDn8Gz9ri6MtTDsc6/BIV2dBT2n0epwA== +netlify-cli@8.8.2: + version "8.8.2" + resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-8.8.2.tgz#b4e16541a0430b9e6a07b2bbccde9a2aa8ffe7b0" + integrity sha512-Jw+VrDtp4/vSws87TnXbxIArWAaAPkLdh+OMbXirYSZKC3f21NcBya3VMC+Kag6ju7S87X/6eoDQe0v+ca/rgQ== dependencies: "@netlify/build" "^26.1.3" "@netlify/config" "^17.0.3" "@netlify/framework-info" "^8.0.1" "@netlify/local-functions-proxy" "^1.1.1" - "@netlify/plugin-edge-handlers" "^3.0.2" + "@netlify/plugin-edge-handlers" "^3.0.3" "@netlify/plugins-list" "^6.2.1" "@netlify/routing-local-proxy" "^0.34.1" "@netlify/zip-it-and-ship-it" "5.4.0"