From bf90837251ef78a18ac7b6b60b44d65290a47d0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Aug 2021 00:01:51 +0000 Subject: [PATCH] chore(deps-dev): bump @nuxt/types from 2.15.7 to 2.15.8 Bumps [@nuxt/types](https://github.com/nuxt/nuxt.js) from 2.15.7 to 2.15.8. - [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.7...v2.15.8) --- updated-dependencies: - dependency-name: "@nuxt/types" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index befa7a22..d662ad66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "devDependencies": { "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", - "@nuxt/types": "^2.15.7", + "@nuxt/types": "^2.15.8", "@nuxt/typescript-build": "^2.1.0", "@nuxtjs/eslint-config": "^6.0.1", "@nuxtjs/eslint-config-typescript": "^6.0.0", @@ -4456,9 +4456,9 @@ } }, "node_modules/@nuxt/types": { - "version": "2.15.7", - "resolved": "https://registry.npmjs.org/@nuxt/types/-/types-2.15.7.tgz", - "integrity": "sha512-jqExebL4Dh5Rn88xVP1/o/a4gxpF7Z1O/kbVjEzEbbvt2E8J0lLc3wsaRYpbqt+S3S9YfvD8FKR85TzkqYtgqw==", + "version": "2.15.8", + "resolved": "https://registry.npmjs.org/@nuxt/types/-/types-2.15.8.tgz", + "integrity": "sha512-zBAG5Fy+SIaZIerOVF1vxy1zz16ZK07QSbsuQAjdtEFlvr+vKK+0AqCv8r8DBY5IVqdMIaw5FgNUz5py0xWdPg==", "dev": true, "dependencies": { "@types/autoprefixer": "9.7.2", @@ -28556,9 +28556,9 @@ } }, "@nuxt/types": { - "version": "2.15.7", - "resolved": "https://registry.npmjs.org/@nuxt/types/-/types-2.15.7.tgz", - "integrity": "sha512-jqExebL4Dh5Rn88xVP1/o/a4gxpF7Z1O/kbVjEzEbbvt2E8J0lLc3wsaRYpbqt+S3S9YfvD8FKR85TzkqYtgqw==", + "version": "2.15.8", + "resolved": "https://registry.npmjs.org/@nuxt/types/-/types-2.15.8.tgz", + "integrity": "sha512-zBAG5Fy+SIaZIerOVF1vxy1zz16ZK07QSbsuQAjdtEFlvr+vKK+0AqCv8r8DBY5IVqdMIaw5FgNUz5py0xWdPg==", "dev": true, "requires": { "@types/autoprefixer": "9.7.2", diff --git a/package.json b/package.json index 88237fe8..9b16dfb7 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "devDependencies": { "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", - "@nuxt/types": "^2.15.7", + "@nuxt/types": "^2.15.8", "@nuxt/typescript-build": "^2.1.0", "@nuxtjs/eslint-config": "^6.0.1", "@nuxtjs/eslint-config-typescript": "^6.0.0",