diff --git a/modules/services/accentor/default.nix b/modules/services/accentor/default.nix index 601c2eed..596cd2bc 100644 --- a/modules/services/accentor/default.nix +++ b/modules/services/accentor/default.nix @@ -7,7 +7,7 @@ let owner = "accentor"; repo = "web"; rev = "develop"; - sha256 = "0z5a3jwi93rriq5hvdqv53421jj9pg5651nam6h9krj6zhr93fs3"; + sha256 = "1n0z8ld2lkk0nihfcjkz9ls5qqyl3hbbdb231ibnz0w1w73apl83"; }; packageJSON = ./package.json; yarnLock = ./yarn.lock; @@ -26,7 +26,7 @@ let owner = "accentor"; repo = "api"; rev = "develop"; - sha256 = "06amrzlaai7sxpyqjffpympp1fx6wzdr45jxrxcf10xd3k7g7djy"; + sha256 = "0zjqwidvblfcliih39whx14kf87kirrhyhzaw3r69nnhxzai74va"; }; gems = pkgs.bundlerEnv { name = "accentor-api-env"; diff --git a/modules/services/accentor/package.json b/modules/services/accentor/package.json index 6d4b02a0..f1369938 100644 --- a/modules/services/accentor/package.json +++ b/modules/services/accentor/package.json @@ -31,10 +31,10 @@ "babel-eslint": "^10.1.0", "eslint": "^6.8.0", "eslint-plugin-prettier": "^3.4.0", - "eslint-plugin-vue": "^7.12.1", + "eslint-plugin-vue": "^7.13.0", "eslint-plugin-vuetify": "^1.0.1", "prettier": "^2.3.2", - "sass": "^1.35.1", + "sass": "^1.35.2", "sass-loader": "^10.1.1", "vue-cli-plugin-i18n": "^2.1.0", "vue-cli-plugin-vuetify": "^2.4.1", diff --git a/modules/services/accentor/yarn.lock b/modules/services/accentor/yarn.lock index 16ed50e8..01d8b9b4 100644 --- a/modules/services/accentor/yarn.lock +++ b/modules/services/accentor/yarn.lock @@ -3472,15 +3472,15 @@ eslint-plugin-prettier@^3.4.0: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-vue@^7.0.0, eslint-plugin-vue@^7.12.1: - version "7.12.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.12.1.tgz#ef6499ce4fe0566659c8e12c71713f5308630a76" - integrity sha512-xHf/wCt88qmzqQerjaSteUFGASj7fPreglKD4ijnvoKRkoSJ3/H3kuJE8QFFtc+2wjw6hRDs834HH7vpuTJQzg== +eslint-plugin-vue@^7.0.0, eslint-plugin-vue@^7.13.0: + version "7.13.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.13.0.tgz#6f3d232bf1fcd0428353b0d581ebaca1c5dbc17a" + integrity sha512-u0+jL8h2MshRuMTCLslktxRsPTjlENNcNufhgHu01N982DmHVdeFniyMPoVLLRjACQOwdz3FdlsgYGBMBG+AKg== dependencies: eslint-utils "^2.1.0" natural-compare "^1.4.0" semver "^7.3.2" - vue-eslint-parser "^7.6.0" + vue-eslint-parser "^7.8.0" eslint-plugin-vuetify@^1.0.1: version "1.0.1" @@ -3498,7 +3498,7 @@ eslint-scope@^4.0.3: esrecurse "^4.1.0" estraverse "^4.1.1" -eslint-scope@^5.0.0: +eslint-scope@^5.0.0, eslint-scope@^5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== @@ -5306,7 +5306,7 @@ lodash.uniq@^4.5.0: resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= -lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.3: +lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.3: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== @@ -7170,10 +7170,10 @@ sass-loader@^10.1.1: schema-utils "^3.0.0" semver "^7.3.2" -sass@^1.35.1: - version "1.35.1" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.35.1.tgz#90ecf774dfe68f07b6193077e3b42fb154b9e1cd" - integrity sha512-oCisuQJstxMcacOPmxLNiLlj4cUyN2+8xJnG7VanRoh2GOLr9RqkvI4AxA4a6LHVg/rsu+PmxXeGhrdSF9jCiQ== +sass@^1.35.2: + version "1.35.2" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.35.2.tgz#b732314fcdaf7ef8d0f1698698adc378043cb821" + integrity sha512-jhO5KAR+AMxCEwIH3v+4zbB2WB0z67V1X0jbapfVwQQdjHZUGUyukpnoM6+iCMfsIUC016w9OPKQ5jrNOS9uXw== dependencies: chokidar ">=3.0.0 <4.0.0" @@ -8312,17 +8312,18 @@ vue-cli-plugin-vuetify@^2.4.1: semver "^7.1.2" shelljs "^0.8.3" -vue-eslint-parser@^7.6.0: - version "7.6.0" - resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.6.0.tgz#01ea1a2932f581ff244336565d712801f8f72561" - integrity sha512-QXxqH8ZevBrtiZMZK0LpwaMfevQi9UL7lY6Kcp+ogWHC88AuwUPwwCIzkOUc1LR4XsYAt/F9yHXAB/QoD17QXA== +vue-eslint-parser@^7.8.0: + version "7.8.0" + resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.8.0.tgz#43850bf856c9a69d62c0e12769609c338423684b" + integrity sha512-ehmmrLZNYLUoKayvVW8l8HyPQIfuYZHiJoQLRP3dapDlTU7bGs4tqIKVGdAEpMuXS/b4R/PImCt7Tkj4UhX1SQ== dependencies: debug "^4.1.1" - eslint-scope "^5.0.0" + eslint-scope "^5.1.1" eslint-visitor-keys "^1.1.0" espree "^6.2.1" esquery "^1.4.0" - lodash "^4.17.15" + lodash "^4.17.21" + semver "^6.3.0" vue-hot-reload-api@^2.3.0: version "2.3.4" diff --git a/modules/services/accentor/yarn.nix b/modules/services/accentor/yarn.nix index 147541cb..cb6c5137 100644 --- a/modules/services/accentor/yarn.nix +++ b/modules/services/accentor/yarn.nix @@ -3530,11 +3530,11 @@ }; } { - name = "eslint_plugin_vue___eslint_plugin_vue_7.12.1.tgz"; + name = "eslint_plugin_vue___eslint_plugin_vue_7.13.0.tgz"; path = fetchurl { - name = "eslint_plugin_vue___eslint_plugin_vue_7.12.1.tgz"; - url = "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.12.1.tgz"; - sha1 = "ef6499ce4fe0566659c8e12c71713f5308630a76"; + name = "eslint_plugin_vue___eslint_plugin_vue_7.13.0.tgz"; + url = "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.13.0.tgz"; + sha1 = "6f3d232bf1fcd0428353b0d581ebaca1c5dbc17a"; }; } { @@ -7746,11 +7746,11 @@ }; } { - name = "sass___sass_1.35.1.tgz"; + name = "sass___sass_1.35.2.tgz"; path = fetchurl { - name = "sass___sass_1.35.1.tgz"; - url = "https://registry.yarnpkg.com/sass/-/sass-1.35.1.tgz"; - sha1 = "90ecf774dfe68f07b6193077e3b42fb154b9e1cd"; + name = "sass___sass_1.35.2.tgz"; + url = "https://registry.yarnpkg.com/sass/-/sass-1.35.2.tgz"; + sha1 = "b732314fcdaf7ef8d0f1698698adc378043cb821"; }; } { @@ -9042,11 +9042,11 @@ }; } { - name = "vue_eslint_parser___vue_eslint_parser_7.6.0.tgz"; + name = "vue_eslint_parser___vue_eslint_parser_7.8.0.tgz"; path = fetchurl { - name = "vue_eslint_parser___vue_eslint_parser_7.6.0.tgz"; - url = "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.6.0.tgz"; - sha1 = "01ea1a2932f581ff244336565d712801f8f72561"; + name = "vue_eslint_parser___vue_eslint_parser_7.8.0.tgz"; + url = "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.8.0.tgz"; + sha1 = "43850bf856c9a69d62c0e12769609c338423684b"; }; } {