From 984e0b569c7adf6abff2f670051673e3f85aefad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 08:32:18 +0000 Subject: [PATCH] :arrow_up: (deps): Bump next from 10.0.8-canary.15 to 10.0.8 Bumps [next](https://github.com/vercel/next.js) from 10.0.8-canary.15 to 10.0.8. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v10.0.8-canary.15...v10.0.8) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 59 ++++++++++++++++++++++------------------------------ 2 files changed, 26 insertions(+), 35 deletions(-) diff --git a/package.json b/package.json index e7ef6e82c..04c215635 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "keen-slider": "5.4.0", "lodash": "4.17.21", "ms": "2.1.3", - "next": "10.0.8-canary.15", + "next": "10.0.8", "next-seo": "4.20.0", "next-themes": "0.0.12", "nprogress": "0.2.0", diff --git a/yarn.lock b/yarn.lock index 115b6965d..121447bfb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -708,20 +708,20 @@ dependencies: webpack-bundle-analyzer "4.3.0" -"@next/env@10.0.8-canary.15": - version "10.0.8-canary.15" - resolved "https://registry.yarnpkg.com/@next/env/-/env-10.0.8-canary.15.tgz#9600100fe983d8692fb20f21d031b2a24ba31bde" - integrity sha512-1jgJO2AlfhGlykfOwbdSin3dWaLUBU+bXnDvnz1QGyQqt4tPsmVkZMCkPwXJcY+cEqbezXJz1rulbFZDCgCfJg== +"@next/env@10.0.8": + version "10.0.8" + resolved "https://registry.yarnpkg.com/@next/env/-/env-10.0.8.tgz#3306c9de20ef187438affbafce0ef966c9e43c3b" + integrity sha512-vWdxAHD6gJn52tN5bxj1VoRgu5lNtRPc/HyYf7V014k2GZ9eKhqoFQGSSMNGHB7WgdUxLVw75+o9Ek9ClOOAjw== -"@next/polyfill-module@10.0.8-canary.15": - version "10.0.8-canary.15" - resolved "https://registry.yarnpkg.com/@next/polyfill-module/-/polyfill-module-10.0.8-canary.15.tgz#5a066ec5f1c8380a9d2d0c88cdb87178bc544ac9" - integrity sha512-eqeyveDlT4D6ow/YlxbhOYj3xj3AEJIXe+ZndMOPYgJ75fyu9N98fDk1TKtmOuhdrWoUeN8y7FzB/lNBPIvG+w== +"@next/polyfill-module@10.0.8": + version "10.0.8" + resolved "https://registry.yarnpkg.com/@next/polyfill-module/-/polyfill-module-10.0.8.tgz#1d033f390389591f227499e286911e3db14c484b" + integrity sha512-JCUGB4/SKQ4LXniv7LKGrpW+W2DGH/CLkrgXgSo/Ze+EJdMDLxC/VFhiuW+TgAaAWLE4gryoswlZBNyHtkPGQA== -"@next/react-dev-overlay@10.0.8-canary.15": - version "10.0.8-canary.15" - resolved "https://registry.yarnpkg.com/@next/react-dev-overlay/-/react-dev-overlay-10.0.8-canary.15.tgz#b5e065bc6d6bcf9d82355cc749e67d3633903af2" - integrity sha512-+mlmpEz85V4PdPbVSQkrJvxcdTs0Ahx/yTM5l9txKXt/dSMuC8edqLnJFlC/W/Q3qjm2N9+ZOKU4Q+3emLaZOQ== +"@next/react-dev-overlay@10.0.8": + version "10.0.8" + resolved "https://registry.yarnpkg.com/@next/react-dev-overlay/-/react-dev-overlay-10.0.8.tgz#a8e841647b74f9720cc60d3e3bd3da225ad12533" + integrity sha512-ygVsvkzYTYIuME+dUUSjCxbNjrJ+Up9Y+CrWEmSSk6HuxajUvrB9vN6RT+PeAzEOQ5er1sWxmVHVdPknQPVWyQ== dependencies: "@babel/code-frame" "7.12.11" anser "1.4.9" @@ -735,10 +735,10 @@ stacktrace-parser "0.1.10" strip-ansi "6.0.0" -"@next/react-refresh-utils@10.0.8-canary.15": - version "10.0.8-canary.15" - resolved "https://registry.yarnpkg.com/@next/react-refresh-utils/-/react-refresh-utils-10.0.8-canary.15.tgz#0d4df9b54000b1eb9b60b6320cfa41f419e12f9d" - integrity sha512-ScyrZb3LTuRE8Sy7F5aGWnEg0yNW2g/oMb3MrSSBGc5+xl1vNVrwRaebKwlX9OrdKGyDbXPGu6iWwsDQlQRDqQ== +"@next/react-refresh-utils@10.0.8": + version "10.0.8" + resolved "https://registry.yarnpkg.com/@next/react-refresh-utils/-/react-refresh-utils-10.0.8.tgz#6129d633e2c0a9b5760de002e998932f08c8baae" + integrity sha512-ZMO77Xs2ioGV/nZB4GRDHgsNT2jhOp+cZIh6c7wf0xw9o/1KoTWN8nxWzwU/laAtkoSS+E6YdhuR4Mw3Ar3CSg== "@nodelib/fs.scandir@2.1.4": version "2.1.4" @@ -6364,17 +6364,17 @@ next-unused@0.0.3: madge "^3.8.0" ts-loader "^7.0.0" -next@10.0.8-canary.15: - version "10.0.8-canary.15" - resolved "https://registry.yarnpkg.com/next/-/next-10.0.8-canary.15.tgz#f799e07773d1914ed9a02303caf75966dd7a1db2" - integrity sha512-1Rk/nhWakEH/s2PpeCDVWfQcd2NYw6W0aUEkzmJeQVIrbDqYmIvNU0pQN7X/bHSOg+SN1A+U8/buz9l+rQlGMA== +next@10.0.8: + version "10.0.8" + resolved "https://registry.yarnpkg.com/next/-/next-10.0.8.tgz#a2232c11ffad974d67f3d572b8db2acaa5ddedd7" + integrity sha512-iDY65ce4Prn/9EnQpJGFMb5QJvtGWzZPk6KQqT7vDNu4D+jkivkk9NaAs/k1hR73pXdJHmhHer1s0YxLSghAKQ== dependencies: "@babel/runtime" "7.12.5" "@hapi/accept" "5.0.1" - "@next/env" "10.0.8-canary.15" - "@next/polyfill-module" "10.0.8-canary.15" - "@next/react-dev-overlay" "10.0.8-canary.15" - "@next/react-refresh-utils" "10.0.8-canary.15" + "@next/env" "10.0.8" + "@next/polyfill-module" "10.0.8" + "@next/react-dev-overlay" "10.0.8" + "@next/react-refresh-utils" "10.0.8" "@opentelemetry/api" "0.14.0" ast-types "0.13.2" browserslist "4.16.1" @@ -7696,7 +7696,7 @@ postcss@8.1.7: nanoid "^3.1.16" source-map "^0.6.1" -postcss@8.2.7: +postcss@8.2.7, postcss@^8.1.6, postcss@^8.2.1: version "8.2.7" resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.7.tgz#48ed8d88b4de10afa0dfd1c3f840aa57b55c4d47" integrity sha512-DsVLH3xJzut+VT+rYr0mtvOtpTjSyqDwPf5EZWXcb0uAKfitGpTY9Ec+afi2+TgdN8rWS9Cs88UDYehKo/RvOw== @@ -7723,15 +7723,6 @@ postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.32, postcss@^7.0. source-map "^0.6.1" supports-color "^6.1.0" -postcss@^8.1.6, postcss@^8.2.1: - version "8.2.6" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.6.tgz#5d69a974543b45f87e464bc4c3e392a97d6be9fe" - integrity sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg== - dependencies: - colorette "^1.2.1" - nanoid "^3.1.20" - source-map "^0.6.1" - preact@10.5.12: version "10.5.12" resolved "https://registry.yarnpkg.com/preact/-/preact-10.5.12.tgz#6a8ee8bf40a695c505df9abebacd924e4dd37704"