From f1aae14b6c33d37efac0b617713e40ea67950d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Thu, 27 Feb 2020 23:06:04 +0100 Subject: [PATCH] NPM packages updates --- package.json | 8 +- pnpm-lock.yaml | 506 ++++++++++++++++++++++++++----------------------- 2 files changed, 272 insertions(+), 242 deletions(-) diff --git a/package.json b/package.json index e6fd71d..d62486d 100644 --- a/package.json +++ b/package.json @@ -27,10 +27,10 @@ "sirv": "^0.4.2" }, "devDependencies": { - "@babel/core": "^7.8.4", + "@babel/core": "^7.8.6", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-runtime": "^7.8.3", - "@babel/preset-env": "^7.8.4", + "@babel/preset-env": "^7.8.6", "@babel/runtime": "^7.8.4", "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", @@ -52,9 +52,9 @@ "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-eslint": "^7.0.0", - "rollup-plugin-hot": "^0.0.10", + "rollup-plugin-hot": "^0.0.11", "rollup-plugin-svelte": "^5.1.1", - "rollup-plugin-svelte-hot": "^0.2.1", + "rollup-plugin-svelte-hot": "^0.3.0", "rollup-plugin-terser": "^5.2.0", "sapper": "^0.27.10", "svelte": "github:rixo/svelte#hmr-capture-state-dist", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a921a98..668abf8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,10 +9,10 @@ dependencies: shufflejs: 5.2.3 sirv: 0.4.2 devDependencies: - '@babel/core': 7.8.4 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-runtime': 7.8.3_@babel+core@7.8.4 - '@babel/preset-env': 7.8.4_@babel+core@7.8.4 + '@babel/core': 7.8.6 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-runtime': 7.8.3_@babel+core@7.8.6 + '@babel/preset-env': 7.8.6_@babel+core@7.8.6 '@babel/runtime': 7.8.4 '@rollup/plugin-commonjs': 11.0.2_rollup@1.31.1 '@rollup/plugin-node-resolve': 7.1.1_rollup@1.31.1 @@ -31,12 +31,12 @@ devDependencies: postcss-load-config: 2.1.0 postcss-preset-env: 6.7.0 rollup: 1.31.1 - rollup-plugin-babel: 4.3.3_@babel+core@7.8.4+rollup@1.31.1 + rollup-plugin-babel: 4.3.3_@babel+core@7.8.6+rollup@1.31.1 rollup-plugin-commonjs: 10.1.0_rollup@1.31.1 rollup-plugin-eslint: 7.0.0 - rollup-plugin-hot: 0.0.10_rollup@1.31.1 + rollup-plugin-hot: 0.0.11_rollup@1.31.1 rollup-plugin-svelte: 5.1.1_rollup@1.31.1+svelte@3.18.2 - rollup-plugin-svelte-hot: 0.2.1_rollup@1.31.1+svelte@3.18.2 + rollup-plugin-svelte-hot: 0.3.0_rollup@1.31.1+svelte@3.18.2 rollup-plugin-terser: 5.2.0_rollup@1.31.1 sapper: 0.27.10_svelte@3.18.2 svelte: 3.18.2 @@ -49,55 +49,55 @@ packages: dev: true resolution: integrity: sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g== - /@babel/compat-data/7.8.5: + /@babel/compat-data/7.8.6: dependencies: browserslist: 4.8.6 invariant: 2.2.4 semver: 5.7.1 dev: true resolution: - integrity: sha512-jWYUqQX/ObOhG1UiEkbH5SANsE/8oKXiQWjj7p7xgj9Zmnt//aUvyz4dBkK0HNsS8/cbyC5NmmH87VekW+mXFg== - /@babel/core/7.8.4: + integrity: sha512-CurCIKPTkS25Mb8mz267vU95vy+TyUpnctEX2lV33xWNmHAfjruztgiPBbXZRh3xZZy1CYvGx6XfxyTVS+sk7Q== + /@babel/core/7.8.6: dependencies: '@babel/code-frame': 7.8.3 - '@babel/generator': 7.8.4 + '@babel/generator': 7.8.6 '@babel/helpers': 7.8.4 - '@babel/parser': 7.8.4 - '@babel/template': 7.8.3 - '@babel/traverse': 7.8.4 - '@babel/types': 7.8.3 + '@babel/parser': 7.8.6 + '@babel/template': 7.8.6 + '@babel/traverse': 7.8.6 + '@babel/types': 7.8.6 convert-source-map: 1.7.0 debug: 4.1.1 gensync: 1.0.0-beta.1 json5: 2.1.1 lodash: 4.17.15 - resolve: 1.15.0 + resolve: 1.15.1 semver: 5.7.1 source-map: 0.5.7 dev: true engines: node: '>=6.9.0' resolution: - integrity: sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA== - /@babel/generator/7.8.4: + integrity: sha512-Sheg7yEJD51YHAvLEV/7Uvw95AeWqYPL3Vk3zGujJKIhJ+8oLw2ALaf3hbucILhKsgSoADOvtKRJuNVdcJkOrg== + /@babel/generator/7.8.6: dependencies: - '@babel/types': 7.8.3 + '@babel/types': 7.8.6 jsesc: 2.5.2 lodash: 4.17.15 source-map: 0.5.7 dev: true resolution: - integrity: sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA== + integrity: sha512-4bpOR5ZBz+wWcMeVtcf7FbjcFzCp+817z2/gHNncIRcM9MmKzUhtWCYAq27RAfUrAFwb+OCG1s9WEaVxfi6cjg== /@babel/helper-annotate-as-pure/7.8.3: dependencies: - '@babel/types': 7.8.3 + '@babel/types': 7.8.6 dev: true resolution: integrity: sha512-6o+mJrZBxOoEX77Ezv9zwW7WV8DdluouRKNY/IR5u/YTMuKHgugHOzYWlYvYLpLA9nPsQCAAASpCIbjI9Mv+Uw== /@babel/helper-builder-binary-assignment-operator-visitor/7.8.3: dependencies: '@babel/helper-explode-assignable-expression': 7.8.3 - '@babel/types': 7.8.3 + '@babel/types': 7.8.6 dev: true resolution: integrity: sha512-5eFOm2SyFPK4Rh3XMMRDjN7lBH0orh3ss0g3rTYZnBQ+r6YPj7lgDyCvPphynHvUrobJmeMignBr6Acw9mAPlw== @@ -105,14 +105,14 @@ packages: dependencies: '@babel/helper-hoist-variables': 7.8.3 '@babel/traverse': 7.8.4 - '@babel/types': 7.8.3 + '@babel/types': 7.8.6 dev: true resolution: integrity: sha512-6Q05px0Eb+N4/GTyKPPvnkig7Lylw+QzihMpws9iiZQv7ZImf84ZsZpQH7QoWN4n4tm81SnSzPgHw2qtO0Zf3A== - /@babel/helper-compilation-targets/7.8.4_@babel+core@7.8.4: + /@babel/helper-compilation-targets/7.8.6_@babel+core@7.8.6: dependencies: - '@babel/compat-data': 7.8.5 - '@babel/core': 7.8.4 + '@babel/compat-data': 7.8.6 + '@babel/core': 7.8.6 browserslist: 4.8.6 invariant: 2.2.4 levenary: 1.1.1 @@ -121,10 +121,10 @@ packages: peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-3k3BsKMvPp5bjxgMdrFyq0UaEO48HciVrOVF0+lon8pp95cyJ2ujAh0TrBHNMnJGT2rr0iKOJPFFbSqjDyf/Pg== - /@babel/helper-create-regexp-features-plugin/7.8.3_@babel+core@7.8.4: + integrity: sha512-UrJdk27hKVJSnibFcUWYLkCL0ZywTUoot8yii1lsHJcvwrypagmYKjHLMWivQPm4s6GdyygCL8fiH5EYLxhQwQ== + /@babel/helper-create-regexp-features-plugin/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-regex': 7.8.3 regexpu-core: 4.6.0 dev: true @@ -135,15 +135,15 @@ packages: /@babel/helper-define-map/7.8.3: dependencies: '@babel/helper-function-name': 7.8.3 - '@babel/types': 7.8.3 + '@babel/types': 7.8.6 lodash: 4.17.15 dev: true resolution: integrity: sha512-PoeBYtxoZGtct3md6xZOCWPcKuMuk3IHhgxsRRNtnNShebf4C8YonTSblsK4tvDbm+eJAw2HAPOfCr+Q/YRG/g== /@babel/helper-explode-assignable-expression/7.8.3: dependencies: - '@babel/traverse': 7.8.4 - '@babel/types': 7.8.3 + '@babel/traverse': 7.8.6 + '@babel/types': 7.8.6 dev: true resolution: integrity: sha512-N+8eW86/Kj147bO9G2uclsg5pwfs/fqqY5rwgIL7eTBklgXjcOJ3btzS5iM6AitJcftnY7pm2lGsrJVYLGjzIw== @@ -151,25 +151,25 @@ packages: dependencies: '@babel/helper-get-function-arity': 7.8.3 '@babel/template': 7.8.3 - '@babel/types': 7.8.3 + '@babel/types': 7.8.6 dev: true resolution: integrity: sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA== /@babel/helper-get-function-arity/7.8.3: dependencies: - '@babel/types': 7.8.3 + '@babel/types': 7.8.6 dev: true resolution: integrity: sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA== /@babel/helper-hoist-variables/7.8.3: dependencies: - '@babel/types': 7.8.3 + '@babel/types': 7.8.6 dev: true resolution: integrity: sha512-ky1JLOjcDUtSc+xkt0xhYff7Z6ILTAHKmZLHPxAhOP0Nd77O+3nCsd6uSVYur6nJnCI029CrNbYlc0LoPfAPQg== /@babel/helper-member-expression-to-functions/7.8.3: dependencies: - '@babel/types': 7.8.3 + '@babel/types': 7.8.6 dev: true resolution: integrity: sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA== @@ -190,15 +190,15 @@ packages: '@babel/helper-module-imports': 7.8.3 '@babel/helper-simple-access': 7.8.3 '@babel/helper-split-export-declaration': 7.8.3 - '@babel/template': 7.8.3 - '@babel/types': 7.8.3 + '@babel/template': 7.8.6 + '@babel/types': 7.8.6 lodash: 4.17.15 dev: true resolution: integrity: sha512-C7NG6B7vfBa/pwCOshpMbOYUmrYQDfCpVL/JCRu0ek8B5p8kue1+BCXpg2vOYs7w5ACB9GTOBYQ5U6NwrMg+3Q== /@babel/helper-optimise-call-expression/7.8.3: dependencies: - '@babel/types': 7.8.3 + '@babel/types': 7.8.6 dev: true resolution: integrity: sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ== @@ -216,48 +216,48 @@ packages: dependencies: '@babel/helper-annotate-as-pure': 7.8.3 '@babel/helper-wrap-function': 7.8.3 - '@babel/template': 7.8.3 - '@babel/traverse': 7.8.4 - '@babel/types': 7.8.3 + '@babel/template': 7.8.6 + '@babel/traverse': 7.8.6 + '@babel/types': 7.8.6 dev: true resolution: integrity: sha512-kgwDmw4fCg7AVgS4DukQR/roGp+jP+XluJE5hsRZwxCYGg+Rv9wSGErDWhlI90FODdYfd4xG4AQRiMDjjN0GzA== - /@babel/helper-replace-supers/7.8.3: + /@babel/helper-replace-supers/7.8.6: dependencies: '@babel/helper-member-expression-to-functions': 7.8.3 '@babel/helper-optimise-call-expression': 7.8.3 - '@babel/traverse': 7.8.4 - '@babel/types': 7.8.3 + '@babel/traverse': 7.8.6 + '@babel/types': 7.8.6 dev: true resolution: - integrity: sha512-xOUssL6ho41U81etpLoT2RTdvdus4VfHamCuAm4AHxGr+0it5fnwoVdwUJ7GFEqCsQYzJUhcbsN9wB9apcYKFA== + integrity: sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA== /@babel/helper-simple-access/7.8.3: dependencies: '@babel/template': 7.8.3 - '@babel/types': 7.8.3 + '@babel/types': 7.8.6 dev: true resolution: integrity: sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw== /@babel/helper-split-export-declaration/7.8.3: dependencies: - '@babel/types': 7.8.3 + '@babel/types': 7.8.6 dev: true resolution: integrity: sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA== /@babel/helper-wrap-function/7.8.3: dependencies: '@babel/helper-function-name': 7.8.3 - '@babel/template': 7.8.3 - '@babel/traverse': 7.8.4 - '@babel/types': 7.8.3 + '@babel/template': 7.8.6 + '@babel/traverse': 7.8.6 + '@babel/types': 7.8.6 dev: true resolution: integrity: sha512-LACJrbUET9cQDzb6kG7EeD7+7doC3JNvUgTEQOx2qaO1fKlzE/Bf05qs9w1oXQMmXlPO65lC3Tq9S6gZpTErEQ== /@babel/helpers/7.8.4: dependencies: - '@babel/template': 7.8.3 - '@babel/traverse': 7.8.4 - '@babel/types': 7.8.3 + '@babel/template': 7.8.6 + '@babel/traverse': 7.8.6 + '@babel/types': 7.8.6 dev: true resolution: integrity: sha512-VPbe7wcQ4chu4TDQjimHv/5tj73qz88o12EPkO2ValS2QiQS/1F2SsjyIGNnAD0vF/nZS6Cf9i+vW6HIlnaR8w== @@ -269,88 +269,88 @@ packages: dev: true resolution: integrity: sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg== - /@babel/parser/7.8.4: + /@babel/parser/7.8.6: dev: true engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw== - /@babel/plugin-proposal-async-generator-functions/7.8.3_@babel+core@7.8.4: + integrity: sha512-trGNYSfwq5s0SgM1BMEB8hX3NDmO7EP2wsDGDexiaKMB92BaRpS+qZfpkMqUBhcsOTBwNy9B/jieo4ad/t/z2g== + /@babel/plugin-proposal-async-generator-functions/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 '@babel/helper-remap-async-to-generator': 7.8.3 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.8.4 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.8.6 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-NZ9zLv848JsV3hs8ryEh7Uaz/0KsmPLqv0+PdkDJL1cJy0K4kOCFa8zc1E3mp+RHPQcpdfb/6GovEsW4VDrOMw== - /@babel/plugin-proposal-dynamic-import/7.8.3_@babel+core@7.8.4: + /@babel/plugin-proposal-dynamic-import/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.8.4 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.8.6 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-NyaBbyLFXFLT9FP+zk0kYlUlA8XtCUbehs67F0nnEg7KICgMc2mNkIeu9TYhKzyXMkrapZFwAhXLdnt4IYHy1w== - /@babel/plugin-proposal-json-strings/7.8.3_@babel+core@7.8.4: + /@babel/plugin-proposal-json-strings/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.8.4 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.8.6 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-KGhQNZ3TVCQG/MjRbAUwuH+14y9q0tpxs1nWWs3pbSleRdDro9SAMMDyye8HhY1gqZ7/NqIc8SKhya0wRDgP1Q== - /@babel/plugin-proposal-nullish-coalescing-operator/7.8.3_@babel+core@7.8.4: + /@babel/plugin-proposal-nullish-coalescing-operator/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.8.4 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.8.6 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-TS9MlfzXpXKt6YYomudb/KU7nQI6/xnapG6in1uZxoxDghuSMZsPb6D2fyUwNYSAp4l1iR7QtFOjkqcRYcUsfw== - /@babel/plugin-proposal-object-rest-spread/7.8.3_@babel+core@7.8.4: + /@babel/plugin-proposal-object-rest-spread/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.8.4 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.8.6 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-8qvuPwU/xxUCt78HocNlv0mXXo0wdh9VT1R04WU8HGOfaOob26pF+9P5/lYjN/q7DHOX1bvX60hnhOvuQUJdbA== - /@babel/plugin-proposal-optional-catch-binding/7.8.3_@babel+core@7.8.4: + /@babel/plugin-proposal-optional-catch-binding/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.8.4 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.8.6 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-0gkX7J7E+AtAw9fcwlVQj8peP61qhdg/89D5swOkjYbkboA2CVckn3kiyum1DE0wskGb7KJJxBdyEBApDLLVdw== - /@babel/plugin-proposal-optional-chaining/7.8.3_@babel+core@7.8.4: + /@babel/plugin-proposal-optional-chaining/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.8.4 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.8.6 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-QIoIR9abkVn+seDE3OjA08jWcs3eZ9+wJCKSRgo3WdEU2csFYgdScb+8qHB3+WXsGJD55u+5hWCISI7ejXS+kg== - /@babel/plugin-proposal-unicode-property-regex/7.8.3_@babel+core@7.8.4: + /@babel/plugin-proposal-unicode-property-regex/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 - '@babel/helper-create-regexp-features-plugin': 7.8.3_@babel+core@7.8.4 + '@babel/core': 7.8.6 + '@babel/helper-create-regexp-features-plugin': 7.8.3_@babel+core@7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true engines: @@ -359,90 +359,90 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-1/1/rEZv2XGweRwwSkLpY+s60za9OZ1hJs4YDqFHCw0kYWYwL5IFljVY1MYBL+weT1l9pokDO2uhSTLVxzoHkQ== - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.8.4: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.8.4: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.8.4: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.8.4: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.8.4: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.8.4: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.8.4: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - /@babel/plugin-syntax-top-level-await/7.8.3_@babel+core@7.8.4: + /@babel/plugin-syntax-top-level-await/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-kwj1j9lL/6Wd0hROD3b/OZZ7MSrZLqqn9RAZ5+cYYsflQ9HZBIKCUkr3+uL1MEJ1NePiUbf98jjiMQSv0NMR9g== - /@babel/plugin-transform-arrow-functions/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-arrow-functions/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-0MRF+KC8EqH4dbuITCWwPSzsyO3HIWWlm30v8BbbpOrS1B++isGxPnnuq/IZvOX5J2D/p7DQalQm+/2PnlKGxg== - /@babel/plugin-transform-async-to-generator/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-async-to-generator/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-module-imports': 7.8.3 '@babel/helper-plugin-utils': 7.8.3 '@babel/helper-remap-async-to-generator': 7.8.3 @@ -451,18 +451,18 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-imt9tFLD9ogt56Dd5CI/6XgpukMwd/fLGSrix2httihVe7LOGVPhyhMh1BU5kDM7iHD08i8uUtmV2sWaBFlHVQ== - /@babel/plugin-transform-block-scoped-functions/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-block-scoped-functions/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-vo4F2OewqjbB1+yaJ7k2EJFHlTP3jR634Z9Cj9itpqNjuLXvhlVxgnjsHsdRgASR8xYDrx6onw4vW5H6We0Jmg== - /@babel/plugin-transform-block-scoping/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-block-scoping/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 lodash: 4.17.15 dev: true @@ -470,62 +470,62 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-pGnYfm7RNRgYRi7bids5bHluENHqJhrV4bCZRwc5GamaWIIs07N4rZECcmJL6ZClwjDz1GbdMZFtPs27hTB06w== - /@babel/plugin-transform-classes/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-classes/7.8.6_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-annotate-as-pure': 7.8.3 '@babel/helper-define-map': 7.8.3 '@babel/helper-function-name': 7.8.3 '@babel/helper-optimise-call-expression': 7.8.3 '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-replace-supers': 7.8.3 + '@babel/helper-replace-supers': 7.8.6 '@babel/helper-split-export-declaration': 7.8.3 globals: 11.12.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-SjT0cwFJ+7Rbr1vQsvphAHwUHvSUPmMjMU/0P59G8U2HLFqSa082JO7zkbDNWs9kH/IUqpHI6xWNesGf8haF1w== - /@babel/plugin-transform-computed-properties/7.8.3_@babel+core@7.8.4: + integrity: sha512-k9r8qRay/R6v5aWZkrEclEhKO6mc1CCQr2dLsVHBmOQiMpN6I2bpjX3vgnldUWeEI1GHVNByULVxZ4BdP4Hmdg== + /@babel/plugin-transform-computed-properties/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-O5hiIpSyOGdrQZRQ2ccwtTVkgUDBBiCuK//4RJ6UfePllUTCENOzKxfh6ulckXKc0DixTFLCfb2HVkNA7aDpzA== - /@babel/plugin-transform-destructuring/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-destructuring/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ== - /@babel/plugin-transform-dotall-regex/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-dotall-regex/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 - '@babel/helper-create-regexp-features-plugin': 7.8.3_@babel+core@7.8.4 + '@babel/core': 7.8.6 + '@babel/helper-create-regexp-features-plugin': 7.8.3_@babel+core@7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-kLs1j9Nn4MQoBYdRXH6AeaXMbEJFaFu/v1nQkvib6QzTj8MZI5OQzqmD83/2jEM1z0DLilra5aWO5YpyC0ALIw== - /@babel/plugin-transform-duplicate-keys/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-duplicate-keys/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-s8dHiBUbcbSgipS4SMFuWGqCvyge5V2ZeAWzR6INTVC3Ltjig/Vw1G2Gztv0vU/hRG9X8IvKvYdoksnUfgXOEQ== - /@babel/plugin-transform-exponentiation-operator/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-exponentiation-operator/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-builder-binary-assignment-operator-visitor': 7.8.3 '@babel/helper-plugin-utils': 7.8.3 dev: true @@ -533,18 +533,18 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-zwIpuIymb3ACcInbksHaNcR12S++0MDLKkiqXHl3AzpgdKlFNhog+z/K0+TGW+b0w5pgTq4H6IwV/WhxbGYSjQ== - /@babel/plugin-transform-for-of/7.8.4_@babel+core@7.8.4: + /@babel/plugin-transform-for-of/7.8.6_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-iAXNlOWvcYUYoV8YIxwS7TxGRJcxyl8eQCfT+A5j8sKUzRFvJdcyjp97jL2IghWSRDaL2PU2O2tX8Cu9dTBq5A== - /@babel/plugin-transform-function-name/7.8.3_@babel+core@7.8.4: + integrity: sha512-M0pw4/1/KI5WAxPsdcUL/w2LJ7o89YHN3yLkzNjg7Yl15GlVGgzHyCU+FMeAxevHGsLVmUqbirlUIKTafPmzdw== + /@babel/plugin-transform-function-name/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-function-name': 7.8.3 '@babel/helper-plugin-utils': 7.8.3 dev: true @@ -552,27 +552,27 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-rO/OnDS78Eifbjn5Py9v8y0aR+aSYhDhqAwVfsTl0ERuMZyr05L1aFSCJnbv2mmsLkit/4ReeQ9N2BgLnOcPCQ== - /@babel/plugin-transform-literals/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-literals/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-3Tqf8JJ/qB7TeldGl+TT55+uQei9JfYaregDcEAyBZ7akutriFrt6C/wLYIer6OYhleVQvH/ntEhjE/xMmy10A== - /@babel/plugin-transform-member-expression-literals/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-member-expression-literals/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-3Wk2EXhnw+rP+IDkK6BdtPKsUE5IeZ6QOGrPYvw52NwBStw9V1ZVzxgK6fSKSxqUvH9eQPR3tm3cOq79HlsKYA== - /@babel/plugin-transform-modules-amd/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-modules-amd/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-module-transforms': 7.8.3 '@babel/helper-plugin-utils': 7.8.3 babel-plugin-dynamic-import-node: 2.3.0 @@ -581,9 +581,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-MadJiU3rLKclzT5kBH4yxdry96odTUwuqrZM+GllFI/VhxfPz+k9MshJM+MwhfkCdxxclSbSBbUGciBngR+kEQ== - /@babel/plugin-transform-modules-commonjs/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-modules-commonjs/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-module-transforms': 7.8.3 '@babel/helper-plugin-utils': 7.8.3 '@babel/helper-simple-access': 7.8.3 @@ -593,9 +593,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-JpdMEfA15HZ/1gNuB9XEDlZM1h/gF/YOH7zaZzQu2xCFRfwc01NXBMHHSTT6hRjlXJJs5x/bfODM3LiCk94Sxg== - /@babel/plugin-transform-modules-systemjs/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-modules-systemjs/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-hoist-variables': 7.8.3 '@babel/helper-module-transforms': 7.8.3 '@babel/helper-plugin-utils': 7.8.3 @@ -605,9 +605,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-8cESMCJjmArMYqa9AO5YuMEkE4ds28tMpZcGZB/jl3n0ZzlsxOAi3mC+SKypTfT8gjMupCnd3YiXCkMjj2jfOg== - /@babel/plugin-transform-modules-umd/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-modules-umd/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-module-transforms': 7.8.3 '@babel/helper-plugin-utils': 7.8.3 dev: true @@ -615,37 +615,37 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-evhTyWhbwbI3/U6dZAnx/ePoV7H6OUG+OjiJFHmhr9FPn0VShjwC2kdxqIuQ/+1P50TMrneGzMeyMTFOjKSnAw== - /@babel/plugin-transform-named-capturing-groups-regex/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-named-capturing-groups-regex/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 - '@babel/helper-create-regexp-features-plugin': 7.8.3_@babel+core@7.8.4 + '@babel/core': 7.8.6 + '@babel/helper-create-regexp-features-plugin': 7.8.3_@babel+core@7.8.6 dev: true peerDependencies: '@babel/core': ^7.0.0 resolution: integrity: sha512-f+tF/8UVPU86TrCb06JoPWIdDpTNSGGcAtaD9mLP0aYGA0OS0j7j7DHJR0GTFrUZPUU6loZhbsVZgTh0N+Qdnw== - /@babel/plugin-transform-new-target/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-new-target/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-QuSGysibQpyxexRyui2vca+Cmbljo8bcRckgzYV4kRIsHpVeyeC3JDO63pY+xFZ6bWOBn7pfKZTqV4o/ix9sFw== - /@babel/plugin-transform-object-super/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-object-super/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 - '@babel/helper-replace-supers': 7.8.3 + '@babel/helper-replace-supers': 7.8.6 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-57FXk+gItG/GejofIyLIgBKTas4+pEU47IXKDBWFTxdPd7F80H8zybyAY7UoblVfBhBGs2EKM+bJUu2+iUYPDQ== - /@babel/plugin-transform-parameters/7.8.4_@babel+core@7.8.4: + /@babel/plugin-transform-parameters/7.8.4_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-call-delegate': 7.8.3 '@babel/helper-get-function-arity': 7.8.3 '@babel/helper-plugin-utils': 7.8.3 @@ -654,36 +654,36 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-IsS3oTxeTsZlE5KqzTbcC2sV0P9pXdec53SU+Yxv7o/6dvGM5AkTotQKhoSffhNgZ/dftsSiOoxy7evCYJXzVA== - /@babel/plugin-transform-property-literals/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-property-literals/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-uGiiXAZMqEoQhRWMK17VospMZh5sXWg+dlh2soffpkAl96KAm+WZuJfa6lcELotSRmooLqg0MWdH6UUq85nmmg== - /@babel/plugin-transform-regenerator/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-regenerator/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 regenerator-transform: 0.14.1 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-qt/kcur/FxrQrzFR432FGZznkVAjiyFtCOANjkAKwCbt465L6ZCiUQh2oMYGU3Wo8LRFJxNDFwWn106S5wVUNA== - /@babel/plugin-transform-reserved-words/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-reserved-words/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-mwMxcycN3omKFDjDQUl+8zyMsBfjRFr0Zn/64I41pmjv4NJuqcYlEtezwYtw9TFd9WR1vN5kiM+O0gMZzO6L0A== - /@babel/plugin-transform-runtime/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-runtime/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-module-imports': 7.8.3 '@babel/helper-plugin-utils': 7.8.3 resolve: 1.14.1 @@ -693,27 +693,27 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-/vqUt5Yh+cgPZXXjmaG9NT8aVfThKk7G4OqkVhrXqwsC5soMn/qTCxs36rZ2QFhpfTJcjw4SNDIZ4RUb8OL4jQ== - /@babel/plugin-transform-shorthand-properties/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-shorthand-properties/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-I9DI6Odg0JJwxCHzbzW08ggMdCezoWcuQRz3ptdudgwaHxTjxw5HgdFJmZIkIMlRymL6YiZcped4TTCB0JcC8w== - /@babel/plugin-transform-spread/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-spread/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-CkuTU9mbmAoFOI1tklFWYYbzX5qCIZVXPVy0jpXgGwkplCndQAa58s2jr66fTeQnA64bDox0HL4U56CFYoyC7g== - /@babel/plugin-transform-sticky-regex/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-sticky-regex/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 '@babel/helper-regex': 7.8.3 dev: true @@ -721,9 +721,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-9Spq0vGCD5Bb4Z/ZXXSK5wbbLFMG085qd2vhL1JYu1WcQ5bXqZBAYRzU1d+p79GcHs2szYv5pVQCX13QgldaWw== - /@babel/plugin-transform-template-literals/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-template-literals/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-annotate-as-pure': 7.8.3 '@babel/helper-plugin-utils': 7.8.3 dev: true @@ -731,80 +731,80 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-820QBtykIQOLFT8NZOcTRJ1UNuztIELe4p9DCgvj4NK+PwluSJ49we7s9FB1HIGNIYT7wFUJ0ar2QpCDj0escQ== - /@babel/plugin-transform-typeof-symbol/7.8.4_@babel+core@7.8.4: + /@babel/plugin-transform-typeof-symbol/7.8.4_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-2QKyfjGdvuNfHsb7qnBBlKclbD4CfshH2KvDabiijLMGXPHJXGxtDzwIF7bQP+T0ysw8fYTtxPafgfs/c1Lrqg== - /@babel/plugin-transform-unicode-regex/7.8.3_@babel+core@7.8.4: + /@babel/plugin-transform-unicode-regex/7.8.3_@babel+core@7.8.6: dependencies: - '@babel/core': 7.8.4 - '@babel/helper-create-regexp-features-plugin': 7.8.3_@babel+core@7.8.4 + '@babel/core': 7.8.6 + '@babel/helper-create-regexp-features-plugin': 7.8.3_@babel+core@7.8.6 '@babel/helper-plugin-utils': 7.8.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-+ufgJjYdmWfSQ+6NS9VGUR2ns8cjJjYbrbi11mZBTaWm+Fui/ncTLFF28Ei1okavY+xkojGr1eJxNsWYeA5aZw== - /@babel/preset-env/7.8.4_@babel+core@7.8.4: + /@babel/preset-env/7.8.6_@babel+core@7.8.6: dependencies: - '@babel/compat-data': 7.8.5 - '@babel/core': 7.8.4 - '@babel/helper-compilation-targets': 7.8.4_@babel+core@7.8.4 + '@babel/compat-data': 7.8.6 + '@babel/core': 7.8.6 + '@babel/helper-compilation-targets': 7.8.6_@babel+core@7.8.6 '@babel/helper-module-imports': 7.8.3 '@babel/helper-plugin-utils': 7.8.3 - '@babel/plugin-proposal-async-generator-functions': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-proposal-dynamic-import': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-proposal-json-strings': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-proposal-object-rest-spread': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-proposal-optional-catch-binding': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-proposal-optional-chaining': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-proposal-unicode-property-regex': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.8.4 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-syntax-top-level-await': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-arrow-functions': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-async-to-generator': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-block-scoped-functions': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-block-scoping': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-classes': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-computed-properties': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-destructuring': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-dotall-regex': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-duplicate-keys': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-exponentiation-operator': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-for-of': 7.8.4_@babel+core@7.8.4 - '@babel/plugin-transform-function-name': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-literals': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-member-expression-literals': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-modules-amd': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-modules-commonjs': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-modules-systemjs': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-modules-umd': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-named-capturing-groups-regex': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-new-target': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-object-super': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-parameters': 7.8.4_@babel+core@7.8.4 - '@babel/plugin-transform-property-literals': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-regenerator': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-reserved-words': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-shorthand-properties': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-spread': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-sticky-regex': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-template-literals': 7.8.3_@babel+core@7.8.4 - '@babel/plugin-transform-typeof-symbol': 7.8.4_@babel+core@7.8.4 - '@babel/plugin-transform-unicode-regex': 7.8.3_@babel+core@7.8.4 - '@babel/types': 7.8.3 + '@babel/plugin-proposal-async-generator-functions': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-proposal-dynamic-import': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-proposal-json-strings': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-proposal-object-rest-spread': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-proposal-optional-catch-binding': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-proposal-optional-chaining': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-proposal-unicode-property-regex': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.8.6 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-syntax-top-level-await': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-arrow-functions': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-async-to-generator': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-block-scoped-functions': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-block-scoping': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-classes': 7.8.6_@babel+core@7.8.6 + '@babel/plugin-transform-computed-properties': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-destructuring': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-dotall-regex': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-duplicate-keys': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-exponentiation-operator': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-for-of': 7.8.6_@babel+core@7.8.6 + '@babel/plugin-transform-function-name': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-literals': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-member-expression-literals': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-modules-amd': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-modules-commonjs': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-modules-systemjs': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-modules-umd': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-named-capturing-groups-regex': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-new-target': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-object-super': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-parameters': 7.8.4_@babel+core@7.8.6 + '@babel/plugin-transform-property-literals': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-regenerator': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-reserved-words': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-shorthand-properties': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-spread': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-sticky-regex': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-template-literals': 7.8.3_@babel+core@7.8.6 + '@babel/plugin-transform-typeof-symbol': 7.8.4_@babel+core@7.8.6 + '@babel/plugin-transform-unicode-regex': 7.8.3_@babel+core@7.8.6 + '@babel/types': 7.8.6 browserslist: 4.8.6 core-js-compat: 3.6.4 invariant: 2.2.4 @@ -814,7 +814,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-HihCgpr45AnSOHRbS5cWNTINs0TwaR8BS8xIIH+QwiW8cKL0llV91njQMpeMReEPVs+1Ao0x3RLEBLtt1hOq4w== + integrity: sha512-M5u8llV9DIVXBFB/ArIpqJuvXpO+ymxcJ6e8ZAmzeK3sQeBNOD1y+rHvHCGG4TlEmsNpIrdecsHGHT8ZCoOSJg== /@babel/runtime/7.8.4: dependencies: regenerator-runtime: 0.13.3 @@ -824,25 +824,47 @@ packages: /@babel/template/7.8.3: dependencies: '@babel/code-frame': 7.8.3 - '@babel/parser': 7.8.4 - '@babel/types': 7.8.3 + '@babel/parser': 7.8.6 + '@babel/types': 7.8.6 dev: true resolution: integrity: sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ== + /@babel/template/7.8.6: + dependencies: + '@babel/code-frame': 7.8.3 + '@babel/parser': 7.8.6 + '@babel/types': 7.8.6 + dev: true + resolution: + integrity: sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg== /@babel/traverse/7.8.4: dependencies: '@babel/code-frame': 7.8.3 - '@babel/generator': 7.8.4 + '@babel/generator': 7.8.6 '@babel/helper-function-name': 7.8.3 '@babel/helper-split-export-declaration': 7.8.3 - '@babel/parser': 7.8.4 - '@babel/types': 7.8.3 + '@babel/parser': 7.8.6 + '@babel/types': 7.8.6 debug: 4.1.1 globals: 11.12.0 lodash: 4.17.15 dev: true resolution: integrity: sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg== + /@babel/traverse/7.8.6: + dependencies: + '@babel/code-frame': 7.8.3 + '@babel/generator': 7.8.6 + '@babel/helper-function-name': 7.8.3 + '@babel/helper-split-export-declaration': 7.8.3 + '@babel/parser': 7.8.6 + '@babel/types': 7.8.6 + debug: 4.1.1 + globals: 11.12.0 + lodash: 4.17.15 + dev: true + resolution: + integrity: sha512-2B8l0db/DPi8iinITKuo7cbPznLCEk0kCxDoB9/N6gGNg/gxOXiR/IcymAFPiBwk5w6TtQ27w4wpElgp9btR9A== /@babel/types/7.7.4: dependencies: esutils: 2.0.3 @@ -859,6 +881,14 @@ packages: dev: true resolution: integrity: sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg== + /@babel/types/7.8.6: + dependencies: + esutils: 2.0.3 + lodash: 4.17.15 + to-fast-properties: 2.0.0 + dev: true + resolution: + integrity: sha512-wqz7pgWMIrht3gquyEFPVXeXCti72Rm8ep9b5tQKz9Yg9LzJA3HxosF1SB3Kc81KD1A3XBkkVYtJvCKS2Z/QrA== /@csstools/convert-colors/1.4.0: dev: true engines: @@ -4848,9 +4878,9 @@ packages: hasBin: true resolution: integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== - /rollup-plugin-babel/4.3.3_@babel+core@7.8.4+rollup@1.31.1: + /rollup-plugin-babel/4.3.3_@babel+core@7.8.6+rollup@1.31.1: dependencies: - '@babel/core': 7.8.4 + '@babel/core': 7.8.6 '@babel/helper-module-imports': 7.7.4 rollup: 1.31.1 rollup-pluginutils: 2.8.2 @@ -4880,7 +4910,7 @@ packages: dev: true resolution: integrity: sha512-u35kXiY11ULeNQGTlRkYx7uGJ/hS/Dx3wj8f9YVC3oMLTGU9fOqQJsAKYtBFZU3gJ8Vt3gu8ppB1vnKl+7gatQ== - /rollup-plugin-hot/0.0.10_rollup@1.31.1: + /rollup-plugin-hot/0.0.11_rollup@1.31.1: dependencies: cors: 2.8.5 express: 4.17.1 @@ -4891,7 +4921,7 @@ packages: peerDependencies: rollup: ^1.24.0 resolution: - integrity: sha512-lKmYBLtp0Wq/fUYsQxcbLrG+jOOuFxxzV8uidNuOyMiB2FEXWmMk/NBoVYGcvm+0K6GNf2FFHlGQojIpIk6L0A== + integrity: sha512-UIc9uvbcn1quyuHMYFabod36edvxO5smBOR3ReBEyTOjA+AWk18DJKP6P/Ergm7ylTpHm6BDlzAatk5LezfICw== /rollup-plugin-hot/0.0.9_rollup@1.31.1: dependencies: cors: 2.8.5 @@ -4904,7 +4934,7 @@ packages: rollup: ^1.24.0 resolution: integrity: sha512-AiWyZ/iwNagJE1zsn4yF5yOrnKWaZ9boXvX/Dg1w4dkhZ8F4gJStimRt/gl1O9EcRRv+TEZGdVen5/IqAY8VBA== - /rollup-plugin-svelte-hot/0.2.1_rollup@1.31.1+svelte@3.18.2: + /rollup-plugin-svelte-hot/0.3.0_rollup@1.31.1+svelte@3.18.2: dependencies: require-relative: 0.8.7 rollup: 1.31.1 @@ -4912,7 +4942,7 @@ packages: rollup-pluginutils: 2.8.2 sourcemap-codec: 1.4.8 svelte: 3.18.2 - svelte-hmr: 0.2.1_svelte@3.18.2 + svelte-hmr: 0.3.1_svelte@3.18.2 dev: true optionalDependencies: nollup: 0.10.4_rollup@1.31.1 @@ -4920,7 +4950,7 @@ packages: rollup: '>=0.60.0' svelte: '>=3.6.0' resolution: - integrity: sha512-pfd+fue2KG4yXAI6/eV0x10oAfblv6G16R55Dk/wbddoAbRQ+ucCjZIWgG9LjiTviBrw/ZgE26jGVy2Hm7l0ZQ== + integrity: sha512-hQQ+aX3v6YPU8zZtMKlLTRNScOZEMHa3hrUGSfhQurE7WYy2KWVd7UyxPHbCOjaAnfTCmOBW7n05BlI/b5T3ag== /rollup-plugin-svelte/5.1.1_rollup@1.31.1+svelte@3.18.2: dependencies: require-relative: 0.8.7 @@ -5454,14 +5484,14 @@ packages: node: '>=6' resolution: integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== - /svelte-hmr/0.2.1_svelte@3.18.2: + /svelte-hmr/0.3.1_svelte@3.18.2: dependencies: svelte: 3.18.2 dev: true peerDependencies: svelte: '>= 3.19' resolution: - integrity: sha512-bhecuHQIopT1pn9Y6QF1aNIU5Jh8i2/+adkIxqly3fzd4IuGrDrHDw4ydFcFXbqBpvH5R5akVCKnrYwtYPOBNw== + integrity: sha512-kXophay8gWcoYQbW+GHOTemtyySJ7C6Uuw++uas6B8UKQU5OXvl4okfJUsIO31VO6dejisU+NA8NduTZ4vEnjQ== /svelte-preprocess/3.4.0_svelte@3.18.2: dependencies: '@types/pug': 2.0.4 @@ -5883,10 +5913,10 @@ packages: resolution: integrity: sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg= specifiers: - '@babel/core': ^7.8.4 + '@babel/core': ^7.8.6 '@babel/plugin-syntax-dynamic-import': ^7.8.3 '@babel/plugin-transform-runtime': ^7.8.3 - '@babel/preset-env': ^7.8.4 + '@babel/preset-env': ^7.8.6 '@babel/runtime': ^7.8.4 '@rollup/plugin-commonjs': ^11.0.2 '@rollup/plugin-node-resolve': ^7.1.1 @@ -5915,9 +5945,9 @@ specifiers: rollup-plugin-babel: ^4.3.3 rollup-plugin-commonjs: ^10.1.0 rollup-plugin-eslint: ^7.0.0 - rollup-plugin-hot: ^0.0.10 + rollup-plugin-hot: ^0.0.11 rollup-plugin-svelte: ^5.1.1 - rollup-plugin-svelte-hot: ^0.2.1 + rollup-plugin-svelte-hot: ^0.3.0 rollup-plugin-terser: ^5.2.0 sapper: ^0.27.10 shufflejs: ^5.2.3