From b0e63922faa551f202de398b35c1f5d231029b3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Dec 2020 08:49:08 +0000 Subject: [PATCH] chore(deps-dev): bump @nuxtjs/color-mode from 2.0.1 to 2.0.2 Bumps [@nuxtjs/color-mode](https://github.com/nuxt-community/color-mode-module) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/nuxt-community/color-mode-module/releases) - [Changelog](https://github.com/nuxt-community/color-mode-module/blob/master/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/color-mode-module/compare/v2.0.1...v2.0.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 2872662..51a7046 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@nuxt/types": "^2.14.11", "@nuxt/typescript-build": "^2.0.3", - "@nuxtjs/color-mode": "^2.0.0", + "@nuxtjs/color-mode": "^2.0.2", "@nuxtjs/tailwindcss": "^3.3.1", "autoprefixer": "^9", "postcss": "^7", diff --git a/yarn.lock b/yarn.lock index 996dd44..3b4d5f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1328,12 +1328,12 @@ consola "^2.15.0" defu "^3.2.2" -"@nuxtjs/color-mode@^2.0.0": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@nuxtjs/color-mode/-/color-mode-2.0.1.tgz#31e9ff2f2f5f40c5e630ecd5d73d88d060e60db0" - integrity sha512-mIumMwFcXiIkQurJyh/9zrBnUa5f31CKvj6aH6Ko4J+gBV7TP+CrQgwt7hQIhPApbio4wyLnLy/R0GBPMqei3Q== +"@nuxtjs/color-mode@^2.0.2": + version "2.0.2" + resolved "https://registry.yarnpkg.com/@nuxtjs/color-mode/-/color-mode-2.0.2.tgz#98292e44b9774262c66aad1782b1430593441492" + integrity sha512-j5xsy3R6rWNRon8Rvzut7J4QyGWWsAYfdMS80vp+1u9I+9k/lOeFzwzQW4Sxsan+nhQmsKi9XaWS7o0Vk1g1JA== dependencies: - defu "^2.0.4" + defu "^3.2.2" lodash.template "^4.5.0" "@nuxtjs/proxy@^2.0.1":