From f3ba5068053190e46e1c46bfce70c345b5a25b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 11:07:21 +0000 Subject: [PATCH] chore(deps-dev): bump @nuxt/types from 2.15.1 to 2.15.2 Bumps [@nuxt/types](https://github.com/nuxt/nuxt.js) from 2.15.1 to 2.15.2. - [Release notes](https://github.com/nuxt/nuxt.js/releases) - [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md) - [Commits](https://github.com/nuxt/nuxt.js/compare/v2.15.1...v2.15.2) Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0245da1..ea22499 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3687,9 +3687,9 @@ } }, "@nuxt/types": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/@nuxt/types/-/types-2.15.1.tgz", - "integrity": "sha512-zS6OuGHoMDJ0+xDLxJVQ+0UY/obTapYS8eBKaf/Qkv0QWseBq2kd18gXPF7hRbx1agtjEyEnPcY8WAr94j+sLg==", + "version": "2.15.2", + "resolved": "https://registry.npmjs.org/@nuxt/types/-/types-2.15.2.tgz", + "integrity": "sha512-X7fZDhuSMhkhVt1XCODby1Pmog9Tf5LNzKGkFmQ/PxlK4lbJXivsosXWgOzmDkDW4TXxv6+LvXEbN1h8VQmzOQ==", "requires": { "@types/autoprefixer": "^9.7.2", "@types/babel__core": "^7.1.12", @@ -3699,7 +3699,7 @@ "@types/file-loader": "^4.2.0", "@types/html-minifier": "^4.0.0", "@types/less": "^3.0.2", - "@types/node": "^12.20.3", + "@types/node": "^12.20.4", "@types/optimize-css-assets-webpack-plugin": "^5.0.2", "@types/pug": "^2.0.4", "@types/sass": "^1.16.0", diff --git a/package.json b/package.json index 6fae66d..62c75ce 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", - "@nuxt/types": "^2.14.12", + "@nuxt/types": "^2.15.2", "@nuxt/typescript-build": "^2.0.4", "@nuxtjs/eslint-config-typescript": "^5.0.0", "@nuxtjs/eslint-module": "^3.0.2",