diff --git a/distributions/nuxt-legacy/package.json b/distributions/nuxt-legacy/package.json index 54eb85c659..67aa1a1c58 100644 --- a/distributions/nuxt-legacy/package.json +++ b/distributions/nuxt-legacy/package.json @@ -54,7 +54,7 @@ "@nuxt/core": "2.3.4", "@nuxt/generator": "2.3.4", "@nuxt/webpack": "2.3.4", - "@nuxtjs/opencollective": "^0.2.0" + "@nuxtjs/opencollective": "^0.2.1" }, "engines": { "node": ">=6.0.0", diff --git a/distributions/nuxt/package.json b/distributions/nuxt/package.json index 1a6164d06d..cdbd8cee81 100644 --- a/distributions/nuxt/package.json +++ b/distributions/nuxt/package.json @@ -54,7 +54,7 @@ "@nuxt/core": "2.3.4", "@nuxt/generator": "2.3.4", "@nuxt/webpack": "2.3.4", - "@nuxtjs/opencollective": "^0.2.0" + "@nuxtjs/opencollective": "^0.2.1" }, "engines": { "node": ">=8.0.0", diff --git a/yarn.lock b/yarn.lock index 84c5bcf65d..5eceb9d26d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1296,10 +1296,10 @@ resolved "https://registry.npmjs.org/@nuxtjs/eslint-config/-/eslint-config-0.0.1.tgz#3aeed1cc6a2e01331c7e6b56bfa7152ce8bb2d90" integrity sha512-Scz5oYNtVwePF1ebXcWPrFxBpNF5wAkYh8L++6f2ZdLyUb1mCOwzE2+oVZxS25hGCYUyecFEshbqeSwkC+ktqA== -"@nuxtjs/opencollective@^0.2.0": - version "0.2.0" - resolved "https://registry.npmjs.org/@nuxtjs/opencollective/-/opencollective-0.2.0.tgz#2badff33d6fd2dcd5dc5ce95e2171c8095f12d25" - integrity sha512-A6htoJrs0ZJCmy+PI/ihQFzgkh1rXcMI2p8kt2x7W4Qjv+BjRygiZ/BQMgrZmIKktBzbQgqLFX1CMBh0HvLGvQ== +"@nuxtjs/opencollective@^0.2.1": + version "0.2.1" + resolved "https://registry.npmjs.org/@nuxtjs/opencollective/-/opencollective-0.2.1.tgz#ddf3e6a22990997322bc2b82e2455a7fbffc518d" + integrity sha512-pzSib8NKquaTt/ns5Cc2G0BGRVJXaD+p1qfF6q7vNIMvRysorn/VF3y7gAuQpcxfF7wBbGE+dXjhIieWOUsWSw== dependencies: chalk "^2.4.1" consola "^2.3.0"