diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc3a07c63..53b9536c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,28 @@
# Changelog
+# [1.2.0-rc.1](https://github.com/iris-connect/iris-client/compare/v1.1.1...v1.2.0-rc.1) (2021-11-29)
+
+
+### Bug Fixes
+
+* `+` at the beginning of phone numbers are now preserved during CSV export. So an international phone number now remains complete. ([3464165](https://github.com/iris-connect/iris-client/commit/346416561859d8bb102f0e7126ef75eb852c24bc)), closes [#443](https://github.com/iris-connect/iris-client/issues/443) [#445](https://github.com/iris-connect/iris-client/issues/445)
+* An admin can now change a user's data again. An error occurred ([0fda2b6](https://github.com/iris-connect/iris-client/commit/0fda2b6728f9441e30d4e9d7e7954e05990cf112))
+* Cleans the Docker image of the frontend from artifacts that are only needed for the build. This makes it more secure and greatly reduced in size. ([63051b1](https://github.com/iris-connect/iris-client/commit/63051b10ed5c0d6c6ba4128cf8d6f5df9a173584)), closes [#442](https://github.com/iris-connect/iris-client/issues/442)
+* **data export:** Allow more number variants in the phone number sanitization. ([a181c34](https://github.com/iris-connect/iris-client/commit/a181c34ff824d401b4f351996ea490564bfc30fe)), closes [#478](https://github.com/iris-connect/iris-client/issues/478) [#479](https://github.com/iris-connect/iris-client/issues/479)
+* Restricts the content of …deployment….zip to the folders and files relevant for deployment. The previously included parent folder is now removed. ([580e551](https://github.com/iris-connect/iris-client/commit/580e551ea4181f16d7808e8fdad6139a2dbf8aed)), closes [#432](https://github.com/iris-connect/iris-client/issues/432) [#433](https://github.com/iris-connect/iris-client/issues/433)
+
+
+### Features
+
+* A readable code is now used for the data request to an index case. This consists of four random words and an abbreviation for the department. ([e913f8a](https://github.com/iris-connect/iris-client/commit/e913f8a3fd60fcfd70b422866048a38e26f64344)), closes [iris-connect/iris-backlog#245](https://github.com/iris-connect/iris-backlog/issues/245) [#460](https://github.com/iris-connect/iris-client/issues/460)
+* Add event tracking xlsx data export for octoware, refactor and unify the data export functionality ([b442014](https://github.com/iris-connect/iris-client/commit/b4420144c6569f9f2c1d53a46c63652be528325e))
+* **Admin:** Docker is now told the health status of the client backend (BFF) container. Administrators can build monitoring functions on this. ([8d262ac](https://github.com/iris-connect/iris-client/commit/8d262ace1ebaf34ac4460a9932cde46d23ed0e44)), closes [#451](https://github.com/iris-connect/iris-client/issues/451)
+* Display checkin app status information in the frontend to inform the user if there are problems with a connected data provider ([c0c21f1](https://github.com/iris-connect/iris-client/commit/c0c21f1a5617f0ea1e8047523374ca9a25b5c9f4)), closes [iris-connect/iris-backlog#221](https://github.com/iris-connect/iris-backlog/issues/221) [#444](https://github.com/iris-connect/iris-client/issues/444)
+* Provides excel export for event tracking standard format and improves table selection usability. ([5132b0a](https://github.com/iris-connect/iris-client/commit/5132b0a8edde6986b958e10f07d81b1316974d93)), closes [#266](https://github.com/iris-connect/iris-client/issues/266) [#476](https://github.com/iris-connect/iris-client/issues/476)
+* Updates EPS from version v0.1.66 to v0.1.68. ([c7afbf5](https://github.com/iris-connect/iris-client/commit/c7afbf5efe92cddfa18a136704385fd74c2f727b))
+* Uses and requires Java 17 (new long term support version) as baseline. ([558171b](https://github.com/iris-connect/iris-client/commit/558171ba2698c8cb8f4ea8df8e3c31548ed3602f)), closes [#393](https://github.com/iris-connect/iris-client/issues/393)
+* When a user changes his password, the old password is now also expected and checked to ensure it is correct. ([72af5dc](https://github.com/iris-connect/iris-client/commit/72af5dce9d8d2ac57f22e97d368586deba345f27)), closes [iris-connect/iris-backlog#250](https://github.com/iris-connect/iris-backlog/issues/250) [#431](https://github.com/iris-connect/iris-client/issues/431)
+
## [1.1.1](https://github.com/iris-connect/iris-client/compare/v1.1.0...v1.1.1) (2021-11-17)
diff --git a/FE-THIRD-PARTY-LICENSES-DEV.md b/FE-THIRD-PARTY-LICENSES-DEV.md
index 723420216..5d7e22a41 100644
--- a/FE-THIRD-PARTY-LICENSES-DEV.md
+++ b/FE-THIRD-PARTY-LICENSES-DEV.md
@@ -1,64 +1,63 @@
module name | license | repository
---|---|---
@babel/code-frame@7.12.13 | MIT | https://github.com/babel/babel
-@babel/code-frame@7.14.5 | MIT | https://github.com/babel/babel
-@babel/compat-data@7.15.0 | MIT | https://github.com/babel/babel
-@babel/core@7.15.5 | MIT | https://github.com/babel/babel
-@babel/generator@7.15.4 | MIT | https://github.com/babel/babel
-@babel/helper-annotate-as-pure@7.15.4 | MIT | https://github.com/babel/babel
-@babel/helper-builder-binary-assignment-operator-visitor@7.15.4 | MIT | https://github.com/babel/babel
-@babel/helper-compilation-targets@7.15.4 | MIT | https://github.com/babel/babel
-@babel/helper-create-class-features-plugin@7.15.4 | MIT | https://github.com/babel/babel
-@babel/helper-create-regexp-features-plugin@7.14.5 | MIT | https://github.com/babel/babel
-@babel/helper-define-polyfill-provider@0.2.3 | MIT | https://github.com/babel/babel-polyfills
-@babel/helper-explode-assignable-expression@7.15.4 | MIT | https://github.com/babel/babel
-@babel/helper-function-name@7.15.4 | MIT | https://github.com/babel/babel
-@babel/helper-get-function-arity@7.15.4 | MIT | https://github.com/babel/babel
-@babel/helper-hoist-variables@7.15.4 | MIT | https://github.com/babel/babel
-@babel/helper-member-expression-to-functions@7.15.4 | MIT | https://github.com/babel/babel
-@babel/helper-module-imports@7.15.4 | MIT | https://github.com/babel/babel
-@babel/helper-module-transforms@7.15.4 | MIT | https://github.com/babel/babel
-@babel/helper-optimise-call-expression@7.15.4 | MIT | https://github.com/babel/babel
+@babel/code-frame@7.16.0 | MIT | https://github.com/babel/babel
+@babel/compat-data@7.16.4 | MIT | https://github.com/babel/babel
+@babel/core@7.16.0 | MIT | https://github.com/babel/babel
+@babel/generator@7.16.0 | MIT | https://github.com/babel/babel
+@babel/helper-annotate-as-pure@7.16.0 | MIT | https://github.com/babel/babel
+@babel/helper-builder-binary-assignment-operator-visitor@7.16.0 | MIT | https://github.com/babel/babel
+@babel/helper-compilation-targets@7.16.3 | MIT | https://github.com/babel/babel
+@babel/helper-create-class-features-plugin@7.16.0 | MIT | https://github.com/babel/babel
+@babel/helper-create-regexp-features-plugin@7.16.0 | MIT | https://github.com/babel/babel
+@babel/helper-define-polyfill-provider@0.3.0 | MIT | https://github.com/babel/babel-polyfills
+@babel/helper-explode-assignable-expression@7.16.0 | MIT | https://github.com/babel/babel
+@babel/helper-function-name@7.16.0 | MIT | https://github.com/babel/babel
+@babel/helper-get-function-arity@7.16.0 | MIT | https://github.com/babel/babel
+@babel/helper-hoist-variables@7.16.0 | MIT | https://github.com/babel/babel
+@babel/helper-member-expression-to-functions@7.16.0 | MIT | https://github.com/babel/babel
+@babel/helper-module-imports@7.16.0 | MIT | https://github.com/babel/babel
+@babel/helper-module-transforms@7.16.0 | MIT | https://github.com/babel/babel
+@babel/helper-optimise-call-expression@7.16.0 | MIT | https://github.com/babel/babel
@babel/helper-plugin-utils@7.14.5 | MIT | https://github.com/babel/babel
-@babel/helper-remap-async-to-generator@7.15.4 | MIT | https://github.com/babel/babel
-@babel/helper-replace-supers@7.15.4 | MIT | https://github.com/babel/babel
-@babel/helper-simple-access@7.15.4 | MIT | https://github.com/babel/babel
-@babel/helper-skip-transparent-expression-wrappers@7.15.4 | MIT | https://github.com/babel/babel
-@babel/helper-split-export-declaration@7.15.4 | MIT | https://github.com/babel/babel
-@babel/helper-validator-identifier@7.12.11 | MIT | https://github.com/babel/babel
-@babel/helper-validator-identifier@7.14.9 | MIT | https://github.com/babel/babel
+@babel/helper-remap-async-to-generator@7.16.4 | MIT | https://github.com/babel/babel
+@babel/helper-replace-supers@7.16.0 | MIT | https://github.com/babel/babel
+@babel/helper-simple-access@7.16.0 | MIT | https://github.com/babel/babel
+@babel/helper-skip-transparent-expression-wrappers@7.16.0 | MIT | https://github.com/babel/babel
+@babel/helper-split-export-declaration@7.16.0 | MIT | https://github.com/babel/babel
@babel/helper-validator-identifier@7.15.7 | MIT | https://github.com/babel/babel
@babel/helper-validator-option@7.14.5 | MIT | https://github.com/babel/babel
-@babel/helper-wrap-function@7.15.4 | MIT | https://github.com/babel/babel
-@babel/helpers@7.15.4 | MIT | https://github.com/babel/babel
+@babel/helper-wrap-function@7.16.0 | MIT | https://github.com/babel/babel
+@babel/helpers@7.16.0 | MIT | https://github.com/babel/babel
@babel/highlight@7.13.10 | MIT | https://github.com/babel/babel
-@babel/highlight@7.14.5 | MIT | https://github.com/babel/babel
-@babel/parser@7.15.5 | MIT | https://github.com/babel/babel
-@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.15.4 | MIT | https://github.com/babel/babel
-@babel/plugin-proposal-async-generator-functions@7.15.8 | MIT | https://github.com/babel/babel
-@babel/plugin-proposal-class-properties@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-proposal-class-static-block@7.15.4 | MIT | https://github.com/babel/babel
-@babel/plugin-proposal-decorators@7.15.8 | MIT | https://github.com/babel/babel
-@babel/plugin-proposal-dynamic-import@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-proposal-export-namespace-from@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-proposal-json-strings@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-proposal-logical-assignment-operators@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-proposal-nullish-coalescing-operator@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-proposal-numeric-separator@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-proposal-object-rest-spread@7.15.6 | MIT | https://github.com/babel/babel
-@babel/plugin-proposal-optional-catch-binding@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-proposal-optional-chaining@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-proposal-private-methods@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-proposal-private-property-in-object@7.15.4 | MIT | https://github.com/babel/babel
-@babel/plugin-proposal-unicode-property-regex@7.14.5 | MIT | https://github.com/babel/babel
+@babel/highlight@7.16.0 | MIT | https://github.com/babel/babel
+@babel/parser@7.16.2 | MIT | https://github.com/babel/babel
+@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.16.2 | MIT | https://github.com/babel/babel
+@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-proposal-async-generator-functions@7.16.4 | MIT | https://github.com/babel/babel
+@babel/plugin-proposal-class-properties@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-proposal-class-static-block@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-proposal-decorators@7.16.4 | MIT | https://github.com/babel/babel
+@babel/plugin-proposal-dynamic-import@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-proposal-export-namespace-from@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-proposal-json-strings@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-proposal-logical-assignment-operators@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-proposal-nullish-coalescing-operator@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-proposal-numeric-separator@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-proposal-object-rest-spread@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-proposal-optional-catch-binding@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-proposal-optional-chaining@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-proposal-private-methods@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-proposal-private-property-in-object@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-proposal-unicode-property-regex@7.16.0 | MIT | https://github.com/babel/babel
@babel/plugin-syntax-async-generators@7.8.4 | MIT | https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators
@babel/plugin-syntax-class-properties@7.12.13 | MIT | https://github.com/babel/babel
@babel/plugin-syntax-class-static-block@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-syntax-decorators@7.14.5 | MIT | https://github.com/babel/babel
+@babel/plugin-syntax-decorators@7.16.0 | MIT | https://github.com/babel/babel
@babel/plugin-syntax-dynamic-import@7.8.3 | MIT | https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import
@babel/plugin-syntax-export-namespace-from@7.8.3 | MIT | https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-namespace-from
@babel/plugin-syntax-json-strings@7.8.3 | MIT | https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings
-@babel/plugin-syntax-jsx@7.14.5 | MIT | https://github.com/babel/babel
+@babel/plugin-syntax-jsx@7.16.0 | MIT | https://github.com/babel/babel
@babel/plugin-syntax-logical-assignment-operators@7.10.4 | MIT | https://github.com/babel/babel
@babel/plugin-syntax-nullish-coalescing-operator@7.8.3 | MIT | https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator
@babel/plugin-syntax-numeric-separator@7.10.4 | MIT | https://github.com/babel/babel
@@ -67,139 +66,103 @@ module name | license | repository
@babel/plugin-syntax-optional-chaining@7.8.3 | MIT | https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining
@babel/plugin-syntax-private-property-in-object@7.14.5 | MIT | https://github.com/babel/babel
@babel/plugin-syntax-top-level-await@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-arrow-functions@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-async-to-generator@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-block-scoped-functions@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-block-scoping@7.15.3 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-classes@7.15.4 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-computed-properties@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-destructuring@7.14.7 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-dotall-regex@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-duplicate-keys@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-exponentiation-operator@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-for-of@7.15.4 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-function-name@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-literals@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-member-expression-literals@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-modules-amd@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-modules-commonjs@7.15.4 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-modules-systemjs@7.15.4 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-modules-umd@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-named-capturing-groups-regex@7.14.9 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-new-target@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-object-super@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-parameters@7.15.4 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-property-literals@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-regenerator@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-reserved-words@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-runtime@7.15.8 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-shorthand-properties@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-spread@7.15.8 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-sticky-regex@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-template-literals@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-typeof-symbol@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-unicode-escapes@7.14.5 | MIT | https://github.com/babel/babel
-@babel/plugin-transform-unicode-regex@7.14.5 | MIT | https://github.com/babel/babel
-@babel/preset-env@7.15.8 | MIT | https://github.com/babel/babel
-@babel/preset-modules@0.1.4 | MIT |
-@babel/runtime@7.15.4 | MIT | https://github.com/babel/babel
-@babel/template@7.15.4 | MIT | https://github.com/babel/babel
-@babel/traverse@7.15.4 | MIT | https://github.com/babel/babel
-@babel/types@7.15.4 | MIT | https://github.com/babel/babel
-@babel/types@7.15.6 | MIT | https://github.com/babel/babel
-@cnakazawa/watch@1.0.4 | Apache-2.0 | https://github.com/mikeal/watch
-@cypress/request@2.88.6 | Apache-2.0 | https://github.com/cypress-io/request
+@babel/plugin-transform-arrow-functions@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-async-to-generator@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-block-scoped-functions@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-block-scoping@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-classes@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-computed-properties@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-destructuring@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-dotall-regex@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-duplicate-keys@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-exponentiation-operator@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-for-of@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-function-name@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-literals@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-member-expression-literals@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-modules-amd@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-modules-commonjs@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-modules-systemjs@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-modules-umd@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-named-capturing-groups-regex@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-new-target@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-object-super@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-parameters@7.16.3 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-property-literals@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-regenerator@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-reserved-words@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-runtime@7.16.4 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-shorthand-properties@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-spread@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-sticky-regex@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-template-literals@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-typeof-symbol@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-unicode-escapes@7.16.0 | MIT | https://github.com/babel/babel
+@babel/plugin-transform-unicode-regex@7.16.0 | MIT | https://github.com/babel/babel
+@babel/preset-env@7.16.4 | MIT | https://github.com/babel/babel
+@babel/preset-modules@0.1.5 | MIT | https://github.com/babel/preset-modules
+@babel/runtime@7.16.3 | MIT | https://github.com/babel/babel
+@babel/template@7.16.0 | MIT | https://github.com/babel/babel
+@babel/traverse@7.16.0 | MIT | https://github.com/babel/babel
+@babel/types@7.16.0 | MIT | https://github.com/babel/babel
+@cypress/request@2.88.7 | Apache-2.0 | https://github.com/cypress-io/request
@cypress/xvfb@1.2.4 | MIT | https://github.com/cypress-io/xvfb
-@gar/promisify@1.1.2 | MIT | https://github.com/wraithgar/gar-promisify
-@hapi/address@2.1.4 | BSD-3-Clause | https://github.com/hapijs/address
-@hapi/bourne@1.3.2 | BSD-3-Clause | https://github.com/hapijs/bourne
-@hapi/hoek@8.5.1 | BSD-3-Clause | https://github.com/hapijs/hoek
+@eslint/eslintrc@1.0.4 | MIT | https://github.com/eslint/eslintrc
@hapi/hoek@9.2.1 | BSD-3-Clause | https://github.com/hapijs/hoek
-@hapi/joi@15.1.1 | BSD-3-Clause | https://github.com/hapijs/joi
-@hapi/topo@3.1.6 | BSD-3-Clause | https://github.com/hapijs/topo
@hapi/topo@5.1.0 | BSD-3-Clause | https://github.com/hapijs/topo
-@intervolga/optimize-cssnano-plugin@1.0.6 | MIT | https://github.com/intervolga/optimize-cssnano-plugin
-@jest/console@24.9.0 | MIT | https://github.com/facebook/jest
-@jest/core@24.9.0 | MIT | https://github.com/facebook/jest
-@jest/environment@24.9.0 | MIT | https://github.com/facebook/jest
-@jest/fake-timers@24.9.0 | MIT | https://github.com/facebook/jest
-@jest/reporters@24.9.0 | MIT | https://github.com/facebook/jest
-@jest/source-map@24.9.0 | MIT | https://github.com/facebook/jest
-@jest/test-result@24.9.0 | MIT | https://github.com/facebook/jest
-@jest/test-sequencer@24.9.0 | MIT | https://github.com/facebook/jest
-@jest/transform@24.9.0 | MIT | https://github.com/facebook/jest
-@jest/types@24.9.0 | MIT | https://github.com/facebook/jest
-@jest/types@27.1.1 | MIT | https://github.com/facebook/jest
+@humanwhocodes/config-array@0.6.0 | Apache-2.0 | https://github.com/humanwhocodes/config-array
+@humanwhocodes/object-schema@1.2.1 | BSD-3-Clause | https://github.com/humanwhocodes/object-schema
@miragejs/pretender-node-polyfill@0.1.2 | MIT |
-@mrmlnc/readdir-enhanced@2.2.1 | MIT | https://github.com/bigstickcarpet/readdir-enhanced
@nodelib/fs.scandir@2.1.5 | MIT | https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
-@nodelib/fs.stat@1.1.3 | MIT | https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
@nodelib/fs.stat@2.0.5 | MIT | https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
@nodelib/fs.walk@1.2.8 | MIT | https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
-@npmcli/fs@1.0.0 | ISC |
-@npmcli/move-file@1.1.2 | MIT | https://github.com/npm/move-file
+@polka/url@1.0.0-next.21 | MIT | https://github.com/lukeed/polka
@sideway/address@4.1.2 | BSD-3-Clause | https://github.com/sideway/address
@sideway/formula@3.0.0 | BSD-3-Clause | https://github.com/sideway/formula
@sideway/pinpoint@2.0.0 | BSD-3-Clause | https://github.com/sideway/pinpoint
@soda/friendly-errors-webpack-plugin@1.8.0 | MIT | https://github.com/sodatea/friendly-errors-webpack-plugin
@soda/get-current-script@1.0.2 | MIT | https://github.com/sodatea/get-current-script
-@types/babel__core@7.1.16 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/babel__generator@7.6.3 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/babel__template@7.4.1 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/babel__traverse@7.14.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
+@trysound/sax@0.2.0 | ISC | https://github.com/svg/sax
@types/body-parser@1.19.1 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
+@types/bonjour@3.5.9 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
@types/connect-history-api-fallback@1.3.5 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
@types/connect@3.4.35 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/express-serve-static-core@4.17.24 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
+@types/eslint-scope@3.7.1 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
+@types/eslint@7.28.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
+@types/estree@0.0.50 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
+@types/express-serve-static-core@4.17.25 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
@types/express@4.17.13 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/glob@7.1.3 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
+@types/html-minifier-terser@6.0.0 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
@types/http-proxy@1.17.7 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/istanbul-lib-coverage@2.0.3 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/istanbul-lib-report@3.0.0 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/istanbul-reports@1.1.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/istanbul-reports@3.0.1 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/jest@24.9.1 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/jest@27.0.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/json-schema@7.0.7 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
@types/json-schema@7.0.9 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
@types/mime@1.3.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/minimatch@3.0.4 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
@types/minimist@1.2.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
@types/node@14.14.37 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/normalize-package-data@2.4.0 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
+@types/normalize-package-data@2.4.1 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
@types/parse-json@4.0.0 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/q@1.5.5 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
@types/qs@6.9.7 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
@types/range-parser@1.2.4 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
+@types/retry@0.12.1 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
+@types/serve-index@1.9.1 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
@types/serve-static@1.13.10 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
@types/sinonjs__fake-timers@6.0.4 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
@types/sizzle@2.3.3 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/source-list-map@0.1.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/stack-utils@1.0.1 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/strip-bom@3.0.0 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/strip-json-comments@0.0.30 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/tapable@1.0.8 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/uglify-js@3.13.1 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/webpack-dev-server@3.11.6 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
+@types/webpack-dev-middleware@5.0.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
+@types/webpack-dev-server@4.3.1 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
@types/webpack-env@1.16.3 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/webpack-sources@3.2.0 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/webpack@4.41.31 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/yargs-parser@20.2.1 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/yargs@13.0.12 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/yargs@16.0.4 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
@types/yauzl@2.9.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@typescript-eslint/eslint-plugin@4.33.0 | MIT | https://github.com/typescript-eslint/typescript-eslint
-@typescript-eslint/experimental-utils@4.33.0 | MIT | https://github.com/typescript-eslint/typescript-eslint
-@typescript-eslint/parser@4.33.0 | BSD-2-Clause | https://github.com/typescript-eslint/typescript-eslint
-@typescript-eslint/scope-manager@4.33.0 | MIT | https://github.com/typescript-eslint/typescript-eslint
-@typescript-eslint/types@4.33.0 | MIT | https://github.com/typescript-eslint/typescript-eslint
-@typescript-eslint/typescript-estree@4.33.0 | BSD-2-Clause | https://github.com/typescript-eslint/typescript-eslint
-@typescript-eslint/visitor-keys@4.33.0 | MIT | https://github.com/typescript-eslint/typescript-eslint
+@typescript-eslint/eslint-plugin@5.4.0 | MIT | https://github.com/typescript-eslint/typescript-eslint
+@typescript-eslint/experimental-utils@5.4.0 | MIT | https://github.com/typescript-eslint/typescript-eslint
+@typescript-eslint/parser@5.4.0 | BSD-2-Clause | https://github.com/typescript-eslint/typescript-eslint
+@typescript-eslint/scope-manager@5.4.0 | MIT | https://github.com/typescript-eslint/typescript-eslint
+@typescript-eslint/types@5.4.0 | MIT | https://github.com/typescript-eslint/typescript-eslint
+@typescript-eslint/typescript-estree@5.4.0 | BSD-2-Clause | https://github.com/typescript-eslint/typescript-eslint
+@typescript-eslint/visitor-keys@5.4.0 | MIT | https://github.com/typescript-eslint/typescript-eslint
@vue/babel-helper-vue-jsx-merge-props@1.2.1 | MIT | https://github.com/vuejs/jsx/tree/master/packages/babel-helper-vue-jsx-merge-props
@vue/babel-helper-vue-transform-on@1.0.2 | MIT |
@vue/babel-plugin-jsx@1.1.1 | MIT | https://github.com/vuejs/jsx-next
@vue/babel-plugin-transform-vue-jsx@1.2.1 | MIT | https://github.com/vuejs/jsx/tree/master/packages/babel-plugin-transform-vue-jsx
-@vue/babel-preset-app@4.5.14 | MIT | https://github.com/vuejs/vue-cli
+@vue/babel-preset-app@5.0.0-rc.1 | MIT | https://github.com/vuejs/vue-cli
@vue/babel-preset-jsx@1.2.4 | MIT | https://github.com/vuejs/jsx/tree/master/packages/babel-preset-jsx
@vue/babel-sugar-composition-api-inject-h@1.2.1 | MIT | https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-composition-api-inject-h
@vue/babel-sugar-composition-api-render-instance@1.2.4 | MIT | https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-composition-api-render-instance
@@ -207,342 +170,216 @@ module name | license | repository
@vue/babel-sugar-inject-h@1.2.2 | MIT | https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-inject-h
@vue/babel-sugar-v-model@1.2.3 | MIT | https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-v-model
@vue/babel-sugar-v-on@1.2.3 | MIT | https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-v-on
-@vue/cli-overlay@4.5.14 | MIT | https://github.com/vuejs/vue-cli
-@vue/cli-plugin-babel@4.5.14 | MIT | https://github.com/vuejs/vue-cli
-@vue/cli-plugin-e2e-cypress@5.0.0-beta.6 | MIT | https://github.com/vuejs/vue-cli
-@vue/cli-plugin-eslint@4.5.14 | MIT | https://github.com/vuejs/vue-cli
-@vue/cli-plugin-router@4.5.14 | MIT | https://github.com/vuejs/vue-cli
-@vue/cli-plugin-typescript@4.5.14 | MIT | https://github.com/vuejs/vue-cli
-@vue/cli-plugin-unit-jest@4.5.14 | MIT | https://github.com/vuejs/vue-cli
-@vue/cli-plugin-vuex@4.5.14 | MIT | https://github.com/vuejs/vue-cli
-@vue/cli-service@4.5.14 | MIT | https://github.com/vuejs/vue-cli
-@vue/cli-shared-utils@4.5.14 | MIT | https://github.com/vuejs/vue-cli
-@vue/cli-shared-utils@5.0.0-beta.6 | MIT | https://github.com/vuejs/vue-cli
-@vue/component-compiler-utils@3.2.2 | MIT | https://github.com/vuejs/component-compiler-utils
-@vue/eslint-config-prettier@6.0.0 | MIT | https://github.com/vuejs/eslint-config-prettier
-@vue/eslint-config-typescript@7.0.0 | MIT | https://github.com/vuejs/eslint-config-typescript
-@vue/preload-webpack-plugin@1.1.2 | Apache-2.0 | https://github.com/vuejs/preload-webpack-plugin
-@vue/test-utils@1.2.2 | MIT | https://github.com/vuejs/vue-test-utils
+@vue/cli-overlay@5.0.0-rc.1 | MIT | https://github.com/vuejs/vue-cli
+@vue/cli-plugin-babel@5.0.0-rc.1 | MIT | https://github.com/vuejs/vue-cli
+@vue/cli-plugin-e2e-cypress@5.0.0-rc.1 | MIT | https://github.com/vuejs/vue-cli
+@vue/cli-plugin-eslint@5.0.0-rc.1 | MIT | https://github.com/vuejs/vue-cli
+@vue/cli-plugin-router@5.0.0-rc.1 | MIT | https://github.com/vuejs/vue-cli
+@vue/cli-plugin-typescript@5.0.0-rc.1 | MIT | https://github.com/vuejs/vue-cli
+@vue/cli-plugin-vuex@5.0.0-rc.1 | MIT | https://github.com/vuejs/vue-cli
+@vue/cli-service@5.0.0-rc.1 | MIT | https://github.com/vuejs/vue-cli
+@vue/cli-shared-utils@5.0.0-rc.1 | MIT | https://github.com/vuejs/vue-cli
+@vue/component-compiler-utils@3.3.0 | MIT | https://github.com/vuejs/component-compiler-utils
+@vue/eslint-config-typescript@9.1.0 | MIT | https://github.com/vuejs/eslint-config-typescript
+@vue/test-utils@1.3.0 | MIT | https://github.com/vuejs/vue-test-utils
@vue/web-component-wrapper@1.3.0 | MIT | https://github.com/vuejs/web-component-wrapper
-@webassemblyjs/ast@1.9.0 | MIT | https://github.com/xtuc/webassemblyjs
-@webassemblyjs/floating-point-hex-parser@1.9.0 | MIT | https://github.com/xtuc/webassemblyjs
-@webassemblyjs/helper-api-error@1.9.0 | MIT |
-@webassemblyjs/helper-buffer@1.9.0 | MIT | https://github.com/xtuc/webassemblyjs
-@webassemblyjs/helper-code-frame@1.9.0 | MIT | https://github.com/xtuc/webassemblyjs
-@webassemblyjs/helper-fsm@1.9.0 | ISC |
-@webassemblyjs/helper-module-context@1.9.0 | MIT | https://github.com/xtuc/webassemblyjs
-@webassemblyjs/helper-wasm-bytecode@1.9.0 | MIT | https://github.com/xtuc/webassemblyjs
-@webassemblyjs/helper-wasm-section@1.9.0 | MIT | https://github.com/xtuc/webassemblyjs
-@webassemblyjs/ieee754@1.9.0 | MIT |
-@webassemblyjs/leb128@1.9.0 | MIT |
-@webassemblyjs/utf8@1.9.0 | MIT | https://github.com/xtuc/webassemblyjs
-@webassemblyjs/wasm-edit@1.9.0 | MIT | https://github.com/xtuc/webassemblyjs
-@webassemblyjs/wasm-gen@1.9.0 | MIT | https://github.com/xtuc/webassemblyjs
-@webassemblyjs/wasm-opt@1.9.0 | MIT | https://github.com/xtuc/webassemblyjs
-@webassemblyjs/wasm-parser@1.9.0 | MIT | https://github.com/xtuc/webassemblyjs
-@webassemblyjs/wast-parser@1.9.0 | MIT | https://github.com/xtuc/webassemblyjs
-@webassemblyjs/wast-printer@1.9.0 | MIT | https://github.com/xtuc/webassemblyjs
+@webassemblyjs/ast@1.11.1 | MIT | https://github.com/xtuc/webassemblyjs
+@webassemblyjs/floating-point-hex-parser@1.11.1 | MIT | https://github.com/xtuc/webassemblyjs
+@webassemblyjs/helper-api-error@1.11.1 | MIT | https://github.com/xtuc/webassemblyjs
+@webassemblyjs/helper-buffer@1.11.1 | MIT | https://github.com/xtuc/webassemblyjs
+@webassemblyjs/helper-numbers@1.11.1 | MIT | https://github.com/xtuc/webassemblyjs
+@webassemblyjs/helper-wasm-bytecode@1.11.1 | MIT | https://github.com/xtuc/webassemblyjs
+@webassemblyjs/helper-wasm-section@1.11.1 | MIT | https://github.com/xtuc/webassemblyjs
+@webassemblyjs/ieee754@1.11.1 | MIT | https://github.com/xtuc/webassemblyjs
+@webassemblyjs/leb128@1.11.1 | Apache-2.0 | https://github.com/xtuc/webassemblyjs
+@webassemblyjs/utf8@1.11.1 | MIT | https://github.com/xtuc/webassemblyjs
+@webassemblyjs/wasm-edit@1.11.1 | MIT | https://github.com/xtuc/webassemblyjs
+@webassemblyjs/wasm-gen@1.11.1 | MIT | https://github.com/xtuc/webassemblyjs
+@webassemblyjs/wasm-opt@1.11.1 | MIT | https://github.com/xtuc/webassemblyjs
+@webassemblyjs/wasm-parser@1.11.1 | MIT | https://github.com/xtuc/webassemblyjs
+@webassemblyjs/wast-printer@1.11.1 | MIT | https://github.com/xtuc/webassemblyjs
@xtuc/ieee754@1.2.0 | BSD-3-Clause | https://github.com/feross/ieee754
@xtuc/long@4.2.2 | Apache-2.0 | https://github.com/dcodeIO/long.js
-abab@2.0.5 | BSD-3-Clause | https://github.com/jsdom/abab
abbrev@1.1.1 | ISC | https://github.com/isaacs/abbrev-js
accepts@1.3.7 | MIT | https://github.com/jshttp/accepts
-acorn-globals@4.3.4 | MIT | https://github.com/ForbesLindesay/acorn-globals
+acorn-import-assertions@1.8.0 | MIT | https://github.com/xtuc/acorn-import-assertions
acorn-jsx@5.3.1 | MIT | https://github.com/acornjs/acorn-jsx
-acorn-walk@6.2.0 | MIT | https://github.com/acornjs/acorn
-acorn-walk@7.2.0 | MIT | https://github.com/acornjs/acorn
-acorn@5.7.4 | MIT | https://github.com/acornjs/acorn
-acorn@6.4.2 | MIT | https://github.com/acornjs/acorn
-acorn@7.4.1 | MIT | https://github.com/acornjs/acorn
+acorn-walk@8.2.0 | MIT | https://github.com/acornjs/acorn
+acorn@8.6.0 | MIT | https://github.com/acornjs/acorn
address@1.1.2 | MIT | https://github.com/node-modules/address
aggregate-error@3.1.0 | MIT | https://github.com/sindresorhus/aggregate-error
-ajv-errors@1.0.1 | MIT | https://github.com/epoberezkin/ajv-errors
+ajv-formats@2.1.1 | MIT | https://github.com/ajv-validator/ajv-formats
ajv-keywords@3.5.2 | MIT | https://github.com/epoberezkin/ajv-keywords
+ajv-keywords@5.1.0 | MIT | https://github.com/epoberezkin/ajv-keywords
ajv@6.12.6 | MIT | https://github.com/ajv-validator/ajv
+ajv@8.8.2 | MIT | https://github.com/ajv-validator/ajv
alphanum-sort@1.0.2 | MIT | https://github.com/TrySound/alphanum-sort
-ansi-colors@3.2.4 | MIT | https://github.com/doowb/ansi-colors
ansi-colors@4.1.1 | MIT | https://github.com/doowb/ansi-colors
ansi-escapes@3.2.0 | MIT | https://github.com/sindresorhus/ansi-escapes
ansi-escapes@4.3.2 | MIT | https://github.com/sindresorhus/ansi-escapes
-ansi-html@0.0.7 | Apache-2.0 | https://github.com/Tjatse/ansi-html
+ansi-html-community@0.0.8 | Apache-2.0 | https://github.com/mahdyar/ansi-html-community
ansi-regex@2.1.1 | MIT | https://github.com/chalk/ansi-regex
ansi-regex@3.0.0 | MIT | https://github.com/chalk/ansi-regex
ansi-regex@4.1.0 | MIT | https://github.com/chalk/ansi-regex
-ansi-regex@5.0.0 | MIT | https://github.com/chalk/ansi-regex
ansi-regex@5.0.1 | MIT | https://github.com/chalk/ansi-regex
-ansi-styles@2.2.1 | MIT | https://github.com/chalk/ansi-styles
+ansi-regex@6.0.1 | MIT | https://github.com/chalk/ansi-regex
ansi-styles@3.2.1 | MIT | https://github.com/chalk/ansi-styles
ansi-styles@4.3.0 | MIT | https://github.com/chalk/ansi-styles
-ansi-styles@5.2.0 | MIT | https://github.com/chalk/ansi-styles
+ansi-styles@6.1.0 | MIT | https://github.com/chalk/ansi-styles
any-promise@1.3.0 | MIT | https://github.com/kevinbeaty/any-promise
-anymatch@2.0.0 | ISC | https://github.com/micromatch/anymatch
anymatch@3.1.1 | ISC | https://github.com/micromatch/anymatch
-aproba@1.2.0 | ISC | https://github.com/iarna/aproba
+anymatch@3.1.2 | ISC | https://github.com/micromatch/anymatch
arch@2.2.0 | MIT | https://github.com/feross/arch
-argparse@1.0.10 | MIT | https://github.com/nodeca/argparse
-arr-diff@4.0.0 | MIT | https://github.com/jonschlinkert/arr-diff
-arr-flatten@1.1.0 | MIT | https://github.com/jonschlinkert/arr-flatten
-arr-union@3.1.0 | MIT | https://github.com/jonschlinkert/arr-union
-array-equal@1.0.0 | MIT | https://github.com/component/array-equal
+argparse@2.0.1 | Python-2.0 | https://github.com/nodeca/argparse
array-find-index@1.0.2 | MIT | https://github.com/sindresorhus/array-find-index
array-flatten@1.1.1 | MIT | https://github.com/blakeembrey/array-flatten
array-flatten@2.1.2 | MIT | https://github.com/blakeembrey/array-flatten
-array-union@1.0.2 | MIT | https://github.com/sindresorhus/array-union
array-union@2.1.0 | MIT | https://github.com/sindresorhus/array-union
-array-uniq@1.0.3 | MIT | https://github.com/sindresorhus/array-uniq
-array-unique@0.3.2 | MIT | https://github.com/jonschlinkert/array-unique
asap@2.0.6 | MIT | https://github.com/kriskowal/asap
-asn1.js@5.4.1 | MIT | https://github.com/indutny/asn1.js
-asn1@0.2.4 | MIT | https://github.com/joyent/node-asn1
+asn1@0.2.6 | MIT | https://github.com/joyent/node-asn1
assert-plus@1.0.0 | MIT | https://github.com/mcavage/node-assert-plus
-assert@1.5.0 | MIT | https://github.com/browserify/commonjs-assert
-assign-symbols@1.0.0 | MIT | https://github.com/jonschlinkert/assign-symbols
-astral-regex@1.0.0 | MIT | https://github.com/kevva/astral-regex
astral-regex@2.0.0 | MIT | https://github.com/kevva/astral-regex
-async-each@1.0.3 | MIT | https://github.com/paulmillr/async-each
-async-limiter@1.0.1 | MIT | https://github.com/strml/async-limiter
async@2.6.3 | MIT | https://github.com/caolan/async
-async@3.2.1 | MIT | https://github.com/caolan/async
+async@3.2.2 | MIT | https://github.com/caolan/async
asynckit@0.4.0 | MIT | https://github.com/alexindigo/asynckit
at-least-node@1.0.0 | ISC | https://github.com/RyanZim/at-least-node
-atob@2.1.2 | (MIT OR Apache-2.0) | git://git.coolaj86.com/coolaj86/atob.js
-autoprefixer@9.8.8 | MIT | https://github.com/postcss/autoprefixer
+autoprefixer@10.4.0 | MIT | https://github.com/postcss/autoprefixer
aws-sign2@0.7.0 | Apache-2.0 | https://github.com/mikeal/aws-sign
aws4@1.11.0 | MIT | https://github.com/mhart/aws4
-babel-code-frame@6.26.0 | MIT | https://github.com/babel/babel/tree/master/packages/babel-code-frame
-babel-core@7.0.0-bridge.0 | MIT |
-babel-jest@24.9.0 | MIT | https://github.com/facebook/jest
-babel-loader@8.2.2 | MIT | https://github.com/babel/babel-loader
-babel-messages@6.23.0 | MIT | https://github.com/babel/babel/tree/master/packages/babel-messages
+babel-loader@8.2.3 | MIT | https://github.com/babel/babel-loader
babel-plugin-dynamic-import-node@2.3.3 | MIT | https://github.com/airbnb/babel-plugin-dynamic-import-node
-babel-plugin-istanbul@5.2.0 | BSD-3-Clause | https://github.com/istanbuljs/babel-plugin-istanbul
-babel-plugin-jest-hoist@24.9.0 | MIT | https://github.com/facebook/jest
-babel-plugin-polyfill-corejs2@0.2.2 | MIT | https://github.com/babel/babel-polyfills
-babel-plugin-polyfill-corejs3@0.2.5 | MIT | https://github.com/babel/babel-polyfills
-babel-plugin-polyfill-regenerator@0.2.2 | MIT | https://github.com/babel/babel-polyfills
-babel-plugin-transform-es2015-modules-commonjs@6.26.2 | MIT | https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs
-babel-plugin-transform-strict-mode@6.24.1 | MIT | https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode
-babel-preset-jest@24.9.0 | MIT | https://github.com/facebook/jest
-babel-runtime@6.26.0 | MIT | https://github.com/babel/babel/tree/master/packages/babel-runtime
-babel-template@6.26.0 | MIT | https://github.com/babel/babel/tree/master/packages/babel-template
-babel-traverse@6.26.0 | MIT | https://github.com/babel/babel/tree/master/packages/babel-traverse
-babel-types@6.26.0 | MIT | https://github.com/babel/babel/tree/master/packages/babel-types
-babylon@6.18.0 | MIT | https://github.com/babel/babylon
+babel-plugin-polyfill-corejs2@0.3.0 | MIT | https://github.com/babel/babel-polyfills
+babel-plugin-polyfill-corejs3@0.4.0 | MIT | https://github.com/babel/babel-polyfills
+babel-plugin-polyfill-regenerator@0.3.0 | MIT | https://github.com/babel/babel-polyfills
balanced-match@1.0.0 | MIT | https://github.com/juliangruber/balanced-match
base64-js@1.5.1 | MIT | https://github.com/beatgammit/base64-js
-base@0.11.2 | MIT | https://github.com/node-base/base
batch@0.6.1 | MIT | https://github.com/visionmedia/batch
bcrypt-pbkdf@1.0.2 | BSD-3-Clause | https://github.com/joyent/node-bcrypt-pbkdf
-bfj@6.1.2 | MIT | git+https://gitlab.com/philbooth/bfj
-big.js@3.2.0 | MIT | https://github.com/MikeMcl/big.js
big.js@5.2.2 | MIT | https://github.com/MikeMcl/big.js
-binary-extensions@1.13.1 | MIT | https://github.com/sindresorhus/binary-extensions
binary-extensions@2.2.0 | MIT | https://github.com/sindresorhus/binary-extensions
-bindings@1.5.0 | MIT | https://github.com/TooTallNate/node-bindings
bl@4.1.0 | MIT | https://github.com/rvagg/bl
blob-util@2.0.2 | Apache-2.0 | https://github.com/nolanlawson/blob-util
bluebird@3.7.2 | MIT | https://github.com/petkaantonov/bluebird
-bn.js@4.12.0 | MIT | https://github.com/indutny/bn.js
-bn.js@5.2.0 | MIT | https://github.com/indutny/bn.js
body-parser@1.19.0 | MIT | https://github.com/expressjs/body-parser
bonjour@3.5.0 | MIT | https://github.com/watson/bonjour
boolbase@1.0.0 | ISC | https://github.com/fb55/boolbase
brace-expansion@1.1.11 | MIT | https://github.com/juliangruber/brace-expansion
-braces@2.3.2 | MIT | https://github.com/micromatch/braces
braces@3.0.2 | MIT | https://github.com/micromatch/braces
-brorand@1.1.0 | MIT | https://github.com/indutny/brorand
-browser-process-hrtime@1.0.0 | BSD-2-Clause | https://github.com/kumavis/browser-process-hrtime
-browser-resolve@1.11.3 | MIT | https://github.com/shtylman/node-browser-resolve
-browserify-aes@1.2.0 | MIT | https://github.com/crypto-browserify/browserify-aes
-browserify-cipher@1.0.1 | MIT | https://github.com/crypto-browserify/browserify-cipher
-browserify-des@1.0.2 | MIT | https://github.com/crypto-browserify/browserify-des
-browserify-rsa@4.1.0 | MIT | https://github.com/crypto-browserify/browserify-rsa
-browserify-sign@4.2.1 | ISC | https://github.com/crypto-browserify/browserify-sign
-browserify-zlib@0.2.0 | MIT | https://github.com/devongovett/browserify-zlib
-browserslist@4.16.6 | MIT | https://github.com/browserslist/browserslist
-browserslist@4.17.4 | MIT | https://github.com/browserslist/browserslist
-bs-logger@0.2.6 | MIT | https://github.com/huafu/bs-logger
-bser@2.1.1 | Apache-2.0 | https://github.com/facebook/watchman
+browserslist@4.18.1 | MIT | https://github.com/browserslist/browserslist
buffer-crc32@0.2.13 | MIT | https://github.com/brianloveswords/buffer-crc32
buffer-from@1.1.1 | MIT | https://github.com/LinusU/buffer-from
buffer-indexof@1.1.1 | MIT | https://github.com/soldair/node-buffer-indexof
buffer-json@2.0.0 | MIT | https://github.com/jprichardson/buffer-json
-buffer-xor@1.0.3 | MIT | https://github.com/crypto-browserify/buffer-xor
-buffer@4.9.2 | MIT | https://github.com/feross/buffer
buffer@5.7.1 | MIT | https://github.com/feross/buffer
-builtin-modules@1.1.1 | MIT | https://github.com/sindresorhus/builtin-modules
-builtin-status-codes@3.0.0 | MIT | https://github.com/bendrucker/builtin-status-codes
bytes@3.0.0 | MIT | https://github.com/visionmedia/bytes.js
bytes@3.1.0 | MIT | https://github.com/visionmedia/bytes.js
-cacache@12.0.4 | ISC | https://github.com/npm/cacache
-cacache@15.3.0 | ISC | https://github.com/npm/cacache
-cache-base@1.0.1 | MIT | https://github.com/jonschlinkert/cache-base
cache-loader@4.1.0 | MIT | https://github.com/webpack-contrib/cache-loader
cachedir@2.3.0 | MIT | https://github.com/LinusU/node-cachedir
call-bind@1.0.2 | MIT | https://github.com/ljharb/call-bind
-call-me-maybe@1.0.1 | MIT | https://github.com/limulus/call-me-maybe
-caller-callsite@2.0.0 | MIT | https://github.com/sindresorhus/caller-callsite
-caller-path@2.0.0 | MIT | https://github.com/sindresorhus/caller-path
callsite@1.0.0 | MIT* |
-callsites@2.0.0 | MIT | https://github.com/sindresorhus/callsites
callsites@3.1.0 | MIT | https://github.com/sindresorhus/callsites
-camel-case@3.0.0 | MIT | https://github.com/blakeembrey/camel-case
+camel-case@4.1.2 | MIT | https://github.com/blakeembrey/change-case
camelcase@4.1.0 | MIT | https://github.com/sindresorhus/camelcase
camelcase@5.3.1 | MIT | https://github.com/sindresorhus/camelcase
-camelcase@6.2.0 | MIT | https://github.com/sindresorhus/camelcase
+camelcase@6.2.1 | MIT | https://github.com/sindresorhus/camelcase
caniuse-api@3.0.0 | MIT | https://github.com/nyalab/caniuse-api
-caniuse-lite@1.0.30001243 | CC-BY-4.0 | https://github.com/browserslist/caniuse-lite
-caniuse-lite@1.0.30001269 | CC-BY-4.0 | https://github.com/browserslist/caniuse-lite
-capture-exit@2.0.0 | ISC | https://github.com/stefanpenner/capture-exit
+caniuse-lite@1.0.30001282 | CC-BY-4.0 | https://github.com/browserslist/caniuse-lite
case-sensitive-paths-webpack-plugin@2.4.0 | MIT | https://github.com/Urthen/case-sensitive-paths-webpack-plugin
caseless@0.12.0 | Apache-2.0 | https://github.com/mikeal/caseless
-chalk@1.1.3 | MIT | https://github.com/chalk/chalk
chalk@2.4.2 | MIT | https://github.com/chalk/chalk
chalk@4.1.2 | MIT | https://github.com/chalk/chalk
-chardet@0.7.0 | MIT | https://github.com/runk/node-chardet
check-more-types@2.24.0 | MIT | https://github.com/kensho/check-more-types
-check-types@8.0.3 | MIT | git+https://gitlab.com/philbooth/check-types.js
-chokidar@2.1.8 | MIT | https://github.com/paulmillr/chokidar
chokidar@3.5.1 | MIT | https://github.com/paulmillr/chokidar
-chownr@1.1.4 | ISC | https://github.com/isaacs/chownr
-chownr@2.0.0 | ISC | https://github.com/isaacs/chownr
+chokidar@3.5.2 | MIT | https://github.com/paulmillr/chokidar
chrome-trace-event@1.0.2 | MIT | github.com:samccone/chrome-trace-event
ci-info@1.6.0 | MIT | https://github.com/watson/ci-info
-ci-info@2.0.0 | MIT | https://github.com/watson/ci-info
ci-info@3.2.0 | MIT | https://github.com/watson/ci-info
-cipher-base@1.0.4 | MIT | https://github.com/crypto-browserify/cipher-base
-class-utils@0.3.6 | MIT | https://github.com/jonschlinkert/class-utils
-clean-css@4.2.3 | MIT | https://github.com/jakubpawlowicz/clean-css
+clean-css@5.2.2 | MIT | https://github.com/clean-css/clean-css
clean-stack@2.2.0 | MIT | https://github.com/sindresorhus/clean-stack
cli-cursor@2.1.0 | MIT | https://github.com/sindresorhus/cli-cursor
cli-cursor@3.1.0 | MIT | https://github.com/sindresorhus/cli-cursor
cli-highlight@2.1.11 | ISC | https://github.com/felixfbecker/cli-highlight
-cli-spinners@2.6.0 | MIT | https://github.com/sindresorhus/cli-spinners
+cli-spinners@2.6.1 | MIT | https://github.com/sindresorhus/cli-spinners
cli-table3@0.6.0 | MIT | https://github.com/cli-table/cli-table3
cli-truncate@2.1.0 | MIT | https://github.com/sindresorhus/cli-truncate
-cli-width@3.0.0 | ISC | https://github.com/knownasilya/cli-width
+cli-truncate@3.1.0 | MIT | https://github.com/sindresorhus/cli-truncate
clipboardy@2.3.0 | MIT | https://github.com/sindresorhus/clipboardy
cliui@4.1.0 | ISC | https://github.com/yargs/cliui
-cliui@5.0.0 | ISC | https://github.com/yargs/cliui
-cliui@6.0.0 | ISC | https://github.com/yargs/cliui
cliui@7.0.4 | ISC | https://github.com/yargs/cliui
+clone-deep@4.0.1 | MIT | https://github.com/jonschlinkert/clone-deep
clone@1.0.4 | MIT | https://github.com/pvorb/node-clone
clone@2.1.2 | MIT | https://github.com/pvorb/node-clone
-co@4.6.0 | MIT | https://github.com/tj/co
-coa@2.0.2 | MIT | https://github.com/veged/coa
code-point-at@1.1.0 | MIT | https://github.com/sindresorhus/code-point-at
-collection-visit@1.0.0 | MIT | https://github.com/jonschlinkert/collection-visit
color-convert@2.0.1 | MIT | https://github.com/Qix-/color-convert
color-name@1.1.4 | MIT | https://github.com/colorjs/color-name
-color-string@1.6.0 | MIT | https://github.com/Qix-/color-string
-color@3.2.1 | MIT | https://github.com/Qix-/color
-colorette@1.2.2 | MIT | https://github.com/jorgebucaran/colorette
+colord@2.9.1 | MIT | https://github.com/omgovich/colord
+colorette@2.0.16 | MIT | https://github.com/jorgebucaran/colorette
colors@1.4.0 | MIT | https://github.com/Marak/colors.js
combined-stream@1.0.8 | MIT | https://github.com/felixge/node-combined-stream
-commander@2.17.1 | MIT | https://github.com/tj/commander.js
-commander@2.19.0 | MIT | https://github.com/tj/commander.js
commander@2.20.3 | MIT | https://github.com/tj/commander.js
commander@5.1.0 | MIT | https://github.com/tj/commander.js
commander@7.2.0 | MIT | https://github.com/tj/commander.js
+commander@8.3.0 | MIT | https://github.com/tj/commander.js
common-tags@1.8.0 | MIT | https://github.com/declandewet/common-tags
commondir@1.0.1 | MIT | https://github.com/substack/node-commondir
-component-emitter@1.3.0 | MIT | https://github.com/component/emitter
compressible@2.0.18 | MIT | https://github.com/jshttp/compressible
-compression-webpack-plugin@6.1.1 | MIT | https://github.com/webpack-contrib/compression-webpack-plugin
+compression-webpack-plugin@9.0.1 | MIT | https://github.com/webpack-contrib/compression-webpack-plugin
compression@1.7.4 | MIT | https://github.com/expressjs/compression
concat-map@0.0.1 | MIT | https://github.com/substack/node-concat-map
-concat-stream@1.6.2 | MIT | https://github.com/maxogden/concat-stream
condense-newlines@0.2.1 | MIT | https://github.com/jonschlinkert/condense-newlines
config-chain@1.1.13 | MIT | https://github.com/dominictarr/config-chain
connect-history-api-fallback@1.6.0 | MIT | https://github.com/bripkens/connect-history-api-fallback
-console-browserify@1.2.0 | MIT | https://github.com/browserify/console-browserify
consolidate@0.15.1 | MIT | https://github.com/tj/consolidate.js
-constants-browserify@1.0.0 | MIT | https://github.com/juliangruber/constants-browserify
content-disposition@0.5.3 | MIT | https://github.com/jshttp/content-disposition
content-type@1.0.4 | MIT | https://github.com/jshttp/content-type
convert-source-map@1.8.0 | MIT | https://github.com/thlorenz/convert-source-map
cookie-signature@1.0.6 | MIT | https://github.com/visionmedia/node-cookie-signature
cookie@0.4.0 | MIT | https://github.com/jshttp/cookie
-copy-concurrently@1.0.5 | ISC | https://github.com/npm/copy-concurrently
-copy-descriptor@0.1.1 | MIT | https://github.com/jonschlinkert/copy-descriptor
-copy-webpack-plugin@5.1.2 | MIT | https://github.com/webpack-contrib/copy-webpack-plugin
-core-js-compat@3.18.3 | MIT | https://github.com/zloirock/core-js
-core-js@2.6.12 | MIT | https://github.com/zloirock/core-js
+copy-webpack-plugin@9.0.1 | MIT | https://github.com/webpack-contrib/copy-webpack-plugin
+core-js-compat@3.19.1 | MIT | https://github.com/zloirock/core-js
core-util-is@1.0.2 | MIT | https://github.com/isaacs/core-util-is
-cosmiconfig@5.2.1 | MIT | https://github.com/davidtheclark/cosmiconfig
cosmiconfig@6.0.0 | MIT | https://github.com/davidtheclark/cosmiconfig
cosmiconfig@7.0.1 | MIT | https://github.com/davidtheclark/cosmiconfig
-create-ecdh@4.0.4 | MIT | https://github.com/crypto-browserify/createECDH
-create-hash@1.2.0 | MIT | https://github.com/crypto-browserify/createHash
-create-hmac@1.1.7 | MIT | https://github.com/crypto-browserify/createHmac
cross-spawn@5.1.0 | MIT | https://github.com/IndigoUnited/node-cross-spawn
cross-spawn@6.0.5 | MIT | https://github.com/moxystudio/node-cross-spawn
cross-spawn@7.0.3 | MIT | https://github.com/moxystudio/node-cross-spawn
-crypto-browserify@3.12.0 | MIT | https://github.com/crypto-browserify/crypto-browserify
-css-color-names@0.0.4 | MIT | https://github.com/bahamas10/css-color-names
-css-declaration-sorter@4.0.1 | MIT | https://github.com/Siilwyn/css-declaration-sorter
-css-loader@3.6.0 | MIT | https://github.com/webpack-contrib/css-loader
-css-select-base-adapter@0.1.1 | MIT | https://github.com/nrkn/css-select-base-adapter
-css-select@2.1.0 | BSD-2-Clause | https://github.com/fb55/css-select
+css-color-names@1.0.1 | MIT | https://github.com/bahamas10/css-color-names
+css-declaration-sorter@6.1.3 | ISC | https://github.com/Siilwyn/css-declaration-sorter
+css-loader@6.5.1 | MIT | https://github.com/webpack-contrib/css-loader
+css-minimizer-webpack-plugin@3.1.2 | MIT | https://github.com/webpack-contrib/css-minimizer-webpack-plugin
css-select@4.1.3 | BSD-2-Clause | https://github.com/fb55/css-select
-css-tree@1.0.0-alpha.37 | MIT | https://github.com/csstree/csstree
css-tree@1.1.3 | MIT | https://github.com/csstree/csstree
-css-what@3.4.2 | BSD-2-Clause | https://github.com/fb55/css-what
css-what@5.1.0 | BSD-2-Clause | https://github.com/fb55/css-what
-css@2.2.4 | MIT | https://github.com/reworkcss/css
cssesc@3.0.0 | MIT | https://github.com/mathiasbynens/cssesc
-cssnano-preset-default@4.0.8 | MIT | https://github.com/cssnano/cssnano
-cssnano-util-get-arguments@4.0.0 | MIT | https://github.com/cssnano/cssnano
-cssnano-util-get-match@4.0.0 | MIT | https://github.com/cssnano/cssnano
-cssnano-util-raw-cache@4.0.1 | MIT | https://github.com/cssnano/cssnano
-cssnano-util-same-parent@4.0.1 | MIT | https://github.com/cssnano/cssnano
-cssnano@4.1.11 | MIT | https://github.com/cssnano/cssnano
+cssnano-preset-default@5.1.6 | MIT | https://github.com/cssnano/cssnano
+cssnano-utils@2.0.1 | MIT | https://github.com/cssnano/cssnano
+cssnano@5.0.10 | MIT | https://github.com/cssnano/cssnano
csso@4.2.0 | MIT | https://github.com/css/csso
-cssom@0.3.8 | MIT | https://github.com/NV/CSSOM
-cssom@0.4.4 | MIT | https://github.com/NV/CSSOM
-cssstyle@1.4.0 | MIT | https://github.com/jsakas/CSSStyleDeclaration
-cssstyle@2.3.0 | MIT | https://github.com/jsdom/cssstyle
csv-parse@4.15.4 | MIT | https://github.com/wdavidw/node-csv-parse
csv2md@1.1.0 | MIT | https://github.com/pstaender/csv2md
-cyclist@1.0.1 | MIT | https://github.com/mafintosh/cyclist
-cypress-fail-fast@3.1.1 | MIT | https://github.com/javierbrea/cypress-fail-fast
-cypress@8.6.0 | MIT | https://github.com/cypress-io/cypress
+cypress-fail-fast@3.3.0 | MIT | https://github.com/javierbrea/cypress-fail-fast
+cypress@9.1.0 | MIT | https://github.com/cypress-io/cypress
dashdash@1.14.1 | MIT | https://github.com/trentm/node-dashdash
-data-urls@1.1.0 | MIT | https://github.com/jsdom/data-urls
de-indent@1.0.2 | MIT | https://github.com/yyx990803/de-indent
-deasync@0.1.23 | MIT | https://github.com/abbr/deasync
debug@2.6.9 | MIT | https://github.com/visionmedia/debug
debug@3.2.7 | MIT | https://github.com/visionmedia/debug
-debug@4.3.1 | MIT | https://github.com/visionmedia/debug
debug@4.3.2 | MIT | https://github.com/visionmedia/debug
debuglog@1.0.1 | MIT | https://github.com/sam-github/node-debuglog
decache@4.6.0 | MIT | https://github.com/dwyl/decache
decamelize@1.2.0 | MIT | https://github.com/sindresorhus/decamelize
-decode-uri-component@0.2.0 | MIT | https://github.com/SamVerschueren/decode-uri-component
deep-equal@1.1.1 | MIT | https://github.com/substack/node-deep-equal
deep-is@0.1.4 | MIT | https://github.com/thlorenz/deep-is
deepmerge@1.5.2 | MIT | https://github.com/KyleAMathews/deepmerge
-default-gateway@4.2.0 | BSD-2-Clause | https://github.com/silverwind/default-gateway
-default-gateway@5.0.5 | BSD-2-Clause | https://github.com/silverwind/default-gateway
+default-gateway@6.0.3 | BSD-2-Clause | https://github.com/silverwind/default-gateway
defaults@1.0.3 | MIT | https://github.com/tmpvar/defaults
define-lazy-prop@2.0.0 | MIT | https://github.com/sindresorhus/define-lazy-prop
define-properties@1.1.3 | MIT | https://github.com/ljharb/define-properties
-define-property@0.2.5 | MIT | https://github.com/jonschlinkert/define-property
-define-property@1.0.0 | MIT | https://github.com/jonschlinkert/define-property
-define-property@2.0.2 | MIT | https://github.com/jonschlinkert/define-property
-del@4.1.1 | MIT | https://github.com/sindresorhus/del
+del@6.0.0 | MIT | https://github.com/sindresorhus/del
delayed-stream@1.0.0 | MIT | https://github.com/felixge/node-delayed-stream
depd@1.1.2 | MIT | https://github.com/dougwilson/nodejs-depd
-des.js@1.0.1 | MIT | https://github.com/indutny/des.js
destroy@1.0.4 | MIT | https://github.com/stream-utils/destroy
-detect-newline@2.1.0 | MIT | https://github.com/sindresorhus/detect-newline
detect-node@2.1.0 | MIT | https://github.com/iliakan/detect-node
dezalgo@1.0.3 | ISC | https://github.com/npm/dezalgo
-diff-sequences@24.9.0 | MIT | https://github.com/facebook/jest
-diff-sequences@27.0.6 | MIT | https://github.com/facebook/jest
-diff@4.0.2 | BSD-3-Clause | https://github.com/kpdecker/jsdiff
-diffie-hellman@5.0.3 | MIT | https://github.com/crypto-browserify/diffie-hellman
-dir-glob@2.2.2 | MIT | https://github.com/kevva/dir-glob
dir-glob@3.0.1 | MIT | https://github.com/kevva/dir-glob
dns-equal@1.0.0 | MIT | https://github.com/watson/dns-equal
dns-packet@1.3.4 | MIT | https://github.com/mafintosh/dns-packet
@@ -550,418 +387,250 @@ dns-txt@2.0.2 | MIT | https://github.com/watson/dns-txt
doctrine@3.0.0 | Apache-2.0 | https://github.com/eslint/doctrine
dom-converter@0.2.0 | MIT | https://github.com/AriaMinaei/dom-converter
dom-event-types@1.0.0 | MIT | https://github.com/eddyerburgh/dom-event-types
-dom-serializer@0.2.2 | MIT | https://github.com/cheeriojs/dom-renderer
dom-serializer@1.3.2 | MIT | https://github.com/cheeriojs/dom-renderer
-domain-browser@1.2.0 | MIT | https://github.com/bevry/domain-browser
-domelementtype@1.3.1 | BSD-2-Clause | https://github.com/fb55/domelementtype
domelementtype@2.2.0 | BSD-2-Clause | https://github.com/fb55/domelementtype
-domexception@1.0.1 | MIT | https://github.com/jsdom/domexception
domhandler@4.2.2 | BSD-2-Clause | https://github.com/fb55/domhandler
-domutils@1.7.0 | BSD-2-Clause | https://github.com/FB55/domutils
domutils@2.8.0 | BSD-2-Clause | https://github.com/fb55/domutils
-dot-prop@5.3.0 | MIT | https://github.com/sindresorhus/dot-prop
+dot-case@3.0.4 | MIT | https://github.com/blakeembrey/change-case
dotenv-expand@5.1.0 | BSD-2-Clause |
-dotenv@8.6.0 | BSD-2-Clause | https://github.com/motdotla/dotenv
+dotenv@10.0.0 | BSD-2-Clause | https://github.com/motdotla/dotenv
duplexer@0.1.2 | MIT | https://github.com/Raynos/duplexer
-duplexify@3.7.1 | MIT | https://github.com/mafintosh/duplexify
easy-stack@1.0.1 | MIT | https://github.com/RIAEvangelist/easy-stack
ecc-jsbn@0.1.2 | MIT | https://github.com/quartzjer/ecc-jsbn
editorconfig@0.15.3 | MIT | https://github.com/editorconfig/editorconfig-core-js
ee-first@1.1.1 | MIT | https://github.com/jonathanong/ee-first
-ejs@2.7.4 | Apache-2.0 | https://github.com/mde/ejs
-electron-to-chromium@1.3.770 | ISC | https://github.com/kilian/electron-to-chromium
-electron-to-chromium@1.3.871 | ISC | https://github.com/kilian/electron-to-chromium
-elliptic@6.5.4 | MIT | https://github.com/indutny/elliptic
-emoji-regex@7.0.3 | MIT | https://github.com/mathiasbynens/emoji-regex
+electron-to-chromium@1.3.907 | ISC | https://github.com/kilian/electron-to-chromium
emoji-regex@8.0.0 | MIT | https://github.com/mathiasbynens/emoji-regex
-emojis-list@2.1.0 | MIT | https://github.com/kikobeats/emojis-list
+emoji-regex@9.2.2 | MIT | https://github.com/mathiasbynens/emoji-regex
emojis-list@3.0.0 | MIT | https://github.com/kikobeats/emojis-list
encodeurl@1.0.2 | MIT | https://github.com/pillarjs/encodeurl
end-of-stream@1.4.4 | MIT | https://github.com/mafintosh/end-of-stream
-enhanced-resolve@4.5.0 | MIT | https://github.com/webpack/enhanced-resolve
+enhanced-resolve@5.8.3 | MIT | https://github.com/webpack/enhanced-resolve
enquirer@2.3.6 | MIT | https://github.com/enquirer/enquirer
entities@2.2.0 | BSD-2-Clause | https://github.com/fb55/entities
-errno@0.1.8 | MIT | https://github.com/rvagg/node-errno
error-ex@1.3.2 | MIT | https://github.com/qix-/node-error-ex
error-stack-parser@2.0.6 | MIT | https://github.com/stacktracejs/error-stack-parser
-es-abstract@1.18.0 | MIT | https://github.com/ljharb/es-abstract
-es-abstract@1.19.1 | MIT | https://github.com/ljharb/es-abstract
-es-to-primitive@1.2.1 | MIT | https://github.com/ljharb/es-to-primitive
+es-module-lexer@0.9.3 | MIT | https://github.com/guybedford/es-module-lexer
escalade@3.1.1 | MIT | https://github.com/lukeed/escalade
escape-html@1.0.3 | MIT | https://github.com/component/escape-html
escape-string-regexp@1.0.5 | MIT | https://github.com/sindresorhus/escape-string-regexp
-escape-string-regexp@2.0.0 | MIT | https://github.com/sindresorhus/escape-string-regexp
-escodegen@1.14.3 | BSD-2-Clause | https://github.com/estools/escodegen
-eslint-config-prettier@6.15.0 | MIT | https://github.com/prettier/eslint-config-prettier
-eslint-loader@2.2.1 | MIT | https://github.com/webpack-contrib/eslint-loader
+escape-string-regexp@4.0.0 | MIT | https://github.com/sindresorhus/escape-string-regexp
+eslint-config-prettier@8.3.0 | MIT | https://github.com/prettier/eslint-config-prettier
eslint-plugin-cypress@2.12.1 | MIT | https://github.com/cypress-io/eslint-plugin-cypress
-eslint-plugin-prettier@3.4.1 | MIT | https://github.com/prettier/eslint-plugin-prettier
-eslint-plugin-vue@7.20.0 | MIT | https://github.com/vuejs/eslint-plugin-vue
-eslint-scope@4.0.3 | BSD-2-Clause | https://github.com/eslint/eslint-scope
+eslint-plugin-prettier@4.0.0 | MIT | https://github.com/prettier/eslint-plugin-prettier
+eslint-plugin-vue@8.1.1 | MIT | https://github.com/vuejs/eslint-plugin-vue
eslint-scope@5.1.1 | BSD-2-Clause | https://github.com/eslint/eslint-scope
-eslint-utils@1.4.3 | MIT | https://github.com/mysticatea/eslint-utils
-eslint-utils@2.1.0 | MIT | https://github.com/mysticatea/eslint-utils
+eslint-scope@6.0.0 | BSD-2-Clause | https://github.com/eslint/eslint-scope
+eslint-scope@7.1.0 | BSD-2-Clause | https://github.com/eslint/eslint-scope
eslint-utils@3.0.0 | MIT | https://github.com/mysticatea/eslint-utils
-eslint-visitor-keys@1.3.0 | Apache-2.0 | https://github.com/eslint/eslint-visitor-keys
eslint-visitor-keys@2.1.0 | Apache-2.0 | https://github.com/eslint/eslint-visitor-keys
-eslint@6.8.0 | MIT | https://github.com/eslint/eslint
-espree@6.2.1 | BSD-2-Clause | https://github.com/eslint/espree
-esprima@4.0.1 | BSD-2-Clause | https://github.com/jquery/esprima
+eslint-visitor-keys@3.1.0 | Apache-2.0 | https://github.com/eslint/eslint-visitor-keys
+eslint-webpack-plugin@3.1.0 | MIT | https://github.com/webpack-contrib/eslint-webpack-plugin
+eslint@8.3.0 | MIT | https://github.com/eslint/eslint
+espree@9.1.0 | BSD-2-Clause | https://github.com/eslint/espree
esquery@1.4.0 | BSD-3-Clause | https://github.com/estools/esquery
esrecurse@4.3.0 | BSD-2-Clause | https://github.com/estools/esrecurse
estraverse@4.3.0 | BSD-2-Clause | https://github.com/estools/estraverse
estraverse@5.2.0 | BSD-2-Clause | https://github.com/estools/estraverse
+estraverse@5.3.0 | BSD-2-Clause | https://github.com/estools/estraverse
esutils@2.0.3 | BSD-2-Clause | https://github.com/estools/esutils
etag@1.8.1 | MIT | https://github.com/jshttp/etag
event-pubsub@4.3.0 | Unlicense | https://github.com/RIAEvangelist/event-pubsub
eventemitter2@6.4.5 | MIT | https://github.com/hij1nx/EventEmitter2
eventemitter3@4.0.7 | MIT | https://github.com/primus/eventemitter3
events@3.3.0 | MIT | https://github.com/Gozala/events
-eventsource@1.1.0 | MIT | https://github.com/EventSource/eventsource
-evp_bytestokey@1.0.3 | MIT | https://github.com/crypto-browserify/EVP_BytesToKey
-exec-sh@0.3.6 | MIT | https://github.com/tsertkov/exec-sh
execa@0.8.0 | MIT | https://github.com/sindresorhus/execa
execa@1.0.0 | MIT | https://github.com/sindresorhus/execa
-execa@3.4.0 | MIT | https://github.com/sindresorhus/execa
execa@4.1.0 | MIT | https://github.com/sindresorhus/execa
execa@5.1.1 | MIT | https://github.com/sindresorhus/execa
executable@4.1.1 | MIT | https://github.com/kevva/executable
-exit@0.1.2 | MIT | https://github.com/cowboy/node-exit
-expand-brackets@2.1.4 | MIT | https://github.com/jonschlinkert/expand-brackets
-expect@24.9.0 | MIT | https://github.com/facebook/jest
express@4.17.1 | MIT | https://github.com/expressjs/express
extend-shallow@2.0.1 | MIT | https://github.com/jonschlinkert/extend-shallow
-extend-shallow@3.0.2 | MIT | https://github.com/jonschlinkert/extend-shallow
extend@3.0.2 | MIT | https://github.com/justmoon/node-extend
-external-editor@3.1.0 | MIT | https://github.com/mrkmg/node-external-editor
-extglob@2.0.4 | MIT | https://github.com/micromatch/extglob
-extract-from-css@0.4.4 | MIT | https://github.com/rubennorte/extract-from-css
extract-zip@2.0.1 | BSD-2-Clause | https://github.com/maxogden/extract-zip
extsprintf@1.3.0 | MIT | https://github.com/davepacheco/node-extsprintf
fake-xml-http-request@2.1.2 | MIT | https://github.com/trek/FakeXMLHttpRequest
fast-deep-equal@3.1.3 | MIT | https://github.com/epoberezkin/fast-deep-equal
fast-diff@1.2.0 | Apache-2.0 | https://github.com/jhchen/fast-diff
-fast-glob@2.2.7 | MIT | https://github.com/mrmlnc/fast-glob
fast-glob@3.2.7 | MIT | https://github.com/mrmlnc/fast-glob
fast-json-stable-stringify@2.1.0 | MIT | https://github.com/epoberezkin/fast-json-stable-stringify
fast-levenshtein@2.0.6 | MIT | https://github.com/hiddentao/fast-levenshtein
-fastq@1.12.0 | ISC | https://github.com/mcollina/fastq
+fastq@1.13.0 | ISC | https://github.com/mcollina/fastq
faye-websocket@0.11.4 | Apache-2.0 | https://github.com/faye/faye-websocket-node
-fb-watchman@2.0.1 | Apache-2.0 | https://github.com/facebook/watchman
fd-slicer@1.1.0 | MIT | https://github.com/andrewrk/node-fd-slicer
-figgy-pudding@3.5.2 | ISC | https://github.com/npm/figgy-pudding
+figures@2.0.0 | MIT | https://github.com/sindresorhus/figures
figures@3.2.0 | MIT | https://github.com/sindresorhus/figures
-file-entry-cache@5.0.1 | MIT | https://github.com/royriojas/file-entry-cache
-file-loader@4.3.0 | MIT | https://github.com/webpack-contrib/file-loader
+file-entry-cache@6.0.1 | MIT | https://github.com/royriojas/file-entry-cache
file-loader@6.2.0 | MIT | https://github.com/webpack-contrib/file-loader
-file-uri-to-path@1.0.0 | MIT | https://github.com/TooTallNate/file-uri-to-path
-filesize@3.6.1 | BSD-3-Clause | https://github.com/avoidwork/filesize.js
-fill-range@4.0.0 | MIT | https://github.com/jonschlinkert/fill-range
fill-range@7.0.1 | MIT | https://github.com/jonschlinkert/fill-range
finalhandler@1.1.2 | MIT | https://github.com/pillarjs/finalhandler
-find-babel-config@1.2.0 | MIT | https://github.com/tleunen/find-babel-config
-find-cache-dir@0.1.1 | MIT | https://github.com/jamestalmage/find-cache-dir
-find-cache-dir@2.1.0 | MIT | https://github.com/avajs/find-cache-dir
-find-cache-dir@3.3.1 | MIT | https://github.com/avajs/find-cache-dir
-find-up@1.1.2 | MIT | https://github.com/sindresorhus/find-up
+find-cache-dir@3.3.2 | MIT | https://github.com/avajs/find-cache-dir
find-up@2.1.0 | MIT | https://github.com/sindresorhus/find-up
-find-up@3.0.0 | MIT | https://github.com/sindresorhus/find-up
find-up@4.1.0 | MIT | https://github.com/sindresorhus/find-up
-flat-cache@2.0.1 | MIT | https://github.com/royriojas/flat-cache
-flatted@2.0.2 | ISC | https://github.com/WebReflection/flatted
-flush-write-stream@1.1.1 | MIT | https://github.com/mafintosh/flush-write-stream
-for-each@0.3.3 | MIT | https://github.com/Raynos/for-each
-for-in@1.0.2 | MIT | https://github.com/jonschlinkert/for-in
+flat-cache@3.0.4 | MIT | https://github.com/royriojas/flat-cache
+flatted@3.2.2 | ISC | https://github.com/WebReflection/flatted
forever-agent@0.6.1 | Apache-2.0 | https://github.com/mikeal/forever-agent
-fork-ts-checker-webpack-plugin@3.1.1 | MIT | https://github.com/TypeStrong/fork-ts-checker-webpack-plugin
-fork-ts-checker-webpack-plugin@5.2.1 | MIT | https://github.com/TypeStrong/fork-ts-checker-webpack-plugin
+fork-ts-checker-webpack-plugin@6.4.0 | MIT | https://github.com/TypeStrong/fork-ts-checker-webpack-plugin
form-data@2.3.3 | MIT | https://github.com/form-data/form-data
forwarded@0.2.0 | MIT | https://github.com/jshttp/forwarded
-fragment-cache@0.2.1 | MIT | https://github.com/jonschlinkert/fragment-cache
+fraction.js@4.1.1 | MIT | https://github.com/infusion/Fraction.js
fresh@0.5.2 | MIT | https://github.com/jshttp/fresh
-from2@2.3.0 | MIT | https://github.com/hughsk/from2
-fs-extra@7.0.1 | MIT | https://github.com/jprichardson/node-fs-extra
fs-extra@9.1.0 | MIT | https://github.com/jprichardson/node-fs-extra
-fs-minipass@2.1.0 | ISC | https://github.com/npm/fs-minipass
fs-monkey@1.0.3 | Unlicense | https://github.com/streamich/fs-monkey
-fs-write-stream-atomic@1.0.10 | ISC | https://github.com/npm/fs-write-stream-atomic
fs.realpath@1.0.0 | ISC | https://github.com/isaacs/fs.realpath
-fsevents@1.2.13 | MIT | https://github.com/strongloop/fsevents
-fsevents@2.3.2 | MIT | https://github.com/fsevents/fsevents
function-bind@1.1.1 | MIT | https://github.com/Raynos/function-bind
functional-red-black-tree@1.0.1 | MIT | https://github.com/mikolalysenko/functional-red-black-tree
gensync@1.0.0-beta.2 | MIT | https://github.com/loganfsmyth/gensync
get-caller-file@1.0.3 | ISC | https://github.com/stefanpenner/get-caller-file
get-caller-file@2.0.5 | ISC | https://github.com/stefanpenner/get-caller-file
get-intrinsic@1.1.1 | MIT | https://github.com/ljharb/get-intrinsic
-get-own-enumerable-property-symbols@3.0.2 | ISC | https://github.com/mightyiam/get-own-enumerable-property-symbols
-get-stdin@6.0.0 | MIT | https://github.com/sindresorhus/get-stdin
get-stream@3.0.0 | MIT | https://github.com/sindresorhus/get-stream
get-stream@4.1.0 | MIT | https://github.com/sindresorhus/get-stream
get-stream@5.2.0 | MIT | https://github.com/sindresorhus/get-stream
get-stream@6.0.1 | MIT | https://github.com/sindresorhus/get-stream
-get-symbol-description@1.0.0 | MIT | https://github.com/inspect-js/get-symbol-description
-get-value@2.0.6 | MIT | https://github.com/jonschlinkert/get-value
getos@3.2.1 | MIT | https://github.com/retrohacker/getos
getpass@0.1.7 | MIT | https://github.com/arekinath/node-getpass
-glob-parent@3.1.0 | ISC | https://github.com/es128/glob-parent
glob-parent@5.1.2 | ISC | https://github.com/gulpjs/glob-parent
-glob-to-regexp@0.3.0 | BSD* | https://github.com/fitzgen/glob-to-regexp
+glob-parent@6.0.2 | ISC | https://github.com/gulpjs/glob-parent
+glob-to-regexp@0.4.1 | BSD-2-Clause | https://github.com/fitzgen/glob-to-regexp
glob@7.1.6 | ISC | https://github.com/isaacs/node-glob
global-dirs@3.0.0 | MIT | https://github.com/sindresorhus/global-dirs
globals@11.12.0 | MIT | https://github.com/sindresorhus/globals
-globals@12.4.0 | MIT | https://github.com/sindresorhus/globals
-globals@9.18.0 | MIT | https://github.com/sindresorhus/globals
+globals@13.12.0 | MIT | https://github.com/sindresorhus/globals
globby@11.0.4 | MIT | https://github.com/sindresorhus/globby
-globby@6.1.0 | MIT | https://github.com/sindresorhus/globby
-globby@7.1.1 | MIT | https://github.com/sindresorhus/globby
-globby@9.2.0 | MIT | https://github.com/sindresorhus/globby
graceful-fs@4.2.6 | ISC | https://github.com/isaacs/node-graceful-fs
-growly@1.3.0 | MIT | https://github.com/theabraham/growly
-gzip-size@5.1.1 | MIT | https://github.com/sindresorhus/gzip-size
+gzip-size@6.0.0 | MIT | https://github.com/sindresorhus/gzip-size
handle-thing@2.0.1 | MIT | https://github.com/indutny/handle-thing
har-schema@2.0.0 | ISC | https://github.com/ahmadnassri/har-schema
har-validator@5.1.5 | MIT | https://github.com/ahmadnassri/node-har-validator
-has-ansi@2.0.0 | MIT | https://github.com/sindresorhus/has-ansi
-has-bigints@1.0.1 | MIT | https://github.com/ljharb/has-bigints
has-flag@3.0.0 | MIT | https://github.com/sindresorhus/has-flag
has-flag@4.0.0 | MIT | https://github.com/sindresorhus/has-flag
+has-flag@5.0.1 | MIT | https://github.com/sindresorhus/has-flag
has-symbols@1.0.2 | MIT | https://github.com/inspect-js/has-symbols
has-tostringtag@1.0.0 | MIT | https://github.com/inspect-js/has-tostringtag
-has-value@0.3.1 | MIT | https://github.com/jonschlinkert/has-value
-has-value@1.0.0 | MIT | https://github.com/jonschlinkert/has-value
-has-values@0.1.4 | MIT | https://github.com/jonschlinkert/has-values
-has-values@1.0.0 | MIT | https://github.com/jonschlinkert/has-values
has@1.0.3 | MIT | https://github.com/tarruda/has
-hash-base@3.1.0 | MIT | https://github.com/crypto-browserify/hash-base
hash-sum@1.0.2 | MIT | https://github.com/bevacqua/hash-sum
hash-sum@2.0.0 | MIT | https://github.com/bevacqua/hash-sum
-hash.js@1.1.7 | MIT | https://github.com/indutny/hash.js
he@1.2.0 | MIT | https://github.com/mathiasbynens/he
-hex-color-regex@1.1.0 | MIT | https://github.com/regexps/hex-color-regex
highlight.js@10.7.3 | BSD-3-Clause | https://github.com/highlightjs/highlight.js
-hmac-drbg@1.0.1 | MIT | https://github.com/indutny/hmac-drbg
-hoopy@0.1.4 | MIT | git+https://gitlab.com/philbooth/hoopy
hosted-git-info@2.8.9 | ISC | https://github.com/npm/hosted-git-info
hpack.js@2.1.6 | MIT | https://github.com/indutny/hpack.js
-hsl-regex@1.0.0 | MIT | https://github.com/regexps/hsl-regex
-hsla-regex@1.0.0 | MIT | https://github.com/regexps/hsla-regex
-html-encoding-sniffer@1.0.2 | MIT | https://github.com/jsdom/html-encoding-sniffer
-html-entities@1.4.0 | MIT | https://github.com/mdevils/node-html-entities
-html-escaper@2.0.2 | MIT | https://github.com/WebReflection/html-escaper
-html-minifier@3.5.21 | MIT | https://github.com/kangax/html-minifier
+html-entities@2.3.2 | MIT | https://github.com/mdevils/html-entities
+html-minifier-terser@6.0.2 | MIT | https://github.com/terser/html-minifier-terser
html-tags@2.0.0 | MIT | https://github.com/sindresorhus/html-tags
html-tags@3.1.0 | MIT | https://github.com/sindresorhus/html-tags
-html-webpack-plugin@3.2.0 | MIT | https://github.com/jantimon/html-webpack-plugin
+html-webpack-plugin@5.5.0 | MIT | https://github.com/jantimon/html-webpack-plugin
htmlparser2@6.1.0 | MIT | https://github.com/fb55/htmlparser2
http-deceiver@1.2.7 | MIT | https://github.com/indutny/http-deceiver
http-errors@1.6.3 | MIT | https://github.com/jshttp/http-errors
http-errors@1.7.2 | MIT | https://github.com/jshttp/http-errors
http-parser-js@0.5.3 | MIT | https://github.com/creationix/http-parser-js
-http-proxy-middleware@0.19.1 | MIT | https://github.com/chimurai/http-proxy-middleware
-http-proxy-middleware@1.3.1 | MIT | https://github.com/chimurai/http-proxy-middleware
+http-proxy-middleware@2.0.1 | MIT | https://github.com/chimurai/http-proxy-middleware
http-proxy@1.18.1 | MIT | https://github.com/http-party/node-http-proxy
http-signature@1.2.0 | MIT | https://github.com/joyent/node-http-signature
-https-browserify@1.0.0 | MIT | https://github.com/substack/https-browserify
human-signals@1.1.1 | Apache-2.0 | https://github.com/ehmicky/human-signals
human-signals@2.1.0 | Apache-2.0 | https://github.com/ehmicky/human-signals
-husky@6.0.0 | MIT | https://github.com/typicode/husky
+husky@7.0.4 | MIT | https://github.com/typicode/husky
iconv-lite@0.4.24 | MIT | https://github.com/ashtuchkin/iconv-lite
-icss-utils@4.1.1 | ISC | https://github.com/css-modules/icss-utils
+icss-utils@5.1.0 | ISC | https://github.com/css-modules/icss-utils
ieee754@1.2.1 | BSD-3-Clause | https://github.com/feross/ieee754
-iferr@0.1.5 | MIT | https://github.com/shesek/iferr
-ignore@3.3.10 | MIT | https://github.com/kaelzhang/node-ignore
ignore@4.0.6 | MIT | https://github.com/kaelzhang/node-ignore
-ignore@5.1.8 | MIT | https://github.com/kaelzhang/node-ignore
-import-cwd@2.1.0 | MIT | https://github.com/sindresorhus/import-cwd
-import-fresh@2.0.0 | MIT | https://github.com/sindresorhus/import-fresh
+ignore@5.1.9 | MIT | https://github.com/kaelzhang/node-ignore
import-fresh@3.3.0 | MIT | https://github.com/sindresorhus/import-fresh
-import-from@2.1.0 | MIT | https://github.com/sindresorhus/import-from
-import-local@2.0.0 | MIT | https://github.com/sindresorhus/import-local
imurmurhash@0.1.4 | MIT | https://github.com/jensyt/imurmurhash-js
indent-string@4.0.0 | MIT | https://github.com/sindresorhus/indent-string
-indexes-of@1.0.1 | MIT | https://github.com/dominictarr/indexes-of
-infer-owner@1.0.4 | ISC | https://github.com/npm/infer-owner
inflected@2.1.0 | MIT | https://github.com/martinandert/inflected
inflight@1.0.6 | ISC | https://github.com/npm/inflight
-inherits@2.0.1 | ISC | https://github.com/isaacs/inherits
inherits@2.0.3 | ISC | https://github.com/isaacs/inherits
inherits@2.0.4 | ISC | https://github.com/isaacs/inherits
ini@1.3.8 | ISC | https://github.com/isaacs/ini
ini@2.0.0 | ISC | https://github.com/isaacs/ini
-inquirer@7.3.3 | MIT | https://github.com/SBoudrias/Inquirer.js
-internal-ip@4.3.0 | MIT | https://github.com/sindresorhus/internal-ip
-internal-slot@1.0.3 | MIT | https://github.com/ljharb/internal-slot
+internal-ip@6.2.0 | MIT | https://github.com/sindresorhus/internal-ip
interpret@1.4.0 | MIT | https://github.com/gulpjs/interpret
-invariant@2.2.4 | MIT | https://github.com/zertosh/invariant
invert-kv@2.0.0 | MIT | https://github.com/sindresorhus/invert-kv
-ip-regex@2.1.0 | MIT | https://github.com/sindresorhus/ip-regex
+ip-regex@4.3.0 | MIT | https://github.com/sindresorhus/ip-regex
ip@1.1.5 | MIT | https://github.com/indutny/node-ip
ipaddr.js@1.9.1 | MIT | https://github.com/whitequark/ipaddr.js
+ipaddr.js@2.0.1 | MIT | https://github.com/whitequark/ipaddr.js
iris-client-frontend@0.1.0 | UNLICENSED |
-is-absolute-url@2.1.0 | MIT | https://github.com/sindresorhus/is-absolute-url
is-absolute-url@3.0.3 | MIT | https://github.com/sindresorhus/is-absolute-url
-is-accessor-descriptor@0.1.6 | MIT | https://github.com/jonschlinkert/is-accessor-descriptor
-is-accessor-descriptor@1.0.0 | MIT | https://github.com/jonschlinkert/is-accessor-descriptor
is-arguments@1.1.1 | MIT | https://github.com/inspect-js/is-arguments
is-arrayish@0.2.1 | MIT | https://github.com/qix-/node-is-arrayish
-is-arrayish@0.3.2 | MIT | https://github.com/qix-/node-is-arrayish
-is-bigint@1.0.1 | MIT | https://github.com/ljharb/is-bigint
-is-binary-path@1.0.1 | MIT | https://github.com/sindresorhus/is-binary-path
is-binary-path@2.1.0 | MIT | https://github.com/sindresorhus/is-binary-path
-is-boolean-object@1.1.0 | MIT | https://github.com/ljharb/is-boolean-object
is-buffer@1.1.6 | MIT | https://github.com/feross/is-buffer
-is-callable@1.2.3 | MIT | https://github.com/ljharb/is-callable
-is-callable@1.2.4 | MIT | https://github.com/inspect-js/is-callable
is-ci@1.2.1 | MIT | https://github.com/watson/is-ci
-is-ci@2.0.0 | MIT | https://github.com/watson/is-ci
-is-ci@3.0.0 | MIT | https://github.com/watson/is-ci
-is-color-stop@1.1.0 | MIT | https://github.com/pigcan/is-color-stop
+is-ci@3.0.1 | MIT | https://github.com/watson/is-ci
is-core-module@2.2.0 | MIT | https://github.com/inspect-js/is-core-module
-is-data-descriptor@0.1.4 | MIT | https://github.com/jonschlinkert/is-data-descriptor
-is-data-descriptor@1.0.0 | MIT | https://github.com/jonschlinkert/is-data-descriptor
-is-date-object@1.0.2 | MIT | https://github.com/ljharb/is-date-object
-is-descriptor@0.1.6 | MIT | https://github.com/jonschlinkert/is-descriptor
-is-descriptor@1.0.2 | MIT | https://github.com/jonschlinkert/is-descriptor
-is-directory@0.3.1 | MIT | https://github.com/jonschlinkert/is-directory
+is-date-object@1.0.5 | MIT | https://github.com/inspect-js/is-date-object
is-docker@2.2.1 | MIT | https://github.com/sindresorhus/is-docker
is-extendable@0.1.1 | MIT | https://github.com/jonschlinkert/is-extendable
-is-extendable@1.0.1 | MIT | https://github.com/jonschlinkert/is-extendable
is-extglob@2.1.1 | MIT | https://github.com/jonschlinkert/is-extglob
+is-file-esm@1.0.0 | MIT | https://github.com/davidmarkclements/is-file-esm
is-fullwidth-code-point@1.0.0 | MIT | https://github.com/sindresorhus/is-fullwidth-code-point
is-fullwidth-code-point@2.0.0 | MIT | https://github.com/sindresorhus/is-fullwidth-code-point
is-fullwidth-code-point@3.0.0 | MIT | https://github.com/sindresorhus/is-fullwidth-code-point
-is-generator-fn@2.1.0 | MIT | https://github.com/sindresorhus/is-generator-fn
-is-glob@3.1.0 | MIT | https://github.com/jonschlinkert/is-glob
-is-glob@4.0.1 | MIT | https://github.com/micromatch/is-glob
+is-fullwidth-code-point@4.0.0 | MIT | https://github.com/sindresorhus/is-fullwidth-code-point
+is-glob@4.0.3 | MIT | https://github.com/micromatch/is-glob
is-installed-globally@0.4.0 | MIT | https://github.com/sindresorhus/is-installed-globally
is-interactive@1.0.0 | MIT | https://github.com/sindresorhus/is-interactive
-is-negative-zero@2.0.1 | MIT | https://github.com/inspect-js/is-negative-zero
-is-number-object@1.0.4 | MIT | https://github.com/inspect-js/is-number-object
-is-number@3.0.0 | MIT | https://github.com/jonschlinkert/is-number
+is-ip@3.1.0 | MIT | https://github.com/sindresorhus/is-ip
is-number@7.0.0 | MIT | https://github.com/jonschlinkert/is-number
-is-obj@1.0.1 | MIT | https://github.com/sindresorhus/is-obj
-is-obj@2.0.0 | MIT | https://github.com/sindresorhus/is-obj
is-path-cwd@2.2.0 | MIT | https://github.com/sindresorhus/is-path-cwd
-is-path-in-cwd@2.1.0 | MIT | https://github.com/sindresorhus/is-path-in-cwd
-is-path-inside@2.1.0 | MIT | https://github.com/sindresorhus/is-path-inside
is-path-inside@3.0.3 | MIT | https://github.com/sindresorhus/is-path-inside
-is-plain-obj@1.1.0 | MIT | https://github.com/sindresorhus/is-plain-obj
is-plain-obj@3.0.0 | MIT | https://github.com/sindresorhus/is-plain-obj
is-plain-object@2.0.4 | MIT | https://github.com/jonschlinkert/is-plain-object
-is-regex@1.1.2 | MIT | https://github.com/inspect-js/is-regex
is-regex@1.1.4 | MIT | https://github.com/inspect-js/is-regex
-is-regexp@1.0.0 | MIT | https://github.com/sindresorhus/is-regexp
is-resolvable@1.1.0 | ISC | https://github.com/shinnn/is-resolvable
-is-shared-array-buffer@1.0.1 | MIT | https://github.com/inspect-js/is-shared-array-buffer
is-stream@1.1.0 | MIT | https://github.com/sindresorhus/is-stream
is-stream@2.0.1 | MIT | https://github.com/sindresorhus/is-stream
-is-string@1.0.5 | MIT | https://github.com/ljharb/is-string
-is-string@1.0.7 | MIT | https://github.com/ljharb/is-string
-is-symbol@1.0.3 | MIT | https://github.com/inspect-js/is-symbol
is-typedarray@1.0.0 | MIT | https://github.com/hughsk/is-typedarray
is-unicode-supported@0.1.0 | MIT | https://github.com/sindresorhus/is-unicode-supported
-is-weakref@1.0.1 | MIT | https://github.com/inspect-js/is-weakref
is-whitespace@0.3.0 | MIT | https://github.com/jonschlinkert/is-whitespace
-is-windows@1.0.2 | MIT | https://github.com/jonschlinkert/is-windows
-is-wsl@1.1.0 | MIT | https://github.com/sindresorhus/is-wsl
is-wsl@2.2.0 | MIT | https://github.com/sindresorhus/is-wsl
isarray@1.0.0 | MIT | https://github.com/juliangruber/isarray
isexe@2.0.0 | ISC | https://github.com/isaacs/isexe
-isobject@2.1.0 | MIT | https://github.com/jonschlinkert/isobject
isobject@3.0.1 | MIT | https://github.com/jonschlinkert/isobject
isstream@0.1.2 | MIT | https://github.com/rvagg/isstream
-istanbul-lib-coverage@2.0.5 | BSD-3-Clause | https://github.com/istanbuljs/istanbuljs
-istanbul-lib-instrument@3.3.0 | BSD-3-Clause | https://github.com/istanbuljs/istanbuljs
-istanbul-lib-report@2.0.8 | BSD-3-Clause | https://github.com/istanbuljs/istanbuljs
-istanbul-lib-source-maps@3.0.6 | BSD-3-Clause | https://github.com/istanbuljs/istanbuljs
-istanbul-reports@2.2.7 | BSD-3-Clause | https://github.com/istanbuljs/istanbuljs
javascript-stringify@2.1.0 | MIT | https://github.com/blakeembrey/javascript-stringify
-jest-changed-files@24.9.0 | MIT | https://github.com/facebook/jest
-jest-cli@24.9.0 | MIT | https://github.com/facebook/jest
-jest-config@24.9.0 | MIT | https://github.com/facebook/jest
-jest-diff@24.9.0 | MIT | https://github.com/facebook/jest
-jest-diff@27.2.2 | MIT | https://github.com/facebook/jest
-jest-docblock@24.9.0 | MIT | https://github.com/facebook/jest
-jest-each@24.9.0 | MIT | https://github.com/facebook/jest
-jest-environment-jsdom-fifteen@1.0.2 | MIT | https://github.com/ianschmitz/jest-environment-jsdom-fifteen
-jest-environment-jsdom@24.9.0 | MIT | https://github.com/facebook/jest
-jest-environment-node@24.9.0 | MIT | https://github.com/facebook/jest
-jest-get-type@24.9.0 | MIT | https://github.com/facebook/jest
-jest-get-type@27.0.6 | MIT | https://github.com/facebook/jest
-jest-haste-map@24.9.0 | MIT | https://github.com/facebook/jest
-jest-jasmine2@24.9.0 | MIT | https://github.com/facebook/jest
-jest-leak-detector@24.9.0 | MIT | https://github.com/facebook/jest
-jest-matcher-utils@24.9.0 | MIT | https://github.com/facebook/jest
-jest-message-util@24.9.0 | MIT | https://github.com/facebook/jest
-jest-mock@24.9.0 | MIT | https://github.com/facebook/jest
-jest-pnp-resolver@1.2.2 | MIT | https://github.com/arcanis/jest-pnp-resolver
-jest-regex-util@24.9.0 | MIT | https://github.com/facebook/jest
-jest-resolve-dependencies@24.9.0 | MIT | https://github.com/facebook/jest
-jest-resolve@24.9.0 | MIT | https://github.com/facebook/jest
-jest-runner@24.9.0 | MIT | https://github.com/facebook/jest
-jest-runtime@24.9.0 | MIT | https://github.com/facebook/jest
-jest-serializer-vue@2.0.2 | MIT | https://github.com/eddyerburgh/jest-serializer-vue
-jest-serializer@24.9.0 | MIT | https://github.com/facebook/jest
-jest-snapshot@24.9.0 | MIT | https://github.com/facebook/jest
-jest-transform-stub@2.0.0 | MIT | https://github.com/eddyerburgh/jest-transform-stub
-jest-util@24.9.0 | MIT | https://github.com/facebook/jest
-jest-validate@24.9.0 | MIT | https://github.com/facebook/jest
-jest-watch-typeahead@0.4.2 | MIT | https://github.com/jest-community/jest-watch-typeahead
-jest-watcher@24.9.0 | MIT | https://github.com/facebook/jest
-jest-worker@24.9.0 | MIT | https://github.com/facebook/jest
-jest@24.9.0 | MIT | https://github.com/facebook/jest
+jest-worker@27.3.1 | MIT | https://github.com/facebook/jest
joi@17.4.2 | BSD-3-Clause | https://github.com/sideway/joi
js-beautify@1.14.0 | MIT | https://github.com/beautify-web/js-beautify
js-message@1.0.7 | MIT | https://github.com/RIAEvangelist/js-message
js-queue@2.0.2 | MIT | https://github.com/RIAEvangelist/js-queue
-js-tokens@3.0.2 | MIT | https://github.com/lydell/js-tokens
js-tokens@4.0.0 | MIT | https://github.com/lydell/js-tokens
-js-yaml@3.14.1 | MIT | https://github.com/nodeca/js-yaml
+js-yaml@4.1.0 | MIT | https://github.com/nodeca/js-yaml
jsbn@0.1.1 | MIT | https://github.com/andyperlitch/jsbn
-jsdom@11.12.0 | MIT | https://github.com/jsdom/jsdom
-jsdom@15.2.1 | MIT | https://github.com/jsdom/jsdom
jsesc@0.5.0 | MIT | https://github.com/mathiasbynens/jsesc
jsesc@2.5.2 | MIT | https://github.com/mathiasbynens/jsesc
json-parse-better-errors@1.0.2 | MIT | https://github.com/zkat/json-parse-better-errors
json-parse-even-better-errors@2.3.1 | MIT | https://github.com/npm/json-parse-even-better-errors
json-schema-traverse@0.4.1 | MIT | https://github.com/epoberezkin/json-schema-traverse
+json-schema-traverse@1.0.0 | MIT | https://github.com/epoberezkin/json-schema-traverse
json-schema@0.2.3 | AFLv2.1,BSD | https://github.com/kriszyp/json-schema
json-stable-stringify-without-jsonify@1.0.1 | MIT | https://github.com/samn/json-stable-stringify
json-stringify-safe@5.0.1 | ISC | https://github.com/isaacs/json-stringify-safe
-json3@3.3.3 | MIT | https://github.com/bestiejs/json3
-json5@0.5.1 | MIT | https://github.com/aseemk/json5
json5@1.0.1 | MIT | https://github.com/json5/json5
json5@2.2.0 | MIT | https://github.com/json5/json5
-jsonfile@4.0.0 | MIT | https://github.com/jprichardson/node-jsonfile
jsonfile@6.1.0 | MIT | https://github.com/jprichardson/node-jsonfile
jsprim@1.4.1 | MIT | https://github.com/joyent/node-jsprim
-killable@1.0.1 | ISC | https://github.com/marten-de-vries/killable
kind-of@3.2.2 | MIT | https://github.com/jonschlinkert/kind-of
-kind-of@4.0.0 | MIT | https://github.com/jonschlinkert/kind-of
-kind-of@5.1.0 | MIT | https://github.com/jonschlinkert/kind-of
kind-of@6.0.3 | MIT | https://github.com/jonschlinkert/kind-of
-kleur@3.0.3 | MIT | https://github.com/lukeed/kleur
klona@2.0.4 | MIT | https://github.com/lukeed/klona
launch-editor-middleware@2.2.1 | MIT | https://github.com/yyx990803/launch-editor
launch-editor@2.2.1 | MIT | https://github.com/yyx990803/launch-editor
lazy-ass@1.6.0 | MIT | https://github.com/bahmutov/lazy-ass
lcid@2.0.0 | MIT | https://github.com/sindresorhus/lcid
-left-pad@1.3.0 | WTFPL | https://github.com/stevemao/left-pad
-leven@3.1.0 | MIT | https://github.com/sindresorhus/leven
-levn@0.3.0 | MIT | https://github.com/gkz/levn
+levn@0.4.1 | MIT | https://github.com/gkz/levn
license-checker@25.0.1 | BSD-3-Clause | https://github.com/davglass/license-checker
+lilconfig@2.0.4 | MIT | https://github.com/antonk52/lilconfig
lines-and-columns@1.1.6 | MIT | https://github.com/eventualbuddha/lines-and-columns
-lint-staged@11.1.2 | MIT | https://github.com/okonet/lint-staged
-listr2@3.11.1 | MIT | https://github.com/cenk1cenk2/listr2
-load-json-file@4.0.0 | MIT | https://github.com/sindresorhus/load-json-file
-loader-fs-cache@1.0.3 | MIT | https://github.com/viankakrisna/loader-fs-cache
-loader-runner@2.4.0 | MIT | https://github.com/webpack/loader-runner
-loader-utils@0.2.17 | MIT | https://github.com/webpack/loader-utils
+lint-staged@12.1.2 | MIT | https://github.com/okonet/lint-staged
+listr2@3.13.3 | MIT | https://github.com/cenk1cenk2/listr2
+loader-runner@4.2.0 | MIT | https://github.com/webpack/loader-runner
loader-utils@1.4.0 | MIT | https://github.com/webpack/loader-utils
loader-utils@2.0.0 | MIT | https://github.com/webpack/loader-utils
+loader-utils@2.0.2 | MIT | https://github.com/webpack/loader-utils
locate-path@2.0.0 | MIT | https://github.com/sindresorhus/locate-path
-locate-path@3.0.0 | MIT | https://github.com/sindresorhus/locate-path
locate-path@5.0.0 | MIT | https://github.com/sindresorhus/locate-path
lodash.assign@4.2.0 | MIT | https://github.com/lodash/lodash
lodash.camelcase@4.3.0 | MIT | https://github.com/lodash/lodash
@@ -972,6 +641,7 @@ lodash.defaultsdeep@4.6.1 | MIT | https://github.com/lodash/lodash
lodash.find@4.6.0 | MIT | https://github.com/lodash/lodash
lodash.flatten@4.4.0 | MIT | https://github.com/lodash/lodash
lodash.forin@4.4.0 | MIT | https://github.com/lodash/lodash
+lodash.get@4.4.2 | MIT | https://github.com/lodash/lodash
lodash.has@4.5.2 | MIT | https://github.com/lodash/lodash
lodash.invokemap@4.6.0 | MIT | https://github.com/lodash/lodash
lodash.isempty@4.4.0 | MIT | https://github.com/lodash/lodash
@@ -984,190 +654,127 @@ lodash.lowerfirst@4.3.1 | MIT | https://github.com/lodash/lodash
lodash.map@4.6.0 | MIT | https://github.com/lodash/lodash
lodash.mapvalues@4.6.0 | MIT | https://github.com/lodash/lodash
lodash.memoize@4.1.2 | MIT | https://github.com/lodash/lodash
+lodash.merge@4.6.2 | MIT | https://github.com/lodash/lodash
lodash.once@4.1.1 | MIT | https://github.com/lodash/lodash
lodash.pick@4.4.0 | MIT | https://github.com/lodash/lodash
lodash.snakecase@4.1.1 | MIT | https://github.com/lodash/lodash
-lodash.sortby@4.7.0 | MIT | https://github.com/lodash/lodash
-lodash.transform@4.6.0 | MIT | https://github.com/lodash/lodash
lodash.uniq@4.5.0 | MIT | https://github.com/lodash/lodash
lodash.uniqby@4.7.0 | MIT | https://github.com/lodash/lodash
lodash.values@4.3.0 | MIT | https://github.com/lodash/lodash
-log-symbols@2.2.0 | MIT | https://github.com/sindresorhus/log-symbols
log-symbols@4.1.0 | MIT | https://github.com/sindresorhus/log-symbols
+log-update@2.3.0 | MIT | https://github.com/sindresorhus/log-update
log-update@4.0.0 | MIT | https://github.com/sindresorhus/log-update
-loglevel@1.7.1 | MIT | https://github.com/pimterry/loglevel
-loose-envify@1.4.0 | MIT | https://github.com/zertosh/loose-envify
-lower-case@1.1.4 | MIT | https://github.com/blakeembrey/lower-case
+lower-case@2.0.2 | MIT | https://github.com/blakeembrey/change-case
lru-cache@4.1.5 | ISC | https://github.com/isaacs/node-lru-cache
-lru-cache@5.1.1 | ISC | https://github.com/isaacs/node-lru-cache
lru-cache@6.0.0 | ISC | https://github.com/isaacs/node-lru-cache
-make-dir@2.1.0 | MIT | https://github.com/sindresorhus/make-dir
make-dir@3.1.0 | MIT | https://github.com/sindresorhus/make-dir
-make-error@1.3.6 | ISC | https://github.com/JsCommunity/make-error
-makeerror@1.0.11 | BSD-3-Clause | https://github.com/daaku/nodejs-makeerror
map-age-cleaner@0.1.3 | MIT | https://github.com/SamVerschueren/map-age-cleaner
-map-cache@0.2.2 | MIT | https://github.com/jonschlinkert/map-cache
-map-visit@1.0.0 | MIT | https://github.com/jonschlinkert/map-visit
-md5.js@1.3.5 | MIT | https://github.com/crypto-browserify/md5.js
mdn-data@2.0.14 | CC0-1.0 | https://github.com/mdn/data
-mdn-data@2.0.4 | CC0-1.0 | https://github.com/mdn/data
media-typer@0.3.0 | MIT | https://github.com/jshttp/media-typer
mem@4.3.0 | MIT | https://github.com/sindresorhus/mem
memfs@3.3.0 | Unlicense | https://github.com/streamich/memfs
-memory-fs@0.4.1 | MIT | https://github.com/webpack/memory-fs
-memory-fs@0.5.0 | MIT | https://github.com/webpack/memory-fs
merge-descriptors@1.0.1 | MIT | https://github.com/component/merge-descriptors
merge-source-map@1.1.0 | MIT | https://github.com/keik/merge-source-map
merge-stream@2.0.0 | MIT | https://github.com/grncdr/merge-stream
merge2@1.4.1 | MIT | https://github.com/teambition/merge2
methods@1.1.2 | MIT | https://github.com/jshttp/methods
-microevent.ts@0.1.1 | MIT | https://github.com/DirtyHairy/microevent
-micromatch@3.1.10 | MIT | https://github.com/micromatch/micromatch
micromatch@4.0.4 | MIT | https://github.com/micromatch/micromatch
-miller-rabin@4.0.1 | MIT | https://github.com/indutny/miller-rabin
mime-db@1.46.0 | MIT | https://github.com/jshttp/mime-db
+mime-db@1.51.0 | MIT | https://github.com/jshttp/mime-db
mime-types@2.1.29 | MIT | https://github.com/jshttp/mime-types
+mime-types@2.1.34 | MIT | https://github.com/jshttp/mime-types
mime@1.6.0 | MIT | https://github.com/broofa/node-mime
-mime@2.5.2 | MIT | https://github.com/broofa/mime
+mime@2.6.0 | MIT | https://github.com/broofa/mime
mimic-fn@1.2.0 | MIT | https://github.com/sindresorhus/mimic-fn
mimic-fn@2.1.0 | MIT | https://github.com/sindresorhus/mimic-fn
-mini-css-extract-plugin@0.9.0 | MIT | https://github.com/webpack-contrib/mini-css-extract-plugin
+mini-css-extract-plugin@2.4.4 | MIT | https://github.com/webpack-contrib/mini-css-extract-plugin
minimalistic-assert@1.0.1 | ISC | https://github.com/calvinmetcalf/minimalistic-assert
-minimalistic-crypto-utils@1.0.1 | MIT | https://github.com/indutny/minimalistic-crypto-utils
minimatch@3.0.4 | ISC | https://github.com/isaacs/minimatch
minimist@1.2.5 | MIT | https://github.com/substack/minimist
-minipass-collect@1.0.2 | ISC |
-minipass-flush@1.0.5 | ISC | https://github.com/isaacs/minipass-flush
-minipass-pipeline@1.2.4 | ISC |
-minipass@3.1.3 | ISC | https://github.com/isaacs/minipass
-minizlib@2.1.2 | MIT | https://github.com/isaacs/minizlib
+minipass@3.1.5 | ISC | https://github.com/isaacs/minipass
miragejs@0.1.42 | MIT | https://github.com/miragejs/miragejs
-mississippi@3.0.0 | BSD-2-Clause | https://github.com/maxogden/mississippi
-mixin-deep@1.3.2 | MIT | https://github.com/jonschlinkert/mixin-deep
-mixme@0.5.1 | MIT | https://github.com/adaltas/node-mixme
+mixme@0.5.4 | MIT | https://github.com/adaltas/node-mixme
mkdirp@0.5.5 | MIT | https://github.com/substack/node-mkdirp
-mkdirp@1.0.4 | MIT | https://github.com/isaacs/node-mkdirp
-move-concurrently@1.0.1 | ISC | https://github.com/npm/move-concurrently
+module-alias@2.2.2 | MIT | https://github.com/ilearnio/module-alias
ms@2.0.0 | MIT | https://github.com/zeit/ms
ms@2.1.1 | MIT | https://github.com/zeit/ms
ms@2.1.2 | MIT | https://github.com/zeit/ms
multicast-dns-service-types@1.1.0 | MIT | https://github.com/mafintosh/multicast-dns-service-types
multicast-dns@6.2.3 | MIT | https://github.com/mafintosh/multicast-dns
-mute-stream@0.0.8 | ISC | https://github.com/isaacs/mute-stream
mz@2.7.0 | MIT | https://github.com/normalize/mz
-nan@2.14.2 | MIT | https://github.com/nodejs/nan
-nanomatch@1.2.13 | MIT | https://github.com/micromatch/nanomatch
+nanoid@3.1.30 | MIT | https://github.com/ai/nanoid
natural-compare@1.4.0 | MIT | https://github.com/litejs/natural-compare-lite
negotiator@0.6.2 | MIT | https://github.com/jshttp/negotiator
neo-async@2.6.2 | MIT | https://github.com/suguru03/neo-async
nice-try@1.0.5 | MIT | https://github.com/electerious/nice-try
-no-case@2.3.2 | MIT | https://github.com/blakeembrey/no-case
-node-addon-api@1.7.2 | MIT | https://github.com/nodejs/node-addon-api
-node-cache@4.2.1 | MIT | https://github.com/mpneuried/nodecache
-node-fetch@2.6.5 | MIT | https://github.com/bitinn/node-fetch
+no-case@3.0.4 | MIT | https://github.com/blakeembrey/change-case
+node-fetch@2.6.6 | MIT | https://github.com/bitinn/node-fetch
node-forge@0.10.0 | (BSD-3-Clause OR GPL-2.0) | https://github.com/digitalbazaar/forge
-node-int64@0.4.0 | MIT | https://github.com/broofa/node-int64
-node-ipc@9.1.4 | MIT | https://github.com/RIAEvangelist/node-ipc
-node-libs-browser@2.2.1 | MIT | https://github.com/webpack/node-libs-browser
-node-modules-regexp@1.0.0 | MIT | https://github.com/jamestalmage/node-modules-regexp
-node-notifier@5.4.5 | MIT | https://github.com/mikaelbr/node-notifier
-node-releases@1.1.73 | MIT | https://github.com/chicoxyzzy/node-releases
-node-releases@2.0.0 | MIT | https://github.com/chicoxyzzy/node-releases
+node-ipc@9.2.1 | MIT | https://github.com/RIAEvangelist/node-ipc
+node-releases@2.0.1 | MIT | https://github.com/chicoxyzzy/node-releases
nopt@4.0.3 | ISC | https://github.com/npm/nopt
nopt@5.0.0 | ISC | https://github.com/npm/nopt
normalize-package-data@2.5.0 | BSD-2-Clause | https://github.com/npm/normalize-package-data
normalize-path@1.0.0 | MIT | https://github.com/jonschlinkert/normalize-path
-normalize-path@2.1.1 | MIT | https://github.com/jonschlinkert/normalize-path
normalize-path@3.0.0 | MIT | https://github.com/jonschlinkert/normalize-path
normalize-range@0.1.2 | MIT | https://github.com/jamestalmage/normalize-range
-normalize-url@1.9.1 | MIT | https://github.com/sindresorhus/normalize-url
-normalize-url@3.3.0 | MIT | https://github.com/sindresorhus/normalize-url
+normalize-url@6.1.0 | MIT | https://github.com/sindresorhus/normalize-url
npm-normalize-package-bin@1.0.1 | ISC | https://github.com/npm/npm-normalize-package-bin
npm-run-path@2.0.2 | MIT | https://github.com/sindresorhus/npm-run-path
npm-run-path@4.0.1 | MIT | https://github.com/sindresorhus/npm-run-path
-nth-check@1.0.2 | BSD-2-Clause | https://github.com/fb55/nth-check
nth-check@2.0.1 | BSD-2-Clause | https://github.com/fb55/nth-check
null-loader@4.0.1 | MIT | https://github.com/webpack-contrib/null-loader
-num2fraction@1.2.2 | MIT | https://github.com/yisibl/num2fraction
number-is-nan@1.0.1 | MIT | https://github.com/sindresorhus/number-is-nan
-nwsapi@2.2.0 | MIT | https://github.com/dperini/nwsapi
-oauth-sign@0.9.0 | Apache-2.0 | https://github.com/mikeal/oauth-sign
object-assign@4.1.1 | MIT | https://github.com/sindresorhus/object-assign
-object-copy@0.1.0 | MIT | https://github.com/jonschlinkert/object-copy
-object-hash@1.3.1 | MIT | https://github.com/puleos/object-hash
object-inspect@1.11.0 | MIT | https://github.com/inspect-js/object-inspect
-object-inspect@1.9.0 | MIT | https://github.com/inspect-js/object-inspect
object-is@1.1.5 | MIT | https://github.com/es-shims/object-is
object-keys@1.1.1 | MIT | https://github.com/ljharb/object-keys
-object-visit@1.0.1 | MIT | https://github.com/jonschlinkert/object-visit
object.assign@4.1.2 | MIT | https://github.com/ljharb/object.assign
-object.getownpropertydescriptors@2.1.2 | MIT | https://github.com/es-shims/object.getownpropertydescriptors
-object.pick@1.3.0 | MIT | https://github.com/jonschlinkert/object.pick
-object.values@1.1.5 | MIT | https://github.com/es-shims/Object.values
obuf@1.1.2 | MIT | https://github.com/indutny/offset-buffer
on-finished@2.3.0 | MIT | https://github.com/jshttp/on-finished
on-headers@1.0.2 | MIT | https://github.com/jshttp/on-headers
once@1.4.0 | ISC | https://github.com/isaacs/once
onetime@2.0.1 | MIT | https://github.com/sindresorhus/onetime
onetime@5.1.2 | MIT | https://github.com/sindresorhus/onetime
-open@6.4.0 | MIT | https://github.com/sindresorhus/open
open@8.4.0 | MIT | https://github.com/sindresorhus/open
opener@1.5.2 | (WTFPL OR MIT) | https://github.com/domenic/opener
-opn@5.5.0 | MIT | https://github.com/sindresorhus/opn
-optionator@0.8.3 | MIT | https://github.com/gkz/optionator
-ora@3.4.0 | MIT | https://github.com/sindresorhus/ora
+optionator@0.9.1 | MIT | https://github.com/gkz/optionator
ora@5.4.1 | MIT | https://github.com/sindresorhus/ora
-original@1.0.2 | MIT | https://github.com/unshiftio/original
-os-browserify@0.3.0 | MIT | https://github.com/CoderPuppy/os-browserify
os-homedir@1.0.2 | MIT | https://github.com/sindresorhus/os-homedir
os-locale@3.1.0 | MIT | https://github.com/sindresorhus/os-locale
os-tmpdir@1.0.2 | MIT | https://github.com/sindresorhus/os-tmpdir
osenv@0.1.5 | ISC | https://github.com/npm/osenv
ospath@1.2.2 | MIT | https://github.com/jprichardson/ospath
p-defer@1.0.0 | MIT | https://github.com/sindresorhus/p-defer
-p-each-series@1.0.0 | MIT | https://github.com/sindresorhus/p-each-series
+p-event@4.2.0 | MIT | https://github.com/sindresorhus/p-event
p-finally@1.0.0 | MIT | https://github.com/sindresorhus/p-finally
-p-finally@2.0.1 | MIT | https://github.com/sindresorhus/p-finally
p-is-promise@2.1.0 | MIT | https://github.com/sindresorhus/p-is-promise
p-limit@1.3.0 | MIT | https://github.com/sindresorhus/p-limit
p-limit@2.3.0 | MIT | https://github.com/sindresorhus/p-limit
+p-limit@3.1.0 | MIT | https://github.com/sindresorhus/p-limit
p-locate@2.0.0 | MIT | https://github.com/sindresorhus/p-locate
-p-locate@3.0.0 | MIT | https://github.com/sindresorhus/p-locate
p-locate@4.1.0 | MIT | https://github.com/sindresorhus/p-locate
-p-map@2.1.0 | MIT | https://github.com/sindresorhus/p-map
p-map@4.0.0 | MIT | https://github.com/sindresorhus/p-map
-p-reduce@1.0.0 | MIT | https://github.com/sindresorhus/p-reduce
-p-retry@3.0.1 | MIT | https://github.com/sindresorhus/p-retry
+p-retry@4.6.1 | MIT | https://github.com/sindresorhus/p-retry
+p-timeout@3.2.0 | MIT | https://github.com/sindresorhus/p-timeout
p-try@1.0.0 | MIT | https://github.com/sindresorhus/p-try
p-try@2.2.0 | MIT | https://github.com/sindresorhus/p-try
-pako@1.0.11 | (MIT AND Zlib) | https://github.com/nodeca/pako
-parallel-transform@1.2.0 | MIT | https://github.com/mafintosh/parallel-transform
-param-case@2.1.1 | MIT | https://github.com/blakeembrey/param-case
+param-case@3.0.4 | MIT | https://github.com/blakeembrey/change-case
parent-module@1.0.1 | MIT | https://github.com/sindresorhus/parent-module
-parse-asn1@5.1.6 | ISC | https://github.com/crypto-browserify/parse-asn1
-parse-json@4.0.0 | MIT | https://github.com/sindresorhus/parse-json
parse-json@5.2.0 | MIT | https://github.com/sindresorhus/parse-json
parse5-htmlparser2-tree-adapter@6.0.1 | MIT | https://github.com/inikulin/parse5
-parse5@4.0.0 | MIT | https://github.com/inikulin/parse5
-parse5@5.1.0 | MIT | https://github.com/inikulin/parse5
parse5@5.1.1 | MIT | https://github.com/inikulin/parse5
parse5@6.0.1 | MIT | https://github.com/inikulin/parse5
parseurl@1.3.3 | MIT | https://github.com/pillarjs/parseurl
-pascalcase@0.1.1 | MIT | https://github.com/jonschlinkert/pascalcase
-path-browserify@0.0.1 | MIT | https://github.com/substack/path-browserify
-path-dirname@1.0.2 | MIT | https://github.com/es128/path-dirname
-path-exists@2.1.0 | MIT | https://github.com/sindresorhus/path-exists
+pascal-case@3.1.2 | MIT | https://github.com/blakeembrey/change-case
path-exists@3.0.0 | MIT | https://github.com/sindresorhus/path-exists
path-exists@4.0.0 | MIT | https://github.com/sindresorhus/path-exists
path-is-absolute@1.0.1 | MIT | https://github.com/sindresorhus/path-is-absolute
-path-is-inside@1.0.2 | (WTFPL OR MIT) | https://github.com/domenic/path-is-inside
path-key@2.0.1 | MIT | https://github.com/sindresorhus/path-key
path-key@3.1.1 | MIT | https://github.com/sindresorhus/path-key
path-parse@1.0.7 | MIT | https://github.com/jbgutierrez/path-parse
path-to-regexp@0.1.7 | MIT | https://github.com/component/path-to-regexp
-path-type@3.0.0 | MIT | https://github.com/sindresorhus/path-type
path-type@4.0.0 | MIT | https://github.com/sindresorhus/path-type
-pbkdf2@3.1.1 | MIT | https://github.com/crypto-browserify/pbkdf2
pend@1.2.0 | MIT | https://github.com/andrewrk/node-pend
performance-now@2.1.0 | MIT | https://github.com/braveg1rl/performance-now
picocolors@0.2.1 | ISC | https://github.com/alexeyraspopov/picocolors
@@ -1175,221 +782,145 @@ picocolors@1.0.0 | ISC | https://github.com/alexeyraspopov/picocolors
picomatch@2.2.2 | MIT | https://github.com/micromatch/picomatch
picomatch@2.3.0 | MIT | https://github.com/micromatch/picomatch
pify@2.3.0 | MIT | https://github.com/sindresorhus/pify
-pify@3.0.0 | MIT | https://github.com/sindresorhus/pify
-pify@4.0.1 | MIT | https://github.com/sindresorhus/pify
-pinkie-promise@2.0.1 | MIT | https://github.com/floatdrop/pinkie-promise
-pinkie@2.0.4 | MIT | https://github.com/floatdrop/pinkie
-pirates@4.0.1 | MIT | https://github.com/ariporad/pirates
-pkg-dir@1.0.0 | MIT | https://github.com/sindresorhus/pkg-dir
-pkg-dir@3.0.0 | MIT | https://github.com/sindresorhus/pkg-dir
pkg-dir@4.2.0 | MIT | https://github.com/sindresorhus/pkg-dir
-please-upgrade-node@3.2.0 | MIT | https://github.com/typicode/please-upgrade-node
-pn@1.1.0 | MIT | https://github.com/cscott/node-pn
-pnp-webpack-plugin@1.7.0 | MIT | https://github.com/arcanis/pnp-webpack-plugin
portfinder@1.0.28 | MIT | https://github.com/http-party/node-portfinder
-posix-character-classes@0.1.1 | MIT | https://github.com/jonschlinkert/posix-character-classes
-postcss-calc@7.0.5 | MIT | https://github.com/postcss/postcss-calc
-postcss-colormin@4.0.3 | MIT | https://github.com/cssnano/cssnano
-postcss-convert-values@4.0.1 | MIT | https://github.com/cssnano/cssnano
-postcss-discard-comments@4.0.2 | MIT | https://github.com/cssnano/cssnano
-postcss-discard-duplicates@4.0.2 | MIT | https://github.com/cssnano/cssnano
-postcss-discard-empty@4.0.1 | MIT | https://github.com/cssnano/cssnano
-postcss-discard-overridden@4.0.1 | MIT | https://github.com/cssnano/cssnano
-postcss-load-config@2.1.2 | MIT | https://github.com/postcss/postcss-load-config
-postcss-loader@3.0.0 | MIT | https://github.com/postcss/postcss-loader
-postcss-merge-longhand@4.0.11 | MIT | https://github.com/cssnano/cssnano
-postcss-merge-rules@4.0.3 | MIT | https://github.com/cssnano/cssnano
-postcss-minify-font-values@4.0.2 | MIT | https://github.com/cssnano/cssnano
-postcss-minify-gradients@4.0.2 | MIT | https://github.com/cssnano/cssnano
-postcss-minify-params@4.0.2 | MIT | https://github.com/cssnano/cssnano
-postcss-minify-selectors@4.0.2 | MIT | https://github.com/cssnano/cssnano
-postcss-modules-extract-imports@2.0.0 | ISC | https://github.com/css-modules/postcss-modules-extract-imports
-postcss-modules-local-by-default@3.0.3 | MIT | https://github.com/css-modules/postcss-modules-local-by-default
-postcss-modules-scope@2.2.0 | ISC | https://github.com/css-modules/postcss-modules-scope
-postcss-modules-values@3.0.0 | ISC | https://github.com/css-modules/postcss-modules-values
-postcss-normalize-charset@4.0.1 | MIT | https://github.com/cssnano/cssnano
-postcss-normalize-display-values@4.0.2 | MIT | https://github.com/cssnano/cssnano
-postcss-normalize-positions@4.0.2 | MIT | https://github.com/cssnano/cssnano
-postcss-normalize-repeat-style@4.0.2 | MIT | https://github.com/cssnano/cssnano
-postcss-normalize-string@4.0.2 | MIT | https://github.com/cssnano/cssnano
-postcss-normalize-timing-functions@4.0.2 | MIT | https://github.com/cssnano/cssnano
-postcss-normalize-unicode@4.0.1 | MIT | https://github.com/cssnano/cssnano
-postcss-normalize-url@4.0.1 | MIT | https://github.com/cssnano/cssnano
-postcss-normalize-whitespace@4.0.2 | MIT | https://github.com/cssnano/cssnano
-postcss-ordered-values@4.1.2 | MIT | https://github.com/cssnano/cssnano
-postcss-reduce-initial@4.0.3 | MIT | https://github.com/cssnano/cssnano
-postcss-reduce-transforms@4.0.2 | MIT | https://github.com/cssnano/cssnano
-postcss-selector-parser@3.1.2 | MIT | https://github.com/postcss/postcss-selector-parser
+postcss-calc@8.0.0 | MIT | https://github.com/postcss/postcss-calc
+postcss-colormin@5.2.1 | MIT | https://github.com/cssnano/cssnano
+postcss-convert-values@5.0.2 | MIT | https://github.com/cssnano/cssnano
+postcss-discard-comments@5.0.1 | MIT | https://github.com/cssnano/cssnano
+postcss-discard-duplicates@5.0.1 | MIT | https://github.com/cssnano/cssnano
+postcss-discard-empty@5.0.1 | MIT | https://github.com/cssnano/cssnano
+postcss-discard-overridden@5.0.1 | MIT | https://github.com/cssnano/cssnano
+postcss-loader@6.2.0 | MIT | https://github.com/webpack-contrib/postcss-loader
+postcss-merge-longhand@5.0.3 | MIT | https://github.com/cssnano/cssnano
+postcss-merge-rules@5.0.2 | MIT | https://github.com/cssnano/cssnano
+postcss-minify-font-values@5.0.1 | MIT | https://github.com/cssnano/cssnano
+postcss-minify-gradients@5.0.3 | MIT | https://github.com/cssnano/cssnano
+postcss-minify-params@5.0.1 | MIT | https://github.com/cssnano/cssnano
+postcss-minify-selectors@5.1.0 | MIT | https://github.com/cssnano/cssnano
+postcss-modules-extract-imports@3.0.0 | ISC | https://github.com/css-modules/postcss-modules-extract-imports
+postcss-modules-local-by-default@4.0.0 | MIT | https://github.com/css-modules/postcss-modules-local-by-default
+postcss-modules-scope@3.0.0 | ISC | https://github.com/css-modules/postcss-modules-scope
+postcss-modules-values@4.0.0 | ISC | https://github.com/css-modules/postcss-modules-values
+postcss-normalize-charset@5.0.1 | MIT | https://github.com/cssnano/cssnano
+postcss-normalize-display-values@5.0.1 | MIT | https://github.com/cssnano/cssnano
+postcss-normalize-positions@5.0.1 | MIT | https://github.com/cssnano/cssnano
+postcss-normalize-repeat-style@5.0.1 | MIT | https://github.com/cssnano/cssnano
+postcss-normalize-string@5.0.1 | MIT | https://github.com/cssnano/cssnano
+postcss-normalize-timing-functions@5.0.1 | MIT | https://github.com/cssnano/cssnano
+postcss-normalize-unicode@5.0.1 | MIT | https://github.com/cssnano/cssnano
+postcss-normalize-url@5.0.2 | MIT | https://github.com/cssnano/cssnano
+postcss-normalize-whitespace@5.0.1 | MIT | https://github.com/cssnano/cssnano
+postcss-ordered-values@5.0.2 | MIT | https://github.com/cssnano/cssnano
+postcss-reduce-initial@5.0.1 | MIT | https://github.com/cssnano/cssnano
+postcss-reduce-transforms@5.0.1 | MIT | https://github.com/cssnano/cssnano
postcss-selector-parser@6.0.6 | MIT | https://github.com/postcss/postcss-selector-parser
-postcss-svgo@4.0.3 | MIT | https://github.com/cssnano/cssnano
-postcss-unique-selectors@4.0.1 | MIT | https://github.com/cssnano/cssnano
-postcss-value-parser@3.3.1 | MIT | https://github.com/TrySound/postcss-value-parser
+postcss-svgo@5.0.3 | MIT | https://github.com/cssnano/cssnano
+postcss-unique-selectors@5.0.1 | MIT | https://github.com/cssnano/cssnano
postcss-value-parser@4.1.0 | MIT | https://github.com/TrySound/postcss-value-parser
postcss@7.0.39 | MIT | https://github.com/postcss/postcss
-prelude-ls@1.1.2 | MIT | https://github.com/gkz/prelude-ls
-prepend-http@1.0.4 | MIT | https://github.com/sindresorhus/prepend-http
+postcss@8.3.11 | MIT | https://github.com/postcss/postcss
+prelude-ls@1.2.1 | MIT | https://github.com/gkz/prelude-ls
pretender@3.4.7 | MIT | https://github.com/pretenderjs/pretender
prettier-linter-helpers@1.0.0 | MIT | https://github.com/prettier/prettier-linter-helpers
-prettier@1.19.1 | MIT | https://github.com/prettier/prettier
prettier@2.4.1 | MIT | https://github.com/prettier/prettier
pretty-bytes@5.6.0 | MIT | https://github.com/sindresorhus/pretty-bytes
-pretty-error@2.1.2 | MIT | https://github.com/AriaMinaei/pretty-error
-pretty-format@24.9.0 | MIT | https://github.com/facebook/jest
-pretty-format@27.2.2 | MIT | https://github.com/facebook/jest
+pretty-error@4.0.0 | MIT | https://github.com/AriaMinaei/pretty-error
pretty@2.0.0 | MIT | https://github.com/jonschlinkert/pretty
process-nextick-args@2.0.1 | MIT | https://github.com/calvinmetcalf/process-nextick-args
-process@0.11.10 | MIT | https://github.com/shtylman/node-process
+progress-webpack-plugin@1.0.12 | MIT | https://github.com/ali322/progress-webpack-plugin
progress@2.0.3 | MIT | https://github.com/visionmedia/node-progress
-promise-inflight@1.0.1 | ISC | https://github.com/iarna/promise-inflight
-prompts@2.4.2 | MIT | https://github.com/terkelg/prompts
proto-list@1.2.4 | ISC | https://github.com/isaacs/proto-list
proxy-addr@2.0.7 | MIT | https://github.com/jshttp/proxy-addr
proxy-from-env@1.0.0 | MIT | https://github.com/Rob--W/proxy-from-env
-prr@1.0.1 | MIT | https://github.com/rvagg/prr
pseudomap@1.0.2 | ISC | https://github.com/isaacs/pseudomap
psl@1.8.0 | MIT | https://github.com/lupomontero/psl
-public-encrypt@4.0.3 | MIT | https://github.com/crypto-browserify/publicEncrypt
-pump@2.0.1 | MIT | https://github.com/mafintosh/pump
pump@3.0.0 | MIT | https://github.com/mafintosh/pump
-pumpify@1.5.1 | MIT | https://github.com/mafintosh/pumpify
punycode@1.3.2 | MIT | https://github.com/bestiejs/punycode.js
-punycode@1.4.1 | MIT | https://github.com/bestiejs/punycode.js
punycode@2.1.1 | MIT | https://github.com/bestiejs/punycode.js
-q@1.5.1 | MIT | https://github.com/kriskowal/q
qs@6.5.2 | BSD-3-Clause | https://github.com/ljharb/qs
qs@6.7.0 | BSD-3-Clause | https://github.com/ljharb/qs
-query-string@4.3.4 | MIT | https://github.com/sindresorhus/query-string
-querystring-es3@0.2.1 | MIT | https://github.com/mike-spainhower/querystring
querystring@0.2.0 | MIT | https://github.com/Gozala/querystring
-querystringify@2.2.0 | MIT | https://github.com/unshiftio/querystringify
queue-microtask@1.2.3 | MIT | https://github.com/feross/queue-microtask
-ramda@0.27.1 | MIT | https://github.com/ramda/ramda
randombytes@2.1.0 | MIT | https://github.com/crypto-browserify/randombytes
-randomfill@1.0.4 | MIT | https://github.com/crypto-browserify/randomfill
range-parser@1.2.1 | MIT | https://github.com/jshttp/range-parser
raw-body@2.4.0 | MIT | https://github.com/stream-utils/raw-body
-react-is@16.13.1 | MIT | https://github.com/facebook/react
-react-is@17.0.2 | MIT | https://github.com/facebook/react
read-installed@4.0.3 | ISC | https://github.com/isaacs/read-installed
read-package-json@2.1.2 | ISC | https://github.com/npm/read-package-json
-read-pkg-up@4.0.0 | MIT | https://github.com/sindresorhus/read-pkg-up
-read-pkg@3.0.0 | MIT | https://github.com/sindresorhus/read-pkg
+read-pkg-up@7.0.1 | MIT | https://github.com/sindresorhus/read-pkg-up
read-pkg@5.2.0 | MIT | https://github.com/sindresorhus/read-pkg
readable-stream@2.3.7 | MIT | https://github.com/nodejs/readable-stream
readable-stream@3.6.0 | MIT | https://github.com/nodejs/readable-stream
readdir-scoped-modules@1.1.0 | ISC | https://github.com/npm/readdir-scoped-modules
-readdirp@2.2.1 | MIT | https://github.com/paulmillr/readdirp
readdirp@3.5.0 | MIT | https://github.com/paulmillr/readdirp
-realpath-native@1.1.0 | MIT | https://github.com/SimenB/realpath-native
+readdirp@3.6.0 | MIT | https://github.com/paulmillr/readdirp
rechoir@0.6.2 | MIT | https://github.com/tkellen/node-rechoir
regenerate-unicode-properties@9.0.0 | MIT | https://github.com/mathiasbynens/regenerate-unicode-properties
regenerate@1.4.2 | MIT | https://github.com/mathiasbynens/regenerate
-regenerator-runtime@0.11.1 | MIT | https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime
regenerator-runtime@0.13.9 | MIT | https://github.com/facebook/regenerator/tree/master/packages/runtime
regenerator-transform@0.14.5 | MIT | https://github.com/facebook/regenerator/tree/master/packages/regenerator-transform
-regex-not@1.0.2 | MIT | https://github.com/jonschlinkert/regex-not
regexp.prototype.flags@1.3.1 | MIT | https://github.com/es-shims/RegExp.prototype.flags
-regexpp@2.0.1 | MIT | https://github.com/mysticatea/regexpp
regexpp@3.2.0 | MIT | https://github.com/mysticatea/regexpp
regexpu-core@4.8.0 | MIT | https://github.com/mathiasbynens/regexpu-core
regjsgen@0.5.2 | MIT | https://github.com/bnjmnt4n/regjsgen
regjsparser@0.7.0 | BSD-2-Clause | https://github.com/jviereck/regjsparser
relateurl@0.2.7 | MIT | https://github.com/stevenvachon/relateurl
-remove-trailing-separator@1.1.0 | ISC | https://github.com/darsain/remove-trailing-separator
-renderkid@2.0.7 | MIT | https://github.com/AriaMinaei/RenderKid
-repeat-element@1.1.3 | MIT | https://github.com/jonschlinkert/repeat-element
-repeat-string@1.6.1 | MIT | https://github.com/jonschlinkert/repeat-string
+renderkid@3.0.0 | MIT | https://github.com/AriaMinaei/RenderKid
request-progress@3.0.0 | MIT | https://github.com/IndigoUnited/node-request-progress
-request-promise-core@1.1.4 | ISC | https://github.com/request/promise-core
-request-promise-native@1.0.9 | ISC | https://github.com/request/request-promise-native
-request@2.88.2 | Apache-2.0 | https://github.com/request/request
require-directory@2.1.1 | MIT | https://github.com/troygoode/node-require-directory
+require-from-string@2.0.2 | MIT | https://github.com/floatdrop/require-from-string
require-main-filename@1.0.1 | ISC | https://github.com/yargs/require-main-filename
-require-main-filename@2.0.0 | ISC | https://github.com/yargs/require-main-filename
requires-port@1.0.0 | MIT | https://github.com/unshiftio/requires-port
-resolve-cwd@2.0.0 | MIT | https://github.com/sindresorhus/resolve-cwd
-resolve-from@3.0.0 | MIT | https://github.com/sindresorhus/resolve-from
resolve-from@4.0.0 | MIT | https://github.com/sindresorhus/resolve-from
-resolve-url@0.2.1 | MIT | https://github.com/lydell/resolve-url
-resolve@1.1.7 | MIT | https://github.com/substack/node-resolve
resolve@1.20.0 | MIT | https://github.com/browserify/resolve
restore-cursor@2.0.0 | MIT | https://github.com/sindresorhus/restore-cursor
restore-cursor@3.1.0 | MIT | https://github.com/sindresorhus/restore-cursor
-ret@0.1.15 | MIT | https://github.com/fent/ret.js
-retry@0.12.0 | MIT | https://github.com/tim-kos/node-retry
+retry@0.13.1 | MIT | https://github.com/tim-kos/node-retry
reusify@1.0.4 | MIT | https://github.com/mcollina/reusify
-rgb-regex@1.0.1 | MIT | https://github.com/regexps/rgb-regex
-rgba-regex@1.0.0 | MIT | https://github.com/johnotander/rgba-regex
-rimraf@2.6.3 | ISC | https://github.com/isaacs/rimraf
-rimraf@2.7.1 | ISC | https://github.com/isaacs/rimraf
rimraf@3.0.2 | ISC | https://github.com/isaacs/rimraf
-ripemd160@2.0.2 | MIT | https://github.com/crypto-browserify/ripemd160
route-recognizer@0.3.4 | MIT | https://github.com/tildeio/route-recognizer
-rsvp@4.8.5 | MIT | https://github.com/tildeio/rsvp.js
-run-async@2.4.1 | MIT | https://github.com/SBoudrias/run-async
run-parallel@1.2.0 | MIT | https://github.com/feross/run-parallel
-run-queue@1.0.3 | ISC | https://github.com/iarna/run-queue
-rxjs@6.6.7 | Apache-2.0 | https://github.com/reactivex/rxjs
+rxjs@7.4.0 | Apache-2.0 | https://github.com/reactivex/rxjs
safe-buffer@5.1.2 | MIT | https://github.com/feross/safe-buffer
safe-buffer@5.2.1 | MIT | https://github.com/feross/safe-buffer
-safe-regex@1.1.0 | MIT | https://github.com/substack/safe-regex
safer-buffer@2.1.2 | MIT | https://github.com/ChALkeR/safer-buffer
-sane@4.1.0 | MIT | https://github.com/amasad/sane
-sass-loader@10.2.0 | MIT | https://github.com/webpack-contrib/sass-loader
-sass@1.32.13 | MIT | https://github.com/sass/dart-sass
-sax@1.2.4 | ISC | https://github.com/isaacs/sax-js
-saxes@3.1.11 | ISC | https://github.com/lddubeau/saxes
-schema-utils@1.0.0 | MIT | https://github.com/webpack-contrib/schema-utils
+sass-loader@12.3.0 | MIT | https://github.com/webpack-contrib/sass-loader
+sass@1.43.4 | MIT | https://github.com/sass/dart-sass
schema-utils@2.7.0 | MIT | https://github.com/webpack/schema-utils
schema-utils@2.7.1 | MIT | https://github.com/webpack/schema-utils
schema-utils@3.1.1 | MIT | https://github.com/webpack/schema-utils
+schema-utils@4.0.0 | MIT | https://github.com/webpack/schema-utils
select-hose@2.0.0 | MIT | https://github.com/indutny/select-hose
selfsigned@1.10.11 | MIT | https://github.com/jfromaniello/selfsigned
-semver-compare@1.0.0 | MIT | https://github.com/substack/semver-compare
semver@5.7.1 | ISC | https://github.com/npm/node-semver
semver@6.3.0 | ISC | https://github.com/npm/node-semver
semver@7.0.0 | ISC | https://github.com/npm/node-semver
semver@7.3.5 | ISC | https://github.com/npm/node-semver
send@0.17.1 | MIT | https://github.com/pillarjs/send
-serialize-javascript@4.0.0 | BSD-3-Clause | https://github.com/yahoo/serialize-javascript
-serialize-javascript@5.0.1 | BSD-3-Clause | https://github.com/yahoo/serialize-javascript
+serialize-javascript@6.0.0 | BSD-3-Clause | https://github.com/yahoo/serialize-javascript
serve-index@1.9.1 | MIT | https://github.com/expressjs/serve-index
serve-static@1.14.1 | MIT | https://github.com/expressjs/serve-static
set-blocking@2.0.0 | ISC | https://github.com/yargs/set-blocking
-set-value@2.0.1 | MIT | https://github.com/jonschlinkert/set-value
-setimmediate@1.0.5 | MIT | https://github.com/YuzuJS/setImmediate
setprototypeof@1.1.0 | ISC | https://github.com/wesleytodd/setprototypeof
setprototypeof@1.1.1 | ISC | https://github.com/wesleytodd/setprototypeof
-sha.js@2.4.11 | (MIT AND BSD-3-Clause) | https://github.com/crypto-browserify/sha.js
+shallow-clone@3.0.1 | MIT | https://github.com/jonschlinkert/shallow-clone
shebang-command@1.2.0 | MIT | https://github.com/kevva/shebang-command
shebang-command@2.0.0 | MIT | https://github.com/kevva/shebang-command
shebang-regex@1.0.0 | MIT | https://github.com/sindresorhus/shebang-regex
shebang-regex@3.0.0 | MIT | https://github.com/sindresorhus/shebang-regex
-shell-quote@1.7.2 | MIT | https://github.com/substack/node-shell-quote
+shell-quote@1.7.3 | MIT | https://github.com/substack/node-shell-quote
shelljs@0.8.4 | BSD-3-Clause | https://github.com/shelljs/shelljs
-shellwords@0.1.1 | MIT | https://github.com/jimmycuadra/shellwords
-side-channel@1.0.4 | MIT | https://github.com/ljharb/side-channel
sigmund@1.0.1 | ISC | https://github.com/isaacs/sigmund
signal-exit@3.0.3 | ISC | https://github.com/tapjs/signal-exit
-simple-swizzle@0.2.2 | MIT | https://github.com/qix-/node-simple-swizzle
-sisteransi@1.0.5 | MIT | https://github.com/terkelg/sisteransi
-slash@1.0.0 | MIT | https://github.com/sindresorhus/slash
-slash@2.0.0 | MIT | https://github.com/sindresorhus/slash
+sirv@1.0.18 | MIT | https://github.com/lukeed/sirv
slash@3.0.0 | MIT | https://github.com/sindresorhus/slash
-slice-ansi@2.1.0 | MIT | https://github.com/chalk/slice-ansi
slice-ansi@3.0.0 | MIT | https://github.com/chalk/slice-ansi
slice-ansi@4.0.0 | MIT | https://github.com/chalk/slice-ansi
+slice-ansi@5.0.0 | MIT | https://github.com/chalk/slice-ansi
slide@1.1.6 | ISC | https://github.com/isaacs/slide-flow-control
-snapdragon-node@2.1.1 | MIT | https://github.com/jonschlinkert/snapdragon-node
-snapdragon-util@3.0.1 | MIT | https://github.com/jonschlinkert/snapdragon-util
-snapdragon@0.8.2 | MIT | https://github.com/jonschlinkert/snapdragon
-sockjs-client@1.5.2 | MIT | https://github.com/sockjs/sockjs-client
sockjs@0.3.21 | MIT | https://github.com/sockjs/sockjs-node
-sort-keys@1.1.2 | MIT | https://github.com/sindresorhus/sort-keys
-source-list-map@2.0.1 | MIT | https://github.com/webpack/source-list-map
-source-map-resolve@0.5.3 | MIT | https://github.com/lydell/source-map-resolve
-source-map-support@0.5.19 | MIT | https://github.com/evanw/node-source-map-support
-source-map-url@0.4.1 | MIT | https://github.com/lydell/source-map-url
+source-map-js@0.6.2 | BSD-3-Clause | https://github.com/7rulnik/source-map
+source-map-support@0.5.20 | MIT | https://github.com/evanw/node-source-map-support
source-map@0.5.7 | BSD-3-Clause | https://github.com/mozilla/source-map
source-map@0.6.1 | BSD-3-Clause | https://github.com/mozilla/source-map
source-map@0.7.3 | BSD-3-Clause | https://github.com/mozilla/source-map
@@ -1402,138 +933,82 @@ spdx-ranges@2.1.1 | (MIT AND CC-BY-3.0) | https://github.com/kemitchell/spdx-ran
spdx-satisfies@4.0.1 | MIT | https://github.com/kemitchell/spdx-satisfies.js
spdy-transport@3.0.0 | MIT | https://github.com/spdy-http2/spdy-transport
spdy@4.0.2 | MIT | https://github.com/indutny/node-spdy
-split-string@3.1.0 | MIT | https://github.com/jonschlinkert/split-string
-sprintf-js@1.0.3 | BSD-3-Clause | https://github.com/alexei/sprintf.js
sshpk@1.16.1 | MIT | https://github.com/joyent/node-sshpk
-ssri@6.0.2 | ISC | https://github.com/zkat/ssri
ssri@8.0.1 | ISC | https://github.com/npm/ssri
stable@0.1.8 | MIT | https://github.com/Two-Screen/stable
-stack-utils@1.0.5 | MIT | https://github.com/tapjs/stack-utils
stackframe@1.2.0 | MIT | https://github.com/stacktracejs/stackframe
-static-extend@0.1.2 | MIT | https://github.com/jonschlinkert/static-extend
statuses@1.5.0 | MIT | https://github.com/jshttp/statuses
-stealthy-require@1.1.1 | ISC | https://github.com/analog-nico/stealthy-require
-stream-browserify@2.0.2 | MIT | https://github.com/browserify/stream-browserify
-stream-each@1.2.3 | MIT | https://github.com/mafintosh/stream-each
-stream-http@2.8.3 | MIT | https://github.com/jhiesey/stream-http
-stream-shift@1.0.1 | MIT | https://github.com/mafintosh/stream-shift
stream-transform@2.1.0 | MIT | https://github.com/adaltas/node-stream-transform
-strict-uri-encode@1.1.0 | MIT | https://github.com/kevva/strict-uri-encode
string-argv@0.3.1 | MIT | https://github.com/mccormicka/string-argv
-string-length@2.0.0 | MIT | https://github.com/sindresorhus/string-length
-string-length@3.1.0 | MIT | https://github.com/sindresorhus/string-length
string-width@1.0.2 | MIT | https://github.com/sindresorhus/string-width
string-width@2.1.1 | MIT | https://github.com/sindresorhus/string-width
-string-width@3.1.0 | MIT | https://github.com/sindresorhus/string-width
string-width@4.2.2 | MIT | https://github.com/sindresorhus/string-width
-string.prototype.trimend@1.0.4 | MIT | https://github.com/es-shims/String.prototype.trimEnd
-string.prototype.trimstart@1.0.4 | MIT | https://github.com/es-shims/String.prototype.trimStart
+string-width@5.0.1 | MIT | https://github.com/sindresorhus/string-width
string_decoder@1.1.1 | MIT | https://github.com/nodejs/string_decoder
-stringify-object@3.3.0 | BSD-2-Clause | https://github.com/yeoman/stringify-object
+string_decoder@1.3.0 | MIT | https://github.com/nodejs/string_decoder
strip-ansi@3.0.1 | MIT | https://github.com/chalk/strip-ansi
strip-ansi@4.0.0 | MIT | https://github.com/chalk/strip-ansi
strip-ansi@5.2.0 | MIT | https://github.com/chalk/strip-ansi
strip-ansi@6.0.0 | MIT | https://github.com/chalk/strip-ansi
-strip-bom@3.0.0 | MIT | https://github.com/sindresorhus/strip-bom
+strip-ansi@6.0.1 | MIT | https://github.com/chalk/strip-ansi
+strip-ansi@7.0.1 | MIT | https://github.com/chalk/strip-ansi
strip-eof@1.0.0 | MIT | https://github.com/sindresorhus/strip-eof
strip-final-newline@2.0.0 | MIT | https://github.com/sindresorhus/strip-final-newline
strip-indent@2.0.0 | MIT | https://github.com/sindresorhus/strip-indent
-strip-json-comments@2.0.1 | MIT | https://github.com/sindresorhus/strip-json-comments
strip-json-comments@3.1.1 | MIT | https://github.com/sindresorhus/strip-json-comments
-stylehacks@4.0.3 | MIT | https://github.com/cssnano/cssnano
-supports-color@2.0.0 | MIT | https://github.com/chalk/supports-color
+stylehacks@5.0.1 | MIT | https://github.com/cssnano/cssnano
supports-color@5.5.0 | MIT | https://github.com/chalk/supports-color
-supports-color@6.1.0 | MIT | https://github.com/chalk/supports-color
supports-color@7.2.0 | MIT | https://github.com/chalk/supports-color
supports-color@8.1.1 | MIT | https://github.com/chalk/supports-color
+supports-color@9.0.2 | MIT | https://github.com/chalk/supports-color
svg-tags@1.0.0 | MIT | https://github.com/element-io/svg-tags
-svgo@1.3.2 | MIT | https://github.com/svg/svgo
-symbol-tree@3.2.4 | MIT | https://github.com/jsdom/js-symbol-tree
-table@5.4.6 | BSD-3-Clause | https://github.com/gajus/table
+svgo@2.8.0 | MIT | https://github.com/svg/svgo
tapable@1.1.3 | MIT | https://github.com/webpack/tapable
-tar@6.1.11 | ISC | https://github.com/npm/node-tar
-terser-webpack-plugin@1.4.5 | MIT | https://github.com/webpack-contrib/terser-webpack-plugin
-terser@4.8.0 | BSD-2-Clause | https://github.com/terser/terser
-test-exclude@5.2.3 | ISC | https://github.com/istanbuljs/istanbuljs
+tapable@2.2.1 | MIT | https://github.com/webpack/tapable
+terser-webpack-plugin@5.2.5 | MIT | https://github.com/webpack-contrib/terser-webpack-plugin
+terser@5.9.0 | BSD-2-Clause | https://github.com/terser/terser
text-table@0.2.0 | MIT | https://github.com/substack/text-table
thenify-all@1.6.0 | MIT | https://github.com/thenables/thenify-all
thenify@3.3.1 | MIT | https://github.com/thenables/thenify
-thread-loader@2.1.3 | MIT | https://github.com/webpack-contrib/thread-loader
-throat@4.1.0 | MIT | https://github.com/ForbesLindesay/throat
+thread-loader@3.0.4 | MIT | https://github.com/webpack-contrib/thread-loader
throttleit@1.0.0 | MIT | https://github.com/component/throttle
-through2@2.0.5 | MIT | https://github.com/rvagg/through2
through@2.3.8 | MIT | https://github.com/dominictarr/through
thunky@1.1.0 | MIT | https://github.com/mafintosh/thunky
-timers-browserify@2.0.12 | MIT | https://github.com/jryans/timers-browserify
timsort@0.3.0 | MIT | https://github.com/mziccard/node-timsort
-tmp@0.0.33 | MIT | https://github.com/raszi/node-tmp
tmp@0.2.1 | MIT | https://github.com/raszi/node-tmp
-tmpl@1.0.5 | BSD-3-Clause | https://github.com/daaku/nodejs-tmpl
-to-arraybuffer@1.0.1 | MIT | https://github.com/jhiesey/to-arraybuffer
-to-fast-properties@1.0.3 | MIT | https://github.com/sindresorhus/to-fast-properties
to-fast-properties@2.0.0 | MIT | https://github.com/sindresorhus/to-fast-properties
-to-object-path@0.3.0 | MIT | https://github.com/jonschlinkert/to-object-path
-to-regex-range@2.1.1 | MIT | https://github.com/micromatch/to-regex-range
to-regex-range@5.0.1 | MIT | https://github.com/micromatch/to-regex-range
-to-regex@3.0.2 | MIT | https://github.com/jonschlinkert/to-regex
toidentifier@1.0.0 | MIT | https://github.com/component/toidentifier
-toposort@1.0.7 | MIT | https://github.com/marcelklehr/toposort
+totalist@1.1.0 | MIT | https://github.com/lukeed/totalist
tough-cookie@2.5.0 | BSD-3-Clause | https://github.com/salesforce/tough-cookie
-tough-cookie@3.0.1 | BSD-3-Clause | https://github.com/salesforce/tough-cookie
tr46@0.0.3 | MIT | https://github.com/Sebmaster/tr46.js
-tr46@1.0.1 | MIT | https://github.com/Sebmaster/tr46.js
treeify@1.1.0 | MIT | https://github.com/notatestuser/treeify
-tryer@1.0.1 | MIT | git+https://gitlab.com/philbooth/tryer
-ts-jest@24.3.0 | MIT | https://github.com/kulshekhar/ts-jest
-ts-loader@6.2.2 | MIT | https://github.com/TypeStrong/ts-loader
-ts-pnp@1.2.0 | MIT | https://github.com/arcanis/ts-pnp
-tsconfig@7.0.0 | MIT | https://github.com/TypeStrong/tsconfig
+ts-loader@9.2.6 | MIT | https://github.com/TypeStrong/ts-loader
tslib@1.14.1 | 0BSD | https://github.com/Microsoft/tslib
-tslint@5.20.1 | Apache-2.0 | https://github.com/palantir/tslint
-tsutils@2.29.0 | MIT | https://github.com/ajafff/tsutils
+tslib@2.1.0 | 0BSD | https://github.com/Microsoft/tslib
+tslib@2.3.1 | 0BSD | https://github.com/Microsoft/tslib
tsutils@3.21.0 | MIT | https://github.com/ajafff/tsutils
-tty-browserify@0.0.0 | MIT | https://github.com/substack/tty-browserify
tunnel-agent@0.6.0 | Apache-2.0 | https://github.com/mikeal/tunnel-agent
tweetnacl@0.14.5 | Unlicense | https://github.com/dchest/tweetnacl-js
-type-check@0.3.2 | MIT | https://github.com/gkz/type-check
+type-check@0.4.0 | MIT | https://github.com/gkz/type-check
+type-fest@0.20.2 | (MIT OR CC0-1.0) | https://github.com/sindresorhus/type-fest
type-fest@0.21.3 | (MIT OR CC0-1.0) | https://github.com/sindresorhus/type-fest
type-fest@0.6.0 | (MIT OR CC0-1.0) | https://github.com/sindresorhus/type-fest
type-fest@0.8.1 | (MIT OR CC0-1.0) | https://github.com/sindresorhus/type-fest
type-is@1.6.18 | MIT | https://github.com/jshttp/type-is
-typedarray@0.0.6 | MIT | https://github.com/substack/typedarray
-typescript@4.4.4 | Apache-2.0 | https://github.com/Microsoft/TypeScript
-uglify-js@3.4.10 | BSD-2-Clause | https://github.com/mishoo/UglifyJS2
-unbox-primitive@1.0.1 | MIT | https://github.com/ljharb/unbox-primitive
+typescript@4.5.2 | Apache-2.0 | https://github.com/Microsoft/TypeScript
unicode-canonical-property-names-ecmascript@2.0.0 | MIT | https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript
unicode-match-property-ecmascript@2.0.0 | MIT | https://github.com/mathiasbynens/unicode-match-property-ecmascript
unicode-match-property-value-ecmascript@2.0.0 | MIT | https://github.com/mathiasbynens/unicode-match-property-value-ecmascript
unicode-property-aliases-ecmascript@2.0.0 | MIT | https://github.com/mathiasbynens/unicode-property-aliases-ecmascript
-union-value@1.0.1 | MIT | https://github.com/jonschlinkert/union-value
-uniq@1.0.1 | MIT | https://github.com/mikolalysenko/uniq
uniqs@2.0.0 | MIT | https://github.com/fgnass/uniqs
-unique-filename@1.1.1 | ISC | https://github.com/iarna/unique-filename
-unique-slug@2.0.2 | ISC | https://github.com/iarna/unique-slug
-universalify@0.1.2 | MIT | https://github.com/RyanZim/universalify
universalify@2.0.0 | MIT | https://github.com/RyanZim/universalify
unpipe@1.0.0 | MIT | https://github.com/stream-utils/unpipe
-unquote@1.1.1 | MIT | https://github.com/lakenen/node-unquote
-unset-value@1.0.0 | MIT | https://github.com/jonschlinkert/unset-value
untildify@4.0.0 | MIT | https://github.com/sindresorhus/untildify
-upath@1.2.0 | MIT | https://github.com/anodynos/upath
-upper-case@1.1.3 | MIT | https://github.com/blakeembrey/upper-case
uri-js@4.4.1 | BSD-2-Clause | https://github.com/garycourt/uri-js
-urix@0.1.0 | MIT | https://github.com/lydell/urix
-url-loader@2.3.0 | MIT | https://github.com/webpack-contrib/url-loader
-url-parse@1.5.3 | MIT | https://github.com/unshiftio/url-parse
url@0.11.0 | MIT | https://github.com/defunctzombie/node-url
-use@3.1.1 | MIT | https://github.com/jonschlinkert/use
util-deprecate@1.0.2 | MIT | https://github.com/TooTallNate/util-deprecate
util-extend@1.0.3 | MIT | https://github.com/isaacs/util-extend
-util.promisify@1.0.0 | MIT | https://github.com/ljharb/util.promisify
-util.promisify@1.0.1 | MIT | https://github.com/ljharb/util.promisify
-util.promisify@1.1.1 | MIT | https://github.com/ljharb/util.promisify
-util@0.10.3 | MIT | https://github.com/defunctzombie/node-util
-util@0.11.1 | MIT | https://github.com/defunctzombie/node-util
utila@0.4.0 | MIT | https://github.com/AriaMinaei/utila
utils-merge@1.0.1 | MIT | https://github.com/jaredhanson/utils-merge
uuid@3.4.0 | MIT | https://github.com/uuidjs/uuid
@@ -1543,76 +1018,53 @@ validate-npm-package-license@3.0.4 | Apache-2.0 | https://github.com/kemitchell/
vary@1.1.2 | MIT | https://github.com/jshttp/vary
vendors@1.0.4 | MIT | https://github.com/wooorm/vendors
verror@1.10.0 | MIT | https://github.com/davepacheco/node-verror
-vm-browserify@1.1.2 | MIT | https://github.com/substack/vm-browserify
-vue-cli-plugin-vuetify@2.4.3 | MIT | https://github.com/vuetifyjs/vue-cli-plugin-vuetify
-vue-eslint-parser@7.11.0 | MIT | https://github.com/vuejs/vue-eslint-parser
-vue-eslint-parser@7.6.0 | MIT | https://github.com/vuejs/vue-eslint-parser
+vue-cli-plugin-vuetify@2.4.4 | MIT | https://github.com/vuetifyjs/vue-cli-plugin-vuetify
+vue-eslint-parser@8.0.1 | MIT | https://github.com/vuejs/vue-eslint-parser
vue-hot-reload-api@2.3.4 | MIT | https://github.com/vuejs/vue-hot-reload-api
-vue-jest@3.0.7 | MIT | https://github.com/vuejs/vue-jest
vue-loader@15.9.8 | MIT | https://github.com/vuejs/vue-loader
-vue-loader@16.8.2 | MIT |
+vue-loader@16.8.3 | MIT |
vue-style-loader@4.1.3 | MIT | https://github.com/vuejs/vue-style-loader
vue-template-compiler@2.6.14 | MIT | https://github.com/vuejs/vue
vue-template-es2015-compiler@1.9.1 | MIT | https://github.com/vuejs/vue-template-es2015-compiler
vuetify-loader@1.7.3 | MIT | https://github.com/vuetifyjs/vuetify-loader
-w3c-hr-time@1.0.2 | MIT | https://github.com/jsdom/w3c-hr-time
-w3c-xmlserializer@1.1.2 | MIT | https://github.com/jsdom/w3c-xmlserializer
-walker@1.0.7 | Apache-2.0 | https://github.com/daaku/nodejs-walker
-watchpack-chokidar2@2.0.1 | MIT | https://github.com/webpack/watchpack
-watchpack@1.7.5 | MIT | https://github.com/webpack/watchpack
+watchpack@2.2.0 | MIT | https://github.com/webpack/watchpack
wbuf@1.7.3 | MIT | https://github.com/indutny/wbuf
wcwidth@1.0.1 | MIT | https://github.com/timoxley/wcwidth
webidl-conversions@3.0.1 | BSD-2-Clause | https://github.com/jsdom/webidl-conversions
-webidl-conversions@4.0.2 | BSD-2-Clause | https://github.com/jsdom/webidl-conversions
-webpack-bundle-analyzer@3.9.0 | MIT | https://github.com/webpack-contrib/webpack-bundle-analyzer
+webpack-bundle-analyzer@4.5.0 | MIT | https://github.com/webpack-contrib/webpack-bundle-analyzer
webpack-chain@6.5.1 | MPL-2.0 | https://github.com/neutrinojs/webpack-chain
-webpack-dev-middleware@3.7.3 | MIT | https://github.com/webpack/webpack-dev-middleware
-webpack-dev-server@3.11.2 | MIT | https://github.com/webpack/webpack-dev-server
-webpack-log@2.0.0 | MIT | https://github.com/webpack-contrib/webpack-log
-webpack-merge@4.2.2 | MIT | https://github.com/survivejs/webpack-merge
-webpack-sources@1.4.3 | MIT | https://github.com/webpack/webpack-sources
-webpack@4.46.0 | MIT | https://github.com/webpack/webpack
+webpack-dev-middleware@5.2.1 | MIT | https://github.com/webpack/webpack-dev-middleware
+webpack-dev-server@4.4.0 | MIT | https://github.com/webpack/webpack-dev-server
+webpack-merge@5.8.0 | MIT | https://github.com/survivejs/webpack-merge
+webpack-sources@3.2.2 | MIT | https://github.com/webpack/webpack-sources
+webpack-virtual-modules@0.4.3 | MIT | https://github.com/sysgears/webpack-virtual-modules
+webpack@5.64.3 | MIT | https://github.com/webpack/webpack
websocket-driver@0.7.4 | Apache-2.0 | https://github.com/faye/websocket-driver-node
websocket-extensions@0.1.4 | Apache-2.0 | https://github.com/faye/websocket-extensions-node
-whatwg-encoding@1.0.5 | MIT | https://github.com/jsdom/whatwg-encoding
-whatwg-mimetype@2.3.0 | MIT | https://github.com/jsdom/whatwg-mimetype
+whatwg-fetch@3.6.2 | MIT | https://github.com/github/fetch
whatwg-url@5.0.0 | MIT | https://github.com/jsdom/whatwg-url
-whatwg-url@6.5.0 | MIT | https://github.com/jsdom/whatwg-url
-whatwg-url@7.1.0 | MIT | https://github.com/jsdom/whatwg-url
-which-boxed-primitive@1.0.2 | MIT | https://github.com/inspect-js/which-boxed-primitive
which-module@2.0.0 | ISC | https://github.com/nexdrew/which-module
which@1.3.1 | ISC | https://github.com/isaacs/node-which
which@2.0.2 | ISC | https://github.com/isaacs/node-which
+wildcard@2.0.0 | MIT | https://github.com/DamonOehlman/wildcard
word-wrap@1.2.3 | MIT | https://github.com/jonschlinkert/word-wrap
-worker-farm@1.7.0 | MIT | https://github.com/rvagg/node-worker-farm
-worker-rpc@0.1.1 | MIT | https://github.com/DirtyHairy/worker-rpc
wrap-ansi@2.1.0 | MIT | https://github.com/chalk/wrap-ansi
-wrap-ansi@5.1.0 | MIT | https://github.com/chalk/wrap-ansi
+wrap-ansi@3.0.1 | MIT | https://github.com/chalk/wrap-ansi
wrap-ansi@6.2.0 | MIT | https://github.com/chalk/wrap-ansi
wrap-ansi@7.0.0 | MIT | https://github.com/chalk/wrap-ansi
wrappy@1.0.2 | ISC | https://github.com/npm/wrappy
-write-file-atomic@2.4.1 | ISC | https://github.com/iarna/write-file-atomic
-write@1.0.3 | MIT | https://github.com/jonschlinkert/write
-ws@5.2.3 | MIT | https://github.com/websockets/ws
-ws@6.2.2 | MIT | https://github.com/websockets/ws
ws@7.5.5 | MIT | https://github.com/websockets/ws
-xml-name-validator@3.0.0 | Apache-2.0 | https://github.com/jsdom/xml-name-validator
-xmlchars@2.2.0 | MIT | https://github.com/lddubeau/xmlchars
-xtend@4.0.2 | MIT | https://github.com/Raynos/xtend
+ws@8.2.3 | MIT | https://github.com/websockets/ws
y18n@3.2.2 | ISC | https://github.com/yargs/y18n
-y18n@4.0.1 | ISC | https://github.com/yargs/y18n
y18n@5.0.8 | ISC | https://github.com/yargs/y18n
yallist@2.1.2 | ISC | https://github.com/isaacs/yallist
-yallist@3.1.1 | ISC | https://github.com/isaacs/yallist
yallist@4.0.0 | ISC | https://github.com/isaacs/yallist
yaml@1.10.2 | ISC | https://github.com/eemeli/yaml
-yargs-parser@10.1.0 | ISC | https://github.com/yargs/yargs-parser
-yargs-parser@13.1.2 | ISC | https://github.com/yargs/yargs-parser
yargs-parser@20.2.9 | ISC | https://github.com/yargs/yargs-parser
yargs-parser@9.0.2 | ISC | https://github.com/yargs/yargs-parser
yargs@11.1.1 | MIT | https://github.com/yargs/yargs
-yargs@13.3.2 | MIT | https://github.com/yargs/yargs
yargs@16.2.0 | MIT | https://github.com/yargs/yargs
yauzl@2.10.0 | MIT | https://github.com/thejoshwolfe/yauzl
+yocto-queue@0.1.0 | MIT | https://github.com/sindresorhus/yocto-queue
yorkie@2.0.0 | MIT | https://github.com/yyx990803/yorkie
diff --git a/FE-THIRD-PARTY-LICENSES-PROD.md b/FE-THIRD-PARTY-LICENSES-PROD.md
index 99a7103ca..92f0d9680 100644
--- a/FE-THIRD-PARTY-LICENSES-PROD.md
+++ b/FE-THIRD-PARTY-LICENSES-PROD.md
@@ -1,33 +1,43 @@
module name | license | repository
---|---|---
@fontsource/roboto@4.5.1 | MIT | https://github.com/fontsource/fontsource
-@mdi/font@6.2.95 | Apache-2.0 | https://github.com/Templarian/MaterialDesign-Webfont
+@mdi/font@6.5.95 | Apache-2.0 | https://github.com/Templarian/MaterialDesign-Webfont
@types/chart.js@2.9.31 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
-@types/lodash@4.14.176 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
+@types/lodash@4.14.177 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped
+adler-32@1.2.0 | Apache-2.0 | https://github.com/SheetJS/js-adler32
+adler-32@1.3.0 | Apache-2.0 | https://github.com/SheetJS/js-adler32
axios@0.24.0 | MIT | https://github.com/axios/axios
+cfb@1.2.1 | Apache-2.0 | https://github.com/SheetJS/js-cfb
chart.js@2.9.4 | MIT | https://github.com/chartjs/Chart.js
chartjs-color-string@0.6.0 | MIT | https://github.com/chartjs/chartjs-color-string
chartjs-color@2.4.1 | MIT | https://github.com/chartjs/chartjs-color
+codepage@1.15.0 | Apache-2.0 | https://github.com/SheetJS/js-codepage
color-convert@1.9.3 | MIT | https://github.com/Qix-/color-convert
color-name@1.1.3 | MIT | https://github.com/dfcreative/color-name
-commander@6.2.1 | MIT | https://github.com/tj/commander.js
-core-js@3.19.0 | MIT | https://github.com/zloirock/core-js
+core-js@3.19.1 | MIT | https://github.com/zloirock/core-js
+crc-32@1.2.0 | Apache-2.0 | https://github.com/SheetJS/js-crc32
dayjs@1.10.7 | MIT | https://github.com/iamkun/dayjs
deepmerge@4.2.2 | MIT | https://github.com/TehShrike/deepmerge
+exit-on-epipe@1.0.1 | Apache-2.0 | https://github.com/SheetJS/node-exit-on-epipe
follow-redirects@1.14.4 | MIT | https://github.com/follow-redirects/follow-redirects
+frac@1.1.2 | Apache-2.0 | https://github.com/SheetJS/frac
iris-client-frontend@0.1.0 | UNLICENSED |
-json2csv@5.0.6 | MIT | https://github.com/zemirco/json2csv
-jsonparse@1.3.1 | MIT | https://github.com/creationix/jsonparse
-lodash.get@4.4.2 | MIT | https://github.com/lodash/lodash
lodash@4.17.21 | MIT | https://github.com/lodash/lodash
moment@2.29.1 | MIT | https://github.com/moment/moment
+printj@1.1.2 | Apache-2.0 | https://github.com/SheetJS/printj
+printj@1.2.3 | Apache-2.0 | https://github.com/SheetJS/printj
+printj@1.3.0 | Apache-2.0 | https://github.com/SheetJS/printj
shvl@2.0.3 | MIT | https://github.com/robinvdvleuten/shvl
+ssf@0.11.2 | Apache-2.0 | https://github.com/SheetJS/ssf
vue-chartjs@3.5.1 | MIT | https://github.com/apertureless/vue-chartjs
vue-class-component@7.2.6 | MIT | https://github.com/vuejs/vue-class-component
vue-property-decorator@9.1.2 | MIT | https://github.com/kaorun343/vue-property-decorator
-vue-router@3.5.2 | MIT | https://github.com/vuejs/vue-router
+vue-router@3.5.3 | MIT | https://github.com/vuejs/vue-router
vue@2.6.14 | MIT | https://github.com/vuejs/vue
-vuetify@2.5.10 | MIT | https://github.com/vuetifyjs/vuetify
+vuetify@2.6.0 | MIT | https://github.com/vuetifyjs/vuetify
vuex-persistedstate@4.1.0 | MIT | https://github.com/robinvdvleuten/vuex-persistedstate
vuex@3.6.2 | MIT | https://github.com/vuejs/vuex
+wmf@1.0.2 | Apache-2.0 | https://github.com/SheetJS/js-wmf
+word@0.3.0 | Apache-2.0 | https://github.com/SheetJS/js-word
+xlsx@0.17.4 | Apache-2.0 | https://github.com/SheetJS/sheetjs
diff --git a/infrastructure/deployment/docker-compose-ext-postgres.yml b/infrastructure/deployment/docker-compose-ext-postgres.yml
index 42254b681..cfa4d43d0 100644
--- a/infrastructure/deployment/docker-compose-ext-postgres.yml
+++ b/infrastructure/deployment/docker-compose-ext-postgres.yml
@@ -8,7 +8,7 @@ version: "3.4"
services:
# IRIS Client backend for frontend
iris-client:
- image: inoeg/iris-client-bff:1.1
+ image: inoeg/iris-client-bff:1.2-latest
expose:
- 8092
environment:
@@ -38,7 +38,7 @@ services:
# IRIS Client Frontend for users
iris-frontend:
- image: inoeg/iris-client-frontend:1.1
+ image: inoeg/iris-client-frontend:1.2-latest
expose:
- 28080
environment:
@@ -53,7 +53,7 @@ services:
# Endpoint server to communicate with Apps and IRIS Connect central services
eps:
- image: inoeg/iris-client-eps:1.1
+ image: inoeg/iris-client-eps:1.2-latest
expose:
- 4446
- 5556
@@ -75,7 +75,7 @@ services:
# Proxy for inbound connections.
private-proxy:
- image: inoeg/iris-client-proxy:1.1
+ image: inoeg/iris-client-proxy:1.2-latest
expose:
- 5545
- 8877
@@ -100,7 +100,7 @@ services:
restart: unless-stopped
private-proxy-eps:
- image: inoeg/iris-client-eps:1.1
+ image: inoeg/iris-client-eps:1.2-latest
expose:
- 7766
- 7776
@@ -122,7 +122,7 @@ services:
# Reverse Proxy
nginx:
- image: inoeg/iris-client-nginx:1.1
+ image: inoeg/iris-client-nginx:1.2-latest
ports:
- ${IRIS_CLIENT_PORT:-443}:443
environment:
diff --git a/infrastructure/deployment/docker-compose.yml b/infrastructure/deployment/docker-compose.yml
index 99ded570a..4bb5a74a7 100644
--- a/infrastructure/deployment/docker-compose.yml
+++ b/infrastructure/deployment/docker-compose.yml
@@ -37,7 +37,7 @@ services:
# IRIS Client backend for frontend
iris-client:
- image: inoeg/iris-client-bff:1.1
+ image: inoeg/iris-client-bff:1.2-latest
expose:
- 8092
environment:
@@ -69,7 +69,7 @@ services:
# IRIS Client Frontend for users
iris-frontend:
- image: inoeg/iris-client-frontend:1.1
+ image: inoeg/iris-client-frontend:1.2-latest
expose:
- 28080
environment:
@@ -84,7 +84,7 @@ services:
# Endpoint server to communicate with Apps and IRIS Connect central services
eps:
- image: inoeg/iris-client-eps:1.1
+ image: inoeg/iris-client-eps:1.2-latest
expose:
- 4446
- 5556
@@ -106,7 +106,7 @@ services:
# Proxy for inbound connections.
private-proxy:
- image: inoeg/iris-client-proxy:1.1
+ image: inoeg/iris-client-proxy:1.2-latest
expose:
- 5545
- 8877
@@ -131,7 +131,7 @@ services:
restart: unless-stopped
private-proxy-eps:
- image: inoeg/iris-client-eps:1.1
+ image: inoeg/iris-client-eps:1.2-latest
expose:
- 7766 # JSON-RPC server for internal connections from iris-client
- 7776 # gRPC protocol
@@ -153,7 +153,7 @@ services:
# Reverse Proxy
nginx:
- image: inoeg/iris-client-nginx:1.1
+ image: inoeg/iris-client-nginx:1.2-latest
ports:
- ${IRIS_CLIENT_PORT:-443}:443
environment:
diff --git a/iris-client-bff/pom.xml b/iris-client-bff/pom.xml
index 70fde4b44..dfb09fc1e 100644
--- a/iris-client-bff/pom.xml
+++ b/iris-client-bff/pom.xml
@@ -12,7 +12,7 @@
iris-gateway
iris-client-bff
- 1.1.1-POST_RELEASE
+ 1.2.0-rc.1-POST_RELEASE
IRIS Client Backend for Frontend
Backend for frontend (BFF) of the client for the health departments. Communicates directly with the SORMAS of this department.
diff --git a/pom.xml b/pom.xml
index b926edaa6..0614f1679 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
iris-gateway
parent
- 1.1.1-POST_RELEASE
+ 1.2.0-rc.1-POST_RELEASE
pom
IRIS Parent