From b05d61c72bbf79a7904078205ec35e304a4cd4f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2020 13:31:51 +0200 Subject: [PATCH] chore(deps): update devdependency @nuxt/types to ^2.14.2 (#325) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 65df65ed..9fb377f8 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "workbox-cdn": "^5.1.3" }, "devDependencies": { - "@nuxt/types": "^2.14.1", + "@nuxt/types": "^2.14.2", "@nuxtjs/eslint-config": "latest", "@nuxtjs/module-test-utils": "latest", "@types/workbox-sw": "^4.3.1", diff --git a/yarn.lock b/yarn.lock index e23be8ca..87c8c143 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2094,10 +2094,10 @@ rc9 "^1.0.0" std-env "^2.2.1" -"@nuxt/types@^2.14.1": - version "2.14.1" - resolved "https://registry.npmjs.org/@nuxt/types/-/types-2.14.1.tgz#3a03eb9f0dc4249dadc8a45ece21b7e2d0e1f31c" - integrity sha512-7nE5oDUkfad2/pu5pwr8a1x1xKNE2Y13w4N2c6IaR7Z2nO42vq90iELhC+vYnM2uQwYLYG9n3950hp2X2YMGkA== +"@nuxt/types@^2.14.2": + version "2.14.2" + resolved "https://registry.yarnpkg.com/@nuxt/types/-/types-2.14.2.tgz#015fa47106471f4830c06728a4b94aafc7781951" + integrity sha512-V9Vg5K70/xrrumFE6VTR7UVMsEABx6bUZlFud0anlOJj93BjtPiVzYFcU9vN2jpFGvismQxNiEZPIqlExcadEA== dependencies: "@types/autoprefixer" "^9.7.2" "@types/babel__core" "^7.1.9" @@ -2107,7 +2107,7 @@ "@types/file-loader" "^4.2.0" "@types/html-minifier" "^4.0.0" "@types/less" "^3.0.1" - "@types/node" "^12.12.53" + "@types/node" "^12.12.54" "@types/node-sass" "^4.11.1" "@types/optimize-css-assets-webpack-plugin" "^5.0.1" "@types/pug" "^2.0.4" @@ -2586,9 +2586,9 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1" integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g== -"@types/node@^12.12.53": +"@types/node@^12.12.54": version "12.12.54" - resolved "https://registry.npmjs.org/@types/node/-/node-12.12.54.tgz#a4b58d8df3a4677b6c08bfbc94b7ad7a7a5f82d1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.54.tgz#a4b58d8df3a4677b6c08bfbc94b7ad7a7a5f82d1" integrity sha512-ge4xZ3vSBornVYlDnk7yZ0gK6ChHf/CHB7Gl1I0Jhah8DDnEQqBzgohYG4FX4p81TNirSETOiSyn+y1r9/IR6w== "@types/normalize-package-data@^2.4.0":