diff --git a/js/package.json b/js/package.json index b3c0cfb..ec42917 100644 --- a/js/package.json +++ b/js/package.json @@ -8,10 +8,10 @@ }, "license": "ISC", "devDependencies": { - "@amoutonbrady/vite-plugin-solid": "^0.2.0", - "vite": "^1.0.0-rc.4" + "@amoutonbrady/vite-plugin-solid": "^0.3.0", + "vite": "^1.0.0-rc.9" }, "dependencies": { - "solid-js": "^0.20.0" + "solid-js": "^0.21.5" } } diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index 857fccb..87db3a6 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -1,114 +1,115 @@ dependencies: - solid-js: 0.18.14 + solid-js: 0.21.5 devDependencies: - "@amoutonbrady/vite-plugin-solid": 0.1.1 - vite: 1.0.0-rc.4 -lockfileVersion: 5.1 + '@amoutonbrady/vite-plugin-solid': 0.3.0 + vite: 1.0.0-rc.9 +lockfileVersion: 5.2 packages: - /@amoutonbrady/vite-plugin-solid/0.1.1: + /@amoutonbrady/vite-plugin-solid/0.3.0: dependencies: - "@babel/core": 7.11.1 - "@babel/preset-typescript": 7.10.4_@babel+core@7.11.1 - "@rollup/plugin-babel": 5.2.0_@babel+core@7.11.1 - babel-preset-solid: 0.18.14_@babel+core@7.11.1 + '@babel/core': 7.12.3 + '@babel/preset-typescript': 7.12.1_@babel+core@7.12.3 + '@rollup/plugin-babel': 5.2.1_@babel+core@7.12.3 + babel-preset-solid: 0.21.3_@babel+core@7.12.3 dedent: 0.7.0 - solid-js: 0.18.14 - vite: 1.0.0-rc.4 + solid-js: 0.21.5 + vite: 1.0.0-rc.9 dev: true resolution: - integrity: sha512-QbjKty4eXCAae/goAgQKQMpMuEhxGAZw2kuzjvxK3E3WmaeeCQc5nwZ+fyeZwwcZcu/Q3R02qBo0gXIrQBOqqQ== + integrity: sha512-YwAYxUgyoochUyNptZQj8PW72e1YlX3828T0we8yIjdh0Pa+kktSeMOOTwQQLeD18JpJ2ic75Mc6XDG0CZJDDQ== /@babel/code-frame/7.10.4: dependencies: - "@babel/highlight": 7.10.4 + '@babel/highlight': 7.10.4 dev: true resolution: integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== - /@babel/core/7.11.1: + /@babel/core/7.12.3: dependencies: - "@babel/code-frame": 7.10.4 - "@babel/generator": 7.11.0 - "@babel/helper-module-transforms": 7.11.0 - "@babel/helpers": 7.10.4 - "@babel/parser": 7.11.3 - "@babel/template": 7.10.4 - "@babel/traverse": 7.11.0 - "@babel/types": 7.11.0 + '@babel/code-frame': 7.10.4 + '@babel/generator': 7.12.5 + '@babel/helper-module-transforms': 7.12.1 + '@babel/helpers': 7.12.5 + '@babel/parser': 7.12.5 + '@babel/template': 7.10.4 + '@babel/traverse': 7.12.5 + '@babel/types': 7.12.6 convert-source-map: 1.7.0 - debug: 4.1.1 - gensync: 1.0.0-beta.1 + debug: 4.2.0 + gensync: 1.0.0-beta.2 json5: 2.1.3 lodash: 4.17.20 - resolve: 1.17.0 + resolve: 1.18.1 semver: 5.7.1 source-map: 0.5.7 dev: true engines: - node: ">=6.9.0" + node: '>=6.9.0' resolution: - integrity: sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ== - /@babel/generator/7.11.0: + integrity: sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g== + /@babel/generator/7.12.5: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: - integrity: sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ== - /@babel/helper-create-class-features-plugin/7.10.5_@babel+core@7.11.1: + integrity: sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A== + /@babel/helper-create-class-features-plugin/7.12.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-function-name": 7.10.4 - "@babel/helper-member-expression-to-functions": 7.11.0 - "@babel/helper-optimise-call-expression": 7.10.4 - "@babel/helper-plugin-utils": 7.10.4 - "@babel/helper-replace-supers": 7.10.4 - "@babel/helper-split-export-declaration": 7.11.0 + '@babel/core': 7.12.3 + '@babel/helper-function-name': 7.10.4 + '@babel/helper-member-expression-to-functions': 7.12.1 + '@babel/helper-optimise-call-expression': 7.10.4 + '@babel/helper-replace-supers': 7.12.5 + '@babel/helper-split-export-declaration': 7.11.0 dev: true peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 resolution: - integrity: sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== + integrity: sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w== /@babel/helper-function-name/7.10.4: dependencies: - "@babel/helper-get-function-arity": 7.10.4 - "@babel/template": 7.10.4 - "@babel/types": 7.11.0 + '@babel/helper-get-function-arity': 7.10.4 + '@babel/template': 7.10.4 + '@babel/types': 7.12.6 dev: true resolution: integrity: sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== /@babel/helper-get-function-arity/7.10.4: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: integrity: sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== - /@babel/helper-member-expression-to-functions/7.11.0: + /@babel/helper-member-expression-to-functions/7.12.1: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: - integrity: sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== - /@babel/helper-module-imports/7.10.4: + integrity: sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ== + /@babel/helper-module-imports/7.12.5: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: - integrity: sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== - /@babel/helper-module-transforms/7.11.0: + integrity: sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA== + /@babel/helper-module-transforms/7.12.1: dependencies: - "@babel/helper-module-imports": 7.10.4 - "@babel/helper-replace-supers": 7.10.4 - "@babel/helper-simple-access": 7.10.4 - "@babel/helper-split-export-declaration": 7.11.0 - "@babel/template": 7.10.4 - "@babel/types": 7.11.0 + '@babel/helper-module-imports': 7.12.5 + '@babel/helper-replace-supers': 7.12.5 + '@babel/helper-simple-access': 7.12.1 + '@babel/helper-split-export-declaration': 7.11.0 + '@babel/helper-validator-identifier': 7.10.4 + '@babel/template': 7.10.4 + '@babel/traverse': 7.12.5 + '@babel/types': 7.12.6 lodash: 4.17.20 dev: true resolution: - integrity: sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== + integrity: sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w== /@babel/helper-optimise-call-expression/7.10.4: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: integrity: sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== @@ -116,25 +117,24 @@ packages: dev: true resolution: integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== - /@babel/helper-replace-supers/7.10.4: + /@babel/helper-replace-supers/7.12.5: dependencies: - "@babel/helper-member-expression-to-functions": 7.11.0 - "@babel/helper-optimise-call-expression": 7.10.4 - "@babel/traverse": 7.11.0 - "@babel/types": 7.11.0 + '@babel/helper-member-expression-to-functions': 7.12.1 + '@babel/helper-optimise-call-expression': 7.10.4 + '@babel/traverse': 7.12.5 + '@babel/types': 7.12.6 dev: true resolution: - integrity: sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== - /@babel/helper-simple-access/7.10.4: + integrity: sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA== + /@babel/helper-simple-access/7.12.1: dependencies: - "@babel/template": 7.10.4 - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: - integrity: sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== + integrity: sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA== /@babel/helper-split-export-declaration/7.11.0: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: integrity: sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== @@ -142,227 +142,242 @@ packages: dev: true resolution: integrity: sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== - /@babel/helpers/7.10.4: + /@babel/helpers/7.12.5: dependencies: - "@babel/template": 7.10.4 - "@babel/traverse": 7.11.0 - "@babel/types": 7.11.0 + '@babel/template': 7.10.4 + '@babel/traverse': 7.12.5 + '@babel/types': 7.12.6 dev: true resolution: - integrity: sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== + integrity: sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA== /@babel/highlight/7.10.4: dependencies: - "@babel/helper-validator-identifier": 7.10.4 + '@babel/helper-validator-identifier': 7.10.4 chalk: 2.4.2 js-tokens: 4.0.0 dev: true resolution: integrity: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== - /@babel/parser/7.11.3: + /@babel/parser/7.12.5: dev: true engines: - node: ">=6.0.0" + node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-REo8xv7+sDxkKvoxEywIdsNFiZLybwdI7hcT5uEPyQrSMB4YQ973BfC9OOrD/81MaIjh6UxdulIQXkjmiH3PcA== - /@babel/plugin-syntax-jsx/7.10.4_@babel+core@7.11.1: + integrity: sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ== + /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-plugin-utils": 7.10.4 + '@babel/core': 7.12.3 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g== - /@babel/plugin-syntax-typescript/7.10.4_@babel+core@7.11.1: + integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg== + /@babel/plugin-syntax-typescript/7.12.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-plugin-utils": 7.10.4 + '@babel/core': 7.12.3 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== - /@babel/plugin-transform-typescript/7.11.0_@babel+core@7.11.1: + integrity: sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA== + /@babel/plugin-transform-typescript/7.12.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-create-class-features-plugin": 7.10.5_@babel+core@7.11.1 - "@babel/helper-plugin-utils": 7.10.4 - "@babel/plugin-syntax-typescript": 7.10.4_@babel+core@7.11.1 + '@babel/core': 7.12.3 + '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.12.3 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-typescript': 7.12.1_@babel+core@7.12.3 dev: true peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w== - /@babel/preset-typescript/7.10.4_@babel+core@7.11.1: + integrity: sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw== + /@babel/preset-typescript/7.12.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-plugin-utils": 7.10.4 - "@babel/plugin-transform-typescript": 7.11.0_@babel+core@7.11.1 + '@babel/core': 7.12.3 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-transform-typescript': 7.12.1_@babel+core@7.12.3 dev: true peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-SdYnvGPv+bLlwkF2VkJnaX/ni1sMNetcGI1+nThF1gyv6Ph8Qucc4ZZAjM5yZcE/AKRXIOTZz7eSRDWOEjPyRQ== + integrity: sha512-hNK/DhmoJPsksdHuI/RVrcEws7GN5eamhi28JkO52MqIxU8Z0QpmiSOQxZHWOHV7I3P4UjHV97ay4TcamMA6Kw== /@babel/template/7.10.4: dependencies: - "@babel/code-frame": 7.10.4 - "@babel/parser": 7.11.3 - "@babel/types": 7.11.0 + '@babel/code-frame': 7.10.4 + '@babel/parser': 7.12.5 + '@babel/types': 7.12.6 dev: true resolution: integrity: sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== - /@babel/traverse/7.11.0: + /@babel/traverse/7.12.5: dependencies: - "@babel/code-frame": 7.10.4 - "@babel/generator": 7.11.0 - "@babel/helper-function-name": 7.10.4 - "@babel/helper-split-export-declaration": 7.11.0 - "@babel/parser": 7.11.3 - "@babel/types": 7.11.0 - debug: 4.1.1 + '@babel/code-frame': 7.10.4 + '@babel/generator': 7.12.5 + '@babel/helper-function-name': 7.10.4 + '@babel/helper-split-export-declaration': 7.11.0 + '@babel/parser': 7.12.5 + '@babel/types': 7.12.6 + debug: 4.2.0 globals: 11.12.0 lodash: 4.17.20 dev: true resolution: - integrity: sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== - /@babel/types/7.11.0: + integrity: sha512-xa15FbQnias7z9a62LwYAA5SZZPkHIXpd42C6uW68o8uTuua96FHZy1y61Va5P/i83FAAcMpW8+A/QayntzuqA== + /@babel/types/7.12.6: dependencies: - "@babel/helper-validator-identifier": 7.10.4 + '@babel/helper-validator-identifier': 7.10.4 lodash: 4.17.20 to-fast-properties: 2.0.0 dev: true resolution: - integrity: sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== - /@nodelib/fs.scandir/2.1.3: + integrity: sha512-hwyjw6GvjBLiyy3W0YQf0Z5Zf4NpYejUnKFcfcUhZCSffoBBp30w6wP2Wn6pk31jMYZvcOrB/1b7cGXvEoKogA== + /@koa/cors/3.1.0: dependencies: - "@nodelib/fs.stat": 2.0.3 - run-parallel: 1.1.9 + vary: 1.1.2 dev: true engines: - node: ">= 8" + node: '>= 8.0.0' + resolution: + integrity: sha512-7ulRC1da/rBa6kj6P4g2aJfnET3z8Uf3SWu60cjbtxTA5g8lxRdX/Bd2P92EagGwwAhANeNw8T8if99rJliR6Q== + /@nodelib/fs.scandir/2.1.3: + dependencies: + '@nodelib/fs.stat': 2.0.3 + run-parallel: 1.1.10 + dev: true + engines: + node: '>= 8' resolution: integrity: sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw== /@nodelib/fs.stat/2.0.3: dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA== /@nodelib/fs.walk/1.2.4: dependencies: - "@nodelib/fs.scandir": 2.1.3 - fastq: 1.8.0 + '@nodelib/fs.scandir': 2.1.3 + fastq: 1.9.0 dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ== - /@rollup/plugin-babel/5.2.0_@babel+core@7.11.1: + /@rollup/plugin-babel/5.2.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-module-imports": 7.10.4 - "@rollup/pluginutils": 3.1.0 + '@babel/core': 7.12.3 + '@babel/helper-module-imports': 7.12.5 + '@rollup/pluginutils': 3.1.0 dev: true engines: - node: ">= 10.0.0" + node: '>= 10.0.0' peerDependencies: - "@babel/core": ^7.0.0 - "@types/babel__core": ^7.1.9 + '@babel/core': ^7.0.0 + '@types/babel__core': ^7.1.9 rollup: ^1.20.0||^2.0.0 peerDependenciesMeta: - "@types/babel__core": + '@types/babel__core': optional: true resolution: - integrity: sha512-CPABsajaKjINgBQ3it+yMnfVO3ibsrMBxRzbUOUw2cL1hsZJ7aogU8mgglQm3S2hHJgjnAmxPz0Rq7DVdmHsTw== - /@rollup/plugin-commonjs/14.0.0_rollup@2.24.0: + integrity: sha512-Jd7oqFR2dzZJ3NWANDyBjwTtX/lYbZpVcmkHrfQcpvawHs9E4c0nYk5U2mfZ6I/DZcIvy506KZJi54XK/jxH7A== + /@rollup/plugin-commonjs/15.1.0_rollup@2.33.1: dependencies: - "@rollup/pluginutils": 3.1.0_rollup@2.24.0 + '@rollup/pluginutils': 3.1.0_rollup@2.33.1 commondir: 1.0.1 - estree-walker: 1.0.1 + estree-walker: 2.0.1 glob: 7.1.6 is-reference: 1.2.1 magic-string: 0.25.7 - resolve: 1.17.0 - rollup: 2.24.0 + resolve: 1.18.1 + rollup: 2.33.1 dev: true engines: - node: ">= 8.0.0" + node: '>= 8.0.0' peerDependencies: - rollup: ^2.3.4 + rollup: ^2.22.0 resolution: - integrity: sha512-+PSmD9ePwTAeU106i9FRdc+Zb3XUWyW26mo5Atr2mk82hor8+nPwkztEjFo8/B1fJKfaQDg9aM2bzQkjhi7zOw== - /@rollup/plugin-json/4.1.0_rollup@2.24.0: + integrity: sha512-xCQqz4z/o0h2syQ7d9LskIMvBSH4PX5PjYdpSSvgS+pQik3WahkQVNWg3D8XJeYjZoVWnIUQYDghuEMRGrmQYQ== + /@rollup/plugin-json/4.1.0_rollup@2.33.1: dependencies: - "@rollup/pluginutils": 3.1.0_rollup@2.24.0 - rollup: 2.24.0 + '@rollup/pluginutils': 3.1.0_rollup@2.33.1 + rollup: 2.33.1 dev: true peerDependencies: rollup: ^1.20.0 || ^2.0.0 resolution: integrity: sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw== - /@rollup/plugin-node-resolve/8.4.0_rollup@2.24.0: + /@rollup/plugin-node-resolve/9.0.0_rollup@2.33.1: dependencies: - "@rollup/pluginutils": 3.1.0_rollup@2.24.0 - "@types/resolve": 1.17.1 + '@rollup/pluginutils': 3.1.0_rollup@2.33.1 + '@types/resolve': 1.17.1 builtin-modules: 3.1.0 - deep-freeze: 0.0.1 deepmerge: 4.2.2 is-module: 1.0.0 - resolve: 1.17.0 - rollup: 2.24.0 + resolve: 1.18.1 + rollup: 2.33.1 dev: true engines: - node: ">= 8.0.0" + node: '>= 10.0.0' peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: - integrity: sha512-LFqKdRLn0ShtQyf6SBYO69bGE1upV6wUhBX0vFOUnLAyzx5cwp8svA0eHUnu8+YU57XOkrMtfG63QOpQx25pHQ== + integrity: sha512-gPz+utFHLRrd41WMP13Jq5mqqzHL3OXrfj3/MkSyB6UBIcuNt9j60GCbarzMzdf1VHFpOxfQh/ez7wyadLMqkg== /@rollup/pluginutils/3.1.0: dependencies: - "@types/estree": 0.0.39 + '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 dev: true engines: - node: ">= 8.0.0" + node: '>= 8.0.0' peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== - /@rollup/pluginutils/3.1.0_rollup@2.24.0: + /@rollup/pluginutils/3.1.0_rollup@2.33.1: dependencies: - "@types/estree": 0.0.39 + '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 - rollup: 2.24.0 + rollup: 2.33.1 dev: true engines: - node: ">= 8.0.0" + node: '>= 8.0.0' peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== + /@rollup/pluginutils/4.1.0_rollup@2.33.1: + dependencies: + estree-walker: 2.0.1 + picomatch: 2.2.2 + rollup: 2.33.1 + dev: true + engines: + node: '>= 8.0.0' + peerDependencies: + rollup: ^1.20.0||^2.0.0 + resolution: + integrity: sha512-TrBhfJkFxA+ER+ew2U2/fHbebhLT/l/2pRk0hfj9KusXUuRXd2v0R58AfaZK9VXDQ4TogOSEmICVrQAA3zFnHQ== /@types/accepts/1.3.5: dependencies: - "@types/node": 14.0.27 + '@types/node': 14.14.6 dev: true resolution: integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ== /@types/body-parser/1.19.0: dependencies: - "@types/connect": 3.4.33 - "@types/node": 14.0.27 + '@types/connect': 3.4.33 + '@types/node': 14.14.6 dev: true resolution: integrity: sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ== - /@types/color-name/1.1.1: - dev: true - resolution: - integrity: sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== /@types/connect/3.4.33: dependencies: - "@types/node": 14.0.27 + '@types/node': 14.14.6 dev: true resolution: integrity: sha512-2+FrkXY4zllzTNfJth7jOqEHC+enpLeGslEhpnTAkg21GkRrWV4SsAtqchtT4YS9/nODBU2/ZfsBY2X4J/dX7A== @@ -370,15 +385,15 @@ packages: dev: true resolution: integrity: sha512-P1bffQfhD3O4LW0ioENXUhZ9OIa0Zn+P7M+pWgkCKaT53wVLSq0mrKksCID/FGHpFhRSxRGhgrQmfhRuzwtKdg== - /@types/cookies/0.7.4: + /@types/cookies/0.7.5: dependencies: - "@types/connect": 3.4.33 - "@types/express": 4.17.7 - "@types/keygrip": 1.0.2 - "@types/node": 14.0.27 + '@types/connect': 3.4.33 + '@types/express': 4.17.8 + '@types/keygrip': 1.0.2 + '@types/node': 14.14.6 dev: true resolution: - integrity: sha512-oTGtMzZZAVuEjTwCjIh8T8FrC8n/uwy+PG0yTvQcdZ7etoel7C7/3MSd7qrukENTgQtotG7gvBlBojuVs7X5rw== + integrity: sha512-3+TAFSm78O7/bAeYdB8FoYGntuT87vVP9JKuQRL8sRhv9313LP2SpHHL50VeFtnyjIcb3UELddMk5Yt0eOSOkg== /@types/estree/0.0.39: dev: true resolution: @@ -387,49 +402,54 @@ packages: dev: true resolution: integrity: sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g== - /@types/express-serve-static-core/4.17.9: + /@types/express-serve-static-core/4.17.13: dependencies: - "@types/node": 14.0.27 - "@types/qs": 6.9.4 - "@types/range-parser": 1.2.3 + '@types/node': 14.14.6 + '@types/qs': 6.9.5 + '@types/range-parser': 1.2.3 dev: true resolution: - integrity: sha512-DG0BYg6yO+ePW+XoDENYz8zhNGC3jDDEpComMYn7WJc4mY1Us8Rw9ax2YhJXxpyk2SF47PQAoQ0YyVT1a0bEkA== - /@types/express/4.17.7: + integrity: sha512-RgDi5a4nuzam073lRGKTUIaL3eF2+H7LJvJ8eUnCI0wA6SNjXc44DCmWNiTLs/AZ7QlsFWZiw/gTG3nSQGL0fA== + /@types/express/4.17.8: dependencies: - "@types/body-parser": 1.19.0 - "@types/express-serve-static-core": 4.17.9 - "@types/qs": 6.9.4 - "@types/serve-static": 1.13.5 + '@types/body-parser': 1.19.0 + '@types/express-serve-static-core': 4.17.13 + '@types/qs': 6.9.5 + '@types/serve-static': 1.13.6 dev: true resolution: - integrity: sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ== + integrity: sha512-wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ== /@types/http-assert/1.5.1: dev: true resolution: integrity: sha512-PGAK759pxyfXE78NbKxyfRcWYA/KwW17X290cNev/qAsn9eQIxkH4shoNBafH37wewhDG/0p1cHPbK6+SzZjWQ== + /@types/http-errors/1.8.0: + dev: true + resolution: + integrity: sha512-2aoSC4UUbHDj2uCsCxcG/vRMXey/m17bC7UwitVm5hn22nI8O8Y9iDpA76Orc+DWkQ4zZrOKEshCqR/jSuXAHA== /@types/keygrip/1.0.2: dev: true resolution: integrity: sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw== /@types/koa-compose/3.2.5: dependencies: - "@types/koa": 2.11.3 + '@types/koa': 2.11.6 dev: true resolution: integrity: sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ== - /@types/koa/2.11.3: + /@types/koa/2.11.6: dependencies: - "@types/accepts": 1.3.5 - "@types/content-disposition": 0.5.3 - "@types/cookies": 0.7.4 - "@types/http-assert": 1.5.1 - "@types/keygrip": 1.0.2 - "@types/koa-compose": 3.2.5 - "@types/node": 14.0.27 + '@types/accepts': 1.3.5 + '@types/content-disposition': 0.5.3 + '@types/cookies': 0.7.5 + '@types/http-assert': 1.5.1 + '@types/http-errors': 1.8.0 + '@types/keygrip': 1.0.2 + '@types/koa-compose': 3.2.5 + '@types/node': 14.14.6 dev: true resolution: - integrity: sha512-ABxVkrNWa4O/Jp24EYI/hRNqEVRlhB9g09p48neQp4m3xL1TJtdWk2NyNQSMCU45ejeELMQZBYyfstyVvO2H3Q== + integrity: sha512-BhyrMj06eQkk04C97fovEDQMpLpd2IxCB4ecitaXwOKGq78Wi2tooaDOWOFGajPk8IkQOAtMppApgSVkYe1F/A== /@types/lru-cache/5.1.0: dev: true resolution: @@ -438,117 +458,121 @@ packages: dev: true resolution: integrity: sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q== - /@types/node/14.0.27: + /@types/node/14.14.6: dev: true resolution: - integrity: sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g== - /@types/qs/6.9.4: + integrity: sha512-6QlRuqsQ/Ox/aJEQWBEJG7A9+u7oSYl3mem/K8IzxXG/kAGbV1YPD9Bg9Zw3vyxC/YP+zONKwy8hGkSt1jxFMw== + /@types/parse-json/4.0.0: dev: true resolution: - integrity: sha512-+wYo+L6ZF6BMoEjtf8zB2esQsqdV6WsjRK/GP9WOgLPrq87PbNWgIxS76dS5uvl/QXtHGakZmwTznIfcPXcKlQ== + integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== + /@types/qs/6.9.5: + dev: true + resolution: + integrity: sha512-/JHkVHtx/REVG0VVToGRGH2+23hsYLHdyG+GrvoUGlGAd0ErauXDyvHtRI/7H7mzLm+tBCKA7pfcpkQ1lf58iQ== /@types/range-parser/1.2.3: dev: true resolution: integrity: sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA== /@types/resolve/1.17.1: dependencies: - "@types/node": 14.0.27 + '@types/node': 14.14.6 dev: true resolution: integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== - /@types/serve-static/1.13.5: + /@types/serve-static/1.13.6: dependencies: - "@types/express-serve-static-core": 4.17.9 - "@types/mime": 2.0.3 + '@types/mime': 2.0.3 + '@types/node': 14.14.6 dev: true resolution: - integrity: sha512-6M64P58N+OXjU432WoLLBQxbA0LRGBCRm7aAGQJ+SMC1IMl0dgRVi9EFfoDcS2a7Xogygk/eGN94CfwU9UF7UQ== - /@vue/compiler-core/3.0.0-rc.5: + integrity: sha512-nuRJmv7jW7VmCVTn+IgYDkkbbDGyIINOeu/G0d74X3lm6E5KfMeQPJhxIt1ayQeQB3cSxvYs1RA/wipYoFB4EA== + /@vue/compiler-core/3.0.2: dependencies: - "@babel/parser": 7.11.3 - "@babel/types": 7.11.0 - "@vue/shared": 3.0.0-rc.5 + '@babel/parser': 7.12.5 + '@babel/types': 7.12.6 + '@vue/shared': 3.0.2 estree-walker: 2.0.1 source-map: 0.6.1 dev: true resolution: - integrity: sha512-dNz5AObEYg0Oglw3emIsBhTAOVfObrfxDaAzR0UTRDDq+Ohfr6KTSaVQAH88Ym+oa08ZlLZBFc6ARe9doAOIxg== - /@vue/compiler-dom/3.0.0-rc.5: + integrity: sha512-GOlEMTlC/OdzBkKaKOniYErbkjoKxkBOmulxGmMR10I2JJX6TvXd/peaO/kla2xhpliV/M6Z4TLJp0yjAvRIAw== + /@vue/compiler-dom/3.0.2: dependencies: - "@vue/compiler-core": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 + '@vue/compiler-core': 3.0.2 + '@vue/shared': 3.0.2 dev: true resolution: - integrity: sha512-z8n+R1GhFnWuKURLYxfVSEfP7nSNM91qteobxwys55fhlZZuReouMnUwgrn+ois/IL6RdFlT9H+n4+N6yLrdJA== - /@vue/compiler-sfc/3.0.0-rc.5_vue@3.0.0-rc.5: + integrity: sha512-jvaL4QF2yXBJVD+JLbM2YA3e5fNfflJnfQ+GtfYk46ENGsEetqbkZqcX7fO+RHdG8tZBo7LCNBvgD0QLr+V4sg== + /@vue/compiler-sfc/3.0.2_vue@3.0.2: dependencies: - "@babel/parser": 7.11.3 - "@babel/types": 7.11.0 - "@vue/compiler-core": 3.0.0-rc.5 - "@vue/compiler-dom": 3.0.0-rc.5 - "@vue/compiler-ssr": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 - consolidate: 0.15.1 + '@babel/parser': 7.12.5 + '@babel/types': 7.12.6 + '@vue/compiler-core': 3.0.2 + '@vue/compiler-dom': 3.0.2 + '@vue/compiler-ssr': 3.0.2 + '@vue/shared': 3.0.2 + consolidate: 0.16.0 estree-walker: 2.0.1 hash-sum: 2.0.0 lru-cache: 5.1.1 magic-string: 0.25.7 merge-source-map: 1.1.0 - postcss: 7.0.32 - postcss-modules: 3.2.0 - postcss-selector-parser: 6.0.2 + postcss: 7.0.35 + postcss-modules: 3.2.2 + postcss-selector-parser: 6.0.4 source-map: 0.6.1 - vue: 3.0.0-rc.5 + vue: 3.0.2 dev: true peerDependencies: - vue: 3.0.0-rc.5 + vue: 3.0.2 resolution: - integrity: sha512-huoIFEfFCJxHcpoByAUQti7CIwJdHPLJXKuy2HG7J1B+IEKugtBdF50CLH35ZD8dWM0nyOMFFqTbO7i6CCjL3Q== - /@vue/compiler-ssr/3.0.0-rc.5: + integrity: sha512-viYjT5ehDSLM3v0jQ9hbTs4I5e/7lSlYsDOp7TQ1qcwHRvzoTQMTkFpY/Iae+LFKM124Ld17tBfXgfrZl9dt+g== + /@vue/compiler-ssr/3.0.2: dependencies: - "@vue/compiler-dom": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 + '@vue/compiler-dom': 3.0.2 + '@vue/shared': 3.0.2 dev: true resolution: - integrity: sha512-OU5Vl2+bCDMImS9OeCVnl4lfxZ3/sopdwX2SrUWVKQvCxmmmlyWvoVkC6nNGCs/MrOmIMhKmL6etgzLTWyCkUg== - /@vue/reactivity/3.0.0-rc.5: + integrity: sha512-gOgK1lf+0bFl+kQj6TU0TU1jIDFlsPRlSBZaUUA16DGeeiJrFanhsMuIs/l9U0IBFr/VJcHgzYpTXqHp95luHw== + /@vue/reactivity/3.0.2: dependencies: - "@vue/shared": 3.0.0-rc.5 + '@vue/shared': 3.0.2 dev: true resolution: - integrity: sha512-oe9C+1jtWUdYL/iNc0OPWbwgOk2rOW2uQ+exx3I6Jo6PKOmnAiPkMElalf9vRnO53rnUphVecMp8BlTJvcNgDw== - /@vue/runtime-core/3.0.0-rc.5: + integrity: sha512-GdRloNcBar4yqWGXOcba1t//j/WizwfthfPUYkjcIPHjYnA/vTEQYp0C9+ZjPdinv1WRK1BSMeN/xj31kQES4A== + /@vue/runtime-core/3.0.2: dependencies: - "@vue/reactivity": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 + '@vue/reactivity': 3.0.2 + '@vue/shared': 3.0.2 dev: true resolution: - integrity: sha512-MRIWreFigxdRuI2moFociUL5rVBfgYPrT7rWfQ0XfOyW46b+AiuCJyZvgbsRXwkAERfW1Tb/mY5forYjX2thOg== - /@vue/runtime-dom/3.0.0-rc.5: + integrity: sha512-3m/jOs2xSipEFah9FgpEzvC9nERFonVGLN06+pf8iYPIy54Nlv7D2cyrk3Lhbjz4w3PbIrkxJnoTJYvJM7HDfA== + /@vue/runtime-dom/3.0.2: dependencies: - "@vue/runtime-core": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 + '@vue/runtime-core': 3.0.2 + '@vue/shared': 3.0.2 csstype: 2.6.13 dev: true resolution: - integrity: sha512-0jwpO3MBqMToq7qC816Z8Y6G8aN4ZKbv7MupgRaepzxhiK0sXcjLQmOATP3g/NyX52UCBJS4wAwsxidqGnAabA== - /@vue/shared/3.0.0-rc.5: + integrity: sha512-vqC1KK1yWthTw1FKzajT0gYQaEqAq7bpeeXQC473nllGC5YHbJhNAJLSmrDun1tjXqGF0UNCWYljYm+++BJv6w== + /@vue/shared/3.0.2: dev: true resolution: - integrity: sha512-ZhcgGzBpp+pUzisZgQpM4ctIGgLpYjBj7/rZfbhEPxFHF/BuTV2jmhXvAl8aF9xDAejIcw85xCy92gDSwKtPag== + integrity: sha512-Zx869zlNoujFOclKIoYmkh8ES2RcS/+Jn546yOiPyZ+3+Ejivnr+fb8l+DdXUEFjo+iVDNR3KyLzg03aBFfZ4Q== /accepts/1.3.7: dependencies: mime-types: 2.1.27 negotiator: 0.6.2 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== /ansi-regex/5.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== /ansi-styles/3.2.1: @@ -556,18 +580,17 @@ packages: color-convert: 1.9.3 dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - /ansi-styles/4.2.1: + /ansi-styles/4.3.0: dependencies: - "@types/color-name": 1.1.1 color-convert: 2.0.1 dev: true engines: - node: ">=8" + node: '>=8' resolution: - integrity: sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== + integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== /any-promise/1.3.0: dev: true resolution: @@ -578,44 +601,44 @@ packages: picomatch: 2.2.2 dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== - /argparse/1.0.10: - dependencies: - sprintf-js: 1.0.3 - dev: true - resolution: - integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== /array-union/2.1.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== /at-least-node/1.0.0: dev: true engines: - node: ">= 4.0.0" + node: '>= 4.0.0' resolution: integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== - /babel-plugin-jsx-dom-expressions/0.19.10_@babel+core@7.11.1: + /babel-plugin-jsx-dom-expressions/0.22.2_@babel+core@7.12.3: dependencies: - "@babel/helper-module-imports": 7.10.4 - "@babel/plugin-syntax-jsx": 7.10.4_@babel+core@7.11.1 + '@babel/helper-module-imports': 7.12.5 + '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.3 + '@babel/types': 7.12.6 dev: true peerDependencies: - "@babel/core": "*" + '@babel/core': '*' resolution: - integrity: sha512-/gpqeOSCPEt+hOREHlZIXhn8UjfXg5MZM56dWpGzuGB3+XsiWZ07Geh2yPrho0uwksMJP/OOO5Ipk+Oei8eTSQ== - /babel-preset-solid/0.18.14_@babel+core@7.11.1: + integrity: sha512-9IX8kF01YZJfvZ2VyplwslIWX4GPCSqwqkBzasE6bLs9TJKU8GKYsvPC3U6Xr1uSG/gabpniu7a+jxJVNITLRA== + /babel-plugin-transform-rename-import/2.3.0: + dev: true + resolution: + integrity: sha512-dPgJoT57XC0PqSnLgl2FwNvxFrWlspatX2dkk7yjKQj5HHGw071vAcOf+hqW8ClqcBDMvEbm6mevn5yHAD8mlQ== + /babel-preset-solid/0.21.3_@babel+core@7.12.3: dependencies: - babel-plugin-jsx-dom-expressions: 0.19.10_@babel+core@7.11.1 + babel-plugin-jsx-dom-expressions: 0.22.2_@babel+core@7.12.3 + babel-plugin-transform-rename-import: 2.3.0 dev: true peerDependencies: - "@babel/core": "*" + '@babel/core': '*' resolution: - integrity: sha512-plDadLGxyg0XiYNJO0bk2UuJP4u4hH6AWEGfELo7Ug3oQs2HvlTW12h77nDQaVr+45r3uhHuuJojZMDXxHaGPg== + integrity: sha512-I/58tn1ymdJDsLxN7jP9naBkBuDbuYVqFRzvg6teMag37An/uhNcWLY9TWZp3Qe9eiWhvrnJ2Sc4hbXrXqOwHA== /balanced-match/1.0.0: dev: true resolution: @@ -627,7 +650,7 @@ packages: /binary-extensions/2.1.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== /bluebird/3.7.2: @@ -646,7 +669,7 @@ packages: fill-range: 7.0.1 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== /brotli-size/4.0.0: @@ -654,7 +677,7 @@ packages: duplexer: 0.1.1 dev: true engines: - node: ">= 10.16.0" + node: '>= 10.16.0' resolution: integrity: sha512-uA9fOtlTRC0iqKfzff1W34DXUA3GyVqbUaeo3Rw3d4gd1eavKVCETXrn3NzO74W+UVkG3UHu8WxUi+XvKI/huA== /buffer-from/1.1.1: @@ -664,13 +687,13 @@ packages: /builtin-modules/1.1.1: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8= /builtin-modules/3.1.0: dev: true engines: - node: ">=6" + node: '>=6' resolution: integrity: sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw== /cache-content-type/1.0.1: @@ -679,31 +702,15 @@ packages: ylru: 1.2.1 dev: true engines: - node: ">= 6.0.0" + node: '>= 6.0.0' resolution: integrity: sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA== - /caller-callsite/2.0.0: - dependencies: - callsites: 2.0.0 + /callsites/3.1.0: dev: true engines: - node: ">=4" + node: '>=6' resolution: - integrity: sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= - /caller-path/2.0.0: - dependencies: - caller-callsite: 2.0.0 - dev: true - engines: - node: ">=4" - resolution: - integrity: sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= - /callsites/2.0.0: - dev: true - engines: - node: ">=4" - resolution: - integrity: sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= + integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 @@ -711,28 +718,19 @@ packages: supports-color: 5.5.0 dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - /chalk/3.0.0: - dependencies: - ansi-styles: 4.2.1 - supports-color: 7.1.0 - dev: true - engines: - node: ">=8" - resolution: - integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== /chalk/4.1.0: dependencies: - ansi-styles: 4.2.1 - supports-color: 7.1.0 + ansi-styles: 4.3.0 + supports-color: 7.2.0 dev: true engines: - node: ">=10" + node: '>=10' resolution: integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== - /chokidar/3.4.2: + /chokidar/3.4.3: dependencies: anymatch: 3.1.1 braces: 3.0.2 @@ -740,20 +738,20 @@ packages: is-binary-path: 2.1.0 is-glob: 4.0.1 normalize-path: 3.0.0 - readdirp: 3.4.0 + readdirp: 3.5.0 dev: true engines: - node: ">= 8.10.0" + node: '>= 8.10.0' optionalDependencies: fsevents: 2.1.3 resolution: - integrity: sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A== + integrity: sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ== /clean-css/4.2.3: dependencies: source-map: 0.6.1 dev: true engines: - node: ">= 4.0" + node: '>= 4.0' resolution: integrity: sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA== /cli-cursor/3.1.0: @@ -761,26 +759,26 @@ packages: restore-cursor: 3.1.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== - /cli-spinners/2.4.0: + /cli-spinners/2.5.0: dev: true engines: - node: ">=6" + node: '>=6' resolution: - integrity: sha512-sJAofoarcm76ZGpuooaO0eDy8saEy+YoZBLjC4h8srt4jeBnkYeOgqxgsJQTpyt2LjI5PTfLJHSL+41Yu4fEJA== + integrity: sha512-PC+AmIuK04E6aeSs/pUccSujsTzBhu4HzC2dL+CfJB/Jcc2qTRbEwZQDfIUpt2Xl8BodYBEq8w4fc0kU2I9DjQ== /clone/1.0.4: dev: true engines: - node: ">=0.8" + node: '>=0.8' resolution: integrity: sha1-2jCcwmPfFZlMaIypAheco8fNfH4= /co/4.6.0: dev: true engines: - iojs: ">= 1.0.0" - node: ">= 0.12.0" + iojs: '>= 1.0.0' + node: '>= 0.12.0' resolution: integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= /color-convert/1.9.3: @@ -794,7 +792,7 @@ packages: color-name: 1.1.4 dev: true engines: - node: ">=7.0.0" + node: '>=7.0.0' resolution: integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== /color-name/1.1.3: @@ -817,26 +815,26 @@ packages: dev: true resolution: integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - /consolidate/0.15.1: + /consolidate/0.16.0: dependencies: bluebird: 3.7.2 dev: true engines: - node: ">= 0.10.0" + node: '>= 0.10.0' resolution: - integrity: sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw== + integrity: sha512-Nhl1wzCslqXYTJVDyJCu3ODohy9OfBMB5uD2BiBTzd7w+QY0lBzafkR8y8755yMYHAaMD4NuzbAw03/xzfw+eQ== /content-disposition/0.5.3: dependencies: safe-buffer: 5.1.2 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== /content-type/1.0.4: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== /convert-source-map/1.7.0: @@ -851,20 +849,21 @@ packages: keygrip: 1.1.0 dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow== - /cosmiconfig/5.2.1: + /cosmiconfig/7.0.0: dependencies: - import-fresh: 2.0.0 - is-directory: 0.3.1 - js-yaml: 3.14.0 - parse-json: 4.0.0 + '@types/parse-json': 4.0.0 + import-fresh: 3.2.2 + parse-json: 5.1.0 + path-type: 4.0.0 + yaml: 1.10.0 dev: true engines: - node: ">=4" + node: '>=10' resolution: - integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== + integrity: sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA== /cross-spawn/7.0.3: dependencies: path-key: 3.1.1 @@ -872,13 +871,13 @@ packages: which: 2.0.2 dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== /cssesc/3.0.0: dev: true engines: - node: ">=4" + node: '>=4' hasBin: true resolution: integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== @@ -898,12 +897,19 @@ packages: dev: true resolution: integrity: sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== - /debug/4.1.1: + /debug/4.2.0: dependencies: ms: 2.1.2 dev: true + engines: + node: '>=6.0' + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true resolution: - integrity: sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== + integrity: sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg== /dedent/0.7.0: dev: true resolution: @@ -912,14 +918,10 @@ packages: dev: true resolution: integrity: sha1-9dJgKStmDghO/0zbyfCK0yR0SLU= - /deep-freeze/0.0.1: - dev: true - resolution: - integrity: sha1-OgsABd4YZygZ39OM0x+RF5yJPoQ= /deepmerge/4.2.2: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== /defaults/1.0.3: @@ -935,13 +937,13 @@ packages: /depd/1.1.2: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= /depd/2.0.0: dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== /destroy/1.0.4: @@ -953,7 +955,7 @@ packages: path-type: 4.0.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== /dotenv-expand/5.1.0: @@ -963,7 +965,7 @@ packages: /dotenv/8.2.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== /duplexer/0.1.1: @@ -977,13 +979,13 @@ packages: /emojis-list/3.0.0: dev: true engines: - node: ">= 4" + node: '>= 4' resolution: integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== /encodeurl/1.0.2: dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= /end-of-stream/1.4.4: @@ -998,16 +1000,16 @@ packages: dev: true resolution: integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - /es-module-lexer/0.3.24: + /es-module-lexer/0.3.26: dev: true resolution: - integrity: sha512-jm/i7KdJtaMDle921xIsA/MQQOGuZ6goYxhlV+k+gQNI7FtP4N6jknrmJvj++3ODpiyFGwQ4PIstJfHJQJNc+g== - /esbuild/0.6.22: + integrity: sha512-Va0Q/xqtrss45hWzP8CZJwzGSZJjDM5/MJRE3IXXnUCcVLElR9BRaE9F62BopysASyc4nM3uwhSW7FFB9nlWAA== + /esbuild/0.7.22: dev: true hasBin: true requiresBuild: true resolution: - integrity: sha512-dgcdoOZ7rghMageuGFS6geQ77UacoZ/qrd0MRc2iPnYtMNfQ1cJ7mVkotVpUDJYdOWvLVa87NFEtqPg7D2mKSA== + integrity: sha512-B43SYg8LGWYTCv9Gs0RnuLNwjzpuWOoCaZHTWEDEf5AfrnuDMerPVMdCEu7xOdhFvQ+UqfP2MGU9lxEy0JzccA== /escape-html/1.0.3: dev: true resolution: @@ -1015,16 +1017,9 @@ packages: /escape-string-regexp/1.0.5: dev: true engines: - node: ">=0.8.0" + node: '>=0.8.0' resolution: integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - /esprima/4.0.1: - dev: true - engines: - node: ">=4" - hasBin: true - resolution: - integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== /estree-walker/0.6.1: dev: true resolution: @@ -1040,14 +1035,14 @@ packages: /etag/1.8.1: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= - /eventemitter3/4.0.4: + /eventemitter3/4.0.7: dev: true resolution: - integrity: sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ== - /execa/4.0.3: + integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== + /execa/4.1.0: dependencies: cross-spawn: 7.0.3 get-stream: 5.2.0 @@ -1060,57 +1055,57 @@ packages: strip-final-newline: 2.0.0 dev: true engines: - node: ">=10" + node: '>=10' resolution: - integrity: sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A== + integrity: sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA== /fast-glob/3.2.4: dependencies: - "@nodelib/fs.stat": 2.0.3 - "@nodelib/fs.walk": 1.2.4 + '@nodelib/fs.stat': 2.0.3 + '@nodelib/fs.walk': 1.2.4 glob-parent: 5.1.1 merge2: 1.4.1 micromatch: 4.0.2 picomatch: 2.2.2 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ== - /fastq/1.8.0: + /fastq/1.9.0: dependencies: reusify: 1.0.4 dev: true resolution: - integrity: sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q== + integrity: sha512-i7FVWL8HhVY+CTkwFxkN2mk3h+787ixS5S63eb78diVRc1MCssarHq3W5cj0av7YDSwmaV928RNag+U1etRQ7w== /fill-range/7.0.1: dependencies: to-regex-range: 5.0.1 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== /follow-redirects/1.13.0: dev: true engines: - node: ">=4.0" + node: '>=4.0' resolution: integrity: sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA== /fresh/0.5.2: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= /fs-extra/9.0.1: dependencies: at-least-node: 1.0.0 graceful-fs: 4.2.4 - jsonfile: 6.0.1 + jsonfile: 6.1.0 universalify: 1.0.0 dev: true engines: - node: ">=10" + node: '>=10' resolution: integrity: sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ== /fs.realpath/1.0.0: @@ -1126,24 +1121,28 @@ packages: - darwin resolution: integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== + /function-bind/1.1.1: + dev: true + resolution: + integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== /generic-names/2.0.1: dependencies: loader-utils: 1.4.0 dev: true resolution: integrity: sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ== - /gensync/1.0.0-beta.1: + /gensync/1.0.0-beta.2: dev: true engines: - node: ">=6.9.0" + node: '>=6.9.0' resolution: - integrity: sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== + integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== /get-stream/5.2.0: dependencies: pump: 3.0.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== /glob-parent/5.1.1: @@ -1151,7 +1150,7 @@ packages: is-glob: 4.0.1 dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== /glob/7.1.6: @@ -1168,7 +1167,7 @@ packages: /globals/11.12.0: dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== /globby/11.0.1: @@ -1181,7 +1180,7 @@ packages: slash: 3.0.0 dev: true engines: - node: ">=10" + node: '>=10' resolution: integrity: sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== /graceful-fs/4.2.4: @@ -1191,15 +1190,23 @@ packages: /has-flag/3.0.0: dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0= /has-flag/4.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== + /has/1.0.3: + dependencies: + function-bind: 1.1.1 + dev: true + engines: + node: '>= 0.4.0' + resolution: + integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== /hash-sum/2.0.0: dev: true resolution: @@ -1210,7 +1217,7 @@ packages: http-errors: 1.7.3 dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha512-rdw7q6GTlibqVVbXr0CKelfV5iY8G2HqEUkhSk297BMbSpSL8crXC+9rjKoMcZZEsksX30le6f/4ul4E28gegw== /http-errors/1.4.0: @@ -1219,7 +1226,7 @@ packages: statuses: 1.5.0 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-bAJC3qaz33r9oVPHEImzHG6Cqr8= /http-errors/1.6.3: @@ -1230,7 +1237,7 @@ packages: statuses: 1.5.0 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= /http-errors/1.7.3: @@ -1242,7 +1249,7 @@ packages: toidentifier: 1.0.0 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== /http-errors/1.8.0: @@ -1254,23 +1261,23 @@ packages: toidentifier: 1.0.0 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A== /http-proxy/1.18.1: dependencies: - eventemitter3: 4.0.4 + eventemitter3: 4.0.7 follow-redirects: 1.13.0 requires-port: 1.0.0 dev: true engines: - node: ">=8.0.0" + node: '>=8.0.0' resolution: integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== /human-signals/1.1.1: dev: true engines: - node: ">=8.12.0" + node: '>=8.12.0' resolution: integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== /icss-replace-symbols/1.1.0: @@ -1279,43 +1286,43 @@ packages: integrity: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0= /icss-utils/4.1.1: dependencies: - postcss: 7.0.32 + postcss: 7.0.35 dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== /ignore/5.1.8: dev: true engines: - node: ">= 4" + node: '>= 4' resolution: integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== - /import-cwd/2.1.0: + /import-cwd/3.0.0: dependencies: - import-from: 2.1.0 + import-from: 3.0.0 dev: true engines: - node: ">=4" + node: '>=8' resolution: - integrity: sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk= - /import-fresh/2.0.0: + integrity: sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg== + /import-fresh/3.2.2: dependencies: - caller-path: 2.0.0 - resolve-from: 3.0.0 + parent-module: 1.0.1 + resolve-from: 4.0.0 dev: true engines: - node: ">=4" + node: '>=6' resolution: - integrity: sha1-2BNVwVYS04bGH53dOSLUMEgipUY= - /import-from/2.1.0: + integrity: sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw== + /import-from/3.0.0: dependencies: - resolve-from: 3.0.0 + resolve-from: 5.0.0 dev: true engines: - node: ">=4" + node: '>=8' resolution: - integrity: sha1-M1238qev/VOqpHHUuAId7ja387E= + integrity: sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ== /indexes-of/1.0.1: dev: true resolution: @@ -1348,32 +1355,32 @@ packages: binary-extensions: 2.1.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== - /is-directory/0.3.1: + /is-core-module/2.1.0: + dependencies: + has: 1.0.3 dev: true - engines: - node: ">=0.10.0" resolution: - integrity: sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= + integrity: sha512-YcV7BgVMRFRua2FqQzKtTDMz8iCuLEyGKjr70q8Zm1yy2qKcurbFEd79PAdHV77oL3NrAaOVQIbMmiHQCHB7ZA== /is-docker/2.1.1: dev: true engines: - node: ">=8" + node: '>=8' hasBin: true resolution: integrity: sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw== /is-extglob/2.1.1: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= /is-generator-function/1.0.7: dev: true engines: - node: ">= 0.4" + node: '>= 0.4' resolution: integrity: sha512-YZc5EwyO4f2kWCax7oegfuSr9mFz1ZvieNYBEjmukLxgXfBUbxAWGVF7GZf0zidYtoBl3WvC07YK0wT76a+Rtw== /is-glob/4.0.1: @@ -1381,13 +1388,13 @@ packages: is-extglob: 2.1.1 dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== /is-interactive/1.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== /is-module/1.0.0: @@ -1397,19 +1404,19 @@ packages: /is-number/7.0.0: dev: true engines: - node: ">=0.12.0" + node: '>=0.12.0' resolution: integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== /is-reference/1.2.1: dependencies: - "@types/estree": 0.0.45 + '@types/estree': 0.0.45 dev: true resolution: integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ== /is-stream/2.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== /is-wsl/2.2.0: @@ -1417,7 +1424,7 @@ packages: is-docker: 2.1.1 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== /isarray/0.0.1: @@ -1434,38 +1441,31 @@ packages: dev: true resolution: integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - /jest-worker/24.9.0: + /jest-worker/26.6.2: dependencies: + '@types/node': 14.14.6 merge-stream: 2.0.0 - supports-color: 6.1.0 + supports-color: 7.2.0 dev: true engines: - node: ">= 6" + node: '>= 10.13.0' resolution: - integrity: sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== + integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== /js-tokens/4.0.0: dev: true resolution: integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - /js-yaml/3.14.0: - dependencies: - argparse: 1.0.10 - esprima: 4.0.1 - dev: true - hasBin: true - resolution: - integrity: sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A== /jsesc/2.5.2: dev: true engines: - node: ">=4" + node: '>=4' hasBin: true resolution: integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - /json-parse-better-errors/1.0.2: + /json-parse-even-better-errors/2.3.1: dev: true resolution: - integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== + integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== /json5/1.0.1: dependencies: minimist: 1.2.5 @@ -1478,26 +1478,32 @@ packages: minimist: 1.2.5 dev: true engines: - node: ">=6" + node: '>=6' hasBin: true resolution: integrity: sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== - /jsonfile/6.0.1: + /jsonfile/6.1.0: dependencies: - universalify: 1.0.0 + universalify: 2.0.0 dev: true optionalDependencies: graceful-fs: 4.2.4 resolution: - integrity: sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg== + integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== /keygrip/1.1.0: dependencies: tsscmp: 1.0.6 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ== + /klona/2.0.4: + dev: true + engines: + node: '>= 8' + resolution: + integrity: sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA== /koa-compose/3.2.1: dependencies: any-promise: 1.3.0 @@ -1508,26 +1514,25 @@ packages: dev: true resolution: integrity: sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw== - /koa-conditional-get/2.0.0: + /koa-conditional-get/3.0.0: dev: true resolution: - integrity: sha1-pD83I8HQFLcwo07Oit8wuTyCM/I= + integrity: sha512-VKyPS7SuNH26TjTV2IRz+oh0HV/jc2lYAo51PTQTkj0XFn8ebNZW9riczmrW7ZVBFSnls1Z88DPUYKnvVymruA== /koa-convert/1.2.0: dependencies: co: 4.6.0 koa-compose: 3.2.1 dev: true engines: - node: ">= 4" + node: '>= 4' resolution: integrity: sha1-2kCHXfSd4FOQmNFwC1CCDOvNIdA= - /koa-etag/3.0.0: + /koa-etag/4.0.0: dependencies: etag: 1.8.1 - mz: 2.7.0 dev: true resolution: - integrity: sha1-nvc4Ld1agqsN6xU0FckVg293HT8= + integrity: sha512-1cSdezCkBWlyuB9l6c/IFoe1ANCDdPBxkDkRiaIup40xpUub6U/wwRXoKBZw/O5BifX9OlqAjYnDyzM6+l+TAg== /koa-proxies/0.11.0_koa@2.13.0: dependencies: http-proxy: 1.18.1 @@ -1535,17 +1540,17 @@ packages: path-match: 1.2.4 dev: true peerDependencies: - koa: ">=2" + koa: '>=2' resolution: integrity: sha512-iXGRADBE0fM7g7AttNOlLZ/cCFKXeVMHbFJKIRb0dUCrSYXi02loyVSdBlKlBQ5ZfVKJLo9Q9FyqwVTp1poVVA== /koa-send/5.0.1: dependencies: - debug: 4.1.1 + debug: 4.2.0 http-errors: 1.8.0 resolve-path: 1.4.0 dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-tmcyQ/wXXuxpDxyNXv5yNNkdAMdFRqwtegBXUaowiQzUKqJehttS0x2j0eOZDQAyloAth5w6wwBImnFzkUz3pQ== /koa-static/5.0.0: @@ -1554,7 +1559,7 @@ packages: koa-send: 5.0.1 dev: true engines: - node: ">= 7.6.0" + node: '>= 7.6.0' resolution: integrity: sha512-UqyYyH5YEXaJrf9S8E23GoJFQZXkBVJ9zYYMPGz919MSX1KuvAcycIuS0ci150HCoPf4XQVhQ84Qf8xRPWxFaQ== /koa/2.13.0: @@ -1587,6 +1592,10 @@ packages: node: ^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4 resolution: integrity: sha512-i/XJVOfPw7npbMv67+bOeXr3gPqOAw6uh5wFyNs3QvJ47tUx3M3V9rIE0//WytY42MKz4l/MXKyGkQ2LQTfLUQ== + /lines-and-columns/1.1.6: + dev: true + resolution: + integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= /loader-utils/1.4.0: dependencies: big.js: 5.2.2 @@ -1594,7 +1603,7 @@ packages: json5: 1.0.1 dev: true engines: - node: ">=4.0.0" + node: '>=4.0.0' resolution: integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== /lodash.camelcase/4.3.0: @@ -1605,20 +1614,28 @@ packages: dev: true resolution: integrity: sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== - /log-symbols/3.0.0: + /log-symbols/4.0.0: dependencies: - chalk: 2.4.2 + chalk: 4.1.0 dev: true engines: - node: ">=8" + node: '>=10' resolution: - integrity: sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ== + integrity: sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA== /lru-cache/5.1.1: dependencies: yallist: 3.1.1 dev: true resolution: integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== + /lru-cache/6.0.0: + dependencies: + yallist: 4.0.0 + dev: true + engines: + node: '>=10' + resolution: + integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== /magic-string/0.25.7: dependencies: sourcemap-codec: 1.4.8 @@ -1628,7 +1645,7 @@ packages: /media-typer/0.3.0: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= /merge-source-map/1.1.0: @@ -1644,7 +1661,7 @@ packages: /merge2/1.4.1: dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== /micromatch/4.0.2: @@ -1653,13 +1670,13 @@ packages: picomatch: 2.2.2 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== /mime-db/1.44.0: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg== /mime-types/2.1.27: @@ -1667,13 +1684,13 @@ packages: mime-db: 1.44.0 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w== /mimic-fn/2.1.0: dev: true engines: - node: ">=6" + node: '>=6' resolution: integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== /minimatch/3.0.4: @@ -1698,30 +1715,22 @@ packages: dev: true resolution: integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== - /mz/2.7.0: - dependencies: - any-promise: 1.3.0 - object-assign: 4.1.1 - thenify-all: 1.6.0 - dev: true - resolution: - integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== /negotiator/0.6.2: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== - /node-forge/0.9.0: + /node-forge/0.10.0: dev: true engines: - node: ">= 4.5.0" + node: '>= 6.0.0' resolution: - integrity: sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ== + integrity: sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA== /normalize-path/3.0.0: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== /npm-run-path/4.0.1: @@ -1729,21 +1738,15 @@ packages: path-key: 3.1.1 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== - /object-assign/4.1.1: - dev: true - engines: - node: ">=0.10.0" - resolution: - integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= /on-finished/2.3.0: dependencies: ee-first: 1.1.1 dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= /once/1.4.0: @@ -1757,62 +1760,78 @@ packages: mimic-fn: 2.1.0 dev: true engines: - node: ">=6" + node: '>=6' resolution: integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== /only/0.0.2: dev: true resolution: integrity: sha1-Kv3oTQPlC5qO3EROMGEKcCle37Q= - /open/7.1.0: + /open/7.3.0: dependencies: is-docker: 2.1.1 is-wsl: 2.2.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: - integrity: sha512-lLPI5KgOwEYCDKXf4np7y1PBEkj7HYIyP2DY8mVDRnx0VIIu6bNrRB0R66TuO7Mack6EnTNLm4uvcl1UoklTpA== - /ora/4.1.1: + integrity: sha512-mgLwQIx2F/ye9SmbrUkurZCnkoXyXyu9EbHtJZrICjVAJfyMArdHp3KkixGdZx1ZHFPNIwl0DDM1dFFqXbTLZw== + /ora/5.1.0: dependencies: - chalk: 3.0.0 + chalk: 4.1.0 cli-cursor: 3.1.0 - cli-spinners: 2.4.0 + cli-spinners: 2.5.0 is-interactive: 1.0.0 - log-symbols: 3.0.0 + log-symbols: 4.0.0 mute-stream: 0.0.8 strip-ansi: 6.0.0 wcwidth: 1.0.1 dev: true engines: - node: ">=8" + node: '>=10' resolution: - integrity: sha512-sjYP8QyVWBpBZWD6Vr1M/KwknSw6kJOz41tvGMlwWeClHBtYKTbHMki1PsLZnxKpXMPbTKv9b3pjQu3REib96A== - /parse-json/4.0.0: - dependencies: - error-ex: 1.3.2 - json-parse-better-errors: 1.0.2 + integrity: sha512-9tXIMPvjZ7hPTbk8DFq1f7Kow/HU/pQYB60JbNq+QnGwcyhWVZaQ4hM9zQDEsPxw/muLpgiHSaumUZxCAmod/w== + /p-map-series/2.1.0: dev: true engines: - node: ">=4" + node: '>=8' resolution: - integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= + integrity: sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q== + /parent-module/1.0.1: + dependencies: + callsites: 3.1.0 + dev: true + engines: + node: '>=6' + resolution: + integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== + /parse-json/5.1.0: + dependencies: + '@babel/code-frame': 7.10.4 + error-ex: 1.3.2 + json-parse-even-better-errors: 2.3.1 + lines-and-columns: 1.1.6 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ== /parseurl/1.3.3: dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== /path-is-absolute/1.0.1: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= /path-key/3.1.1: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== /path-match/1.2.4: @@ -1835,90 +1854,90 @@ packages: /path-type/4.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== /picomatch/2.2.2: dev: true engines: - node: ">=8.6" + node: '>=8.6' resolution: integrity: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== /pify/2.3.0: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw= /postcss-discard-comments/4.0.2: dependencies: - postcss: 7.0.32 + postcss: 7.0.35 dev: true engines: - node: ">=6.9.0" + node: '>=6.9.0' resolution: integrity: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== /postcss-import/12.0.1: dependencies: - postcss: 7.0.32 + postcss: 7.0.35 postcss-value-parser: 3.3.1 read-cache: 1.0.0 - resolve: 1.17.0 + resolve: 1.18.1 dev: true engines: - node: ">=6.0.0" + node: '>=6.0.0' resolution: integrity: sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw== - /postcss-load-config/2.1.0: + /postcss-load-config/3.0.0: dependencies: - cosmiconfig: 5.2.1 - import-cwd: 2.1.0 + cosmiconfig: 7.0.0 + import-cwd: 3.0.0 dev: true engines: - node: ">= 4" + node: '>= 10' resolution: - integrity: sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q== + integrity: sha512-lErrN8imuEF1cSiHBV8MiR7HeuzlDpCGNtaMyYHlOBuJHHOGw6S4xOMZp8BbXPr7AGQp14L6PZDlIOpfFJ6f7w== /postcss-modules-extract-imports/2.0.0: dependencies: - postcss: 7.0.32 + postcss: 7.0.35 dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== /postcss-modules-local-by-default/3.0.3: dependencies: icss-utils: 4.1.1 - postcss: 7.0.32 - postcss-selector-parser: 6.0.2 + postcss: 7.0.35 + postcss-selector-parser: 6.0.4 postcss-value-parser: 4.1.0 dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw== /postcss-modules-scope/2.2.0: dependencies: - postcss: 7.0.32 - postcss-selector-parser: 6.0.2 + postcss: 7.0.35 + postcss-selector-parser: 6.0.4 dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ== /postcss-modules-values/3.0.0: dependencies: icss-utils: 4.1.1 - postcss: 7.0.32 + postcss: 7.0.35 dev: true resolution: integrity: sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg== - /postcss-modules/3.2.0: + /postcss-modules/3.2.2: dependencies: generic-names: 2.0.1 icss-replace-symbols: 1.1.0 lodash.camelcase: 4.3.0 - postcss: 7.0.32 + postcss: 7.0.35 postcss-modules-extract-imports: 2.0.0 postcss-modules-local-by-default: 3.0.3 postcss-modules-scope: 2.2.0 @@ -1926,17 +1945,18 @@ packages: string-hash: 1.1.3 dev: true resolution: - integrity: sha512-ceodlVbBypGD3R7EI1xM7gz28J0syaXq0VKd7rJVXVlOSkxUIRBRJQjBgpoKnKVFNAcCjtLVgZqBA3mUNntWPA== - /postcss-selector-parser/6.0.2: + integrity: sha512-JQ8IAqHELxC0N6tyCg2UF40pACY5oiL6UpiqqcIFRWqgDYO8B0jnxzoQ0EOpPrWXvcpu6BSbQU/3vSiq7w8Nhw== + /postcss-selector-parser/6.0.4: dependencies: cssesc: 3.0.0 indexes-of: 1.0.1 uniq: 1.0.1 + util-deprecate: 1.0.2 dev: true engines: - node: ">=4" + node: '>=4' resolution: - integrity: sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg== + integrity: sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw== /postcss-value-parser/3.3.1: dev: true resolution: @@ -1945,16 +1965,16 @@ packages: dev: true resolution: integrity: sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== - /postcss/7.0.32: + /postcss/7.0.35: dependencies: chalk: 2.4.2 source-map: 0.6.1 supports-color: 6.1.0 dev: true engines: - node: ">=6.0.0" + node: '>=6.0.0' resolution: - integrity: sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw== + integrity: sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg== /pump/3.0.0: dependencies: end-of-stream: 1.4.4 @@ -1962,142 +1982,160 @@ packages: dev: true resolution: integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== + /randombytes/2.1.0: + dependencies: + safe-buffer: 5.2.1 + dev: true + resolution: + integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== /read-cache/1.0.0: dependencies: pify: 2.3.0 dev: true resolution: integrity: sha1-5mTvMRYRZsl1HNvo28+GtftY93Q= - /readdirp/3.4.0: + /readdirp/3.5.0: dependencies: picomatch: 2.2.2 dev: true engines: - node: ">=8.10.0" + node: '>=8.10.0' resolution: - integrity: sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ== + integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ== /requires-port/1.0.0: dev: true resolution: integrity: sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= - /resolve-from/3.0.0: + /resolve-from/4.0.0: dev: true engines: - node: ">=4" + node: '>=4' resolution: - integrity: sha1-six699nWiBvItuZTM17rywoYh0g= + integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== + /resolve-from/5.0.0: + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== /resolve-path/1.4.0: dependencies: http-errors: 1.6.3 path-is-absolute: 1.0.1 dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha1-xL2p9e+y/OZSR4c6s2u02DT+Fvc= - /resolve/1.17.0: + /resolve/1.18.1: dependencies: + is-core-module: 2.1.0 path-parse: 1.0.6 dev: true resolution: - integrity: sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== + integrity: sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA== /restore-cursor/3.1.0: dependencies: onetime: 5.1.2 signal-exit: 3.0.3 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== /reusify/1.0.4: dev: true engines: - iojs: ">=1.0.0" - node: ">=0.10.0" + iojs: '>=1.0.0' + node: '>=0.10.0' resolution: integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== - /rollup-plugin-dynamic-import-variables/1.1.0_rollup@2.24.0: + /rollup-plugin-dynamic-import-variables/1.1.0_rollup@2.33.1: dependencies: - "@rollup/pluginutils": 3.1.0_rollup@2.24.0 + '@rollup/pluginutils': 3.1.0_rollup@2.33.1 estree-walker: 2.0.1 globby: 11.0.1 magic-string: 0.25.7 dev: true peerDependencies: - rollup: "*" + rollup: '*' resolution: integrity: sha512-C1avEmnXC8cC4aAQ5dB63O9oQf7IrhEHc98bQw9Qd6H36FxtZooLCvVfcO4SNYrqaNrzH3ErucQt/zdFSLPHNw== - /rollup-plugin-terser/5.3.0_rollup@2.24.0: + /rollup-plugin-terser/7.0.2_rollup@2.33.1: dependencies: - "@babel/code-frame": 7.10.4 - jest-worker: 24.9.0 - rollup: 2.24.0 - rollup-pluginutils: 2.8.2 - serialize-javascript: 2.1.2 - terser: 4.8.0 + '@babel/code-frame': 7.10.4 + jest-worker: 26.6.2 + rollup: 2.33.1 + serialize-javascript: 4.0.0 + terser: 5.3.8 dev: true peerDependencies: - rollup: ">=0.66.0 <3" + rollup: ^2.0.0 resolution: - integrity: sha512-XGMJihTIO3eIBsVGq7jiNYOdDMb3pVxuzY0uhOE/FM4x/u9nQgr3+McsjzqBn3QfHIpNSZmFnpoKAwHBEcsT7g== - /rollup-plugin-vue/6.0.0-beta.10_@vue+compiler-sfc@3.0.0-rc.5: + integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ== + /rollup-plugin-vue/6.0.0-beta.11_@vue+compiler-sfc@3.0.2: dependencies: - "@vue/compiler-sfc": 3.0.0-rc.5_vue@3.0.0-rc.5 - debug: 4.1.1 + '@vue/compiler-sfc': 3.0.2_vue@3.0.2 + debug: 4.2.0 hash-sum: 2.0.0 rollup-pluginutils: 2.8.2 dev: true peerDependencies: - "@vue/compiler-sfc": "*" + '@vue/compiler-sfc': '*' resolution: - integrity: sha512-8TZJmROiSRjWoHRR6id0/ktOBOUGuI302xDBq4YBiA/tnnXdoY3oFGtvRWzT5ldX0jTJ8QX40rrJOw2SvcWwxQ== - /rollup-plugin-web-worker-loader/1.3.1_rollup@2.24.0: + integrity: sha512-osqLkFc7N76TOI0CeW0BOujlMFsMIoytyTRVUivaeYSMponNfk1iSuqyoeciUB3EjFqyL/dTTFPi+7rhaAm73w== + /rollup-plugin-web-worker-loader/1.4.0_rollup@2.33.1: dependencies: - rollup: 2.24.0 + rollup: 2.33.1 dev: true peerDependencies: rollup: ^1.9.2 || ^2.0.0 resolution: - integrity: sha512-Td36kmB4iz10xqI/gJFCv2xZZ21fY6E7AGVFOT3PWIDkM1BeBrfuzeNh1tFIkD6fHtjQhppnedkYFaIlGHuEvA== + integrity: sha512-jhlOwSkrXkAVFY2Fded0M1AS9iqZDNjUJxNz4BFjBlaKuUzTx8Ikey+b3LSegUJE4mzAAw2DqJD8pX12R0ZdDw== /rollup-pluginutils/2.8.2: dependencies: estree-walker: 0.6.1 dev: true resolution: integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ== - /rollup/2.24.0: + /rollup/2.33.1: dev: true engines: - node: ">=10.0.0" + node: '>=10.0.0' hasBin: true optionalDependencies: fsevents: 2.1.3 resolution: - integrity: sha512-UaTQNUUjKT9NANDGOlZ2fZW9wL7OPYH8RS6CrHjsjdwlboc//xBDET5Q7WZOD2k+cJ2iD2fEnq4fnpVo2eTjGA== - /run-parallel/1.1.9: + integrity: sha512-uY4O/IoL9oNW8MMcbA5hcOaz6tZTMIh7qJHx/tzIJm+n1wLoY38BLn6fuy7DhR57oNFLMbDQtDeJoFURt5933w== + /run-parallel/1.1.10: dev: true resolution: - integrity: sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q== + integrity: sha512-zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw== /safe-buffer/5.1.2: dev: true resolution: integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - /selfsigned/1.10.7: - dependencies: - node-forge: 0.9.0 + /safe-buffer/5.2.1: dev: true resolution: - integrity: sha512-8M3wBCzeWIJnQfl43IKwOmC4H/RAp50S8DF60znzjW5GVqTcSe2vWclt7hmYVPkKPlHWOu5EaWOMZ2Y6W8ZXTA== + integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== + /selfsigned/1.10.8: + dependencies: + node-forge: 0.10.0 + dev: true + resolution: + integrity: sha512-2P4PtieJeEwVgTU9QEcwIRDQ/mXJLX8/+I3ur+Pg16nS8oNbrGxEso9NyYWy8NAmXiNl4dlAp5MwoNeCWzON4w== /semver/5.7.1: dev: true hasBin: true resolution: integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - /serialize-javascript/2.1.2: + /serialize-javascript/4.0.0: + dependencies: + randombytes: 2.1.0 dev: true resolution: - integrity: sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ== + integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw== /setprototypeof/1.1.0: dev: true resolution: @@ -2115,13 +2153,13 @@ packages: shebang-regex: 3.0.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== /shebang-regex/3.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== /signal-exit/3.0.3: @@ -2131,12 +2169,12 @@ packages: /slash/3.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== - /solid-js/0.18.14: + /solid-js/0.21.5: resolution: - integrity: sha512-XAmsf4WP16aQ0RJMNk50Xi0OD0QQK/OAA0aFnT2/7OsLzdjJVohrTf58fE7B7Zhk0CiEdCtkktX7MaxOvfY3RQ== + integrity: sha512-LN29stkQpC7PGhvCbu5GmLAprjDSzC/YgETHHZEFmcKE8myEkcjE3EctBmHEDvMFNJ9MRk0fViunHia0r9zJIQ== /source-map-support/0.5.19: dependencies: buffer-from: 1.1.1 @@ -2147,27 +2185,29 @@ packages: /source-map/0.5.7: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= /source-map/0.6.1: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== + /source-map/0.7.3: + dev: true + engines: + node: '>= 8' + resolution: + integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== /sourcemap-codec/1.4.8: dev: true resolution: integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== - /sprintf-js/1.0.3: - dev: true - resolution: - integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= /statuses/1.5.0: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= /string-hash/1.1.3: @@ -2179,13 +2219,13 @@ packages: ansi-regex: 5.0.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== /strip-final-newline/2.0.0: dev: true engines: - node: ">=6" + node: '>=6' resolution: integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== /supports-color/5.5.0: @@ -2193,7 +2233,7 @@ packages: has-flag: 3.0.0 dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== /supports-color/6.1.0: @@ -2201,46 +2241,32 @@ packages: has-flag: 3.0.0 dev: true engines: - node: ">=6" + node: '>=6' resolution: integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== - /supports-color/7.1.0: + /supports-color/7.2.0: dependencies: has-flag: 4.0.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: - integrity: sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g== - /terser/4.8.0: + integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== + /terser/5.3.8: dependencies: commander: 2.20.3 - source-map: 0.6.1 + source-map: 0.7.3 source-map-support: 0.5.19 dev: true engines: - node: ">=6.0.0" + node: '>=10' hasBin: true resolution: - integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== - /thenify-all/1.6.0: - dependencies: - thenify: 3.3.1 - dev: true - engines: - node: ">=0.8" - resolution: - integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY= - /thenify/3.3.1: - dependencies: - any-promise: 1.3.0 - dev: true - resolution: - integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== + integrity: sha512-zVotuHoIfnYjtlurOouTazciEfL7V38QMAOhGqpXDEg6yT13cF4+fEP9b0rrCEQTn+tT46uxgFsTZzhygk+CzQ== /to-fast-properties/2.0.0: dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= /to-regex-range/5.0.1: @@ -2248,19 +2274,19 @@ packages: is-number: 7.0.0 dev: true engines: - node: ">=8.0" + node: '>=8.0' resolution: integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== /toidentifier/1.0.0: dev: true engines: - node: ">=0.6" + node: '>=0.6' resolution: integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== /tsscmp/1.0.6: dev: true engines: - node: ">=0.6.x" + node: '>=0.6.x' resolution: integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA== /type-is/1.6.18: @@ -2269,7 +2295,7 @@ packages: mime-types: 2.1.27 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== /uniq/1.0.1: @@ -2279,81 +2305,93 @@ packages: /universalify/1.0.0: dev: true engines: - node: ">= 10.0.0" + node: '>= 10.0.0' resolution: integrity: sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug== + /universalify/2.0.0: + dev: true + engines: + node: '>= 10.0.0' + resolution: + integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== + /util-deprecate/1.0.2: + dev: true + resolution: + integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= /vary/1.1.2: dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= - /vite/1.0.0-rc.4: + /vite/1.0.0-rc.9: dependencies: - "@babel/parser": 7.11.3 - "@rollup/plugin-commonjs": 14.0.0_rollup@2.24.0 - "@rollup/plugin-json": 4.1.0_rollup@2.24.0 - "@rollup/plugin-node-resolve": 8.4.0_rollup@2.24.0 - "@types/koa": 2.11.3 - "@types/lru-cache": 5.1.0 - "@vue/compiler-dom": 3.0.0-rc.5 - "@vue/compiler-sfc": 3.0.0-rc.5_vue@3.0.0-rc.5 + '@babel/parser': 7.12.5 + '@koa/cors': 3.1.0 + '@rollup/plugin-commonjs': 15.1.0_rollup@2.33.1 + '@rollup/plugin-json': 4.1.0_rollup@2.33.1 + '@rollup/plugin-node-resolve': 9.0.0_rollup@2.33.1 + '@rollup/pluginutils': 4.1.0_rollup@2.33.1 + '@types/koa': 2.11.6 + '@types/lru-cache': 5.1.0 + '@vue/compiler-dom': 3.0.2 + '@vue/compiler-sfc': 3.0.2_vue@3.0.2 brotli-size: 4.0.0 chalk: 4.1.0 - chokidar: 3.4.2 + chokidar: 3.4.3 clean-css: 4.2.3 - debug: 4.1.1 + debug: 4.2.0 dotenv: 8.2.0 dotenv-expand: 5.1.0 - es-module-lexer: 0.3.24 - esbuild: 0.6.22 + es-module-lexer: 0.3.26 + esbuild: 0.7.22 etag: 1.8.1 - execa: 4.0.3 + execa: 4.1.0 fs-extra: 9.0.1 hash-sum: 2.0.0 isbuiltin: 1.0.0 + klona: 2.0.4 koa: 2.13.0 - koa-conditional-get: 2.0.0 - koa-etag: 3.0.0 + koa-conditional-get: 3.0.0 + koa-etag: 4.0.0 koa-proxies: 0.11.0_koa@2.13.0 koa-send: 5.0.1 koa-static: 5.0.0 - lru-cache: 5.1.1 + lru-cache: 6.0.0 magic-string: 0.25.7 merge-source-map: 1.1.0 mime-types: 2.1.27 minimist: 1.2.5 - open: 7.1.0 - ora: 4.1.1 - postcss: 7.0.32 + open: 7.3.0 + ora: 5.1.0 + p-map-series: 2.1.0 postcss-discard-comments: 4.0.2 postcss-import: 12.0.1 - postcss-load-config: 2.1.0 - resolve: 1.17.0 - rollup: 2.24.0 - rollup-plugin-dynamic-import-variables: 1.1.0_rollup@2.24.0 - rollup-plugin-terser: 5.3.0_rollup@2.24.0 - rollup-plugin-vue: 6.0.0-beta.10_@vue+compiler-sfc@3.0.0-rc.5 - rollup-plugin-web-worker-loader: 1.3.1_rollup@2.24.0 - rollup-pluginutils: 2.8.2 - selfsigned: 1.10.7 + postcss-load-config: 3.0.0 + resolve: 1.18.1 + rollup: 2.33.1 + rollup-plugin-dynamic-import-variables: 1.1.0_rollup@2.33.1 + rollup-plugin-terser: 7.0.2_rollup@2.33.1 + rollup-plugin-vue: 6.0.0-beta.11_@vue+compiler-sfc@3.0.2 + rollup-plugin-web-worker-loader: 1.4.0_rollup@2.33.1 + selfsigned: 1.10.8 slash: 3.0.0 - vue: 3.0.0-rc.5 + vue: 3.0.2 ws: 7.3.1 dev: true engines: - node: ">=10.16.0" + node: '>=10.16.0' hasBin: true resolution: - integrity: sha512-D9gpKKaE2U0YpIxNrSn+nlFPBT0sfg68Y1EReYW8YHMhbNFcxwS7RZIa1W/8Pq6yDfVRAhbOZNijv1mLG5pCEg== - /vue/3.0.0-rc.5: + integrity: sha512-u0PT2sKMes2RtE5rZsLY0nFm6kEmce7IhVRWKFXmrsjn0MBOCNEi+S6iNnJDmsj1nzvU2dMZ5MHhFyXIqTgjzA== + /vue/3.0.2: dependencies: - "@vue/compiler-dom": 3.0.0-rc.5 - "@vue/runtime-dom": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 + '@vue/compiler-dom': 3.0.2 + '@vue/runtime-dom': 3.0.2 + '@vue/shared': 3.0.2 dev: true resolution: - integrity: sha512-8t8Y4sHMBGD5iLZ7JfBGmKBJlzesPoL+/nW9EV8s+4LwnKC4rGlRp+Lj2rcign4iQaj0GFaL7DrQ8IoOfVX6+w== + integrity: sha512-ciKFjutKRs+2Vbvgrist1oDd5wZQqtOel/K//ku54zLbf8tcTV+XbyAfanTHcTkML9CUj09vnC+y+5uaOz2/9g== /wcwidth/1.0.1: dependencies: defaults: 1.0.3 @@ -2365,7 +2403,7 @@ packages: isexe: 2.0.0 dev: true engines: - node: ">= 8" + node: '>= 8' hasBin: true resolution: integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== @@ -2376,7 +2414,7 @@ packages: /ws/7.3.1: dev: true engines: - node: ">=8.3.0" + node: '>=8.3.0' peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ^5.0.2 @@ -2391,13 +2429,23 @@ packages: dev: true resolution: integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== + /yallist/4.0.0: + dev: true + resolution: + integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== + /yaml/1.10.0: + dev: true + engines: + node: '>= 6' + resolution: + integrity: sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg== /ylru/1.2.1: dev: true engines: - node: ">= 4.0.0" + node: '>= 4.0.0' resolution: integrity: sha512-faQrqNMzcPCHGVC2aaOINk13K+aaBDUPjGWl0teOXywElLjyVAB6Oe2jj62jHYtwsU49jXhScYbvPENK+6zAvQ== specifiers: - "@amoutonbrady/vite-plugin-solid": ^0.2.0 - solid-js: ^0.20.0 - vite: ^1.0.0-rc.4 + '@amoutonbrady/vite-plugin-solid': ^0.3.0 + solid-js: ^0.21.5 + vite: ^1.0.0-rc.9 diff --git a/ts-minimal/package.json b/ts-minimal/package.json index f382254..b3c9fb8 100644 --- a/ts-minimal/package.json +++ b/ts-minimal/package.json @@ -8,10 +8,10 @@ }, "license": "ISC", "devDependencies": { - "@amoutonbrady/vite-plugin-solid": "^0.2.0", - "vite": "^1.0.0-rc.4" + "@amoutonbrady/vite-plugin-solid": "^0.3.0", + "vite": "^1.0.0-rc.9" }, "dependencies": { - "solid-js": "^0.20.0" + "solid-js": "^0.21.5" } } diff --git a/ts-minimal/pnpm-lock.yaml b/ts-minimal/pnpm-lock.yaml index 857fccb..87db3a6 100644 --- a/ts-minimal/pnpm-lock.yaml +++ b/ts-minimal/pnpm-lock.yaml @@ -1,114 +1,115 @@ dependencies: - solid-js: 0.18.14 + solid-js: 0.21.5 devDependencies: - "@amoutonbrady/vite-plugin-solid": 0.1.1 - vite: 1.0.0-rc.4 -lockfileVersion: 5.1 + '@amoutonbrady/vite-plugin-solid': 0.3.0 + vite: 1.0.0-rc.9 +lockfileVersion: 5.2 packages: - /@amoutonbrady/vite-plugin-solid/0.1.1: + /@amoutonbrady/vite-plugin-solid/0.3.0: dependencies: - "@babel/core": 7.11.1 - "@babel/preset-typescript": 7.10.4_@babel+core@7.11.1 - "@rollup/plugin-babel": 5.2.0_@babel+core@7.11.1 - babel-preset-solid: 0.18.14_@babel+core@7.11.1 + '@babel/core': 7.12.3 + '@babel/preset-typescript': 7.12.1_@babel+core@7.12.3 + '@rollup/plugin-babel': 5.2.1_@babel+core@7.12.3 + babel-preset-solid: 0.21.3_@babel+core@7.12.3 dedent: 0.7.0 - solid-js: 0.18.14 - vite: 1.0.0-rc.4 + solid-js: 0.21.5 + vite: 1.0.0-rc.9 dev: true resolution: - integrity: sha512-QbjKty4eXCAae/goAgQKQMpMuEhxGAZw2kuzjvxK3E3WmaeeCQc5nwZ+fyeZwwcZcu/Q3R02qBo0gXIrQBOqqQ== + integrity: sha512-YwAYxUgyoochUyNptZQj8PW72e1YlX3828T0we8yIjdh0Pa+kktSeMOOTwQQLeD18JpJ2ic75Mc6XDG0CZJDDQ== /@babel/code-frame/7.10.4: dependencies: - "@babel/highlight": 7.10.4 + '@babel/highlight': 7.10.4 dev: true resolution: integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== - /@babel/core/7.11.1: + /@babel/core/7.12.3: dependencies: - "@babel/code-frame": 7.10.4 - "@babel/generator": 7.11.0 - "@babel/helper-module-transforms": 7.11.0 - "@babel/helpers": 7.10.4 - "@babel/parser": 7.11.3 - "@babel/template": 7.10.4 - "@babel/traverse": 7.11.0 - "@babel/types": 7.11.0 + '@babel/code-frame': 7.10.4 + '@babel/generator': 7.12.5 + '@babel/helper-module-transforms': 7.12.1 + '@babel/helpers': 7.12.5 + '@babel/parser': 7.12.5 + '@babel/template': 7.10.4 + '@babel/traverse': 7.12.5 + '@babel/types': 7.12.6 convert-source-map: 1.7.0 - debug: 4.1.1 - gensync: 1.0.0-beta.1 + debug: 4.2.0 + gensync: 1.0.0-beta.2 json5: 2.1.3 lodash: 4.17.20 - resolve: 1.17.0 + resolve: 1.18.1 semver: 5.7.1 source-map: 0.5.7 dev: true engines: - node: ">=6.9.0" + node: '>=6.9.0' resolution: - integrity: sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ== - /@babel/generator/7.11.0: + integrity: sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g== + /@babel/generator/7.12.5: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: - integrity: sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ== - /@babel/helper-create-class-features-plugin/7.10.5_@babel+core@7.11.1: + integrity: sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A== + /@babel/helper-create-class-features-plugin/7.12.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-function-name": 7.10.4 - "@babel/helper-member-expression-to-functions": 7.11.0 - "@babel/helper-optimise-call-expression": 7.10.4 - "@babel/helper-plugin-utils": 7.10.4 - "@babel/helper-replace-supers": 7.10.4 - "@babel/helper-split-export-declaration": 7.11.0 + '@babel/core': 7.12.3 + '@babel/helper-function-name': 7.10.4 + '@babel/helper-member-expression-to-functions': 7.12.1 + '@babel/helper-optimise-call-expression': 7.10.4 + '@babel/helper-replace-supers': 7.12.5 + '@babel/helper-split-export-declaration': 7.11.0 dev: true peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 resolution: - integrity: sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== + integrity: sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w== /@babel/helper-function-name/7.10.4: dependencies: - "@babel/helper-get-function-arity": 7.10.4 - "@babel/template": 7.10.4 - "@babel/types": 7.11.0 + '@babel/helper-get-function-arity': 7.10.4 + '@babel/template': 7.10.4 + '@babel/types': 7.12.6 dev: true resolution: integrity: sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== /@babel/helper-get-function-arity/7.10.4: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: integrity: sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== - /@babel/helper-member-expression-to-functions/7.11.0: + /@babel/helper-member-expression-to-functions/7.12.1: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: - integrity: sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== - /@babel/helper-module-imports/7.10.4: + integrity: sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ== + /@babel/helper-module-imports/7.12.5: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: - integrity: sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== - /@babel/helper-module-transforms/7.11.0: + integrity: sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA== + /@babel/helper-module-transforms/7.12.1: dependencies: - "@babel/helper-module-imports": 7.10.4 - "@babel/helper-replace-supers": 7.10.4 - "@babel/helper-simple-access": 7.10.4 - "@babel/helper-split-export-declaration": 7.11.0 - "@babel/template": 7.10.4 - "@babel/types": 7.11.0 + '@babel/helper-module-imports': 7.12.5 + '@babel/helper-replace-supers': 7.12.5 + '@babel/helper-simple-access': 7.12.1 + '@babel/helper-split-export-declaration': 7.11.0 + '@babel/helper-validator-identifier': 7.10.4 + '@babel/template': 7.10.4 + '@babel/traverse': 7.12.5 + '@babel/types': 7.12.6 lodash: 4.17.20 dev: true resolution: - integrity: sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== + integrity: sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w== /@babel/helper-optimise-call-expression/7.10.4: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: integrity: sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== @@ -116,25 +117,24 @@ packages: dev: true resolution: integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== - /@babel/helper-replace-supers/7.10.4: + /@babel/helper-replace-supers/7.12.5: dependencies: - "@babel/helper-member-expression-to-functions": 7.11.0 - "@babel/helper-optimise-call-expression": 7.10.4 - "@babel/traverse": 7.11.0 - "@babel/types": 7.11.0 + '@babel/helper-member-expression-to-functions': 7.12.1 + '@babel/helper-optimise-call-expression': 7.10.4 + '@babel/traverse': 7.12.5 + '@babel/types': 7.12.6 dev: true resolution: - integrity: sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== - /@babel/helper-simple-access/7.10.4: + integrity: sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA== + /@babel/helper-simple-access/7.12.1: dependencies: - "@babel/template": 7.10.4 - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: - integrity: sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== + integrity: sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA== /@babel/helper-split-export-declaration/7.11.0: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: integrity: sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== @@ -142,227 +142,242 @@ packages: dev: true resolution: integrity: sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== - /@babel/helpers/7.10.4: + /@babel/helpers/7.12.5: dependencies: - "@babel/template": 7.10.4 - "@babel/traverse": 7.11.0 - "@babel/types": 7.11.0 + '@babel/template': 7.10.4 + '@babel/traverse': 7.12.5 + '@babel/types': 7.12.6 dev: true resolution: - integrity: sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== + integrity: sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA== /@babel/highlight/7.10.4: dependencies: - "@babel/helper-validator-identifier": 7.10.4 + '@babel/helper-validator-identifier': 7.10.4 chalk: 2.4.2 js-tokens: 4.0.0 dev: true resolution: integrity: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== - /@babel/parser/7.11.3: + /@babel/parser/7.12.5: dev: true engines: - node: ">=6.0.0" + node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-REo8xv7+sDxkKvoxEywIdsNFiZLybwdI7hcT5uEPyQrSMB4YQ973BfC9OOrD/81MaIjh6UxdulIQXkjmiH3PcA== - /@babel/plugin-syntax-jsx/7.10.4_@babel+core@7.11.1: + integrity: sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ== + /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-plugin-utils": 7.10.4 + '@babel/core': 7.12.3 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g== - /@babel/plugin-syntax-typescript/7.10.4_@babel+core@7.11.1: + integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg== + /@babel/plugin-syntax-typescript/7.12.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-plugin-utils": 7.10.4 + '@babel/core': 7.12.3 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== - /@babel/plugin-transform-typescript/7.11.0_@babel+core@7.11.1: + integrity: sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA== + /@babel/plugin-transform-typescript/7.12.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-create-class-features-plugin": 7.10.5_@babel+core@7.11.1 - "@babel/helper-plugin-utils": 7.10.4 - "@babel/plugin-syntax-typescript": 7.10.4_@babel+core@7.11.1 + '@babel/core': 7.12.3 + '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.12.3 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-typescript': 7.12.1_@babel+core@7.12.3 dev: true peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w== - /@babel/preset-typescript/7.10.4_@babel+core@7.11.1: + integrity: sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw== + /@babel/preset-typescript/7.12.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-plugin-utils": 7.10.4 - "@babel/plugin-transform-typescript": 7.11.0_@babel+core@7.11.1 + '@babel/core': 7.12.3 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-transform-typescript': 7.12.1_@babel+core@7.12.3 dev: true peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-SdYnvGPv+bLlwkF2VkJnaX/ni1sMNetcGI1+nThF1gyv6Ph8Qucc4ZZAjM5yZcE/AKRXIOTZz7eSRDWOEjPyRQ== + integrity: sha512-hNK/DhmoJPsksdHuI/RVrcEws7GN5eamhi28JkO52MqIxU8Z0QpmiSOQxZHWOHV7I3P4UjHV97ay4TcamMA6Kw== /@babel/template/7.10.4: dependencies: - "@babel/code-frame": 7.10.4 - "@babel/parser": 7.11.3 - "@babel/types": 7.11.0 + '@babel/code-frame': 7.10.4 + '@babel/parser': 7.12.5 + '@babel/types': 7.12.6 dev: true resolution: integrity: sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== - /@babel/traverse/7.11.0: + /@babel/traverse/7.12.5: dependencies: - "@babel/code-frame": 7.10.4 - "@babel/generator": 7.11.0 - "@babel/helper-function-name": 7.10.4 - "@babel/helper-split-export-declaration": 7.11.0 - "@babel/parser": 7.11.3 - "@babel/types": 7.11.0 - debug: 4.1.1 + '@babel/code-frame': 7.10.4 + '@babel/generator': 7.12.5 + '@babel/helper-function-name': 7.10.4 + '@babel/helper-split-export-declaration': 7.11.0 + '@babel/parser': 7.12.5 + '@babel/types': 7.12.6 + debug: 4.2.0 globals: 11.12.0 lodash: 4.17.20 dev: true resolution: - integrity: sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== - /@babel/types/7.11.0: + integrity: sha512-xa15FbQnias7z9a62LwYAA5SZZPkHIXpd42C6uW68o8uTuua96FHZy1y61Va5P/i83FAAcMpW8+A/QayntzuqA== + /@babel/types/7.12.6: dependencies: - "@babel/helper-validator-identifier": 7.10.4 + '@babel/helper-validator-identifier': 7.10.4 lodash: 4.17.20 to-fast-properties: 2.0.0 dev: true resolution: - integrity: sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== - /@nodelib/fs.scandir/2.1.3: + integrity: sha512-hwyjw6GvjBLiyy3W0YQf0Z5Zf4NpYejUnKFcfcUhZCSffoBBp30w6wP2Wn6pk31jMYZvcOrB/1b7cGXvEoKogA== + /@koa/cors/3.1.0: dependencies: - "@nodelib/fs.stat": 2.0.3 - run-parallel: 1.1.9 + vary: 1.1.2 dev: true engines: - node: ">= 8" + node: '>= 8.0.0' + resolution: + integrity: sha512-7ulRC1da/rBa6kj6P4g2aJfnET3z8Uf3SWu60cjbtxTA5g8lxRdX/Bd2P92EagGwwAhANeNw8T8if99rJliR6Q== + /@nodelib/fs.scandir/2.1.3: + dependencies: + '@nodelib/fs.stat': 2.0.3 + run-parallel: 1.1.10 + dev: true + engines: + node: '>= 8' resolution: integrity: sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw== /@nodelib/fs.stat/2.0.3: dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA== /@nodelib/fs.walk/1.2.4: dependencies: - "@nodelib/fs.scandir": 2.1.3 - fastq: 1.8.0 + '@nodelib/fs.scandir': 2.1.3 + fastq: 1.9.0 dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ== - /@rollup/plugin-babel/5.2.0_@babel+core@7.11.1: + /@rollup/plugin-babel/5.2.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-module-imports": 7.10.4 - "@rollup/pluginutils": 3.1.0 + '@babel/core': 7.12.3 + '@babel/helper-module-imports': 7.12.5 + '@rollup/pluginutils': 3.1.0 dev: true engines: - node: ">= 10.0.0" + node: '>= 10.0.0' peerDependencies: - "@babel/core": ^7.0.0 - "@types/babel__core": ^7.1.9 + '@babel/core': ^7.0.0 + '@types/babel__core': ^7.1.9 rollup: ^1.20.0||^2.0.0 peerDependenciesMeta: - "@types/babel__core": + '@types/babel__core': optional: true resolution: - integrity: sha512-CPABsajaKjINgBQ3it+yMnfVO3ibsrMBxRzbUOUw2cL1hsZJ7aogU8mgglQm3S2hHJgjnAmxPz0Rq7DVdmHsTw== - /@rollup/plugin-commonjs/14.0.0_rollup@2.24.0: + integrity: sha512-Jd7oqFR2dzZJ3NWANDyBjwTtX/lYbZpVcmkHrfQcpvawHs9E4c0nYk5U2mfZ6I/DZcIvy506KZJi54XK/jxH7A== + /@rollup/plugin-commonjs/15.1.0_rollup@2.33.1: dependencies: - "@rollup/pluginutils": 3.1.0_rollup@2.24.0 + '@rollup/pluginutils': 3.1.0_rollup@2.33.1 commondir: 1.0.1 - estree-walker: 1.0.1 + estree-walker: 2.0.1 glob: 7.1.6 is-reference: 1.2.1 magic-string: 0.25.7 - resolve: 1.17.0 - rollup: 2.24.0 + resolve: 1.18.1 + rollup: 2.33.1 dev: true engines: - node: ">= 8.0.0" + node: '>= 8.0.0' peerDependencies: - rollup: ^2.3.4 + rollup: ^2.22.0 resolution: - integrity: sha512-+PSmD9ePwTAeU106i9FRdc+Zb3XUWyW26mo5Atr2mk82hor8+nPwkztEjFo8/B1fJKfaQDg9aM2bzQkjhi7zOw== - /@rollup/plugin-json/4.1.0_rollup@2.24.0: + integrity: sha512-xCQqz4z/o0h2syQ7d9LskIMvBSH4PX5PjYdpSSvgS+pQik3WahkQVNWg3D8XJeYjZoVWnIUQYDghuEMRGrmQYQ== + /@rollup/plugin-json/4.1.0_rollup@2.33.1: dependencies: - "@rollup/pluginutils": 3.1.0_rollup@2.24.0 - rollup: 2.24.0 + '@rollup/pluginutils': 3.1.0_rollup@2.33.1 + rollup: 2.33.1 dev: true peerDependencies: rollup: ^1.20.0 || ^2.0.0 resolution: integrity: sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw== - /@rollup/plugin-node-resolve/8.4.0_rollup@2.24.0: + /@rollup/plugin-node-resolve/9.0.0_rollup@2.33.1: dependencies: - "@rollup/pluginutils": 3.1.0_rollup@2.24.0 - "@types/resolve": 1.17.1 + '@rollup/pluginutils': 3.1.0_rollup@2.33.1 + '@types/resolve': 1.17.1 builtin-modules: 3.1.0 - deep-freeze: 0.0.1 deepmerge: 4.2.2 is-module: 1.0.0 - resolve: 1.17.0 - rollup: 2.24.0 + resolve: 1.18.1 + rollup: 2.33.1 dev: true engines: - node: ">= 8.0.0" + node: '>= 10.0.0' peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: - integrity: sha512-LFqKdRLn0ShtQyf6SBYO69bGE1upV6wUhBX0vFOUnLAyzx5cwp8svA0eHUnu8+YU57XOkrMtfG63QOpQx25pHQ== + integrity: sha512-gPz+utFHLRrd41WMP13Jq5mqqzHL3OXrfj3/MkSyB6UBIcuNt9j60GCbarzMzdf1VHFpOxfQh/ez7wyadLMqkg== /@rollup/pluginutils/3.1.0: dependencies: - "@types/estree": 0.0.39 + '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 dev: true engines: - node: ">= 8.0.0" + node: '>= 8.0.0' peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== - /@rollup/pluginutils/3.1.0_rollup@2.24.0: + /@rollup/pluginutils/3.1.0_rollup@2.33.1: dependencies: - "@types/estree": 0.0.39 + '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 - rollup: 2.24.0 + rollup: 2.33.1 dev: true engines: - node: ">= 8.0.0" + node: '>= 8.0.0' peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== + /@rollup/pluginutils/4.1.0_rollup@2.33.1: + dependencies: + estree-walker: 2.0.1 + picomatch: 2.2.2 + rollup: 2.33.1 + dev: true + engines: + node: '>= 8.0.0' + peerDependencies: + rollup: ^1.20.0||^2.0.0 + resolution: + integrity: sha512-TrBhfJkFxA+ER+ew2U2/fHbebhLT/l/2pRk0hfj9KusXUuRXd2v0R58AfaZK9VXDQ4TogOSEmICVrQAA3zFnHQ== /@types/accepts/1.3.5: dependencies: - "@types/node": 14.0.27 + '@types/node': 14.14.6 dev: true resolution: integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ== /@types/body-parser/1.19.0: dependencies: - "@types/connect": 3.4.33 - "@types/node": 14.0.27 + '@types/connect': 3.4.33 + '@types/node': 14.14.6 dev: true resolution: integrity: sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ== - /@types/color-name/1.1.1: - dev: true - resolution: - integrity: sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== /@types/connect/3.4.33: dependencies: - "@types/node": 14.0.27 + '@types/node': 14.14.6 dev: true resolution: integrity: sha512-2+FrkXY4zllzTNfJth7jOqEHC+enpLeGslEhpnTAkg21GkRrWV4SsAtqchtT4YS9/nODBU2/ZfsBY2X4J/dX7A== @@ -370,15 +385,15 @@ packages: dev: true resolution: integrity: sha512-P1bffQfhD3O4LW0ioENXUhZ9OIa0Zn+P7M+pWgkCKaT53wVLSq0mrKksCID/FGHpFhRSxRGhgrQmfhRuzwtKdg== - /@types/cookies/0.7.4: + /@types/cookies/0.7.5: dependencies: - "@types/connect": 3.4.33 - "@types/express": 4.17.7 - "@types/keygrip": 1.0.2 - "@types/node": 14.0.27 + '@types/connect': 3.4.33 + '@types/express': 4.17.8 + '@types/keygrip': 1.0.2 + '@types/node': 14.14.6 dev: true resolution: - integrity: sha512-oTGtMzZZAVuEjTwCjIh8T8FrC8n/uwy+PG0yTvQcdZ7etoel7C7/3MSd7qrukENTgQtotG7gvBlBojuVs7X5rw== + integrity: sha512-3+TAFSm78O7/bAeYdB8FoYGntuT87vVP9JKuQRL8sRhv9313LP2SpHHL50VeFtnyjIcb3UELddMk5Yt0eOSOkg== /@types/estree/0.0.39: dev: true resolution: @@ -387,49 +402,54 @@ packages: dev: true resolution: integrity: sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g== - /@types/express-serve-static-core/4.17.9: + /@types/express-serve-static-core/4.17.13: dependencies: - "@types/node": 14.0.27 - "@types/qs": 6.9.4 - "@types/range-parser": 1.2.3 + '@types/node': 14.14.6 + '@types/qs': 6.9.5 + '@types/range-parser': 1.2.3 dev: true resolution: - integrity: sha512-DG0BYg6yO+ePW+XoDENYz8zhNGC3jDDEpComMYn7WJc4mY1Us8Rw9ax2YhJXxpyk2SF47PQAoQ0YyVT1a0bEkA== - /@types/express/4.17.7: + integrity: sha512-RgDi5a4nuzam073lRGKTUIaL3eF2+H7LJvJ8eUnCI0wA6SNjXc44DCmWNiTLs/AZ7QlsFWZiw/gTG3nSQGL0fA== + /@types/express/4.17.8: dependencies: - "@types/body-parser": 1.19.0 - "@types/express-serve-static-core": 4.17.9 - "@types/qs": 6.9.4 - "@types/serve-static": 1.13.5 + '@types/body-parser': 1.19.0 + '@types/express-serve-static-core': 4.17.13 + '@types/qs': 6.9.5 + '@types/serve-static': 1.13.6 dev: true resolution: - integrity: sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ== + integrity: sha512-wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ== /@types/http-assert/1.5.1: dev: true resolution: integrity: sha512-PGAK759pxyfXE78NbKxyfRcWYA/KwW17X290cNev/qAsn9eQIxkH4shoNBafH37wewhDG/0p1cHPbK6+SzZjWQ== + /@types/http-errors/1.8.0: + dev: true + resolution: + integrity: sha512-2aoSC4UUbHDj2uCsCxcG/vRMXey/m17bC7UwitVm5hn22nI8O8Y9iDpA76Orc+DWkQ4zZrOKEshCqR/jSuXAHA== /@types/keygrip/1.0.2: dev: true resolution: integrity: sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw== /@types/koa-compose/3.2.5: dependencies: - "@types/koa": 2.11.3 + '@types/koa': 2.11.6 dev: true resolution: integrity: sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ== - /@types/koa/2.11.3: + /@types/koa/2.11.6: dependencies: - "@types/accepts": 1.3.5 - "@types/content-disposition": 0.5.3 - "@types/cookies": 0.7.4 - "@types/http-assert": 1.5.1 - "@types/keygrip": 1.0.2 - "@types/koa-compose": 3.2.5 - "@types/node": 14.0.27 + '@types/accepts': 1.3.5 + '@types/content-disposition': 0.5.3 + '@types/cookies': 0.7.5 + '@types/http-assert': 1.5.1 + '@types/http-errors': 1.8.0 + '@types/keygrip': 1.0.2 + '@types/koa-compose': 3.2.5 + '@types/node': 14.14.6 dev: true resolution: - integrity: sha512-ABxVkrNWa4O/Jp24EYI/hRNqEVRlhB9g09p48neQp4m3xL1TJtdWk2NyNQSMCU45ejeELMQZBYyfstyVvO2H3Q== + integrity: sha512-BhyrMj06eQkk04C97fovEDQMpLpd2IxCB4ecitaXwOKGq78Wi2tooaDOWOFGajPk8IkQOAtMppApgSVkYe1F/A== /@types/lru-cache/5.1.0: dev: true resolution: @@ -438,117 +458,121 @@ packages: dev: true resolution: integrity: sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q== - /@types/node/14.0.27: + /@types/node/14.14.6: dev: true resolution: - integrity: sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g== - /@types/qs/6.9.4: + integrity: sha512-6QlRuqsQ/Ox/aJEQWBEJG7A9+u7oSYl3mem/K8IzxXG/kAGbV1YPD9Bg9Zw3vyxC/YP+zONKwy8hGkSt1jxFMw== + /@types/parse-json/4.0.0: dev: true resolution: - integrity: sha512-+wYo+L6ZF6BMoEjtf8zB2esQsqdV6WsjRK/GP9WOgLPrq87PbNWgIxS76dS5uvl/QXtHGakZmwTznIfcPXcKlQ== + integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== + /@types/qs/6.9.5: + dev: true + resolution: + integrity: sha512-/JHkVHtx/REVG0VVToGRGH2+23hsYLHdyG+GrvoUGlGAd0ErauXDyvHtRI/7H7mzLm+tBCKA7pfcpkQ1lf58iQ== /@types/range-parser/1.2.3: dev: true resolution: integrity: sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA== /@types/resolve/1.17.1: dependencies: - "@types/node": 14.0.27 + '@types/node': 14.14.6 dev: true resolution: integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== - /@types/serve-static/1.13.5: + /@types/serve-static/1.13.6: dependencies: - "@types/express-serve-static-core": 4.17.9 - "@types/mime": 2.0.3 + '@types/mime': 2.0.3 + '@types/node': 14.14.6 dev: true resolution: - integrity: sha512-6M64P58N+OXjU432WoLLBQxbA0LRGBCRm7aAGQJ+SMC1IMl0dgRVi9EFfoDcS2a7Xogygk/eGN94CfwU9UF7UQ== - /@vue/compiler-core/3.0.0-rc.5: + integrity: sha512-nuRJmv7jW7VmCVTn+IgYDkkbbDGyIINOeu/G0d74X3lm6E5KfMeQPJhxIt1ayQeQB3cSxvYs1RA/wipYoFB4EA== + /@vue/compiler-core/3.0.2: dependencies: - "@babel/parser": 7.11.3 - "@babel/types": 7.11.0 - "@vue/shared": 3.0.0-rc.5 + '@babel/parser': 7.12.5 + '@babel/types': 7.12.6 + '@vue/shared': 3.0.2 estree-walker: 2.0.1 source-map: 0.6.1 dev: true resolution: - integrity: sha512-dNz5AObEYg0Oglw3emIsBhTAOVfObrfxDaAzR0UTRDDq+Ohfr6KTSaVQAH88Ym+oa08ZlLZBFc6ARe9doAOIxg== - /@vue/compiler-dom/3.0.0-rc.5: + integrity: sha512-GOlEMTlC/OdzBkKaKOniYErbkjoKxkBOmulxGmMR10I2JJX6TvXd/peaO/kla2xhpliV/M6Z4TLJp0yjAvRIAw== + /@vue/compiler-dom/3.0.2: dependencies: - "@vue/compiler-core": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 + '@vue/compiler-core': 3.0.2 + '@vue/shared': 3.0.2 dev: true resolution: - integrity: sha512-z8n+R1GhFnWuKURLYxfVSEfP7nSNM91qteobxwys55fhlZZuReouMnUwgrn+ois/IL6RdFlT9H+n4+N6yLrdJA== - /@vue/compiler-sfc/3.0.0-rc.5_vue@3.0.0-rc.5: + integrity: sha512-jvaL4QF2yXBJVD+JLbM2YA3e5fNfflJnfQ+GtfYk46ENGsEetqbkZqcX7fO+RHdG8tZBo7LCNBvgD0QLr+V4sg== + /@vue/compiler-sfc/3.0.2_vue@3.0.2: dependencies: - "@babel/parser": 7.11.3 - "@babel/types": 7.11.0 - "@vue/compiler-core": 3.0.0-rc.5 - "@vue/compiler-dom": 3.0.0-rc.5 - "@vue/compiler-ssr": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 - consolidate: 0.15.1 + '@babel/parser': 7.12.5 + '@babel/types': 7.12.6 + '@vue/compiler-core': 3.0.2 + '@vue/compiler-dom': 3.0.2 + '@vue/compiler-ssr': 3.0.2 + '@vue/shared': 3.0.2 + consolidate: 0.16.0 estree-walker: 2.0.1 hash-sum: 2.0.0 lru-cache: 5.1.1 magic-string: 0.25.7 merge-source-map: 1.1.0 - postcss: 7.0.32 - postcss-modules: 3.2.0 - postcss-selector-parser: 6.0.2 + postcss: 7.0.35 + postcss-modules: 3.2.2 + postcss-selector-parser: 6.0.4 source-map: 0.6.1 - vue: 3.0.0-rc.5 + vue: 3.0.2 dev: true peerDependencies: - vue: 3.0.0-rc.5 + vue: 3.0.2 resolution: - integrity: sha512-huoIFEfFCJxHcpoByAUQti7CIwJdHPLJXKuy2HG7J1B+IEKugtBdF50CLH35ZD8dWM0nyOMFFqTbO7i6CCjL3Q== - /@vue/compiler-ssr/3.0.0-rc.5: + integrity: sha512-viYjT5ehDSLM3v0jQ9hbTs4I5e/7lSlYsDOp7TQ1qcwHRvzoTQMTkFpY/Iae+LFKM124Ld17tBfXgfrZl9dt+g== + /@vue/compiler-ssr/3.0.2: dependencies: - "@vue/compiler-dom": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 + '@vue/compiler-dom': 3.0.2 + '@vue/shared': 3.0.2 dev: true resolution: - integrity: sha512-OU5Vl2+bCDMImS9OeCVnl4lfxZ3/sopdwX2SrUWVKQvCxmmmlyWvoVkC6nNGCs/MrOmIMhKmL6etgzLTWyCkUg== - /@vue/reactivity/3.0.0-rc.5: + integrity: sha512-gOgK1lf+0bFl+kQj6TU0TU1jIDFlsPRlSBZaUUA16DGeeiJrFanhsMuIs/l9U0IBFr/VJcHgzYpTXqHp95luHw== + /@vue/reactivity/3.0.2: dependencies: - "@vue/shared": 3.0.0-rc.5 + '@vue/shared': 3.0.2 dev: true resolution: - integrity: sha512-oe9C+1jtWUdYL/iNc0OPWbwgOk2rOW2uQ+exx3I6Jo6PKOmnAiPkMElalf9vRnO53rnUphVecMp8BlTJvcNgDw== - /@vue/runtime-core/3.0.0-rc.5: + integrity: sha512-GdRloNcBar4yqWGXOcba1t//j/WizwfthfPUYkjcIPHjYnA/vTEQYp0C9+ZjPdinv1WRK1BSMeN/xj31kQES4A== + /@vue/runtime-core/3.0.2: dependencies: - "@vue/reactivity": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 + '@vue/reactivity': 3.0.2 + '@vue/shared': 3.0.2 dev: true resolution: - integrity: sha512-MRIWreFigxdRuI2moFociUL5rVBfgYPrT7rWfQ0XfOyW46b+AiuCJyZvgbsRXwkAERfW1Tb/mY5forYjX2thOg== - /@vue/runtime-dom/3.0.0-rc.5: + integrity: sha512-3m/jOs2xSipEFah9FgpEzvC9nERFonVGLN06+pf8iYPIy54Nlv7D2cyrk3Lhbjz4w3PbIrkxJnoTJYvJM7HDfA== + /@vue/runtime-dom/3.0.2: dependencies: - "@vue/runtime-core": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 + '@vue/runtime-core': 3.0.2 + '@vue/shared': 3.0.2 csstype: 2.6.13 dev: true resolution: - integrity: sha512-0jwpO3MBqMToq7qC816Z8Y6G8aN4ZKbv7MupgRaepzxhiK0sXcjLQmOATP3g/NyX52UCBJS4wAwsxidqGnAabA== - /@vue/shared/3.0.0-rc.5: + integrity: sha512-vqC1KK1yWthTw1FKzajT0gYQaEqAq7bpeeXQC473nllGC5YHbJhNAJLSmrDun1tjXqGF0UNCWYljYm+++BJv6w== + /@vue/shared/3.0.2: dev: true resolution: - integrity: sha512-ZhcgGzBpp+pUzisZgQpM4ctIGgLpYjBj7/rZfbhEPxFHF/BuTV2jmhXvAl8aF9xDAejIcw85xCy92gDSwKtPag== + integrity: sha512-Zx869zlNoujFOclKIoYmkh8ES2RcS/+Jn546yOiPyZ+3+Ejivnr+fb8l+DdXUEFjo+iVDNR3KyLzg03aBFfZ4Q== /accepts/1.3.7: dependencies: mime-types: 2.1.27 negotiator: 0.6.2 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== /ansi-regex/5.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== /ansi-styles/3.2.1: @@ -556,18 +580,17 @@ packages: color-convert: 1.9.3 dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - /ansi-styles/4.2.1: + /ansi-styles/4.3.0: dependencies: - "@types/color-name": 1.1.1 color-convert: 2.0.1 dev: true engines: - node: ">=8" + node: '>=8' resolution: - integrity: sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== + integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== /any-promise/1.3.0: dev: true resolution: @@ -578,44 +601,44 @@ packages: picomatch: 2.2.2 dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== - /argparse/1.0.10: - dependencies: - sprintf-js: 1.0.3 - dev: true - resolution: - integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== /array-union/2.1.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== /at-least-node/1.0.0: dev: true engines: - node: ">= 4.0.0" + node: '>= 4.0.0' resolution: integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== - /babel-plugin-jsx-dom-expressions/0.19.10_@babel+core@7.11.1: + /babel-plugin-jsx-dom-expressions/0.22.2_@babel+core@7.12.3: dependencies: - "@babel/helper-module-imports": 7.10.4 - "@babel/plugin-syntax-jsx": 7.10.4_@babel+core@7.11.1 + '@babel/helper-module-imports': 7.12.5 + '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.3 + '@babel/types': 7.12.6 dev: true peerDependencies: - "@babel/core": "*" + '@babel/core': '*' resolution: - integrity: sha512-/gpqeOSCPEt+hOREHlZIXhn8UjfXg5MZM56dWpGzuGB3+XsiWZ07Geh2yPrho0uwksMJP/OOO5Ipk+Oei8eTSQ== - /babel-preset-solid/0.18.14_@babel+core@7.11.1: + integrity: sha512-9IX8kF01YZJfvZ2VyplwslIWX4GPCSqwqkBzasE6bLs9TJKU8GKYsvPC3U6Xr1uSG/gabpniu7a+jxJVNITLRA== + /babel-plugin-transform-rename-import/2.3.0: + dev: true + resolution: + integrity: sha512-dPgJoT57XC0PqSnLgl2FwNvxFrWlspatX2dkk7yjKQj5HHGw071vAcOf+hqW8ClqcBDMvEbm6mevn5yHAD8mlQ== + /babel-preset-solid/0.21.3_@babel+core@7.12.3: dependencies: - babel-plugin-jsx-dom-expressions: 0.19.10_@babel+core@7.11.1 + babel-plugin-jsx-dom-expressions: 0.22.2_@babel+core@7.12.3 + babel-plugin-transform-rename-import: 2.3.0 dev: true peerDependencies: - "@babel/core": "*" + '@babel/core': '*' resolution: - integrity: sha512-plDadLGxyg0XiYNJO0bk2UuJP4u4hH6AWEGfELo7Ug3oQs2HvlTW12h77nDQaVr+45r3uhHuuJojZMDXxHaGPg== + integrity: sha512-I/58tn1ymdJDsLxN7jP9naBkBuDbuYVqFRzvg6teMag37An/uhNcWLY9TWZp3Qe9eiWhvrnJ2Sc4hbXrXqOwHA== /balanced-match/1.0.0: dev: true resolution: @@ -627,7 +650,7 @@ packages: /binary-extensions/2.1.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== /bluebird/3.7.2: @@ -646,7 +669,7 @@ packages: fill-range: 7.0.1 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== /brotli-size/4.0.0: @@ -654,7 +677,7 @@ packages: duplexer: 0.1.1 dev: true engines: - node: ">= 10.16.0" + node: '>= 10.16.0' resolution: integrity: sha512-uA9fOtlTRC0iqKfzff1W34DXUA3GyVqbUaeo3Rw3d4gd1eavKVCETXrn3NzO74W+UVkG3UHu8WxUi+XvKI/huA== /buffer-from/1.1.1: @@ -664,13 +687,13 @@ packages: /builtin-modules/1.1.1: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8= /builtin-modules/3.1.0: dev: true engines: - node: ">=6" + node: '>=6' resolution: integrity: sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw== /cache-content-type/1.0.1: @@ -679,31 +702,15 @@ packages: ylru: 1.2.1 dev: true engines: - node: ">= 6.0.0" + node: '>= 6.0.0' resolution: integrity: sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA== - /caller-callsite/2.0.0: - dependencies: - callsites: 2.0.0 + /callsites/3.1.0: dev: true engines: - node: ">=4" + node: '>=6' resolution: - integrity: sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= - /caller-path/2.0.0: - dependencies: - caller-callsite: 2.0.0 - dev: true - engines: - node: ">=4" - resolution: - integrity: sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= - /callsites/2.0.0: - dev: true - engines: - node: ">=4" - resolution: - integrity: sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= + integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 @@ -711,28 +718,19 @@ packages: supports-color: 5.5.0 dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - /chalk/3.0.0: - dependencies: - ansi-styles: 4.2.1 - supports-color: 7.1.0 - dev: true - engines: - node: ">=8" - resolution: - integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== /chalk/4.1.0: dependencies: - ansi-styles: 4.2.1 - supports-color: 7.1.0 + ansi-styles: 4.3.0 + supports-color: 7.2.0 dev: true engines: - node: ">=10" + node: '>=10' resolution: integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== - /chokidar/3.4.2: + /chokidar/3.4.3: dependencies: anymatch: 3.1.1 braces: 3.0.2 @@ -740,20 +738,20 @@ packages: is-binary-path: 2.1.0 is-glob: 4.0.1 normalize-path: 3.0.0 - readdirp: 3.4.0 + readdirp: 3.5.0 dev: true engines: - node: ">= 8.10.0" + node: '>= 8.10.0' optionalDependencies: fsevents: 2.1.3 resolution: - integrity: sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A== + integrity: sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ== /clean-css/4.2.3: dependencies: source-map: 0.6.1 dev: true engines: - node: ">= 4.0" + node: '>= 4.0' resolution: integrity: sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA== /cli-cursor/3.1.0: @@ -761,26 +759,26 @@ packages: restore-cursor: 3.1.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== - /cli-spinners/2.4.0: + /cli-spinners/2.5.0: dev: true engines: - node: ">=6" + node: '>=6' resolution: - integrity: sha512-sJAofoarcm76ZGpuooaO0eDy8saEy+YoZBLjC4h8srt4jeBnkYeOgqxgsJQTpyt2LjI5PTfLJHSL+41Yu4fEJA== + integrity: sha512-PC+AmIuK04E6aeSs/pUccSujsTzBhu4HzC2dL+CfJB/Jcc2qTRbEwZQDfIUpt2Xl8BodYBEq8w4fc0kU2I9DjQ== /clone/1.0.4: dev: true engines: - node: ">=0.8" + node: '>=0.8' resolution: integrity: sha1-2jCcwmPfFZlMaIypAheco8fNfH4= /co/4.6.0: dev: true engines: - iojs: ">= 1.0.0" - node: ">= 0.12.0" + iojs: '>= 1.0.0' + node: '>= 0.12.0' resolution: integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= /color-convert/1.9.3: @@ -794,7 +792,7 @@ packages: color-name: 1.1.4 dev: true engines: - node: ">=7.0.0" + node: '>=7.0.0' resolution: integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== /color-name/1.1.3: @@ -817,26 +815,26 @@ packages: dev: true resolution: integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - /consolidate/0.15.1: + /consolidate/0.16.0: dependencies: bluebird: 3.7.2 dev: true engines: - node: ">= 0.10.0" + node: '>= 0.10.0' resolution: - integrity: sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw== + integrity: sha512-Nhl1wzCslqXYTJVDyJCu3ODohy9OfBMB5uD2BiBTzd7w+QY0lBzafkR8y8755yMYHAaMD4NuzbAw03/xzfw+eQ== /content-disposition/0.5.3: dependencies: safe-buffer: 5.1.2 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== /content-type/1.0.4: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== /convert-source-map/1.7.0: @@ -851,20 +849,21 @@ packages: keygrip: 1.1.0 dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow== - /cosmiconfig/5.2.1: + /cosmiconfig/7.0.0: dependencies: - import-fresh: 2.0.0 - is-directory: 0.3.1 - js-yaml: 3.14.0 - parse-json: 4.0.0 + '@types/parse-json': 4.0.0 + import-fresh: 3.2.2 + parse-json: 5.1.0 + path-type: 4.0.0 + yaml: 1.10.0 dev: true engines: - node: ">=4" + node: '>=10' resolution: - integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== + integrity: sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA== /cross-spawn/7.0.3: dependencies: path-key: 3.1.1 @@ -872,13 +871,13 @@ packages: which: 2.0.2 dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== /cssesc/3.0.0: dev: true engines: - node: ">=4" + node: '>=4' hasBin: true resolution: integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== @@ -898,12 +897,19 @@ packages: dev: true resolution: integrity: sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== - /debug/4.1.1: + /debug/4.2.0: dependencies: ms: 2.1.2 dev: true + engines: + node: '>=6.0' + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true resolution: - integrity: sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== + integrity: sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg== /dedent/0.7.0: dev: true resolution: @@ -912,14 +918,10 @@ packages: dev: true resolution: integrity: sha1-9dJgKStmDghO/0zbyfCK0yR0SLU= - /deep-freeze/0.0.1: - dev: true - resolution: - integrity: sha1-OgsABd4YZygZ39OM0x+RF5yJPoQ= /deepmerge/4.2.2: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== /defaults/1.0.3: @@ -935,13 +937,13 @@ packages: /depd/1.1.2: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= /depd/2.0.0: dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== /destroy/1.0.4: @@ -953,7 +955,7 @@ packages: path-type: 4.0.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== /dotenv-expand/5.1.0: @@ -963,7 +965,7 @@ packages: /dotenv/8.2.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== /duplexer/0.1.1: @@ -977,13 +979,13 @@ packages: /emojis-list/3.0.0: dev: true engines: - node: ">= 4" + node: '>= 4' resolution: integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== /encodeurl/1.0.2: dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= /end-of-stream/1.4.4: @@ -998,16 +1000,16 @@ packages: dev: true resolution: integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - /es-module-lexer/0.3.24: + /es-module-lexer/0.3.26: dev: true resolution: - integrity: sha512-jm/i7KdJtaMDle921xIsA/MQQOGuZ6goYxhlV+k+gQNI7FtP4N6jknrmJvj++3ODpiyFGwQ4PIstJfHJQJNc+g== - /esbuild/0.6.22: + integrity: sha512-Va0Q/xqtrss45hWzP8CZJwzGSZJjDM5/MJRE3IXXnUCcVLElR9BRaE9F62BopysASyc4nM3uwhSW7FFB9nlWAA== + /esbuild/0.7.22: dev: true hasBin: true requiresBuild: true resolution: - integrity: sha512-dgcdoOZ7rghMageuGFS6geQ77UacoZ/qrd0MRc2iPnYtMNfQ1cJ7mVkotVpUDJYdOWvLVa87NFEtqPg7D2mKSA== + integrity: sha512-B43SYg8LGWYTCv9Gs0RnuLNwjzpuWOoCaZHTWEDEf5AfrnuDMerPVMdCEu7xOdhFvQ+UqfP2MGU9lxEy0JzccA== /escape-html/1.0.3: dev: true resolution: @@ -1015,16 +1017,9 @@ packages: /escape-string-regexp/1.0.5: dev: true engines: - node: ">=0.8.0" + node: '>=0.8.0' resolution: integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - /esprima/4.0.1: - dev: true - engines: - node: ">=4" - hasBin: true - resolution: - integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== /estree-walker/0.6.1: dev: true resolution: @@ -1040,14 +1035,14 @@ packages: /etag/1.8.1: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= - /eventemitter3/4.0.4: + /eventemitter3/4.0.7: dev: true resolution: - integrity: sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ== - /execa/4.0.3: + integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== + /execa/4.1.0: dependencies: cross-spawn: 7.0.3 get-stream: 5.2.0 @@ -1060,57 +1055,57 @@ packages: strip-final-newline: 2.0.0 dev: true engines: - node: ">=10" + node: '>=10' resolution: - integrity: sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A== + integrity: sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA== /fast-glob/3.2.4: dependencies: - "@nodelib/fs.stat": 2.0.3 - "@nodelib/fs.walk": 1.2.4 + '@nodelib/fs.stat': 2.0.3 + '@nodelib/fs.walk': 1.2.4 glob-parent: 5.1.1 merge2: 1.4.1 micromatch: 4.0.2 picomatch: 2.2.2 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ== - /fastq/1.8.0: + /fastq/1.9.0: dependencies: reusify: 1.0.4 dev: true resolution: - integrity: sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q== + integrity: sha512-i7FVWL8HhVY+CTkwFxkN2mk3h+787ixS5S63eb78diVRc1MCssarHq3W5cj0av7YDSwmaV928RNag+U1etRQ7w== /fill-range/7.0.1: dependencies: to-regex-range: 5.0.1 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== /follow-redirects/1.13.0: dev: true engines: - node: ">=4.0" + node: '>=4.0' resolution: integrity: sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA== /fresh/0.5.2: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= /fs-extra/9.0.1: dependencies: at-least-node: 1.0.0 graceful-fs: 4.2.4 - jsonfile: 6.0.1 + jsonfile: 6.1.0 universalify: 1.0.0 dev: true engines: - node: ">=10" + node: '>=10' resolution: integrity: sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ== /fs.realpath/1.0.0: @@ -1126,24 +1121,28 @@ packages: - darwin resolution: integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== + /function-bind/1.1.1: + dev: true + resolution: + integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== /generic-names/2.0.1: dependencies: loader-utils: 1.4.0 dev: true resolution: integrity: sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ== - /gensync/1.0.0-beta.1: + /gensync/1.0.0-beta.2: dev: true engines: - node: ">=6.9.0" + node: '>=6.9.0' resolution: - integrity: sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== + integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== /get-stream/5.2.0: dependencies: pump: 3.0.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== /glob-parent/5.1.1: @@ -1151,7 +1150,7 @@ packages: is-glob: 4.0.1 dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== /glob/7.1.6: @@ -1168,7 +1167,7 @@ packages: /globals/11.12.0: dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== /globby/11.0.1: @@ -1181,7 +1180,7 @@ packages: slash: 3.0.0 dev: true engines: - node: ">=10" + node: '>=10' resolution: integrity: sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== /graceful-fs/4.2.4: @@ -1191,15 +1190,23 @@ packages: /has-flag/3.0.0: dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0= /has-flag/4.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== + /has/1.0.3: + dependencies: + function-bind: 1.1.1 + dev: true + engines: + node: '>= 0.4.0' + resolution: + integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== /hash-sum/2.0.0: dev: true resolution: @@ -1210,7 +1217,7 @@ packages: http-errors: 1.7.3 dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha512-rdw7q6GTlibqVVbXr0CKelfV5iY8G2HqEUkhSk297BMbSpSL8crXC+9rjKoMcZZEsksX30le6f/4ul4E28gegw== /http-errors/1.4.0: @@ -1219,7 +1226,7 @@ packages: statuses: 1.5.0 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-bAJC3qaz33r9oVPHEImzHG6Cqr8= /http-errors/1.6.3: @@ -1230,7 +1237,7 @@ packages: statuses: 1.5.0 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= /http-errors/1.7.3: @@ -1242,7 +1249,7 @@ packages: toidentifier: 1.0.0 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== /http-errors/1.8.0: @@ -1254,23 +1261,23 @@ packages: toidentifier: 1.0.0 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A== /http-proxy/1.18.1: dependencies: - eventemitter3: 4.0.4 + eventemitter3: 4.0.7 follow-redirects: 1.13.0 requires-port: 1.0.0 dev: true engines: - node: ">=8.0.0" + node: '>=8.0.0' resolution: integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== /human-signals/1.1.1: dev: true engines: - node: ">=8.12.0" + node: '>=8.12.0' resolution: integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== /icss-replace-symbols/1.1.0: @@ -1279,43 +1286,43 @@ packages: integrity: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0= /icss-utils/4.1.1: dependencies: - postcss: 7.0.32 + postcss: 7.0.35 dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== /ignore/5.1.8: dev: true engines: - node: ">= 4" + node: '>= 4' resolution: integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== - /import-cwd/2.1.0: + /import-cwd/3.0.0: dependencies: - import-from: 2.1.0 + import-from: 3.0.0 dev: true engines: - node: ">=4" + node: '>=8' resolution: - integrity: sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk= - /import-fresh/2.0.0: + integrity: sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg== + /import-fresh/3.2.2: dependencies: - caller-path: 2.0.0 - resolve-from: 3.0.0 + parent-module: 1.0.1 + resolve-from: 4.0.0 dev: true engines: - node: ">=4" + node: '>=6' resolution: - integrity: sha1-2BNVwVYS04bGH53dOSLUMEgipUY= - /import-from/2.1.0: + integrity: sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw== + /import-from/3.0.0: dependencies: - resolve-from: 3.0.0 + resolve-from: 5.0.0 dev: true engines: - node: ">=4" + node: '>=8' resolution: - integrity: sha1-M1238qev/VOqpHHUuAId7ja387E= + integrity: sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ== /indexes-of/1.0.1: dev: true resolution: @@ -1348,32 +1355,32 @@ packages: binary-extensions: 2.1.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== - /is-directory/0.3.1: + /is-core-module/2.1.0: + dependencies: + has: 1.0.3 dev: true - engines: - node: ">=0.10.0" resolution: - integrity: sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= + integrity: sha512-YcV7BgVMRFRua2FqQzKtTDMz8iCuLEyGKjr70q8Zm1yy2qKcurbFEd79PAdHV77oL3NrAaOVQIbMmiHQCHB7ZA== /is-docker/2.1.1: dev: true engines: - node: ">=8" + node: '>=8' hasBin: true resolution: integrity: sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw== /is-extglob/2.1.1: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= /is-generator-function/1.0.7: dev: true engines: - node: ">= 0.4" + node: '>= 0.4' resolution: integrity: sha512-YZc5EwyO4f2kWCax7oegfuSr9mFz1ZvieNYBEjmukLxgXfBUbxAWGVF7GZf0zidYtoBl3WvC07YK0wT76a+Rtw== /is-glob/4.0.1: @@ -1381,13 +1388,13 @@ packages: is-extglob: 2.1.1 dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== /is-interactive/1.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== /is-module/1.0.0: @@ -1397,19 +1404,19 @@ packages: /is-number/7.0.0: dev: true engines: - node: ">=0.12.0" + node: '>=0.12.0' resolution: integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== /is-reference/1.2.1: dependencies: - "@types/estree": 0.0.45 + '@types/estree': 0.0.45 dev: true resolution: integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ== /is-stream/2.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== /is-wsl/2.2.0: @@ -1417,7 +1424,7 @@ packages: is-docker: 2.1.1 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== /isarray/0.0.1: @@ -1434,38 +1441,31 @@ packages: dev: true resolution: integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - /jest-worker/24.9.0: + /jest-worker/26.6.2: dependencies: + '@types/node': 14.14.6 merge-stream: 2.0.0 - supports-color: 6.1.0 + supports-color: 7.2.0 dev: true engines: - node: ">= 6" + node: '>= 10.13.0' resolution: - integrity: sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== + integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== /js-tokens/4.0.0: dev: true resolution: integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - /js-yaml/3.14.0: - dependencies: - argparse: 1.0.10 - esprima: 4.0.1 - dev: true - hasBin: true - resolution: - integrity: sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A== /jsesc/2.5.2: dev: true engines: - node: ">=4" + node: '>=4' hasBin: true resolution: integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - /json-parse-better-errors/1.0.2: + /json-parse-even-better-errors/2.3.1: dev: true resolution: - integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== + integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== /json5/1.0.1: dependencies: minimist: 1.2.5 @@ -1478,26 +1478,32 @@ packages: minimist: 1.2.5 dev: true engines: - node: ">=6" + node: '>=6' hasBin: true resolution: integrity: sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== - /jsonfile/6.0.1: + /jsonfile/6.1.0: dependencies: - universalify: 1.0.0 + universalify: 2.0.0 dev: true optionalDependencies: graceful-fs: 4.2.4 resolution: - integrity: sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg== + integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== /keygrip/1.1.0: dependencies: tsscmp: 1.0.6 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ== + /klona/2.0.4: + dev: true + engines: + node: '>= 8' + resolution: + integrity: sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA== /koa-compose/3.2.1: dependencies: any-promise: 1.3.0 @@ -1508,26 +1514,25 @@ packages: dev: true resolution: integrity: sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw== - /koa-conditional-get/2.0.0: + /koa-conditional-get/3.0.0: dev: true resolution: - integrity: sha1-pD83I8HQFLcwo07Oit8wuTyCM/I= + integrity: sha512-VKyPS7SuNH26TjTV2IRz+oh0HV/jc2lYAo51PTQTkj0XFn8ebNZW9riczmrW7ZVBFSnls1Z88DPUYKnvVymruA== /koa-convert/1.2.0: dependencies: co: 4.6.0 koa-compose: 3.2.1 dev: true engines: - node: ">= 4" + node: '>= 4' resolution: integrity: sha1-2kCHXfSd4FOQmNFwC1CCDOvNIdA= - /koa-etag/3.0.0: + /koa-etag/4.0.0: dependencies: etag: 1.8.1 - mz: 2.7.0 dev: true resolution: - integrity: sha1-nvc4Ld1agqsN6xU0FckVg293HT8= + integrity: sha512-1cSdezCkBWlyuB9l6c/IFoe1ANCDdPBxkDkRiaIup40xpUub6U/wwRXoKBZw/O5BifX9OlqAjYnDyzM6+l+TAg== /koa-proxies/0.11.0_koa@2.13.0: dependencies: http-proxy: 1.18.1 @@ -1535,17 +1540,17 @@ packages: path-match: 1.2.4 dev: true peerDependencies: - koa: ">=2" + koa: '>=2' resolution: integrity: sha512-iXGRADBE0fM7g7AttNOlLZ/cCFKXeVMHbFJKIRb0dUCrSYXi02loyVSdBlKlBQ5ZfVKJLo9Q9FyqwVTp1poVVA== /koa-send/5.0.1: dependencies: - debug: 4.1.1 + debug: 4.2.0 http-errors: 1.8.0 resolve-path: 1.4.0 dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-tmcyQ/wXXuxpDxyNXv5yNNkdAMdFRqwtegBXUaowiQzUKqJehttS0x2j0eOZDQAyloAth5w6wwBImnFzkUz3pQ== /koa-static/5.0.0: @@ -1554,7 +1559,7 @@ packages: koa-send: 5.0.1 dev: true engines: - node: ">= 7.6.0" + node: '>= 7.6.0' resolution: integrity: sha512-UqyYyH5YEXaJrf9S8E23GoJFQZXkBVJ9zYYMPGz919MSX1KuvAcycIuS0ci150HCoPf4XQVhQ84Qf8xRPWxFaQ== /koa/2.13.0: @@ -1587,6 +1592,10 @@ packages: node: ^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4 resolution: integrity: sha512-i/XJVOfPw7npbMv67+bOeXr3gPqOAw6uh5wFyNs3QvJ47tUx3M3V9rIE0//WytY42MKz4l/MXKyGkQ2LQTfLUQ== + /lines-and-columns/1.1.6: + dev: true + resolution: + integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= /loader-utils/1.4.0: dependencies: big.js: 5.2.2 @@ -1594,7 +1603,7 @@ packages: json5: 1.0.1 dev: true engines: - node: ">=4.0.0" + node: '>=4.0.0' resolution: integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== /lodash.camelcase/4.3.0: @@ -1605,20 +1614,28 @@ packages: dev: true resolution: integrity: sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== - /log-symbols/3.0.0: + /log-symbols/4.0.0: dependencies: - chalk: 2.4.2 + chalk: 4.1.0 dev: true engines: - node: ">=8" + node: '>=10' resolution: - integrity: sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ== + integrity: sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA== /lru-cache/5.1.1: dependencies: yallist: 3.1.1 dev: true resolution: integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== + /lru-cache/6.0.0: + dependencies: + yallist: 4.0.0 + dev: true + engines: + node: '>=10' + resolution: + integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== /magic-string/0.25.7: dependencies: sourcemap-codec: 1.4.8 @@ -1628,7 +1645,7 @@ packages: /media-typer/0.3.0: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= /merge-source-map/1.1.0: @@ -1644,7 +1661,7 @@ packages: /merge2/1.4.1: dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== /micromatch/4.0.2: @@ -1653,13 +1670,13 @@ packages: picomatch: 2.2.2 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== /mime-db/1.44.0: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg== /mime-types/2.1.27: @@ -1667,13 +1684,13 @@ packages: mime-db: 1.44.0 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w== /mimic-fn/2.1.0: dev: true engines: - node: ">=6" + node: '>=6' resolution: integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== /minimatch/3.0.4: @@ -1698,30 +1715,22 @@ packages: dev: true resolution: integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== - /mz/2.7.0: - dependencies: - any-promise: 1.3.0 - object-assign: 4.1.1 - thenify-all: 1.6.0 - dev: true - resolution: - integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== /negotiator/0.6.2: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== - /node-forge/0.9.0: + /node-forge/0.10.0: dev: true engines: - node: ">= 4.5.0" + node: '>= 6.0.0' resolution: - integrity: sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ== + integrity: sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA== /normalize-path/3.0.0: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== /npm-run-path/4.0.1: @@ -1729,21 +1738,15 @@ packages: path-key: 3.1.1 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== - /object-assign/4.1.1: - dev: true - engines: - node: ">=0.10.0" - resolution: - integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= /on-finished/2.3.0: dependencies: ee-first: 1.1.1 dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= /once/1.4.0: @@ -1757,62 +1760,78 @@ packages: mimic-fn: 2.1.0 dev: true engines: - node: ">=6" + node: '>=6' resolution: integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== /only/0.0.2: dev: true resolution: integrity: sha1-Kv3oTQPlC5qO3EROMGEKcCle37Q= - /open/7.1.0: + /open/7.3.0: dependencies: is-docker: 2.1.1 is-wsl: 2.2.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: - integrity: sha512-lLPI5KgOwEYCDKXf4np7y1PBEkj7HYIyP2DY8mVDRnx0VIIu6bNrRB0R66TuO7Mack6EnTNLm4uvcl1UoklTpA== - /ora/4.1.1: + integrity: sha512-mgLwQIx2F/ye9SmbrUkurZCnkoXyXyu9EbHtJZrICjVAJfyMArdHp3KkixGdZx1ZHFPNIwl0DDM1dFFqXbTLZw== + /ora/5.1.0: dependencies: - chalk: 3.0.0 + chalk: 4.1.0 cli-cursor: 3.1.0 - cli-spinners: 2.4.0 + cli-spinners: 2.5.0 is-interactive: 1.0.0 - log-symbols: 3.0.0 + log-symbols: 4.0.0 mute-stream: 0.0.8 strip-ansi: 6.0.0 wcwidth: 1.0.1 dev: true engines: - node: ">=8" + node: '>=10' resolution: - integrity: sha512-sjYP8QyVWBpBZWD6Vr1M/KwknSw6kJOz41tvGMlwWeClHBtYKTbHMki1PsLZnxKpXMPbTKv9b3pjQu3REib96A== - /parse-json/4.0.0: - dependencies: - error-ex: 1.3.2 - json-parse-better-errors: 1.0.2 + integrity: sha512-9tXIMPvjZ7hPTbk8DFq1f7Kow/HU/pQYB60JbNq+QnGwcyhWVZaQ4hM9zQDEsPxw/muLpgiHSaumUZxCAmod/w== + /p-map-series/2.1.0: dev: true engines: - node: ">=4" + node: '>=8' resolution: - integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= + integrity: sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q== + /parent-module/1.0.1: + dependencies: + callsites: 3.1.0 + dev: true + engines: + node: '>=6' + resolution: + integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== + /parse-json/5.1.0: + dependencies: + '@babel/code-frame': 7.10.4 + error-ex: 1.3.2 + json-parse-even-better-errors: 2.3.1 + lines-and-columns: 1.1.6 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ== /parseurl/1.3.3: dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== /path-is-absolute/1.0.1: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= /path-key/3.1.1: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== /path-match/1.2.4: @@ -1835,90 +1854,90 @@ packages: /path-type/4.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== /picomatch/2.2.2: dev: true engines: - node: ">=8.6" + node: '>=8.6' resolution: integrity: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== /pify/2.3.0: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw= /postcss-discard-comments/4.0.2: dependencies: - postcss: 7.0.32 + postcss: 7.0.35 dev: true engines: - node: ">=6.9.0" + node: '>=6.9.0' resolution: integrity: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== /postcss-import/12.0.1: dependencies: - postcss: 7.0.32 + postcss: 7.0.35 postcss-value-parser: 3.3.1 read-cache: 1.0.0 - resolve: 1.17.0 + resolve: 1.18.1 dev: true engines: - node: ">=6.0.0" + node: '>=6.0.0' resolution: integrity: sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw== - /postcss-load-config/2.1.0: + /postcss-load-config/3.0.0: dependencies: - cosmiconfig: 5.2.1 - import-cwd: 2.1.0 + cosmiconfig: 7.0.0 + import-cwd: 3.0.0 dev: true engines: - node: ">= 4" + node: '>= 10' resolution: - integrity: sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q== + integrity: sha512-lErrN8imuEF1cSiHBV8MiR7HeuzlDpCGNtaMyYHlOBuJHHOGw6S4xOMZp8BbXPr7AGQp14L6PZDlIOpfFJ6f7w== /postcss-modules-extract-imports/2.0.0: dependencies: - postcss: 7.0.32 + postcss: 7.0.35 dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== /postcss-modules-local-by-default/3.0.3: dependencies: icss-utils: 4.1.1 - postcss: 7.0.32 - postcss-selector-parser: 6.0.2 + postcss: 7.0.35 + postcss-selector-parser: 6.0.4 postcss-value-parser: 4.1.0 dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw== /postcss-modules-scope/2.2.0: dependencies: - postcss: 7.0.32 - postcss-selector-parser: 6.0.2 + postcss: 7.0.35 + postcss-selector-parser: 6.0.4 dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ== /postcss-modules-values/3.0.0: dependencies: icss-utils: 4.1.1 - postcss: 7.0.32 + postcss: 7.0.35 dev: true resolution: integrity: sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg== - /postcss-modules/3.2.0: + /postcss-modules/3.2.2: dependencies: generic-names: 2.0.1 icss-replace-symbols: 1.1.0 lodash.camelcase: 4.3.0 - postcss: 7.0.32 + postcss: 7.0.35 postcss-modules-extract-imports: 2.0.0 postcss-modules-local-by-default: 3.0.3 postcss-modules-scope: 2.2.0 @@ -1926,17 +1945,18 @@ packages: string-hash: 1.1.3 dev: true resolution: - integrity: sha512-ceodlVbBypGD3R7EI1xM7gz28J0syaXq0VKd7rJVXVlOSkxUIRBRJQjBgpoKnKVFNAcCjtLVgZqBA3mUNntWPA== - /postcss-selector-parser/6.0.2: + integrity: sha512-JQ8IAqHELxC0N6tyCg2UF40pACY5oiL6UpiqqcIFRWqgDYO8B0jnxzoQ0EOpPrWXvcpu6BSbQU/3vSiq7w8Nhw== + /postcss-selector-parser/6.0.4: dependencies: cssesc: 3.0.0 indexes-of: 1.0.1 uniq: 1.0.1 + util-deprecate: 1.0.2 dev: true engines: - node: ">=4" + node: '>=4' resolution: - integrity: sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg== + integrity: sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw== /postcss-value-parser/3.3.1: dev: true resolution: @@ -1945,16 +1965,16 @@ packages: dev: true resolution: integrity: sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== - /postcss/7.0.32: + /postcss/7.0.35: dependencies: chalk: 2.4.2 source-map: 0.6.1 supports-color: 6.1.0 dev: true engines: - node: ">=6.0.0" + node: '>=6.0.0' resolution: - integrity: sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw== + integrity: sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg== /pump/3.0.0: dependencies: end-of-stream: 1.4.4 @@ -1962,142 +1982,160 @@ packages: dev: true resolution: integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== + /randombytes/2.1.0: + dependencies: + safe-buffer: 5.2.1 + dev: true + resolution: + integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== /read-cache/1.0.0: dependencies: pify: 2.3.0 dev: true resolution: integrity: sha1-5mTvMRYRZsl1HNvo28+GtftY93Q= - /readdirp/3.4.0: + /readdirp/3.5.0: dependencies: picomatch: 2.2.2 dev: true engines: - node: ">=8.10.0" + node: '>=8.10.0' resolution: - integrity: sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ== + integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ== /requires-port/1.0.0: dev: true resolution: integrity: sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= - /resolve-from/3.0.0: + /resolve-from/4.0.0: dev: true engines: - node: ">=4" + node: '>=4' resolution: - integrity: sha1-six699nWiBvItuZTM17rywoYh0g= + integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== + /resolve-from/5.0.0: + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== /resolve-path/1.4.0: dependencies: http-errors: 1.6.3 path-is-absolute: 1.0.1 dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha1-xL2p9e+y/OZSR4c6s2u02DT+Fvc= - /resolve/1.17.0: + /resolve/1.18.1: dependencies: + is-core-module: 2.1.0 path-parse: 1.0.6 dev: true resolution: - integrity: sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== + integrity: sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA== /restore-cursor/3.1.0: dependencies: onetime: 5.1.2 signal-exit: 3.0.3 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== /reusify/1.0.4: dev: true engines: - iojs: ">=1.0.0" - node: ">=0.10.0" + iojs: '>=1.0.0' + node: '>=0.10.0' resolution: integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== - /rollup-plugin-dynamic-import-variables/1.1.0_rollup@2.24.0: + /rollup-plugin-dynamic-import-variables/1.1.0_rollup@2.33.1: dependencies: - "@rollup/pluginutils": 3.1.0_rollup@2.24.0 + '@rollup/pluginutils': 3.1.0_rollup@2.33.1 estree-walker: 2.0.1 globby: 11.0.1 magic-string: 0.25.7 dev: true peerDependencies: - rollup: "*" + rollup: '*' resolution: integrity: sha512-C1avEmnXC8cC4aAQ5dB63O9oQf7IrhEHc98bQw9Qd6H36FxtZooLCvVfcO4SNYrqaNrzH3ErucQt/zdFSLPHNw== - /rollup-plugin-terser/5.3.0_rollup@2.24.0: + /rollup-plugin-terser/7.0.2_rollup@2.33.1: dependencies: - "@babel/code-frame": 7.10.4 - jest-worker: 24.9.0 - rollup: 2.24.0 - rollup-pluginutils: 2.8.2 - serialize-javascript: 2.1.2 - terser: 4.8.0 + '@babel/code-frame': 7.10.4 + jest-worker: 26.6.2 + rollup: 2.33.1 + serialize-javascript: 4.0.0 + terser: 5.3.8 dev: true peerDependencies: - rollup: ">=0.66.0 <3" + rollup: ^2.0.0 resolution: - integrity: sha512-XGMJihTIO3eIBsVGq7jiNYOdDMb3pVxuzY0uhOE/FM4x/u9nQgr3+McsjzqBn3QfHIpNSZmFnpoKAwHBEcsT7g== - /rollup-plugin-vue/6.0.0-beta.10_@vue+compiler-sfc@3.0.0-rc.5: + integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ== + /rollup-plugin-vue/6.0.0-beta.11_@vue+compiler-sfc@3.0.2: dependencies: - "@vue/compiler-sfc": 3.0.0-rc.5_vue@3.0.0-rc.5 - debug: 4.1.1 + '@vue/compiler-sfc': 3.0.2_vue@3.0.2 + debug: 4.2.0 hash-sum: 2.0.0 rollup-pluginutils: 2.8.2 dev: true peerDependencies: - "@vue/compiler-sfc": "*" + '@vue/compiler-sfc': '*' resolution: - integrity: sha512-8TZJmROiSRjWoHRR6id0/ktOBOUGuI302xDBq4YBiA/tnnXdoY3oFGtvRWzT5ldX0jTJ8QX40rrJOw2SvcWwxQ== - /rollup-plugin-web-worker-loader/1.3.1_rollup@2.24.0: + integrity: sha512-osqLkFc7N76TOI0CeW0BOujlMFsMIoytyTRVUivaeYSMponNfk1iSuqyoeciUB3EjFqyL/dTTFPi+7rhaAm73w== + /rollup-plugin-web-worker-loader/1.4.0_rollup@2.33.1: dependencies: - rollup: 2.24.0 + rollup: 2.33.1 dev: true peerDependencies: rollup: ^1.9.2 || ^2.0.0 resolution: - integrity: sha512-Td36kmB4iz10xqI/gJFCv2xZZ21fY6E7AGVFOT3PWIDkM1BeBrfuzeNh1tFIkD6fHtjQhppnedkYFaIlGHuEvA== + integrity: sha512-jhlOwSkrXkAVFY2Fded0M1AS9iqZDNjUJxNz4BFjBlaKuUzTx8Ikey+b3LSegUJE4mzAAw2DqJD8pX12R0ZdDw== /rollup-pluginutils/2.8.2: dependencies: estree-walker: 0.6.1 dev: true resolution: integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ== - /rollup/2.24.0: + /rollup/2.33.1: dev: true engines: - node: ">=10.0.0" + node: '>=10.0.0' hasBin: true optionalDependencies: fsevents: 2.1.3 resolution: - integrity: sha512-UaTQNUUjKT9NANDGOlZ2fZW9wL7OPYH8RS6CrHjsjdwlboc//xBDET5Q7WZOD2k+cJ2iD2fEnq4fnpVo2eTjGA== - /run-parallel/1.1.9: + integrity: sha512-uY4O/IoL9oNW8MMcbA5hcOaz6tZTMIh7qJHx/tzIJm+n1wLoY38BLn6fuy7DhR57oNFLMbDQtDeJoFURt5933w== + /run-parallel/1.1.10: dev: true resolution: - integrity: sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q== + integrity: sha512-zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw== /safe-buffer/5.1.2: dev: true resolution: integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - /selfsigned/1.10.7: - dependencies: - node-forge: 0.9.0 + /safe-buffer/5.2.1: dev: true resolution: - integrity: sha512-8M3wBCzeWIJnQfl43IKwOmC4H/RAp50S8DF60znzjW5GVqTcSe2vWclt7hmYVPkKPlHWOu5EaWOMZ2Y6W8ZXTA== + integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== + /selfsigned/1.10.8: + dependencies: + node-forge: 0.10.0 + dev: true + resolution: + integrity: sha512-2P4PtieJeEwVgTU9QEcwIRDQ/mXJLX8/+I3ur+Pg16nS8oNbrGxEso9NyYWy8NAmXiNl4dlAp5MwoNeCWzON4w== /semver/5.7.1: dev: true hasBin: true resolution: integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - /serialize-javascript/2.1.2: + /serialize-javascript/4.0.0: + dependencies: + randombytes: 2.1.0 dev: true resolution: - integrity: sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ== + integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw== /setprototypeof/1.1.0: dev: true resolution: @@ -2115,13 +2153,13 @@ packages: shebang-regex: 3.0.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== /shebang-regex/3.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== /signal-exit/3.0.3: @@ -2131,12 +2169,12 @@ packages: /slash/3.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== - /solid-js/0.18.14: + /solid-js/0.21.5: resolution: - integrity: sha512-XAmsf4WP16aQ0RJMNk50Xi0OD0QQK/OAA0aFnT2/7OsLzdjJVohrTf58fE7B7Zhk0CiEdCtkktX7MaxOvfY3RQ== + integrity: sha512-LN29stkQpC7PGhvCbu5GmLAprjDSzC/YgETHHZEFmcKE8myEkcjE3EctBmHEDvMFNJ9MRk0fViunHia0r9zJIQ== /source-map-support/0.5.19: dependencies: buffer-from: 1.1.1 @@ -2147,27 +2185,29 @@ packages: /source-map/0.5.7: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= /source-map/0.6.1: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== + /source-map/0.7.3: + dev: true + engines: + node: '>= 8' + resolution: + integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== /sourcemap-codec/1.4.8: dev: true resolution: integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== - /sprintf-js/1.0.3: - dev: true - resolution: - integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= /statuses/1.5.0: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= /string-hash/1.1.3: @@ -2179,13 +2219,13 @@ packages: ansi-regex: 5.0.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== /strip-final-newline/2.0.0: dev: true engines: - node: ">=6" + node: '>=6' resolution: integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== /supports-color/5.5.0: @@ -2193,7 +2233,7 @@ packages: has-flag: 3.0.0 dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== /supports-color/6.1.0: @@ -2201,46 +2241,32 @@ packages: has-flag: 3.0.0 dev: true engines: - node: ">=6" + node: '>=6' resolution: integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== - /supports-color/7.1.0: + /supports-color/7.2.0: dependencies: has-flag: 4.0.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: - integrity: sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g== - /terser/4.8.0: + integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== + /terser/5.3.8: dependencies: commander: 2.20.3 - source-map: 0.6.1 + source-map: 0.7.3 source-map-support: 0.5.19 dev: true engines: - node: ">=6.0.0" + node: '>=10' hasBin: true resolution: - integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== - /thenify-all/1.6.0: - dependencies: - thenify: 3.3.1 - dev: true - engines: - node: ">=0.8" - resolution: - integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY= - /thenify/3.3.1: - dependencies: - any-promise: 1.3.0 - dev: true - resolution: - integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== + integrity: sha512-zVotuHoIfnYjtlurOouTazciEfL7V38QMAOhGqpXDEg6yT13cF4+fEP9b0rrCEQTn+tT46uxgFsTZzhygk+CzQ== /to-fast-properties/2.0.0: dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= /to-regex-range/5.0.1: @@ -2248,19 +2274,19 @@ packages: is-number: 7.0.0 dev: true engines: - node: ">=8.0" + node: '>=8.0' resolution: integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== /toidentifier/1.0.0: dev: true engines: - node: ">=0.6" + node: '>=0.6' resolution: integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== /tsscmp/1.0.6: dev: true engines: - node: ">=0.6.x" + node: '>=0.6.x' resolution: integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA== /type-is/1.6.18: @@ -2269,7 +2295,7 @@ packages: mime-types: 2.1.27 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== /uniq/1.0.1: @@ -2279,81 +2305,93 @@ packages: /universalify/1.0.0: dev: true engines: - node: ">= 10.0.0" + node: '>= 10.0.0' resolution: integrity: sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug== + /universalify/2.0.0: + dev: true + engines: + node: '>= 10.0.0' + resolution: + integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== + /util-deprecate/1.0.2: + dev: true + resolution: + integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= /vary/1.1.2: dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= - /vite/1.0.0-rc.4: + /vite/1.0.0-rc.9: dependencies: - "@babel/parser": 7.11.3 - "@rollup/plugin-commonjs": 14.0.0_rollup@2.24.0 - "@rollup/plugin-json": 4.1.0_rollup@2.24.0 - "@rollup/plugin-node-resolve": 8.4.0_rollup@2.24.0 - "@types/koa": 2.11.3 - "@types/lru-cache": 5.1.0 - "@vue/compiler-dom": 3.0.0-rc.5 - "@vue/compiler-sfc": 3.0.0-rc.5_vue@3.0.0-rc.5 + '@babel/parser': 7.12.5 + '@koa/cors': 3.1.0 + '@rollup/plugin-commonjs': 15.1.0_rollup@2.33.1 + '@rollup/plugin-json': 4.1.0_rollup@2.33.1 + '@rollup/plugin-node-resolve': 9.0.0_rollup@2.33.1 + '@rollup/pluginutils': 4.1.0_rollup@2.33.1 + '@types/koa': 2.11.6 + '@types/lru-cache': 5.1.0 + '@vue/compiler-dom': 3.0.2 + '@vue/compiler-sfc': 3.0.2_vue@3.0.2 brotli-size: 4.0.0 chalk: 4.1.0 - chokidar: 3.4.2 + chokidar: 3.4.3 clean-css: 4.2.3 - debug: 4.1.1 + debug: 4.2.0 dotenv: 8.2.0 dotenv-expand: 5.1.0 - es-module-lexer: 0.3.24 - esbuild: 0.6.22 + es-module-lexer: 0.3.26 + esbuild: 0.7.22 etag: 1.8.1 - execa: 4.0.3 + execa: 4.1.0 fs-extra: 9.0.1 hash-sum: 2.0.0 isbuiltin: 1.0.0 + klona: 2.0.4 koa: 2.13.0 - koa-conditional-get: 2.0.0 - koa-etag: 3.0.0 + koa-conditional-get: 3.0.0 + koa-etag: 4.0.0 koa-proxies: 0.11.0_koa@2.13.0 koa-send: 5.0.1 koa-static: 5.0.0 - lru-cache: 5.1.1 + lru-cache: 6.0.0 magic-string: 0.25.7 merge-source-map: 1.1.0 mime-types: 2.1.27 minimist: 1.2.5 - open: 7.1.0 - ora: 4.1.1 - postcss: 7.0.32 + open: 7.3.0 + ora: 5.1.0 + p-map-series: 2.1.0 postcss-discard-comments: 4.0.2 postcss-import: 12.0.1 - postcss-load-config: 2.1.0 - resolve: 1.17.0 - rollup: 2.24.0 - rollup-plugin-dynamic-import-variables: 1.1.0_rollup@2.24.0 - rollup-plugin-terser: 5.3.0_rollup@2.24.0 - rollup-plugin-vue: 6.0.0-beta.10_@vue+compiler-sfc@3.0.0-rc.5 - rollup-plugin-web-worker-loader: 1.3.1_rollup@2.24.0 - rollup-pluginutils: 2.8.2 - selfsigned: 1.10.7 + postcss-load-config: 3.0.0 + resolve: 1.18.1 + rollup: 2.33.1 + rollup-plugin-dynamic-import-variables: 1.1.0_rollup@2.33.1 + rollup-plugin-terser: 7.0.2_rollup@2.33.1 + rollup-plugin-vue: 6.0.0-beta.11_@vue+compiler-sfc@3.0.2 + rollup-plugin-web-worker-loader: 1.4.0_rollup@2.33.1 + selfsigned: 1.10.8 slash: 3.0.0 - vue: 3.0.0-rc.5 + vue: 3.0.2 ws: 7.3.1 dev: true engines: - node: ">=10.16.0" + node: '>=10.16.0' hasBin: true resolution: - integrity: sha512-D9gpKKaE2U0YpIxNrSn+nlFPBT0sfg68Y1EReYW8YHMhbNFcxwS7RZIa1W/8Pq6yDfVRAhbOZNijv1mLG5pCEg== - /vue/3.0.0-rc.5: + integrity: sha512-u0PT2sKMes2RtE5rZsLY0nFm6kEmce7IhVRWKFXmrsjn0MBOCNEi+S6iNnJDmsj1nzvU2dMZ5MHhFyXIqTgjzA== + /vue/3.0.2: dependencies: - "@vue/compiler-dom": 3.0.0-rc.5 - "@vue/runtime-dom": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 + '@vue/compiler-dom': 3.0.2 + '@vue/runtime-dom': 3.0.2 + '@vue/shared': 3.0.2 dev: true resolution: - integrity: sha512-8t8Y4sHMBGD5iLZ7JfBGmKBJlzesPoL+/nW9EV8s+4LwnKC4rGlRp+Lj2rcign4iQaj0GFaL7DrQ8IoOfVX6+w== + integrity: sha512-ciKFjutKRs+2Vbvgrist1oDd5wZQqtOel/K//ku54zLbf8tcTV+XbyAfanTHcTkML9CUj09vnC+y+5uaOz2/9g== /wcwidth/1.0.1: dependencies: defaults: 1.0.3 @@ -2365,7 +2403,7 @@ packages: isexe: 2.0.0 dev: true engines: - node: ">= 8" + node: '>= 8' hasBin: true resolution: integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== @@ -2376,7 +2414,7 @@ packages: /ws/7.3.1: dev: true engines: - node: ">=8.3.0" + node: '>=8.3.0' peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ^5.0.2 @@ -2391,13 +2429,23 @@ packages: dev: true resolution: integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== + /yallist/4.0.0: + dev: true + resolution: + integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== + /yaml/1.10.0: + dev: true + engines: + node: '>= 6' + resolution: + integrity: sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg== /ylru/1.2.1: dev: true engines: - node: ">= 4.0.0" + node: '>= 4.0.0' resolution: integrity: sha512-faQrqNMzcPCHGVC2aaOINk13K+aaBDUPjGWl0teOXywElLjyVAB6Oe2jj62jHYtwsU49jXhScYbvPENK+6zAvQ== specifiers: - "@amoutonbrady/vite-plugin-solid": ^0.2.0 - solid-js: ^0.20.0 - vite: ^1.0.0-rc.4 + '@amoutonbrady/vite-plugin-solid': ^0.3.0 + solid-js: ^0.21.5 + vite: ^1.0.0-rc.9 diff --git a/ts-tailwind/package.json b/ts-tailwind/package.json index 8c528ab..84e0180 100644 --- a/ts-tailwind/package.json +++ b/ts-tailwind/package.json @@ -8,11 +8,11 @@ }, "license": "ISC", "devDependencies": { - "@amoutonbrady/vite-plugin-solid": "^0.2.0", - "vite": "^1.0.0-rc.4", - "tailwindcss": "^1.6.2" + "@amoutonbrady/vite-plugin-solid": "^0.3.0", + "tailwindcss": "^1.9.6", + "vite": "^1.0.0-rc.9" }, "dependencies": { - "solid-js": "^0.20.0" + "solid-js": "^0.21.5" } } diff --git a/ts-tailwind/pnpm-lock.yaml b/ts-tailwind/pnpm-lock.yaml index 6f019b9..9b16bbb 100644 --- a/ts-tailwind/pnpm-lock.yaml +++ b/ts-tailwind/pnpm-lock.yaml @@ -1,115 +1,116 @@ dependencies: - solid-js: 0.18.14 + solid-js: 0.21.5 devDependencies: - "@amoutonbrady/vite-plugin-solid": 0.1.1 - tailwindcss: 1.6.2 - vite: 1.0.0-rc.4 -lockfileVersion: 5.1 + '@amoutonbrady/vite-plugin-solid': 0.3.0 + tailwindcss: 1.9.6 + vite: 1.0.0-rc.9 +lockfileVersion: 5.2 packages: - /@amoutonbrady/vite-plugin-solid/0.1.1: + /@amoutonbrady/vite-plugin-solid/0.3.0: dependencies: - "@babel/core": 7.11.1 - "@babel/preset-typescript": 7.10.4_@babel+core@7.11.1 - "@rollup/plugin-babel": 5.2.0_@babel+core@7.11.1 - babel-preset-solid: 0.18.14_@babel+core@7.11.1 + '@babel/core': 7.12.3 + '@babel/preset-typescript': 7.12.1_@babel+core@7.12.3 + '@rollup/plugin-babel': 5.2.1_@babel+core@7.12.3 + babel-preset-solid: 0.21.3_@babel+core@7.12.3 dedent: 0.7.0 - solid-js: 0.18.14 - vite: 1.0.0-rc.4 + solid-js: 0.21.5 + vite: 1.0.0-rc.9 dev: true resolution: - integrity: sha512-QbjKty4eXCAae/goAgQKQMpMuEhxGAZw2kuzjvxK3E3WmaeeCQc5nwZ+fyeZwwcZcu/Q3R02qBo0gXIrQBOqqQ== + integrity: sha512-YwAYxUgyoochUyNptZQj8PW72e1YlX3828T0we8yIjdh0Pa+kktSeMOOTwQQLeD18JpJ2ic75Mc6XDG0CZJDDQ== /@babel/code-frame/7.10.4: dependencies: - "@babel/highlight": 7.10.4 + '@babel/highlight': 7.10.4 dev: true resolution: integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== - /@babel/core/7.11.1: + /@babel/core/7.12.3: dependencies: - "@babel/code-frame": 7.10.4 - "@babel/generator": 7.11.0 - "@babel/helper-module-transforms": 7.11.0 - "@babel/helpers": 7.10.4 - "@babel/parser": 7.11.3 - "@babel/template": 7.10.4 - "@babel/traverse": 7.11.0 - "@babel/types": 7.11.0 + '@babel/code-frame': 7.10.4 + '@babel/generator': 7.12.5 + '@babel/helper-module-transforms': 7.12.1 + '@babel/helpers': 7.12.5 + '@babel/parser': 7.12.5 + '@babel/template': 7.10.4 + '@babel/traverse': 7.12.5 + '@babel/types': 7.12.6 convert-source-map: 1.7.0 - debug: 4.1.1 - gensync: 1.0.0-beta.1 + debug: 4.2.0 + gensync: 1.0.0-beta.2 json5: 2.1.3 lodash: 4.17.20 - resolve: 1.17.0 + resolve: 1.18.1 semver: 5.7.1 source-map: 0.5.7 dev: true engines: - node: ">=6.9.0" + node: '>=6.9.0' resolution: - integrity: sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ== - /@babel/generator/7.11.0: + integrity: sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g== + /@babel/generator/7.12.5: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: - integrity: sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ== - /@babel/helper-create-class-features-plugin/7.10.5_@babel+core@7.11.1: + integrity: sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A== + /@babel/helper-create-class-features-plugin/7.12.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-function-name": 7.10.4 - "@babel/helper-member-expression-to-functions": 7.11.0 - "@babel/helper-optimise-call-expression": 7.10.4 - "@babel/helper-plugin-utils": 7.10.4 - "@babel/helper-replace-supers": 7.10.4 - "@babel/helper-split-export-declaration": 7.11.0 + '@babel/core': 7.12.3 + '@babel/helper-function-name': 7.10.4 + '@babel/helper-member-expression-to-functions': 7.12.1 + '@babel/helper-optimise-call-expression': 7.10.4 + '@babel/helper-replace-supers': 7.12.5 + '@babel/helper-split-export-declaration': 7.11.0 dev: true peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 resolution: - integrity: sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== + integrity: sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w== /@babel/helper-function-name/7.10.4: dependencies: - "@babel/helper-get-function-arity": 7.10.4 - "@babel/template": 7.10.4 - "@babel/types": 7.11.0 + '@babel/helper-get-function-arity': 7.10.4 + '@babel/template': 7.10.4 + '@babel/types': 7.12.6 dev: true resolution: integrity: sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== /@babel/helper-get-function-arity/7.10.4: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: integrity: sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== - /@babel/helper-member-expression-to-functions/7.11.0: + /@babel/helper-member-expression-to-functions/7.12.1: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: - integrity: sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== - /@babel/helper-module-imports/7.10.4: + integrity: sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ== + /@babel/helper-module-imports/7.12.5: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: - integrity: sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== - /@babel/helper-module-transforms/7.11.0: + integrity: sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA== + /@babel/helper-module-transforms/7.12.1: dependencies: - "@babel/helper-module-imports": 7.10.4 - "@babel/helper-replace-supers": 7.10.4 - "@babel/helper-simple-access": 7.10.4 - "@babel/helper-split-export-declaration": 7.11.0 - "@babel/template": 7.10.4 - "@babel/types": 7.11.0 + '@babel/helper-module-imports': 7.12.5 + '@babel/helper-replace-supers': 7.12.5 + '@babel/helper-simple-access': 7.12.1 + '@babel/helper-split-export-declaration': 7.11.0 + '@babel/helper-validator-identifier': 7.10.4 + '@babel/template': 7.10.4 + '@babel/traverse': 7.12.5 + '@babel/types': 7.12.6 lodash: 4.17.20 dev: true resolution: - integrity: sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== + integrity: sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w== /@babel/helper-optimise-call-expression/7.10.4: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: integrity: sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== @@ -117,25 +118,24 @@ packages: dev: true resolution: integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== - /@babel/helper-replace-supers/7.10.4: + /@babel/helper-replace-supers/7.12.5: dependencies: - "@babel/helper-member-expression-to-functions": 7.11.0 - "@babel/helper-optimise-call-expression": 7.10.4 - "@babel/traverse": 7.11.0 - "@babel/types": 7.11.0 + '@babel/helper-member-expression-to-functions': 7.12.1 + '@babel/helper-optimise-call-expression': 7.10.4 + '@babel/traverse': 7.12.5 + '@babel/types': 7.12.6 dev: true resolution: - integrity: sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== - /@babel/helper-simple-access/7.10.4: + integrity: sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA== + /@babel/helper-simple-access/7.12.1: dependencies: - "@babel/template": 7.10.4 - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: - integrity: sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== + integrity: sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA== /@babel/helper-split-export-declaration/7.11.0: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: integrity: sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== @@ -143,98 +143,98 @@ packages: dev: true resolution: integrity: sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== - /@babel/helpers/7.10.4: + /@babel/helpers/7.12.5: dependencies: - "@babel/template": 7.10.4 - "@babel/traverse": 7.11.0 - "@babel/types": 7.11.0 + '@babel/template': 7.10.4 + '@babel/traverse': 7.12.5 + '@babel/types': 7.12.6 dev: true resolution: - integrity: sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== + integrity: sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA== /@babel/highlight/7.10.4: dependencies: - "@babel/helper-validator-identifier": 7.10.4 + '@babel/helper-validator-identifier': 7.10.4 chalk: 2.4.2 js-tokens: 4.0.0 dev: true resolution: integrity: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== - /@babel/parser/7.11.3: + /@babel/parser/7.12.5: dev: true engines: - node: ">=6.0.0" + node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-REo8xv7+sDxkKvoxEywIdsNFiZLybwdI7hcT5uEPyQrSMB4YQ973BfC9OOrD/81MaIjh6UxdulIQXkjmiH3PcA== - /@babel/plugin-syntax-jsx/7.10.4_@babel+core@7.11.1: + integrity: sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ== + /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-plugin-utils": 7.10.4 + '@babel/core': 7.12.3 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g== - /@babel/plugin-syntax-typescript/7.10.4_@babel+core@7.11.1: + integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg== + /@babel/plugin-syntax-typescript/7.12.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-plugin-utils": 7.10.4 + '@babel/core': 7.12.3 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== - /@babel/plugin-transform-typescript/7.11.0_@babel+core@7.11.1: + integrity: sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA== + /@babel/plugin-transform-typescript/7.12.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-create-class-features-plugin": 7.10.5_@babel+core@7.11.1 - "@babel/helper-plugin-utils": 7.10.4 - "@babel/plugin-syntax-typescript": 7.10.4_@babel+core@7.11.1 + '@babel/core': 7.12.3 + '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.12.3 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-typescript': 7.12.1_@babel+core@7.12.3 dev: true peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w== - /@babel/preset-typescript/7.10.4_@babel+core@7.11.1: + integrity: sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw== + /@babel/preset-typescript/7.12.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-plugin-utils": 7.10.4 - "@babel/plugin-transform-typescript": 7.11.0_@babel+core@7.11.1 + '@babel/core': 7.12.3 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-transform-typescript': 7.12.1_@babel+core@7.12.3 dev: true peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-SdYnvGPv+bLlwkF2VkJnaX/ni1sMNetcGI1+nThF1gyv6Ph8Qucc4ZZAjM5yZcE/AKRXIOTZz7eSRDWOEjPyRQ== + integrity: sha512-hNK/DhmoJPsksdHuI/RVrcEws7GN5eamhi28JkO52MqIxU8Z0QpmiSOQxZHWOHV7I3P4UjHV97ay4TcamMA6Kw== /@babel/template/7.10.4: dependencies: - "@babel/code-frame": 7.10.4 - "@babel/parser": 7.11.3 - "@babel/types": 7.11.0 + '@babel/code-frame': 7.10.4 + '@babel/parser': 7.12.5 + '@babel/types': 7.12.6 dev: true resolution: integrity: sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== - /@babel/traverse/7.11.0: + /@babel/traverse/7.12.5: dependencies: - "@babel/code-frame": 7.10.4 - "@babel/generator": 7.11.0 - "@babel/helper-function-name": 7.10.4 - "@babel/helper-split-export-declaration": 7.11.0 - "@babel/parser": 7.11.3 - "@babel/types": 7.11.0 - debug: 4.1.1 + '@babel/code-frame': 7.10.4 + '@babel/generator': 7.12.5 + '@babel/helper-function-name': 7.10.4 + '@babel/helper-split-export-declaration': 7.11.0 + '@babel/parser': 7.12.5 + '@babel/types': 7.12.6 + debug: 4.2.0 globals: 11.12.0 lodash: 4.17.20 dev: true resolution: - integrity: sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== - /@babel/types/7.11.0: + integrity: sha512-xa15FbQnias7z9a62LwYAA5SZZPkHIXpd42C6uW68o8uTuua96FHZy1y61Va5P/i83FAAcMpW8+A/QayntzuqA== + /@babel/types/7.12.6: dependencies: - "@babel/helper-validator-identifier": 7.10.4 + '@babel/helper-validator-identifier': 7.10.4 lodash: 4.17.20 to-fast-properties: 2.0.0 dev: true resolution: - integrity: sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== + integrity: sha512-hwyjw6GvjBLiyy3W0YQf0Z5Zf4NpYejUnKFcfcUhZCSffoBBp30w6wP2Wn6pk31jMYZvcOrB/1b7cGXvEoKogA== /@fullhuman/postcss-purgecss/2.3.0: dependencies: postcss: 7.0.32 @@ -242,135 +242,150 @@ packages: dev: true resolution: integrity: sha512-qnKm5dIOyPGJ70kPZ5jiz0I9foVOic0j+cOzNDoo8KoCf6HjicIZ99UfO2OmE7vCYSKAAepEwJtNzpiiZAh9xw== - /@nodelib/fs.scandir/2.1.3: + /@koa/cors/3.1.0: dependencies: - "@nodelib/fs.stat": 2.0.3 - run-parallel: 1.1.9 + vary: 1.1.2 dev: true engines: - node: ">= 8" + node: '>= 8.0.0' + resolution: + integrity: sha512-7ulRC1da/rBa6kj6P4g2aJfnET3z8Uf3SWu60cjbtxTA5g8lxRdX/Bd2P92EagGwwAhANeNw8T8if99rJliR6Q== + /@nodelib/fs.scandir/2.1.3: + dependencies: + '@nodelib/fs.stat': 2.0.3 + run-parallel: 1.1.10 + dev: true + engines: + node: '>= 8' resolution: integrity: sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw== /@nodelib/fs.stat/2.0.3: dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA== /@nodelib/fs.walk/1.2.4: dependencies: - "@nodelib/fs.scandir": 2.1.3 - fastq: 1.8.0 + '@nodelib/fs.scandir': 2.1.3 + fastq: 1.9.0 dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ== - /@rollup/plugin-babel/5.2.0_@babel+core@7.11.1: + /@rollup/plugin-babel/5.2.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-module-imports": 7.10.4 - "@rollup/pluginutils": 3.1.0 + '@babel/core': 7.12.3 + '@babel/helper-module-imports': 7.12.5 + '@rollup/pluginutils': 3.1.0 dev: true engines: - node: ">= 10.0.0" + node: '>= 10.0.0' peerDependencies: - "@babel/core": ^7.0.0 - "@types/babel__core": ^7.1.9 + '@babel/core': ^7.0.0 + '@types/babel__core': ^7.1.9 rollup: ^1.20.0||^2.0.0 peerDependenciesMeta: - "@types/babel__core": + '@types/babel__core': optional: true resolution: - integrity: sha512-CPABsajaKjINgBQ3it+yMnfVO3ibsrMBxRzbUOUw2cL1hsZJ7aogU8mgglQm3S2hHJgjnAmxPz0Rq7DVdmHsTw== - /@rollup/plugin-commonjs/14.0.0_rollup@2.24.0: + integrity: sha512-Jd7oqFR2dzZJ3NWANDyBjwTtX/lYbZpVcmkHrfQcpvawHs9E4c0nYk5U2mfZ6I/DZcIvy506KZJi54XK/jxH7A== + /@rollup/plugin-commonjs/15.1.0_rollup@2.33.1: dependencies: - "@rollup/pluginutils": 3.1.0_rollup@2.24.0 + '@rollup/pluginutils': 3.1.0_rollup@2.33.1 commondir: 1.0.1 - estree-walker: 1.0.1 + estree-walker: 2.0.1 glob: 7.1.6 is-reference: 1.2.1 magic-string: 0.25.7 - resolve: 1.17.0 - rollup: 2.24.0 + resolve: 1.18.1 + rollup: 2.33.1 dev: true engines: - node: ">= 8.0.0" + node: '>= 8.0.0' peerDependencies: - rollup: ^2.3.4 + rollup: ^2.22.0 resolution: - integrity: sha512-+PSmD9ePwTAeU106i9FRdc+Zb3XUWyW26mo5Atr2mk82hor8+nPwkztEjFo8/B1fJKfaQDg9aM2bzQkjhi7zOw== - /@rollup/plugin-json/4.1.0_rollup@2.24.0: + integrity: sha512-xCQqz4z/o0h2syQ7d9LskIMvBSH4PX5PjYdpSSvgS+pQik3WahkQVNWg3D8XJeYjZoVWnIUQYDghuEMRGrmQYQ== + /@rollup/plugin-json/4.1.0_rollup@2.33.1: dependencies: - "@rollup/pluginutils": 3.1.0_rollup@2.24.0 - rollup: 2.24.0 + '@rollup/pluginutils': 3.1.0_rollup@2.33.1 + rollup: 2.33.1 dev: true peerDependencies: rollup: ^1.20.0 || ^2.0.0 resolution: integrity: sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw== - /@rollup/plugin-node-resolve/8.4.0_rollup@2.24.0: + /@rollup/plugin-node-resolve/9.0.0_rollup@2.33.1: dependencies: - "@rollup/pluginutils": 3.1.0_rollup@2.24.0 - "@types/resolve": 1.17.1 + '@rollup/pluginutils': 3.1.0_rollup@2.33.1 + '@types/resolve': 1.17.1 builtin-modules: 3.1.0 - deep-freeze: 0.0.1 deepmerge: 4.2.2 is-module: 1.0.0 - resolve: 1.17.0 - rollup: 2.24.0 + resolve: 1.18.1 + rollup: 2.33.1 dev: true engines: - node: ">= 8.0.0" + node: '>= 10.0.0' peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: - integrity: sha512-LFqKdRLn0ShtQyf6SBYO69bGE1upV6wUhBX0vFOUnLAyzx5cwp8svA0eHUnu8+YU57XOkrMtfG63QOpQx25pHQ== + integrity: sha512-gPz+utFHLRrd41WMP13Jq5mqqzHL3OXrfj3/MkSyB6UBIcuNt9j60GCbarzMzdf1VHFpOxfQh/ez7wyadLMqkg== /@rollup/pluginutils/3.1.0: dependencies: - "@types/estree": 0.0.39 + '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 dev: true engines: - node: ">= 8.0.0" + node: '>= 8.0.0' peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== - /@rollup/pluginutils/3.1.0_rollup@2.24.0: + /@rollup/pluginutils/3.1.0_rollup@2.33.1: dependencies: - "@types/estree": 0.0.39 + '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 - rollup: 2.24.0 + rollup: 2.33.1 dev: true engines: - node: ">= 8.0.0" + node: '>= 8.0.0' peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== + /@rollup/pluginutils/4.1.0_rollup@2.33.1: + dependencies: + estree-walker: 2.0.1 + picomatch: 2.2.2 + rollup: 2.33.1 + dev: true + engines: + node: '>= 8.0.0' + peerDependencies: + rollup: ^1.20.0||^2.0.0 + resolution: + integrity: sha512-TrBhfJkFxA+ER+ew2U2/fHbebhLT/l/2pRk0hfj9KusXUuRXd2v0R58AfaZK9VXDQ4TogOSEmICVrQAA3zFnHQ== /@types/accepts/1.3.5: dependencies: - "@types/node": 14.0.27 + '@types/node': 14.14.6 dev: true resolution: integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ== /@types/body-parser/1.19.0: dependencies: - "@types/connect": 3.4.33 - "@types/node": 14.0.27 + '@types/connect': 3.4.33 + '@types/node': 14.14.6 dev: true resolution: integrity: sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ== - /@types/color-name/1.1.1: - dev: true - resolution: - integrity: sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== /@types/connect/3.4.33: dependencies: - "@types/node": 14.0.27 + '@types/node': 14.14.6 dev: true resolution: integrity: sha512-2+FrkXY4zllzTNfJth7jOqEHC+enpLeGslEhpnTAkg21GkRrWV4SsAtqchtT4YS9/nODBU2/ZfsBY2X4J/dX7A== @@ -378,15 +393,15 @@ packages: dev: true resolution: integrity: sha512-P1bffQfhD3O4LW0ioENXUhZ9OIa0Zn+P7M+pWgkCKaT53wVLSq0mrKksCID/FGHpFhRSxRGhgrQmfhRuzwtKdg== - /@types/cookies/0.7.4: + /@types/cookies/0.7.5: dependencies: - "@types/connect": 3.4.33 - "@types/express": 4.17.7 - "@types/keygrip": 1.0.2 - "@types/node": 14.0.27 + '@types/connect': 3.4.33 + '@types/express': 4.17.8 + '@types/keygrip': 1.0.2 + '@types/node': 14.14.6 dev: true resolution: - integrity: sha512-oTGtMzZZAVuEjTwCjIh8T8FrC8n/uwy+PG0yTvQcdZ7etoel7C7/3MSd7qrukENTgQtotG7gvBlBojuVs7X5rw== + integrity: sha512-3+TAFSm78O7/bAeYdB8FoYGntuT87vVP9JKuQRL8sRhv9313LP2SpHHL50VeFtnyjIcb3UELddMk5Yt0eOSOkg== /@types/estree/0.0.39: dev: true resolution: @@ -395,49 +410,54 @@ packages: dev: true resolution: integrity: sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g== - /@types/express-serve-static-core/4.17.9: + /@types/express-serve-static-core/4.17.13: dependencies: - "@types/node": 14.0.27 - "@types/qs": 6.9.4 - "@types/range-parser": 1.2.3 + '@types/node': 14.14.6 + '@types/qs': 6.9.5 + '@types/range-parser': 1.2.3 dev: true resolution: - integrity: sha512-DG0BYg6yO+ePW+XoDENYz8zhNGC3jDDEpComMYn7WJc4mY1Us8Rw9ax2YhJXxpyk2SF47PQAoQ0YyVT1a0bEkA== - /@types/express/4.17.7: + integrity: sha512-RgDi5a4nuzam073lRGKTUIaL3eF2+H7LJvJ8eUnCI0wA6SNjXc44DCmWNiTLs/AZ7QlsFWZiw/gTG3nSQGL0fA== + /@types/express/4.17.8: dependencies: - "@types/body-parser": 1.19.0 - "@types/express-serve-static-core": 4.17.9 - "@types/qs": 6.9.4 - "@types/serve-static": 1.13.5 + '@types/body-parser': 1.19.0 + '@types/express-serve-static-core': 4.17.13 + '@types/qs': 6.9.5 + '@types/serve-static': 1.13.6 dev: true resolution: - integrity: sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ== + integrity: sha512-wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ== /@types/http-assert/1.5.1: dev: true resolution: integrity: sha512-PGAK759pxyfXE78NbKxyfRcWYA/KwW17X290cNev/qAsn9eQIxkH4shoNBafH37wewhDG/0p1cHPbK6+SzZjWQ== + /@types/http-errors/1.8.0: + dev: true + resolution: + integrity: sha512-2aoSC4UUbHDj2uCsCxcG/vRMXey/m17bC7UwitVm5hn22nI8O8Y9iDpA76Orc+DWkQ4zZrOKEshCqR/jSuXAHA== /@types/keygrip/1.0.2: dev: true resolution: integrity: sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw== /@types/koa-compose/3.2.5: dependencies: - "@types/koa": 2.11.3 + '@types/koa': 2.11.6 dev: true resolution: integrity: sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ== - /@types/koa/2.11.3: + /@types/koa/2.11.6: dependencies: - "@types/accepts": 1.3.5 - "@types/content-disposition": 0.5.3 - "@types/cookies": 0.7.4 - "@types/http-assert": 1.5.1 - "@types/keygrip": 1.0.2 - "@types/koa-compose": 3.2.5 - "@types/node": 14.0.27 + '@types/accepts': 1.3.5 + '@types/content-disposition': 0.5.3 + '@types/cookies': 0.7.5 + '@types/http-assert': 1.5.1 + '@types/http-errors': 1.8.0 + '@types/keygrip': 1.0.2 + '@types/koa-compose': 3.2.5 + '@types/node': 14.14.6 dev: true resolution: - integrity: sha512-ABxVkrNWa4O/Jp24EYI/hRNqEVRlhB9g09p48neQp4m3xL1TJtdWk2NyNQSMCU45ejeELMQZBYyfstyVvO2H3Q== + integrity: sha512-BhyrMj06eQkk04C97fovEDQMpLpd2IxCB4ecitaXwOKGq78Wi2tooaDOWOFGajPk8IkQOAtMppApgSVkYe1F/A== /@types/lru-cache/5.1.0: dev: true resolution: @@ -446,116 +466,120 @@ packages: dev: true resolution: integrity: sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q== - /@types/node/14.0.27: + /@types/node/14.14.6: dev: true resolution: - integrity: sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g== - /@types/qs/6.9.4: + integrity: sha512-6QlRuqsQ/Ox/aJEQWBEJG7A9+u7oSYl3mem/K8IzxXG/kAGbV1YPD9Bg9Zw3vyxC/YP+zONKwy8hGkSt1jxFMw== + /@types/parse-json/4.0.0: dev: true resolution: - integrity: sha512-+wYo+L6ZF6BMoEjtf8zB2esQsqdV6WsjRK/GP9WOgLPrq87PbNWgIxS76dS5uvl/QXtHGakZmwTznIfcPXcKlQ== + integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== + /@types/qs/6.9.5: + dev: true + resolution: + integrity: sha512-/JHkVHtx/REVG0VVToGRGH2+23hsYLHdyG+GrvoUGlGAd0ErauXDyvHtRI/7H7mzLm+tBCKA7pfcpkQ1lf58iQ== /@types/range-parser/1.2.3: dev: true resolution: integrity: sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA== /@types/resolve/1.17.1: dependencies: - "@types/node": 14.0.27 + '@types/node': 14.14.6 dev: true resolution: integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== - /@types/serve-static/1.13.5: + /@types/serve-static/1.13.6: dependencies: - "@types/express-serve-static-core": 4.17.9 - "@types/mime": 2.0.3 + '@types/mime': 2.0.3 + '@types/node': 14.14.6 dev: true resolution: - integrity: sha512-6M64P58N+OXjU432WoLLBQxbA0LRGBCRm7aAGQJ+SMC1IMl0dgRVi9EFfoDcS2a7Xogygk/eGN94CfwU9UF7UQ== - /@vue/compiler-core/3.0.0-rc.5: + integrity: sha512-nuRJmv7jW7VmCVTn+IgYDkkbbDGyIINOeu/G0d74X3lm6E5KfMeQPJhxIt1ayQeQB3cSxvYs1RA/wipYoFB4EA== + /@vue/compiler-core/3.0.2: dependencies: - "@babel/parser": 7.11.3 - "@babel/types": 7.11.0 - "@vue/shared": 3.0.0-rc.5 + '@babel/parser': 7.12.5 + '@babel/types': 7.12.6 + '@vue/shared': 3.0.2 estree-walker: 2.0.1 source-map: 0.6.1 dev: true resolution: - integrity: sha512-dNz5AObEYg0Oglw3emIsBhTAOVfObrfxDaAzR0UTRDDq+Ohfr6KTSaVQAH88Ym+oa08ZlLZBFc6ARe9doAOIxg== - /@vue/compiler-dom/3.0.0-rc.5: + integrity: sha512-GOlEMTlC/OdzBkKaKOniYErbkjoKxkBOmulxGmMR10I2JJX6TvXd/peaO/kla2xhpliV/M6Z4TLJp0yjAvRIAw== + /@vue/compiler-dom/3.0.2: dependencies: - "@vue/compiler-core": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 + '@vue/compiler-core': 3.0.2 + '@vue/shared': 3.0.2 dev: true resolution: - integrity: sha512-z8n+R1GhFnWuKURLYxfVSEfP7nSNM91qteobxwys55fhlZZuReouMnUwgrn+ois/IL6RdFlT9H+n4+N6yLrdJA== - /@vue/compiler-sfc/3.0.0-rc.5_vue@3.0.0-rc.5: + integrity: sha512-jvaL4QF2yXBJVD+JLbM2YA3e5fNfflJnfQ+GtfYk46ENGsEetqbkZqcX7fO+RHdG8tZBo7LCNBvgD0QLr+V4sg== + /@vue/compiler-sfc/3.0.2_vue@3.0.2: dependencies: - "@babel/parser": 7.11.3 - "@babel/types": 7.11.0 - "@vue/compiler-core": 3.0.0-rc.5 - "@vue/compiler-dom": 3.0.0-rc.5 - "@vue/compiler-ssr": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 - consolidate: 0.15.1 + '@babel/parser': 7.12.5 + '@babel/types': 7.12.6 + '@vue/compiler-core': 3.0.2 + '@vue/compiler-dom': 3.0.2 + '@vue/compiler-ssr': 3.0.2 + '@vue/shared': 3.0.2 + consolidate: 0.16.0 estree-walker: 2.0.1 hash-sum: 2.0.0 lru-cache: 5.1.1 magic-string: 0.25.7 merge-source-map: 1.1.0 - postcss: 7.0.32 - postcss-modules: 3.2.0 - postcss-selector-parser: 6.0.2 + postcss: 7.0.35 + postcss-modules: 3.2.2 + postcss-selector-parser: 6.0.4 source-map: 0.6.1 - vue: 3.0.0-rc.5 + vue: 3.0.2 dev: true peerDependencies: - vue: 3.0.0-rc.5 + vue: 3.0.2 resolution: - integrity: sha512-huoIFEfFCJxHcpoByAUQti7CIwJdHPLJXKuy2HG7J1B+IEKugtBdF50CLH35ZD8dWM0nyOMFFqTbO7i6CCjL3Q== - /@vue/compiler-ssr/3.0.0-rc.5: + integrity: sha512-viYjT5ehDSLM3v0jQ9hbTs4I5e/7lSlYsDOp7TQ1qcwHRvzoTQMTkFpY/Iae+LFKM124Ld17tBfXgfrZl9dt+g== + /@vue/compiler-ssr/3.0.2: dependencies: - "@vue/compiler-dom": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 + '@vue/compiler-dom': 3.0.2 + '@vue/shared': 3.0.2 dev: true resolution: - integrity: sha512-OU5Vl2+bCDMImS9OeCVnl4lfxZ3/sopdwX2SrUWVKQvCxmmmlyWvoVkC6nNGCs/MrOmIMhKmL6etgzLTWyCkUg== - /@vue/reactivity/3.0.0-rc.5: + integrity: sha512-gOgK1lf+0bFl+kQj6TU0TU1jIDFlsPRlSBZaUUA16DGeeiJrFanhsMuIs/l9U0IBFr/VJcHgzYpTXqHp95luHw== + /@vue/reactivity/3.0.2: dependencies: - "@vue/shared": 3.0.0-rc.5 + '@vue/shared': 3.0.2 dev: true resolution: - integrity: sha512-oe9C+1jtWUdYL/iNc0OPWbwgOk2rOW2uQ+exx3I6Jo6PKOmnAiPkMElalf9vRnO53rnUphVecMp8BlTJvcNgDw== - /@vue/runtime-core/3.0.0-rc.5: + integrity: sha512-GdRloNcBar4yqWGXOcba1t//j/WizwfthfPUYkjcIPHjYnA/vTEQYp0C9+ZjPdinv1WRK1BSMeN/xj31kQES4A== + /@vue/runtime-core/3.0.2: dependencies: - "@vue/reactivity": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 + '@vue/reactivity': 3.0.2 + '@vue/shared': 3.0.2 dev: true resolution: - integrity: sha512-MRIWreFigxdRuI2moFociUL5rVBfgYPrT7rWfQ0XfOyW46b+AiuCJyZvgbsRXwkAERfW1Tb/mY5forYjX2thOg== - /@vue/runtime-dom/3.0.0-rc.5: + integrity: sha512-3m/jOs2xSipEFah9FgpEzvC9nERFonVGLN06+pf8iYPIy54Nlv7D2cyrk3Lhbjz4w3PbIrkxJnoTJYvJM7HDfA== + /@vue/runtime-dom/3.0.2: dependencies: - "@vue/runtime-core": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 + '@vue/runtime-core': 3.0.2 + '@vue/shared': 3.0.2 csstype: 2.6.13 dev: true resolution: - integrity: sha512-0jwpO3MBqMToq7qC816Z8Y6G8aN4ZKbv7MupgRaepzxhiK0sXcjLQmOATP3g/NyX52UCBJS4wAwsxidqGnAabA== - /@vue/shared/3.0.0-rc.5: + integrity: sha512-vqC1KK1yWthTw1FKzajT0gYQaEqAq7bpeeXQC473nllGC5YHbJhNAJLSmrDun1tjXqGF0UNCWYljYm+++BJv6w== + /@vue/shared/3.0.2: dev: true resolution: - integrity: sha512-ZhcgGzBpp+pUzisZgQpM4ctIGgLpYjBj7/rZfbhEPxFHF/BuTV2jmhXvAl8aF9xDAejIcw85xCy92gDSwKtPag== + integrity: sha512-Zx869zlNoujFOclKIoYmkh8ES2RcS/+Jn546yOiPyZ+3+Ejivnr+fb8l+DdXUEFjo+iVDNR3KyLzg03aBFfZ4Q== /accepts/1.3.7: dependencies: mime-types: 2.1.27 negotiator: 0.6.2 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== /acorn-node/1.8.2: dependencies: - acorn: 7.4.0 + acorn: 7.4.1 acorn-walk: 7.2.0 xtend: 4.0.2 dev: true @@ -564,20 +588,20 @@ packages: /acorn-walk/7.2.0: dev: true engines: - node: ">=0.4.0" + node: '>=0.4.0' resolution: integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== - /acorn/7.4.0: + /acorn/7.4.1: dev: true engines: - node: ">=0.4.0" + node: '>=0.4.0' hasBin: true resolution: - integrity: sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w== + integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== /ansi-regex/5.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== /ansi-styles/3.2.1: @@ -585,18 +609,17 @@ packages: color-convert: 1.9.3 dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - /ansi-styles/4.2.1: + /ansi-styles/4.3.0: dependencies: - "@types/color-name": 1.1.1 color-convert: 2.0.1 dev: true engines: - node: ">=8" + node: '>=8' resolution: - integrity: sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== + integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== /any-promise/1.3.0: dev: true resolution: @@ -607,57 +630,57 @@ packages: picomatch: 2.2.2 dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== - /argparse/1.0.10: - dependencies: - sprintf-js: 1.0.3 - dev: true - resolution: - integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== /array-union/2.1.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== /at-least-node/1.0.0: dev: true engines: - node: ">= 4.0.0" + node: '>= 4.0.0' resolution: integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== /autoprefixer/9.8.6: dependencies: - browserslist: 4.14.0 - caniuse-lite: 1.0.30001113 + browserslist: 4.14.6 + caniuse-lite: 1.0.30001156 colorette: 1.2.1 normalize-range: 0.1.2 num2fraction: 1.2.2 - postcss: 7.0.32 + postcss: 7.0.35 postcss-value-parser: 4.1.0 dev: true hasBin: true resolution: integrity: sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg== - /babel-plugin-jsx-dom-expressions/0.19.10_@babel+core@7.11.1: + /babel-plugin-jsx-dom-expressions/0.22.2_@babel+core@7.12.3: dependencies: - "@babel/helper-module-imports": 7.10.4 - "@babel/plugin-syntax-jsx": 7.10.4_@babel+core@7.11.1 + '@babel/helper-module-imports': 7.12.5 + '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.3 + '@babel/types': 7.12.6 dev: true peerDependencies: - "@babel/core": "*" + '@babel/core': '*' resolution: - integrity: sha512-/gpqeOSCPEt+hOREHlZIXhn8UjfXg5MZM56dWpGzuGB3+XsiWZ07Geh2yPrho0uwksMJP/OOO5Ipk+Oei8eTSQ== - /babel-preset-solid/0.18.14_@babel+core@7.11.1: + integrity: sha512-9IX8kF01YZJfvZ2VyplwslIWX4GPCSqwqkBzasE6bLs9TJKU8GKYsvPC3U6Xr1uSG/gabpniu7a+jxJVNITLRA== + /babel-plugin-transform-rename-import/2.3.0: + dev: true + resolution: + integrity: sha512-dPgJoT57XC0PqSnLgl2FwNvxFrWlspatX2dkk7yjKQj5HHGw071vAcOf+hqW8ClqcBDMvEbm6mevn5yHAD8mlQ== + /babel-preset-solid/0.21.3_@babel+core@7.12.3: dependencies: - babel-plugin-jsx-dom-expressions: 0.19.10_@babel+core@7.11.1 + babel-plugin-jsx-dom-expressions: 0.22.2_@babel+core@7.12.3 + babel-plugin-transform-rename-import: 2.3.0 dev: true peerDependencies: - "@babel/core": "*" + '@babel/core': '*' resolution: - integrity: sha512-plDadLGxyg0XiYNJO0bk2UuJP4u4hH6AWEGfELo7Ug3oQs2HvlTW12h77nDQaVr+45r3uhHuuJojZMDXxHaGPg== + integrity: sha512-I/58tn1ymdJDsLxN7jP9naBkBuDbuYVqFRzvg6teMag37An/uhNcWLY9TWZp3Qe9eiWhvrnJ2Sc4hbXrXqOwHA== /balanced-match/1.0.0: dev: true resolution: @@ -669,7 +692,7 @@ packages: /binary-extensions/2.1.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== /bluebird/3.7.2: @@ -688,7 +711,7 @@ packages: fill-range: 7.0.1 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== /brotli-size/4.0.0: @@ -696,21 +719,21 @@ packages: duplexer: 0.1.1 dev: true engines: - node: ">= 10.16.0" + node: '>= 10.16.0' resolution: integrity: sha512-uA9fOtlTRC0iqKfzff1W34DXUA3GyVqbUaeo3Rw3d4gd1eavKVCETXrn3NzO74W+UVkG3UHu8WxUi+XvKI/huA== - /browserslist/4.14.0: + /browserslist/4.14.6: dependencies: - caniuse-lite: 1.0.30001113 - electron-to-chromium: 1.3.533 - escalade: 3.0.2 - node-releases: 1.1.60 + caniuse-lite: 1.0.30001156 + electron-to-chromium: 1.3.589 + escalade: 3.1.1 + node-releases: 1.1.65 dev: true engines: node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 hasBin: true resolution: - integrity: sha512-pUsXKAF2lVwhmtpeA3LJrZ76jXuusrNyhduuQs7CDFf9foT4Y38aQOserd2lMe5DSSrjf3fx34oHwryuvxAUgQ== + integrity: sha512-zeFYcUo85ENhc/zxHbiIp0LGzzTrE2Pv2JhxvS7kpUb9Q9D38kUX6Bie7pGutJ/5iF5rOxE7CepAuWD56xJ33A== /buffer-from/1.1.1: dev: true resolution: @@ -718,19 +741,19 @@ packages: /builtin-modules/1.1.1: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8= /builtin-modules/3.1.0: dev: true engines: - node: ">=6" + node: '>=6' resolution: integrity: sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw== /bytes/3.1.0: dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== /cache-content-type/1.0.1: @@ -739,41 +762,25 @@ packages: ylru: 1.2.1 dev: true engines: - node: ">= 6.0.0" + node: '>= 6.0.0' resolution: integrity: sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA== - /caller-callsite/2.0.0: - dependencies: - callsites: 2.0.0 + /callsites/3.1.0: dev: true engines: - node: ">=4" + node: '>=6' resolution: - integrity: sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= - /caller-path/2.0.0: - dependencies: - caller-callsite: 2.0.0 - dev: true - engines: - node: ">=4" - resolution: - integrity: sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= - /callsites/2.0.0: - dev: true - engines: - node: ">=4" - resolution: - integrity: sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= + integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== /camelcase-css/2.0.1: dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== - /caniuse-lite/1.0.30001113: + /caniuse-lite/1.0.30001156: dev: true resolution: - integrity: sha512-qMvjHiKH21zzM/VDZr6oosO6Ri3U0V2tC015jRXjOecwQCJtsU5zklTNTk31jQbIOP8gha0h1ccM/g0ECP+4BA== + integrity: sha512-z7qztybA2eFZTB6Z3yvaQBIoJpQtsewRD74adw2UbRWwsRq3jIPvgrQGawBMbfafekQaD21FWuXNcywtTDGGCw== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 @@ -781,28 +788,19 @@ packages: supports-color: 5.5.0 dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - /chalk/3.0.0: - dependencies: - ansi-styles: 4.2.1 - supports-color: 7.1.0 - dev: true - engines: - node: ">=8" - resolution: - integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== /chalk/4.1.0: dependencies: - ansi-styles: 4.2.1 - supports-color: 7.1.0 + ansi-styles: 4.3.0 + supports-color: 7.2.0 dev: true engines: - node: ">=10" + node: '>=10' resolution: integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== - /chokidar/3.4.2: + /chokidar/3.4.3: dependencies: anymatch: 3.1.1 braces: 3.0.2 @@ -810,20 +808,20 @@ packages: is-binary-path: 2.1.0 is-glob: 4.0.1 normalize-path: 3.0.0 - readdirp: 3.4.0 + readdirp: 3.5.0 dev: true engines: - node: ">= 8.10.0" + node: '>= 8.10.0' optionalDependencies: fsevents: 2.1.3 resolution: - integrity: sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A== + integrity: sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ== /clean-css/4.2.3: dependencies: source-map: 0.6.1 dev: true engines: - node: ">= 4.0" + node: '>= 4.0' resolution: integrity: sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA== /cli-cursor/3.1.0: @@ -831,26 +829,26 @@ packages: restore-cursor: 3.1.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== - /cli-spinners/2.4.0: + /cli-spinners/2.5.0: dev: true engines: - node: ">=6" + node: '>=6' resolution: - integrity: sha512-sJAofoarcm76ZGpuooaO0eDy8saEy+YoZBLjC4h8srt4jeBnkYeOgqxgsJQTpyt2LjI5PTfLJHSL+41Yu4fEJA== + integrity: sha512-PC+AmIuK04E6aeSs/pUccSujsTzBhu4HzC2dL+CfJB/Jcc2qTRbEwZQDfIUpt2Xl8BodYBEq8w4fc0kU2I9DjQ== /clone/1.0.4: dev: true engines: - node: ">=0.8" + node: '>=0.8' resolution: integrity: sha1-2jCcwmPfFZlMaIypAheco8fNfH4= /co/4.6.0: dev: true engines: - iojs: ">= 1.0.0" - node: ">= 0.12.0" + iojs: '>= 1.0.0' + node: '>= 0.12.0' resolution: integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= /color-convert/1.9.3: @@ -864,7 +862,7 @@ packages: color-name: 1.1.4 dev: true engines: - node: ">=7.0.0" + node: '>=7.0.0' resolution: integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== /color-name/1.1.3: @@ -875,20 +873,20 @@ packages: dev: true resolution: integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== - /color-string/1.5.3: + /color-string/1.5.4: dependencies: color-name: 1.1.4 simple-swizzle: 0.2.2 dev: true resolution: - integrity: sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw== - /color/3.1.2: + integrity: sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw== + /color/3.1.3: dependencies: color-convert: 1.9.3 - color-string: 1.5.3 + color-string: 1.5.4 dev: true resolution: - integrity: sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg== + integrity: sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ== /colorette/1.2.1: dev: true resolution: @@ -900,7 +898,7 @@ packages: /commander/5.1.0: dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg== /commondir/1.0.1: @@ -911,26 +909,26 @@ packages: dev: true resolution: integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - /consolidate/0.15.1: + /consolidate/0.16.0: dependencies: bluebird: 3.7.2 dev: true engines: - node: ">= 0.10.0" + node: '>= 0.10.0' resolution: - integrity: sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw== + integrity: sha512-Nhl1wzCslqXYTJVDyJCu3ODohy9OfBMB5uD2BiBTzd7w+QY0lBzafkR8y8755yMYHAaMD4NuzbAw03/xzfw+eQ== /content-disposition/0.5.3: dependencies: safe-buffer: 5.1.2 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== /content-type/1.0.4: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== /convert-source-map/1.7.0: @@ -945,20 +943,21 @@ packages: keygrip: 1.1.0 dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow== - /cosmiconfig/5.2.1: + /cosmiconfig/7.0.0: dependencies: - import-fresh: 2.0.0 - is-directory: 0.3.1 - js-yaml: 3.14.0 - parse-json: 4.0.0 + '@types/parse-json': 4.0.0 + import-fresh: 3.2.2 + parse-json: 5.1.0 + path-type: 4.0.0 + yaml: 1.10.0 dev: true engines: - node: ">=4" + node: '>=10' resolution: - integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== + integrity: sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA== /cross-spawn/7.0.3: dependencies: path-key: 3.1.1 @@ -966,7 +965,7 @@ packages: which: 2.0.2 dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== /css-unit-converter/1.1.2: @@ -976,7 +975,7 @@ packages: /cssesc/3.0.0: dev: true engines: - node: ">=4" + node: '>=4' hasBin: true resolution: integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== @@ -996,12 +995,19 @@ packages: dev: true resolution: integrity: sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== - /debug/4.1.1: + /debug/4.2.0: dependencies: ms: 2.1.2 dev: true + engines: + node: '>=6.0' + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true resolution: - integrity: sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== + integrity: sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg== /dedent/0.7.0: dev: true resolution: @@ -1010,14 +1016,10 @@ packages: dev: true resolution: integrity: sha1-9dJgKStmDghO/0zbyfCK0yR0SLU= - /deep-freeze/0.0.1: - dev: true - resolution: - integrity: sha1-OgsABd4YZygZ39OM0x+RF5yJPoQ= /deepmerge/4.2.2: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== /defaults/1.0.3: @@ -1037,13 +1039,13 @@ packages: /depd/1.1.2: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= /depd/2.0.0: dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== /destroy/1.0.4: @@ -1057,7 +1059,7 @@ packages: minimist: 1.2.5 dev: true engines: - node: ">=0.8.0" + node: '>=0.8.0' hasBin: true resolution: integrity: sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg== @@ -1066,7 +1068,7 @@ packages: path-type: 4.0.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== /dotenv-expand/5.1.0: @@ -1076,7 +1078,7 @@ packages: /dotenv/8.2.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== /duplexer/0.1.1: @@ -1087,20 +1089,20 @@ packages: dev: true resolution: integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= - /electron-to-chromium/1.3.533: + /electron-to-chromium/1.3.589: dev: true resolution: - integrity: sha512-YqAL+NXOzjBnpY+dcOKDlZybJDCOzgsq4koW3fvyty/ldTmsb4QazZpOWmVvZ2m0t5jbBf7L0lIGU3BUipwG+A== + integrity: sha512-rQItBTFnol20HaaLm26UgSUduX7iGerwW7pEYX17MB1tI6LzFajiLV7iZ7LVcUcsN/7HrZUoCLrBauChy/IqEg== /emojis-list/3.0.0: dev: true engines: - node: ">= 4" + node: '>= 4' resolution: integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== /encodeurl/1.0.2: dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= /end-of-stream/1.4.4: @@ -1115,22 +1117,22 @@ packages: dev: true resolution: integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - /es-module-lexer/0.3.24: + /es-module-lexer/0.3.26: dev: true resolution: - integrity: sha512-jm/i7KdJtaMDle921xIsA/MQQOGuZ6goYxhlV+k+gQNI7FtP4N6jknrmJvj++3ODpiyFGwQ4PIstJfHJQJNc+g== - /esbuild/0.6.22: + integrity: sha512-Va0Q/xqtrss45hWzP8CZJwzGSZJjDM5/MJRE3IXXnUCcVLElR9BRaE9F62BopysASyc4nM3uwhSW7FFB9nlWAA== + /esbuild/0.7.22: dev: true hasBin: true requiresBuild: true resolution: - integrity: sha512-dgcdoOZ7rghMageuGFS6geQ77UacoZ/qrd0MRc2iPnYtMNfQ1cJ7mVkotVpUDJYdOWvLVa87NFEtqPg7D2mKSA== - /escalade/3.0.2: + integrity: sha512-B43SYg8LGWYTCv9Gs0RnuLNwjzpuWOoCaZHTWEDEf5AfrnuDMerPVMdCEu7xOdhFvQ+UqfP2MGU9lxEy0JzccA== + /escalade/3.1.1: dev: true engines: - node: ">=6" + node: '>=6' resolution: - integrity: sha512-gPYAU37hYCUhW5euPeR+Y74F7BL+IBsV93j5cvGriSaD1aG6MGsqsV1yamRdrWrb2j3aiZvb0X+UBOWpx3JWtQ== + integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== /escape-html/1.0.3: dev: true resolution: @@ -1138,16 +1140,9 @@ packages: /escape-string-regexp/1.0.5: dev: true engines: - node: ">=0.8.0" + node: '>=0.8.0' resolution: integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - /esprima/4.0.1: - dev: true - engines: - node: ">=4" - hasBin: true - resolution: - integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== /estree-walker/0.6.1: dev: true resolution: @@ -1163,14 +1158,14 @@ packages: /etag/1.8.1: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= - /eventemitter3/4.0.4: + /eventemitter3/4.0.7: dev: true resolution: - integrity: sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ== - /execa/4.0.3: + integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== + /execa/4.1.0: dependencies: cross-spawn: 7.0.3 get-stream: 5.2.0 @@ -1183,46 +1178,46 @@ packages: strip-final-newline: 2.0.0 dev: true engines: - node: ">=10" + node: '>=10' resolution: - integrity: sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A== + integrity: sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA== /fast-glob/3.2.4: dependencies: - "@nodelib/fs.stat": 2.0.3 - "@nodelib/fs.walk": 1.2.4 + '@nodelib/fs.stat': 2.0.3 + '@nodelib/fs.walk': 1.2.4 glob-parent: 5.1.1 merge2: 1.4.1 micromatch: 4.0.2 picomatch: 2.2.2 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ== - /fastq/1.8.0: + /fastq/1.9.0: dependencies: reusify: 1.0.4 dev: true resolution: - integrity: sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q== + integrity: sha512-i7FVWL8HhVY+CTkwFxkN2mk3h+787ixS5S63eb78diVRc1MCssarHq3W5cj0av7YDSwmaV928RNag+U1etRQ7w== /fill-range/7.0.1: dependencies: to-regex-range: 5.0.1 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== /follow-redirects/1.13.0: dev: true engines: - node: ">=4.0" + node: '>=4.0' resolution: integrity: sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA== /fresh/0.5.2: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= /fs-extra/8.1.0: @@ -1232,18 +1227,18 @@ packages: universalify: 0.1.2 dev: true engines: - node: ">=6 <7 || >=8" + node: '>=6 <7 || >=8' resolution: integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== /fs-extra/9.0.1: dependencies: at-least-node: 1.0.0 graceful-fs: 4.2.4 - jsonfile: 6.0.1 + jsonfile: 6.1.0 universalify: 1.0.0 dev: true engines: - node: ">=10" + node: '>=10' resolution: integrity: sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ== /fs.realpath/1.0.0: @@ -1259,24 +1254,28 @@ packages: - darwin resolution: integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== + /function-bind/1.1.1: + dev: true + resolution: + integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== /generic-names/2.0.1: dependencies: loader-utils: 1.4.0 dev: true resolution: integrity: sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ== - /gensync/1.0.0-beta.1: + /gensync/1.0.0-beta.2: dev: true engines: - node: ">=6.9.0" + node: '>=6.9.0' resolution: - integrity: sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== + integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== /get-stream/5.2.0: dependencies: pump: 3.0.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== /glob-parent/5.1.1: @@ -1284,7 +1283,7 @@ packages: is-glob: 4.0.1 dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== /glob/7.1.6: @@ -1301,7 +1300,7 @@ packages: /globals/11.12.0: dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== /globby/11.0.1: @@ -1314,7 +1313,7 @@ packages: slash: 3.0.0 dev: true engines: - node: ">=10" + node: '>=10' resolution: integrity: sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== /graceful-fs/4.2.4: @@ -1324,26 +1323,40 @@ packages: /has-flag/3.0.0: dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0= /has-flag/4.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== + /has/1.0.3: + dependencies: + function-bind: 1.1.1 + dev: true + engines: + node: '>= 0.4.0' + resolution: + integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== /hash-sum/2.0.0: dev: true resolution: integrity: sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg== + /html-tags/3.1.0: + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg== /http-assert/1.4.1: dependencies: deep-equal: 1.0.1 http-errors: 1.7.3 dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha512-rdw7q6GTlibqVVbXr0CKelfV5iY8G2HqEUkhSk297BMbSpSL8crXC+9rjKoMcZZEsksX30le6f/4ul4E28gegw== /http-errors/1.4.0: @@ -1352,7 +1365,7 @@ packages: statuses: 1.5.0 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-bAJC3qaz33r9oVPHEImzHG6Cqr8= /http-errors/1.6.3: @@ -1363,7 +1376,7 @@ packages: statuses: 1.5.0 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= /http-errors/1.7.3: @@ -1375,7 +1388,7 @@ packages: toidentifier: 1.0.0 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== /http-errors/1.8.0: @@ -1387,23 +1400,23 @@ packages: toidentifier: 1.0.0 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A== /http-proxy/1.18.1: dependencies: - eventemitter3: 4.0.4 + eventemitter3: 4.0.7 follow-redirects: 1.13.0 requires-port: 1.0.0 dev: true engines: - node: ">=8.0.0" + node: '>=8.0.0' resolution: integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== /human-signals/1.1.1: dev: true engines: - node: ">=8.12.0" + node: '>=8.12.0' resolution: integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== /icss-replace-symbols/1.1.0: @@ -1412,43 +1425,43 @@ packages: integrity: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0= /icss-utils/4.1.1: dependencies: - postcss: 7.0.32 + postcss: 7.0.35 dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== /ignore/5.1.8: dev: true engines: - node: ">= 4" + node: '>= 4' resolution: integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== - /import-cwd/2.1.0: + /import-cwd/3.0.0: dependencies: - import-from: 2.1.0 + import-from: 3.0.0 dev: true engines: - node: ">=4" + node: '>=8' resolution: - integrity: sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk= - /import-fresh/2.0.0: + integrity: sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg== + /import-fresh/3.2.2: dependencies: - caller-path: 2.0.0 - resolve-from: 3.0.0 + parent-module: 1.0.1 + resolve-from: 4.0.0 dev: true engines: - node: ">=4" + node: '>=6' resolution: - integrity: sha1-2BNVwVYS04bGH53dOSLUMEgipUY= - /import-from/2.1.0: + integrity: sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw== + /import-from/3.0.0: dependencies: - resolve-from: 3.0.0 + resolve-from: 5.0.0 dev: true engines: - node: ">=4" + node: '>=8' resolution: - integrity: sha1-M1238qev/VOqpHHUuAId7ja387E= + integrity: sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ== /indexes-of/1.0.1: dev: true resolution: @@ -1485,32 +1498,32 @@ packages: binary-extensions: 2.1.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== - /is-directory/0.3.1: + /is-core-module/2.1.0: + dependencies: + has: 1.0.3 dev: true - engines: - node: ">=0.10.0" resolution: - integrity: sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= + integrity: sha512-YcV7BgVMRFRua2FqQzKtTDMz8iCuLEyGKjr70q8Zm1yy2qKcurbFEd79PAdHV77oL3NrAaOVQIbMmiHQCHB7ZA== /is-docker/2.1.1: dev: true engines: - node: ">=8" + node: '>=8' hasBin: true resolution: integrity: sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw== /is-extglob/2.1.1: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= /is-generator-function/1.0.7: dev: true engines: - node: ">= 0.4" + node: '>= 0.4' resolution: integrity: sha512-YZc5EwyO4f2kWCax7oegfuSr9mFz1ZvieNYBEjmukLxgXfBUbxAWGVF7GZf0zidYtoBl3WvC07YK0wT76a+Rtw== /is-glob/4.0.1: @@ -1518,13 +1531,13 @@ packages: is-extglob: 2.1.1 dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== /is-interactive/1.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== /is-module/1.0.0: @@ -1534,19 +1547,19 @@ packages: /is-number/7.0.0: dev: true engines: - node: ">=0.12.0" + node: '>=0.12.0' resolution: integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== /is-reference/1.2.1: dependencies: - "@types/estree": 0.0.45 + '@types/estree': 0.0.45 dev: true resolution: integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ== /is-stream/2.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== /is-wsl/2.2.0: @@ -1554,7 +1567,7 @@ packages: is-docker: 2.1.1 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== /isarray/0.0.1: @@ -1571,38 +1584,31 @@ packages: dev: true resolution: integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - /jest-worker/24.9.0: + /jest-worker/26.6.2: dependencies: + '@types/node': 14.14.6 merge-stream: 2.0.0 - supports-color: 6.1.0 + supports-color: 7.2.0 dev: true engines: - node: ">= 6" + node: '>= 10.13.0' resolution: - integrity: sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== + integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== /js-tokens/4.0.0: dev: true resolution: integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - /js-yaml/3.14.0: - dependencies: - argparse: 1.0.10 - esprima: 4.0.1 - dev: true - hasBin: true - resolution: - integrity: sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A== /jsesc/2.5.2: dev: true engines: - node: ">=4" + node: '>=4' hasBin: true resolution: integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - /json-parse-better-errors/1.0.2: + /json-parse-even-better-errors/2.3.1: dev: true resolution: - integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== + integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== /json5/1.0.1: dependencies: minimist: 1.2.5 @@ -1615,7 +1621,7 @@ packages: minimist: 1.2.5 dev: true engines: - node: ">=6" + node: '>=6' hasBin: true resolution: integrity: sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== @@ -1625,22 +1631,28 @@ packages: graceful-fs: 4.2.4 resolution: integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= - /jsonfile/6.0.1: + /jsonfile/6.1.0: dependencies: - universalify: 1.0.0 + universalify: 2.0.0 dev: true optionalDependencies: graceful-fs: 4.2.4 resolution: - integrity: sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg== + integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== /keygrip/1.1.0: dependencies: tsscmp: 1.0.6 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ== + /klona/2.0.4: + dev: true + engines: + node: '>= 8' + resolution: + integrity: sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA== /koa-compose/3.2.1: dependencies: any-promise: 1.3.0 @@ -1651,26 +1663,25 @@ packages: dev: true resolution: integrity: sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw== - /koa-conditional-get/2.0.0: + /koa-conditional-get/3.0.0: dev: true resolution: - integrity: sha1-pD83I8HQFLcwo07Oit8wuTyCM/I= + integrity: sha512-VKyPS7SuNH26TjTV2IRz+oh0HV/jc2lYAo51PTQTkj0XFn8ebNZW9riczmrW7ZVBFSnls1Z88DPUYKnvVymruA== /koa-convert/1.2.0: dependencies: co: 4.6.0 koa-compose: 3.2.1 dev: true engines: - node: ">= 4" + node: '>= 4' resolution: integrity: sha1-2kCHXfSd4FOQmNFwC1CCDOvNIdA= - /koa-etag/3.0.0: + /koa-etag/4.0.0: dependencies: etag: 1.8.1 - mz: 2.7.0 dev: true resolution: - integrity: sha1-nvc4Ld1agqsN6xU0FckVg293HT8= + integrity: sha512-1cSdezCkBWlyuB9l6c/IFoe1ANCDdPBxkDkRiaIup40xpUub6U/wwRXoKBZw/O5BifX9OlqAjYnDyzM6+l+TAg== /koa-proxies/0.11.0_koa@2.13.0: dependencies: http-proxy: 1.18.1 @@ -1678,17 +1689,17 @@ packages: path-match: 1.2.4 dev: true peerDependencies: - koa: ">=2" + koa: '>=2' resolution: integrity: sha512-iXGRADBE0fM7g7AttNOlLZ/cCFKXeVMHbFJKIRb0dUCrSYXi02loyVSdBlKlBQ5ZfVKJLo9Q9FyqwVTp1poVVA== /koa-send/5.0.1: dependencies: - debug: 4.1.1 + debug: 4.2.0 http-errors: 1.8.0 resolve-path: 1.4.0 dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-tmcyQ/wXXuxpDxyNXv5yNNkdAMdFRqwtegBXUaowiQzUKqJehttS0x2j0eOZDQAyloAth5w6wwBImnFzkUz3pQ== /koa-static/5.0.0: @@ -1697,7 +1708,7 @@ packages: koa-send: 5.0.1 dev: true engines: - node: ">= 7.6.0" + node: '>= 7.6.0' resolution: integrity: sha512-UqyYyH5YEXaJrf9S8E23GoJFQZXkBVJ9zYYMPGz919MSX1KuvAcycIuS0ci150HCoPf4XQVhQ84Qf8xRPWxFaQ== /koa/2.13.0: @@ -1730,6 +1741,10 @@ packages: node: ^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4 resolution: integrity: sha512-i/XJVOfPw7npbMv67+bOeXr3gPqOAw6uh5wFyNs3QvJ47tUx3M3V9rIE0//WytY42MKz4l/MXKyGkQ2LQTfLUQ== + /lines-and-columns/1.1.6: + dev: true + resolution: + integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= /loader-utils/1.4.0: dependencies: big.js: 5.2.2 @@ -1737,7 +1752,7 @@ packages: json5: 1.0.1 dev: true engines: - node: ">=4.0.0" + node: '>=4.0.0' resolution: integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== /lodash.camelcase/4.3.0: @@ -1752,20 +1767,28 @@ packages: dev: true resolution: integrity: sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== - /log-symbols/3.0.0: + /log-symbols/4.0.0: dependencies: - chalk: 2.4.2 + chalk: 4.1.0 dev: true engines: - node: ">=8" + node: '>=10' resolution: - integrity: sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ== + integrity: sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA== /lru-cache/5.1.1: dependencies: yallist: 3.1.1 dev: true resolution: integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== + /lru-cache/6.0.0: + dependencies: + yallist: 4.0.0 + dev: true + engines: + node: '>=10' + resolution: + integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== /magic-string/0.25.7: dependencies: sourcemap-codec: 1.4.8 @@ -1775,7 +1798,7 @@ packages: /media-typer/0.3.0: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= /merge-source-map/1.1.0: @@ -1791,7 +1814,7 @@ packages: /merge2/1.4.1: dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== /micromatch/4.0.2: @@ -1800,13 +1823,13 @@ packages: picomatch: 2.2.2 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== /mime-db/1.44.0: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg== /mime-types/2.1.27: @@ -1814,13 +1837,13 @@ packages: mime-db: 1.44.0 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w== /mimic-fn/2.1.0: dev: true engines: - node: ">=6" + node: '>=6' resolution: integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== /minimatch/3.0.4: @@ -1845,18 +1868,10 @@ packages: dev: true resolution: integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== - /mz/2.7.0: - dependencies: - any-promise: 1.3.0 - object-assign: 4.1.1 - thenify-all: 1.6.0 - dev: true - resolution: - integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== /negotiator/0.6.2: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== /node-emoji/1.10.0: @@ -1865,26 +1880,26 @@ packages: dev: true resolution: integrity: sha512-Yt3384If5H6BYGVHiHwTL+99OzJKHhgp82S8/dktEK73T26BazdgZ4JZh92xSVtGNJvz9UbXdNAc5hcrXV42vw== - /node-forge/0.9.0: + /node-forge/0.10.0: dev: true engines: - node: ">= 4.5.0" + node: '>= 6.0.0' resolution: - integrity: sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ== - /node-releases/1.1.60: + integrity: sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA== + /node-releases/1.1.65: dev: true resolution: - integrity: sha512-gsO4vjEdQaTusZAEebUWp2a5d7dF5DYoIpDG7WySnk7BuZDW+GPpHXoXXuYawRBr/9t5q54tirPz79kFIWg4dA== + integrity: sha512-YpzJOe2WFIW0V4ZkJQd/DGR/zdVwc/pI4Nl1CZrBO19FdRcSTmsuhdttw9rsTzzJLrNcSloLiBbEYx1C4f6gpA== /normalize-path/3.0.0: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== /normalize-range/0.1.2: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= /normalize.css/8.0.1: @@ -1896,7 +1911,7 @@ packages: path-key: 3.1.1 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== /num2fraction/1.2.2: @@ -1906,15 +1921,21 @@ packages: /object-assign/4.1.1: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= + /object-hash/2.0.3: + dev: true + engines: + node: '>= 6' + resolution: + integrity: sha512-JPKn0GMu+Fa3zt3Bmr66JhokJU5BaNBIh4ZeTlaCBzrBsOeXzwcKKAK1tbLiPKgvwmPXsDvvLHoWh5Bm7ofIYg== /on-finished/2.3.0: dependencies: ee-first: 1.1.1 dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= /once/1.4.0: @@ -1928,62 +1949,78 @@ packages: mimic-fn: 2.1.0 dev: true engines: - node: ">=6" + node: '>=6' resolution: integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== /only/0.0.2: dev: true resolution: integrity: sha1-Kv3oTQPlC5qO3EROMGEKcCle37Q= - /open/7.1.0: + /open/7.3.0: dependencies: is-docker: 2.1.1 is-wsl: 2.2.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: - integrity: sha512-lLPI5KgOwEYCDKXf4np7y1PBEkj7HYIyP2DY8mVDRnx0VIIu6bNrRB0R66TuO7Mack6EnTNLm4uvcl1UoklTpA== - /ora/4.1.1: + integrity: sha512-mgLwQIx2F/ye9SmbrUkurZCnkoXyXyu9EbHtJZrICjVAJfyMArdHp3KkixGdZx1ZHFPNIwl0DDM1dFFqXbTLZw== + /ora/5.1.0: dependencies: - chalk: 3.0.0 + chalk: 4.1.0 cli-cursor: 3.1.0 - cli-spinners: 2.4.0 + cli-spinners: 2.5.0 is-interactive: 1.0.0 - log-symbols: 3.0.0 + log-symbols: 4.0.0 mute-stream: 0.0.8 strip-ansi: 6.0.0 wcwidth: 1.0.1 dev: true engines: - node: ">=8" + node: '>=10' resolution: - integrity: sha512-sjYP8QyVWBpBZWD6Vr1M/KwknSw6kJOz41tvGMlwWeClHBtYKTbHMki1PsLZnxKpXMPbTKv9b3pjQu3REib96A== - /parse-json/4.0.0: - dependencies: - error-ex: 1.3.2 - json-parse-better-errors: 1.0.2 + integrity: sha512-9tXIMPvjZ7hPTbk8DFq1f7Kow/HU/pQYB60JbNq+QnGwcyhWVZaQ4hM9zQDEsPxw/muLpgiHSaumUZxCAmod/w== + /p-map-series/2.1.0: dev: true engines: - node: ">=4" + node: '>=8' resolution: - integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= + integrity: sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q== + /parent-module/1.0.1: + dependencies: + callsites: 3.1.0 + dev: true + engines: + node: '>=6' + resolution: + integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== + /parse-json/5.1.0: + dependencies: + '@babel/code-frame': 7.10.4 + error-ex: 1.3.2 + json-parse-even-better-errors: 2.3.1 + lines-and-columns: 1.1.6 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ== /parseurl/1.3.3: dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== /path-is-absolute/1.0.1: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= /path-key/3.1.1: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== /path-match/1.2.4: @@ -2006,27 +2043,27 @@ packages: /path-type/4.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== /picomatch/2.2.2: dev: true engines: - node: ">=8.6" + node: '>=8.6' resolution: integrity: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== /pify/2.3.0: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw= /postcss-discard-comments/4.0.2: dependencies: - postcss: 7.0.32 + postcss: 7.0.35 dev: true engines: - node: ">=6.9.0" + node: '>=6.9.0' resolution: integrity: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== /postcss-functions/3.0.0: @@ -2040,72 +2077,72 @@ packages: integrity: sha1-DpTQFERwCkgd4g3k1V+yZAVkJQ4= /postcss-import/12.0.1: dependencies: - postcss: 7.0.32 + postcss: 7.0.35 postcss-value-parser: 3.3.1 read-cache: 1.0.0 - resolve: 1.17.0 + resolve: 1.18.1 dev: true engines: - node: ">=6.0.0" + node: '>=6.0.0' resolution: integrity: sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw== /postcss-js/2.0.3: dependencies: camelcase-css: 2.0.1 - postcss: 7.0.32 + postcss: 7.0.35 dev: true resolution: integrity: sha512-zS59pAk3deu6dVHyrGqmC3oDXBdNdajk4k1RyxeVXCrcEDBUBHoIhE4QTsmhxgzXxsaqFDAkUZfmMa5f/N/79w== - /postcss-load-config/2.1.0: + /postcss-load-config/3.0.0: dependencies: - cosmiconfig: 5.2.1 - import-cwd: 2.1.0 + cosmiconfig: 7.0.0 + import-cwd: 3.0.0 dev: true engines: - node: ">= 4" + node: '>= 10' resolution: - integrity: sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q== + integrity: sha512-lErrN8imuEF1cSiHBV8MiR7HeuzlDpCGNtaMyYHlOBuJHHOGw6S4xOMZp8BbXPr7AGQp14L6PZDlIOpfFJ6f7w== /postcss-modules-extract-imports/2.0.0: dependencies: - postcss: 7.0.32 + postcss: 7.0.35 dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== /postcss-modules-local-by-default/3.0.3: dependencies: icss-utils: 4.1.1 - postcss: 7.0.32 - postcss-selector-parser: 6.0.2 + postcss: 7.0.35 + postcss-selector-parser: 6.0.4 postcss-value-parser: 4.1.0 dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw== /postcss-modules-scope/2.2.0: dependencies: - postcss: 7.0.32 - postcss-selector-parser: 6.0.2 + postcss: 7.0.35 + postcss-selector-parser: 6.0.4 dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ== /postcss-modules-values/3.0.0: dependencies: icss-utils: 4.1.1 - postcss: 7.0.32 + postcss: 7.0.35 dev: true resolution: integrity: sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg== - /postcss-modules/3.2.0: + /postcss-modules/3.2.2: dependencies: generic-names: 2.0.1 icss-replace-symbols: 1.1.0 lodash.camelcase: 4.3.0 - postcss: 7.0.32 + postcss: 7.0.35 postcss-modules-extract-imports: 2.0.0 postcss-modules-local-by-default: 3.0.3 postcss-modules-scope: 2.2.0 @@ -2113,24 +2150,25 @@ packages: string-hash: 1.1.3 dev: true resolution: - integrity: sha512-ceodlVbBypGD3R7EI1xM7gz28J0syaXq0VKd7rJVXVlOSkxUIRBRJQjBgpoKnKVFNAcCjtLVgZqBA3mUNntWPA== + integrity: sha512-JQ8IAqHELxC0N6tyCg2UF40pACY5oiL6UpiqqcIFRWqgDYO8B0jnxzoQ0EOpPrWXvcpu6BSbQU/3vSiq7w8Nhw== /postcss-nested/4.2.3: dependencies: - postcss: 7.0.32 - postcss-selector-parser: 6.0.2 + postcss: 7.0.35 + postcss-selector-parser: 6.0.4 dev: true resolution: integrity: sha512-rOv0W1HquRCamWy2kFl3QazJMMe1ku6rCFoAAH+9AcxdbpDeBr6k968MLWuLjvjMcGEip01ak09hKOEgpK9hvw== - /postcss-selector-parser/6.0.2: + /postcss-selector-parser/6.0.4: dependencies: cssesc: 3.0.0 indexes-of: 1.0.1 uniq: 1.0.1 + util-deprecate: 1.0.2 dev: true engines: - node: ">=4" + node: '>=4' resolution: - integrity: sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg== + integrity: sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw== /postcss-value-parser/3.3.1: dev: true resolution: @@ -2146,7 +2184,7 @@ packages: supports-color: 5.5.0 dev: true engines: - node: ">=4.0.0" + node: '>=4.0.0' resolution: integrity: sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag== /postcss/7.0.32: @@ -2156,13 +2194,23 @@ packages: supports-color: 6.1.0 dev: true engines: - node: ">=6.0.0" + node: '>=6.0.0' resolution: integrity: sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw== + /postcss/7.0.35: + dependencies: + chalk: 2.4.2 + source-map: 0.6.1 + supports-color: 6.1.0 + dev: true + engines: + node: '>=6.0.0' + resolution: + integrity: sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg== /pretty-hrtime/1.0.3: dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha1-t+PqQkNaTJsnWdmeDyAesZWALuE= /pump/3.0.0: @@ -2177,25 +2225,31 @@ packages: commander: 5.1.0 glob: 7.1.6 postcss: 7.0.32 - postcss-selector-parser: 6.0.2 + postcss-selector-parser: 6.0.4 dev: true hasBin: true resolution: integrity: sha512-BE5CROfVGsx2XIhxGuZAT7rTH9lLeQx/6M0P7DTXQH4IUc3BBzs9JUzt4yzGf3JrH9enkeq6YJBe9CTtkm1WmQ== + /randombytes/2.1.0: + dependencies: + safe-buffer: 5.2.1 + dev: true + resolution: + integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== /read-cache/1.0.0: dependencies: pify: 2.3.0 dev: true resolution: integrity: sha1-5mTvMRYRZsl1HNvo28+GtftY93Q= - /readdirp/3.4.0: + /readdirp/3.5.0: dependencies: picomatch: 2.2.2 dev: true engines: - node: ">=8.10.0" + node: '>=8.10.0' resolution: - integrity: sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ== + integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ== /reduce-css-calc/2.1.7: dependencies: css-unit-converter: 1.1.2 @@ -2207,124 +2261,136 @@ packages: dev: true resolution: integrity: sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= - /resolve-from/3.0.0: + /resolve-from/4.0.0: dev: true engines: - node: ">=4" + node: '>=4' resolution: - integrity: sha1-six699nWiBvItuZTM17rywoYh0g= + integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== + /resolve-from/5.0.0: + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== /resolve-path/1.4.0: dependencies: http-errors: 1.6.3 path-is-absolute: 1.0.1 dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha1-xL2p9e+y/OZSR4c6s2u02DT+Fvc= - /resolve/1.17.0: + /resolve/1.18.1: dependencies: + is-core-module: 2.1.0 path-parse: 1.0.6 dev: true resolution: - integrity: sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== + integrity: sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA== /restore-cursor/3.1.0: dependencies: onetime: 5.1.2 signal-exit: 3.0.3 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== /reusify/1.0.4: dev: true engines: - iojs: ">=1.0.0" - node: ">=0.10.0" + iojs: '>=1.0.0' + node: '>=0.10.0' resolution: integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== - /rollup-plugin-dynamic-import-variables/1.1.0_rollup@2.24.0: + /rollup-plugin-dynamic-import-variables/1.1.0_rollup@2.33.1: dependencies: - "@rollup/pluginutils": 3.1.0_rollup@2.24.0 + '@rollup/pluginutils': 3.1.0_rollup@2.33.1 estree-walker: 2.0.1 globby: 11.0.1 magic-string: 0.25.7 dev: true peerDependencies: - rollup: "*" + rollup: '*' resolution: integrity: sha512-C1avEmnXC8cC4aAQ5dB63O9oQf7IrhEHc98bQw9Qd6H36FxtZooLCvVfcO4SNYrqaNrzH3ErucQt/zdFSLPHNw== - /rollup-plugin-terser/5.3.0_rollup@2.24.0: + /rollup-plugin-terser/7.0.2_rollup@2.33.1: dependencies: - "@babel/code-frame": 7.10.4 - jest-worker: 24.9.0 - rollup: 2.24.0 - rollup-pluginutils: 2.8.2 - serialize-javascript: 2.1.2 - terser: 4.8.0 + '@babel/code-frame': 7.10.4 + jest-worker: 26.6.2 + rollup: 2.33.1 + serialize-javascript: 4.0.0 + terser: 5.3.8 dev: true peerDependencies: - rollup: ">=0.66.0 <3" + rollup: ^2.0.0 resolution: - integrity: sha512-XGMJihTIO3eIBsVGq7jiNYOdDMb3pVxuzY0uhOE/FM4x/u9nQgr3+McsjzqBn3QfHIpNSZmFnpoKAwHBEcsT7g== - /rollup-plugin-vue/6.0.0-beta.10_@vue+compiler-sfc@3.0.0-rc.5: + integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ== + /rollup-plugin-vue/6.0.0-beta.11_@vue+compiler-sfc@3.0.2: dependencies: - "@vue/compiler-sfc": 3.0.0-rc.5_vue@3.0.0-rc.5 - debug: 4.1.1 + '@vue/compiler-sfc': 3.0.2_vue@3.0.2 + debug: 4.2.0 hash-sum: 2.0.0 rollup-pluginutils: 2.8.2 dev: true peerDependencies: - "@vue/compiler-sfc": "*" + '@vue/compiler-sfc': '*' resolution: - integrity: sha512-8TZJmROiSRjWoHRR6id0/ktOBOUGuI302xDBq4YBiA/tnnXdoY3oFGtvRWzT5ldX0jTJ8QX40rrJOw2SvcWwxQ== - /rollup-plugin-web-worker-loader/1.3.1_rollup@2.24.0: + integrity: sha512-osqLkFc7N76TOI0CeW0BOujlMFsMIoytyTRVUivaeYSMponNfk1iSuqyoeciUB3EjFqyL/dTTFPi+7rhaAm73w== + /rollup-plugin-web-worker-loader/1.4.0_rollup@2.33.1: dependencies: - rollup: 2.24.0 + rollup: 2.33.1 dev: true peerDependencies: rollup: ^1.9.2 || ^2.0.0 resolution: - integrity: sha512-Td36kmB4iz10xqI/gJFCv2xZZ21fY6E7AGVFOT3PWIDkM1BeBrfuzeNh1tFIkD6fHtjQhppnedkYFaIlGHuEvA== + integrity: sha512-jhlOwSkrXkAVFY2Fded0M1AS9iqZDNjUJxNz4BFjBlaKuUzTx8Ikey+b3LSegUJE4mzAAw2DqJD8pX12R0ZdDw== /rollup-pluginutils/2.8.2: dependencies: estree-walker: 0.6.1 dev: true resolution: integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ== - /rollup/2.24.0: + /rollup/2.33.1: dev: true engines: - node: ">=10.0.0" + node: '>=10.0.0' hasBin: true optionalDependencies: fsevents: 2.1.3 resolution: - integrity: sha512-UaTQNUUjKT9NANDGOlZ2fZW9wL7OPYH8RS6CrHjsjdwlboc//xBDET5Q7WZOD2k+cJ2iD2fEnq4fnpVo2eTjGA== - /run-parallel/1.1.9: + integrity: sha512-uY4O/IoL9oNW8MMcbA5hcOaz6tZTMIh7qJHx/tzIJm+n1wLoY38BLn6fuy7DhR57oNFLMbDQtDeJoFURt5933w== + /run-parallel/1.1.10: dev: true resolution: - integrity: sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q== + integrity: sha512-zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw== /safe-buffer/5.1.2: dev: true resolution: integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - /selfsigned/1.10.7: - dependencies: - node-forge: 0.9.0 + /safe-buffer/5.2.1: dev: true resolution: - integrity: sha512-8M3wBCzeWIJnQfl43IKwOmC4H/RAp50S8DF60znzjW5GVqTcSe2vWclt7hmYVPkKPlHWOu5EaWOMZ2Y6W8ZXTA== + integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== + /selfsigned/1.10.8: + dependencies: + node-forge: 0.10.0 + dev: true + resolution: + integrity: sha512-2P4PtieJeEwVgTU9QEcwIRDQ/mXJLX8/+I3ur+Pg16nS8oNbrGxEso9NyYWy8NAmXiNl4dlAp5MwoNeCWzON4w== /semver/5.7.1: dev: true hasBin: true resolution: integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - /serialize-javascript/2.1.2: + /serialize-javascript/4.0.0: + dependencies: + randombytes: 2.1.0 dev: true resolution: - integrity: sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ== + integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw== /setprototypeof/1.1.0: dev: true resolution: @@ -2342,13 +2408,13 @@ packages: shebang-regex: 3.0.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== /shebang-regex/3.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== /signal-exit/3.0.3: @@ -2364,12 +2430,12 @@ packages: /slash/3.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== - /solid-js/0.18.14: + /solid-js/0.21.5: resolution: - integrity: sha512-XAmsf4WP16aQ0RJMNk50Xi0OD0QQK/OAA0aFnT2/7OsLzdjJVohrTf58fE7B7Zhk0CiEdCtkktX7MaxOvfY3RQ== + integrity: sha512-LN29stkQpC7PGhvCbu5GmLAprjDSzC/YgETHHZEFmcKE8myEkcjE3EctBmHEDvMFNJ9MRk0fViunHia0r9zJIQ== /source-map-support/0.5.19: dependencies: buffer-from: 1.1.1 @@ -2380,27 +2446,29 @@ packages: /source-map/0.5.7: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= /source-map/0.6.1: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== + /source-map/0.7.3: + dev: true + engines: + node: '>= 8' + resolution: + integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== /sourcemap-codec/1.4.8: dev: true resolution: integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== - /sprintf-js/1.0.3: - dev: true - resolution: - integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= /statuses/1.5.0: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= /string-hash/1.1.3: @@ -2412,13 +2480,13 @@ packages: ansi-regex: 5.0.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== /strip-final-newline/2.0.0: dev: true engines: - node: ">=6" + node: '>=6' resolution: integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== /supports-color/5.5.0: @@ -2426,7 +2494,7 @@ packages: has-flag: 3.0.0 dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== /supports-color/6.1.0: @@ -2434,73 +2502,62 @@ packages: has-flag: 3.0.0 dev: true engines: - node: ">=6" + node: '>=6' resolution: integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== - /supports-color/7.1.0: + /supports-color/7.2.0: dependencies: has-flag: 4.0.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: - integrity: sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g== - /tailwindcss/1.6.2: + integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== + /tailwindcss/1.9.6: dependencies: - "@fullhuman/postcss-purgecss": 2.3.0 + '@fullhuman/postcss-purgecss': 2.3.0 autoprefixer: 9.8.6 - browserslist: 4.14.0 + browserslist: 4.14.6 bytes: 3.1.0 chalk: 4.1.0 - color: 3.1.2 + color: 3.1.3 detective: 5.2.0 fs-extra: 8.1.0 + html-tags: 3.1.0 lodash: 4.17.20 node-emoji: 1.10.0 normalize.css: 8.0.1 - postcss: 7.0.32 + object-hash: 2.0.3 + postcss: 7.0.35 postcss-functions: 3.0.0 postcss-js: 2.0.3 postcss-nested: 4.2.3 - postcss-selector-parser: 6.0.2 + postcss-selector-parser: 6.0.4 + postcss-value-parser: 4.1.0 pretty-hrtime: 1.0.3 reduce-css-calc: 2.1.7 - resolve: 1.17.0 + resolve: 1.18.1 dev: true engines: - node: ">=8.9.0" + node: '>=8.9.0' hasBin: true resolution: - integrity: sha512-Cpa0kElG8Sg5sJSvTYi2frmIQZq0w37RLNNrYyy/W6HIWKspqSdTfb9tIN6X1gm4KV5a+TE/n7EKmn5Q9C7EUQ== - /terser/4.8.0: + integrity: sha512-nY8WYM/RLPqGsPEGEV2z63riyQPcHYZUJpAwdyBzVpxQHOHqHE+F/fvbCeXhdF1+TA5l72vSkZrtYCB9hRcwkQ== + /terser/5.3.8: dependencies: commander: 2.20.3 - source-map: 0.6.1 + source-map: 0.7.3 source-map-support: 0.5.19 dev: true engines: - node: ">=6.0.0" + node: '>=10' hasBin: true resolution: - integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== - /thenify-all/1.6.0: - dependencies: - thenify: 3.3.1 - dev: true - engines: - node: ">=0.8" - resolution: - integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY= - /thenify/3.3.1: - dependencies: - any-promise: 1.3.0 - dev: true - resolution: - integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== + integrity: sha512-zVotuHoIfnYjtlurOouTazciEfL7V38QMAOhGqpXDEg6yT13cF4+fEP9b0rrCEQTn+tT46uxgFsTZzhygk+CzQ== /to-fast-properties/2.0.0: dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= /to-regex-range/5.0.1: @@ -2508,19 +2565,19 @@ packages: is-number: 7.0.0 dev: true engines: - node: ">=8.0" + node: '>=8.0' resolution: integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== /toidentifier/1.0.0: dev: true engines: - node: ">=0.6" + node: '>=0.6' resolution: integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== /tsscmp/1.0.6: dev: true engines: - node: ">=0.6.x" + node: '>=0.6.x' resolution: integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA== /type-is/1.6.18: @@ -2529,7 +2586,7 @@ packages: mime-types: 2.1.27 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== /uniq/1.0.1: @@ -2539,87 +2596,99 @@ packages: /universalify/0.1.2: dev: true engines: - node: ">= 4.0.0" + node: '>= 4.0.0' resolution: integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== /universalify/1.0.0: dev: true engines: - node: ">= 10.0.0" + node: '>= 10.0.0' resolution: integrity: sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug== + /universalify/2.0.0: + dev: true + engines: + node: '>= 10.0.0' + resolution: + integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== + /util-deprecate/1.0.2: + dev: true + resolution: + integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= /vary/1.1.2: dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= - /vite/1.0.0-rc.4: + /vite/1.0.0-rc.9: dependencies: - "@babel/parser": 7.11.3 - "@rollup/plugin-commonjs": 14.0.0_rollup@2.24.0 - "@rollup/plugin-json": 4.1.0_rollup@2.24.0 - "@rollup/plugin-node-resolve": 8.4.0_rollup@2.24.0 - "@types/koa": 2.11.3 - "@types/lru-cache": 5.1.0 - "@vue/compiler-dom": 3.0.0-rc.5 - "@vue/compiler-sfc": 3.0.0-rc.5_vue@3.0.0-rc.5 + '@babel/parser': 7.12.5 + '@koa/cors': 3.1.0 + '@rollup/plugin-commonjs': 15.1.0_rollup@2.33.1 + '@rollup/plugin-json': 4.1.0_rollup@2.33.1 + '@rollup/plugin-node-resolve': 9.0.0_rollup@2.33.1 + '@rollup/pluginutils': 4.1.0_rollup@2.33.1 + '@types/koa': 2.11.6 + '@types/lru-cache': 5.1.0 + '@vue/compiler-dom': 3.0.2 + '@vue/compiler-sfc': 3.0.2_vue@3.0.2 brotli-size: 4.0.0 chalk: 4.1.0 - chokidar: 3.4.2 + chokidar: 3.4.3 clean-css: 4.2.3 - debug: 4.1.1 + debug: 4.2.0 dotenv: 8.2.0 dotenv-expand: 5.1.0 - es-module-lexer: 0.3.24 - esbuild: 0.6.22 + es-module-lexer: 0.3.26 + esbuild: 0.7.22 etag: 1.8.1 - execa: 4.0.3 + execa: 4.1.0 fs-extra: 9.0.1 hash-sum: 2.0.0 isbuiltin: 1.0.0 + klona: 2.0.4 koa: 2.13.0 - koa-conditional-get: 2.0.0 - koa-etag: 3.0.0 + koa-conditional-get: 3.0.0 + koa-etag: 4.0.0 koa-proxies: 0.11.0_koa@2.13.0 koa-send: 5.0.1 koa-static: 5.0.0 - lru-cache: 5.1.1 + lru-cache: 6.0.0 magic-string: 0.25.7 merge-source-map: 1.1.0 mime-types: 2.1.27 minimist: 1.2.5 - open: 7.1.0 - ora: 4.1.1 - postcss: 7.0.32 + open: 7.3.0 + ora: 5.1.0 + p-map-series: 2.1.0 postcss-discard-comments: 4.0.2 postcss-import: 12.0.1 - postcss-load-config: 2.1.0 - resolve: 1.17.0 - rollup: 2.24.0 - rollup-plugin-dynamic-import-variables: 1.1.0_rollup@2.24.0 - rollup-plugin-terser: 5.3.0_rollup@2.24.0 - rollup-plugin-vue: 6.0.0-beta.10_@vue+compiler-sfc@3.0.0-rc.5 - rollup-plugin-web-worker-loader: 1.3.1_rollup@2.24.0 - rollup-pluginutils: 2.8.2 - selfsigned: 1.10.7 + postcss-load-config: 3.0.0 + resolve: 1.18.1 + rollup: 2.33.1 + rollup-plugin-dynamic-import-variables: 1.1.0_rollup@2.33.1 + rollup-plugin-terser: 7.0.2_rollup@2.33.1 + rollup-plugin-vue: 6.0.0-beta.11_@vue+compiler-sfc@3.0.2 + rollup-plugin-web-worker-loader: 1.4.0_rollup@2.33.1 + selfsigned: 1.10.8 slash: 3.0.0 - vue: 3.0.0-rc.5 + vue: 3.0.2 ws: 7.3.1 dev: true engines: - node: ">=10.16.0" + node: '>=10.16.0' hasBin: true resolution: - integrity: sha512-D9gpKKaE2U0YpIxNrSn+nlFPBT0sfg68Y1EReYW8YHMhbNFcxwS7RZIa1W/8Pq6yDfVRAhbOZNijv1mLG5pCEg== - /vue/3.0.0-rc.5: + integrity: sha512-u0PT2sKMes2RtE5rZsLY0nFm6kEmce7IhVRWKFXmrsjn0MBOCNEi+S6iNnJDmsj1nzvU2dMZ5MHhFyXIqTgjzA== + /vue/3.0.2: dependencies: - "@vue/compiler-dom": 3.0.0-rc.5 - "@vue/runtime-dom": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 + '@vue/compiler-dom': 3.0.2 + '@vue/runtime-dom': 3.0.2 + '@vue/shared': 3.0.2 dev: true resolution: - integrity: sha512-8t8Y4sHMBGD5iLZ7JfBGmKBJlzesPoL+/nW9EV8s+4LwnKC4rGlRp+Lj2rcign4iQaj0GFaL7DrQ8IoOfVX6+w== + integrity: sha512-ciKFjutKRs+2Vbvgrist1oDd5wZQqtOel/K//ku54zLbf8tcTV+XbyAfanTHcTkML9CUj09vnC+y+5uaOz2/9g== /wcwidth/1.0.1: dependencies: defaults: 1.0.3 @@ -2631,7 +2700,7 @@ packages: isexe: 2.0.0 dev: true engines: - node: ">= 8" + node: '>= 8' hasBin: true resolution: integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== @@ -2642,7 +2711,7 @@ packages: /ws/7.3.1: dev: true engines: - node: ">=8.3.0" + node: '>=8.3.0' peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ^5.0.2 @@ -2656,21 +2725,31 @@ packages: /xtend/4.0.2: dev: true engines: - node: ">=0.4" + node: '>=0.4' resolution: integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== /yallist/3.1.1: dev: true resolution: integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== + /yallist/4.0.0: + dev: true + resolution: + integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== + /yaml/1.10.0: + dev: true + engines: + node: '>= 6' + resolution: + integrity: sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg== /ylru/1.2.1: dev: true engines: - node: ">= 4.0.0" + node: '>= 4.0.0' resolution: integrity: sha512-faQrqNMzcPCHGVC2aaOINk13K+aaBDUPjGWl0teOXywElLjyVAB6Oe2jj62jHYtwsU49jXhScYbvPENK+6zAvQ== specifiers: - "@amoutonbrady/vite-plugin-solid": ^0.2.0 - solid-js: ^0.20.0 - tailwindcss: ^1.6.2 - vite: ^1.0.0-rc.4 + '@amoutonbrady/vite-plugin-solid': ^0.3.0 + solid-js: ^0.21.5 + tailwindcss: ^1.9.6 + vite: ^1.0.0-rc.9 diff --git a/ts/package.json b/ts/package.json index f382254..b3c9fb8 100644 --- a/ts/package.json +++ b/ts/package.json @@ -8,10 +8,10 @@ }, "license": "ISC", "devDependencies": { - "@amoutonbrady/vite-plugin-solid": "^0.2.0", - "vite": "^1.0.0-rc.4" + "@amoutonbrady/vite-plugin-solid": "^0.3.0", + "vite": "^1.0.0-rc.9" }, "dependencies": { - "solid-js": "^0.20.0" + "solid-js": "^0.21.5" } } diff --git a/ts/pnpm-lock.yaml b/ts/pnpm-lock.yaml index 857fccb..87db3a6 100644 --- a/ts/pnpm-lock.yaml +++ b/ts/pnpm-lock.yaml @@ -1,114 +1,115 @@ dependencies: - solid-js: 0.18.14 + solid-js: 0.21.5 devDependencies: - "@amoutonbrady/vite-plugin-solid": 0.1.1 - vite: 1.0.0-rc.4 -lockfileVersion: 5.1 + '@amoutonbrady/vite-plugin-solid': 0.3.0 + vite: 1.0.0-rc.9 +lockfileVersion: 5.2 packages: - /@amoutonbrady/vite-plugin-solid/0.1.1: + /@amoutonbrady/vite-plugin-solid/0.3.0: dependencies: - "@babel/core": 7.11.1 - "@babel/preset-typescript": 7.10.4_@babel+core@7.11.1 - "@rollup/plugin-babel": 5.2.0_@babel+core@7.11.1 - babel-preset-solid: 0.18.14_@babel+core@7.11.1 + '@babel/core': 7.12.3 + '@babel/preset-typescript': 7.12.1_@babel+core@7.12.3 + '@rollup/plugin-babel': 5.2.1_@babel+core@7.12.3 + babel-preset-solid: 0.21.3_@babel+core@7.12.3 dedent: 0.7.0 - solid-js: 0.18.14 - vite: 1.0.0-rc.4 + solid-js: 0.21.5 + vite: 1.0.0-rc.9 dev: true resolution: - integrity: sha512-QbjKty4eXCAae/goAgQKQMpMuEhxGAZw2kuzjvxK3E3WmaeeCQc5nwZ+fyeZwwcZcu/Q3R02qBo0gXIrQBOqqQ== + integrity: sha512-YwAYxUgyoochUyNptZQj8PW72e1YlX3828T0we8yIjdh0Pa+kktSeMOOTwQQLeD18JpJ2ic75Mc6XDG0CZJDDQ== /@babel/code-frame/7.10.4: dependencies: - "@babel/highlight": 7.10.4 + '@babel/highlight': 7.10.4 dev: true resolution: integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== - /@babel/core/7.11.1: + /@babel/core/7.12.3: dependencies: - "@babel/code-frame": 7.10.4 - "@babel/generator": 7.11.0 - "@babel/helper-module-transforms": 7.11.0 - "@babel/helpers": 7.10.4 - "@babel/parser": 7.11.3 - "@babel/template": 7.10.4 - "@babel/traverse": 7.11.0 - "@babel/types": 7.11.0 + '@babel/code-frame': 7.10.4 + '@babel/generator': 7.12.5 + '@babel/helper-module-transforms': 7.12.1 + '@babel/helpers': 7.12.5 + '@babel/parser': 7.12.5 + '@babel/template': 7.10.4 + '@babel/traverse': 7.12.5 + '@babel/types': 7.12.6 convert-source-map: 1.7.0 - debug: 4.1.1 - gensync: 1.0.0-beta.1 + debug: 4.2.0 + gensync: 1.0.0-beta.2 json5: 2.1.3 lodash: 4.17.20 - resolve: 1.17.0 + resolve: 1.18.1 semver: 5.7.1 source-map: 0.5.7 dev: true engines: - node: ">=6.9.0" + node: '>=6.9.0' resolution: - integrity: sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ== - /@babel/generator/7.11.0: + integrity: sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g== + /@babel/generator/7.12.5: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: - integrity: sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ== - /@babel/helper-create-class-features-plugin/7.10.5_@babel+core@7.11.1: + integrity: sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A== + /@babel/helper-create-class-features-plugin/7.12.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-function-name": 7.10.4 - "@babel/helper-member-expression-to-functions": 7.11.0 - "@babel/helper-optimise-call-expression": 7.10.4 - "@babel/helper-plugin-utils": 7.10.4 - "@babel/helper-replace-supers": 7.10.4 - "@babel/helper-split-export-declaration": 7.11.0 + '@babel/core': 7.12.3 + '@babel/helper-function-name': 7.10.4 + '@babel/helper-member-expression-to-functions': 7.12.1 + '@babel/helper-optimise-call-expression': 7.10.4 + '@babel/helper-replace-supers': 7.12.5 + '@babel/helper-split-export-declaration': 7.11.0 dev: true peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 resolution: - integrity: sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== + integrity: sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w== /@babel/helper-function-name/7.10.4: dependencies: - "@babel/helper-get-function-arity": 7.10.4 - "@babel/template": 7.10.4 - "@babel/types": 7.11.0 + '@babel/helper-get-function-arity': 7.10.4 + '@babel/template': 7.10.4 + '@babel/types': 7.12.6 dev: true resolution: integrity: sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== /@babel/helper-get-function-arity/7.10.4: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: integrity: sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== - /@babel/helper-member-expression-to-functions/7.11.0: + /@babel/helper-member-expression-to-functions/7.12.1: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: - integrity: sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== - /@babel/helper-module-imports/7.10.4: + integrity: sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ== + /@babel/helper-module-imports/7.12.5: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: - integrity: sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== - /@babel/helper-module-transforms/7.11.0: + integrity: sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA== + /@babel/helper-module-transforms/7.12.1: dependencies: - "@babel/helper-module-imports": 7.10.4 - "@babel/helper-replace-supers": 7.10.4 - "@babel/helper-simple-access": 7.10.4 - "@babel/helper-split-export-declaration": 7.11.0 - "@babel/template": 7.10.4 - "@babel/types": 7.11.0 + '@babel/helper-module-imports': 7.12.5 + '@babel/helper-replace-supers': 7.12.5 + '@babel/helper-simple-access': 7.12.1 + '@babel/helper-split-export-declaration': 7.11.0 + '@babel/helper-validator-identifier': 7.10.4 + '@babel/template': 7.10.4 + '@babel/traverse': 7.12.5 + '@babel/types': 7.12.6 lodash: 4.17.20 dev: true resolution: - integrity: sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== + integrity: sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w== /@babel/helper-optimise-call-expression/7.10.4: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: integrity: sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== @@ -116,25 +117,24 @@ packages: dev: true resolution: integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== - /@babel/helper-replace-supers/7.10.4: + /@babel/helper-replace-supers/7.12.5: dependencies: - "@babel/helper-member-expression-to-functions": 7.11.0 - "@babel/helper-optimise-call-expression": 7.10.4 - "@babel/traverse": 7.11.0 - "@babel/types": 7.11.0 + '@babel/helper-member-expression-to-functions': 7.12.1 + '@babel/helper-optimise-call-expression': 7.10.4 + '@babel/traverse': 7.12.5 + '@babel/types': 7.12.6 dev: true resolution: - integrity: sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== - /@babel/helper-simple-access/7.10.4: + integrity: sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA== + /@babel/helper-simple-access/7.12.1: dependencies: - "@babel/template": 7.10.4 - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: - integrity: sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== + integrity: sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA== /@babel/helper-split-export-declaration/7.11.0: dependencies: - "@babel/types": 7.11.0 + '@babel/types': 7.12.6 dev: true resolution: integrity: sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== @@ -142,227 +142,242 @@ packages: dev: true resolution: integrity: sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== - /@babel/helpers/7.10.4: + /@babel/helpers/7.12.5: dependencies: - "@babel/template": 7.10.4 - "@babel/traverse": 7.11.0 - "@babel/types": 7.11.0 + '@babel/template': 7.10.4 + '@babel/traverse': 7.12.5 + '@babel/types': 7.12.6 dev: true resolution: - integrity: sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== + integrity: sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA== /@babel/highlight/7.10.4: dependencies: - "@babel/helper-validator-identifier": 7.10.4 + '@babel/helper-validator-identifier': 7.10.4 chalk: 2.4.2 js-tokens: 4.0.0 dev: true resolution: integrity: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== - /@babel/parser/7.11.3: + /@babel/parser/7.12.5: dev: true engines: - node: ">=6.0.0" + node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-REo8xv7+sDxkKvoxEywIdsNFiZLybwdI7hcT5uEPyQrSMB4YQ973BfC9OOrD/81MaIjh6UxdulIQXkjmiH3PcA== - /@babel/plugin-syntax-jsx/7.10.4_@babel+core@7.11.1: + integrity: sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ== + /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-plugin-utils": 7.10.4 + '@babel/core': 7.12.3 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g== - /@babel/plugin-syntax-typescript/7.10.4_@babel+core@7.11.1: + integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg== + /@babel/plugin-syntax-typescript/7.12.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-plugin-utils": 7.10.4 + '@babel/core': 7.12.3 + '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== - /@babel/plugin-transform-typescript/7.11.0_@babel+core@7.11.1: + integrity: sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA== + /@babel/plugin-transform-typescript/7.12.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-create-class-features-plugin": 7.10.5_@babel+core@7.11.1 - "@babel/helper-plugin-utils": 7.10.4 - "@babel/plugin-syntax-typescript": 7.10.4_@babel+core@7.11.1 + '@babel/core': 7.12.3 + '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.12.3 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-typescript': 7.12.1_@babel+core@7.12.3 dev: true peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w== - /@babel/preset-typescript/7.10.4_@babel+core@7.11.1: + integrity: sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw== + /@babel/preset-typescript/7.12.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-plugin-utils": 7.10.4 - "@babel/plugin-transform-typescript": 7.11.0_@babel+core@7.11.1 + '@babel/core': 7.12.3 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-transform-typescript': 7.12.1_@babel+core@7.12.3 dev: true peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-SdYnvGPv+bLlwkF2VkJnaX/ni1sMNetcGI1+nThF1gyv6Ph8Qucc4ZZAjM5yZcE/AKRXIOTZz7eSRDWOEjPyRQ== + integrity: sha512-hNK/DhmoJPsksdHuI/RVrcEws7GN5eamhi28JkO52MqIxU8Z0QpmiSOQxZHWOHV7I3P4UjHV97ay4TcamMA6Kw== /@babel/template/7.10.4: dependencies: - "@babel/code-frame": 7.10.4 - "@babel/parser": 7.11.3 - "@babel/types": 7.11.0 + '@babel/code-frame': 7.10.4 + '@babel/parser': 7.12.5 + '@babel/types': 7.12.6 dev: true resolution: integrity: sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== - /@babel/traverse/7.11.0: + /@babel/traverse/7.12.5: dependencies: - "@babel/code-frame": 7.10.4 - "@babel/generator": 7.11.0 - "@babel/helper-function-name": 7.10.4 - "@babel/helper-split-export-declaration": 7.11.0 - "@babel/parser": 7.11.3 - "@babel/types": 7.11.0 - debug: 4.1.1 + '@babel/code-frame': 7.10.4 + '@babel/generator': 7.12.5 + '@babel/helper-function-name': 7.10.4 + '@babel/helper-split-export-declaration': 7.11.0 + '@babel/parser': 7.12.5 + '@babel/types': 7.12.6 + debug: 4.2.0 globals: 11.12.0 lodash: 4.17.20 dev: true resolution: - integrity: sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== - /@babel/types/7.11.0: + integrity: sha512-xa15FbQnias7z9a62LwYAA5SZZPkHIXpd42C6uW68o8uTuua96FHZy1y61Va5P/i83FAAcMpW8+A/QayntzuqA== + /@babel/types/7.12.6: dependencies: - "@babel/helper-validator-identifier": 7.10.4 + '@babel/helper-validator-identifier': 7.10.4 lodash: 4.17.20 to-fast-properties: 2.0.0 dev: true resolution: - integrity: sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== - /@nodelib/fs.scandir/2.1.3: + integrity: sha512-hwyjw6GvjBLiyy3W0YQf0Z5Zf4NpYejUnKFcfcUhZCSffoBBp30w6wP2Wn6pk31jMYZvcOrB/1b7cGXvEoKogA== + /@koa/cors/3.1.0: dependencies: - "@nodelib/fs.stat": 2.0.3 - run-parallel: 1.1.9 + vary: 1.1.2 dev: true engines: - node: ">= 8" + node: '>= 8.0.0' + resolution: + integrity: sha512-7ulRC1da/rBa6kj6P4g2aJfnET3z8Uf3SWu60cjbtxTA5g8lxRdX/Bd2P92EagGwwAhANeNw8T8if99rJliR6Q== + /@nodelib/fs.scandir/2.1.3: + dependencies: + '@nodelib/fs.stat': 2.0.3 + run-parallel: 1.1.10 + dev: true + engines: + node: '>= 8' resolution: integrity: sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw== /@nodelib/fs.stat/2.0.3: dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA== /@nodelib/fs.walk/1.2.4: dependencies: - "@nodelib/fs.scandir": 2.1.3 - fastq: 1.8.0 + '@nodelib/fs.scandir': 2.1.3 + fastq: 1.9.0 dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ== - /@rollup/plugin-babel/5.2.0_@babel+core@7.11.1: + /@rollup/plugin-babel/5.2.1_@babel+core@7.12.3: dependencies: - "@babel/core": 7.11.1 - "@babel/helper-module-imports": 7.10.4 - "@rollup/pluginutils": 3.1.0 + '@babel/core': 7.12.3 + '@babel/helper-module-imports': 7.12.5 + '@rollup/pluginutils': 3.1.0 dev: true engines: - node: ">= 10.0.0" + node: '>= 10.0.0' peerDependencies: - "@babel/core": ^7.0.0 - "@types/babel__core": ^7.1.9 + '@babel/core': ^7.0.0 + '@types/babel__core': ^7.1.9 rollup: ^1.20.0||^2.0.0 peerDependenciesMeta: - "@types/babel__core": + '@types/babel__core': optional: true resolution: - integrity: sha512-CPABsajaKjINgBQ3it+yMnfVO3ibsrMBxRzbUOUw2cL1hsZJ7aogU8mgglQm3S2hHJgjnAmxPz0Rq7DVdmHsTw== - /@rollup/plugin-commonjs/14.0.0_rollup@2.24.0: + integrity: sha512-Jd7oqFR2dzZJ3NWANDyBjwTtX/lYbZpVcmkHrfQcpvawHs9E4c0nYk5U2mfZ6I/DZcIvy506KZJi54XK/jxH7A== + /@rollup/plugin-commonjs/15.1.0_rollup@2.33.1: dependencies: - "@rollup/pluginutils": 3.1.0_rollup@2.24.0 + '@rollup/pluginutils': 3.1.0_rollup@2.33.1 commondir: 1.0.1 - estree-walker: 1.0.1 + estree-walker: 2.0.1 glob: 7.1.6 is-reference: 1.2.1 magic-string: 0.25.7 - resolve: 1.17.0 - rollup: 2.24.0 + resolve: 1.18.1 + rollup: 2.33.1 dev: true engines: - node: ">= 8.0.0" + node: '>= 8.0.0' peerDependencies: - rollup: ^2.3.4 + rollup: ^2.22.0 resolution: - integrity: sha512-+PSmD9ePwTAeU106i9FRdc+Zb3XUWyW26mo5Atr2mk82hor8+nPwkztEjFo8/B1fJKfaQDg9aM2bzQkjhi7zOw== - /@rollup/plugin-json/4.1.0_rollup@2.24.0: + integrity: sha512-xCQqz4z/o0h2syQ7d9LskIMvBSH4PX5PjYdpSSvgS+pQik3WahkQVNWg3D8XJeYjZoVWnIUQYDghuEMRGrmQYQ== + /@rollup/plugin-json/4.1.0_rollup@2.33.1: dependencies: - "@rollup/pluginutils": 3.1.0_rollup@2.24.0 - rollup: 2.24.0 + '@rollup/pluginutils': 3.1.0_rollup@2.33.1 + rollup: 2.33.1 dev: true peerDependencies: rollup: ^1.20.0 || ^2.0.0 resolution: integrity: sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw== - /@rollup/plugin-node-resolve/8.4.0_rollup@2.24.0: + /@rollup/plugin-node-resolve/9.0.0_rollup@2.33.1: dependencies: - "@rollup/pluginutils": 3.1.0_rollup@2.24.0 - "@types/resolve": 1.17.1 + '@rollup/pluginutils': 3.1.0_rollup@2.33.1 + '@types/resolve': 1.17.1 builtin-modules: 3.1.0 - deep-freeze: 0.0.1 deepmerge: 4.2.2 is-module: 1.0.0 - resolve: 1.17.0 - rollup: 2.24.0 + resolve: 1.18.1 + rollup: 2.33.1 dev: true engines: - node: ">= 8.0.0" + node: '>= 10.0.0' peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: - integrity: sha512-LFqKdRLn0ShtQyf6SBYO69bGE1upV6wUhBX0vFOUnLAyzx5cwp8svA0eHUnu8+YU57XOkrMtfG63QOpQx25pHQ== + integrity: sha512-gPz+utFHLRrd41WMP13Jq5mqqzHL3OXrfj3/MkSyB6UBIcuNt9j60GCbarzMzdf1VHFpOxfQh/ez7wyadLMqkg== /@rollup/pluginutils/3.1.0: dependencies: - "@types/estree": 0.0.39 + '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 dev: true engines: - node: ">= 8.0.0" + node: '>= 8.0.0' peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== - /@rollup/pluginutils/3.1.0_rollup@2.24.0: + /@rollup/pluginutils/3.1.0_rollup@2.33.1: dependencies: - "@types/estree": 0.0.39 + '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 - rollup: 2.24.0 + rollup: 2.33.1 dev: true engines: - node: ">= 8.0.0" + node: '>= 8.0.0' peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== + /@rollup/pluginutils/4.1.0_rollup@2.33.1: + dependencies: + estree-walker: 2.0.1 + picomatch: 2.2.2 + rollup: 2.33.1 + dev: true + engines: + node: '>= 8.0.0' + peerDependencies: + rollup: ^1.20.0||^2.0.0 + resolution: + integrity: sha512-TrBhfJkFxA+ER+ew2U2/fHbebhLT/l/2pRk0hfj9KusXUuRXd2v0R58AfaZK9VXDQ4TogOSEmICVrQAA3zFnHQ== /@types/accepts/1.3.5: dependencies: - "@types/node": 14.0.27 + '@types/node': 14.14.6 dev: true resolution: integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ== /@types/body-parser/1.19.0: dependencies: - "@types/connect": 3.4.33 - "@types/node": 14.0.27 + '@types/connect': 3.4.33 + '@types/node': 14.14.6 dev: true resolution: integrity: sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ== - /@types/color-name/1.1.1: - dev: true - resolution: - integrity: sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== /@types/connect/3.4.33: dependencies: - "@types/node": 14.0.27 + '@types/node': 14.14.6 dev: true resolution: integrity: sha512-2+FrkXY4zllzTNfJth7jOqEHC+enpLeGslEhpnTAkg21GkRrWV4SsAtqchtT4YS9/nODBU2/ZfsBY2X4J/dX7A== @@ -370,15 +385,15 @@ packages: dev: true resolution: integrity: sha512-P1bffQfhD3O4LW0ioENXUhZ9OIa0Zn+P7M+pWgkCKaT53wVLSq0mrKksCID/FGHpFhRSxRGhgrQmfhRuzwtKdg== - /@types/cookies/0.7.4: + /@types/cookies/0.7.5: dependencies: - "@types/connect": 3.4.33 - "@types/express": 4.17.7 - "@types/keygrip": 1.0.2 - "@types/node": 14.0.27 + '@types/connect': 3.4.33 + '@types/express': 4.17.8 + '@types/keygrip': 1.0.2 + '@types/node': 14.14.6 dev: true resolution: - integrity: sha512-oTGtMzZZAVuEjTwCjIh8T8FrC8n/uwy+PG0yTvQcdZ7etoel7C7/3MSd7qrukENTgQtotG7gvBlBojuVs7X5rw== + integrity: sha512-3+TAFSm78O7/bAeYdB8FoYGntuT87vVP9JKuQRL8sRhv9313LP2SpHHL50VeFtnyjIcb3UELddMk5Yt0eOSOkg== /@types/estree/0.0.39: dev: true resolution: @@ -387,49 +402,54 @@ packages: dev: true resolution: integrity: sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g== - /@types/express-serve-static-core/4.17.9: + /@types/express-serve-static-core/4.17.13: dependencies: - "@types/node": 14.0.27 - "@types/qs": 6.9.4 - "@types/range-parser": 1.2.3 + '@types/node': 14.14.6 + '@types/qs': 6.9.5 + '@types/range-parser': 1.2.3 dev: true resolution: - integrity: sha512-DG0BYg6yO+ePW+XoDENYz8zhNGC3jDDEpComMYn7WJc4mY1Us8Rw9ax2YhJXxpyk2SF47PQAoQ0YyVT1a0bEkA== - /@types/express/4.17.7: + integrity: sha512-RgDi5a4nuzam073lRGKTUIaL3eF2+H7LJvJ8eUnCI0wA6SNjXc44DCmWNiTLs/AZ7QlsFWZiw/gTG3nSQGL0fA== + /@types/express/4.17.8: dependencies: - "@types/body-parser": 1.19.0 - "@types/express-serve-static-core": 4.17.9 - "@types/qs": 6.9.4 - "@types/serve-static": 1.13.5 + '@types/body-parser': 1.19.0 + '@types/express-serve-static-core': 4.17.13 + '@types/qs': 6.9.5 + '@types/serve-static': 1.13.6 dev: true resolution: - integrity: sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ== + integrity: sha512-wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ== /@types/http-assert/1.5.1: dev: true resolution: integrity: sha512-PGAK759pxyfXE78NbKxyfRcWYA/KwW17X290cNev/qAsn9eQIxkH4shoNBafH37wewhDG/0p1cHPbK6+SzZjWQ== + /@types/http-errors/1.8.0: + dev: true + resolution: + integrity: sha512-2aoSC4UUbHDj2uCsCxcG/vRMXey/m17bC7UwitVm5hn22nI8O8Y9iDpA76Orc+DWkQ4zZrOKEshCqR/jSuXAHA== /@types/keygrip/1.0.2: dev: true resolution: integrity: sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw== /@types/koa-compose/3.2.5: dependencies: - "@types/koa": 2.11.3 + '@types/koa': 2.11.6 dev: true resolution: integrity: sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ== - /@types/koa/2.11.3: + /@types/koa/2.11.6: dependencies: - "@types/accepts": 1.3.5 - "@types/content-disposition": 0.5.3 - "@types/cookies": 0.7.4 - "@types/http-assert": 1.5.1 - "@types/keygrip": 1.0.2 - "@types/koa-compose": 3.2.5 - "@types/node": 14.0.27 + '@types/accepts': 1.3.5 + '@types/content-disposition': 0.5.3 + '@types/cookies': 0.7.5 + '@types/http-assert': 1.5.1 + '@types/http-errors': 1.8.0 + '@types/keygrip': 1.0.2 + '@types/koa-compose': 3.2.5 + '@types/node': 14.14.6 dev: true resolution: - integrity: sha512-ABxVkrNWa4O/Jp24EYI/hRNqEVRlhB9g09p48neQp4m3xL1TJtdWk2NyNQSMCU45ejeELMQZBYyfstyVvO2H3Q== + integrity: sha512-BhyrMj06eQkk04C97fovEDQMpLpd2IxCB4ecitaXwOKGq78Wi2tooaDOWOFGajPk8IkQOAtMppApgSVkYe1F/A== /@types/lru-cache/5.1.0: dev: true resolution: @@ -438,117 +458,121 @@ packages: dev: true resolution: integrity: sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q== - /@types/node/14.0.27: + /@types/node/14.14.6: dev: true resolution: - integrity: sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g== - /@types/qs/6.9.4: + integrity: sha512-6QlRuqsQ/Ox/aJEQWBEJG7A9+u7oSYl3mem/K8IzxXG/kAGbV1YPD9Bg9Zw3vyxC/YP+zONKwy8hGkSt1jxFMw== + /@types/parse-json/4.0.0: dev: true resolution: - integrity: sha512-+wYo+L6ZF6BMoEjtf8zB2esQsqdV6WsjRK/GP9WOgLPrq87PbNWgIxS76dS5uvl/QXtHGakZmwTznIfcPXcKlQ== + integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== + /@types/qs/6.9.5: + dev: true + resolution: + integrity: sha512-/JHkVHtx/REVG0VVToGRGH2+23hsYLHdyG+GrvoUGlGAd0ErauXDyvHtRI/7H7mzLm+tBCKA7pfcpkQ1lf58iQ== /@types/range-parser/1.2.3: dev: true resolution: integrity: sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA== /@types/resolve/1.17.1: dependencies: - "@types/node": 14.0.27 + '@types/node': 14.14.6 dev: true resolution: integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== - /@types/serve-static/1.13.5: + /@types/serve-static/1.13.6: dependencies: - "@types/express-serve-static-core": 4.17.9 - "@types/mime": 2.0.3 + '@types/mime': 2.0.3 + '@types/node': 14.14.6 dev: true resolution: - integrity: sha512-6M64P58N+OXjU432WoLLBQxbA0LRGBCRm7aAGQJ+SMC1IMl0dgRVi9EFfoDcS2a7Xogygk/eGN94CfwU9UF7UQ== - /@vue/compiler-core/3.0.0-rc.5: + integrity: sha512-nuRJmv7jW7VmCVTn+IgYDkkbbDGyIINOeu/G0d74X3lm6E5KfMeQPJhxIt1ayQeQB3cSxvYs1RA/wipYoFB4EA== + /@vue/compiler-core/3.0.2: dependencies: - "@babel/parser": 7.11.3 - "@babel/types": 7.11.0 - "@vue/shared": 3.0.0-rc.5 + '@babel/parser': 7.12.5 + '@babel/types': 7.12.6 + '@vue/shared': 3.0.2 estree-walker: 2.0.1 source-map: 0.6.1 dev: true resolution: - integrity: sha512-dNz5AObEYg0Oglw3emIsBhTAOVfObrfxDaAzR0UTRDDq+Ohfr6KTSaVQAH88Ym+oa08ZlLZBFc6ARe9doAOIxg== - /@vue/compiler-dom/3.0.0-rc.5: + integrity: sha512-GOlEMTlC/OdzBkKaKOniYErbkjoKxkBOmulxGmMR10I2JJX6TvXd/peaO/kla2xhpliV/M6Z4TLJp0yjAvRIAw== + /@vue/compiler-dom/3.0.2: dependencies: - "@vue/compiler-core": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 + '@vue/compiler-core': 3.0.2 + '@vue/shared': 3.0.2 dev: true resolution: - integrity: sha512-z8n+R1GhFnWuKURLYxfVSEfP7nSNM91qteobxwys55fhlZZuReouMnUwgrn+ois/IL6RdFlT9H+n4+N6yLrdJA== - /@vue/compiler-sfc/3.0.0-rc.5_vue@3.0.0-rc.5: + integrity: sha512-jvaL4QF2yXBJVD+JLbM2YA3e5fNfflJnfQ+GtfYk46ENGsEetqbkZqcX7fO+RHdG8tZBo7LCNBvgD0QLr+V4sg== + /@vue/compiler-sfc/3.0.2_vue@3.0.2: dependencies: - "@babel/parser": 7.11.3 - "@babel/types": 7.11.0 - "@vue/compiler-core": 3.0.0-rc.5 - "@vue/compiler-dom": 3.0.0-rc.5 - "@vue/compiler-ssr": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 - consolidate: 0.15.1 + '@babel/parser': 7.12.5 + '@babel/types': 7.12.6 + '@vue/compiler-core': 3.0.2 + '@vue/compiler-dom': 3.0.2 + '@vue/compiler-ssr': 3.0.2 + '@vue/shared': 3.0.2 + consolidate: 0.16.0 estree-walker: 2.0.1 hash-sum: 2.0.0 lru-cache: 5.1.1 magic-string: 0.25.7 merge-source-map: 1.1.0 - postcss: 7.0.32 - postcss-modules: 3.2.0 - postcss-selector-parser: 6.0.2 + postcss: 7.0.35 + postcss-modules: 3.2.2 + postcss-selector-parser: 6.0.4 source-map: 0.6.1 - vue: 3.0.0-rc.5 + vue: 3.0.2 dev: true peerDependencies: - vue: 3.0.0-rc.5 + vue: 3.0.2 resolution: - integrity: sha512-huoIFEfFCJxHcpoByAUQti7CIwJdHPLJXKuy2HG7J1B+IEKugtBdF50CLH35ZD8dWM0nyOMFFqTbO7i6CCjL3Q== - /@vue/compiler-ssr/3.0.0-rc.5: + integrity: sha512-viYjT5ehDSLM3v0jQ9hbTs4I5e/7lSlYsDOp7TQ1qcwHRvzoTQMTkFpY/Iae+LFKM124Ld17tBfXgfrZl9dt+g== + /@vue/compiler-ssr/3.0.2: dependencies: - "@vue/compiler-dom": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 + '@vue/compiler-dom': 3.0.2 + '@vue/shared': 3.0.2 dev: true resolution: - integrity: sha512-OU5Vl2+bCDMImS9OeCVnl4lfxZ3/sopdwX2SrUWVKQvCxmmmlyWvoVkC6nNGCs/MrOmIMhKmL6etgzLTWyCkUg== - /@vue/reactivity/3.0.0-rc.5: + integrity: sha512-gOgK1lf+0bFl+kQj6TU0TU1jIDFlsPRlSBZaUUA16DGeeiJrFanhsMuIs/l9U0IBFr/VJcHgzYpTXqHp95luHw== + /@vue/reactivity/3.0.2: dependencies: - "@vue/shared": 3.0.0-rc.5 + '@vue/shared': 3.0.2 dev: true resolution: - integrity: sha512-oe9C+1jtWUdYL/iNc0OPWbwgOk2rOW2uQ+exx3I6Jo6PKOmnAiPkMElalf9vRnO53rnUphVecMp8BlTJvcNgDw== - /@vue/runtime-core/3.0.0-rc.5: + integrity: sha512-GdRloNcBar4yqWGXOcba1t//j/WizwfthfPUYkjcIPHjYnA/vTEQYp0C9+ZjPdinv1WRK1BSMeN/xj31kQES4A== + /@vue/runtime-core/3.0.2: dependencies: - "@vue/reactivity": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 + '@vue/reactivity': 3.0.2 + '@vue/shared': 3.0.2 dev: true resolution: - integrity: sha512-MRIWreFigxdRuI2moFociUL5rVBfgYPrT7rWfQ0XfOyW46b+AiuCJyZvgbsRXwkAERfW1Tb/mY5forYjX2thOg== - /@vue/runtime-dom/3.0.0-rc.5: + integrity: sha512-3m/jOs2xSipEFah9FgpEzvC9nERFonVGLN06+pf8iYPIy54Nlv7D2cyrk3Lhbjz4w3PbIrkxJnoTJYvJM7HDfA== + /@vue/runtime-dom/3.0.2: dependencies: - "@vue/runtime-core": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 + '@vue/runtime-core': 3.0.2 + '@vue/shared': 3.0.2 csstype: 2.6.13 dev: true resolution: - integrity: sha512-0jwpO3MBqMToq7qC816Z8Y6G8aN4ZKbv7MupgRaepzxhiK0sXcjLQmOATP3g/NyX52UCBJS4wAwsxidqGnAabA== - /@vue/shared/3.0.0-rc.5: + integrity: sha512-vqC1KK1yWthTw1FKzajT0gYQaEqAq7bpeeXQC473nllGC5YHbJhNAJLSmrDun1tjXqGF0UNCWYljYm+++BJv6w== + /@vue/shared/3.0.2: dev: true resolution: - integrity: sha512-ZhcgGzBpp+pUzisZgQpM4ctIGgLpYjBj7/rZfbhEPxFHF/BuTV2jmhXvAl8aF9xDAejIcw85xCy92gDSwKtPag== + integrity: sha512-Zx869zlNoujFOclKIoYmkh8ES2RcS/+Jn546yOiPyZ+3+Ejivnr+fb8l+DdXUEFjo+iVDNR3KyLzg03aBFfZ4Q== /accepts/1.3.7: dependencies: mime-types: 2.1.27 negotiator: 0.6.2 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== /ansi-regex/5.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== /ansi-styles/3.2.1: @@ -556,18 +580,17 @@ packages: color-convert: 1.9.3 dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - /ansi-styles/4.2.1: + /ansi-styles/4.3.0: dependencies: - "@types/color-name": 1.1.1 color-convert: 2.0.1 dev: true engines: - node: ">=8" + node: '>=8' resolution: - integrity: sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== + integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== /any-promise/1.3.0: dev: true resolution: @@ -578,44 +601,44 @@ packages: picomatch: 2.2.2 dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== - /argparse/1.0.10: - dependencies: - sprintf-js: 1.0.3 - dev: true - resolution: - integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== /array-union/2.1.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== /at-least-node/1.0.0: dev: true engines: - node: ">= 4.0.0" + node: '>= 4.0.0' resolution: integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== - /babel-plugin-jsx-dom-expressions/0.19.10_@babel+core@7.11.1: + /babel-plugin-jsx-dom-expressions/0.22.2_@babel+core@7.12.3: dependencies: - "@babel/helper-module-imports": 7.10.4 - "@babel/plugin-syntax-jsx": 7.10.4_@babel+core@7.11.1 + '@babel/helper-module-imports': 7.12.5 + '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.3 + '@babel/types': 7.12.6 dev: true peerDependencies: - "@babel/core": "*" + '@babel/core': '*' resolution: - integrity: sha512-/gpqeOSCPEt+hOREHlZIXhn8UjfXg5MZM56dWpGzuGB3+XsiWZ07Geh2yPrho0uwksMJP/OOO5Ipk+Oei8eTSQ== - /babel-preset-solid/0.18.14_@babel+core@7.11.1: + integrity: sha512-9IX8kF01YZJfvZ2VyplwslIWX4GPCSqwqkBzasE6bLs9TJKU8GKYsvPC3U6Xr1uSG/gabpniu7a+jxJVNITLRA== + /babel-plugin-transform-rename-import/2.3.0: + dev: true + resolution: + integrity: sha512-dPgJoT57XC0PqSnLgl2FwNvxFrWlspatX2dkk7yjKQj5HHGw071vAcOf+hqW8ClqcBDMvEbm6mevn5yHAD8mlQ== + /babel-preset-solid/0.21.3_@babel+core@7.12.3: dependencies: - babel-plugin-jsx-dom-expressions: 0.19.10_@babel+core@7.11.1 + babel-plugin-jsx-dom-expressions: 0.22.2_@babel+core@7.12.3 + babel-plugin-transform-rename-import: 2.3.0 dev: true peerDependencies: - "@babel/core": "*" + '@babel/core': '*' resolution: - integrity: sha512-plDadLGxyg0XiYNJO0bk2UuJP4u4hH6AWEGfELo7Ug3oQs2HvlTW12h77nDQaVr+45r3uhHuuJojZMDXxHaGPg== + integrity: sha512-I/58tn1ymdJDsLxN7jP9naBkBuDbuYVqFRzvg6teMag37An/uhNcWLY9TWZp3Qe9eiWhvrnJ2Sc4hbXrXqOwHA== /balanced-match/1.0.0: dev: true resolution: @@ -627,7 +650,7 @@ packages: /binary-extensions/2.1.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== /bluebird/3.7.2: @@ -646,7 +669,7 @@ packages: fill-range: 7.0.1 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== /brotli-size/4.0.0: @@ -654,7 +677,7 @@ packages: duplexer: 0.1.1 dev: true engines: - node: ">= 10.16.0" + node: '>= 10.16.0' resolution: integrity: sha512-uA9fOtlTRC0iqKfzff1W34DXUA3GyVqbUaeo3Rw3d4gd1eavKVCETXrn3NzO74W+UVkG3UHu8WxUi+XvKI/huA== /buffer-from/1.1.1: @@ -664,13 +687,13 @@ packages: /builtin-modules/1.1.1: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8= /builtin-modules/3.1.0: dev: true engines: - node: ">=6" + node: '>=6' resolution: integrity: sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw== /cache-content-type/1.0.1: @@ -679,31 +702,15 @@ packages: ylru: 1.2.1 dev: true engines: - node: ">= 6.0.0" + node: '>= 6.0.0' resolution: integrity: sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA== - /caller-callsite/2.0.0: - dependencies: - callsites: 2.0.0 + /callsites/3.1.0: dev: true engines: - node: ">=4" + node: '>=6' resolution: - integrity: sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= - /caller-path/2.0.0: - dependencies: - caller-callsite: 2.0.0 - dev: true - engines: - node: ">=4" - resolution: - integrity: sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= - /callsites/2.0.0: - dev: true - engines: - node: ">=4" - resolution: - integrity: sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= + integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 @@ -711,28 +718,19 @@ packages: supports-color: 5.5.0 dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - /chalk/3.0.0: - dependencies: - ansi-styles: 4.2.1 - supports-color: 7.1.0 - dev: true - engines: - node: ">=8" - resolution: - integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== /chalk/4.1.0: dependencies: - ansi-styles: 4.2.1 - supports-color: 7.1.0 + ansi-styles: 4.3.0 + supports-color: 7.2.0 dev: true engines: - node: ">=10" + node: '>=10' resolution: integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== - /chokidar/3.4.2: + /chokidar/3.4.3: dependencies: anymatch: 3.1.1 braces: 3.0.2 @@ -740,20 +738,20 @@ packages: is-binary-path: 2.1.0 is-glob: 4.0.1 normalize-path: 3.0.0 - readdirp: 3.4.0 + readdirp: 3.5.0 dev: true engines: - node: ">= 8.10.0" + node: '>= 8.10.0' optionalDependencies: fsevents: 2.1.3 resolution: - integrity: sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A== + integrity: sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ== /clean-css/4.2.3: dependencies: source-map: 0.6.1 dev: true engines: - node: ">= 4.0" + node: '>= 4.0' resolution: integrity: sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA== /cli-cursor/3.1.0: @@ -761,26 +759,26 @@ packages: restore-cursor: 3.1.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== - /cli-spinners/2.4.0: + /cli-spinners/2.5.0: dev: true engines: - node: ">=6" + node: '>=6' resolution: - integrity: sha512-sJAofoarcm76ZGpuooaO0eDy8saEy+YoZBLjC4h8srt4jeBnkYeOgqxgsJQTpyt2LjI5PTfLJHSL+41Yu4fEJA== + integrity: sha512-PC+AmIuK04E6aeSs/pUccSujsTzBhu4HzC2dL+CfJB/Jcc2qTRbEwZQDfIUpt2Xl8BodYBEq8w4fc0kU2I9DjQ== /clone/1.0.4: dev: true engines: - node: ">=0.8" + node: '>=0.8' resolution: integrity: sha1-2jCcwmPfFZlMaIypAheco8fNfH4= /co/4.6.0: dev: true engines: - iojs: ">= 1.0.0" - node: ">= 0.12.0" + iojs: '>= 1.0.0' + node: '>= 0.12.0' resolution: integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= /color-convert/1.9.3: @@ -794,7 +792,7 @@ packages: color-name: 1.1.4 dev: true engines: - node: ">=7.0.0" + node: '>=7.0.0' resolution: integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== /color-name/1.1.3: @@ -817,26 +815,26 @@ packages: dev: true resolution: integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - /consolidate/0.15.1: + /consolidate/0.16.0: dependencies: bluebird: 3.7.2 dev: true engines: - node: ">= 0.10.0" + node: '>= 0.10.0' resolution: - integrity: sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw== + integrity: sha512-Nhl1wzCslqXYTJVDyJCu3ODohy9OfBMB5uD2BiBTzd7w+QY0lBzafkR8y8755yMYHAaMD4NuzbAw03/xzfw+eQ== /content-disposition/0.5.3: dependencies: safe-buffer: 5.1.2 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== /content-type/1.0.4: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== /convert-source-map/1.7.0: @@ -851,20 +849,21 @@ packages: keygrip: 1.1.0 dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow== - /cosmiconfig/5.2.1: + /cosmiconfig/7.0.0: dependencies: - import-fresh: 2.0.0 - is-directory: 0.3.1 - js-yaml: 3.14.0 - parse-json: 4.0.0 + '@types/parse-json': 4.0.0 + import-fresh: 3.2.2 + parse-json: 5.1.0 + path-type: 4.0.0 + yaml: 1.10.0 dev: true engines: - node: ">=4" + node: '>=10' resolution: - integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== + integrity: sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA== /cross-spawn/7.0.3: dependencies: path-key: 3.1.1 @@ -872,13 +871,13 @@ packages: which: 2.0.2 dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== /cssesc/3.0.0: dev: true engines: - node: ">=4" + node: '>=4' hasBin: true resolution: integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== @@ -898,12 +897,19 @@ packages: dev: true resolution: integrity: sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== - /debug/4.1.1: + /debug/4.2.0: dependencies: ms: 2.1.2 dev: true + engines: + node: '>=6.0' + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true resolution: - integrity: sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== + integrity: sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg== /dedent/0.7.0: dev: true resolution: @@ -912,14 +918,10 @@ packages: dev: true resolution: integrity: sha1-9dJgKStmDghO/0zbyfCK0yR0SLU= - /deep-freeze/0.0.1: - dev: true - resolution: - integrity: sha1-OgsABd4YZygZ39OM0x+RF5yJPoQ= /deepmerge/4.2.2: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== /defaults/1.0.3: @@ -935,13 +937,13 @@ packages: /depd/1.1.2: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= /depd/2.0.0: dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== /destroy/1.0.4: @@ -953,7 +955,7 @@ packages: path-type: 4.0.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== /dotenv-expand/5.1.0: @@ -963,7 +965,7 @@ packages: /dotenv/8.2.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== /duplexer/0.1.1: @@ -977,13 +979,13 @@ packages: /emojis-list/3.0.0: dev: true engines: - node: ">= 4" + node: '>= 4' resolution: integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== /encodeurl/1.0.2: dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= /end-of-stream/1.4.4: @@ -998,16 +1000,16 @@ packages: dev: true resolution: integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - /es-module-lexer/0.3.24: + /es-module-lexer/0.3.26: dev: true resolution: - integrity: sha512-jm/i7KdJtaMDle921xIsA/MQQOGuZ6goYxhlV+k+gQNI7FtP4N6jknrmJvj++3ODpiyFGwQ4PIstJfHJQJNc+g== - /esbuild/0.6.22: + integrity: sha512-Va0Q/xqtrss45hWzP8CZJwzGSZJjDM5/MJRE3IXXnUCcVLElR9BRaE9F62BopysASyc4nM3uwhSW7FFB9nlWAA== + /esbuild/0.7.22: dev: true hasBin: true requiresBuild: true resolution: - integrity: sha512-dgcdoOZ7rghMageuGFS6geQ77UacoZ/qrd0MRc2iPnYtMNfQ1cJ7mVkotVpUDJYdOWvLVa87NFEtqPg7D2mKSA== + integrity: sha512-B43SYg8LGWYTCv9Gs0RnuLNwjzpuWOoCaZHTWEDEf5AfrnuDMerPVMdCEu7xOdhFvQ+UqfP2MGU9lxEy0JzccA== /escape-html/1.0.3: dev: true resolution: @@ -1015,16 +1017,9 @@ packages: /escape-string-regexp/1.0.5: dev: true engines: - node: ">=0.8.0" + node: '>=0.8.0' resolution: integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - /esprima/4.0.1: - dev: true - engines: - node: ">=4" - hasBin: true - resolution: - integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== /estree-walker/0.6.1: dev: true resolution: @@ -1040,14 +1035,14 @@ packages: /etag/1.8.1: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= - /eventemitter3/4.0.4: + /eventemitter3/4.0.7: dev: true resolution: - integrity: sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ== - /execa/4.0.3: + integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== + /execa/4.1.0: dependencies: cross-spawn: 7.0.3 get-stream: 5.2.0 @@ -1060,57 +1055,57 @@ packages: strip-final-newline: 2.0.0 dev: true engines: - node: ">=10" + node: '>=10' resolution: - integrity: sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A== + integrity: sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA== /fast-glob/3.2.4: dependencies: - "@nodelib/fs.stat": 2.0.3 - "@nodelib/fs.walk": 1.2.4 + '@nodelib/fs.stat': 2.0.3 + '@nodelib/fs.walk': 1.2.4 glob-parent: 5.1.1 merge2: 1.4.1 micromatch: 4.0.2 picomatch: 2.2.2 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ== - /fastq/1.8.0: + /fastq/1.9.0: dependencies: reusify: 1.0.4 dev: true resolution: - integrity: sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q== + integrity: sha512-i7FVWL8HhVY+CTkwFxkN2mk3h+787ixS5S63eb78diVRc1MCssarHq3W5cj0av7YDSwmaV928RNag+U1etRQ7w== /fill-range/7.0.1: dependencies: to-regex-range: 5.0.1 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== /follow-redirects/1.13.0: dev: true engines: - node: ">=4.0" + node: '>=4.0' resolution: integrity: sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA== /fresh/0.5.2: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= /fs-extra/9.0.1: dependencies: at-least-node: 1.0.0 graceful-fs: 4.2.4 - jsonfile: 6.0.1 + jsonfile: 6.1.0 universalify: 1.0.0 dev: true engines: - node: ">=10" + node: '>=10' resolution: integrity: sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ== /fs.realpath/1.0.0: @@ -1126,24 +1121,28 @@ packages: - darwin resolution: integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== + /function-bind/1.1.1: + dev: true + resolution: + integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== /generic-names/2.0.1: dependencies: loader-utils: 1.4.0 dev: true resolution: integrity: sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ== - /gensync/1.0.0-beta.1: + /gensync/1.0.0-beta.2: dev: true engines: - node: ">=6.9.0" + node: '>=6.9.0' resolution: - integrity: sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== + integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== /get-stream/5.2.0: dependencies: pump: 3.0.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== /glob-parent/5.1.1: @@ -1151,7 +1150,7 @@ packages: is-glob: 4.0.1 dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== /glob/7.1.6: @@ -1168,7 +1167,7 @@ packages: /globals/11.12.0: dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== /globby/11.0.1: @@ -1181,7 +1180,7 @@ packages: slash: 3.0.0 dev: true engines: - node: ">=10" + node: '>=10' resolution: integrity: sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== /graceful-fs/4.2.4: @@ -1191,15 +1190,23 @@ packages: /has-flag/3.0.0: dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0= /has-flag/4.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== + /has/1.0.3: + dependencies: + function-bind: 1.1.1 + dev: true + engines: + node: '>= 0.4.0' + resolution: + integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== /hash-sum/2.0.0: dev: true resolution: @@ -1210,7 +1217,7 @@ packages: http-errors: 1.7.3 dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha512-rdw7q6GTlibqVVbXr0CKelfV5iY8G2HqEUkhSk297BMbSpSL8crXC+9rjKoMcZZEsksX30le6f/4ul4E28gegw== /http-errors/1.4.0: @@ -1219,7 +1226,7 @@ packages: statuses: 1.5.0 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-bAJC3qaz33r9oVPHEImzHG6Cqr8= /http-errors/1.6.3: @@ -1230,7 +1237,7 @@ packages: statuses: 1.5.0 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= /http-errors/1.7.3: @@ -1242,7 +1249,7 @@ packages: toidentifier: 1.0.0 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== /http-errors/1.8.0: @@ -1254,23 +1261,23 @@ packages: toidentifier: 1.0.0 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A== /http-proxy/1.18.1: dependencies: - eventemitter3: 4.0.4 + eventemitter3: 4.0.7 follow-redirects: 1.13.0 requires-port: 1.0.0 dev: true engines: - node: ">=8.0.0" + node: '>=8.0.0' resolution: integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== /human-signals/1.1.1: dev: true engines: - node: ">=8.12.0" + node: '>=8.12.0' resolution: integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== /icss-replace-symbols/1.1.0: @@ -1279,43 +1286,43 @@ packages: integrity: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0= /icss-utils/4.1.1: dependencies: - postcss: 7.0.32 + postcss: 7.0.35 dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== /ignore/5.1.8: dev: true engines: - node: ">= 4" + node: '>= 4' resolution: integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== - /import-cwd/2.1.0: + /import-cwd/3.0.0: dependencies: - import-from: 2.1.0 + import-from: 3.0.0 dev: true engines: - node: ">=4" + node: '>=8' resolution: - integrity: sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk= - /import-fresh/2.0.0: + integrity: sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg== + /import-fresh/3.2.2: dependencies: - caller-path: 2.0.0 - resolve-from: 3.0.0 + parent-module: 1.0.1 + resolve-from: 4.0.0 dev: true engines: - node: ">=4" + node: '>=6' resolution: - integrity: sha1-2BNVwVYS04bGH53dOSLUMEgipUY= - /import-from/2.1.0: + integrity: sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw== + /import-from/3.0.0: dependencies: - resolve-from: 3.0.0 + resolve-from: 5.0.0 dev: true engines: - node: ">=4" + node: '>=8' resolution: - integrity: sha1-M1238qev/VOqpHHUuAId7ja387E= + integrity: sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ== /indexes-of/1.0.1: dev: true resolution: @@ -1348,32 +1355,32 @@ packages: binary-extensions: 2.1.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== - /is-directory/0.3.1: + /is-core-module/2.1.0: + dependencies: + has: 1.0.3 dev: true - engines: - node: ">=0.10.0" resolution: - integrity: sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= + integrity: sha512-YcV7BgVMRFRua2FqQzKtTDMz8iCuLEyGKjr70q8Zm1yy2qKcurbFEd79PAdHV77oL3NrAaOVQIbMmiHQCHB7ZA== /is-docker/2.1.1: dev: true engines: - node: ">=8" + node: '>=8' hasBin: true resolution: integrity: sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw== /is-extglob/2.1.1: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= /is-generator-function/1.0.7: dev: true engines: - node: ">= 0.4" + node: '>= 0.4' resolution: integrity: sha512-YZc5EwyO4f2kWCax7oegfuSr9mFz1ZvieNYBEjmukLxgXfBUbxAWGVF7GZf0zidYtoBl3WvC07YK0wT76a+Rtw== /is-glob/4.0.1: @@ -1381,13 +1388,13 @@ packages: is-extglob: 2.1.1 dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== /is-interactive/1.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== /is-module/1.0.0: @@ -1397,19 +1404,19 @@ packages: /is-number/7.0.0: dev: true engines: - node: ">=0.12.0" + node: '>=0.12.0' resolution: integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== /is-reference/1.2.1: dependencies: - "@types/estree": 0.0.45 + '@types/estree': 0.0.45 dev: true resolution: integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ== /is-stream/2.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== /is-wsl/2.2.0: @@ -1417,7 +1424,7 @@ packages: is-docker: 2.1.1 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== /isarray/0.0.1: @@ -1434,38 +1441,31 @@ packages: dev: true resolution: integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - /jest-worker/24.9.0: + /jest-worker/26.6.2: dependencies: + '@types/node': 14.14.6 merge-stream: 2.0.0 - supports-color: 6.1.0 + supports-color: 7.2.0 dev: true engines: - node: ">= 6" + node: '>= 10.13.0' resolution: - integrity: sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== + integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== /js-tokens/4.0.0: dev: true resolution: integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - /js-yaml/3.14.0: - dependencies: - argparse: 1.0.10 - esprima: 4.0.1 - dev: true - hasBin: true - resolution: - integrity: sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A== /jsesc/2.5.2: dev: true engines: - node: ">=4" + node: '>=4' hasBin: true resolution: integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - /json-parse-better-errors/1.0.2: + /json-parse-even-better-errors/2.3.1: dev: true resolution: - integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== + integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== /json5/1.0.1: dependencies: minimist: 1.2.5 @@ -1478,26 +1478,32 @@ packages: minimist: 1.2.5 dev: true engines: - node: ">=6" + node: '>=6' hasBin: true resolution: integrity: sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== - /jsonfile/6.0.1: + /jsonfile/6.1.0: dependencies: - universalify: 1.0.0 + universalify: 2.0.0 dev: true optionalDependencies: graceful-fs: 4.2.4 resolution: - integrity: sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg== + integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== /keygrip/1.1.0: dependencies: tsscmp: 1.0.6 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ== + /klona/2.0.4: + dev: true + engines: + node: '>= 8' + resolution: + integrity: sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA== /koa-compose/3.2.1: dependencies: any-promise: 1.3.0 @@ -1508,26 +1514,25 @@ packages: dev: true resolution: integrity: sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw== - /koa-conditional-get/2.0.0: + /koa-conditional-get/3.0.0: dev: true resolution: - integrity: sha1-pD83I8HQFLcwo07Oit8wuTyCM/I= + integrity: sha512-VKyPS7SuNH26TjTV2IRz+oh0HV/jc2lYAo51PTQTkj0XFn8ebNZW9riczmrW7ZVBFSnls1Z88DPUYKnvVymruA== /koa-convert/1.2.0: dependencies: co: 4.6.0 koa-compose: 3.2.1 dev: true engines: - node: ">= 4" + node: '>= 4' resolution: integrity: sha1-2kCHXfSd4FOQmNFwC1CCDOvNIdA= - /koa-etag/3.0.0: + /koa-etag/4.0.0: dependencies: etag: 1.8.1 - mz: 2.7.0 dev: true resolution: - integrity: sha1-nvc4Ld1agqsN6xU0FckVg293HT8= + integrity: sha512-1cSdezCkBWlyuB9l6c/IFoe1ANCDdPBxkDkRiaIup40xpUub6U/wwRXoKBZw/O5BifX9OlqAjYnDyzM6+l+TAg== /koa-proxies/0.11.0_koa@2.13.0: dependencies: http-proxy: 1.18.1 @@ -1535,17 +1540,17 @@ packages: path-match: 1.2.4 dev: true peerDependencies: - koa: ">=2" + koa: '>=2' resolution: integrity: sha512-iXGRADBE0fM7g7AttNOlLZ/cCFKXeVMHbFJKIRb0dUCrSYXi02loyVSdBlKlBQ5ZfVKJLo9Q9FyqwVTp1poVVA== /koa-send/5.0.1: dependencies: - debug: 4.1.1 + debug: 4.2.0 http-errors: 1.8.0 resolve-path: 1.4.0 dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-tmcyQ/wXXuxpDxyNXv5yNNkdAMdFRqwtegBXUaowiQzUKqJehttS0x2j0eOZDQAyloAth5w6wwBImnFzkUz3pQ== /koa-static/5.0.0: @@ -1554,7 +1559,7 @@ packages: koa-send: 5.0.1 dev: true engines: - node: ">= 7.6.0" + node: '>= 7.6.0' resolution: integrity: sha512-UqyYyH5YEXaJrf9S8E23GoJFQZXkBVJ9zYYMPGz919MSX1KuvAcycIuS0ci150HCoPf4XQVhQ84Qf8xRPWxFaQ== /koa/2.13.0: @@ -1587,6 +1592,10 @@ packages: node: ^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4 resolution: integrity: sha512-i/XJVOfPw7npbMv67+bOeXr3gPqOAw6uh5wFyNs3QvJ47tUx3M3V9rIE0//WytY42MKz4l/MXKyGkQ2LQTfLUQ== + /lines-and-columns/1.1.6: + dev: true + resolution: + integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= /loader-utils/1.4.0: dependencies: big.js: 5.2.2 @@ -1594,7 +1603,7 @@ packages: json5: 1.0.1 dev: true engines: - node: ">=4.0.0" + node: '>=4.0.0' resolution: integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== /lodash.camelcase/4.3.0: @@ -1605,20 +1614,28 @@ packages: dev: true resolution: integrity: sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== - /log-symbols/3.0.0: + /log-symbols/4.0.0: dependencies: - chalk: 2.4.2 + chalk: 4.1.0 dev: true engines: - node: ">=8" + node: '>=10' resolution: - integrity: sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ== + integrity: sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA== /lru-cache/5.1.1: dependencies: yallist: 3.1.1 dev: true resolution: integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== + /lru-cache/6.0.0: + dependencies: + yallist: 4.0.0 + dev: true + engines: + node: '>=10' + resolution: + integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== /magic-string/0.25.7: dependencies: sourcemap-codec: 1.4.8 @@ -1628,7 +1645,7 @@ packages: /media-typer/0.3.0: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= /merge-source-map/1.1.0: @@ -1644,7 +1661,7 @@ packages: /merge2/1.4.1: dev: true engines: - node: ">= 8" + node: '>= 8' resolution: integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== /micromatch/4.0.2: @@ -1653,13 +1670,13 @@ packages: picomatch: 2.2.2 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== /mime-db/1.44.0: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg== /mime-types/2.1.27: @@ -1667,13 +1684,13 @@ packages: mime-db: 1.44.0 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w== /mimic-fn/2.1.0: dev: true engines: - node: ">=6" + node: '>=6' resolution: integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== /minimatch/3.0.4: @@ -1698,30 +1715,22 @@ packages: dev: true resolution: integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== - /mz/2.7.0: - dependencies: - any-promise: 1.3.0 - object-assign: 4.1.1 - thenify-all: 1.6.0 - dev: true - resolution: - integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== /negotiator/0.6.2: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== - /node-forge/0.9.0: + /node-forge/0.10.0: dev: true engines: - node: ">= 4.5.0" + node: '>= 6.0.0' resolution: - integrity: sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ== + integrity: sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA== /normalize-path/3.0.0: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== /npm-run-path/4.0.1: @@ -1729,21 +1738,15 @@ packages: path-key: 3.1.1 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== - /object-assign/4.1.1: - dev: true - engines: - node: ">=0.10.0" - resolution: - integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= /on-finished/2.3.0: dependencies: ee-first: 1.1.1 dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= /once/1.4.0: @@ -1757,62 +1760,78 @@ packages: mimic-fn: 2.1.0 dev: true engines: - node: ">=6" + node: '>=6' resolution: integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== /only/0.0.2: dev: true resolution: integrity: sha1-Kv3oTQPlC5qO3EROMGEKcCle37Q= - /open/7.1.0: + /open/7.3.0: dependencies: is-docker: 2.1.1 is-wsl: 2.2.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: - integrity: sha512-lLPI5KgOwEYCDKXf4np7y1PBEkj7HYIyP2DY8mVDRnx0VIIu6bNrRB0R66TuO7Mack6EnTNLm4uvcl1UoklTpA== - /ora/4.1.1: + integrity: sha512-mgLwQIx2F/ye9SmbrUkurZCnkoXyXyu9EbHtJZrICjVAJfyMArdHp3KkixGdZx1ZHFPNIwl0DDM1dFFqXbTLZw== + /ora/5.1.0: dependencies: - chalk: 3.0.0 + chalk: 4.1.0 cli-cursor: 3.1.0 - cli-spinners: 2.4.0 + cli-spinners: 2.5.0 is-interactive: 1.0.0 - log-symbols: 3.0.0 + log-symbols: 4.0.0 mute-stream: 0.0.8 strip-ansi: 6.0.0 wcwidth: 1.0.1 dev: true engines: - node: ">=8" + node: '>=10' resolution: - integrity: sha512-sjYP8QyVWBpBZWD6Vr1M/KwknSw6kJOz41tvGMlwWeClHBtYKTbHMki1PsLZnxKpXMPbTKv9b3pjQu3REib96A== - /parse-json/4.0.0: - dependencies: - error-ex: 1.3.2 - json-parse-better-errors: 1.0.2 + integrity: sha512-9tXIMPvjZ7hPTbk8DFq1f7Kow/HU/pQYB60JbNq+QnGwcyhWVZaQ4hM9zQDEsPxw/muLpgiHSaumUZxCAmod/w== + /p-map-series/2.1.0: dev: true engines: - node: ">=4" + node: '>=8' resolution: - integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= + integrity: sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q== + /parent-module/1.0.1: + dependencies: + callsites: 3.1.0 + dev: true + engines: + node: '>=6' + resolution: + integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== + /parse-json/5.1.0: + dependencies: + '@babel/code-frame': 7.10.4 + error-ex: 1.3.2 + json-parse-even-better-errors: 2.3.1 + lines-and-columns: 1.1.6 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ== /parseurl/1.3.3: dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== /path-is-absolute/1.0.1: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= /path-key/3.1.1: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== /path-match/1.2.4: @@ -1835,90 +1854,90 @@ packages: /path-type/4.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== /picomatch/2.2.2: dev: true engines: - node: ">=8.6" + node: '>=8.6' resolution: integrity: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== /pify/2.3.0: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw= /postcss-discard-comments/4.0.2: dependencies: - postcss: 7.0.32 + postcss: 7.0.35 dev: true engines: - node: ">=6.9.0" + node: '>=6.9.0' resolution: integrity: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== /postcss-import/12.0.1: dependencies: - postcss: 7.0.32 + postcss: 7.0.35 postcss-value-parser: 3.3.1 read-cache: 1.0.0 - resolve: 1.17.0 + resolve: 1.18.1 dev: true engines: - node: ">=6.0.0" + node: '>=6.0.0' resolution: integrity: sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw== - /postcss-load-config/2.1.0: + /postcss-load-config/3.0.0: dependencies: - cosmiconfig: 5.2.1 - import-cwd: 2.1.0 + cosmiconfig: 7.0.0 + import-cwd: 3.0.0 dev: true engines: - node: ">= 4" + node: '>= 10' resolution: - integrity: sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q== + integrity: sha512-lErrN8imuEF1cSiHBV8MiR7HeuzlDpCGNtaMyYHlOBuJHHOGw6S4xOMZp8BbXPr7AGQp14L6PZDlIOpfFJ6f7w== /postcss-modules-extract-imports/2.0.0: dependencies: - postcss: 7.0.32 + postcss: 7.0.35 dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== /postcss-modules-local-by-default/3.0.3: dependencies: icss-utils: 4.1.1 - postcss: 7.0.32 - postcss-selector-parser: 6.0.2 + postcss: 7.0.35 + postcss-selector-parser: 6.0.4 postcss-value-parser: 4.1.0 dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw== /postcss-modules-scope/2.2.0: dependencies: - postcss: 7.0.32 - postcss-selector-parser: 6.0.2 + postcss: 7.0.35 + postcss-selector-parser: 6.0.4 dev: true engines: - node: ">= 6" + node: '>= 6' resolution: integrity: sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ== /postcss-modules-values/3.0.0: dependencies: icss-utils: 4.1.1 - postcss: 7.0.32 + postcss: 7.0.35 dev: true resolution: integrity: sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg== - /postcss-modules/3.2.0: + /postcss-modules/3.2.2: dependencies: generic-names: 2.0.1 icss-replace-symbols: 1.1.0 lodash.camelcase: 4.3.0 - postcss: 7.0.32 + postcss: 7.0.35 postcss-modules-extract-imports: 2.0.0 postcss-modules-local-by-default: 3.0.3 postcss-modules-scope: 2.2.0 @@ -1926,17 +1945,18 @@ packages: string-hash: 1.1.3 dev: true resolution: - integrity: sha512-ceodlVbBypGD3R7EI1xM7gz28J0syaXq0VKd7rJVXVlOSkxUIRBRJQjBgpoKnKVFNAcCjtLVgZqBA3mUNntWPA== - /postcss-selector-parser/6.0.2: + integrity: sha512-JQ8IAqHELxC0N6tyCg2UF40pACY5oiL6UpiqqcIFRWqgDYO8B0jnxzoQ0EOpPrWXvcpu6BSbQU/3vSiq7w8Nhw== + /postcss-selector-parser/6.0.4: dependencies: cssesc: 3.0.0 indexes-of: 1.0.1 uniq: 1.0.1 + util-deprecate: 1.0.2 dev: true engines: - node: ">=4" + node: '>=4' resolution: - integrity: sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg== + integrity: sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw== /postcss-value-parser/3.3.1: dev: true resolution: @@ -1945,16 +1965,16 @@ packages: dev: true resolution: integrity: sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== - /postcss/7.0.32: + /postcss/7.0.35: dependencies: chalk: 2.4.2 source-map: 0.6.1 supports-color: 6.1.0 dev: true engines: - node: ">=6.0.0" + node: '>=6.0.0' resolution: - integrity: sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw== + integrity: sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg== /pump/3.0.0: dependencies: end-of-stream: 1.4.4 @@ -1962,142 +1982,160 @@ packages: dev: true resolution: integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== + /randombytes/2.1.0: + dependencies: + safe-buffer: 5.2.1 + dev: true + resolution: + integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== /read-cache/1.0.0: dependencies: pify: 2.3.0 dev: true resolution: integrity: sha1-5mTvMRYRZsl1HNvo28+GtftY93Q= - /readdirp/3.4.0: + /readdirp/3.5.0: dependencies: picomatch: 2.2.2 dev: true engines: - node: ">=8.10.0" + node: '>=8.10.0' resolution: - integrity: sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ== + integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ== /requires-port/1.0.0: dev: true resolution: integrity: sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= - /resolve-from/3.0.0: + /resolve-from/4.0.0: dev: true engines: - node: ">=4" + node: '>=4' resolution: - integrity: sha1-six699nWiBvItuZTM17rywoYh0g= + integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== + /resolve-from/5.0.0: + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== /resolve-path/1.4.0: dependencies: http-errors: 1.6.3 path-is-absolute: 1.0.1 dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha1-xL2p9e+y/OZSR4c6s2u02DT+Fvc= - /resolve/1.17.0: + /resolve/1.18.1: dependencies: + is-core-module: 2.1.0 path-parse: 1.0.6 dev: true resolution: - integrity: sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== + integrity: sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA== /restore-cursor/3.1.0: dependencies: onetime: 5.1.2 signal-exit: 3.0.3 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== /reusify/1.0.4: dev: true engines: - iojs: ">=1.0.0" - node: ">=0.10.0" + iojs: '>=1.0.0' + node: '>=0.10.0' resolution: integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== - /rollup-plugin-dynamic-import-variables/1.1.0_rollup@2.24.0: + /rollup-plugin-dynamic-import-variables/1.1.0_rollup@2.33.1: dependencies: - "@rollup/pluginutils": 3.1.0_rollup@2.24.0 + '@rollup/pluginutils': 3.1.0_rollup@2.33.1 estree-walker: 2.0.1 globby: 11.0.1 magic-string: 0.25.7 dev: true peerDependencies: - rollup: "*" + rollup: '*' resolution: integrity: sha512-C1avEmnXC8cC4aAQ5dB63O9oQf7IrhEHc98bQw9Qd6H36FxtZooLCvVfcO4SNYrqaNrzH3ErucQt/zdFSLPHNw== - /rollup-plugin-terser/5.3.0_rollup@2.24.0: + /rollup-plugin-terser/7.0.2_rollup@2.33.1: dependencies: - "@babel/code-frame": 7.10.4 - jest-worker: 24.9.0 - rollup: 2.24.0 - rollup-pluginutils: 2.8.2 - serialize-javascript: 2.1.2 - terser: 4.8.0 + '@babel/code-frame': 7.10.4 + jest-worker: 26.6.2 + rollup: 2.33.1 + serialize-javascript: 4.0.0 + terser: 5.3.8 dev: true peerDependencies: - rollup: ">=0.66.0 <3" + rollup: ^2.0.0 resolution: - integrity: sha512-XGMJihTIO3eIBsVGq7jiNYOdDMb3pVxuzY0uhOE/FM4x/u9nQgr3+McsjzqBn3QfHIpNSZmFnpoKAwHBEcsT7g== - /rollup-plugin-vue/6.0.0-beta.10_@vue+compiler-sfc@3.0.0-rc.5: + integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ== + /rollup-plugin-vue/6.0.0-beta.11_@vue+compiler-sfc@3.0.2: dependencies: - "@vue/compiler-sfc": 3.0.0-rc.5_vue@3.0.0-rc.5 - debug: 4.1.1 + '@vue/compiler-sfc': 3.0.2_vue@3.0.2 + debug: 4.2.0 hash-sum: 2.0.0 rollup-pluginutils: 2.8.2 dev: true peerDependencies: - "@vue/compiler-sfc": "*" + '@vue/compiler-sfc': '*' resolution: - integrity: sha512-8TZJmROiSRjWoHRR6id0/ktOBOUGuI302xDBq4YBiA/tnnXdoY3oFGtvRWzT5ldX0jTJ8QX40rrJOw2SvcWwxQ== - /rollup-plugin-web-worker-loader/1.3.1_rollup@2.24.0: + integrity: sha512-osqLkFc7N76TOI0CeW0BOujlMFsMIoytyTRVUivaeYSMponNfk1iSuqyoeciUB3EjFqyL/dTTFPi+7rhaAm73w== + /rollup-plugin-web-worker-loader/1.4.0_rollup@2.33.1: dependencies: - rollup: 2.24.0 + rollup: 2.33.1 dev: true peerDependencies: rollup: ^1.9.2 || ^2.0.0 resolution: - integrity: sha512-Td36kmB4iz10xqI/gJFCv2xZZ21fY6E7AGVFOT3PWIDkM1BeBrfuzeNh1tFIkD6fHtjQhppnedkYFaIlGHuEvA== + integrity: sha512-jhlOwSkrXkAVFY2Fded0M1AS9iqZDNjUJxNz4BFjBlaKuUzTx8Ikey+b3LSegUJE4mzAAw2DqJD8pX12R0ZdDw== /rollup-pluginutils/2.8.2: dependencies: estree-walker: 0.6.1 dev: true resolution: integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ== - /rollup/2.24.0: + /rollup/2.33.1: dev: true engines: - node: ">=10.0.0" + node: '>=10.0.0' hasBin: true optionalDependencies: fsevents: 2.1.3 resolution: - integrity: sha512-UaTQNUUjKT9NANDGOlZ2fZW9wL7OPYH8RS6CrHjsjdwlboc//xBDET5Q7WZOD2k+cJ2iD2fEnq4fnpVo2eTjGA== - /run-parallel/1.1.9: + integrity: sha512-uY4O/IoL9oNW8MMcbA5hcOaz6tZTMIh7qJHx/tzIJm+n1wLoY38BLn6fuy7DhR57oNFLMbDQtDeJoFURt5933w== + /run-parallel/1.1.10: dev: true resolution: - integrity: sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q== + integrity: sha512-zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw== /safe-buffer/5.1.2: dev: true resolution: integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - /selfsigned/1.10.7: - dependencies: - node-forge: 0.9.0 + /safe-buffer/5.2.1: dev: true resolution: - integrity: sha512-8M3wBCzeWIJnQfl43IKwOmC4H/RAp50S8DF60znzjW5GVqTcSe2vWclt7hmYVPkKPlHWOu5EaWOMZ2Y6W8ZXTA== + integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== + /selfsigned/1.10.8: + dependencies: + node-forge: 0.10.0 + dev: true + resolution: + integrity: sha512-2P4PtieJeEwVgTU9QEcwIRDQ/mXJLX8/+I3ur+Pg16nS8oNbrGxEso9NyYWy8NAmXiNl4dlAp5MwoNeCWzON4w== /semver/5.7.1: dev: true hasBin: true resolution: integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - /serialize-javascript/2.1.2: + /serialize-javascript/4.0.0: + dependencies: + randombytes: 2.1.0 dev: true resolution: - integrity: sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ== + integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw== /setprototypeof/1.1.0: dev: true resolution: @@ -2115,13 +2153,13 @@ packages: shebang-regex: 3.0.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== /shebang-regex/3.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== /signal-exit/3.0.3: @@ -2131,12 +2169,12 @@ packages: /slash/3.0.0: dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== - /solid-js/0.18.14: + /solid-js/0.21.5: resolution: - integrity: sha512-XAmsf4WP16aQ0RJMNk50Xi0OD0QQK/OAA0aFnT2/7OsLzdjJVohrTf58fE7B7Zhk0CiEdCtkktX7MaxOvfY3RQ== + integrity: sha512-LN29stkQpC7PGhvCbu5GmLAprjDSzC/YgETHHZEFmcKE8myEkcjE3EctBmHEDvMFNJ9MRk0fViunHia0r9zJIQ== /source-map-support/0.5.19: dependencies: buffer-from: 1.1.1 @@ -2147,27 +2185,29 @@ packages: /source-map/0.5.7: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= /source-map/0.6.1: dev: true engines: - node: ">=0.10.0" + node: '>=0.10.0' resolution: integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== + /source-map/0.7.3: + dev: true + engines: + node: '>= 8' + resolution: + integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== /sourcemap-codec/1.4.8: dev: true resolution: integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== - /sprintf-js/1.0.3: - dev: true - resolution: - integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= /statuses/1.5.0: dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= /string-hash/1.1.3: @@ -2179,13 +2219,13 @@ packages: ansi-regex: 5.0.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== /strip-final-newline/2.0.0: dev: true engines: - node: ">=6" + node: '>=6' resolution: integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== /supports-color/5.5.0: @@ -2193,7 +2233,7 @@ packages: has-flag: 3.0.0 dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== /supports-color/6.1.0: @@ -2201,46 +2241,32 @@ packages: has-flag: 3.0.0 dev: true engines: - node: ">=6" + node: '>=6' resolution: integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== - /supports-color/7.1.0: + /supports-color/7.2.0: dependencies: has-flag: 4.0.0 dev: true engines: - node: ">=8" + node: '>=8' resolution: - integrity: sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g== - /terser/4.8.0: + integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== + /terser/5.3.8: dependencies: commander: 2.20.3 - source-map: 0.6.1 + source-map: 0.7.3 source-map-support: 0.5.19 dev: true engines: - node: ">=6.0.0" + node: '>=10' hasBin: true resolution: - integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== - /thenify-all/1.6.0: - dependencies: - thenify: 3.3.1 - dev: true - engines: - node: ">=0.8" - resolution: - integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY= - /thenify/3.3.1: - dependencies: - any-promise: 1.3.0 - dev: true - resolution: - integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== + integrity: sha512-zVotuHoIfnYjtlurOouTazciEfL7V38QMAOhGqpXDEg6yT13cF4+fEP9b0rrCEQTn+tT46uxgFsTZzhygk+CzQ== /to-fast-properties/2.0.0: dev: true engines: - node: ">=4" + node: '>=4' resolution: integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= /to-regex-range/5.0.1: @@ -2248,19 +2274,19 @@ packages: is-number: 7.0.0 dev: true engines: - node: ">=8.0" + node: '>=8.0' resolution: integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== /toidentifier/1.0.0: dev: true engines: - node: ">=0.6" + node: '>=0.6' resolution: integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== /tsscmp/1.0.6: dev: true engines: - node: ">=0.6.x" + node: '>=0.6.x' resolution: integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA== /type-is/1.6.18: @@ -2269,7 +2295,7 @@ packages: mime-types: 2.1.27 dev: true engines: - node: ">= 0.6" + node: '>= 0.6' resolution: integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== /uniq/1.0.1: @@ -2279,81 +2305,93 @@ packages: /universalify/1.0.0: dev: true engines: - node: ">= 10.0.0" + node: '>= 10.0.0' resolution: integrity: sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug== + /universalify/2.0.0: + dev: true + engines: + node: '>= 10.0.0' + resolution: + integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== + /util-deprecate/1.0.2: + dev: true + resolution: + integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= /vary/1.1.2: dev: true engines: - node: ">= 0.8" + node: '>= 0.8' resolution: integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= - /vite/1.0.0-rc.4: + /vite/1.0.0-rc.9: dependencies: - "@babel/parser": 7.11.3 - "@rollup/plugin-commonjs": 14.0.0_rollup@2.24.0 - "@rollup/plugin-json": 4.1.0_rollup@2.24.0 - "@rollup/plugin-node-resolve": 8.4.0_rollup@2.24.0 - "@types/koa": 2.11.3 - "@types/lru-cache": 5.1.0 - "@vue/compiler-dom": 3.0.0-rc.5 - "@vue/compiler-sfc": 3.0.0-rc.5_vue@3.0.0-rc.5 + '@babel/parser': 7.12.5 + '@koa/cors': 3.1.0 + '@rollup/plugin-commonjs': 15.1.0_rollup@2.33.1 + '@rollup/plugin-json': 4.1.0_rollup@2.33.1 + '@rollup/plugin-node-resolve': 9.0.0_rollup@2.33.1 + '@rollup/pluginutils': 4.1.0_rollup@2.33.1 + '@types/koa': 2.11.6 + '@types/lru-cache': 5.1.0 + '@vue/compiler-dom': 3.0.2 + '@vue/compiler-sfc': 3.0.2_vue@3.0.2 brotli-size: 4.0.0 chalk: 4.1.0 - chokidar: 3.4.2 + chokidar: 3.4.3 clean-css: 4.2.3 - debug: 4.1.1 + debug: 4.2.0 dotenv: 8.2.0 dotenv-expand: 5.1.0 - es-module-lexer: 0.3.24 - esbuild: 0.6.22 + es-module-lexer: 0.3.26 + esbuild: 0.7.22 etag: 1.8.1 - execa: 4.0.3 + execa: 4.1.0 fs-extra: 9.0.1 hash-sum: 2.0.0 isbuiltin: 1.0.0 + klona: 2.0.4 koa: 2.13.0 - koa-conditional-get: 2.0.0 - koa-etag: 3.0.0 + koa-conditional-get: 3.0.0 + koa-etag: 4.0.0 koa-proxies: 0.11.0_koa@2.13.0 koa-send: 5.0.1 koa-static: 5.0.0 - lru-cache: 5.1.1 + lru-cache: 6.0.0 magic-string: 0.25.7 merge-source-map: 1.1.0 mime-types: 2.1.27 minimist: 1.2.5 - open: 7.1.0 - ora: 4.1.1 - postcss: 7.0.32 + open: 7.3.0 + ora: 5.1.0 + p-map-series: 2.1.0 postcss-discard-comments: 4.0.2 postcss-import: 12.0.1 - postcss-load-config: 2.1.0 - resolve: 1.17.0 - rollup: 2.24.0 - rollup-plugin-dynamic-import-variables: 1.1.0_rollup@2.24.0 - rollup-plugin-terser: 5.3.0_rollup@2.24.0 - rollup-plugin-vue: 6.0.0-beta.10_@vue+compiler-sfc@3.0.0-rc.5 - rollup-plugin-web-worker-loader: 1.3.1_rollup@2.24.0 - rollup-pluginutils: 2.8.2 - selfsigned: 1.10.7 + postcss-load-config: 3.0.0 + resolve: 1.18.1 + rollup: 2.33.1 + rollup-plugin-dynamic-import-variables: 1.1.0_rollup@2.33.1 + rollup-plugin-terser: 7.0.2_rollup@2.33.1 + rollup-plugin-vue: 6.0.0-beta.11_@vue+compiler-sfc@3.0.2 + rollup-plugin-web-worker-loader: 1.4.0_rollup@2.33.1 + selfsigned: 1.10.8 slash: 3.0.0 - vue: 3.0.0-rc.5 + vue: 3.0.2 ws: 7.3.1 dev: true engines: - node: ">=10.16.0" + node: '>=10.16.0' hasBin: true resolution: - integrity: sha512-D9gpKKaE2U0YpIxNrSn+nlFPBT0sfg68Y1EReYW8YHMhbNFcxwS7RZIa1W/8Pq6yDfVRAhbOZNijv1mLG5pCEg== - /vue/3.0.0-rc.5: + integrity: sha512-u0PT2sKMes2RtE5rZsLY0nFm6kEmce7IhVRWKFXmrsjn0MBOCNEi+S6iNnJDmsj1nzvU2dMZ5MHhFyXIqTgjzA== + /vue/3.0.2: dependencies: - "@vue/compiler-dom": 3.0.0-rc.5 - "@vue/runtime-dom": 3.0.0-rc.5 - "@vue/shared": 3.0.0-rc.5 + '@vue/compiler-dom': 3.0.2 + '@vue/runtime-dom': 3.0.2 + '@vue/shared': 3.0.2 dev: true resolution: - integrity: sha512-8t8Y4sHMBGD5iLZ7JfBGmKBJlzesPoL+/nW9EV8s+4LwnKC4rGlRp+Lj2rcign4iQaj0GFaL7DrQ8IoOfVX6+w== + integrity: sha512-ciKFjutKRs+2Vbvgrist1oDd5wZQqtOel/K//ku54zLbf8tcTV+XbyAfanTHcTkML9CUj09vnC+y+5uaOz2/9g== /wcwidth/1.0.1: dependencies: defaults: 1.0.3 @@ -2365,7 +2403,7 @@ packages: isexe: 2.0.0 dev: true engines: - node: ">= 8" + node: '>= 8' hasBin: true resolution: integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== @@ -2376,7 +2414,7 @@ packages: /ws/7.3.1: dev: true engines: - node: ">=8.3.0" + node: '>=8.3.0' peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ^5.0.2 @@ -2391,13 +2429,23 @@ packages: dev: true resolution: integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== + /yallist/4.0.0: + dev: true + resolution: + integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== + /yaml/1.10.0: + dev: true + engines: + node: '>= 6' + resolution: + integrity: sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg== /ylru/1.2.1: dev: true engines: - node: ">= 4.0.0" + node: '>= 4.0.0' resolution: integrity: sha512-faQrqNMzcPCHGVC2aaOINk13K+aaBDUPjGWl0teOXywElLjyVAB6Oe2jj62jHYtwsU49jXhScYbvPENK+6zAvQ== specifiers: - "@amoutonbrady/vite-plugin-solid": ^0.2.0 - solid-js: ^0.20.0 - vite: ^1.0.0-rc.4 + '@amoutonbrady/vite-plugin-solid': ^0.3.0 + solid-js: ^0.21.5 + vite: ^1.0.0-rc.9