From 11dfa00f3ef32cc78e29ee7994a3e4c6c6e26998 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 31 Dec 2018 04:38:29 +0000 Subject: [PATCH 1/7] Bump eslint-plugin-prettier from 3.0.0 to 3.0.1 Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v3.0.0...v3.0.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2ab514e71..fb6ef7311 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint": "^5.11.0", "eslint-config-prettier": "^3.1.0", "eslint-loader": "^2.0.0", - "eslint-plugin-prettier": "3.0.0", + "eslint-plugin-prettier": "3.0.1", "eslint-plugin-vue": "^5.0.0", "jest": "^23.6.0", "node-sass": "^4.11.0", diff --git a/yarn.lock b/yarn.lock index 85975f1e1..66f67a5b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4875,10 +4875,10 @@ eslint-loader@^2.0.0: object-hash "^1.1.4" rimraf "^2.6.1" -eslint-plugin-prettier@3.0.0, eslint-plugin-prettier@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.0.0.tgz#f6b823e065f8c36529918cdb766d7a0e975ec30c" - integrity sha512-4g11opzhqq/8+AMmo5Vc2Gn7z9alZ4JqrbZ+D4i8KlSyxeQhZHlmIrY8U9Akf514MoEhogPa87Jgkq87aZ2Ohw== +eslint-plugin-prettier@3.0.1, eslint-plugin-prettier@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.0.1.tgz#19d521e3981f69dd6d14f64aec8c6a6ac6eb0b0d" + integrity sha512-/PMttrarPAY78PLvV3xfWibMOdMDl57hmlQ2XqFeA37wd+CJ7WSxV7txqjVPHi/AAFKd2lX0ZqfsOc/i5yFCSQ== dependencies: prettier-linter-helpers "^1.0.0" From e2e952889482c872a8e7bfa6280a3a7bb9f04713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 31 Dec 2018 14:15:58 +0000 Subject: [PATCH 2/7] Bump @vue/test-utils from 1.0.0-beta.27 to 1.0.0-beta.28 Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils) from 1.0.0-beta.27 to 1.0.0-beta.28. - [Release notes](https://github.com/vuejs/vue-test-utils/releases) - [Changelog](https://github.com/vuejs/vue-test-utils/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-test-utils/compare/v1.0.0-beta.27...v1.0.0-beta.28) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fb6ef7311..6b40f2b59 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "devDependencies": { "@vue/eslint-config-prettier": "^4.0.1", "@vue/server-test-utils": "^1.0.0-beta.27", - "@vue/test-utils": "^1.0.0-beta.27", + "@vue/test-utils": "^1.0.0-beta.28", "babel-eslint": "^10.0.1", "babel-jest": "^23.6.0", "babel-preset-env": "^1.7.0", diff --git a/yarn.lock b/yarn.lock index 66f67a5b2..56b5ca9cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1351,10 +1351,10 @@ dependencies: cheerio "^1.0.0-rc.2" -"@vue/test-utils@^1.0.0-beta.27": - version "1.0.0-beta.27" - resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-1.0.0-beta.27.tgz#7e5f7b7180c00e28a4ca55c0ff0a7e754377fdb2" - integrity sha512-Lzrd4ZBkS70Tl8JbXbDrN/NcSaH9aZT6+7emU3QhTJ+CrorJpyFDA1dkvSIhH+rDTs8sHFbGeXjXV/qorXxtRw== +"@vue/test-utils@^1.0.0-beta.28": + version "1.0.0-beta.28" + resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-1.0.0-beta.28.tgz#767c43413df8cde86128735e58923803e444b9a5" + integrity sha512-uVbFJG0g/H9hf2pgWUdhvQYItRGzQ44cMFf00wp0YEo85pxuvM9e3mx8QLQfx6R2CogxbK4CvV7qvkLblehXeQ== dependencies: dom-event-types "^1.0.0" lodash "^4.17.4" From 82026a116f830bd790079dd138fa2f7582ca7ac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 31 Dec 2018 17:21:28 +0000 Subject: [PATCH 3/7] Bump @vue/server-test-utils from 1.0.0-beta.27 to 1.0.0-beta.28 Bumps [@vue/server-test-utils](https://github.com/vuejs/vue-test-utils) from 1.0.0-beta.27 to 1.0.0-beta.28. - [Release notes](https://github.com/vuejs/vue-test-utils/releases) - [Changelog](https://github.com/vuejs/vue-test-utils/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-test-utils/compare/v1.0.0-beta.27...v1.0.0-beta.28) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6b40f2b59..2c21b1c5d 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ }, "devDependencies": { "@vue/eslint-config-prettier": "^4.0.1", - "@vue/server-test-utils": "^1.0.0-beta.27", + "@vue/server-test-utils": "^1.0.0-beta.28", "@vue/test-utils": "^1.0.0-beta.28", "babel-eslint": "^10.0.1", "babel-jest": "^23.6.0", diff --git a/yarn.lock b/yarn.lock index 56b5ca9cb..906bae85b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1344,10 +1344,10 @@ eslint-plugin-prettier "^3.0.0" prettier "^1.15.2" -"@vue/server-test-utils@^1.0.0-beta.27": - version "1.0.0-beta.27" - resolved "https://registry.yarnpkg.com/@vue/server-test-utils/-/server-test-utils-1.0.0-beta.27.tgz#0c61cb724d04bf44c70938b4a6054e73e914492a" - integrity sha512-HKwm1Nw180qNgknPyok/XWJF4ojBZC5vSANPf+f1WR2jYsSc0vvAxUyX2Qeq4F7KLXrfsFwdkfH3a5BxdrA9tg== +"@vue/server-test-utils@^1.0.0-beta.28": + version "1.0.0-beta.28" + resolved "https://registry.yarnpkg.com/@vue/server-test-utils/-/server-test-utils-1.0.0-beta.28.tgz#40adb6a6c05e8970cc5e5f0869eb490fa00d9cf3" + integrity sha512-CrXQ2ISmLvye4HC4sIHqqR3Gyg02i8XcTwMAyIh+UY7fh1Nz4f9XE4LDsxg0B9uSGsSiR0lwphjlGtbUJjGl4A== dependencies: cheerio "^1.0.0-rc.2" From bc96c7112f0604fa0974deae808d3c3ec879adcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 31 Dec 2018 17:45:27 +0000 Subject: [PATCH 4/7] Bump eslint from 5.11.0 to 5.11.1 Bumps [eslint](https://github.com/eslint/eslint) from 5.11.0 to 5.11.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v5.11.0...v5.11.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2c21b1c5d..a5e3db4c3 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "babel-jest": "^23.6.0", "babel-preset-env": "^1.7.0", "cypress-cucumber-preprocessor": "^1.9.1", - "eslint": "^5.11.0", + "eslint": "^5.11.1", "eslint-config-prettier": "^3.1.0", "eslint-loader": "^2.0.0", "eslint-plugin-prettier": "3.0.1", diff --git a/yarn.lock b/yarn.lock index 906bae85b..fc78e7670 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4915,10 +4915,10 @@ eslint-visitor-keys@^1.0.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ== -eslint@^5.11.0: - version "5.11.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.11.0.tgz#51a0e70f137a425fe044cd48273b96f28a774b1f" - integrity sha512-gbEg0ttToZPkZUv2yYjpipxuYrv/9aSSmgM4V6GkiO3u04QosHYBtduUCqLEulEg3YvNDAkk3OWzyQJ/heZ3Nw== +eslint@^5.11.1: + version "5.11.1" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.11.1.tgz#8deda83db9f354bf9d3f53f9677af7e0e13eadda" + integrity sha512-gOKhM8JwlFOc2acbOrkYR05NW8M6DCMSvfcJiBB5NDxRE1gv8kbvxKaC9u69e6ZGEMWXcswA/7eKR229cEIpvg== dependencies: "@babel/code-frame" "^7.0.0" ajv "^6.5.3" From 188e8e3a5fe40e942022300d873becd38c692d65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 31 Dec 2018 18:12:13 +0000 Subject: [PATCH 5/7] Bump vuex-i18n from 1.10.5 to 1.10.9 Bumps [vuex-i18n](https://github.com/dkfbasel/vuex-i18n) from 1.10.5 to 1.10.9. - [Release notes](https://github.com/dkfbasel/vuex-i18n/releases) - [Commits](https://github.com/dkfbasel/vuex-i18n/compare/v1.10.5...v1.10.9) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a5e3db4c3..b4aab7753 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "v-tooltip": "^2.0.0-rc.33", "vue-count-to": "^1.0.13", "vue-izitoast": "1.1.2", - "vuex-i18n": "^1.10.5" + "vuex-i18n": "^1.10.9" }, "devDependencies": { "@vue/eslint-config-prettier": "^4.0.1", diff --git a/yarn.lock b/yarn.lock index fc78e7670..f29682f68 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11682,10 +11682,10 @@ vue@^2.5.17: resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.17.tgz#0f8789ad718be68ca1872629832ed533589c6ada" integrity sha512-mFbcWoDIJi0w0Za4emyLiW72Jae0yjANHbCVquMKijcavBGypqlF7zHRgMa5k4sesdv7hv2rB4JPdZfR+TPfhQ== -vuex-i18n@^1.10.5: - version "1.10.5" - resolved "https://registry.yarnpkg.com/vuex-i18n/-/vuex-i18n-1.10.5.tgz#635ea2204e0aa3f8fd512f0fab7f6b994d3f666c" - integrity sha1-Y16iIE4Ko/j9US8Pq39rmU0/Zmw= +vuex-i18n@^1.10.9: + version "1.10.9" + resolved "https://registry.yarnpkg.com/vuex-i18n/-/vuex-i18n-1.10.9.tgz#5d5dc551f33b1d229b9bbff45deec29d9be93143" + integrity sha512-9JECE4I9VG0ZDCTV7kAldLdZN7FXJi/wjGi7DP/gosFyiye9jKBuIWO1djxkenl1ablTLfu/O6oTWBZuOIUsbQ== vuex@^3.0.1: version "3.0.1" From 9b7695d937e2d1ffe8e47ec836a06a73f0c2a00c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 3 Jan 2019 04:46:22 +0000 Subject: [PATCH 6/7] Bump cookie-universal-nuxt from 2.0.11 to 2.0.12 Bumps [cookie-universal-nuxt](https://github.com/microcipcip/cookie-universal) from 2.0.11 to 2.0.12. - [Release notes](https://github.com/microcipcip/cookie-universal/releases) - [Commits](https://github.com/microcipcip/cookie-universal/compare/v2.0.11...v2.0.12) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index b4aab7753..1414da047 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nuxtjs/axios": "^5.3.6", "@nuxtjs/dotenv": "^1.3.0", "accounting": "^0.4.1", - "cookie-universal-nuxt": "^2.0.11", + "cookie-universal-nuxt": "^2.0.12", "cross-env": "^5.2.0", "date-fns": "^2.0.0-alpha.26", "express": "^4.16.3", diff --git a/yarn.lock b/yarn.lock index f29682f68..132332c88 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3793,19 +3793,20 @@ cookie-signature@1.0.6: resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw= -cookie-universal-nuxt@^2.0.11: - version "2.0.11" - resolved "https://registry.yarnpkg.com/cookie-universal-nuxt/-/cookie-universal-nuxt-2.0.11.tgz#f7f2ea1d63a497b24d5e630cee4e999475e777f4" - integrity sha512-GmzXjkIpCRAe+fIpYavHyFliEDRofiJMbBd17kZJia+nLVEt2CJxjOqcQRqUOXmvtuB0oHDYy+fVflxs863T0w== +cookie-universal-nuxt@^2.0.12: + version "2.0.12" + resolved "https://registry.yarnpkg.com/cookie-universal-nuxt/-/cookie-universal-nuxt-2.0.12.tgz#061bb1864d2dd010fad1c484ae982da42954bfd9" + integrity sha512-qZu3rOgsDjWqgq9dU+zCQl3RpsZeevI/c6fN+wgTRsQdSe8MSwYWpl+6Pitu0mXgZKVJ8e+JA3s3jDVoXV5szg== dependencies: "@types/cookie" "^0.3.1" - cookie-universal "^2.0.11" + cookie-universal "^2.0.12" -cookie-universal@^2.0.11: - version "2.0.11" - resolved "https://registry.yarnpkg.com/cookie-universal/-/cookie-universal-2.0.11.tgz#525f6324b6698a713b46be77a3440daff68e4a6a" - integrity sha512-5IA+uAPwBuphUfuk+lpFEajfrUTZA3RmMXfoT/KWs29WMd2ZifHOafAr+w8WdlSixddjTEkOgUWrk27+ErueUg== +cookie-universal@^2.0.12: + version "2.0.12" + resolved "https://registry.yarnpkg.com/cookie-universal/-/cookie-universal-2.0.12.tgz#3627a56045a84c1c53618d38bd30b278db5633f4" + integrity sha512-/3ch/W145NHVmX2Oenykb3U/Knmu/78JJZxGY2qw28mIr/Ueve6D+A3BySAncvqIgNUy7lIgmAUjf1hV4D4d/A== dependencies: + "@types/cookie" "^0.3.1" cookie "^0.3.1" cookie@0.3.1, cookie@^0.3.1: From b5f1688fb8da0bfaf9c56f787098d31886ca3e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 3 Jan 2019 06:55:48 +0000 Subject: [PATCH 7/7] Bump eslint-plugin-vue from 5.0.0 to 5.1.0 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v5.0.0...v5.1.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1414da047..f316df396 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-config-prettier": "^3.1.0", "eslint-loader": "^2.0.0", "eslint-plugin-prettier": "3.0.1", - "eslint-plugin-vue": "^5.0.0", + "eslint-plugin-vue": "^5.1.0", "jest": "^23.6.0", "node-sass": "^4.11.0", "nodemon": "^1.18.9", diff --git a/yarn.lock b/yarn.lock index 132332c88..800a9deff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4883,10 +4883,10 @@ eslint-plugin-prettier@3.0.1, eslint-plugin-prettier@^3.0.0: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-vue@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-5.0.0.tgz#4a2cc1c0e71ea45e1bd9c1a60f925bfe68bb5710" - integrity sha512-mSv2Ebz3RaPP+XJO/mu7F+SdR9lrMyGISSExnarLFqqf3pF5wTmwWNrhHW1o9zKzKI811UVTIIkWJJvgO6SsUQ== +eslint-plugin-vue@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-5.1.0.tgz#d0d373334be8140d698ec4e1fb83f09faa48081b" + integrity sha512-C7avvbGLb9J1PyGiFolPcGR4ljUc+dKm5ZJdrUKXwXFxHHx4SqOmRI29AsFyW7PbCGcnOvIlaq7NJS6HDIak+g== dependencies: vue-eslint-parser "^4.0.2"