From ea8a29c1232f5014721f3600c97fcdce9b48be11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 00:23:19 +0000 Subject: [PATCH] fix(deps): bump @nuxt/typescript-runtime from 2.0.2 to 2.1.0 Bumps [@nuxt/typescript-runtime](https://github.com/nuxt/typescript) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/nuxt/typescript/releases) - [Commits](https://github.com/nuxt/typescript/compare/@nuxt/typescript-runtime@2.0.2...@nuxt/typescript-runtime@2.1.0) Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++------------- package.json | 2 +- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8809c7f6e..9ddfa7daa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4890,19 +4890,12 @@ } }, "@nuxt/typescript-runtime": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@nuxt/typescript-runtime/-/typescript-runtime-2.0.2.tgz", - "integrity": "sha512-bAGs3NjMs68ipDKSIpNuVtwC443WxjM0CvimTFawniwzTEQg+NSuOdiOfpxzY8/No+g74NtjoqjSCaIQu5S5+Q==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@nuxt/typescript-runtime/-/typescript-runtime-2.1.0.tgz", + "integrity": "sha512-quzxXiWq+jGdnCedDIYuBiExrfIJL3VL9o4gJyq6QzthKLYSvLzB6w4RiH6UbLtnNJyDoO9ywyNSI2+RUJr/Ng==", "requires": { "ts-node": "^9.1.1", - "typescript": "~4.1" - }, - "dependencies": { - "typescript": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz", - "integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==" - } + "typescript": "~4.2" } }, "@nuxt/ufo": { @@ -27305,8 +27298,7 @@ "typescript": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz", - "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==", - "dev": true + "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==" }, "ua-parser-js": { "version": "0.7.24", diff --git a/package.json b/package.json index c78b8824e..0c7565d61 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@nuxt/content": "^1.14.0", - "@nuxt/typescript-runtime": "^2.0.2", + "@nuxt/typescript-runtime": "^2.1.0", "@nuxtjs/axios": "^5.13.1", "@nuxtjs/composition-api": "^0.21.0", "@nuxtjs/dotenv": "^1.4.1",