From 58918292072428a6a84b64facc01c3983555a932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 00:08:21 +0000 Subject: [PATCH] chore(deps-dev): bump @nuxt/types from 2.15.0 to 2.15.1 Bumps [@nuxt/types](https://github.com/nuxt/nuxt.js) from 2.15.0 to 2.15.1. - [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.0...v2.15.1) Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f96fe34..00ae231 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1750,9 +1750,9 @@ } }, "@nuxt/types": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/@nuxt/types/-/types-2.15.0.tgz", - "integrity": "sha512-bMOmp9aEr0/2pOE+JP4/d0ywvPICUglZpwzgdJHwoRgQTehvAocAtcG2dRvdHrsQR8iX1wgrFAkdYuxrLpGfsg==", + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/@nuxt/types/-/types-2.15.1.tgz", + "integrity": "sha512-zS6OuGHoMDJ0+xDLxJVQ+0UY/obTapYS8eBKaf/Qkv0QWseBq2kd18gXPF7hRbx1agtjEyEnPcY8WAr94j+sLg==", "requires": { "@types/autoprefixer": "^9.7.2", "@types/babel__core": "^7.1.12", @@ -1762,7 +1762,7 @@ "@types/file-loader": "^4.2.0", "@types/html-minifier": "^4.0.0", "@types/less": "^3.0.2", - "@types/node": "^12.20.1", + "@types/node": "^12.20.3", "@types/optimize-css-assets-webpack-plugin": "^5.0.2", "@types/pug": "^2.0.4", "@types/sass": "^1.16.0", @@ -1773,6 +1773,13 @@ "@types/webpack-dev-middleware": "^4.1.0", "@types/webpack-hot-middleware": "^2.25.3", "sass-loader": "^10.1.1" + }, + "dependencies": { + "@types/node": { + "version": "12.20.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.4.tgz", + "integrity": "sha512-xRCgeE0Q4pT5UZ189TJ3SpYuX/QGl6QIAOAIeDSbAVAd2gX1NxSZup4jNVK7cxIeP8KDSbJgcckun495isP1jQ==" + } } }, "@nuxt/typescript-build": { diff --git a/package.json b/package.json index 184c81a..78366b5 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "nuxt": "^2.15.0" }, "devDependencies": { - "@nuxt/types": "^2.15.0", + "@nuxt/types": "^2.15.1", "@nuxt/typescript-build": "^2.0.4", "@nuxtjs/google-analytics": "^2.4.0", "@nuxtjs/tailwindcss": "^3.4.2",