From 3aa8ae3612d396ab7182a42ec295010a67e03cc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 11:02:39 +0100 Subject: [PATCH] chore(deps): update all non-major dependencies (#8825) Co-authored-by: Renovate Bot --- distributions/nuxt/package.json | 2 +- packages/types/package.json | 2 +- yarn.lock | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/distributions/nuxt/package.json b/distributions/nuxt/package.json index 76b2224d5c..577c98b812 100644 --- a/distributions/nuxt/package.json +++ b/distributions/nuxt/package.json @@ -34,7 +34,7 @@ "@nuxt/babel-preset-app": "^2.14.12", "@nuxt/builder": "^2.14.12", "@nuxt/cli": "^2.14.12", - "@nuxt/components": "^2.0.0-1", + "@nuxt/components": "^2.0.0", "@nuxt/config": "^2.14.12", "@nuxt/core": "^2.14.12", "@nuxt/generator": "^2.14.12", diff --git a/packages/types/package.json b/packages/types/package.json index 66b6c9a054..6bbbadc88a 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -17,7 +17,7 @@ "@types/file-loader": "^4.2.0", "@types/html-minifier": "^4.0.0", "@types/less": "^3.0.2", - "@types/node": "^12.20.0", + "@types/node": "^12.20.1", "@types/optimize-css-assets-webpack-plugin": "^5.0.2", "@types/pug": "^2.0.4", "@types/sass": "^1.16.0", diff --git a/yarn.lock b/yarn.lock index 2813756860..56422ebf4b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1910,10 +1910,10 @@ mkdirp "^1.0.4" rimraf "^3.0.2" -"@nuxt/components@^2.0.0-1": - version "2.0.0-1" - resolved "https://registry.npmjs.org/@nuxt/components/-/components-2.0.0-1.tgz#f39ad5477634cf3bdd634eec0b19e1339d31ea1e" - integrity sha512-rwYLDi0hJqPg6IXYi58zXMJz7i6cbqSJEeH17ODMBkIs44I1fRPD+s030CkAddgm2ZEeyShkeiL6Yf59tBz42g== +"@nuxt/components@^2.0.0": + version "2.0.0" + resolved "https://registry.npmjs.org/@nuxt/components/-/components-2.0.0.tgz#f4fd3eb105f9f0069c1017f5c6fb79aa9dfb3df0" + integrity sha512-ZV1xbHxOaYwXgvnjhpCrmdXwwCauZyiIYepnr2Rs/E8QWfWVlYNWgjHIfbDPpUANAfIbxSemoqNJ82dg+Q9wfw== dependencies: chalk "^4.1.0" chokidar "^3.5.1" @@ -2465,10 +2465,10 @@ resolved "https://registry.npmjs.org/@types/node/-/node-14.14.25.tgz#15967a7b577ff81383f9b888aa6705d43fbbae93" integrity sha512-EPpXLOVqDvisVxtlbvzfyqSsFeQxltFbluZNRndIb8tr9KiBnYNLzrc1N3pyKUCww2RNrfHDViqDWWE1LCJQtQ== -"@types/node@^12.20.0": - version "12.20.0" - resolved "https://registry.npmjs.org/@types/node/-/node-12.20.0.tgz#692dfdecd6c97f5380c42dd50f19261f9f604deb" - integrity sha512-0/41wHcurotvSOTHQUFkgL702c3pyWR1mToSrrX3pGPvGfpHTv3Ksx0M4UVuU5VJfjVb62Eyr1eKO1tWNUCg2Q== +"@types/node@^12.20.1": + version "12.20.1" + resolved "https://registry.npmjs.org/@types/node/-/node-12.20.1.tgz#63d36c10e162666f0107f247cdca76542c3c7472" + integrity sha512-tCkE96/ZTO+cWbln2xfyvd6ngHLanvVlJ3e5BeirJ3BYI5GbAyubIrmV4JjjugDly5D9fHjOL5MNsqsCnqwW6g== "@types/normalize-package-data@^2.4.0": version "2.4.0"