From 08ff067123c7e7fe6e53923ed7ae474f40902afc Mon Sep 17 00:00:00 2001 From: Alexandre Date: Thu, 25 Mar 2021 21:08:56 +0100 Subject: [PATCH] :arrow_up: Update dependencies --- js/package.json | 4 +- js/pnpm-lock.yaml | 135 +++++++++++++++--------------- ts-minimal/package.json | 4 +- ts-minimal/pnpm-lock.yaml | 135 +++++++++++++++--------------- ts-router/package.json | 6 +- ts-router/pnpm-lock.yaml | 165 ++++++++++++++++++------------------- ts-tailwind/package.json | 6 +- ts-tailwind/pnpm-lock.yaml | 165 ++++++++++++++++++------------------- ts/package.json | 4 +- ts/pnpm-lock.yaml | 135 +++++++++++++++--------------- 10 files changed, 377 insertions(+), 382 deletions(-) diff --git a/js/package.json b/js/package.json index 7fa1b16..c1ca978 100644 --- a/js/package.json +++ b/js/package.json @@ -8,8 +8,8 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.1.2", - "vite-plugin-solid": "^1.3.2" + "vite": "^2.1.3", + "vite-plugin-solid": "^1.3.3" }, "dependencies": { "solid-js": "^0.24.15" diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index c447a58..a7184c4 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -1,8 +1,8 @@ dependencies: solid-js: 0.24.15 devDependencies: - vite: 2.1.2 - vite-plugin-solid: 1.3.2 + vite: 2.1.3 + vite-plugin-solid: 1.3.3 lockfileVersion: 5.2 packages: /@babel/code-frame/7.12.13: @@ -11,21 +11,21 @@ packages: dev: true resolution: integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== - /@babel/compat-data/7.13.11: + /@babel/compat-data/7.13.12: dev: true resolution: - integrity: sha512-BwKEkO+2a67DcFeS3RLl0Z3Gs2OvdXewuWjc1Hfokhb5eQWP9YRYH1/+VrVZvql2CfjOiNGqSAFOYt4lsqTHzg== + integrity: sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ== /@babel/core/7.13.10: dependencies: '@babel/code-frame': 7.12.13 '@babel/generator': 7.13.9 '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 - '@babel/helper-module-transforms': 7.13.0 + '@babel/helper-module-transforms': 7.13.12 '@babel/helpers': 7.13.10 - '@babel/parser': 7.13.11 + '@babel/parser': 7.13.12 '@babel/template': 7.12.13 '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 @@ -40,7 +40,7 @@ packages: integrity: sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== /@babel/generator/7.13.9: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 jsesc: 2.5.2 source-map: 0.5.7 dev: true @@ -48,7 +48,7 @@ packages: integrity: sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== /@babel/helper-compilation-targets/7.13.10_@babel+core@7.13.10: dependencies: - '@babel/compat-data': 7.13.11 + '@babel/compat-data': 7.13.12 '@babel/core': 7.13.10 '@babel/helper-validator-option': 7.12.17 browserslist: 4.16.3 @@ -62,9 +62,9 @@ packages: dependencies: '@babel/core': 7.13.10 '@babel/helper-function-name': 7.12.13 - '@babel/helper-member-expression-to-functions': 7.13.0 + '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/helper-replace-supers': 7.13.0 + '@babel/helper-replace-supers': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 dev: true peerDependencies: @@ -75,45 +75,44 @@ packages: dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== - /@babel/helper-member-expression-to-functions/7.13.0: + /@babel/helper-member-expression-to-functions/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ== - /@babel/helper-module-imports/7.12.13: + integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw== + /@babel/helper-module-imports/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== - /@babel/helper-module-transforms/7.13.0: + integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== + /@babel/helper-module-transforms/7.13.12: dependencies: - '@babel/helper-module-imports': 7.12.13 - '@babel/helper-replace-supers': 7.13.0 - '@babel/helper-simple-access': 7.12.13 + '@babel/helper-module-imports': 7.13.12 + '@babel/helper-replace-supers': 7.13.12 + '@babel/helper-simple-access': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.12.11 '@babel/template': 7.12.13 '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 - lodash: 4.17.21 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw== + integrity: sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ== /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== @@ -121,24 +120,24 @@ packages: dev: true resolution: integrity: sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ== - /@babel/helper-replace-supers/7.13.0: + /@babel/helper-replace-supers/7.13.12: dependencies: - '@babel/helper-member-expression-to-functions': 7.13.0 + '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw== - /@babel/helper-simple-access/7.12.13: + integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw== + /@babel/helper-simple-access/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== + integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA== /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== @@ -154,7 +153,7 @@ packages: dependencies: '@babel/template': 7.12.13 '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== @@ -166,13 +165,13 @@ packages: dev: true resolution: integrity: sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg== - /@babel/parser/7.13.11: + /@babel/parser/7.13.12: dev: true engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-PhuoqeHoO9fc4ffMEVk4qb/w/s2iOSWohvbHxLtxui0eBg3Lg5gN1U8wp1V1u61hOWkPQJJyJzGH6Y+grwkq8Q== + integrity: sha512-4T7Pb244rxH24yR116LAuJ+adxXXnHhZaLJjegJVKSdoNCe4x1eDBaud5YIcQFcqzsaD5BHvJw5BQ0AZapdCRw== /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.10: dependencies: '@babel/core': 7.13.10 @@ -216,8 +215,8 @@ packages: /@babel/template/7.12.13: dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.13.11 - '@babel/types': 7.13.0 + '@babel/parser': 7.13.12 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== @@ -227,22 +226,22 @@ packages: '@babel/generator': 7.13.9 '@babel/helper-function-name': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.13.11 - '@babel/types': 7.13.0 + '@babel/parser': 7.13.12 + '@babel/types': 7.13.12 debug: 4.3.1 globals: 11.12.0 lodash: 4.17.21 dev: true resolution: integrity: sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== - /@babel/types/7.13.0: + /@babel/types/7.13.12: dependencies: '@babel/helper-validator-identifier': 7.12.11 lodash: 4.17.21 to-fast-properties: 2.0.0 dev: true resolution: - integrity: sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA== + integrity: sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA== /ansi-styles/3.2.1: dependencies: color-convert: 1.9.3 @@ -251,19 +250,19 @@ packages: node: '>=4' resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - /babel-plugin-jsx-dom-expressions/0.25.12_@babel+core@7.13.10: + /babel-plugin-jsx-dom-expressions/0.25.16_@babel+core@7.13.10: dependencies: - '@babel/helper-module-imports': 7.12.13 + '@babel/helper-module-imports': 7.13.12 '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.10 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-U5DSOBQrJUU33x53lACr4YHJDzp3pVQaK+lGSGbNwVogYuYl0Un5kNHvn7x9OLj7ALTRiqInLPJHLyy7joStLg== + integrity: sha512-yvfjb0xeVVzWCbFkrr3Yx/cJBLh5izv9JuMLXu2u9GX1+oWvdg6CKRs62ZFUKHLeRu7lJKMdW0GIXXNJigRdFw== /babel-preset-solid/0.24.13_@babel+core@7.13.10: dependencies: - babel-plugin-jsx-dom-expressions: 0.25.12_@babel+core@7.13.10 + babel-plugin-jsx-dom-expressions: 0.25.16_@babel+core@7.13.10 dev: true peerDependencies: '@babel/core': '*' @@ -271,9 +270,9 @@ packages: integrity: sha512-qvJcoZVv5YGAXRPOX2XIbuij3qgAboJcLBGDY1T0TPGpZqtL9qu0RPkKP7Ce4BJUEkbtoy/9n2j/UTG1SE/2WA== /browserslist/4.16.3: dependencies: - caniuse-lite: 1.0.30001203 + caniuse-lite: 1.0.30001204 colorette: 1.2.2 - electron-to-chromium: 1.3.693 + electron-to-chromium: 1.3.700 escalade: 3.1.1 node-releases: 1.1.71 dev: true @@ -282,10 +281,10 @@ packages: hasBin: true resolution: integrity: sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw== - /caniuse-lite/1.0.30001203: + /caniuse-lite/1.0.30001204: dev: true resolution: - integrity: sha512-/I9tvnzU/PHMH7wBPrfDMSuecDeUKerjCPX7D0xBbaJZPxoT9m+yYxt0zCTkcijCkjTdim3H56Zm0i5Adxch4w== + integrity: sha512-JUdjWpcxfJ9IPamy2f5JaRDCaqJOxDzOSKtbdx4rH9VivMd1vIzoPumsJa9LoMIi4Fx2BV2KZOxWhNkBjaYivQ== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 @@ -329,16 +328,16 @@ packages: optional: true resolution: integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== - /electron-to-chromium/1.3.693: + /electron-to-chromium/1.3.700: dev: true resolution: - integrity: sha512-vUdsE8yyeu30RecppQtI+XTz2++LWLVEIYmzeCaCRLSdtKZ2eXqdJcrs85KwLiPOPVc6PELgWyXBsfqIvzGZag== - /esbuild/0.9.5: + integrity: sha512-wQtaxVZzpOeCjW1CGuC5W3bYjE2jglvk076LcTautBOB9UtHztty7wNzjVsndiMcSsdUsdMy5w76w5J1U7OPTQ== + /esbuild/0.9.7: dev: true hasBin: true requiresBuild: true resolution: - integrity: sha512-ZBOtZX9HxgSdwkAroVifEUgylWqbOjqbu1i1ohRvhoaYt6aj81dxbizODx419gwDAupqut44ehFVwUq7WRN/OA== + integrity: sha512-VtUf6aQ89VTmMLKrWHYG50uByMF4JQlVysb8dmg6cOgW8JnFCipmz7p+HNBl+RR3LLCuBxFGVauAe2wfnF9bLg== /escalade/3.1.1: dev: true engines: @@ -477,7 +476,7 @@ packages: dev: true resolution: integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== - /rollup/2.42.1: + /rollup/2.42.4: dev: true engines: node: '>=10.0.0' @@ -485,7 +484,7 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-/y7M2ULg06JOXmMpPzhTeQroJSchy8lX8q6qrjqil0jmLz6ejCWbQzVnWTsdmMQRhfU0QcwtiW8iZlmrGXWV4g== + integrity: sha512-Zqv3EvNfcllBHyyEUM754npqsZw82VIjK34cDQMwrQ1d6aqxzeYu5yFb7smGkPU4C1Bj7HupIMeT6WU7uIdnMw== /safe-buffer/5.1.2: dev: true resolution: @@ -536,7 +535,7 @@ packages: dev: true resolution: integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w== - /vite-plugin-solid/1.3.2: + /vite-plugin-solid/1.3.3: dependencies: '@babel/core': 7.13.10 '@babel/preset-typescript': 7.13.0_@babel+core@7.13.10 @@ -545,16 +544,16 @@ packages: resolve.exports: 1.0.2 solid-js: 0.24.15 solid-refresh: 0.1.0_solid-js@0.24.15 - vite: 2.1.2 + vite: 2.1.3 dev: true resolution: - integrity: sha512-YGStdU0/N+QE2HKoWDW4mhLIbbzOb/lDnxPbUEwLjPKI17ABgF4yacQ6Vulnkor5rkODCBByrB18ZG+IgiM8Rg== - /vite/2.1.2: + integrity: sha512-kKSW3DDkFEtkw8J9Mjk4s3bxXXR9sx88JhKpFMzdABoVwYPi7TJR+6f6dDZYnsWxV230TwB129A0C4xL7dQmvA== + /vite/2.1.3: dependencies: - esbuild: 0.9.5 + esbuild: 0.9.7 postcss: 8.2.8 resolve: 1.20.0 - rollup: 2.42.1 + rollup: 2.42.4 dev: true engines: node: '>=12.0.0' @@ -562,8 +561,8 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-K96k5Nb1kywggFwZNGf/NQVZIrjMSvjebYWFIEQRu8AQWtzxatMF8/reExFXebmrfWAT3PTUk6l4zJBkpMtyVg== + integrity: sha512-bUzArZIUwADVJS/3ywCr4KKFn3a7izs4M87ZDlAlY2V34E4g1kH6p3sVNAh8/IXCn/56fwgMh3rRavPUW7qEQQ== specifiers: solid-js: ^0.24.15 - vite: ^2.1.2 - vite-plugin-solid: ^1.3.2 + vite: ^2.1.3 + vite-plugin-solid: ^1.3.3 diff --git a/ts-minimal/package.json b/ts-minimal/package.json index 5a9e7fb..913e556 100644 --- a/ts-minimal/package.json +++ b/ts-minimal/package.json @@ -8,8 +8,8 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.1.2", - "vite-plugin-solid": "^1.3.2" + "vite": "^2.1.3", + "vite-plugin-solid": "^1.3.3" }, "dependencies": { "solid-js": "^0.24.15" diff --git a/ts-minimal/pnpm-lock.yaml b/ts-minimal/pnpm-lock.yaml index c447a58..a7184c4 100644 --- a/ts-minimal/pnpm-lock.yaml +++ b/ts-minimal/pnpm-lock.yaml @@ -1,8 +1,8 @@ dependencies: solid-js: 0.24.15 devDependencies: - vite: 2.1.2 - vite-plugin-solid: 1.3.2 + vite: 2.1.3 + vite-plugin-solid: 1.3.3 lockfileVersion: 5.2 packages: /@babel/code-frame/7.12.13: @@ -11,21 +11,21 @@ packages: dev: true resolution: integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== - /@babel/compat-data/7.13.11: + /@babel/compat-data/7.13.12: dev: true resolution: - integrity: sha512-BwKEkO+2a67DcFeS3RLl0Z3Gs2OvdXewuWjc1Hfokhb5eQWP9YRYH1/+VrVZvql2CfjOiNGqSAFOYt4lsqTHzg== + integrity: sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ== /@babel/core/7.13.10: dependencies: '@babel/code-frame': 7.12.13 '@babel/generator': 7.13.9 '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 - '@babel/helper-module-transforms': 7.13.0 + '@babel/helper-module-transforms': 7.13.12 '@babel/helpers': 7.13.10 - '@babel/parser': 7.13.11 + '@babel/parser': 7.13.12 '@babel/template': 7.12.13 '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 @@ -40,7 +40,7 @@ packages: integrity: sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== /@babel/generator/7.13.9: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 jsesc: 2.5.2 source-map: 0.5.7 dev: true @@ -48,7 +48,7 @@ packages: integrity: sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== /@babel/helper-compilation-targets/7.13.10_@babel+core@7.13.10: dependencies: - '@babel/compat-data': 7.13.11 + '@babel/compat-data': 7.13.12 '@babel/core': 7.13.10 '@babel/helper-validator-option': 7.12.17 browserslist: 4.16.3 @@ -62,9 +62,9 @@ packages: dependencies: '@babel/core': 7.13.10 '@babel/helper-function-name': 7.12.13 - '@babel/helper-member-expression-to-functions': 7.13.0 + '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/helper-replace-supers': 7.13.0 + '@babel/helper-replace-supers': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 dev: true peerDependencies: @@ -75,45 +75,44 @@ packages: dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== - /@babel/helper-member-expression-to-functions/7.13.0: + /@babel/helper-member-expression-to-functions/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ== - /@babel/helper-module-imports/7.12.13: + integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw== + /@babel/helper-module-imports/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== - /@babel/helper-module-transforms/7.13.0: + integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== + /@babel/helper-module-transforms/7.13.12: dependencies: - '@babel/helper-module-imports': 7.12.13 - '@babel/helper-replace-supers': 7.13.0 - '@babel/helper-simple-access': 7.12.13 + '@babel/helper-module-imports': 7.13.12 + '@babel/helper-replace-supers': 7.13.12 + '@babel/helper-simple-access': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.12.11 '@babel/template': 7.12.13 '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 - lodash: 4.17.21 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw== + integrity: sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ== /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== @@ -121,24 +120,24 @@ packages: dev: true resolution: integrity: sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ== - /@babel/helper-replace-supers/7.13.0: + /@babel/helper-replace-supers/7.13.12: dependencies: - '@babel/helper-member-expression-to-functions': 7.13.0 + '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw== - /@babel/helper-simple-access/7.12.13: + integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw== + /@babel/helper-simple-access/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== + integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA== /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== @@ -154,7 +153,7 @@ packages: dependencies: '@babel/template': 7.12.13 '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== @@ -166,13 +165,13 @@ packages: dev: true resolution: integrity: sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg== - /@babel/parser/7.13.11: + /@babel/parser/7.13.12: dev: true engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-PhuoqeHoO9fc4ffMEVk4qb/w/s2iOSWohvbHxLtxui0eBg3Lg5gN1U8wp1V1u61hOWkPQJJyJzGH6Y+grwkq8Q== + integrity: sha512-4T7Pb244rxH24yR116LAuJ+adxXXnHhZaLJjegJVKSdoNCe4x1eDBaud5YIcQFcqzsaD5BHvJw5BQ0AZapdCRw== /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.10: dependencies: '@babel/core': 7.13.10 @@ -216,8 +215,8 @@ packages: /@babel/template/7.12.13: dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.13.11 - '@babel/types': 7.13.0 + '@babel/parser': 7.13.12 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== @@ -227,22 +226,22 @@ packages: '@babel/generator': 7.13.9 '@babel/helper-function-name': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.13.11 - '@babel/types': 7.13.0 + '@babel/parser': 7.13.12 + '@babel/types': 7.13.12 debug: 4.3.1 globals: 11.12.0 lodash: 4.17.21 dev: true resolution: integrity: sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== - /@babel/types/7.13.0: + /@babel/types/7.13.12: dependencies: '@babel/helper-validator-identifier': 7.12.11 lodash: 4.17.21 to-fast-properties: 2.0.0 dev: true resolution: - integrity: sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA== + integrity: sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA== /ansi-styles/3.2.1: dependencies: color-convert: 1.9.3 @@ -251,19 +250,19 @@ packages: node: '>=4' resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - /babel-plugin-jsx-dom-expressions/0.25.12_@babel+core@7.13.10: + /babel-plugin-jsx-dom-expressions/0.25.16_@babel+core@7.13.10: dependencies: - '@babel/helper-module-imports': 7.12.13 + '@babel/helper-module-imports': 7.13.12 '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.10 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-U5DSOBQrJUU33x53lACr4YHJDzp3pVQaK+lGSGbNwVogYuYl0Un5kNHvn7x9OLj7ALTRiqInLPJHLyy7joStLg== + integrity: sha512-yvfjb0xeVVzWCbFkrr3Yx/cJBLh5izv9JuMLXu2u9GX1+oWvdg6CKRs62ZFUKHLeRu7lJKMdW0GIXXNJigRdFw== /babel-preset-solid/0.24.13_@babel+core@7.13.10: dependencies: - babel-plugin-jsx-dom-expressions: 0.25.12_@babel+core@7.13.10 + babel-plugin-jsx-dom-expressions: 0.25.16_@babel+core@7.13.10 dev: true peerDependencies: '@babel/core': '*' @@ -271,9 +270,9 @@ packages: integrity: sha512-qvJcoZVv5YGAXRPOX2XIbuij3qgAboJcLBGDY1T0TPGpZqtL9qu0RPkKP7Ce4BJUEkbtoy/9n2j/UTG1SE/2WA== /browserslist/4.16.3: dependencies: - caniuse-lite: 1.0.30001203 + caniuse-lite: 1.0.30001204 colorette: 1.2.2 - electron-to-chromium: 1.3.693 + electron-to-chromium: 1.3.700 escalade: 3.1.1 node-releases: 1.1.71 dev: true @@ -282,10 +281,10 @@ packages: hasBin: true resolution: integrity: sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw== - /caniuse-lite/1.0.30001203: + /caniuse-lite/1.0.30001204: dev: true resolution: - integrity: sha512-/I9tvnzU/PHMH7wBPrfDMSuecDeUKerjCPX7D0xBbaJZPxoT9m+yYxt0zCTkcijCkjTdim3H56Zm0i5Adxch4w== + integrity: sha512-JUdjWpcxfJ9IPamy2f5JaRDCaqJOxDzOSKtbdx4rH9VivMd1vIzoPumsJa9LoMIi4Fx2BV2KZOxWhNkBjaYivQ== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 @@ -329,16 +328,16 @@ packages: optional: true resolution: integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== - /electron-to-chromium/1.3.693: + /electron-to-chromium/1.3.700: dev: true resolution: - integrity: sha512-vUdsE8yyeu30RecppQtI+XTz2++LWLVEIYmzeCaCRLSdtKZ2eXqdJcrs85KwLiPOPVc6PELgWyXBsfqIvzGZag== - /esbuild/0.9.5: + integrity: sha512-wQtaxVZzpOeCjW1CGuC5W3bYjE2jglvk076LcTautBOB9UtHztty7wNzjVsndiMcSsdUsdMy5w76w5J1U7OPTQ== + /esbuild/0.9.7: dev: true hasBin: true requiresBuild: true resolution: - integrity: sha512-ZBOtZX9HxgSdwkAroVifEUgylWqbOjqbu1i1ohRvhoaYt6aj81dxbizODx419gwDAupqut44ehFVwUq7WRN/OA== + integrity: sha512-VtUf6aQ89VTmMLKrWHYG50uByMF4JQlVysb8dmg6cOgW8JnFCipmz7p+HNBl+RR3LLCuBxFGVauAe2wfnF9bLg== /escalade/3.1.1: dev: true engines: @@ -477,7 +476,7 @@ packages: dev: true resolution: integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== - /rollup/2.42.1: + /rollup/2.42.4: dev: true engines: node: '>=10.0.0' @@ -485,7 +484,7 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-/y7M2ULg06JOXmMpPzhTeQroJSchy8lX8q6qrjqil0jmLz6ejCWbQzVnWTsdmMQRhfU0QcwtiW8iZlmrGXWV4g== + integrity: sha512-Zqv3EvNfcllBHyyEUM754npqsZw82VIjK34cDQMwrQ1d6aqxzeYu5yFb7smGkPU4C1Bj7HupIMeT6WU7uIdnMw== /safe-buffer/5.1.2: dev: true resolution: @@ -536,7 +535,7 @@ packages: dev: true resolution: integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w== - /vite-plugin-solid/1.3.2: + /vite-plugin-solid/1.3.3: dependencies: '@babel/core': 7.13.10 '@babel/preset-typescript': 7.13.0_@babel+core@7.13.10 @@ -545,16 +544,16 @@ packages: resolve.exports: 1.0.2 solid-js: 0.24.15 solid-refresh: 0.1.0_solid-js@0.24.15 - vite: 2.1.2 + vite: 2.1.3 dev: true resolution: - integrity: sha512-YGStdU0/N+QE2HKoWDW4mhLIbbzOb/lDnxPbUEwLjPKI17ABgF4yacQ6Vulnkor5rkODCBByrB18ZG+IgiM8Rg== - /vite/2.1.2: + integrity: sha512-kKSW3DDkFEtkw8J9Mjk4s3bxXXR9sx88JhKpFMzdABoVwYPi7TJR+6f6dDZYnsWxV230TwB129A0C4xL7dQmvA== + /vite/2.1.3: dependencies: - esbuild: 0.9.5 + esbuild: 0.9.7 postcss: 8.2.8 resolve: 1.20.0 - rollup: 2.42.1 + rollup: 2.42.4 dev: true engines: node: '>=12.0.0' @@ -562,8 +561,8 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-K96k5Nb1kywggFwZNGf/NQVZIrjMSvjebYWFIEQRu8AQWtzxatMF8/reExFXebmrfWAT3PTUk6l4zJBkpMtyVg== + integrity: sha512-bUzArZIUwADVJS/3ywCr4KKFn3a7izs4M87ZDlAlY2V34E4g1kH6p3sVNAh8/IXCn/56fwgMh3rRavPUW7qEQQ== specifiers: solid-js: ^0.24.15 - vite: ^2.1.2 - vite-plugin-solid: ^1.3.2 + vite: ^2.1.3 + vite-plugin-solid: ^1.3.3 diff --git a/ts-router/package.json b/ts-router/package.json index c3144da..371b371 100644 --- a/ts-router/package.json +++ b/ts-router/package.json @@ -8,9 +8,9 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.1.2", - "vite-plugin-solid": "^1.3.2", - "vite-plugin-windicss": "^0.9.4" + "vite": "^2.1.3", + "vite-plugin-solid": "^1.3.3", + "vite-plugin-windicss": "^0.9.11" }, "dependencies": { "solid-app-router": "^0.0.36", diff --git a/ts-router/pnpm-lock.yaml b/ts-router/pnpm-lock.yaml index 7aa1240..f6703da 100644 --- a/ts-router/pnpm-lock.yaml +++ b/ts-router/pnpm-lock.yaml @@ -2,9 +2,9 @@ dependencies: solid-app-router: 0.0.36_solid-js@0.24.15 solid-js: 0.24.15 devDependencies: - vite: 2.1.2 - vite-plugin-solid: 1.3.2 - vite-plugin-windicss: 0.9.4_vite@2.1.2 + vite: 2.1.3 + vite-plugin-solid: 1.3.3 + vite-plugin-windicss: 0.9.11_vite@2.1.3 lockfileVersion: 5.2 packages: /@babel/code-frame/7.12.13: @@ -13,21 +13,21 @@ packages: dev: true resolution: integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== - /@babel/compat-data/7.13.11: + /@babel/compat-data/7.13.12: dev: true resolution: - integrity: sha512-BwKEkO+2a67DcFeS3RLl0Z3Gs2OvdXewuWjc1Hfokhb5eQWP9YRYH1/+VrVZvql2CfjOiNGqSAFOYt4lsqTHzg== + integrity: sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ== /@babel/core/7.13.10: dependencies: '@babel/code-frame': 7.12.13 '@babel/generator': 7.13.9 '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 - '@babel/helper-module-transforms': 7.13.0 + '@babel/helper-module-transforms': 7.13.12 '@babel/helpers': 7.13.10 - '@babel/parser': 7.13.11 + '@babel/parser': 7.13.12 '@babel/template': 7.12.13 '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 @@ -42,7 +42,7 @@ packages: integrity: sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== /@babel/generator/7.13.9: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 jsesc: 2.5.2 source-map: 0.5.7 dev: true @@ -50,7 +50,7 @@ packages: integrity: sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== /@babel/helper-compilation-targets/7.13.10_@babel+core@7.13.10: dependencies: - '@babel/compat-data': 7.13.11 + '@babel/compat-data': 7.13.12 '@babel/core': 7.13.10 '@babel/helper-validator-option': 7.12.17 browserslist: 4.16.3 @@ -64,9 +64,9 @@ packages: dependencies: '@babel/core': 7.13.10 '@babel/helper-function-name': 7.12.13 - '@babel/helper-member-expression-to-functions': 7.13.0 + '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/helper-replace-supers': 7.13.0 + '@babel/helper-replace-supers': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 dev: true peerDependencies: @@ -77,45 +77,44 @@ packages: dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== - /@babel/helper-member-expression-to-functions/7.13.0: + /@babel/helper-member-expression-to-functions/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ== - /@babel/helper-module-imports/7.12.13: + integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw== + /@babel/helper-module-imports/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== - /@babel/helper-module-transforms/7.13.0: + integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== + /@babel/helper-module-transforms/7.13.12: dependencies: - '@babel/helper-module-imports': 7.12.13 - '@babel/helper-replace-supers': 7.13.0 - '@babel/helper-simple-access': 7.12.13 + '@babel/helper-module-imports': 7.13.12 + '@babel/helper-replace-supers': 7.13.12 + '@babel/helper-simple-access': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.12.11 '@babel/template': 7.12.13 '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 - lodash: 4.17.21 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw== + integrity: sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ== /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== @@ -123,24 +122,24 @@ packages: dev: true resolution: integrity: sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ== - /@babel/helper-replace-supers/7.13.0: + /@babel/helper-replace-supers/7.13.12: dependencies: - '@babel/helper-member-expression-to-functions': 7.13.0 + '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw== - /@babel/helper-simple-access/7.12.13: + integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw== + /@babel/helper-simple-access/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== + integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA== /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== @@ -156,7 +155,7 @@ packages: dependencies: '@babel/template': 7.12.13 '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== @@ -168,13 +167,13 @@ packages: dev: true resolution: integrity: sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg== - /@babel/parser/7.13.11: + /@babel/parser/7.13.12: dev: true engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-PhuoqeHoO9fc4ffMEVk4qb/w/s2iOSWohvbHxLtxui0eBg3Lg5gN1U8wp1V1u61hOWkPQJJyJzGH6Y+grwkq8Q== + integrity: sha512-4T7Pb244rxH24yR116LAuJ+adxXXnHhZaLJjegJVKSdoNCe4x1eDBaud5YIcQFcqzsaD5BHvJw5BQ0AZapdCRw== /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.10: dependencies: '@babel/core': 7.13.10 @@ -218,8 +217,8 @@ packages: /@babel/template/7.12.13: dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.13.11 - '@babel/types': 7.13.0 + '@babel/parser': 7.13.12 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== @@ -229,22 +228,22 @@ packages: '@babel/generator': 7.13.9 '@babel/helper-function-name': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.13.11 - '@babel/types': 7.13.0 + '@babel/parser': 7.13.12 + '@babel/types': 7.13.12 debug: 4.3.1 globals: 11.12.0 lodash: 4.17.21 dev: true resolution: integrity: sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== - /@babel/types/7.13.0: + /@babel/types/7.13.12: dependencies: '@babel/helper-validator-identifier': 7.12.11 lodash: 4.17.21 to-fast-properties: 2.0.0 dev: true resolution: - integrity: sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA== + integrity: sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA== /@nodelib/fs.scandir/2.1.4: dependencies: '@nodelib/fs.stat': 2.0.4 @@ -269,16 +268,16 @@ packages: node: '>= 8' resolution: integrity: sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow== - /@windicss/plugin-utils/0.9.4: + /@windicss/plugin-utils/0.9.11: dependencies: debug: 4.3.2 fast-glob: 3.2.5 micromatch: 4.0.2 sucrase: 3.17.1 - windicss: 2.5.3 + windicss: 2.5.5 dev: true resolution: - integrity: sha512-udA6kvgj1/zUrDvKw8To0BqG3PsaDwJkOHgT0GnEzyXg3b37TUEJ/8H1sW98ai12K5jL+ovd6/8hmve0wkvvoA== + integrity: sha512-gGLe3/Ud63fcpj1FTq+0/feP/UM34j9W+iSyBtpPnmfLx8mi2a9g9vhZrojqL9X9IYY+ZhHczZ8Fn9qcHdzWVw== /ansi-styles/3.2.1: dependencies: color-convert: 1.9.3 @@ -291,19 +290,19 @@ packages: dev: true resolution: integrity: sha1-q8av7tzqUugJzcA3au0845Y10X8= - /babel-plugin-jsx-dom-expressions/0.25.12_@babel+core@7.13.10: + /babel-plugin-jsx-dom-expressions/0.25.16_@babel+core@7.13.10: dependencies: - '@babel/helper-module-imports': 7.12.13 + '@babel/helper-module-imports': 7.13.12 '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.10 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-U5DSOBQrJUU33x53lACr4YHJDzp3pVQaK+lGSGbNwVogYuYl0Un5kNHvn7x9OLj7ALTRiqInLPJHLyy7joStLg== + integrity: sha512-yvfjb0xeVVzWCbFkrr3Yx/cJBLh5izv9JuMLXu2u9GX1+oWvdg6CKRs62ZFUKHLeRu7lJKMdW0GIXXNJigRdFw== /babel-preset-solid/0.24.13_@babel+core@7.13.10: dependencies: - babel-plugin-jsx-dom-expressions: 0.25.12_@babel+core@7.13.10 + babel-plugin-jsx-dom-expressions: 0.25.16_@babel+core@7.13.10 dev: true peerDependencies: '@babel/core': '*' @@ -330,9 +329,9 @@ packages: integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== /browserslist/4.16.3: dependencies: - caniuse-lite: 1.0.30001203 + caniuse-lite: 1.0.30001204 colorette: 1.2.2 - electron-to-chromium: 1.3.693 + electron-to-chromium: 1.3.700 escalade: 3.1.1 node-releases: 1.1.71 dev: true @@ -341,10 +340,10 @@ packages: hasBin: true resolution: integrity: sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw== - /caniuse-lite/1.0.30001203: + /caniuse-lite/1.0.30001204: dev: true resolution: - integrity: sha512-/I9tvnzU/PHMH7wBPrfDMSuecDeUKerjCPX7D0xBbaJZPxoT9m+yYxt0zCTkcijCkjTdim3H56Zm0i5Adxch4w== + integrity: sha512-JUdjWpcxfJ9IPamy2f5JaRDCaqJOxDzOSKtbdx4rH9VivMd1vIzoPumsJa9LoMIi4Fx2BV2KZOxWhNkBjaYivQ== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 @@ -411,16 +410,16 @@ packages: optional: true resolution: integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw== - /electron-to-chromium/1.3.693: + /electron-to-chromium/1.3.700: dev: true resolution: - integrity: sha512-vUdsE8yyeu30RecppQtI+XTz2++LWLVEIYmzeCaCRLSdtKZ2eXqdJcrs85KwLiPOPVc6PELgWyXBsfqIvzGZag== - /esbuild/0.9.5: + integrity: sha512-wQtaxVZzpOeCjW1CGuC5W3bYjE2jglvk076LcTautBOB9UtHztty7wNzjVsndiMcSsdUsdMy5w76w5J1U7OPTQ== + /esbuild/0.9.7: dev: true hasBin: true requiresBuild: true resolution: - integrity: sha512-ZBOtZX9HxgSdwkAroVifEUgylWqbOjqbu1i1ohRvhoaYt6aj81dxbizODx419gwDAupqut44ehFVwUq7WRN/OA== + integrity: sha512-VtUf6aQ89VTmMLKrWHYG50uByMF4JQlVysb8dmg6cOgW8JnFCipmz7p+HNBl+RR3LLCuBxFGVauAe2wfnF9bLg== /escalade/3.1.1: dev: true engines: @@ -698,10 +697,10 @@ packages: node: ^10 || ^12 || >=14 resolution: integrity: sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw== - /queue-microtask/1.2.2: + /queue-microtask/1.2.3: dev: true resolution: - integrity: sha512-dB15eXv3p2jDlbOiNLyMabYg1/sXvppd8DP2J3EOCQ0AkuSXCW2tP7mnVouVLJKgUMY6yP0kcQDVpLCN13h4Xg== + integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== /resolve.exports/1.0.2: dev: true engines: @@ -722,7 +721,7 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== - /rollup/2.42.1: + /rollup/2.42.4: dev: true engines: node: '>=10.0.0' @@ -730,10 +729,10 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-/y7M2ULg06JOXmMpPzhTeQroJSchy8lX8q6qrjqil0jmLz6ejCWbQzVnWTsdmMQRhfU0QcwtiW8iZlmrGXWV4g== + integrity: sha512-Zqv3EvNfcllBHyyEUM754npqsZw82VIjK34cDQMwrQ1d6aqxzeYu5yFb7smGkPU4C1Bj7HupIMeT6WU7uIdnMw== /run-parallel/1.2.0: dependencies: - queue-microtask: 1.2.2 + queue-microtask: 1.2.3 dev: true resolution: integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== @@ -835,7 +834,7 @@ packages: dev: true resolution: integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w== - /vite-plugin-solid/1.3.2: + /vite-plugin-solid/1.3.3: dependencies: '@babel/core': 7.13.10 '@babel/preset-typescript': 7.13.0_@babel+core@7.13.10 @@ -844,27 +843,27 @@ packages: resolve.exports: 1.0.2 solid-js: 0.24.15 solid-refresh: 0.1.0_solid-js@0.24.15 - vite: 2.1.2 + vite: 2.1.3 dev: true resolution: - integrity: sha512-YGStdU0/N+QE2HKoWDW4mhLIbbzOb/lDnxPbUEwLjPKI17ABgF4yacQ6Vulnkor5rkODCBByrB18ZG+IgiM8Rg== - /vite-plugin-windicss/0.9.4_vite@2.1.2: + integrity: sha512-kKSW3DDkFEtkw8J9Mjk4s3bxXXR9sx88JhKpFMzdABoVwYPi7TJR+6f6dDZYnsWxV230TwB129A0C4xL7dQmvA== + /vite-plugin-windicss/0.9.11_vite@2.1.3: dependencies: - '@windicss/plugin-utils': 0.9.4 + '@windicss/plugin-utils': 0.9.11 debug: 4.3.2 - vite: 2.1.2 - windicss: 2.5.3 + vite: 2.1.3 + windicss: 2.5.5 dev: true peerDependencies: vite: ^2.0.1 resolution: - integrity: sha512-hLrPV+9KF260iIRVK4XirG3zb7T9qJyZ5xfUGrF560cA7I8IsTMI91ePk8F0H70cWzME+h/wSQiUejRvcvaSnA== - /vite/2.1.2: + integrity: sha512-wcF2VmglWqvtsi8Zq4kTVVU9jPiiAfdyy91TnlgaJYlgRaBZcwb7QSJ9p5SeOWIyl6RpzjlK2JFWa0djrVmG8w== + /vite/2.1.3: dependencies: - esbuild: 0.9.5 + esbuild: 0.9.7 postcss: 8.2.8 resolve: 1.20.0 - rollup: 2.42.1 + rollup: 2.42.4 dev: true engines: node: '>=12.0.0' @@ -872,14 +871,14 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-K96k5Nb1kywggFwZNGf/NQVZIrjMSvjebYWFIEQRu8AQWtzxatMF8/reExFXebmrfWAT3PTUk6l4zJBkpMtyVg== - /windicss/2.5.3: + integrity: sha512-bUzArZIUwADVJS/3ywCr4KKFn3a7izs4M87ZDlAlY2V34E4g1kH6p3sVNAh8/IXCn/56fwgMh3rRavPUW7qEQQ== + /windicss/2.5.5: dev: true engines: node: '>= 12' hasBin: true resolution: - integrity: sha512-U1gQoX9pHZ3sldxRy9KCx1yn8wL3pHgraRvBi3x90yqgOar3Lktu5fypWrgio6Sy5XNX0tdLP4B2HsxsSqzpiA== + integrity: sha512-tKLYY9qQoFKoxitG2B8toa9QUPAjsBOKjmFrxhDi2i0eaVOFQh+YEPElBCa7N5ma03YVIW9HPVbgVU0Z4JxZ5g== /wrappy/1.0.2: dev: true resolution: @@ -887,6 +886,6 @@ packages: specifiers: solid-app-router: ^0.0.36 solid-js: ^0.24.15 - vite: ^2.1.2 - vite-plugin-solid: ^1.3.2 - vite-plugin-windicss: ^0.9.4 + vite: ^2.1.3 + vite-plugin-solid: ^1.3.3 + vite-plugin-windicss: ^0.9.11 diff --git a/ts-tailwind/package.json b/ts-tailwind/package.json index 012e395..767a698 100644 --- a/ts-tailwind/package.json +++ b/ts-tailwind/package.json @@ -8,9 +8,9 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.1.2", - "vite-plugin-solid": "^1.3.2", - "vite-plugin-windicss": "^0.9.4" + "vite": "^2.1.3", + "vite-plugin-solid": "^1.3.3", + "vite-plugin-windicss": "^0.9.11" }, "dependencies": { "solid-js": "^0.24.15" diff --git a/ts-tailwind/pnpm-lock.yaml b/ts-tailwind/pnpm-lock.yaml index 320b37a..9eae010 100644 --- a/ts-tailwind/pnpm-lock.yaml +++ b/ts-tailwind/pnpm-lock.yaml @@ -1,9 +1,9 @@ dependencies: solid-js: 0.24.15 devDependencies: - vite: 2.1.2 - vite-plugin-solid: 1.3.2 - vite-plugin-windicss: 0.9.4_vite@2.1.2 + vite: 2.1.3 + vite-plugin-solid: 1.3.3 + vite-plugin-windicss: 0.9.11_vite@2.1.3 lockfileVersion: 5.2 packages: /@babel/code-frame/7.12.13: @@ -12,21 +12,21 @@ packages: dev: true resolution: integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== - /@babel/compat-data/7.13.11: + /@babel/compat-data/7.13.12: dev: true resolution: - integrity: sha512-BwKEkO+2a67DcFeS3RLl0Z3Gs2OvdXewuWjc1Hfokhb5eQWP9YRYH1/+VrVZvql2CfjOiNGqSAFOYt4lsqTHzg== + integrity: sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ== /@babel/core/7.13.10: dependencies: '@babel/code-frame': 7.12.13 '@babel/generator': 7.13.9 '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 - '@babel/helper-module-transforms': 7.13.0 + '@babel/helper-module-transforms': 7.13.12 '@babel/helpers': 7.13.10 - '@babel/parser': 7.13.11 + '@babel/parser': 7.13.12 '@babel/template': 7.12.13 '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 @@ -41,7 +41,7 @@ packages: integrity: sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== /@babel/generator/7.13.9: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 jsesc: 2.5.2 source-map: 0.5.7 dev: true @@ -49,7 +49,7 @@ packages: integrity: sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== /@babel/helper-compilation-targets/7.13.10_@babel+core@7.13.10: dependencies: - '@babel/compat-data': 7.13.11 + '@babel/compat-data': 7.13.12 '@babel/core': 7.13.10 '@babel/helper-validator-option': 7.12.17 browserslist: 4.16.3 @@ -63,9 +63,9 @@ packages: dependencies: '@babel/core': 7.13.10 '@babel/helper-function-name': 7.12.13 - '@babel/helper-member-expression-to-functions': 7.13.0 + '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/helper-replace-supers': 7.13.0 + '@babel/helper-replace-supers': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 dev: true peerDependencies: @@ -76,45 +76,44 @@ packages: dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== - /@babel/helper-member-expression-to-functions/7.13.0: + /@babel/helper-member-expression-to-functions/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ== - /@babel/helper-module-imports/7.12.13: + integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw== + /@babel/helper-module-imports/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== - /@babel/helper-module-transforms/7.13.0: + integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== + /@babel/helper-module-transforms/7.13.12: dependencies: - '@babel/helper-module-imports': 7.12.13 - '@babel/helper-replace-supers': 7.13.0 - '@babel/helper-simple-access': 7.12.13 + '@babel/helper-module-imports': 7.13.12 + '@babel/helper-replace-supers': 7.13.12 + '@babel/helper-simple-access': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.12.11 '@babel/template': 7.12.13 '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 - lodash: 4.17.21 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw== + integrity: sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ== /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== @@ -122,24 +121,24 @@ packages: dev: true resolution: integrity: sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ== - /@babel/helper-replace-supers/7.13.0: + /@babel/helper-replace-supers/7.13.12: dependencies: - '@babel/helper-member-expression-to-functions': 7.13.0 + '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw== - /@babel/helper-simple-access/7.12.13: + integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw== + /@babel/helper-simple-access/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== + integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA== /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== @@ -155,7 +154,7 @@ packages: dependencies: '@babel/template': 7.12.13 '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== @@ -167,13 +166,13 @@ packages: dev: true resolution: integrity: sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg== - /@babel/parser/7.13.11: + /@babel/parser/7.13.12: dev: true engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-PhuoqeHoO9fc4ffMEVk4qb/w/s2iOSWohvbHxLtxui0eBg3Lg5gN1U8wp1V1u61hOWkPQJJyJzGH6Y+grwkq8Q== + integrity: sha512-4T7Pb244rxH24yR116LAuJ+adxXXnHhZaLJjegJVKSdoNCe4x1eDBaud5YIcQFcqzsaD5BHvJw5BQ0AZapdCRw== /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.10: dependencies: '@babel/core': 7.13.10 @@ -217,8 +216,8 @@ packages: /@babel/template/7.12.13: dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.13.11 - '@babel/types': 7.13.0 + '@babel/parser': 7.13.12 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== @@ -228,22 +227,22 @@ packages: '@babel/generator': 7.13.9 '@babel/helper-function-name': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.13.11 - '@babel/types': 7.13.0 + '@babel/parser': 7.13.12 + '@babel/types': 7.13.12 debug: 4.3.1 globals: 11.12.0 lodash: 4.17.21 dev: true resolution: integrity: sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== - /@babel/types/7.13.0: + /@babel/types/7.13.12: dependencies: '@babel/helper-validator-identifier': 7.12.11 lodash: 4.17.21 to-fast-properties: 2.0.0 dev: true resolution: - integrity: sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA== + integrity: sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA== /@nodelib/fs.scandir/2.1.4: dependencies: '@nodelib/fs.stat': 2.0.4 @@ -268,16 +267,16 @@ packages: node: '>= 8' resolution: integrity: sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow== - /@windicss/plugin-utils/0.9.4: + /@windicss/plugin-utils/0.9.11: dependencies: debug: 4.3.2 fast-glob: 3.2.5 micromatch: 4.0.2 sucrase: 3.17.1 - windicss: 2.5.3 + windicss: 2.5.5 dev: true resolution: - integrity: sha512-udA6kvgj1/zUrDvKw8To0BqG3PsaDwJkOHgT0GnEzyXg3b37TUEJ/8H1sW98ai12K5jL+ovd6/8hmve0wkvvoA== + integrity: sha512-gGLe3/Ud63fcpj1FTq+0/feP/UM34j9W+iSyBtpPnmfLx8mi2a9g9vhZrojqL9X9IYY+ZhHczZ8Fn9qcHdzWVw== /ansi-styles/3.2.1: dependencies: color-convert: 1.9.3 @@ -290,19 +289,19 @@ packages: dev: true resolution: integrity: sha1-q8av7tzqUugJzcA3au0845Y10X8= - /babel-plugin-jsx-dom-expressions/0.25.12_@babel+core@7.13.10: + /babel-plugin-jsx-dom-expressions/0.25.16_@babel+core@7.13.10: dependencies: - '@babel/helper-module-imports': 7.12.13 + '@babel/helper-module-imports': 7.13.12 '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.10 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-U5DSOBQrJUU33x53lACr4YHJDzp3pVQaK+lGSGbNwVogYuYl0Un5kNHvn7x9OLj7ALTRiqInLPJHLyy7joStLg== + integrity: sha512-yvfjb0xeVVzWCbFkrr3Yx/cJBLh5izv9JuMLXu2u9GX1+oWvdg6CKRs62ZFUKHLeRu7lJKMdW0GIXXNJigRdFw== /babel-preset-solid/0.24.13_@babel+core@7.13.10: dependencies: - babel-plugin-jsx-dom-expressions: 0.25.12_@babel+core@7.13.10 + babel-plugin-jsx-dom-expressions: 0.25.16_@babel+core@7.13.10 dev: true peerDependencies: '@babel/core': '*' @@ -329,9 +328,9 @@ packages: integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== /browserslist/4.16.3: dependencies: - caniuse-lite: 1.0.30001203 + caniuse-lite: 1.0.30001204 colorette: 1.2.2 - electron-to-chromium: 1.3.693 + electron-to-chromium: 1.3.700 escalade: 3.1.1 node-releases: 1.1.71 dev: true @@ -340,10 +339,10 @@ packages: hasBin: true resolution: integrity: sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw== - /caniuse-lite/1.0.30001203: + /caniuse-lite/1.0.30001204: dev: true resolution: - integrity: sha512-/I9tvnzU/PHMH7wBPrfDMSuecDeUKerjCPX7D0xBbaJZPxoT9m+yYxt0zCTkcijCkjTdim3H56Zm0i5Adxch4w== + integrity: sha512-JUdjWpcxfJ9IPamy2f5JaRDCaqJOxDzOSKtbdx4rH9VivMd1vIzoPumsJa9LoMIi4Fx2BV2KZOxWhNkBjaYivQ== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 @@ -410,16 +409,16 @@ packages: optional: true resolution: integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw== - /electron-to-chromium/1.3.693: + /electron-to-chromium/1.3.700: dev: true resolution: - integrity: sha512-vUdsE8yyeu30RecppQtI+XTz2++LWLVEIYmzeCaCRLSdtKZ2eXqdJcrs85KwLiPOPVc6PELgWyXBsfqIvzGZag== - /esbuild/0.9.5: + integrity: sha512-wQtaxVZzpOeCjW1CGuC5W3bYjE2jglvk076LcTautBOB9UtHztty7wNzjVsndiMcSsdUsdMy5w76w5J1U7OPTQ== + /esbuild/0.9.7: dev: true hasBin: true requiresBuild: true resolution: - integrity: sha512-ZBOtZX9HxgSdwkAroVifEUgylWqbOjqbu1i1ohRvhoaYt6aj81dxbizODx419gwDAupqut44ehFVwUq7WRN/OA== + integrity: sha512-VtUf6aQ89VTmMLKrWHYG50uByMF4JQlVysb8dmg6cOgW8JnFCipmz7p+HNBl+RR3LLCuBxFGVauAe2wfnF9bLg== /escalade/3.1.1: dev: true engines: @@ -697,10 +696,10 @@ packages: node: ^10 || ^12 || >=14 resolution: integrity: sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw== - /queue-microtask/1.2.2: + /queue-microtask/1.2.3: dev: true resolution: - integrity: sha512-dB15eXv3p2jDlbOiNLyMabYg1/sXvppd8DP2J3EOCQ0AkuSXCW2tP7mnVouVLJKgUMY6yP0kcQDVpLCN13h4Xg== + integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== /resolve.exports/1.0.2: dev: true engines: @@ -721,7 +720,7 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== - /rollup/2.42.1: + /rollup/2.42.4: dev: true engines: node: '>=10.0.0' @@ -729,10 +728,10 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-/y7M2ULg06JOXmMpPzhTeQroJSchy8lX8q6qrjqil0jmLz6ejCWbQzVnWTsdmMQRhfU0QcwtiW8iZlmrGXWV4g== + integrity: sha512-Zqv3EvNfcllBHyyEUM754npqsZw82VIjK34cDQMwrQ1d6aqxzeYu5yFb7smGkPU4C1Bj7HupIMeT6WU7uIdnMw== /run-parallel/1.2.0: dependencies: - queue-microtask: 1.2.2 + queue-microtask: 1.2.3 dev: true resolution: integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== @@ -826,7 +825,7 @@ packages: dev: true resolution: integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w== - /vite-plugin-solid/1.3.2: + /vite-plugin-solid/1.3.3: dependencies: '@babel/core': 7.13.10 '@babel/preset-typescript': 7.13.0_@babel+core@7.13.10 @@ -835,27 +834,27 @@ packages: resolve.exports: 1.0.2 solid-js: 0.24.15 solid-refresh: 0.1.0_solid-js@0.24.15 - vite: 2.1.2 + vite: 2.1.3 dev: true resolution: - integrity: sha512-YGStdU0/N+QE2HKoWDW4mhLIbbzOb/lDnxPbUEwLjPKI17ABgF4yacQ6Vulnkor5rkODCBByrB18ZG+IgiM8Rg== - /vite-plugin-windicss/0.9.4_vite@2.1.2: + integrity: sha512-kKSW3DDkFEtkw8J9Mjk4s3bxXXR9sx88JhKpFMzdABoVwYPi7TJR+6f6dDZYnsWxV230TwB129A0C4xL7dQmvA== + /vite-plugin-windicss/0.9.11_vite@2.1.3: dependencies: - '@windicss/plugin-utils': 0.9.4 + '@windicss/plugin-utils': 0.9.11 debug: 4.3.2 - vite: 2.1.2 - windicss: 2.5.3 + vite: 2.1.3 + windicss: 2.5.5 dev: true peerDependencies: vite: ^2.0.1 resolution: - integrity: sha512-hLrPV+9KF260iIRVK4XirG3zb7T9qJyZ5xfUGrF560cA7I8IsTMI91ePk8F0H70cWzME+h/wSQiUejRvcvaSnA== - /vite/2.1.2: + integrity: sha512-wcF2VmglWqvtsi8Zq4kTVVU9jPiiAfdyy91TnlgaJYlgRaBZcwb7QSJ9p5SeOWIyl6RpzjlK2JFWa0djrVmG8w== + /vite/2.1.3: dependencies: - esbuild: 0.9.5 + esbuild: 0.9.7 postcss: 8.2.8 resolve: 1.20.0 - rollup: 2.42.1 + rollup: 2.42.4 dev: true engines: node: '>=12.0.0' @@ -863,20 +862,20 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-K96k5Nb1kywggFwZNGf/NQVZIrjMSvjebYWFIEQRu8AQWtzxatMF8/reExFXebmrfWAT3PTUk6l4zJBkpMtyVg== - /windicss/2.5.3: + integrity: sha512-bUzArZIUwADVJS/3ywCr4KKFn3a7izs4M87ZDlAlY2V34E4g1kH6p3sVNAh8/IXCn/56fwgMh3rRavPUW7qEQQ== + /windicss/2.5.5: dev: true engines: node: '>= 12' hasBin: true resolution: - integrity: sha512-U1gQoX9pHZ3sldxRy9KCx1yn8wL3pHgraRvBi3x90yqgOar3Lktu5fypWrgio6Sy5XNX0tdLP4B2HsxsSqzpiA== + integrity: sha512-tKLYY9qQoFKoxitG2B8toa9QUPAjsBOKjmFrxhDi2i0eaVOFQh+YEPElBCa7N5ma03YVIW9HPVbgVU0Z4JxZ5g== /wrappy/1.0.2: dev: true resolution: integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= specifiers: solid-js: ^0.24.15 - vite: ^2.1.2 - vite-plugin-solid: ^1.3.2 - vite-plugin-windicss: ^0.9.4 + vite: ^2.1.3 + vite-plugin-solid: ^1.3.3 + vite-plugin-windicss: ^0.9.11 diff --git a/ts/package.json b/ts/package.json index b0e599f..351316d 100644 --- a/ts/package.json +++ b/ts/package.json @@ -8,8 +8,8 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.1.2", - "vite-plugin-solid": "^1.3.2" + "vite": "^2.1.3", + "vite-plugin-solid": "^1.3.3" }, "dependencies": { "solid-js": "^0.24.15" diff --git a/ts/pnpm-lock.yaml b/ts/pnpm-lock.yaml index c447a58..a7184c4 100644 --- a/ts/pnpm-lock.yaml +++ b/ts/pnpm-lock.yaml @@ -1,8 +1,8 @@ dependencies: solid-js: 0.24.15 devDependencies: - vite: 2.1.2 - vite-plugin-solid: 1.3.2 + vite: 2.1.3 + vite-plugin-solid: 1.3.3 lockfileVersion: 5.2 packages: /@babel/code-frame/7.12.13: @@ -11,21 +11,21 @@ packages: dev: true resolution: integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== - /@babel/compat-data/7.13.11: + /@babel/compat-data/7.13.12: dev: true resolution: - integrity: sha512-BwKEkO+2a67DcFeS3RLl0Z3Gs2OvdXewuWjc1Hfokhb5eQWP9YRYH1/+VrVZvql2CfjOiNGqSAFOYt4lsqTHzg== + integrity: sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ== /@babel/core/7.13.10: dependencies: '@babel/code-frame': 7.12.13 '@babel/generator': 7.13.9 '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 - '@babel/helper-module-transforms': 7.13.0 + '@babel/helper-module-transforms': 7.13.12 '@babel/helpers': 7.13.10 - '@babel/parser': 7.13.11 + '@babel/parser': 7.13.12 '@babel/template': 7.12.13 '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 @@ -40,7 +40,7 @@ packages: integrity: sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== /@babel/generator/7.13.9: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 jsesc: 2.5.2 source-map: 0.5.7 dev: true @@ -48,7 +48,7 @@ packages: integrity: sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== /@babel/helper-compilation-targets/7.13.10_@babel+core@7.13.10: dependencies: - '@babel/compat-data': 7.13.11 + '@babel/compat-data': 7.13.12 '@babel/core': 7.13.10 '@babel/helper-validator-option': 7.12.17 browserslist: 4.16.3 @@ -62,9 +62,9 @@ packages: dependencies: '@babel/core': 7.13.10 '@babel/helper-function-name': 7.12.13 - '@babel/helper-member-expression-to-functions': 7.13.0 + '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/helper-replace-supers': 7.13.0 + '@babel/helper-replace-supers': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 dev: true peerDependencies: @@ -75,45 +75,44 @@ packages: dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== - /@babel/helper-member-expression-to-functions/7.13.0: + /@babel/helper-member-expression-to-functions/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ== - /@babel/helper-module-imports/7.12.13: + integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw== + /@babel/helper-module-imports/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== - /@babel/helper-module-transforms/7.13.0: + integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== + /@babel/helper-module-transforms/7.13.12: dependencies: - '@babel/helper-module-imports': 7.12.13 - '@babel/helper-replace-supers': 7.13.0 - '@babel/helper-simple-access': 7.12.13 + '@babel/helper-module-imports': 7.13.12 + '@babel/helper-replace-supers': 7.13.12 + '@babel/helper-simple-access': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.12.11 '@babel/template': 7.12.13 '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 - lodash: 4.17.21 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw== + integrity: sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ== /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== @@ -121,24 +120,24 @@ packages: dev: true resolution: integrity: sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ== - /@babel/helper-replace-supers/7.13.0: + /@babel/helper-replace-supers/7.13.12: dependencies: - '@babel/helper-member-expression-to-functions': 7.13.0 + '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw== - /@babel/helper-simple-access/7.12.13: + integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw== + /@babel/helper-simple-access/7.13.12: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: - integrity: sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== + integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA== /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== @@ -154,7 +153,7 @@ packages: dependencies: '@babel/template': 7.12.13 '@babel/traverse': 7.13.0 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== @@ -166,13 +165,13 @@ packages: dev: true resolution: integrity: sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg== - /@babel/parser/7.13.11: + /@babel/parser/7.13.12: dev: true engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-PhuoqeHoO9fc4ffMEVk4qb/w/s2iOSWohvbHxLtxui0eBg3Lg5gN1U8wp1V1u61hOWkPQJJyJzGH6Y+grwkq8Q== + integrity: sha512-4T7Pb244rxH24yR116LAuJ+adxXXnHhZaLJjegJVKSdoNCe4x1eDBaud5YIcQFcqzsaD5BHvJw5BQ0AZapdCRw== /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.10: dependencies: '@babel/core': 7.13.10 @@ -216,8 +215,8 @@ packages: /@babel/template/7.12.13: dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.13.11 - '@babel/types': 7.13.0 + '@babel/parser': 7.13.12 + '@babel/types': 7.13.12 dev: true resolution: integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== @@ -227,22 +226,22 @@ packages: '@babel/generator': 7.13.9 '@babel/helper-function-name': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.13.11 - '@babel/types': 7.13.0 + '@babel/parser': 7.13.12 + '@babel/types': 7.13.12 debug: 4.3.1 globals: 11.12.0 lodash: 4.17.21 dev: true resolution: integrity: sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== - /@babel/types/7.13.0: + /@babel/types/7.13.12: dependencies: '@babel/helper-validator-identifier': 7.12.11 lodash: 4.17.21 to-fast-properties: 2.0.0 dev: true resolution: - integrity: sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA== + integrity: sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA== /ansi-styles/3.2.1: dependencies: color-convert: 1.9.3 @@ -251,19 +250,19 @@ packages: node: '>=4' resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - /babel-plugin-jsx-dom-expressions/0.25.12_@babel+core@7.13.10: + /babel-plugin-jsx-dom-expressions/0.25.16_@babel+core@7.13.10: dependencies: - '@babel/helper-module-imports': 7.12.13 + '@babel/helper-module-imports': 7.13.12 '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.10 - '@babel/types': 7.13.0 + '@babel/types': 7.13.12 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-U5DSOBQrJUU33x53lACr4YHJDzp3pVQaK+lGSGbNwVogYuYl0Un5kNHvn7x9OLj7ALTRiqInLPJHLyy7joStLg== + integrity: sha512-yvfjb0xeVVzWCbFkrr3Yx/cJBLh5izv9JuMLXu2u9GX1+oWvdg6CKRs62ZFUKHLeRu7lJKMdW0GIXXNJigRdFw== /babel-preset-solid/0.24.13_@babel+core@7.13.10: dependencies: - babel-plugin-jsx-dom-expressions: 0.25.12_@babel+core@7.13.10 + babel-plugin-jsx-dom-expressions: 0.25.16_@babel+core@7.13.10 dev: true peerDependencies: '@babel/core': '*' @@ -271,9 +270,9 @@ packages: integrity: sha512-qvJcoZVv5YGAXRPOX2XIbuij3qgAboJcLBGDY1T0TPGpZqtL9qu0RPkKP7Ce4BJUEkbtoy/9n2j/UTG1SE/2WA== /browserslist/4.16.3: dependencies: - caniuse-lite: 1.0.30001203 + caniuse-lite: 1.0.30001204 colorette: 1.2.2 - electron-to-chromium: 1.3.693 + electron-to-chromium: 1.3.700 escalade: 3.1.1 node-releases: 1.1.71 dev: true @@ -282,10 +281,10 @@ packages: hasBin: true resolution: integrity: sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw== - /caniuse-lite/1.0.30001203: + /caniuse-lite/1.0.30001204: dev: true resolution: - integrity: sha512-/I9tvnzU/PHMH7wBPrfDMSuecDeUKerjCPX7D0xBbaJZPxoT9m+yYxt0zCTkcijCkjTdim3H56Zm0i5Adxch4w== + integrity: sha512-JUdjWpcxfJ9IPamy2f5JaRDCaqJOxDzOSKtbdx4rH9VivMd1vIzoPumsJa9LoMIi4Fx2BV2KZOxWhNkBjaYivQ== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 @@ -329,16 +328,16 @@ packages: optional: true resolution: integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== - /electron-to-chromium/1.3.693: + /electron-to-chromium/1.3.700: dev: true resolution: - integrity: sha512-vUdsE8yyeu30RecppQtI+XTz2++LWLVEIYmzeCaCRLSdtKZ2eXqdJcrs85KwLiPOPVc6PELgWyXBsfqIvzGZag== - /esbuild/0.9.5: + integrity: sha512-wQtaxVZzpOeCjW1CGuC5W3bYjE2jglvk076LcTautBOB9UtHztty7wNzjVsndiMcSsdUsdMy5w76w5J1U7OPTQ== + /esbuild/0.9.7: dev: true hasBin: true requiresBuild: true resolution: - integrity: sha512-ZBOtZX9HxgSdwkAroVifEUgylWqbOjqbu1i1ohRvhoaYt6aj81dxbizODx419gwDAupqut44ehFVwUq7WRN/OA== + integrity: sha512-VtUf6aQ89VTmMLKrWHYG50uByMF4JQlVysb8dmg6cOgW8JnFCipmz7p+HNBl+RR3LLCuBxFGVauAe2wfnF9bLg== /escalade/3.1.1: dev: true engines: @@ -477,7 +476,7 @@ packages: dev: true resolution: integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== - /rollup/2.42.1: + /rollup/2.42.4: dev: true engines: node: '>=10.0.0' @@ -485,7 +484,7 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-/y7M2ULg06JOXmMpPzhTeQroJSchy8lX8q6qrjqil0jmLz6ejCWbQzVnWTsdmMQRhfU0QcwtiW8iZlmrGXWV4g== + integrity: sha512-Zqv3EvNfcllBHyyEUM754npqsZw82VIjK34cDQMwrQ1d6aqxzeYu5yFb7smGkPU4C1Bj7HupIMeT6WU7uIdnMw== /safe-buffer/5.1.2: dev: true resolution: @@ -536,7 +535,7 @@ packages: dev: true resolution: integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w== - /vite-plugin-solid/1.3.2: + /vite-plugin-solid/1.3.3: dependencies: '@babel/core': 7.13.10 '@babel/preset-typescript': 7.13.0_@babel+core@7.13.10 @@ -545,16 +544,16 @@ packages: resolve.exports: 1.0.2 solid-js: 0.24.15 solid-refresh: 0.1.0_solid-js@0.24.15 - vite: 2.1.2 + vite: 2.1.3 dev: true resolution: - integrity: sha512-YGStdU0/N+QE2HKoWDW4mhLIbbzOb/lDnxPbUEwLjPKI17ABgF4yacQ6Vulnkor5rkODCBByrB18ZG+IgiM8Rg== - /vite/2.1.2: + integrity: sha512-kKSW3DDkFEtkw8J9Mjk4s3bxXXR9sx88JhKpFMzdABoVwYPi7TJR+6f6dDZYnsWxV230TwB129A0C4xL7dQmvA== + /vite/2.1.3: dependencies: - esbuild: 0.9.5 + esbuild: 0.9.7 postcss: 8.2.8 resolve: 1.20.0 - rollup: 2.42.1 + rollup: 2.42.4 dev: true engines: node: '>=12.0.0' @@ -562,8 +561,8 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-K96k5Nb1kywggFwZNGf/NQVZIrjMSvjebYWFIEQRu8AQWtzxatMF8/reExFXebmrfWAT3PTUk6l4zJBkpMtyVg== + integrity: sha512-bUzArZIUwADVJS/3ywCr4KKFn3a7izs4M87ZDlAlY2V34E4g1kH6p3sVNAh8/IXCn/56fwgMh3rRavPUW7qEQQ== specifiers: solid-js: ^0.24.15 - vite: ^2.1.2 - vite-plugin-solid: ^1.3.2 + vite: ^2.1.3 + vite-plugin-solid: ^1.3.3