From 6c5c9722b297b9eb86ebc3030ea49236f8765b4b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 04:24:05 +0000 Subject: [PATCH] Bump @nuxtjs/dotenv from 1.4.0 to 1.4.1 in /webapp Bumps [@nuxtjs/dotenv](https://github.com/nuxt-community/dotenv-module) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/nuxt-community/dotenv-module/releases) - [Changelog](https://github.com/nuxt-community/dotenv-module/blob/master/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/dotenv-module/compare/v1.4.0...v1.4.1) Signed-off-by: dependabot-preview[bot] --- webapp/package.json | 2 +- webapp/yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index bba7e2b5b..16ab5ade4 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -54,7 +54,7 @@ "@human-connection/styleguide": "0.5.21", "@nuxtjs/apollo": "^4.0.0-rc12", "@nuxtjs/axios": "~5.6.0", - "@nuxtjs/dotenv": "~1.4.0", + "@nuxtjs/dotenv": "~1.4.1", "@nuxtjs/sentry": "^3.0.0", "@nuxtjs/style-resources": "~1.0.0", "accounting": "~0.4.1", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index bb92b0bba..9f472fded 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -1434,13 +1434,13 @@ axios-retry "^3.1.2" consola "^2.10.1" -"@nuxtjs/dotenv@~1.4.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@nuxtjs/dotenv/-/dotenv-1.4.0.tgz#900dae02dd6f89800374dcf4f1a559ee5dbfe911" - integrity sha512-uD0jLbNJcgmifByVwT6nhTwFWPPPe4DjXC3AvHAOQtR6msT9g1n9ckBZaBY+pJZsQLcYtwoA6EDJNP1a6Ja42g== +"@nuxtjs/dotenv@~1.4.1": + version "1.4.1" + resolved "https://registry.yarnpkg.com/@nuxtjs/dotenv/-/dotenv-1.4.1.tgz#dd5abb98e22cc7ae27139d3aa606151034293128" + integrity sha512-DpdObsvRwC8d89I9mzz6pBg6e/PEXHazDM57DOI1mmML2ZjHfQ/DvkjlSzUL7T+TnW3b/a4Ks5wQx08DqFBmeQ== dependencies: - consola "^2.9.0" - dotenv "^8.0.0" + consola "^2.10.1" + dotenv "^8.1.0" "@nuxtjs/proxy@^1.3.3": version "1.3.3" @@ -6069,10 +6069,10 @@ dotenv@^6.2.0: resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064" integrity sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w== -dotenv@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.0.0.tgz#ed310c165b4e8a97bb745b0a9d99c31bda566440" - integrity sha512-30xVGqjLjiUOArT4+M5q9sYdvuR4riM6yK9wMcas9Vbp6zZa+ocC9dp6QoftuhTPhFAiLK/0C5Ni2nou/Bk8lg== +dotenv@^8.0.0, dotenv@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.1.0.tgz#d811e178652bfb8a1e593c6dd704ec7e90d85ea2" + integrity sha512-GUE3gqcDCaMltj2++g6bRQ5rBJWtkWTmqmD0fo1RnnMuUqHNCt2oTPeDnS9n6fKYvlhn7AeBkb38lymBtWBQdA== dropzone@^5.5.1: version "5.5.1"