[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-timings-module.
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update devdependency @nuxtjs/eslint-config-typescript to v6.0.1

authored by

Renovate Bot and committed by
renovate[bot]
(May 27, 2021, 11:11 PM UTC) ffbb4989 38f63902

+139 -105
+1 -1
package.json
··· 45 45 "@nuxt/test-utils": "0.2.2", 46 46 "@nuxt/types": "2.15.6", 47 47 "@nuxt/typescript-build": "2.1.0", 48 - "@nuxtjs/eslint-config-typescript": "6.0.0", 48 + "@nuxtjs/eslint-config-typescript": "6.0.1", 49 49 "@release-it/conventional-changelog": "2.0.1", 50 50 "@types/jest": "26.0.23", 51 51 "babel-eslint": "latest",
+138 -104
yarn.lock
··· 1587 1587 webpack-node-externals "^3.0.0" 1588 1588 webpackbar "^4.0.0" 1589 1589 1590 - "@nuxtjs/eslint-config-typescript@6.0.0": 1591 - version "6.0.0" 1592 - resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config-typescript/-/eslint-config-typescript-6.0.0.tgz#e3ea273edf2dfcb176a9f28ca1a95870a6c21cd8" 1593 - integrity sha512-oQm0ZmWdHNf8TKWbSUhwniarCX590oHnxuArvwApLDaaNaw0m4TL5+rpARMCVtlS33YhJ/Le+GaeyS5HeVt19A== 1590 + "@nuxtjs/eslint-config-typescript@6.0.1": 1591 + version "6.0.1" 1592 + resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config-typescript/-/eslint-config-typescript-6.0.1.tgz#11e91a5e25aca6855ec7525080da694c4b3cd4d4" 1593 + integrity sha512-ZK/C2ZtXrc2FlQwssc3gqc3K9RAtGF+OLGXRDtDxyrlhgPwAC4bc9McBGqUokdbE+pup0OA38PylPOhbWHZkrg== 1594 1594 dependencies: 1595 - "@nuxtjs/eslint-config" "6.0.0" 1596 - "@typescript-eslint/eslint-plugin" "^4.16.1" 1597 - "@typescript-eslint/parser" "^4.16.1" 1595 + "@nuxtjs/eslint-config" "6.0.1" 1596 + "@typescript-eslint/eslint-plugin" "^4.25.0" 1597 + "@typescript-eslint/parser" "^4.25.0" 1598 1598 1599 - "@nuxtjs/eslint-config@6.0.0": 1600 - version "6.0.0" 1601 - resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config/-/eslint-config-6.0.0.tgz#bf8b7b1f72fc9080ba2a6c71f2447d4166d374e3" 1602 - integrity sha512-DQLyMS+A1lPeo3ajMEISz8rPzCU4DTIKQtv9HRy1A3w5583dXcbHMQzNg3qGHoTPJ/FzM1+WhV8Ak3+gQ+9uoQ== 1599 + "@nuxtjs/eslint-config@6.0.1": 1600 + version "6.0.1" 1601 + resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config/-/eslint-config-6.0.1.tgz#305450a71e362c26f99b3a7130be960015a96c9b" 1602 + integrity sha512-NISrmMx4J2usVDVLG7WFwTdfQaznHf/b2aKTb1o0TCxxXdY30UHLqEH+3MqpjY+0+UPM06YswFmOBjOg5y2BXQ== 1603 1603 dependencies: 1604 - eslint-config-standard "^16.0.2" 1605 - eslint-plugin-import "^2.22.1" 1606 - eslint-plugin-jest "^24.1.7" 1604 + eslint-config-standard "^16.0.3" 1605 + eslint-plugin-import "^2.23.3" 1606 + eslint-plugin-jest "^24.3.6" 1607 1607 eslint-plugin-node "^11.1.0" 1608 - eslint-plugin-promise "^4.3.1" 1608 + eslint-plugin-promise "^5.1.0" 1609 1609 eslint-plugin-standard "^4.1.0" 1610 1610 eslint-plugin-unicorn "^28.0.2" 1611 - eslint-plugin-vue "^7.7.0" 1611 + eslint-plugin-vue "^7.9.0" 1612 1612 1613 1613 "@nuxtjs/youch@^4.2.3": 1614 1614 version "4.2.3" ··· 2259 2259 dependencies: 2260 2260 "@types/yargs-parser" "*" 2261 2261 2262 - "@typescript-eslint/eslint-plugin@^4.16.1": 2263 - version "4.22.0" 2264 - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.22.0.tgz#3d5f29bb59e61a9dba1513d491b059e536e16dbc" 2265 - integrity sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA== 2262 + "@typescript-eslint/eslint-plugin@^4.25.0": 2263 + version "4.25.0" 2264 + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.25.0.tgz#d82657b6ab4caa4c3f888ff923175fadc2f31f2a" 2265 + integrity sha512-Qfs3dWkTMKkKwt78xp2O/KZQB8MPS1UQ5D3YW2s6LQWBE1074BE+Rym+b1pXZIX3M3fSvPUDaCvZLKV2ylVYYQ== 2266 2266 dependencies: 2267 - "@typescript-eslint/experimental-utils" "4.22.0" 2268 - "@typescript-eslint/scope-manager" "4.22.0" 2267 + "@typescript-eslint/experimental-utils" "4.25.0" 2268 + "@typescript-eslint/scope-manager" "4.25.0" 2269 2269 debug "^4.1.1" 2270 2270 functional-red-black-tree "^1.0.1" 2271 2271 lodash "^4.17.15" ··· 2273 2273 semver "^7.3.2" 2274 2274 tsutils "^3.17.1" 2275 2275 2276 - "@typescript-eslint/experimental-utils@4.22.0", "@typescript-eslint/experimental-utils@^4.0.1": 2276 + "@typescript-eslint/experimental-utils@4.25.0": 2277 + version "4.25.0" 2278 + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.25.0.tgz#b2febcfa715d2c1806fd5f0335193a6cd270df54" 2279 + integrity sha512-f0doRE76vq7NEEU0tw+ajv6CrmPelw5wLoaghEHkA2dNLFb3T/zJQqGPQ0OYt5XlZaS13MtnN+GTPCuUVg338w== 2280 + dependencies: 2281 + "@types/json-schema" "^7.0.3" 2282 + "@typescript-eslint/scope-manager" "4.25.0" 2283 + "@typescript-eslint/types" "4.25.0" 2284 + "@typescript-eslint/typescript-estree" "4.25.0" 2285 + eslint-scope "^5.0.0" 2286 + eslint-utils "^2.0.0" 2287 + 2288 + "@typescript-eslint/experimental-utils@^4.0.1": 2277 2289 version "4.22.0" 2278 2290 resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz#68765167cca531178e7b650a53456e6e0bef3b1f" 2279 2291 integrity sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg== ··· 2285 2297 eslint-scope "^5.0.0" 2286 2298 eslint-utils "^2.0.0" 2287 2299 2288 - "@typescript-eslint/parser@^4.16.1": 2289 - version "4.22.0" 2290 - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.22.0.tgz#e1637327fcf796c641fe55f73530e90b16ac8fe8" 2291 - integrity sha512-z/bGdBJJZJN76nvAY9DkJANYgK3nlRstRRi74WHm3jjgf2I8AglrSY+6l7ogxOmn55YJ6oKZCLLy+6PW70z15Q== 2300 + "@typescript-eslint/parser@^4.25.0": 2301 + version "4.25.0" 2302 + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.25.0.tgz#6b2cb6285aa3d55bfb263c650739091b0f19aceb" 2303 + integrity sha512-OZFa1SKyEJpAhDx8FcbWyX+vLwh7OEtzoo2iQaeWwxucyfbi0mT4DijbOSsTgPKzGHr6GrF2V5p/CEpUH/VBxg== 2292 2304 dependencies: 2293 - "@typescript-eslint/scope-manager" "4.22.0" 2294 - "@typescript-eslint/types" "4.22.0" 2295 - "@typescript-eslint/typescript-estree" "4.22.0" 2305 + "@typescript-eslint/scope-manager" "4.25.0" 2306 + "@typescript-eslint/types" "4.25.0" 2307 + "@typescript-eslint/typescript-estree" "4.25.0" 2296 2308 debug "^4.1.1" 2297 2309 2298 2310 "@typescript-eslint/scope-manager@4.22.0": ··· 2303 2315 "@typescript-eslint/types" "4.22.0" 2304 2316 "@typescript-eslint/visitor-keys" "4.22.0" 2305 2317 2318 + "@typescript-eslint/scope-manager@4.25.0": 2319 + version "4.25.0" 2320 + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.25.0.tgz#9d86a5bcc46ef40acd03d85ad4e908e5aab8d4ca" 2321 + integrity sha512-2NElKxMb/0rya+NJG1U71BuNnp1TBd1JgzYsldsdA83h/20Tvnf/HrwhiSlNmuq6Vqa0EzidsvkTArwoq+tH6w== 2322 + dependencies: 2323 + "@typescript-eslint/types" "4.25.0" 2324 + "@typescript-eslint/visitor-keys" "4.25.0" 2325 + 2306 2326 "@typescript-eslint/types@4.22.0": 2307 2327 version "4.22.0" 2308 2328 resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6" 2309 2329 integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA== 2330 + 2331 + "@typescript-eslint/types@4.25.0": 2332 + version "4.25.0" 2333 + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.25.0.tgz#0e444a5c5e3c22d7ffa5e16e0e60510b3de5af87" 2334 + integrity sha512-+CNINNvl00OkW6wEsi32wU5MhHti2J25TJsJJqgQmJu3B3dYDBcmOxcE5w9cgoM13TrdE/5ND2HoEnBohasxRQ== 2310 2335 2311 2336 "@typescript-eslint/typescript-estree@4.22.0": 2312 2337 version "4.22.0" ··· 2321 2346 semver "^7.3.2" 2322 2347 tsutils "^3.17.1" 2323 2348 2349 + "@typescript-eslint/typescript-estree@4.25.0": 2350 + version "4.25.0" 2351 + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.25.0.tgz#942e4e25888736bff5b360d9b0b61e013d0cfa25" 2352 + integrity sha512-1B8U07TGNAFMxZbSpF6jqiDs1cVGO0izVkf18Q/SPcUAc9LhHxzvSowXDTvkHMWUVuPpagupaW63gB6ahTXVlg== 2353 + dependencies: 2354 + "@typescript-eslint/types" "4.25.0" 2355 + "@typescript-eslint/visitor-keys" "4.25.0" 2356 + debug "^4.1.1" 2357 + globby "^11.0.1" 2358 + is-glob "^4.0.1" 2359 + semver "^7.3.2" 2360 + tsutils "^3.17.1" 2361 + 2324 2362 "@typescript-eslint/visitor-keys@4.22.0": 2325 2363 version "4.22.0" 2326 2364 resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz#169dae26d3c122935da7528c839f42a8a42f6e47" 2327 2365 integrity sha512-nnMu4F+s4o0sll6cBSsTeVsT4cwxB7zECK3dFxzEjPBii9xLpq4yqqsy/FU5zMfan6G60DKZSCXAa3sHJZrcYw== 2328 2366 dependencies: 2329 2367 "@typescript-eslint/types" "4.22.0" 2368 + eslint-visitor-keys "^2.0.0" 2369 + 2370 + "@typescript-eslint/visitor-keys@4.25.0": 2371 + version "4.25.0" 2372 + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.25.0.tgz#863e7ed23da4287c5b469b13223255d0fde6aaa7" 2373 + integrity sha512-AmkqV9dDJVKP/TcZrbf6s6i1zYXt5Hl8qOLrRDTFfRNae4+LB8A4N3i+FLZPW85zIxRy39BgeWOfMS3HoH5ngg== 2374 + dependencies: 2375 + "@typescript-eslint/types" "4.25.0" 2330 2376 eslint-visitor-keys "^2.0.0" 2331 2377 2332 2378 "@vue/babel-helper-vue-jsx-merge-props@^1.2.1": ··· 2808 2854 resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece" 2809 2855 integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4= 2810 2856 2811 - array-includes@^3.1.1: 2857 + array-includes@^3.1.3: 2812 2858 version "3.1.3" 2813 2859 resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a" 2814 2860 integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A== ··· 2829 2875 resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" 2830 2876 integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= 2831 2877 2832 - array.prototype.flat@^1.2.3: 2878 + array.prototype.flat@^1.2.4: 2833 2879 version "1.2.4" 2834 2880 resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123" 2835 2881 integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg== ··· 3924 3970 resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75" 3925 3971 integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= 3926 3972 3927 - contains-path@^0.1.0: 3928 - version "0.1.0" 3929 - resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a" 3930 - integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo= 3931 - 3932 3973 conventional-changelog-angular@^5.0.12: 3933 3974 version "5.0.12" 3934 3975 resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.12.tgz#c979b8b921cbfe26402eb3da5bbfda02d865a2b9" ··· 4528 4569 dependencies: 4529 4570 ms "2.1.2" 4530 4571 4572 + debug@^3.2.7: 4573 + version "3.2.7" 4574 + resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" 4575 + integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== 4576 + dependencies: 4577 + ms "^2.1.1" 4578 + 4531 4579 decamelize-keys@^1.1.0: 4532 4580 version "1.1.0" 4533 4581 resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9" ··· 4733 4781 dependencies: 4734 4782 path-type "^4.0.0" 4735 4783 4736 - doctrine@1.5.0: 4737 - version "1.5.0" 4738 - resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa" 4739 - integrity sha1-N53Ocw9hZvds76TmcHoVmwLFpvo= 4784 + doctrine@^2.1.0: 4785 + version "2.1.0" 4786 + resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d" 4787 + integrity sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw== 4740 4788 dependencies: 4741 4789 esutils "^2.0.2" 4742 - isarray "^1.0.0" 4743 4790 4744 4791 doctrine@^3.0.0: 4745 4792 version "3.0.0" ··· 5058 5105 optionalDependencies: 5059 5106 source-map "~0.6.1" 5060 5107 5061 - eslint-config-standard@^16.0.2: 5062 - version "16.0.2" 5063 - resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.2.tgz#71e91727ac7a203782d0a5ca4d1c462d14e234f6" 5064 - integrity sha512-fx3f1rJDsl9bY7qzyX8SAtP8GBSk6MfXFaTfaGgk12aAYW4gJSyRm7dM790L6cbXv63fvjY4XeSzXnb4WM+SKw== 5108 + eslint-config-standard@^16.0.3: 5109 + version "16.0.3" 5110 + resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.3.tgz#6c8761e544e96c531ff92642eeb87842b8488516" 5111 + integrity sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg== 5065 5112 5066 5113 eslint-import-resolver-node@^0.3.4: 5067 5114 version "0.3.4" ··· 5071 5118 debug "^2.6.9" 5072 5119 resolve "^1.13.1" 5073 5120 5074 - eslint-module-utils@^2.6.0: 5075 - version "2.6.0" 5076 - resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6" 5077 - integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA== 5121 + eslint-module-utils@^2.6.1: 5122 + version "2.6.1" 5123 + resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz#b51be1e473dd0de1c5ea638e22429c2490ea8233" 5124 + integrity sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A== 5078 5125 dependencies: 5079 - debug "^2.6.9" 5126 + debug "^3.2.7" 5080 5127 pkg-dir "^2.0.0" 5081 5128 5082 5129 eslint-plugin-es@^3.0.0: ··· 5087 5134 eslint-utils "^2.0.0" 5088 5135 regexpp "^3.0.0" 5089 5136 5090 - eslint-plugin-import@^2.22.1: 5091 - version "2.22.1" 5092 - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz#0896c7e6a0cf44109a2d97b95903c2bb689d7702" 5093 - integrity sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw== 5137 + eslint-plugin-import@^2.23.3: 5138 + version "2.23.3" 5139 + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.3.tgz#8a1b073289fff03c4af0f04b6df956b7d463e191" 5140 + integrity sha512-wDxdYbSB55F7T5CC7ucDjY641VvKmlRwT0Vxh7PkY1mI4rclVRFWYfsrjDgZvwYYDZ5ee0ZtfFKXowWjqvEoRQ== 5094 5141 dependencies: 5095 - array-includes "^3.1.1" 5096 - array.prototype.flat "^1.2.3" 5097 - contains-path "^0.1.0" 5142 + array-includes "^3.1.3" 5143 + array.prototype.flat "^1.2.4" 5098 5144 debug "^2.6.9" 5099 - doctrine "1.5.0" 5145 + doctrine "^2.1.0" 5100 5146 eslint-import-resolver-node "^0.3.4" 5101 - eslint-module-utils "^2.6.0" 5147 + eslint-module-utils "^2.6.1" 5148 + find-up "^2.0.0" 5102 5149 has "^1.0.3" 5150 + is-core-module "^2.4.0" 5103 5151 minimatch "^3.0.4" 5104 - object.values "^1.1.1" 5105 - read-pkg-up "^2.0.0" 5106 - resolve "^1.17.0" 5152 + object.values "^1.1.3" 5153 + pkg-up "^2.0.0" 5154 + read-pkg-up "^3.0.0" 5155 + resolve "^1.20.0" 5107 5156 tsconfig-paths "^3.9.0" 5108 5157 5109 - eslint-plugin-jest@^24.1.7: 5158 + eslint-plugin-jest@^24.3.6: 5110 5159 version "24.3.6" 5111 5160 resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.3.6.tgz#5f0ca019183c3188c5ad3af8e80b41de6c8e9173" 5112 5161 integrity sha512-WOVH4TIaBLIeCX576rLcOgjNXqP+jNlCiEmRgFTfQtJ52DpwnIQKAVGlGPAN7CZ33bW6eNfHD6s8ZbEUTQubJg== ··· 5125 5174 resolve "^1.10.1" 5126 5175 semver "^6.1.0" 5127 5176 5128 - eslint-plugin-promise@^4.3.1: 5129 - version "4.3.1" 5130 - resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.3.1.tgz#61485df2a359e03149fdafc0a68b0e030ad2ac45" 5131 - integrity sha512-bY2sGqyptzFBDLh/GMbAxfdJC+b0f23ME63FOE4+Jao0oZ3E1LEwFtWJX/1pGMJLiTtrSSern2CRM/g+dfc0eQ== 5177 + eslint-plugin-promise@^5.1.0: 5178 + version "5.1.0" 5179 + resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.1.0.tgz#fb2188fb734e4557993733b41aa1a688f46c6f24" 5180 + integrity sha512-NGmI6BH5L12pl7ScQHbg7tvtk4wPxxj8yPHH47NvSmMtFneC077PSeY3huFj06ZWZvtbfxSPt3RuOQD5XcR4ng== 5132 5181 5133 5182 eslint-plugin-standard@^4.1.0: 5134 5183 version "4.1.0" ··· 5154 5203 safe-regex "^2.1.1" 5155 5204 semver "^7.3.4" 5156 5205 5157 - eslint-plugin-vue@^7.7.0: 5206 + eslint-plugin-vue@^7.9.0: 5158 5207 version "7.9.0" 5159 5208 resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.9.0.tgz#f8e83a2a908f4c43fc8304f5401d4ff671f3d560" 5160 5209 integrity sha512-2Q0qQp5+5h+pZvJKCbG1/jCRUYrdgAz5BYKGyTlp2NU8mx09u3Hp7PsH6d5qef6ojuPoCXMnrbbDxeoplihrSw== ··· 6727 6776 dependencies: 6728 6777 has "^1.0.3" 6729 6778 6779 + is-core-module@^2.4.0: 6780 + version "2.4.0" 6781 + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1" 6782 + integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A== 6783 + dependencies: 6784 + has "^1.0.3" 6785 + 6730 6786 is-data-descriptor@^0.1.4: 6731 6787 version "0.1.4" 6732 6788 resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" ··· 7767 7823 pinkie-promise "^2.0.0" 7768 7824 strip-bom "^2.0.0" 7769 7825 7770 - load-json-file@^2.0.0: 7771 - version "2.0.0" 7772 - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8" 7773 - integrity sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg= 7774 - dependencies: 7775 - graceful-fs "^4.1.2" 7776 - parse-json "^2.2.0" 7777 - pify "^2.0.0" 7778 - strip-bom "^3.0.0" 7779 - 7780 7826 load-json-file@^4.0.0: 7781 7827 version "4.0.0" 7782 7828 resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b" ··· 8386 8432 resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" 8387 8433 integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== 8388 8434 8435 + ms@^2.1.1: 8436 + version "2.1.3" 8437 + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" 8438 + integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== 8439 + 8389 8440 multimap@^1.1.0: 8390 8441 version "1.1.0" 8391 8442 resolved "https://registry.yarnpkg.com/multimap/-/multimap-1.1.0.tgz#5263febc085a1791c33b59bb3afc6a76a2a10ca8" ··· 8726 8777 dependencies: 8727 8778 isobject "^3.0.1" 8728 8779 8729 - object.values@^1.1.0, object.values@^1.1.1: 8780 + object.values@^1.1.0, object.values@^1.1.3: 8730 8781 version "1.1.3" 8731 8782 resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee" 8732 8783 integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw== ··· 9117 9168 pify "^2.0.0" 9118 9169 pinkie-promise "^2.0.0" 9119 9170 9120 - path-type@^2.0.0: 9121 - version "2.0.0" 9122 - resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73" 9123 - integrity sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM= 9124 - dependencies: 9125 - pify "^2.0.0" 9126 - 9127 9171 path-type@^3.0.0: 9128 9172 version "3.0.0" 9129 9173 resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f" ··· 9216 9260 integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== 9217 9261 dependencies: 9218 9262 find-up "^4.0.0" 9263 + 9264 + pkg-up@^2.0.0: 9265 + version "2.0.0" 9266 + resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f" 9267 + integrity sha1-yBmscoBZpGHKscOImivjxJoATX8= 9268 + dependencies: 9269 + find-up "^2.1.0" 9219 9270 9220 9271 please-upgrade-node@^3.2.0: 9221 9272 version "3.2.0" ··· 10187 10238 find-up "^1.0.0" 10188 10239 read-pkg "^1.0.0" 10189 10240 10190 - read-pkg-up@^2.0.0: 10191 - version "2.0.0" 10192 - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be" 10193 - integrity sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4= 10194 - dependencies: 10195 - find-up "^2.0.0" 10196 - read-pkg "^2.0.0" 10197 - 10198 10241 read-pkg-up@^3.0.0: 10199 10242 version "3.0.0" 10200 10243 resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07" ··· 10220 10263 load-json-file "^1.0.0" 10221 10264 normalize-package-data "^2.3.2" 10222 10265 path-type "^1.0.0" 10223 - 10224 - read-pkg@^2.0.0: 10225 - version "2.0.0" 10226 - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8" 10227 - integrity sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg= 10228 - dependencies: 10229 - load-json-file "^2.0.0" 10230 - normalize-package-data "^2.3.2" 10231 - path-type "^2.0.0" 10232 10266 10233 10267 read-pkg@^3.0.0: 10234 10268 version "3.0.0"