From 8fcb45be378cb60cca728c2d833fee7574e5509e Mon Sep 17 00:00:00 2001 From: Alexandre Date: Wed, 2 Jun 2021 21:13:53 +0200 Subject: [PATCH] :arrow_up: Update dependencies --- .pnpm-debug.log | 14 ++ js/package.json | 4 +- js/pnpm-lock.yaml | 220 ++++++++++---------- ts-bootstrap/package.json | 8 +- ts-bootstrap/pnpm-lock.yaml | 249 +++++++++++----------- ts-minimal/package.json | 4 +- ts-minimal/pnpm-lock.yaml | 220 ++++++++++---------- ts-router/package.json | 8 +- ts-router/pnpm-lock.yaml | 405 +++++++++++++----------------------- ts-tailwind/package.json | 6 +- ts-tailwind/pnpm-lock.yaml | 397 ++++++++++++----------------------- ts/package.json | 4 +- ts/pnpm-lock.yaml | 220 ++++++++++---------- 13 files changed, 766 insertions(+), 993 deletions(-) create mode 100644 .pnpm-debug.log diff --git a/.pnpm-debug.log b/.pnpm-debug.log new file mode 100644 index 0000000..948901d --- /dev/null +++ b/.pnpm-debug.log @@ -0,0 +1,14 @@ +{ + "0 debug pnpm:scope": { + "selected": 1 + }, + "1 error pnpm": { + "code": "ERR_PNPM_NO_IMPORTER_MANIFEST", + "err": { + "name": "Error", + "message": "No package.json found", + "code": "ERR_PNPM_NO_IMPORTER_MANIFEST", + "stack": "Error: No package.json found\n at Object.handler [as default] (/home/alexandre/.volta/tools/image/packages/pnpm/lib/node_modules/pnpm/dist/pnpm.cjs:111737:15)\n at async Timeout._onTimeout (/home/alexandre/.volta/tools/image/packages/pnpm/lib/node_modules/pnpm/dist/pnpm.cjs:121003:22)" + } + } +} \ No newline at end of file diff --git a/js/package.json b/js/package.json index ae22564..9467834 100644 --- a/js/package.json +++ b/js/package.json @@ -8,8 +8,8 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.3.1", - "vite-plugin-solid": "^1.7.0" + "vite": "^2.3.6", + "vite-plugin-solid": "^1.8.0" }, "dependencies": { "solid-js": "^0.26.5" diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index a542789..749e0f7 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -2,15 +2,15 @@ lockfileVersion: 5.3 specifiers: solid-js: ^0.26.5 - vite: ^2.3.1 - vite-plugin-solid: ^1.7.0 + vite: ^2.3.6 + vite-plugin-solid: ^1.8.0 dependencies: solid-js: 0.26.5 devDependencies: - vite: 2.3.1 - vite-plugin-solid: 1.7.0 + vite: 2.3.6 + vite-plugin-solid: 1.8.0 packages: @@ -20,23 +20,23 @@ packages: '@babel/highlight': 7.14.0 dev: true - /@babel/compat-data/7.14.0: - resolution: {integrity: sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==} + /@babel/compat-data/7.14.4: + resolution: {integrity: sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==} dev: true - /@babel/core/7.14.0: - resolution: {integrity: sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw==} + /@babel/core/7.14.3: + resolution: {integrity: sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.14.1 - '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.14.0 - '@babel/helper-module-transforms': 7.14.0 + '@babel/generator': 7.14.3 + '@babel/helper-compilation-targets': 7.14.4_@babel+core@7.14.3 + '@babel/helper-module-transforms': 7.14.2 '@babel/helpers': 7.14.0 - '@babel/parser': 7.14.1 + '@babel/parser': 7.14.4 '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 @@ -47,10 +47,10 @@ packages: - supports-color dev: true - /@babel/generator/7.14.1: - resolution: {integrity: sha512-TMGhsXMXCP/O1WtQmZjpEYDhCYC9vFhayWZPJSZCGkPJgUqX0rF0wwtrYvnzVxIjcF80tkUertXVk5cwqi5cAQ==} + /@babel/generator/7.14.3: + resolution: {integrity: sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 jsesc: 2.5.2 source-map: 0.5.7 dev: true @@ -58,74 +58,74 @@ packages: /@babel/helper-annotate-as-pure/7.12.13: resolution: {integrity: sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true - /@babel/helper-compilation-targets/7.13.16_@babel+core@7.14.0: - resolution: {integrity: sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==} + /@babel/helper-compilation-targets/7.14.4_@babel+core@7.14.3: + resolution: {integrity: sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.14.0 - '@babel/core': 7.14.0 + '@babel/compat-data': 7.14.4 + '@babel/core': 7.14.3 '@babel/helper-validator-option': 7.12.17 browserslist: 4.16.6 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.14.1_@babel+core@7.14.0: - resolution: {integrity: sha512-r8rsUahG4ywm0QpGcCrLaUSOuNAISR3IZCg4Fx05Ozq31aCUrQsTLH6KPxy0N5ULoQ4Sn9qjNdGNtbPWAC6hYg==} + /@babel/helper-create-class-features-plugin/7.14.4_@babel+core@7.14.3: + resolution: {integrity: sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-annotate-as-pure': 7.12.13 - '@babel/helper-function-name': 7.12.13 + '@babel/helper-function-name': 7.14.2 '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/helper-replace-supers': 7.13.12 + '@babel/helper-replace-supers': 7.14.4 '@babel/helper-split-export-declaration': 7.12.13 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-function-name/7.12.13: - resolution: {integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==} + /@babel/helper-function-name/7.14.2: + resolution: {integrity: sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==} dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-get-function-arity/7.12.13: resolution: {integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-member-expression-to-functions/7.13.12: resolution: {integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-module-imports/7.13.12: resolution: {integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true - /@babel/helper-module-transforms/7.14.0: - resolution: {integrity: sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw==} + /@babel/helper-module-transforms/7.14.2: + resolution: {integrity: sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==} dependencies: '@babel/helper-module-imports': 7.13.12 - '@babel/helper-replace-supers': 7.13.12 + '@babel/helper-replace-supers': 7.14.4 '@babel/helper-simple-access': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.14.0 '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 transitivePeerDependencies: - supports-color dev: true @@ -133,20 +133,20 @@ packages: /@babel/helper-optimise-call-expression/7.12.13: resolution: {integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-plugin-utils/7.13.0: resolution: {integrity: sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==} dev: true - /@babel/helper-replace-supers/7.13.12: - resolution: {integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==} + /@babel/helper-replace-supers/7.14.4: + resolution: {integrity: sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==} dependencies: '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 transitivePeerDependencies: - supports-color dev: true @@ -154,13 +154,13 @@ packages: /@babel/helper-simple-access/7.13.12: resolution: {integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-split-export-declaration/7.12.13: resolution: {integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-validator-identifier/7.14.0: @@ -175,8 +175,8 @@ packages: resolution: {integrity: sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==} dependencies: '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 transitivePeerDependencies: - supports-color dev: true @@ -189,52 +189,52 @@ packages: js-tokens: 4.0.0 dev: true - /@babel/parser/7.14.1: - resolution: {integrity: sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q==} + /@babel/parser/7.14.4: + resolution: {integrity: sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==} engines: {node: '>=6.0.0'} hasBin: true dev: true - /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.14.0: + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.14.3: resolution: {integrity: sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.14.0: + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.14.3: resolution: {integrity: sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-typescript/7.13.0_@babel+core@7.14.0: - resolution: {integrity: sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ==} + /@babel/plugin-transform-typescript/7.14.4_@babel+core@7.14.3: + resolution: {integrity: sha512-WYdcGNEO7mCCZ2XzRlxwGj3PgeAr50ifkofOUC/+IN/GzKLB+biDPVBUAQN2C/dVZTvEXCp80kfQ1FFZPrwykQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 - '@babel/helper-create-class-features-plugin': 7.14.1_@babel+core@7.14.0 + '@babel/core': 7.14.3 + '@babel/helper-create-class-features-plugin': 7.14.4_@babel+core@7.14.3 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.14.3 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-typescript/7.13.0_@babel+core@7.14.0: + /@babel/preset-typescript/7.13.0_@babel+core@7.14.3: resolution: {integrity: sha512-LXJwxrHy0N3f6gIJlYbLta1D9BDtHpQeqwzM0LIfjDlr6UE/D5Mc7W4iDiQzaE+ks0sTjT26ArcHWnJVt0QiHw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.14.0 + '@babel/plugin-transform-typescript': 7.14.4_@babel+core@7.14.3 transitivePeerDependencies: - supports-color dev: true @@ -243,27 +243,27 @@ packages: resolution: {integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==} dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.14.1 - '@babel/types': 7.14.1 + '@babel/parser': 7.14.4 + '@babel/types': 7.14.4 dev: true - /@babel/traverse/7.14.0: - resolution: {integrity: sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==} + /@babel/traverse/7.14.2: + resolution: {integrity: sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==} dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.14.1 - '@babel/helper-function-name': 7.12.13 + '@babel/generator': 7.14.3 + '@babel/helper-function-name': 7.14.2 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.14.1 - '@babel/types': 7.14.1 + '@babel/parser': 7.14.4 + '@babel/types': 7.14.4 debug: 4.3.1 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types/7.14.1: - resolution: {integrity: sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==} + /@babel/types/7.14.4: + resolution: {integrity: sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==} dependencies: '@babel/helper-validator-identifier': 7.14.0 to-fast-properties: 2.0.0 @@ -276,20 +276,20 @@ packages: color-convert: 1.9.3 dev: true - /babel-plugin-jsx-dom-expressions/0.26.3_@babel+core@7.14.0: + /babel-plugin-jsx-dom-expressions/0.26.3_@babel+core@7.14.3: resolution: {integrity: sha512-TtcqjKrCzP9m8eMKBTxwdqTK5PlySn6+mYt6vJTbgQ7cCNtnurLUqPFN+ObG1dY60D2ZgUGc86/7O6plXDjsXg==} dependencies: '@babel/helper-module-imports': 7.13.12 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.14.0 - '@babel/types': 7.14.1 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.14.3 + '@babel/types': 7.14.4 transitivePeerDependencies: - '@babel/core' dev: true - /babel-preset-solid/0.26.5_@babel+core@7.14.0: + /babel-preset-solid/0.26.5_@babel+core@7.14.3: resolution: {integrity: sha512-SXMSmp3iL3FTbcy2QB4poHSbsPMrNSHOk8vIgQSMI/8UwxbxjjAG1iDDcqjsgWw6DqndxM6Z6nID9+94aT8NCQ==} dependencies: - babel-plugin-jsx-dom-expressions: 0.26.3_@babel+core@7.14.0 + babel-plugin-jsx-dom-expressions: 0.26.3_@babel+core@7.14.3 transitivePeerDependencies: - '@babel/core' dev: true @@ -299,15 +299,15 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001228 + caniuse-lite: 1.0.30001233 colorette: 1.2.2 - electron-to-chromium: 1.3.727 + electron-to-chromium: 1.3.743 escalade: 3.1.1 - node-releases: 1.1.71 + node-releases: 1.1.72 dev: true - /caniuse-lite/1.0.30001228: - resolution: {integrity: sha512-QQmLOGJ3DEgokHbMSA8cj2a+geXqmnpyOFT0lhQV6P3/YOJvGDEwoedcwxEQ30gJIwIIunHIicunJ2rzK5gB2A==} + /caniuse-lite/1.0.30001233: + resolution: {integrity: sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==} dev: true /chalk/2.4.2: @@ -351,12 +351,12 @@ packages: ms: 2.1.2 dev: true - /electron-to-chromium/1.3.727: - resolution: {integrity: sha512-Mfz4FIB4FSvEwBpDfdipRIrwd6uo8gUDoRDF4QEYb4h4tSuI3ov594OrjU6on042UlFHouIJpClDODGkPcBSbg==} + /electron-to-chromium/1.3.743: + resolution: {integrity: sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==} dev: true - /esbuild/0.11.20: - resolution: {integrity: sha512-QOZrVpN/Yz74xfat0H6euSgn3RnwLevY1mJTEXneukz1ln9qB+ieaerRMzSeETpz/UJWsBMzRVR/andBht5WKw==} + /esbuild/0.12.5: + resolution: {integrity: sha512-vcuP53pA5XiwUU4FnlXM+2PnVjTfHGthM7uP1gtp+9yfheGvFFbq/KyuESThmtoHPUrfZH5JpxGVJIFDVD1Egw==} hasBin: true requiresBuild: true dev: true @@ -453,32 +453,32 @@ packages: hasBin: true dev: true - /node-releases/1.1.71: - resolution: {integrity: sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==} + /node-releases/1.1.72: + resolution: {integrity: sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw==} dev: true - /path-parse/1.0.6: - resolution: {integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==} + /path-parse/1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} dev: true - /postcss/8.2.15: - resolution: {integrity: sha512-2zO3b26eJD/8rb106Qu2o7Qgg52ND5HPjcyQiK2B98O388h43A448LCslC0dI2P97wCAQRJsFvwTRcXxTKds+Q==} + /postcss/8.3.0: + resolution: {integrity: sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==} engines: {node: ^10 || ^12 || >=14} dependencies: colorette: 1.2.2 nanoid: 3.1.23 - source-map: 0.6.1 + source-map-js: 0.6.2 dev: true /resolve/1.20.0: resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} dependencies: is-core-module: 2.4.0 - path-parse: 1.0.6 + path-parse: 1.0.7 dev: true - /rollup/2.47.0: - resolution: {integrity: sha512-rqBjgq9hQfW0vRmz+0S062ORRNJXvwRpzxhFXORvar/maZqY6za3rgQ/p1Glg+j1hnc1GtYyQCPiAei95uTElg==} + /rollup/2.50.5: + resolution: {integrity: sha512-Ztz4NurU2LbS3Jn5rlhnYv35z6pkjBUmYKr94fOBIKINKRO6kug9NTFHArT7jqwMP2kqEZ39jJuEtkk91NBltQ==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -505,13 +505,13 @@ packages: solid-js: 0.26.5 dev: true - /source-map/0.5.7: - resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=} + /source-map-js/0.6.2: + resolution: {integrity: sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==} engines: {node: '>=0.10.0'} dev: true - /source-map/0.6.1: - resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + /source-map/0.5.7: + resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=} engines: {node: '>=0.10.0'} dev: true @@ -531,29 +531,29 @@ packages: resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==} dev: true - /vite-plugin-solid/1.7.0: - resolution: {integrity: sha512-KVkHmNWLVm2Ricgy9IfJjrNoWxm6w3VOzo41F0Bn6tNlplNqNyUH3MBouuw8bb1uiWsCGXzjr0Js9RZnyUEtUA==} + /vite-plugin-solid/1.8.0: + resolution: {integrity: sha512-LdgrWCBdclR1Mim3pdZNf57IcmUh8KU/kdWgj3uDQKPMywmvS3V5DjhZHxeIpTV1ePLwkyZSmBzQkqTP1EoO8g==} dependencies: - '@babel/core': 7.14.0 - '@babel/preset-typescript': 7.13.0_@babel+core@7.14.0 - babel-preset-solid: 0.26.5_@babel+core@7.14.0 + '@babel/core': 7.14.3 + '@babel/preset-typescript': 7.13.0_@babel+core@7.14.3 + babel-preset-solid: 0.26.5_@babel+core@7.14.3 merge-anything: 4.0.1 solid-js: 0.26.5 solid-refresh: 0.1.2_solid-js@0.26.5 - vite: 2.3.1 + vite: 2.3.6 transitivePeerDependencies: - supports-color dev: true - /vite/2.3.1: - resolution: {integrity: sha512-yvcLclv/G0syHL+bBtahdaymH0x6La8kbTlnAssRH+XFvDNb8VPRruHhILCCmZgtx6Zu/UKNFTQnQ4Gk/omyUA==} + /vite/2.3.6: + resolution: {integrity: sha512-fsEpNKDHgh3Sn66JH06ZnUBnIgUVUtw6ucDhlOj1CEqxIkymU25yv1/kWDPlIjyYHnalr0cN6V+zzUJ+fmWHYw==} engines: {node: '>=12.0.0'} hasBin: true dependencies: - esbuild: 0.11.20 - postcss: 8.2.15 + esbuild: 0.12.5 + postcss: 8.3.0 resolve: 1.20.0 - rollup: 2.47.0 + rollup: 2.50.5 optionalDependencies: fsevents: 2.3.2 dev: true diff --git a/ts-bootstrap/package.json b/ts-bootstrap/package.json index 6213157..77c337a 100644 --- a/ts-bootstrap/package.json +++ b/ts-bootstrap/package.json @@ -8,13 +8,13 @@ }, "license": "ISC", "devDependencies": { - "sass": "^1.32.12", - "vite": "^2.3.1", - "vite-plugin-solid": "^1.7.0" + "sass": "^1.34.0", + "vite": "^2.3.6", + "vite-plugin-solid": "^1.8.0" }, "dependencies": { "@popperjs/core": "^2.9.2", - "bootstrap": "^4.6.0", + "bootstrap": "^5.0.1", "solid-js": "^0.26.5" } } diff --git a/ts-bootstrap/pnpm-lock.yaml b/ts-bootstrap/pnpm-lock.yaml index f80f9ce..cc32f40 100644 --- a/ts-bootstrap/pnpm-lock.yaml +++ b/ts-bootstrap/pnpm-lock.yaml @@ -2,21 +2,21 @@ lockfileVersion: 5.3 specifiers: '@popperjs/core': ^2.9.2 - bootstrap: ^4.6.0 - sass: ^1.32.12 + bootstrap: ^5.0.1 + sass: ^1.34.0 solid-js: ^0.26.5 - vite: ^2.3.1 - vite-plugin-solid: ^1.7.0 + vite: ^2.3.6 + vite-plugin-solid: ^1.8.0 dependencies: '@popperjs/core': 2.9.2 - bootstrap: 4.6.0 + bootstrap: 5.0.1_@popperjs+core@2.9.2 solid-js: 0.26.5 devDependencies: - sass: 1.32.12 - vite: 2.3.1 - vite-plugin-solid: 1.7.0 + sass: 1.34.0 + vite: 2.3.6 + vite-plugin-solid: 1.8.0 packages: @@ -26,23 +26,23 @@ packages: '@babel/highlight': 7.14.0 dev: true - /@babel/compat-data/7.14.0: - resolution: {integrity: sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==} + /@babel/compat-data/7.14.4: + resolution: {integrity: sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==} dev: true - /@babel/core/7.14.0: - resolution: {integrity: sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw==} + /@babel/core/7.14.3: + resolution: {integrity: sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.14.1 - '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.14.0 - '@babel/helper-module-transforms': 7.14.0 + '@babel/generator': 7.14.3 + '@babel/helper-compilation-targets': 7.14.4_@babel+core@7.14.3 + '@babel/helper-module-transforms': 7.14.2 '@babel/helpers': 7.14.0 - '@babel/parser': 7.14.1 + '@babel/parser': 7.14.4 '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 @@ -53,10 +53,10 @@ packages: - supports-color dev: true - /@babel/generator/7.14.1: - resolution: {integrity: sha512-TMGhsXMXCP/O1WtQmZjpEYDhCYC9vFhayWZPJSZCGkPJgUqX0rF0wwtrYvnzVxIjcF80tkUertXVk5cwqi5cAQ==} + /@babel/generator/7.14.3: + resolution: {integrity: sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 jsesc: 2.5.2 source-map: 0.5.7 dev: true @@ -64,74 +64,74 @@ packages: /@babel/helper-annotate-as-pure/7.12.13: resolution: {integrity: sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true - /@babel/helper-compilation-targets/7.13.16_@babel+core@7.14.0: - resolution: {integrity: sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==} + /@babel/helper-compilation-targets/7.14.4_@babel+core@7.14.3: + resolution: {integrity: sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.14.0 - '@babel/core': 7.14.0 + '@babel/compat-data': 7.14.4 + '@babel/core': 7.14.3 '@babel/helper-validator-option': 7.12.17 browserslist: 4.16.6 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.14.1_@babel+core@7.14.0: - resolution: {integrity: sha512-r8rsUahG4ywm0QpGcCrLaUSOuNAISR3IZCg4Fx05Ozq31aCUrQsTLH6KPxy0N5ULoQ4Sn9qjNdGNtbPWAC6hYg==} + /@babel/helper-create-class-features-plugin/7.14.4_@babel+core@7.14.3: + resolution: {integrity: sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-annotate-as-pure': 7.12.13 - '@babel/helper-function-name': 7.12.13 + '@babel/helper-function-name': 7.14.2 '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/helper-replace-supers': 7.13.12 + '@babel/helper-replace-supers': 7.14.4 '@babel/helper-split-export-declaration': 7.12.13 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-function-name/7.12.13: - resolution: {integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==} + /@babel/helper-function-name/7.14.2: + resolution: {integrity: sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==} dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-get-function-arity/7.12.13: resolution: {integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-member-expression-to-functions/7.13.12: resolution: {integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-module-imports/7.13.12: resolution: {integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true - /@babel/helper-module-transforms/7.14.0: - resolution: {integrity: sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw==} + /@babel/helper-module-transforms/7.14.2: + resolution: {integrity: sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==} dependencies: '@babel/helper-module-imports': 7.13.12 - '@babel/helper-replace-supers': 7.13.12 + '@babel/helper-replace-supers': 7.14.4 '@babel/helper-simple-access': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.14.0 '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 transitivePeerDependencies: - supports-color dev: true @@ -139,20 +139,20 @@ packages: /@babel/helper-optimise-call-expression/7.12.13: resolution: {integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-plugin-utils/7.13.0: resolution: {integrity: sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==} dev: true - /@babel/helper-replace-supers/7.13.12: - resolution: {integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==} + /@babel/helper-replace-supers/7.14.4: + resolution: {integrity: sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==} dependencies: '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 transitivePeerDependencies: - supports-color dev: true @@ -160,13 +160,13 @@ packages: /@babel/helper-simple-access/7.13.12: resolution: {integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-split-export-declaration/7.12.13: resolution: {integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-validator-identifier/7.14.0: @@ -181,8 +181,8 @@ packages: resolution: {integrity: sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==} dependencies: '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 transitivePeerDependencies: - supports-color dev: true @@ -195,52 +195,52 @@ packages: js-tokens: 4.0.0 dev: true - /@babel/parser/7.14.1: - resolution: {integrity: sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q==} + /@babel/parser/7.14.4: + resolution: {integrity: sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==} engines: {node: '>=6.0.0'} hasBin: true dev: true - /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.14.0: + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.14.3: resolution: {integrity: sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.14.0: + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.14.3: resolution: {integrity: sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-typescript/7.13.0_@babel+core@7.14.0: - resolution: {integrity: sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ==} + /@babel/plugin-transform-typescript/7.14.4_@babel+core@7.14.3: + resolution: {integrity: sha512-WYdcGNEO7mCCZ2XzRlxwGj3PgeAr50ifkofOUC/+IN/GzKLB+biDPVBUAQN2C/dVZTvEXCp80kfQ1FFZPrwykQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 - '@babel/helper-create-class-features-plugin': 7.14.1_@babel+core@7.14.0 + '@babel/core': 7.14.3 + '@babel/helper-create-class-features-plugin': 7.14.4_@babel+core@7.14.3 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.14.3 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-typescript/7.13.0_@babel+core@7.14.0: + /@babel/preset-typescript/7.13.0_@babel+core@7.14.3: resolution: {integrity: sha512-LXJwxrHy0N3f6gIJlYbLta1D9BDtHpQeqwzM0LIfjDlr6UE/D5Mc7W4iDiQzaE+ks0sTjT26ArcHWnJVt0QiHw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.14.0 + '@babel/plugin-transform-typescript': 7.14.4_@babel+core@7.14.3 transitivePeerDependencies: - supports-color dev: true @@ -249,27 +249,27 @@ packages: resolution: {integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==} dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.14.1 - '@babel/types': 7.14.1 + '@babel/parser': 7.14.4 + '@babel/types': 7.14.4 dev: true - /@babel/traverse/7.14.0: - resolution: {integrity: sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==} + /@babel/traverse/7.14.2: + resolution: {integrity: sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==} dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.14.1 - '@babel/helper-function-name': 7.12.13 + '@babel/generator': 7.14.3 + '@babel/helper-function-name': 7.14.2 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.14.1 - '@babel/types': 7.14.1 + '@babel/parser': 7.14.4 + '@babel/types': 7.14.4 debug: 4.3.1 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types/7.14.1: - resolution: {integrity: sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==} + /@babel/types/7.14.4: + resolution: {integrity: sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==} dependencies: '@babel/helper-validator-identifier': 7.14.0 to-fast-properties: 2.0.0 @@ -291,23 +291,23 @@ packages: engines: {node: '>= 8'} dependencies: normalize-path: 3.0.0 - picomatch: 2.2.3 + picomatch: 2.3.0 dev: true - /babel-plugin-jsx-dom-expressions/0.26.3_@babel+core@7.14.0: + /babel-plugin-jsx-dom-expressions/0.26.3_@babel+core@7.14.3: resolution: {integrity: sha512-TtcqjKrCzP9m8eMKBTxwdqTK5PlySn6+mYt6vJTbgQ7cCNtnurLUqPFN+ObG1dY60D2ZgUGc86/7O6plXDjsXg==} dependencies: '@babel/helper-module-imports': 7.13.12 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.14.0 - '@babel/types': 7.14.1 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.14.3 + '@babel/types': 7.14.4 transitivePeerDependencies: - '@babel/core' dev: true - /babel-preset-solid/0.26.5_@babel+core@7.14.0: + /babel-preset-solid/0.26.5_@babel+core@7.14.3: resolution: {integrity: sha512-SXMSmp3iL3FTbcy2QB4poHSbsPMrNSHOk8vIgQSMI/8UwxbxjjAG1iDDcqjsgWw6DqndxM6Z6nID9+94aT8NCQ==} dependencies: - babel-plugin-jsx-dom-expressions: 0.26.3_@babel+core@7.14.0 + babel-plugin-jsx-dom-expressions: 0.26.3_@babel+core@7.14.3 transitivePeerDependencies: - '@babel/core' dev: true @@ -317,11 +317,12 @@ packages: engines: {node: '>=8'} dev: true - /bootstrap/4.6.0: - resolution: {integrity: sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw==} + /bootstrap/5.0.1_@popperjs+core@2.9.2: + resolution: {integrity: sha512-Fl79+wsLOZKoiU345KeEaWD0ik8WKRI5zm0YSPj2oF1Qr+BO7z0fco6GbUtqjoG1h4VI89PeKJnMsMMVQdKKTw==} peerDependencies: - jquery: 1.9.1 - 3 - popper.js: ^1.16.1 + '@popperjs/core': ^2.9.2 + dependencies: + '@popperjs/core': 2.9.2 dev: false /braces/3.0.2: @@ -336,15 +337,15 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001228 + caniuse-lite: 1.0.30001233 colorette: 1.2.2 - electron-to-chromium: 1.3.727 + electron-to-chromium: 1.3.743 escalade: 3.1.1 - node-releases: 1.1.71 + node-releases: 1.1.72 dev: true - /caniuse-lite/1.0.30001228: - resolution: {integrity: sha512-QQmLOGJ3DEgokHbMSA8cj2a+geXqmnpyOFT0lhQV6P3/YOJvGDEwoedcwxEQ30gJIwIIunHIicunJ2rzK5gB2A==} + /caniuse-lite/1.0.30001233: + resolution: {integrity: sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==} dev: true /chalk/2.4.2: @@ -403,12 +404,12 @@ packages: ms: 2.1.2 dev: true - /electron-to-chromium/1.3.727: - resolution: {integrity: sha512-Mfz4FIB4FSvEwBpDfdipRIrwd6uo8gUDoRDF4QEYb4h4tSuI3ov594OrjU6on042UlFHouIJpClDODGkPcBSbg==} + /electron-to-chromium/1.3.743: + resolution: {integrity: sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==} dev: true - /esbuild/0.11.20: - resolution: {integrity: sha512-QOZrVpN/Yz74xfat0H6euSgn3RnwLevY1mJTEXneukz1ln9qB+ieaerRMzSeETpz/UJWsBMzRVR/andBht5WKw==} + /esbuild/0.12.5: + resolution: {integrity: sha512-vcuP53pA5XiwUU4FnlXM+2PnVjTfHGthM7uP1gtp+9yfheGvFFbq/KyuESThmtoHPUrfZH5JpxGVJIFDVD1Egw==} hasBin: true requiresBuild: true dev: true @@ -543,8 +544,8 @@ packages: hasBin: true dev: true - /node-releases/1.1.71: - resolution: {integrity: sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==} + /node-releases/1.1.72: + resolution: {integrity: sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw==} dev: true /normalize-path/3.0.0: @@ -552,40 +553,40 @@ packages: engines: {node: '>=0.10.0'} dev: true - /path-parse/1.0.6: - resolution: {integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==} + /path-parse/1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} dev: true - /picomatch/2.2.3: - resolution: {integrity: sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==} + /picomatch/2.3.0: + resolution: {integrity: sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==} engines: {node: '>=8.6'} dev: true - /postcss/8.2.15: - resolution: {integrity: sha512-2zO3b26eJD/8rb106Qu2o7Qgg52ND5HPjcyQiK2B98O388h43A448LCslC0dI2P97wCAQRJsFvwTRcXxTKds+Q==} + /postcss/8.3.0: + resolution: {integrity: sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==} engines: {node: ^10 || ^12 || >=14} dependencies: colorette: 1.2.2 nanoid: 3.1.23 - source-map: 0.6.1 + source-map-js: 0.6.2 dev: true /readdirp/3.5.0: resolution: {integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==} engines: {node: '>=8.10.0'} dependencies: - picomatch: 2.2.3 + picomatch: 2.3.0 dev: true /resolve/1.20.0: resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} dependencies: is-core-module: 2.4.0 - path-parse: 1.0.6 + path-parse: 1.0.7 dev: true - /rollup/2.47.0: - resolution: {integrity: sha512-rqBjgq9hQfW0vRmz+0S062ORRNJXvwRpzxhFXORvar/maZqY6za3rgQ/p1Glg+j1hnc1GtYyQCPiAei95uTElg==} + /rollup/2.50.5: + resolution: {integrity: sha512-Ztz4NurU2LbS3Jn5rlhnYv35z6pkjBUmYKr94fOBIKINKRO6kug9NTFHArT7jqwMP2kqEZ39jJuEtkk91NBltQ==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -596,8 +597,8 @@ packages: resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} dev: true - /sass/1.32.12: - resolution: {integrity: sha512-zmXn03k3hN0KaiVTjohgkg98C3UowhL1/VSGdj4/VAAiMKGQOE80PFPxFP2Kyq0OUskPKcY5lImkhBKEHlypJA==} + /sass/1.34.0: + resolution: {integrity: sha512-rHEN0BscqjUYuomUEaqq3BMgsXqQfkcMVR7UhscsAVub0/spUrZGBMxQXFS2kfiDsPLZw5yuU9iJEFNC2x38Qw==} engines: {node: '>=8.9.0'} hasBin: true dependencies: @@ -620,13 +621,13 @@ packages: solid-js: 0.26.5 dev: true - /source-map/0.5.7: - resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=} + /source-map-js/0.6.2: + resolution: {integrity: sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==} engines: {node: '>=0.10.0'} dev: true - /source-map/0.6.1: - resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + /source-map/0.5.7: + resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=} engines: {node: '>=0.10.0'} dev: true @@ -653,29 +654,29 @@ packages: resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==} dev: true - /vite-plugin-solid/1.7.0: - resolution: {integrity: sha512-KVkHmNWLVm2Ricgy9IfJjrNoWxm6w3VOzo41F0Bn6tNlplNqNyUH3MBouuw8bb1uiWsCGXzjr0Js9RZnyUEtUA==} + /vite-plugin-solid/1.8.0: + resolution: {integrity: sha512-LdgrWCBdclR1Mim3pdZNf57IcmUh8KU/kdWgj3uDQKPMywmvS3V5DjhZHxeIpTV1ePLwkyZSmBzQkqTP1EoO8g==} dependencies: - '@babel/core': 7.14.0 - '@babel/preset-typescript': 7.13.0_@babel+core@7.14.0 - babel-preset-solid: 0.26.5_@babel+core@7.14.0 + '@babel/core': 7.14.3 + '@babel/preset-typescript': 7.13.0_@babel+core@7.14.3 + babel-preset-solid: 0.26.5_@babel+core@7.14.3 merge-anything: 4.0.1 solid-js: 0.26.5 solid-refresh: 0.1.2_solid-js@0.26.5 - vite: 2.3.1 + vite: 2.3.6 transitivePeerDependencies: - supports-color dev: true - /vite/2.3.1: - resolution: {integrity: sha512-yvcLclv/G0syHL+bBtahdaymH0x6La8kbTlnAssRH+XFvDNb8VPRruHhILCCmZgtx6Zu/UKNFTQnQ4Gk/omyUA==} + /vite/2.3.6: + resolution: {integrity: sha512-fsEpNKDHgh3Sn66JH06ZnUBnIgUVUtw6ucDhlOj1CEqxIkymU25yv1/kWDPlIjyYHnalr0cN6V+zzUJ+fmWHYw==} engines: {node: '>=12.0.0'} hasBin: true dependencies: - esbuild: 0.11.20 - postcss: 8.2.15 + esbuild: 0.12.5 + postcss: 8.3.0 resolve: 1.20.0 - rollup: 2.47.0 + rollup: 2.50.5 optionalDependencies: fsevents: 2.3.2 dev: true diff --git a/ts-minimal/package.json b/ts-minimal/package.json index c027871..f14d1df 100644 --- a/ts-minimal/package.json +++ b/ts-minimal/package.json @@ -8,8 +8,8 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.3.1", - "vite-plugin-solid": "^1.7.0" + "vite": "^2.3.6", + "vite-plugin-solid": "^1.8.0" }, "dependencies": { "solid-js": "^0.26.5" diff --git a/ts-minimal/pnpm-lock.yaml b/ts-minimal/pnpm-lock.yaml index a542789..749e0f7 100644 --- a/ts-minimal/pnpm-lock.yaml +++ b/ts-minimal/pnpm-lock.yaml @@ -2,15 +2,15 @@ lockfileVersion: 5.3 specifiers: solid-js: ^0.26.5 - vite: ^2.3.1 - vite-plugin-solid: ^1.7.0 + vite: ^2.3.6 + vite-plugin-solid: ^1.8.0 dependencies: solid-js: 0.26.5 devDependencies: - vite: 2.3.1 - vite-plugin-solid: 1.7.0 + vite: 2.3.6 + vite-plugin-solid: 1.8.0 packages: @@ -20,23 +20,23 @@ packages: '@babel/highlight': 7.14.0 dev: true - /@babel/compat-data/7.14.0: - resolution: {integrity: sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==} + /@babel/compat-data/7.14.4: + resolution: {integrity: sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==} dev: true - /@babel/core/7.14.0: - resolution: {integrity: sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw==} + /@babel/core/7.14.3: + resolution: {integrity: sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.14.1 - '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.14.0 - '@babel/helper-module-transforms': 7.14.0 + '@babel/generator': 7.14.3 + '@babel/helper-compilation-targets': 7.14.4_@babel+core@7.14.3 + '@babel/helper-module-transforms': 7.14.2 '@babel/helpers': 7.14.0 - '@babel/parser': 7.14.1 + '@babel/parser': 7.14.4 '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 @@ -47,10 +47,10 @@ packages: - supports-color dev: true - /@babel/generator/7.14.1: - resolution: {integrity: sha512-TMGhsXMXCP/O1WtQmZjpEYDhCYC9vFhayWZPJSZCGkPJgUqX0rF0wwtrYvnzVxIjcF80tkUertXVk5cwqi5cAQ==} + /@babel/generator/7.14.3: + resolution: {integrity: sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 jsesc: 2.5.2 source-map: 0.5.7 dev: true @@ -58,74 +58,74 @@ packages: /@babel/helper-annotate-as-pure/7.12.13: resolution: {integrity: sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true - /@babel/helper-compilation-targets/7.13.16_@babel+core@7.14.0: - resolution: {integrity: sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==} + /@babel/helper-compilation-targets/7.14.4_@babel+core@7.14.3: + resolution: {integrity: sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.14.0 - '@babel/core': 7.14.0 + '@babel/compat-data': 7.14.4 + '@babel/core': 7.14.3 '@babel/helper-validator-option': 7.12.17 browserslist: 4.16.6 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.14.1_@babel+core@7.14.0: - resolution: {integrity: sha512-r8rsUahG4ywm0QpGcCrLaUSOuNAISR3IZCg4Fx05Ozq31aCUrQsTLH6KPxy0N5ULoQ4Sn9qjNdGNtbPWAC6hYg==} + /@babel/helper-create-class-features-plugin/7.14.4_@babel+core@7.14.3: + resolution: {integrity: sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-annotate-as-pure': 7.12.13 - '@babel/helper-function-name': 7.12.13 + '@babel/helper-function-name': 7.14.2 '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/helper-replace-supers': 7.13.12 + '@babel/helper-replace-supers': 7.14.4 '@babel/helper-split-export-declaration': 7.12.13 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-function-name/7.12.13: - resolution: {integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==} + /@babel/helper-function-name/7.14.2: + resolution: {integrity: sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==} dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-get-function-arity/7.12.13: resolution: {integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-member-expression-to-functions/7.13.12: resolution: {integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-module-imports/7.13.12: resolution: {integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true - /@babel/helper-module-transforms/7.14.0: - resolution: {integrity: sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw==} + /@babel/helper-module-transforms/7.14.2: + resolution: {integrity: sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==} dependencies: '@babel/helper-module-imports': 7.13.12 - '@babel/helper-replace-supers': 7.13.12 + '@babel/helper-replace-supers': 7.14.4 '@babel/helper-simple-access': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.14.0 '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 transitivePeerDependencies: - supports-color dev: true @@ -133,20 +133,20 @@ packages: /@babel/helper-optimise-call-expression/7.12.13: resolution: {integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-plugin-utils/7.13.0: resolution: {integrity: sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==} dev: true - /@babel/helper-replace-supers/7.13.12: - resolution: {integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==} + /@babel/helper-replace-supers/7.14.4: + resolution: {integrity: sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==} dependencies: '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 transitivePeerDependencies: - supports-color dev: true @@ -154,13 +154,13 @@ packages: /@babel/helper-simple-access/7.13.12: resolution: {integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-split-export-declaration/7.12.13: resolution: {integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-validator-identifier/7.14.0: @@ -175,8 +175,8 @@ packages: resolution: {integrity: sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==} dependencies: '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 transitivePeerDependencies: - supports-color dev: true @@ -189,52 +189,52 @@ packages: js-tokens: 4.0.0 dev: true - /@babel/parser/7.14.1: - resolution: {integrity: sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q==} + /@babel/parser/7.14.4: + resolution: {integrity: sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==} engines: {node: '>=6.0.0'} hasBin: true dev: true - /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.14.0: + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.14.3: resolution: {integrity: sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.14.0: + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.14.3: resolution: {integrity: sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-typescript/7.13.0_@babel+core@7.14.0: - resolution: {integrity: sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ==} + /@babel/plugin-transform-typescript/7.14.4_@babel+core@7.14.3: + resolution: {integrity: sha512-WYdcGNEO7mCCZ2XzRlxwGj3PgeAr50ifkofOUC/+IN/GzKLB+biDPVBUAQN2C/dVZTvEXCp80kfQ1FFZPrwykQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 - '@babel/helper-create-class-features-plugin': 7.14.1_@babel+core@7.14.0 + '@babel/core': 7.14.3 + '@babel/helper-create-class-features-plugin': 7.14.4_@babel+core@7.14.3 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.14.3 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-typescript/7.13.0_@babel+core@7.14.0: + /@babel/preset-typescript/7.13.0_@babel+core@7.14.3: resolution: {integrity: sha512-LXJwxrHy0N3f6gIJlYbLta1D9BDtHpQeqwzM0LIfjDlr6UE/D5Mc7W4iDiQzaE+ks0sTjT26ArcHWnJVt0QiHw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.14.0 + '@babel/plugin-transform-typescript': 7.14.4_@babel+core@7.14.3 transitivePeerDependencies: - supports-color dev: true @@ -243,27 +243,27 @@ packages: resolution: {integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==} dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.14.1 - '@babel/types': 7.14.1 + '@babel/parser': 7.14.4 + '@babel/types': 7.14.4 dev: true - /@babel/traverse/7.14.0: - resolution: {integrity: sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==} + /@babel/traverse/7.14.2: + resolution: {integrity: sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==} dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.14.1 - '@babel/helper-function-name': 7.12.13 + '@babel/generator': 7.14.3 + '@babel/helper-function-name': 7.14.2 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.14.1 - '@babel/types': 7.14.1 + '@babel/parser': 7.14.4 + '@babel/types': 7.14.4 debug: 4.3.1 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types/7.14.1: - resolution: {integrity: sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==} + /@babel/types/7.14.4: + resolution: {integrity: sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==} dependencies: '@babel/helper-validator-identifier': 7.14.0 to-fast-properties: 2.0.0 @@ -276,20 +276,20 @@ packages: color-convert: 1.9.3 dev: true - /babel-plugin-jsx-dom-expressions/0.26.3_@babel+core@7.14.0: + /babel-plugin-jsx-dom-expressions/0.26.3_@babel+core@7.14.3: resolution: {integrity: sha512-TtcqjKrCzP9m8eMKBTxwdqTK5PlySn6+mYt6vJTbgQ7cCNtnurLUqPFN+ObG1dY60D2ZgUGc86/7O6plXDjsXg==} dependencies: '@babel/helper-module-imports': 7.13.12 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.14.0 - '@babel/types': 7.14.1 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.14.3 + '@babel/types': 7.14.4 transitivePeerDependencies: - '@babel/core' dev: true - /babel-preset-solid/0.26.5_@babel+core@7.14.0: + /babel-preset-solid/0.26.5_@babel+core@7.14.3: resolution: {integrity: sha512-SXMSmp3iL3FTbcy2QB4poHSbsPMrNSHOk8vIgQSMI/8UwxbxjjAG1iDDcqjsgWw6DqndxM6Z6nID9+94aT8NCQ==} dependencies: - babel-plugin-jsx-dom-expressions: 0.26.3_@babel+core@7.14.0 + babel-plugin-jsx-dom-expressions: 0.26.3_@babel+core@7.14.3 transitivePeerDependencies: - '@babel/core' dev: true @@ -299,15 +299,15 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001228 + caniuse-lite: 1.0.30001233 colorette: 1.2.2 - electron-to-chromium: 1.3.727 + electron-to-chromium: 1.3.743 escalade: 3.1.1 - node-releases: 1.1.71 + node-releases: 1.1.72 dev: true - /caniuse-lite/1.0.30001228: - resolution: {integrity: sha512-QQmLOGJ3DEgokHbMSA8cj2a+geXqmnpyOFT0lhQV6P3/YOJvGDEwoedcwxEQ30gJIwIIunHIicunJ2rzK5gB2A==} + /caniuse-lite/1.0.30001233: + resolution: {integrity: sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==} dev: true /chalk/2.4.2: @@ -351,12 +351,12 @@ packages: ms: 2.1.2 dev: true - /electron-to-chromium/1.3.727: - resolution: {integrity: sha512-Mfz4FIB4FSvEwBpDfdipRIrwd6uo8gUDoRDF4QEYb4h4tSuI3ov594OrjU6on042UlFHouIJpClDODGkPcBSbg==} + /electron-to-chromium/1.3.743: + resolution: {integrity: sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==} dev: true - /esbuild/0.11.20: - resolution: {integrity: sha512-QOZrVpN/Yz74xfat0H6euSgn3RnwLevY1mJTEXneukz1ln9qB+ieaerRMzSeETpz/UJWsBMzRVR/andBht5WKw==} + /esbuild/0.12.5: + resolution: {integrity: sha512-vcuP53pA5XiwUU4FnlXM+2PnVjTfHGthM7uP1gtp+9yfheGvFFbq/KyuESThmtoHPUrfZH5JpxGVJIFDVD1Egw==} hasBin: true requiresBuild: true dev: true @@ -453,32 +453,32 @@ packages: hasBin: true dev: true - /node-releases/1.1.71: - resolution: {integrity: sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==} + /node-releases/1.1.72: + resolution: {integrity: sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw==} dev: true - /path-parse/1.0.6: - resolution: {integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==} + /path-parse/1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} dev: true - /postcss/8.2.15: - resolution: {integrity: sha512-2zO3b26eJD/8rb106Qu2o7Qgg52ND5HPjcyQiK2B98O388h43A448LCslC0dI2P97wCAQRJsFvwTRcXxTKds+Q==} + /postcss/8.3.0: + resolution: {integrity: sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==} engines: {node: ^10 || ^12 || >=14} dependencies: colorette: 1.2.2 nanoid: 3.1.23 - source-map: 0.6.1 + source-map-js: 0.6.2 dev: true /resolve/1.20.0: resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} dependencies: is-core-module: 2.4.0 - path-parse: 1.0.6 + path-parse: 1.0.7 dev: true - /rollup/2.47.0: - resolution: {integrity: sha512-rqBjgq9hQfW0vRmz+0S062ORRNJXvwRpzxhFXORvar/maZqY6za3rgQ/p1Glg+j1hnc1GtYyQCPiAei95uTElg==} + /rollup/2.50.5: + resolution: {integrity: sha512-Ztz4NurU2LbS3Jn5rlhnYv35z6pkjBUmYKr94fOBIKINKRO6kug9NTFHArT7jqwMP2kqEZ39jJuEtkk91NBltQ==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -505,13 +505,13 @@ packages: solid-js: 0.26.5 dev: true - /source-map/0.5.7: - resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=} + /source-map-js/0.6.2: + resolution: {integrity: sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==} engines: {node: '>=0.10.0'} dev: true - /source-map/0.6.1: - resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + /source-map/0.5.7: + resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=} engines: {node: '>=0.10.0'} dev: true @@ -531,29 +531,29 @@ packages: resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==} dev: true - /vite-plugin-solid/1.7.0: - resolution: {integrity: sha512-KVkHmNWLVm2Ricgy9IfJjrNoWxm6w3VOzo41F0Bn6tNlplNqNyUH3MBouuw8bb1uiWsCGXzjr0Js9RZnyUEtUA==} + /vite-plugin-solid/1.8.0: + resolution: {integrity: sha512-LdgrWCBdclR1Mim3pdZNf57IcmUh8KU/kdWgj3uDQKPMywmvS3V5DjhZHxeIpTV1ePLwkyZSmBzQkqTP1EoO8g==} dependencies: - '@babel/core': 7.14.0 - '@babel/preset-typescript': 7.13.0_@babel+core@7.14.0 - babel-preset-solid: 0.26.5_@babel+core@7.14.0 + '@babel/core': 7.14.3 + '@babel/preset-typescript': 7.13.0_@babel+core@7.14.3 + babel-preset-solid: 0.26.5_@babel+core@7.14.3 merge-anything: 4.0.1 solid-js: 0.26.5 solid-refresh: 0.1.2_solid-js@0.26.5 - vite: 2.3.1 + vite: 2.3.6 transitivePeerDependencies: - supports-color dev: true - /vite/2.3.1: - resolution: {integrity: sha512-yvcLclv/G0syHL+bBtahdaymH0x6La8kbTlnAssRH+XFvDNb8VPRruHhILCCmZgtx6Zu/UKNFTQnQ4Gk/omyUA==} + /vite/2.3.6: + resolution: {integrity: sha512-fsEpNKDHgh3Sn66JH06ZnUBnIgUVUtw6ucDhlOj1CEqxIkymU25yv1/kWDPlIjyYHnalr0cN6V+zzUJ+fmWHYw==} engines: {node: '>=12.0.0'} hasBin: true dependencies: - esbuild: 0.11.20 - postcss: 8.2.15 + esbuild: 0.12.5 + postcss: 8.3.0 resolve: 1.20.0 - rollup: 2.47.0 + rollup: 2.50.5 optionalDependencies: fsevents: 2.3.2 dev: true diff --git a/ts-router/package.json b/ts-router/package.json index 41c8da4..11418b9 100644 --- a/ts-router/package.json +++ b/ts-router/package.json @@ -8,12 +8,12 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.3.1", - "vite-plugin-solid": "^1.7.0", - "vite-plugin-windicss": "^0.15.10" + "vite": "^2.3.6", + "vite-plugin-solid": "^1.8.0", + "vite-plugin-windicss": "^0.16.7" }, "dependencies": { - "solid-app-router": "^0.0.40", + "solid-app-router": "^0.0.45", "solid-js": "^0.26.5" } } diff --git a/ts-router/pnpm-lock.yaml b/ts-router/pnpm-lock.yaml index 324d990..770b453 100644 --- a/ts-router/pnpm-lock.yaml +++ b/ts-router/pnpm-lock.yaml @@ -1,46 +1,50 @@ lockfileVersion: 5.3 specifiers: - solid-app-router: ^0.0.40 + solid-app-router: ^0.0.45 solid-js: ^0.26.5 - vite: ^2.3.1 - vite-plugin-solid: ^1.7.0 - vite-plugin-windicss: ^0.15.10 + vite: ^2.3.6 + vite-plugin-solid: ^1.8.0 + vite-plugin-windicss: ^0.16.7 dependencies: - solid-app-router: 0.0.40_solid-js@0.26.5 + solid-app-router: 0.0.45_solid-js@0.26.5 solid-js: 0.26.5 devDependencies: - vite: 2.3.1 - vite-plugin-solid: 1.7.0 - vite-plugin-windicss: 0.15.10_vite@2.3.1 + vite: 2.3.6 + vite-plugin-solid: 1.8.0 + vite-plugin-windicss: 0.16.7_vite@2.3.6 packages: + /@antfu/utils/0.1.6: + resolution: {integrity: sha512-1lcCCEOv4gYlYa/OCjM2JA5nbNll04mNMhSXYu4QetbG14m3LdCvkyDAPlc2AmqRQEqkKpJldRL++9sPpOIydw==} + dev: true + /@babel/code-frame/7.12.13: resolution: {integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==} dependencies: '@babel/highlight': 7.14.0 dev: true - /@babel/compat-data/7.14.0: - resolution: {integrity: sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==} + /@babel/compat-data/7.14.4: + resolution: {integrity: sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==} dev: true - /@babel/core/7.14.0: - resolution: {integrity: sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw==} + /@babel/core/7.14.3: + resolution: {integrity: sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.14.1 - '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.14.0 - '@babel/helper-module-transforms': 7.14.0 + '@babel/generator': 7.14.3 + '@babel/helper-compilation-targets': 7.14.4_@babel+core@7.14.3 + '@babel/helper-module-transforms': 7.14.2 '@babel/helpers': 7.14.0 - '@babel/parser': 7.14.1 + '@babel/parser': 7.14.4 '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 @@ -51,10 +55,10 @@ packages: - supports-color dev: true - /@babel/generator/7.14.1: - resolution: {integrity: sha512-TMGhsXMXCP/O1WtQmZjpEYDhCYC9vFhayWZPJSZCGkPJgUqX0rF0wwtrYvnzVxIjcF80tkUertXVk5cwqi5cAQ==} + /@babel/generator/7.14.3: + resolution: {integrity: sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 jsesc: 2.5.2 source-map: 0.5.7 dev: true @@ -62,74 +66,74 @@ packages: /@babel/helper-annotate-as-pure/7.12.13: resolution: {integrity: sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true - /@babel/helper-compilation-targets/7.13.16_@babel+core@7.14.0: - resolution: {integrity: sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==} + /@babel/helper-compilation-targets/7.14.4_@babel+core@7.14.3: + resolution: {integrity: sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.14.0 - '@babel/core': 7.14.0 + '@babel/compat-data': 7.14.4 + '@babel/core': 7.14.3 '@babel/helper-validator-option': 7.12.17 browserslist: 4.16.6 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.14.1_@babel+core@7.14.0: - resolution: {integrity: sha512-r8rsUahG4ywm0QpGcCrLaUSOuNAISR3IZCg4Fx05Ozq31aCUrQsTLH6KPxy0N5ULoQ4Sn9qjNdGNtbPWAC6hYg==} + /@babel/helper-create-class-features-plugin/7.14.4_@babel+core@7.14.3: + resolution: {integrity: sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-annotate-as-pure': 7.12.13 - '@babel/helper-function-name': 7.12.13 + '@babel/helper-function-name': 7.14.2 '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/helper-replace-supers': 7.13.12 + '@babel/helper-replace-supers': 7.14.4 '@babel/helper-split-export-declaration': 7.12.13 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-function-name/7.12.13: - resolution: {integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==} + /@babel/helper-function-name/7.14.2: + resolution: {integrity: sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==} dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-get-function-arity/7.12.13: resolution: {integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-member-expression-to-functions/7.13.12: resolution: {integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-module-imports/7.13.12: resolution: {integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true - /@babel/helper-module-transforms/7.14.0: - resolution: {integrity: sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw==} + /@babel/helper-module-transforms/7.14.2: + resolution: {integrity: sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==} dependencies: '@babel/helper-module-imports': 7.13.12 - '@babel/helper-replace-supers': 7.13.12 + '@babel/helper-replace-supers': 7.14.4 '@babel/helper-simple-access': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.14.0 '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 transitivePeerDependencies: - supports-color dev: true @@ -137,20 +141,20 @@ packages: /@babel/helper-optimise-call-expression/7.12.13: resolution: {integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-plugin-utils/7.13.0: resolution: {integrity: sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==} dev: true - /@babel/helper-replace-supers/7.13.12: - resolution: {integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==} + /@babel/helper-replace-supers/7.14.4: + resolution: {integrity: sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==} dependencies: '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 transitivePeerDependencies: - supports-color dev: true @@ -158,13 +162,13 @@ packages: /@babel/helper-simple-access/7.13.12: resolution: {integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-split-export-declaration/7.12.13: resolution: {integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-validator-identifier/7.14.0: @@ -179,8 +183,8 @@ packages: resolution: {integrity: sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==} dependencies: '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 transitivePeerDependencies: - supports-color dev: true @@ -193,52 +197,52 @@ packages: js-tokens: 4.0.0 dev: true - /@babel/parser/7.14.1: - resolution: {integrity: sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q==} + /@babel/parser/7.14.4: + resolution: {integrity: sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==} engines: {node: '>=6.0.0'} hasBin: true dev: true - /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.14.0: + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.14.3: resolution: {integrity: sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.14.0: + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.14.3: resolution: {integrity: sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-typescript/7.13.0_@babel+core@7.14.0: - resolution: {integrity: sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ==} + /@babel/plugin-transform-typescript/7.14.4_@babel+core@7.14.3: + resolution: {integrity: sha512-WYdcGNEO7mCCZ2XzRlxwGj3PgeAr50ifkofOUC/+IN/GzKLB+biDPVBUAQN2C/dVZTvEXCp80kfQ1FFZPrwykQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 - '@babel/helper-create-class-features-plugin': 7.14.1_@babel+core@7.14.0 + '@babel/core': 7.14.3 + '@babel/helper-create-class-features-plugin': 7.14.4_@babel+core@7.14.3 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.14.3 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-typescript/7.13.0_@babel+core@7.14.0: + /@babel/preset-typescript/7.13.0_@babel+core@7.14.3: resolution: {integrity: sha512-LXJwxrHy0N3f6gIJlYbLta1D9BDtHpQeqwzM0LIfjDlr6UE/D5Mc7W4iDiQzaE+ks0sTjT26ArcHWnJVt0QiHw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.14.0 + '@babel/plugin-transform-typescript': 7.14.4_@babel+core@7.14.3 transitivePeerDependencies: - supports-color dev: true @@ -247,27 +251,27 @@ packages: resolution: {integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==} dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.14.1 - '@babel/types': 7.14.1 + '@babel/parser': 7.14.4 + '@babel/types': 7.14.4 dev: true - /@babel/traverse/7.14.0: - resolution: {integrity: sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==} + /@babel/traverse/7.14.2: + resolution: {integrity: sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==} dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.14.1 - '@babel/helper-function-name': 7.12.13 + '@babel/generator': 7.14.3 + '@babel/helper-function-name': 7.14.2 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.14.1 - '@babel/types': 7.14.1 + '@babel/parser': 7.14.4 + '@babel/types': 7.14.4 debug: 4.3.1 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types/7.14.1: - resolution: {integrity: sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==} + /@babel/types/7.14.4: + resolution: {integrity: sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==} dependencies: '@babel/helper-validator-identifier': 7.14.0 to-fast-properties: 2.0.0 @@ -294,16 +298,16 @@ packages: fastq: 1.11.0 dev: true - /@windicss/plugin-utils/0.15.10: - resolution: {integrity: sha512-xhC/d2oqjN1XEjXzG1+8YLOXiktIq3kPXOH3Rv0XOGdmN27XV7eur5g/yXE0fQ8xGrrzOijUb3qAItTgCO1hFA==} + /@windicss/plugin-utils/0.16.7: + resolution: {integrity: sha512-mxgTj/MkemN8JlyfaS20OAJ0BqTUoUlDT9wD/m5U+nUa5SN/r0kPlg1IW9SbmRTrYjNXWEENf9F0Fjb/X4zn6g==} dependencies: + '@antfu/utils': 0.1.6 debug: 4.3.2 fast-glob: 3.2.5 + jiti: 1.10.1 magic-string: 0.25.7 micromatch: 4.0.4 - pirates: 4.0.1 - sucrase: 3.18.1 - windicss: 2.5.14 + windicss: 3.0.12 transitivePeerDependencies: - supports-color dev: true @@ -322,39 +326,24 @@ packages: color-convert: 2.0.1 dev: true - /any-promise/1.3.0: - resolution: {integrity: sha1-q8av7tzqUugJzcA3au0845Y10X8=} - dev: true - - /babel-plugin-jsx-dom-expressions/0.26.3_@babel+core@7.14.0: + /babel-plugin-jsx-dom-expressions/0.26.3_@babel+core@7.14.3: resolution: {integrity: sha512-TtcqjKrCzP9m8eMKBTxwdqTK5PlySn6+mYt6vJTbgQ7cCNtnurLUqPFN+ObG1dY60D2ZgUGc86/7O6plXDjsXg==} dependencies: '@babel/helper-module-imports': 7.13.12 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.14.0 - '@babel/types': 7.14.1 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.14.3 + '@babel/types': 7.14.4 transitivePeerDependencies: - '@babel/core' dev: true - /babel-preset-solid/0.26.5_@babel+core@7.14.0: + /babel-preset-solid/0.26.5_@babel+core@7.14.3: resolution: {integrity: sha512-SXMSmp3iL3FTbcy2QB4poHSbsPMrNSHOk8vIgQSMI/8UwxbxjjAG1iDDcqjsgWw6DqndxM6Z6nID9+94aT8NCQ==} dependencies: - babel-plugin-jsx-dom-expressions: 0.26.3_@babel+core@7.14.0 + babel-plugin-jsx-dom-expressions: 0.26.3_@babel+core@7.14.3 transitivePeerDependencies: - '@babel/core' dev: true - /balanced-match/1.0.2: - resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} - dev: true - - /brace-expansion/1.1.11: - resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} - dependencies: - balanced-match: 1.0.2 - concat-map: 0.0.1 - dev: true - /braces/3.0.2: resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} engines: {node: '>=8'} @@ -367,15 +356,15 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001228 + caniuse-lite: 1.0.30001233 colorette: 1.2.2 - electron-to-chromium: 1.3.727 + electron-to-chromium: 1.3.743 escalade: 3.1.1 - node-releases: 1.1.71 + node-releases: 1.1.72 dev: true - /caniuse-lite/1.0.30001228: - resolution: {integrity: sha512-QQmLOGJ3DEgokHbMSA8cj2a+geXqmnpyOFT0lhQV6P3/YOJvGDEwoedcwxEQ30gJIwIIunHIicunJ2rzK5gB2A==} + /caniuse-lite/1.0.30001233: + resolution: {integrity: sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==} dev: true /chalk/2.4.2: @@ -420,15 +409,6 @@ packages: resolution: {integrity: sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==} dev: true - /commander/4.1.1: - resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} - engines: {node: '>= 6'} - dev: true - - /concat-map/0.0.1: - resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} - dev: true - /convert-source-map/1.7.0: resolution: {integrity: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==} dependencies: @@ -459,12 +439,12 @@ packages: ms: 2.1.2 dev: true - /electron-to-chromium/1.3.727: - resolution: {integrity: sha512-Mfz4FIB4FSvEwBpDfdipRIrwd6uo8gUDoRDF4QEYb4h4tSuI3ov594OrjU6on042UlFHouIJpClDODGkPcBSbg==} + /electron-to-chromium/1.3.743: + resolution: {integrity: sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==} dev: true - /esbuild/0.11.20: - resolution: {integrity: sha512-QOZrVpN/Yz74xfat0H6euSgn3RnwLevY1mJTEXneukz1ln9qB+ieaerRMzSeETpz/UJWsBMzRVR/andBht5WKw==} + /esbuild/0.12.5: + resolution: {integrity: sha512-vcuP53pA5XiwUU4FnlXM+2PnVjTfHGthM7uP1gtp+9yfheGvFFbq/KyuESThmtoHPUrfZH5JpxGVJIFDVD1Egw==} hasBin: true requiresBuild: true dev: true @@ -488,7 +468,7 @@ packages: glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.4 - picomatch: 2.2.3 + picomatch: 2.3.0 dev: true /fastq/1.11.0: @@ -504,10 +484,6 @@ packages: to-regex-range: 5.0.1 dev: true - /fs.realpath/1.0.0: - resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=} - dev: true - /fsevents/2.3.2: resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} @@ -531,17 +507,6 @@ packages: is-glob: 4.0.1 dev: true - /glob/7.1.6: - resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==} - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.0.4 - once: 1.4.0 - path-is-absolute: 1.0.1 - dev: true - /globals/11.12.0: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} @@ -564,17 +529,6 @@ packages: function-bind: 1.1.1 dev: true - /inflight/1.0.6: - resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=} - dependencies: - once: 1.4.0 - wrappy: 1.0.2 - dev: true - - /inherits/2.0.4: - resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} - dev: true - /is-core-module/2.4.0: resolution: {integrity: sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==} dependencies: @@ -602,6 +556,11 @@ packages: resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==} dev: true + /jiti/1.10.1: + resolution: {integrity: sha512-qux9juDtAC8HlZxAk/fku73ak4TWNLigRFTNzFShE/kw4bXVFsVu538vLXAxvNyPszXgpX4YxkXfwTYEi+zf5A==} + hasBin: true + dev: true + /js-tokens/4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} dev: true @@ -620,10 +579,6 @@ packages: minimist: 1.2.5 dev: true - /lines-and-columns/1.1.6: - resolution: {integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=} - dev: true - /magic-string/0.25.7: resolution: {integrity: sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==} dependencies: @@ -647,13 +602,7 @@ packages: engines: {node: '>=8.6'} dependencies: braces: 3.0.2 - picomatch: 2.2.3 - dev: true - - /minimatch/3.0.4: - resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==} - dependencies: - brace-expansion: 1.1.11 + picomatch: 2.3.0 dev: true /minimist/1.2.5: @@ -664,68 +613,32 @@ packages: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} dev: true - /mz/2.7.0: - resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} - dependencies: - any-promise: 1.3.0 - object-assign: 4.1.1 - thenify-all: 1.6.0 - dev: true - /nanoid/3.1.23: resolution: {integrity: sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true dev: true - /node-modules-regexp/1.0.0: - resolution: {integrity: sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=} - engines: {node: '>=0.10.0'} + /node-releases/1.1.72: + resolution: {integrity: sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw==} dev: true - /node-releases/1.1.71: - resolution: {integrity: sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==} + /path-parse/1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} dev: true - /object-assign/4.1.1: - resolution: {integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=} - engines: {node: '>=0.10.0'} - dev: true - - /once/1.4.0: - resolution: {integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=} - dependencies: - wrappy: 1.0.2 - dev: true - - /path-is-absolute/1.0.1: - resolution: {integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=} - engines: {node: '>=0.10.0'} - dev: true - - /path-parse/1.0.6: - resolution: {integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==} - dev: true - - /picomatch/2.2.3: - resolution: {integrity: sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==} + /picomatch/2.3.0: + resolution: {integrity: sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==} engines: {node: '>=8.6'} dev: true - /pirates/4.0.1: - resolution: {integrity: sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==} - engines: {node: '>= 6'} - dependencies: - node-modules-regexp: 1.0.0 - dev: true - - /postcss/8.2.15: - resolution: {integrity: sha512-2zO3b26eJD/8rb106Qu2o7Qgg52ND5HPjcyQiK2B98O388h43A448LCslC0dI2P97wCAQRJsFvwTRcXxTKds+Q==} + /postcss/8.3.0: + resolution: {integrity: sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==} engines: {node: ^10 || ^12 || >=14} dependencies: colorette: 1.2.2 nanoid: 3.1.23 - source-map: 0.6.1 + source-map-js: 0.6.2 dev: true /queue-microtask/1.2.3: @@ -736,7 +649,7 @@ packages: resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} dependencies: is-core-module: 2.4.0 - path-parse: 1.0.6 + path-parse: 1.0.7 dev: true /reusify/1.0.4: @@ -744,8 +657,8 @@ packages: engines: {iojs: '>=1.0.0', node: '>=0.10.0'} dev: true - /rollup/2.47.0: - resolution: {integrity: sha512-rqBjgq9hQfW0vRmz+0S062ORRNJXvwRpzxhFXORvar/maZqY6za3rgQ/p1Glg+j1hnc1GtYyQCPiAei95uTElg==} + /rollup/2.50.5: + resolution: {integrity: sha512-Ztz4NurU2LbS3Jn5rlhnYv35z6pkjBUmYKr94fOBIKINKRO6kug9NTFHArT7jqwMP2kqEZ39jJuEtkk91NBltQ==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -767,8 +680,8 @@ packages: hasBin: true dev: true - /solid-app-router/0.0.40_solid-js@0.26.5: - resolution: {integrity: sha512-G1Omf+ILLbYJFHCVfIYFi18zQsXOfjpWao6hldWIUQIBOgaSZszXVncLooaR8GJWeNY7nOVwHgJ/wcSIJCVTgA==} + /solid-app-router/0.0.45_solid-js@0.26.5: + resolution: {integrity: sha512-tWsZS1B8ClAxNcZgrYPbke5ebz0TN9dS/z4BotN6NVWE1mfW3k0EWvYKwvrefCyRlKu3boruEJe5yf3XxKxBtg==} peerDependencies: solid-js: '*' dependencies: @@ -786,33 +699,20 @@ packages: solid-js: 0.26.5 dev: true + /source-map-js/0.6.2: + resolution: {integrity: sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==} + engines: {node: '>=0.10.0'} + dev: true + /source-map/0.5.7: resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=} engines: {node: '>=0.10.0'} dev: true - /source-map/0.6.1: - resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} - engines: {node: '>=0.10.0'} - dev: true - /sourcemap-codec/1.4.8: resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} dev: true - /sucrase/3.18.1: - resolution: {integrity: sha512-TRyO38wwOPhLLlM8QLOG3TgMj0FKk+arlTrS9pRAanF8cAcHvgRPKIYWGO25mPSp/Rj87zMMTjFfkqIZGI6ZdA==} - engines: {node: '>=8'} - hasBin: true - dependencies: - commander: 4.1.1 - glob: 7.1.6 - lines-and-columns: 1.1.6 - mz: 2.7.0 - pirates: 4.0.1 - ts-interface-checker: 0.1.13 - dev: true - /supports-color/5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} @@ -827,19 +727,6 @@ packages: has-flag: 4.0.0 dev: true - /thenify-all/1.6.0: - resolution: {integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=} - engines: {node: '>=0.8'} - dependencies: - thenify: 3.3.1 - dev: true - - /thenify/3.3.1: - resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} - dependencies: - any-promise: 1.3.0 - dev: true - /to-fast-properties/2.0.0: resolution: {integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=} engines: {node: '>=4'} @@ -852,61 +739,53 @@ packages: is-number: 7.0.0 dev: true - /ts-interface-checker/0.1.13: - resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} - dev: true - /ts-toolbelt/9.6.0: resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==} dev: true - /vite-plugin-solid/1.7.0: - resolution: {integrity: sha512-KVkHmNWLVm2Ricgy9IfJjrNoWxm6w3VOzo41F0Bn6tNlplNqNyUH3MBouuw8bb1uiWsCGXzjr0Js9RZnyUEtUA==} + /vite-plugin-solid/1.8.0: + resolution: {integrity: sha512-LdgrWCBdclR1Mim3pdZNf57IcmUh8KU/kdWgj3uDQKPMywmvS3V5DjhZHxeIpTV1ePLwkyZSmBzQkqTP1EoO8g==} dependencies: - '@babel/core': 7.14.0 - '@babel/preset-typescript': 7.13.0_@babel+core@7.14.0 - babel-preset-solid: 0.26.5_@babel+core@7.14.0 + '@babel/core': 7.14.3 + '@babel/preset-typescript': 7.13.0_@babel+core@7.14.3 + babel-preset-solid: 0.26.5_@babel+core@7.14.3 merge-anything: 4.0.1 solid-js: 0.26.5 solid-refresh: 0.1.2_solid-js@0.26.5 - vite: 2.3.1 + vite: 2.3.6 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-windicss/0.15.10_vite@2.3.1: - resolution: {integrity: sha512-6thupz/vOt6XTIHZGRd8vVwjmC+8/FNgdhZGfyp2gnkPxC4SKUa4wZFpLBhirw+ApP8vdm9oVpe2liBZdQIwIg==} + /vite-plugin-windicss/0.16.7_vite@2.3.6: + resolution: {integrity: sha512-fNBLO2EBdQsJNU3IyehSmqPdrHc6Ve+hPYDaf5SrW8nGd9Wbd8ZVh6cX/1blRcjMw0qOjgcx7GM8pRWBjhzt3Q==} peerDependencies: vite: ^2.0.1 dependencies: - '@windicss/plugin-utils': 0.15.10 + '@windicss/plugin-utils': 0.16.7 chalk: 4.1.1 debug: 4.3.2 - vite: 2.3.1 - windicss: 2.5.14 + vite: 2.3.6 + windicss: 3.0.12 transitivePeerDependencies: - supports-color dev: true - /vite/2.3.1: - resolution: {integrity: sha512-yvcLclv/G0syHL+bBtahdaymH0x6La8kbTlnAssRH+XFvDNb8VPRruHhILCCmZgtx6Zu/UKNFTQnQ4Gk/omyUA==} + /vite/2.3.6: + resolution: {integrity: sha512-fsEpNKDHgh3Sn66JH06ZnUBnIgUVUtw6ucDhlOj1CEqxIkymU25yv1/kWDPlIjyYHnalr0cN6V+zzUJ+fmWHYw==} engines: {node: '>=12.0.0'} hasBin: true dependencies: - esbuild: 0.11.20 - postcss: 8.2.15 + esbuild: 0.12.5 + postcss: 8.3.0 resolve: 1.20.0 - rollup: 2.47.0 + rollup: 2.50.5 optionalDependencies: fsevents: 2.3.2 dev: true - /windicss/2.5.14: - resolution: {integrity: sha512-8Lm7U1M5AzJPbiaVSVz7qWdETRzlkv//5LBMICBBAojos1jo09lUGhNZ5rBzHeldB9JmqYMDOGgrrXHExu0EAg==} + /windicss/3.0.12: + resolution: {integrity: sha512-pDxtFLN0xmL7bnGtnEfu9z7B5279UM2EP8wWlPH+FYb5gjHyONxRtyWtR5QIn1FRx6h1UXpm+I19GgTx5Y4TyA==} engines: {node: '>= 12'} hasBin: true dev: true - - /wrappy/1.0.2: - resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=} - dev: true diff --git a/ts-tailwind/package.json b/ts-tailwind/package.json index 653f1df..63c4e2d 100644 --- a/ts-tailwind/package.json +++ b/ts-tailwind/package.json @@ -8,9 +8,9 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.3.1", - "vite-plugin-solid": "^1.7.0", - "vite-plugin-windicss": "^0.15.10" + "vite": "^2.3.6", + "vite-plugin-solid": "^1.8.0", + "vite-plugin-windicss": "^0.16.7" }, "dependencies": { "solid-js": "^0.26.5" diff --git a/ts-tailwind/pnpm-lock.yaml b/ts-tailwind/pnpm-lock.yaml index 7f835e2..660fae6 100644 --- a/ts-tailwind/pnpm-lock.yaml +++ b/ts-tailwind/pnpm-lock.yaml @@ -2,43 +2,47 @@ lockfileVersion: 5.3 specifiers: solid-js: ^0.26.5 - vite: ^2.3.1 - vite-plugin-solid: ^1.7.0 - vite-plugin-windicss: ^0.15.10 + vite: ^2.3.6 + vite-plugin-solid: ^1.8.0 + vite-plugin-windicss: ^0.16.7 dependencies: solid-js: 0.26.5 devDependencies: - vite: 2.3.1 - vite-plugin-solid: 1.7.0 - vite-plugin-windicss: 0.15.10_vite@2.3.1 + vite: 2.3.6 + vite-plugin-solid: 1.8.0 + vite-plugin-windicss: 0.16.7_vite@2.3.6 packages: + /@antfu/utils/0.1.6: + resolution: {integrity: sha512-1lcCCEOv4gYlYa/OCjM2JA5nbNll04mNMhSXYu4QetbG14m3LdCvkyDAPlc2AmqRQEqkKpJldRL++9sPpOIydw==} + dev: true + /@babel/code-frame/7.12.13: resolution: {integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==} dependencies: '@babel/highlight': 7.14.0 dev: true - /@babel/compat-data/7.14.0: - resolution: {integrity: sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==} + /@babel/compat-data/7.14.4: + resolution: {integrity: sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==} dev: true - /@babel/core/7.14.0: - resolution: {integrity: sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw==} + /@babel/core/7.14.3: + resolution: {integrity: sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.14.1 - '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.14.0 - '@babel/helper-module-transforms': 7.14.0 + '@babel/generator': 7.14.3 + '@babel/helper-compilation-targets': 7.14.4_@babel+core@7.14.3 + '@babel/helper-module-transforms': 7.14.2 '@babel/helpers': 7.14.0 - '@babel/parser': 7.14.1 + '@babel/parser': 7.14.4 '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 @@ -49,10 +53,10 @@ packages: - supports-color dev: true - /@babel/generator/7.14.1: - resolution: {integrity: sha512-TMGhsXMXCP/O1WtQmZjpEYDhCYC9vFhayWZPJSZCGkPJgUqX0rF0wwtrYvnzVxIjcF80tkUertXVk5cwqi5cAQ==} + /@babel/generator/7.14.3: + resolution: {integrity: sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 jsesc: 2.5.2 source-map: 0.5.7 dev: true @@ -60,74 +64,74 @@ packages: /@babel/helper-annotate-as-pure/7.12.13: resolution: {integrity: sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true - /@babel/helper-compilation-targets/7.13.16_@babel+core@7.14.0: - resolution: {integrity: sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==} + /@babel/helper-compilation-targets/7.14.4_@babel+core@7.14.3: + resolution: {integrity: sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.14.0 - '@babel/core': 7.14.0 + '@babel/compat-data': 7.14.4 + '@babel/core': 7.14.3 '@babel/helper-validator-option': 7.12.17 browserslist: 4.16.6 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.14.1_@babel+core@7.14.0: - resolution: {integrity: sha512-r8rsUahG4ywm0QpGcCrLaUSOuNAISR3IZCg4Fx05Ozq31aCUrQsTLH6KPxy0N5ULoQ4Sn9qjNdGNtbPWAC6hYg==} + /@babel/helper-create-class-features-plugin/7.14.4_@babel+core@7.14.3: + resolution: {integrity: sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-annotate-as-pure': 7.12.13 - '@babel/helper-function-name': 7.12.13 + '@babel/helper-function-name': 7.14.2 '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/helper-replace-supers': 7.13.12 + '@babel/helper-replace-supers': 7.14.4 '@babel/helper-split-export-declaration': 7.12.13 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-function-name/7.12.13: - resolution: {integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==} + /@babel/helper-function-name/7.14.2: + resolution: {integrity: sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==} dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-get-function-arity/7.12.13: resolution: {integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-member-expression-to-functions/7.13.12: resolution: {integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-module-imports/7.13.12: resolution: {integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true - /@babel/helper-module-transforms/7.14.0: - resolution: {integrity: sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw==} + /@babel/helper-module-transforms/7.14.2: + resolution: {integrity: sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==} dependencies: '@babel/helper-module-imports': 7.13.12 - '@babel/helper-replace-supers': 7.13.12 + '@babel/helper-replace-supers': 7.14.4 '@babel/helper-simple-access': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.14.0 '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 transitivePeerDependencies: - supports-color dev: true @@ -135,20 +139,20 @@ packages: /@babel/helper-optimise-call-expression/7.12.13: resolution: {integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-plugin-utils/7.13.0: resolution: {integrity: sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==} dev: true - /@babel/helper-replace-supers/7.13.12: - resolution: {integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==} + /@babel/helper-replace-supers/7.14.4: + resolution: {integrity: sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==} dependencies: '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 transitivePeerDependencies: - supports-color dev: true @@ -156,13 +160,13 @@ packages: /@babel/helper-simple-access/7.13.12: resolution: {integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-split-export-declaration/7.12.13: resolution: {integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-validator-identifier/7.14.0: @@ -177,8 +181,8 @@ packages: resolution: {integrity: sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==} dependencies: '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 transitivePeerDependencies: - supports-color dev: true @@ -191,52 +195,52 @@ packages: js-tokens: 4.0.0 dev: true - /@babel/parser/7.14.1: - resolution: {integrity: sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q==} + /@babel/parser/7.14.4: + resolution: {integrity: sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==} engines: {node: '>=6.0.0'} hasBin: true dev: true - /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.14.0: + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.14.3: resolution: {integrity: sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.14.0: + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.14.3: resolution: {integrity: sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-typescript/7.13.0_@babel+core@7.14.0: - resolution: {integrity: sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ==} + /@babel/plugin-transform-typescript/7.14.4_@babel+core@7.14.3: + resolution: {integrity: sha512-WYdcGNEO7mCCZ2XzRlxwGj3PgeAr50ifkofOUC/+IN/GzKLB+biDPVBUAQN2C/dVZTvEXCp80kfQ1FFZPrwykQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 - '@babel/helper-create-class-features-plugin': 7.14.1_@babel+core@7.14.0 + '@babel/core': 7.14.3 + '@babel/helper-create-class-features-plugin': 7.14.4_@babel+core@7.14.3 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.14.3 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-typescript/7.13.0_@babel+core@7.14.0: + /@babel/preset-typescript/7.13.0_@babel+core@7.14.3: resolution: {integrity: sha512-LXJwxrHy0N3f6gIJlYbLta1D9BDtHpQeqwzM0LIfjDlr6UE/D5Mc7W4iDiQzaE+ks0sTjT26ArcHWnJVt0QiHw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.14.0 + '@babel/plugin-transform-typescript': 7.14.4_@babel+core@7.14.3 transitivePeerDependencies: - supports-color dev: true @@ -245,27 +249,27 @@ packages: resolution: {integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==} dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.14.1 - '@babel/types': 7.14.1 + '@babel/parser': 7.14.4 + '@babel/types': 7.14.4 dev: true - /@babel/traverse/7.14.0: - resolution: {integrity: sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==} + /@babel/traverse/7.14.2: + resolution: {integrity: sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==} dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.14.1 - '@babel/helper-function-name': 7.12.13 + '@babel/generator': 7.14.3 + '@babel/helper-function-name': 7.14.2 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.14.1 - '@babel/types': 7.14.1 + '@babel/parser': 7.14.4 + '@babel/types': 7.14.4 debug: 4.3.1 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types/7.14.1: - resolution: {integrity: sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==} + /@babel/types/7.14.4: + resolution: {integrity: sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==} dependencies: '@babel/helper-validator-identifier': 7.14.0 to-fast-properties: 2.0.0 @@ -292,16 +296,16 @@ packages: fastq: 1.11.0 dev: true - /@windicss/plugin-utils/0.15.10: - resolution: {integrity: sha512-xhC/d2oqjN1XEjXzG1+8YLOXiktIq3kPXOH3Rv0XOGdmN27XV7eur5g/yXE0fQ8xGrrzOijUb3qAItTgCO1hFA==} + /@windicss/plugin-utils/0.16.7: + resolution: {integrity: sha512-mxgTj/MkemN8JlyfaS20OAJ0BqTUoUlDT9wD/m5U+nUa5SN/r0kPlg1IW9SbmRTrYjNXWEENf9F0Fjb/X4zn6g==} dependencies: + '@antfu/utils': 0.1.6 debug: 4.3.2 fast-glob: 3.2.5 + jiti: 1.10.1 magic-string: 0.25.7 micromatch: 4.0.4 - pirates: 4.0.1 - sucrase: 3.18.1 - windicss: 2.5.14 + windicss: 3.0.12 transitivePeerDependencies: - supports-color dev: true @@ -320,39 +324,24 @@ packages: color-convert: 2.0.1 dev: true - /any-promise/1.3.0: - resolution: {integrity: sha1-q8av7tzqUugJzcA3au0845Y10X8=} - dev: true - - /babel-plugin-jsx-dom-expressions/0.26.3_@babel+core@7.14.0: + /babel-plugin-jsx-dom-expressions/0.26.3_@babel+core@7.14.3: resolution: {integrity: sha512-TtcqjKrCzP9m8eMKBTxwdqTK5PlySn6+mYt6vJTbgQ7cCNtnurLUqPFN+ObG1dY60D2ZgUGc86/7O6plXDjsXg==} dependencies: '@babel/helper-module-imports': 7.13.12 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.14.0 - '@babel/types': 7.14.1 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.14.3 + '@babel/types': 7.14.4 transitivePeerDependencies: - '@babel/core' dev: true - /babel-preset-solid/0.26.5_@babel+core@7.14.0: + /babel-preset-solid/0.26.5_@babel+core@7.14.3: resolution: {integrity: sha512-SXMSmp3iL3FTbcy2QB4poHSbsPMrNSHOk8vIgQSMI/8UwxbxjjAG1iDDcqjsgWw6DqndxM6Z6nID9+94aT8NCQ==} dependencies: - babel-plugin-jsx-dom-expressions: 0.26.3_@babel+core@7.14.0 + babel-plugin-jsx-dom-expressions: 0.26.3_@babel+core@7.14.3 transitivePeerDependencies: - '@babel/core' dev: true - /balanced-match/1.0.2: - resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} - dev: true - - /brace-expansion/1.1.11: - resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} - dependencies: - balanced-match: 1.0.2 - concat-map: 0.0.1 - dev: true - /braces/3.0.2: resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} engines: {node: '>=8'} @@ -365,15 +354,15 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001228 + caniuse-lite: 1.0.30001233 colorette: 1.2.2 - electron-to-chromium: 1.3.727 + electron-to-chromium: 1.3.743 escalade: 3.1.1 - node-releases: 1.1.71 + node-releases: 1.1.72 dev: true - /caniuse-lite/1.0.30001228: - resolution: {integrity: sha512-QQmLOGJ3DEgokHbMSA8cj2a+geXqmnpyOFT0lhQV6P3/YOJvGDEwoedcwxEQ30gJIwIIunHIicunJ2rzK5gB2A==} + /caniuse-lite/1.0.30001233: + resolution: {integrity: sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==} dev: true /chalk/2.4.2: @@ -418,15 +407,6 @@ packages: resolution: {integrity: sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==} dev: true - /commander/4.1.1: - resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} - engines: {node: '>= 6'} - dev: true - - /concat-map/0.0.1: - resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} - dev: true - /convert-source-map/1.7.0: resolution: {integrity: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==} dependencies: @@ -457,12 +437,12 @@ packages: ms: 2.1.2 dev: true - /electron-to-chromium/1.3.727: - resolution: {integrity: sha512-Mfz4FIB4FSvEwBpDfdipRIrwd6uo8gUDoRDF4QEYb4h4tSuI3ov594OrjU6on042UlFHouIJpClDODGkPcBSbg==} + /electron-to-chromium/1.3.743: + resolution: {integrity: sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==} dev: true - /esbuild/0.11.20: - resolution: {integrity: sha512-QOZrVpN/Yz74xfat0H6euSgn3RnwLevY1mJTEXneukz1ln9qB+ieaerRMzSeETpz/UJWsBMzRVR/andBht5WKw==} + /esbuild/0.12.5: + resolution: {integrity: sha512-vcuP53pA5XiwUU4FnlXM+2PnVjTfHGthM7uP1gtp+9yfheGvFFbq/KyuESThmtoHPUrfZH5JpxGVJIFDVD1Egw==} hasBin: true requiresBuild: true dev: true @@ -486,7 +466,7 @@ packages: glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.4 - picomatch: 2.2.3 + picomatch: 2.3.0 dev: true /fastq/1.11.0: @@ -502,10 +482,6 @@ packages: to-regex-range: 5.0.1 dev: true - /fs.realpath/1.0.0: - resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=} - dev: true - /fsevents/2.3.2: resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} @@ -529,17 +505,6 @@ packages: is-glob: 4.0.1 dev: true - /glob/7.1.6: - resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==} - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.0.4 - once: 1.4.0 - path-is-absolute: 1.0.1 - dev: true - /globals/11.12.0: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} @@ -562,17 +527,6 @@ packages: function-bind: 1.1.1 dev: true - /inflight/1.0.6: - resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=} - dependencies: - once: 1.4.0 - wrappy: 1.0.2 - dev: true - - /inherits/2.0.4: - resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} - dev: true - /is-core-module/2.4.0: resolution: {integrity: sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==} dependencies: @@ -600,6 +554,11 @@ packages: resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==} dev: true + /jiti/1.10.1: + resolution: {integrity: sha512-qux9juDtAC8HlZxAk/fku73ak4TWNLigRFTNzFShE/kw4bXVFsVu538vLXAxvNyPszXgpX4YxkXfwTYEi+zf5A==} + hasBin: true + dev: true + /js-tokens/4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} dev: true @@ -618,10 +577,6 @@ packages: minimist: 1.2.5 dev: true - /lines-and-columns/1.1.6: - resolution: {integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=} - dev: true - /magic-string/0.25.7: resolution: {integrity: sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==} dependencies: @@ -645,13 +600,7 @@ packages: engines: {node: '>=8.6'} dependencies: braces: 3.0.2 - picomatch: 2.2.3 - dev: true - - /minimatch/3.0.4: - resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==} - dependencies: - brace-expansion: 1.1.11 + picomatch: 2.3.0 dev: true /minimist/1.2.5: @@ -662,68 +611,32 @@ packages: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} dev: true - /mz/2.7.0: - resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} - dependencies: - any-promise: 1.3.0 - object-assign: 4.1.1 - thenify-all: 1.6.0 - dev: true - /nanoid/3.1.23: resolution: {integrity: sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true dev: true - /node-modules-regexp/1.0.0: - resolution: {integrity: sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=} - engines: {node: '>=0.10.0'} + /node-releases/1.1.72: + resolution: {integrity: sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw==} dev: true - /node-releases/1.1.71: - resolution: {integrity: sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==} + /path-parse/1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} dev: true - /object-assign/4.1.1: - resolution: {integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=} - engines: {node: '>=0.10.0'} - dev: true - - /once/1.4.0: - resolution: {integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=} - dependencies: - wrappy: 1.0.2 - dev: true - - /path-is-absolute/1.0.1: - resolution: {integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=} - engines: {node: '>=0.10.0'} - dev: true - - /path-parse/1.0.6: - resolution: {integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==} - dev: true - - /picomatch/2.2.3: - resolution: {integrity: sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==} + /picomatch/2.3.0: + resolution: {integrity: sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==} engines: {node: '>=8.6'} dev: true - /pirates/4.0.1: - resolution: {integrity: sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==} - engines: {node: '>= 6'} - dependencies: - node-modules-regexp: 1.0.0 - dev: true - - /postcss/8.2.15: - resolution: {integrity: sha512-2zO3b26eJD/8rb106Qu2o7Qgg52ND5HPjcyQiK2B98O388h43A448LCslC0dI2P97wCAQRJsFvwTRcXxTKds+Q==} + /postcss/8.3.0: + resolution: {integrity: sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==} engines: {node: ^10 || ^12 || >=14} dependencies: colorette: 1.2.2 nanoid: 3.1.23 - source-map: 0.6.1 + source-map-js: 0.6.2 dev: true /queue-microtask/1.2.3: @@ -734,7 +647,7 @@ packages: resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} dependencies: is-core-module: 2.4.0 - path-parse: 1.0.6 + path-parse: 1.0.7 dev: true /reusify/1.0.4: @@ -742,8 +655,8 @@ packages: engines: {iojs: '>=1.0.0', node: '>=0.10.0'} dev: true - /rollup/2.47.0: - resolution: {integrity: sha512-rqBjgq9hQfW0vRmz+0S062ORRNJXvwRpzxhFXORvar/maZqY6za3rgQ/p1Glg+j1hnc1GtYyQCPiAei95uTElg==} + /rollup/2.50.5: + resolution: {integrity: sha512-Ztz4NurU2LbS3Jn5rlhnYv35z6pkjBUmYKr94fOBIKINKRO6kug9NTFHArT7jqwMP2kqEZ39jJuEtkk91NBltQ==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -776,33 +689,20 @@ packages: solid-js: 0.26.5 dev: true + /source-map-js/0.6.2: + resolution: {integrity: sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==} + engines: {node: '>=0.10.0'} + dev: true + /source-map/0.5.7: resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=} engines: {node: '>=0.10.0'} dev: true - /source-map/0.6.1: - resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} - engines: {node: '>=0.10.0'} - dev: true - /sourcemap-codec/1.4.8: resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} dev: true - /sucrase/3.18.1: - resolution: {integrity: sha512-TRyO38wwOPhLLlM8QLOG3TgMj0FKk+arlTrS9pRAanF8cAcHvgRPKIYWGO25mPSp/Rj87zMMTjFfkqIZGI6ZdA==} - engines: {node: '>=8'} - hasBin: true - dependencies: - commander: 4.1.1 - glob: 7.1.6 - lines-and-columns: 1.1.6 - mz: 2.7.0 - pirates: 4.0.1 - ts-interface-checker: 0.1.13 - dev: true - /supports-color/5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} @@ -817,19 +717,6 @@ packages: has-flag: 4.0.0 dev: true - /thenify-all/1.6.0: - resolution: {integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=} - engines: {node: '>=0.8'} - dependencies: - thenify: 3.3.1 - dev: true - - /thenify/3.3.1: - resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} - dependencies: - any-promise: 1.3.0 - dev: true - /to-fast-properties/2.0.0: resolution: {integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=} engines: {node: '>=4'} @@ -842,61 +729,53 @@ packages: is-number: 7.0.0 dev: true - /ts-interface-checker/0.1.13: - resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} - dev: true - /ts-toolbelt/9.6.0: resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==} dev: true - /vite-plugin-solid/1.7.0: - resolution: {integrity: sha512-KVkHmNWLVm2Ricgy9IfJjrNoWxm6w3VOzo41F0Bn6tNlplNqNyUH3MBouuw8bb1uiWsCGXzjr0Js9RZnyUEtUA==} + /vite-plugin-solid/1.8.0: + resolution: {integrity: sha512-LdgrWCBdclR1Mim3pdZNf57IcmUh8KU/kdWgj3uDQKPMywmvS3V5DjhZHxeIpTV1ePLwkyZSmBzQkqTP1EoO8g==} dependencies: - '@babel/core': 7.14.0 - '@babel/preset-typescript': 7.13.0_@babel+core@7.14.0 - babel-preset-solid: 0.26.5_@babel+core@7.14.0 + '@babel/core': 7.14.3 + '@babel/preset-typescript': 7.13.0_@babel+core@7.14.3 + babel-preset-solid: 0.26.5_@babel+core@7.14.3 merge-anything: 4.0.1 solid-js: 0.26.5 solid-refresh: 0.1.2_solid-js@0.26.5 - vite: 2.3.1 + vite: 2.3.6 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-windicss/0.15.10_vite@2.3.1: - resolution: {integrity: sha512-6thupz/vOt6XTIHZGRd8vVwjmC+8/FNgdhZGfyp2gnkPxC4SKUa4wZFpLBhirw+ApP8vdm9oVpe2liBZdQIwIg==} + /vite-plugin-windicss/0.16.7_vite@2.3.6: + resolution: {integrity: sha512-fNBLO2EBdQsJNU3IyehSmqPdrHc6Ve+hPYDaf5SrW8nGd9Wbd8ZVh6cX/1blRcjMw0qOjgcx7GM8pRWBjhzt3Q==} peerDependencies: vite: ^2.0.1 dependencies: - '@windicss/plugin-utils': 0.15.10 + '@windicss/plugin-utils': 0.16.7 chalk: 4.1.1 debug: 4.3.2 - vite: 2.3.1 - windicss: 2.5.14 + vite: 2.3.6 + windicss: 3.0.12 transitivePeerDependencies: - supports-color dev: true - /vite/2.3.1: - resolution: {integrity: sha512-yvcLclv/G0syHL+bBtahdaymH0x6La8kbTlnAssRH+XFvDNb8VPRruHhILCCmZgtx6Zu/UKNFTQnQ4Gk/omyUA==} + /vite/2.3.6: + resolution: {integrity: sha512-fsEpNKDHgh3Sn66JH06ZnUBnIgUVUtw6ucDhlOj1CEqxIkymU25yv1/kWDPlIjyYHnalr0cN6V+zzUJ+fmWHYw==} engines: {node: '>=12.0.0'} hasBin: true dependencies: - esbuild: 0.11.20 - postcss: 8.2.15 + esbuild: 0.12.5 + postcss: 8.3.0 resolve: 1.20.0 - rollup: 2.47.0 + rollup: 2.50.5 optionalDependencies: fsevents: 2.3.2 dev: true - /windicss/2.5.14: - resolution: {integrity: sha512-8Lm7U1M5AzJPbiaVSVz7qWdETRzlkv//5LBMICBBAojos1jo09lUGhNZ5rBzHeldB9JmqYMDOGgrrXHExu0EAg==} + /windicss/3.0.12: + resolution: {integrity: sha512-pDxtFLN0xmL7bnGtnEfu9z7B5279UM2EP8wWlPH+FYb5gjHyONxRtyWtR5QIn1FRx6h1UXpm+I19GgTx5Y4TyA==} engines: {node: '>= 12'} hasBin: true dev: true - - /wrappy/1.0.2: - resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=} - dev: true diff --git a/ts/package.json b/ts/package.json index 7604a96..abf64ad 100644 --- a/ts/package.json +++ b/ts/package.json @@ -8,8 +8,8 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.3.1", - "vite-plugin-solid": "^1.7.0" + "vite": "^2.3.6", + "vite-plugin-solid": "^1.8.0" }, "dependencies": { "solid-js": "^0.26.5" diff --git a/ts/pnpm-lock.yaml b/ts/pnpm-lock.yaml index a542789..749e0f7 100644 --- a/ts/pnpm-lock.yaml +++ b/ts/pnpm-lock.yaml @@ -2,15 +2,15 @@ lockfileVersion: 5.3 specifiers: solid-js: ^0.26.5 - vite: ^2.3.1 - vite-plugin-solid: ^1.7.0 + vite: ^2.3.6 + vite-plugin-solid: ^1.8.0 dependencies: solid-js: 0.26.5 devDependencies: - vite: 2.3.1 - vite-plugin-solid: 1.7.0 + vite: 2.3.6 + vite-plugin-solid: 1.8.0 packages: @@ -20,23 +20,23 @@ packages: '@babel/highlight': 7.14.0 dev: true - /@babel/compat-data/7.14.0: - resolution: {integrity: sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==} + /@babel/compat-data/7.14.4: + resolution: {integrity: sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==} dev: true - /@babel/core/7.14.0: - resolution: {integrity: sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw==} + /@babel/core/7.14.3: + resolution: {integrity: sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.14.1 - '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.14.0 - '@babel/helper-module-transforms': 7.14.0 + '@babel/generator': 7.14.3 + '@babel/helper-compilation-targets': 7.14.4_@babel+core@7.14.3 + '@babel/helper-module-transforms': 7.14.2 '@babel/helpers': 7.14.0 - '@babel/parser': 7.14.1 + '@babel/parser': 7.14.4 '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 @@ -47,10 +47,10 @@ packages: - supports-color dev: true - /@babel/generator/7.14.1: - resolution: {integrity: sha512-TMGhsXMXCP/O1WtQmZjpEYDhCYC9vFhayWZPJSZCGkPJgUqX0rF0wwtrYvnzVxIjcF80tkUertXVk5cwqi5cAQ==} + /@babel/generator/7.14.3: + resolution: {integrity: sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 jsesc: 2.5.2 source-map: 0.5.7 dev: true @@ -58,74 +58,74 @@ packages: /@babel/helper-annotate-as-pure/7.12.13: resolution: {integrity: sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true - /@babel/helper-compilation-targets/7.13.16_@babel+core@7.14.0: - resolution: {integrity: sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==} + /@babel/helper-compilation-targets/7.14.4_@babel+core@7.14.3: + resolution: {integrity: sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.14.0 - '@babel/core': 7.14.0 + '@babel/compat-data': 7.14.4 + '@babel/core': 7.14.3 '@babel/helper-validator-option': 7.12.17 browserslist: 4.16.6 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.14.1_@babel+core@7.14.0: - resolution: {integrity: sha512-r8rsUahG4ywm0QpGcCrLaUSOuNAISR3IZCg4Fx05Ozq31aCUrQsTLH6KPxy0N5ULoQ4Sn9qjNdGNtbPWAC6hYg==} + /@babel/helper-create-class-features-plugin/7.14.4_@babel+core@7.14.3: + resolution: {integrity: sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-annotate-as-pure': 7.12.13 - '@babel/helper-function-name': 7.12.13 + '@babel/helper-function-name': 7.14.2 '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/helper-replace-supers': 7.13.12 + '@babel/helper-replace-supers': 7.14.4 '@babel/helper-split-export-declaration': 7.12.13 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-function-name/7.12.13: - resolution: {integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==} + /@babel/helper-function-name/7.14.2: + resolution: {integrity: sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==} dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-get-function-arity/7.12.13: resolution: {integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-member-expression-to-functions/7.13.12: resolution: {integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-module-imports/7.13.12: resolution: {integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true - /@babel/helper-module-transforms/7.14.0: - resolution: {integrity: sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw==} + /@babel/helper-module-transforms/7.14.2: + resolution: {integrity: sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==} dependencies: '@babel/helper-module-imports': 7.13.12 - '@babel/helper-replace-supers': 7.13.12 + '@babel/helper-replace-supers': 7.14.4 '@babel/helper-simple-access': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.14.0 '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 transitivePeerDependencies: - supports-color dev: true @@ -133,20 +133,20 @@ packages: /@babel/helper-optimise-call-expression/7.12.13: resolution: {integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-plugin-utils/7.13.0: resolution: {integrity: sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==} dev: true - /@babel/helper-replace-supers/7.13.12: - resolution: {integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==} + /@babel/helper-replace-supers/7.14.4: + resolution: {integrity: sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==} dependencies: '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 transitivePeerDependencies: - supports-color dev: true @@ -154,13 +154,13 @@ packages: /@babel/helper-simple-access/7.13.12: resolution: {integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-split-export-declaration/7.12.13: resolution: {integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==} dependencies: - '@babel/types': 7.14.1 + '@babel/types': 7.14.4 dev: true /@babel/helper-validator-identifier/7.14.0: @@ -175,8 +175,8 @@ packages: resolution: {integrity: sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==} dependencies: '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 + '@babel/traverse': 7.14.2 + '@babel/types': 7.14.4 transitivePeerDependencies: - supports-color dev: true @@ -189,52 +189,52 @@ packages: js-tokens: 4.0.0 dev: true - /@babel/parser/7.14.1: - resolution: {integrity: sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q==} + /@babel/parser/7.14.4: + resolution: {integrity: sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==} engines: {node: '>=6.0.0'} hasBin: true dev: true - /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.14.0: + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.14.3: resolution: {integrity: sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.14.0: + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.14.3: resolution: {integrity: sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-typescript/7.13.0_@babel+core@7.14.0: - resolution: {integrity: sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ==} + /@babel/plugin-transform-typescript/7.14.4_@babel+core@7.14.3: + resolution: {integrity: sha512-WYdcGNEO7mCCZ2XzRlxwGj3PgeAr50ifkofOUC/+IN/GzKLB+biDPVBUAQN2C/dVZTvEXCp80kfQ1FFZPrwykQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 - '@babel/helper-create-class-features-plugin': 7.14.1_@babel+core@7.14.0 + '@babel/core': 7.14.3 + '@babel/helper-create-class-features-plugin': 7.14.4_@babel+core@7.14.3 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.14.3 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-typescript/7.13.0_@babel+core@7.14.0: + /@babel/preset-typescript/7.13.0_@babel+core@7.14.3: resolution: {integrity: sha512-LXJwxrHy0N3f6gIJlYbLta1D9BDtHpQeqwzM0LIfjDlr6UE/D5Mc7W4iDiQzaE+ks0sTjT26ArcHWnJVt0QiHw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.3 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.14.0 + '@babel/plugin-transform-typescript': 7.14.4_@babel+core@7.14.3 transitivePeerDependencies: - supports-color dev: true @@ -243,27 +243,27 @@ packages: resolution: {integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==} dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.14.1 - '@babel/types': 7.14.1 + '@babel/parser': 7.14.4 + '@babel/types': 7.14.4 dev: true - /@babel/traverse/7.14.0: - resolution: {integrity: sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==} + /@babel/traverse/7.14.2: + resolution: {integrity: sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==} dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.14.1 - '@babel/helper-function-name': 7.12.13 + '@babel/generator': 7.14.3 + '@babel/helper-function-name': 7.14.2 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.14.1 - '@babel/types': 7.14.1 + '@babel/parser': 7.14.4 + '@babel/types': 7.14.4 debug: 4.3.1 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types/7.14.1: - resolution: {integrity: sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==} + /@babel/types/7.14.4: + resolution: {integrity: sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==} dependencies: '@babel/helper-validator-identifier': 7.14.0 to-fast-properties: 2.0.0 @@ -276,20 +276,20 @@ packages: color-convert: 1.9.3 dev: true - /babel-plugin-jsx-dom-expressions/0.26.3_@babel+core@7.14.0: + /babel-plugin-jsx-dom-expressions/0.26.3_@babel+core@7.14.3: resolution: {integrity: sha512-TtcqjKrCzP9m8eMKBTxwdqTK5PlySn6+mYt6vJTbgQ7cCNtnurLUqPFN+ObG1dY60D2ZgUGc86/7O6plXDjsXg==} dependencies: '@babel/helper-module-imports': 7.13.12 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.14.0 - '@babel/types': 7.14.1 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.14.3 + '@babel/types': 7.14.4 transitivePeerDependencies: - '@babel/core' dev: true - /babel-preset-solid/0.26.5_@babel+core@7.14.0: + /babel-preset-solid/0.26.5_@babel+core@7.14.3: resolution: {integrity: sha512-SXMSmp3iL3FTbcy2QB4poHSbsPMrNSHOk8vIgQSMI/8UwxbxjjAG1iDDcqjsgWw6DqndxM6Z6nID9+94aT8NCQ==} dependencies: - babel-plugin-jsx-dom-expressions: 0.26.3_@babel+core@7.14.0 + babel-plugin-jsx-dom-expressions: 0.26.3_@babel+core@7.14.3 transitivePeerDependencies: - '@babel/core' dev: true @@ -299,15 +299,15 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001228 + caniuse-lite: 1.0.30001233 colorette: 1.2.2 - electron-to-chromium: 1.3.727 + electron-to-chromium: 1.3.743 escalade: 3.1.1 - node-releases: 1.1.71 + node-releases: 1.1.72 dev: true - /caniuse-lite/1.0.30001228: - resolution: {integrity: sha512-QQmLOGJ3DEgokHbMSA8cj2a+geXqmnpyOFT0lhQV6P3/YOJvGDEwoedcwxEQ30gJIwIIunHIicunJ2rzK5gB2A==} + /caniuse-lite/1.0.30001233: + resolution: {integrity: sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==} dev: true /chalk/2.4.2: @@ -351,12 +351,12 @@ packages: ms: 2.1.2 dev: true - /electron-to-chromium/1.3.727: - resolution: {integrity: sha512-Mfz4FIB4FSvEwBpDfdipRIrwd6uo8gUDoRDF4QEYb4h4tSuI3ov594OrjU6on042UlFHouIJpClDODGkPcBSbg==} + /electron-to-chromium/1.3.743: + resolution: {integrity: sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==} dev: true - /esbuild/0.11.20: - resolution: {integrity: sha512-QOZrVpN/Yz74xfat0H6euSgn3RnwLevY1mJTEXneukz1ln9qB+ieaerRMzSeETpz/UJWsBMzRVR/andBht5WKw==} + /esbuild/0.12.5: + resolution: {integrity: sha512-vcuP53pA5XiwUU4FnlXM+2PnVjTfHGthM7uP1gtp+9yfheGvFFbq/KyuESThmtoHPUrfZH5JpxGVJIFDVD1Egw==} hasBin: true requiresBuild: true dev: true @@ -453,32 +453,32 @@ packages: hasBin: true dev: true - /node-releases/1.1.71: - resolution: {integrity: sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==} + /node-releases/1.1.72: + resolution: {integrity: sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw==} dev: true - /path-parse/1.0.6: - resolution: {integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==} + /path-parse/1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} dev: true - /postcss/8.2.15: - resolution: {integrity: sha512-2zO3b26eJD/8rb106Qu2o7Qgg52ND5HPjcyQiK2B98O388h43A448LCslC0dI2P97wCAQRJsFvwTRcXxTKds+Q==} + /postcss/8.3.0: + resolution: {integrity: sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==} engines: {node: ^10 || ^12 || >=14} dependencies: colorette: 1.2.2 nanoid: 3.1.23 - source-map: 0.6.1 + source-map-js: 0.6.2 dev: true /resolve/1.20.0: resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} dependencies: is-core-module: 2.4.0 - path-parse: 1.0.6 + path-parse: 1.0.7 dev: true - /rollup/2.47.0: - resolution: {integrity: sha512-rqBjgq9hQfW0vRmz+0S062ORRNJXvwRpzxhFXORvar/maZqY6za3rgQ/p1Glg+j1hnc1GtYyQCPiAei95uTElg==} + /rollup/2.50.5: + resolution: {integrity: sha512-Ztz4NurU2LbS3Jn5rlhnYv35z6pkjBUmYKr94fOBIKINKRO6kug9NTFHArT7jqwMP2kqEZ39jJuEtkk91NBltQ==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -505,13 +505,13 @@ packages: solid-js: 0.26.5 dev: true - /source-map/0.5.7: - resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=} + /source-map-js/0.6.2: + resolution: {integrity: sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==} engines: {node: '>=0.10.0'} dev: true - /source-map/0.6.1: - resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + /source-map/0.5.7: + resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=} engines: {node: '>=0.10.0'} dev: true @@ -531,29 +531,29 @@ packages: resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==} dev: true - /vite-plugin-solid/1.7.0: - resolution: {integrity: sha512-KVkHmNWLVm2Ricgy9IfJjrNoWxm6w3VOzo41F0Bn6tNlplNqNyUH3MBouuw8bb1uiWsCGXzjr0Js9RZnyUEtUA==} + /vite-plugin-solid/1.8.0: + resolution: {integrity: sha512-LdgrWCBdclR1Mim3pdZNf57IcmUh8KU/kdWgj3uDQKPMywmvS3V5DjhZHxeIpTV1ePLwkyZSmBzQkqTP1EoO8g==} dependencies: - '@babel/core': 7.14.0 - '@babel/preset-typescript': 7.13.0_@babel+core@7.14.0 - babel-preset-solid: 0.26.5_@babel+core@7.14.0 + '@babel/core': 7.14.3 + '@babel/preset-typescript': 7.13.0_@babel+core@7.14.3 + babel-preset-solid: 0.26.5_@babel+core@7.14.3 merge-anything: 4.0.1 solid-js: 0.26.5 solid-refresh: 0.1.2_solid-js@0.26.5 - vite: 2.3.1 + vite: 2.3.6 transitivePeerDependencies: - supports-color dev: true - /vite/2.3.1: - resolution: {integrity: sha512-yvcLclv/G0syHL+bBtahdaymH0x6La8kbTlnAssRH+XFvDNb8VPRruHhILCCmZgtx6Zu/UKNFTQnQ4Gk/omyUA==} + /vite/2.3.6: + resolution: {integrity: sha512-fsEpNKDHgh3Sn66JH06ZnUBnIgUVUtw6ucDhlOj1CEqxIkymU25yv1/kWDPlIjyYHnalr0cN6V+zzUJ+fmWHYw==} engines: {node: '>=12.0.0'} hasBin: true dependencies: - esbuild: 0.11.20 - postcss: 8.2.15 + esbuild: 0.12.5 + postcss: 8.3.0 resolve: 1.20.0 - rollup: 2.47.0 + rollup: 2.50.5 optionalDependencies: fsevents: 2.3.2 dev: true