From feca5811bdb12538d09cf2f3f31686f10af00b8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Mar 2021 05:04:20 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.2.2 to 4.2.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.2...v4.2.3) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 68978da..a7d94a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5283,9 +5283,9 @@ } }, "@nuxtjs/color-mode": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@nuxtjs/color-mode/-/color-mode-2.0.3.tgz", - "integrity": "sha512-yfTkUbXcq42YW7qCv66kqAttnjr+sLpxY+HIJq7nlLadDQeEyjl+QMR8AHKS2KQMVfMwd7rbJyE+jU2PKjwDcQ==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@nuxtjs/color-mode/-/color-mode-2.0.4.tgz", + "integrity": "sha512-wYoIwbNNFGtfD0oFo5P/tlnnir6NjYcbn+oG66XI3BJhfLFnFxG+rpFuVnIP3qpY2j0IAfq4CfgfdPeCRe/OLA==", "dev": true, "requires": { "defu": "^3.2.2", @@ -17789,9 +17789,9 @@ } }, "typescript": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.2.tgz", - "integrity": "sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz", + "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==", "dev": true }, "ua-parser-js": { diff --git a/package.json b/package.json index 2dfd96a..22e8648 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@commitlint/config-conventional": "^12.0.0", "@nuxt/types": "^2.15.2", "@nuxt/typescript-build": "^2.0.6", - "@nuxtjs/color-mode": "^2.0.3", + "@nuxtjs/color-mode": "^2.0.4", "@nuxtjs/eslint-config": "^5.0.0", "@nuxtjs/eslint-config-typescript": "^5.0.0", "@nuxtjs/eslint-module": "^3.0.2", @@ -60,6 +60,6 @@ "stylelint": "^13.11.0", "stylelint-config-prettier": "^8.0.2", "stylelint-config-standard": "^20.0.0", - "typescript": "^4.2.2" + "typescript": "^4.2.3" } }