From c8303e3482490e2ae591e8970d24c4bc0c49c507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 14:16:27 -0400 Subject: [PATCH 001/297] Bump eventsource from 1.0.7 to 1.1.1 (#171) Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](https://github.com/EventSource/eventsource/compare/v1.0.7...v1.1.1) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 64db92f4..320d0432 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8165,9 +8165,9 @@ } }, "node_modules/eventsource": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.0.7.tgz", - "integrity": "sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.1.1.tgz", + "integrity": "sha512-qV5ZC0h7jYIAOhArFJgSfdyz6rALJyb270714o7ZtNnw2WSJ+eexhKtE0O8LYPRsHZHf2osHKZBxGPvm3kPkCA==", "dependencies": { "original": "^1.0.0" }, @@ -30494,9 +30494,9 @@ "integrity": "sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg==" }, "eventsource": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.0.7.tgz", - "integrity": "sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.1.1.tgz", + "integrity": "sha512-qV5ZC0h7jYIAOhArFJgSfdyz6rALJyb270714o7ZtNnw2WSJ+eexhKtE0O8LYPRsHZHf2osHKZBxGPvm3kPkCA==", "requires": { "original": "^1.0.0" } From 0e45657b4816f3d24f59b31678160daeef1970f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 07:04:11 -0400 Subject: [PATCH 002/297] Bump jsdom from 16.4.0 to 16.7.0 (#172) --- package-lock.json | 845 ++++++++++++---------------------------------- 1 file changed, 208 insertions(+), 637 deletions(-) diff --git a/package-lock.json b/package-lock.json index 320d0432..08bb7ede 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2980,6 +2980,14 @@ "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-7.2.1.tgz", "integrity": "sha512-oZ0Ib5I4Z2pUEcoo95cT1cr6slco9WY7yiPpG+RGNkj8YcYgJnM7pXmYmorNOReh8MIGcKSqXyeGjxnr8YiZbA==" }, + "node_modules/@tootallnate/once": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", + "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", + "engines": { + "node": ">= 6" + } + }, "node_modules/@types/anymatch": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/@types/anymatch/-/anymatch-1.3.1.tgz", @@ -3746,6 +3754,17 @@ "node": ">=8.9" } }, + "node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, "node_modules/aggregate-error": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", @@ -4054,14 +4073,6 @@ "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" }, - "node_modules/asn1": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", - "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", - "dependencies": { - "safer-buffer": "~2.1.0" - } - }, "node_modules/asn1.js": { "version": "5.4.1", "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz", @@ -4087,14 +4098,6 @@ "util": "0.10.3" } }, - "node_modules/assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "engines": { - "node": ">=0.8" - } - }, "node_modules/assert/node_modules/inherits": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", @@ -4150,7 +4153,7 @@ "node_modules/asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/at-least-node": { "version": "1.0.0", @@ -4188,19 +4191,6 @@ "autoprefixer": "bin/autoprefixer" } }, - "node_modules/aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", - "engines": { - "node": "*" - } - }, - "node_modules/aws4": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz", - "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==" - }, "node_modules/axe-core": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.1.1.tgz", @@ -4789,14 +4779,6 @@ "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=" }, - "node_modules/bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", - "dependencies": { - "tweetnacl": "^0.14.3" - } - }, "node_modules/bfj": { "version": "7.0.2", "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz", @@ -5280,11 +5262,6 @@ "node": ">=4" } }, - "node_modules/caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" - }, "node_modules/chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", @@ -6356,17 +6333,6 @@ "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz", "integrity": "sha512-JVrozIeElnj3QzfUIt8tB8YMluBJom4Vw9qTPpjGYQ9fYlB3D/rb6OordUxf3xeFB35LKWs0xqcO5U6ySvBtug==" }, - "node_modules/dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", - "dependencies": { - "assert-plus": "^1.0.0" - }, - "engines": { - "node": ">=0.10" - } - }, "node_modules/data-urls": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", @@ -6549,7 +6515,7 @@ "node_modules/delayed-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", "engines": { "node": ">=0.4.0" } @@ -6837,15 +6803,6 @@ "stream-shift": "^1.0.0" } }, - "node_modules/ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", - "dependencies": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, "node_modules/ee-first": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", @@ -7150,20 +7107,30 @@ } }, "node_modules/escodegen": { - "version": "1.14.3", - "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz", - "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", + "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", "dependencies": { "esprima": "^4.0.1", - "estraverse": "^4.2.0", + "estraverse": "^5.2.0", "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" + "optionator": "^0.8.1" }, "bin": { "escodegen": "bin/escodegen.js", "esgenerate": "bin/esgenerate.js" }, + "engines": { + "node": ">=6.0" + }, + "optionalDependencies": { + "source-map": "~0.6.1" + } + }, + "node_modules/escodegen/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "engines": { "node": ">=4.0" } @@ -7171,7 +7138,7 @@ "node_modules/escodegen/node_modules/levn": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==", "dependencies": { "prelude-ls": "~1.1.2", "type-check": "~0.3.2" @@ -7199,7 +7166,7 @@ "node_modules/escodegen/node_modules/prelude-ls": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", + "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==", "engines": { "node": ">= 0.8.0" } @@ -7207,7 +7174,7 @@ "node_modules/escodegen/node_modules/type-check": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", + "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==", "dependencies": { "prelude-ls": "~1.1.2" }, @@ -8639,14 +8606,6 @@ "node": ">=0.10.0" } }, - "node_modules/extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", - "engines": [ - "node >=0.6.0" - ] - }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -8922,14 +8881,6 @@ "node": ">=0.10.0" } }, - "node_modules/forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", - "engines": { - "node": "*" - } - }, "node_modules/fork-ts-checker-webpack-plugin": { "version": "4.1.6", "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.6.tgz", @@ -9062,16 +9013,16 @@ } }, "node_modules/form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", + "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", "dependencies": { "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", + "combined-stream": "^1.0.8", "mime-types": "^2.1.12" }, "engines": { - "node": ">= 0.12" + "node": ">= 6" } }, "node_modules/forwarded": { @@ -9248,14 +9199,6 @@ "node": ">=0.10.0" } }, - "node_modules/getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", - "dependencies": { - "assert-plus": "^1.0.0" - } - }, "node_modules/gh-pages": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-2.2.0.tgz", @@ -9391,26 +9334,6 @@ "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" }, - "node_modules/har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", - "engines": { - "node": ">=4" - } - }, - "node_modules/har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", - "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", - "dependencies": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/harmony-reflect": { "version": "1.6.1", "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.1.tgz", @@ -9794,6 +9717,19 @@ "node": ">=8.0.0" } }, + "node_modules/http-proxy-agent": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", + "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", + "dependencies": { + "@tootallnate/once": "1", + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/http-proxy-middleware": { "version": "0.19.1", "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz", @@ -9921,25 +9857,23 @@ "node": ">=0.10.0" } }, - "node_modules/http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", - "dependencies": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "engines": { - "node": ">=0.8", - "npm": ">=1.3.7" - } - }, "node_modules/https-browserify": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" }, + "node_modules/https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/human-signals": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", @@ -10750,9 +10684,9 @@ } }, "node_modules/is-potential-custom-element-name": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.0.tgz", - "integrity": "sha1-DFLlS8yjkbssSUsh6GJtczbG45c=" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" }, "node_modules/is-regex": { "version": "1.1.1", @@ -10881,11 +10815,6 @@ "node": ">=0.10.0" } }, - "node_modules/isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" - }, "node_modules/istanbul-lib-coverage": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz", @@ -14736,63 +14665,60 @@ "js-yaml": "bin/js-yaml.js" } }, - "node_modules/jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" - }, "node_modules/jsdom": { - "version": "16.4.0", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.4.0.tgz", - "integrity": "sha512-lYMm3wYdgPhrl7pDcRmvzPhhrGVBeVhPIqeHjzeiHN3DFmD1RBpbExbi8vU7BJdH8VAZYovR8DMt0PNNDM7k8w==", + "version": "16.7.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", + "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", "dependencies": { - "abab": "^2.0.3", - "acorn": "^7.1.1", + "abab": "^2.0.5", + "acorn": "^8.2.4", "acorn-globals": "^6.0.0", "cssom": "^0.4.4", - "cssstyle": "^2.2.0", + "cssstyle": "^2.3.0", "data-urls": "^2.0.0", - "decimal.js": "^10.2.0", + "decimal.js": "^10.2.1", "domexception": "^2.0.1", - "escodegen": "^1.14.1", + "escodegen": "^2.0.0", + "form-data": "^3.0.0", "html-encoding-sniffer": "^2.0.1", - "is-potential-custom-element-name": "^1.0.0", + "http-proxy-agent": "^4.0.1", + "https-proxy-agent": "^5.0.0", + "is-potential-custom-element-name": "^1.0.1", "nwsapi": "^2.2.0", - "parse5": "5.1.1", - "request": "^2.88.2", - "request-promise-native": "^1.0.8", - "saxes": "^5.0.0", + "parse5": "6.0.1", + "saxes": "^5.0.1", "symbol-tree": "^3.2.4", - "tough-cookie": "^3.0.1", + "tough-cookie": "^4.0.0", "w3c-hr-time": "^1.0.2", "w3c-xmlserializer": "^2.0.0", "webidl-conversions": "^6.1.0", "whatwg-encoding": "^1.0.5", "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0", - "ws": "^7.2.3", + "whatwg-url": "^8.5.0", + "ws": "^7.4.6", "xml-name-validator": "^3.0.0" }, "engines": { "node": ">=10" + }, + "peerDependencies": { + "canvas": "^2.5.0" + }, + "peerDependenciesMeta": { + "canvas": { + "optional": true + } } }, - "node_modules/jsdom/node_modules/parse5": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz", - "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==" - }, - "node_modules/jsdom/node_modules/tough-cookie": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz", - "integrity": "sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==", - "dependencies": { - "ip-regex": "^2.1.0", - "psl": "^1.1.28", - "punycode": "^2.1.1" + "node_modules/jsdom/node_modules/acorn": { + "version": "8.7.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", + "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==", + "bin": { + "acorn": "bin/acorn" }, "engines": { - "node": ">=6" + "node": ">=0.4.0" } }, "node_modules/jsesc": { @@ -14816,11 +14742,6 @@ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" }, - "node_modules/json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" - }, "node_modules/json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", @@ -14831,11 +14752,6 @@ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=" }, - "node_modules/json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" - }, "node_modules/json3": { "version": "3.3.3", "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz", @@ -14863,20 +14779,6 @@ "graceful-fs": "^4.1.6" } }, - "node_modules/jsprim": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", - "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", - "engines": [ - "node >=0.6.0" - ], - "dependencies": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - } - }, "node_modules/jsx-ast-utils": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz", @@ -15033,11 +14935,6 @@ "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=" }, - "node_modules/lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=" - }, "node_modules/lodash.template": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz", @@ -15865,14 +15762,6 @@ "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==" }, - "node_modules/oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", - "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", - "engines": { - "node": "*" - } - }, "node_modules/object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", @@ -18132,14 +18021,6 @@ "teleport": ">=0.2.0" } }, - "node_modules/qs": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", - "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", - "engines": { - "node": ">=0.6" - } - }, "node_modules/query-string": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz", @@ -19098,60 +18979,6 @@ "node": ">= 0.10" } }, - "node_modules/request": { - "version": "2.88.2", - "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", - "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", - "dependencies": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/request-promise-core": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.4.tgz", - "integrity": "sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==", - "dependencies": { - "lodash": "^4.17.19" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/request-promise-native": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.9.tgz", - "integrity": "sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==", - "dependencies": { - "request-promise-core": "1.1.4", - "stealthy-require": "^1.1.1", - "tough-cookie": "^2.3.3" - }, - "engines": { - "node": ">=0.12.0" - } - }, "node_modules/require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", @@ -20434,25 +20261,6 @@ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" }, - "node_modules/sshpk": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", - "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", - "dependencies": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/ssri": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", @@ -20529,14 +20337,6 @@ "node": ">= 0.6" } }, - "node_modules/stealthy-require": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz", - "integrity": "sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/stream-browserify": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", @@ -21403,21 +21203,22 @@ } }, "node_modules/tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", - "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz", + "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", "dependencies": { - "psl": "^1.1.28", - "punycode": "^2.1.1" + "psl": "^1.1.33", + "punycode": "^2.1.1", + "universalify": "^0.1.2" }, "engines": { - "node": ">=0.8" + "node": ">=6" } }, "node_modules/tr46": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.0.2.tgz", - "integrity": "sha512-3n1qG+/5kg+jrbTzwAykB5yRYtQCTqOGKq5U5PE3b0a1/mzo6snDhjGS0zJVJunO0NrT3Dg1MLy5TjWP/UJppg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", + "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", "dependencies": { "punycode": "^2.1.1" }, @@ -21515,22 +21316,6 @@ "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=" }, - "node_modules/tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", - "dependencies": { - "safe-buffer": "^5.0.1" - }, - "engines": { - "node": "*" - } - }, - "node_modules/tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" - }, "node_modules/type": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", @@ -22004,19 +21789,6 @@ "resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz", "integrity": "sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==" }, - "node_modules/verror": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", - "engines": [ - "node >=0.6.0" - ], - "dependencies": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, "node_modules/vfile": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/vfile/-/vfile-2.3.0.tgz", @@ -23124,12 +22896,12 @@ "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==" }, "node_modules/whatwg-url": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.4.0.tgz", - "integrity": "sha512-vwTUFf6V4zhcPkWp/4CQPr1TW9Ml6SF4lVyaIMBdJw5i6qUUJ1QWM4Z6YYVkfka0OUIzVo/0aNtGVGk256IKWw==", + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", + "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", "dependencies": { - "lodash.sortby": "^4.7.0", - "tr46": "^2.0.2", + "lodash": "^4.7.0", + "tr46": "^2.1.0", "webidl-conversions": "^6.1.0" }, "engines": { @@ -26129,6 +25901,11 @@ "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-7.2.1.tgz", "integrity": "sha512-oZ0Ib5I4Z2pUEcoo95cT1cr6slco9WY7yiPpG+RGNkj8YcYgJnM7pXmYmorNOReh8MIGcKSqXyeGjxnr8YiZbA==" }, + "@tootallnate/once": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", + "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==" + }, "@types/anymatch": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/@types/anymatch/-/anymatch-1.3.1.tgz", @@ -26813,6 +26590,14 @@ "regex-parser": "^2.2.11" } }, + "agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "requires": { + "debug": "4" + } + }, "aggregate-error": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", @@ -27059,14 +26844,6 @@ "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" }, - "asn1": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", - "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", - "requires": { - "safer-buffer": "~2.1.0" - } - }, "asn1.js": { "version": "5.4.1", "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz", @@ -27109,11 +26886,6 @@ } } }, - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" - }, "assign-symbols": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", @@ -27150,7 +26922,7 @@ "asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "at-least-node": { "version": "1.0.0", @@ -27176,16 +26948,6 @@ "postcss-value-parser": "^4.1.0" } }, - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" - }, - "aws4": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz", - "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==" - }, "axe-core": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.1.1.tgz", @@ -27706,14 +27468,6 @@ "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=" }, - "bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", - "requires": { - "tweetnacl": "^0.14.3" - } - }, "bfj": { "version": "7.0.2", "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz", @@ -28135,11 +27889,6 @@ "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.3.0.tgz", "integrity": "sha512-/4YgnZS8y1UXXmC02xD5rRrBEu6T5ub+mQHLNRj0fzTRbgdBYhsNo2V5EqwgqrExjxsjtF/OpAKAMkKsxbD5XQ==" }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" - }, "chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", @@ -29029,14 +28778,6 @@ "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz", "integrity": "sha512-JVrozIeElnj3QzfUIt8tB8YMluBJom4Vw9qTPpjGYQ9fYlB3D/rb6OordUxf3xeFB35LKWs0xqcO5U6ySvBtug==" }, - "dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", - "requires": { - "assert-plus": "^1.0.0" - } - }, "data-urls": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", @@ -29181,7 +28922,7 @@ "delayed-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" }, "depd": { "version": "1.1.2", @@ -29432,15 +29173,6 @@ "stream-shift": "^1.0.0" } }, - "ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", - "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, "ee-first": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", @@ -29712,21 +29444,26 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "escodegen": { - "version": "1.14.3", - "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz", - "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", + "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", "requires": { "esprima": "^4.0.1", - "estraverse": "^4.2.0", + "estraverse": "^5.2.0", "esutils": "^2.0.2", "optionator": "^0.8.1", "source-map": "~0.6.1" }, "dependencies": { + "estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" + }, "levn": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==", "requires": { "prelude-ls": "~1.1.2", "type-check": "~0.3.2" @@ -29748,12 +29485,12 @@ "prelude-ls": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=" + "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==" }, "type-check": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", + "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==", "requires": { "prelude-ls": "~1.1.2" } @@ -30892,11 +30629,6 @@ } } }, - "extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" - }, "fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -31119,11 +30851,6 @@ "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=" }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" - }, "fork-ts-checker-webpack-plugin": { "version": "4.1.6", "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.6.tgz", @@ -31236,12 +30963,12 @@ } }, "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", + "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", "requires": { "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", + "combined-stream": "^1.0.8", "mime-types": "^2.1.12" } }, @@ -31380,14 +31107,6 @@ "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=" }, - "getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", - "requires": { - "assert-plus": "^1.0.0" - } - }, "gh-pages": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-2.2.0.tgz", @@ -31494,20 +31213,6 @@ "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" }, - "har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" - }, - "har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", - "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", - "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - } - }, "harmony-reflect": { "version": "1.6.1", "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.1.tgz", @@ -31839,6 +31544,16 @@ "requires-port": "^1.0.0" } }, + "http-proxy-agent": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", + "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", + "requires": { + "@tootallnate/once": "1", + "agent-base": "6", + "debug": "4" + } + }, "http-proxy-middleware": { "version": "0.19.1", "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz", @@ -31947,21 +31662,20 @@ } } }, - "http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - } - }, "https-browserify": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" }, + "https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "requires": { + "agent-base": "6", + "debug": "4" + } + }, "human-signals": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", @@ -32582,9 +32296,9 @@ } }, "is-potential-custom-element-name": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.0.tgz", - "integrity": "sha1-DFLlS8yjkbssSUsh6GJtczbG45c=" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" }, "is-regex": { "version": "1.1.1", @@ -32683,11 +32397,6 @@ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" - }, "istanbul-lib-coverage": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz", @@ -35742,58 +35451,44 @@ "esprima": "^4.0.0" } }, - "jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" - }, "jsdom": { - "version": "16.4.0", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.4.0.tgz", - "integrity": "sha512-lYMm3wYdgPhrl7pDcRmvzPhhrGVBeVhPIqeHjzeiHN3DFmD1RBpbExbi8vU7BJdH8VAZYovR8DMt0PNNDM7k8w==", + "version": "16.7.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", + "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", "requires": { - "abab": "^2.0.3", - "acorn": "^7.1.1", + "abab": "^2.0.5", + "acorn": "^8.2.4", "acorn-globals": "^6.0.0", "cssom": "^0.4.4", - "cssstyle": "^2.2.0", + "cssstyle": "^2.3.0", "data-urls": "^2.0.0", - "decimal.js": "^10.2.0", + "decimal.js": "^10.2.1", "domexception": "^2.0.1", - "escodegen": "^1.14.1", + "escodegen": "^2.0.0", + "form-data": "^3.0.0", "html-encoding-sniffer": "^2.0.1", - "is-potential-custom-element-name": "^1.0.0", + "http-proxy-agent": "^4.0.1", + "https-proxy-agent": "^5.0.0", + "is-potential-custom-element-name": "^1.0.1", "nwsapi": "^2.2.0", - "parse5": "5.1.1", - "request": "^2.88.2", - "request-promise-native": "^1.0.8", - "saxes": "^5.0.0", + "parse5": "6.0.1", + "saxes": "^5.0.1", "symbol-tree": "^3.2.4", - "tough-cookie": "^3.0.1", + "tough-cookie": "^4.0.0", "w3c-hr-time": "^1.0.2", "w3c-xmlserializer": "^2.0.0", "webidl-conversions": "^6.1.0", "whatwg-encoding": "^1.0.5", "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0", - "ws": "^7.2.3", + "whatwg-url": "^8.5.0", + "ws": "^7.4.6", "xml-name-validator": "^3.0.0" }, "dependencies": { - "parse5": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz", - "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==" - }, - "tough-cookie": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz", - "integrity": "sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==", - "requires": { - "ip-regex": "^2.1.0", - "psl": "^1.1.28", - "punycode": "^2.1.1" - } + "acorn": { + "version": "8.7.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", + "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==" } } }, @@ -35812,11 +35507,6 @@ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" }, - "json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" - }, "json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", @@ -35827,11 +35517,6 @@ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=" }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" - }, "json3": { "version": "3.3.3", "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz", @@ -35853,17 +35538,6 @@ "graceful-fs": "^4.1.6" } }, - "jsprim": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", - "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - } - }, "jsx-ast-utils": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz", @@ -35995,11 +35669,6 @@ "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=" }, - "lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=" - }, "lodash.template": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz", @@ -36686,11 +36355,6 @@ "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==" }, - "oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", - "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" - }, "object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", @@ -38547,11 +38211,6 @@ "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=" }, - "qs": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", - "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" - }, "query-string": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz", @@ -39364,51 +39023,6 @@ "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=" }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", - "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - } - }, - "request-promise-core": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.4.tgz", - "integrity": "sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==", - "requires": { - "lodash": "^4.17.19" - } - }, - "request-promise-native": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.9.tgz", - "integrity": "sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==", - "requires": { - "request-promise-core": "1.1.4", - "stealthy-require": "^1.1.1", - "tough-cookie": "^2.3.3" - } - }, "require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", @@ -40507,22 +40121,6 @@ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" }, - "sshpk": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", - "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", - "requires": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - } - }, "ssri": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", @@ -40585,11 +40183,6 @@ "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" }, - "stealthy-require": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz", - "integrity": "sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=" - }, "stream-browserify": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", @@ -41292,18 +40885,19 @@ "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==" }, "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", - "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz", + "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" + "psl": "^1.1.33", + "punycode": "^2.1.1", + "universalify": "^0.1.2" } }, "tr46": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.0.2.tgz", - "integrity": "sha512-3n1qG+/5kg+jrbTzwAykB5yRYtQCTqOGKq5U5PE3b0a1/mzo6snDhjGS0zJVJunO0NrT3Dg1MLy5TjWP/UJppg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", + "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", "requires": { "punycode": "^2.1.1" } @@ -41385,19 +40979,6 @@ "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=" }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", - "requires": { - "safe-buffer": "^5.0.1" - } - }, - "tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" - }, "type": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", @@ -41808,16 +41389,6 @@ "resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz", "integrity": "sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==" }, - "verror": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", - "requires": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, "vfile": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/vfile/-/vfile-2.3.0.tgz", @@ -42750,12 +42321,12 @@ "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==" }, "whatwg-url": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.4.0.tgz", - "integrity": "sha512-vwTUFf6V4zhcPkWp/4CQPr1TW9Ml6SF4lVyaIMBdJw5i6qUUJ1QWM4Z6YYVkfka0OUIzVo/0aNtGVGk256IKWw==", + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", + "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^2.0.2", + "lodash": "^4.7.0", + "tr46": "^2.1.0", "webidl-conversions": "^6.1.0" } }, From 1392c5b515b7153ee4765bd2927db1b163f896a5 Mon Sep 17 00:00:00 2001 From: Saurabh Shelar <51042360+iShelar@users.noreply.github.com> Date: Wed, 13 Jul 2022 18:34:10 +0530 Subject: [PATCH 003/297] Update README.md (#175) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 253fb2c5..a815390c 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Feel free to open an [issue] with your suggestion! ## Acknowledgements This list is heavily inspired from [Grokking the Coding Interview] with -additional problems extracted from the [Blind 75 list] and this medium article +additional problems extracted from the [Blind 75 list] and this hackernoon article on [14 patterns to ace any coding interview question]. [leetcode.com]: https://leetcode.com From 49d41139dd00c4dccd937a61bd3db1a1075a93ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 13:46:49 -0400 Subject: [PATCH 004/297] Bump terser from 4.8.0 to 4.8.1 (#176) Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 172 ++++++++++++++++++++++++++++++++++++---------- 1 file changed, 135 insertions(+), 37 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08bb7ede..e2304b67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2513,6 +2513,58 @@ "node": ">= 6" } }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", + "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.14", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz", + "integrity": "sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==", + "dependencies": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz", @@ -20158,9 +20210,9 @@ } }, "node_modules/source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", - "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -20898,9 +20950,9 @@ } }, "node_modules/terser": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz", - "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.1.tgz", + "integrity": "sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==", "dependencies": { "commander": "^2.20.0", "source-map": "~0.6.1", @@ -20932,6 +20984,17 @@ "node": ">= 10.13.0" } }, + "node_modules/terser-webpack-plugin/node_modules/acorn": { + "version": "8.7.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", + "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/terser-webpack-plugin/node_modules/find-cache-dir": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz", @@ -21053,13 +21116,14 @@ } }, "node_modules/terser-webpack-plugin/node_modules/terser": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.5.1.tgz", - "integrity": "sha512-6VGWZNVP2KTUcltUQJ25TtNjx/XgdDsBDKGt8nN0MpydU36LmbPPcMBd2kmtZNNGVVDLg44k7GKeHHj+4zPIBQ==", + "version": "5.14.2", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.14.2.tgz", + "integrity": "sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==", "dependencies": { + "@jridgewell/source-map": "^0.3.2", + "acorn": "^8.5.0", "commander": "^2.20.0", - "source-map": "~0.7.2", - "source-map-support": "~0.5.19" + "source-map-support": "~0.5.20" }, "bin": { "terser": "bin/terser" @@ -21068,14 +21132,6 @@ "node": ">=10" } }, - "node_modules/terser-webpack-plugin/node_modules/terser/node_modules/source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "engines": { - "node": ">= 8" - } - }, "node_modules/test-exclude": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", @@ -25533,6 +25589,49 @@ "@types/yargs": "^13.0.0" } }, + "@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "requires": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "@jridgewell/resolve-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==" + }, + "@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==" + }, + "@jridgewell/source-map": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", + "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", + "requires": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" + }, + "@jridgewell/trace-mapping": { + "version": "0.3.14", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz", + "integrity": "sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==", + "requires": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, "@nodelib/fs.scandir": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz", @@ -40025,9 +40124,9 @@ } }, "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", - "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "requires": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -40647,9 +40746,9 @@ } }, "terser": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz", - "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.1.tgz", + "integrity": "sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==", "requires": { "commander": "^2.20.0", "source-map": "~0.6.1", @@ -40672,6 +40771,11 @@ "webpack-sources": "^1.4.3" }, "dependencies": { + "acorn": { + "version": "8.7.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", + "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==" + }, "find-cache-dir": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz", @@ -40762,20 +40866,14 @@ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" }, "terser": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.5.1.tgz", - "integrity": "sha512-6VGWZNVP2KTUcltUQJ25TtNjx/XgdDsBDKGt8nN0MpydU36LmbPPcMBd2kmtZNNGVVDLg44k7GKeHHj+4zPIBQ==", + "version": "5.14.2", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.14.2.tgz", + "integrity": "sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==", "requires": { + "@jridgewell/source-map": "^0.3.2", + "acorn": "^8.5.0", "commander": "^2.20.0", - "source-map": "~0.7.2", - "source-map-support": "~0.5.19" - }, - "dependencies": { - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==" - } + "source-map-support": "~0.5.20" } } } From 33bb17923ba85049f6403822e47c369087733c57 Mon Sep 17 00:00:00 2001 From: Leo Stepanewk <44349262+leo-step@users.noreply.github.com> Date: Fri, 22 Jul 2022 20:08:29 -0400 Subject: [PATCH 005/297] edit tips (#178) * add quickselect * add quickselect to tips page --- README.md | 1 + src/components/Tips/index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index a815390c..d4a85be3 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ If asked for maximum/minimum subarray/subset/options then If asked for top/least K items then - Heap + - QuickSelect If asked for common strings then - Map diff --git a/src/components/Tips/index.js b/src/components/Tips/index.js index 54dbb500..81966614 100644 --- a/src/components/Tips/index.js +++ b/src/components/Tips/index.js @@ -36,6 +36,7 @@ If asked for maximum/minimum subarray/subset/options then If asked for top/least K items then - Heap +- QuickSelect If asked for common strings then - Map From fb8b26e9e0f0319b31fb9c1838a32a7bdfacd995 Mon Sep 17 00:00:00 2001 From: Leo Stepanewk <44349262+leo-step@users.noreply.github.com> Date: Fri, 22 Jul 2022 20:27:29 -0400 Subject: [PATCH 006/297] update difficulties for questions (#177) --- src/data/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/index.js b/src/data/index.js index 935cf60e..3c44cd75 100644 --- a/src/data/index.js +++ b/src/data/index.js @@ -459,7 +459,7 @@ const questions = [ name: 'Maximum Subarray', url: 'https://leetcode.com/problems/maximum-subarray/', pattern: ['Dynamic Programming'], - difficulty: 'Easy', + difficulty: 'Medium', premium: false, companies: [ 'LinkedIn', @@ -1177,7 +1177,7 @@ const questions = [ name: 'Peak Index in a Mountain Array', url: 'https://leetcode.com/problems/peak-index-in-a-mountain-array/', pattern: ['Binary Search'], - difficulty: 'Easy', + difficulty: 'Medium', premium: false, companies: ['Google', 'Amazon', 'Bloomberg', 'Facebook'], }, From 53a7758a40839ee19dd2f5adda78673c9d426fd7 Mon Sep 17 00:00:00 2001 From: Leo Stepanewk <44349262+leo-step@users.noreply.github.com> Date: Mon, 25 Jul 2022 13:23:53 -0400 Subject: [PATCH 007/297] implement filtering by completion status (#180) * implement filter dropdown based on checkbox * move local storage access out of filter function * clean up function * move difficulty map code so it gets computed properly * Revert "clean up function" This reverts commit 4073748fceb345eee7379e3a993512f772b3f765. * replace br with css --- src/components/Table/filters.js | 14 ++++++++- src/components/Table/index.js | 53 ++++++++++++++++++++++++++------ src/components/Table/styles.scss | 1 + 3 files changed, 58 insertions(+), 10 deletions(-) diff --git a/src/components/Table/filters.js b/src/components/Table/filters.js index 5f065fe8..5f9c2284 100644 --- a/src/components/Table/filters.js +++ b/src/components/Table/filters.js @@ -5,8 +5,8 @@ function CreateDropDownListHelper(options, filterValue, setFilter, id) { { + onChange={(e) => { localStorage.setItem(id, e.target.value); setFilter(e.target.value || ''); }} @@ -29,7 +29,7 @@ export function DefaultColumnFilter({ return ( { + onChange={(e) => { setFilter(e.target.value || ''); }} placeholder={`Search ${count} questions`} @@ -51,10 +51,10 @@ export function SelectColumnFilter({ const options = React.useMemo(() => { const set = new Set(); - preFilteredRows.forEach(row => { + preFilteredRows.forEach((row) => { const values = String(row.values[id]).split(','); - values.forEach(value => { + values.forEach((value) => { set.add(value); }); }); @@ -69,7 +69,7 @@ export function SelectCheckedColumnFilter({ column: { filterValue, setFilter, id, filterByCheckbox }, }) { const options = ['Checked', 'Unchecked']; - const filter = val => { + const filter = (val) => { setFilter(val); filterByCheckbox(); }; diff --git a/src/components/Table/index.js b/src/components/Table/index.js index 39125efa..d938fd7c 100644 --- a/src/components/Table/index.js +++ b/src/components/Table/index.js @@ -14,7 +14,7 @@ import { ModalFooter, } from 'reactstrap'; import Toggle from 'react-toggle'; -import ReactTooltip from 'react-tooltip'; +import { Tooltip } from 'react-tooltip'; import { PieChart } from 'react-minimal-pie-chart'; import { useTable, useFilters, useSortBy } from 'react-table'; import { @@ -35,7 +35,6 @@ import questions, { updated } from '../../data'; import 'react-toggle/style.css'; import './styles.scss'; -import PatternFrequencies from '../PatternFrequencies'; const iconPath = `${process.env.PUBLIC_URL}/static/icons/`; @@ -79,7 +78,7 @@ const Table = () => { const filteredByCheckbox = () => { const checkbox = localStorage.getItem('checkbox') || ''; - return questions.filter(question => { + return questions.filter((question) => { if (!checkbox) return true; return question.checkbox === checkbox; }); @@ -212,16 +211,20 @@ const Table = () => { setData(filteredByCheckbox()); }, disableSortBy: true, - Cell: cellInfo => { + Cell: (cellInfo) => { return ( - + { - checked[cellInfo.row.original.id] = !checked[ - cellInfo.row.original.id - ]; + checked[cellInfo.row.original.id] = + !checked[cellInfo.row.original.id]; const currentTime = new Date().toISOString().slice(0, 10); // const updatedCheckedAt = [...checkedAt]; checkedAt[cellInfo.row.original.id] = checked[ @@ -230,7 +233,7 @@ const Table = () => { ? currentTime : null; const question = questions.find( - q => q.id === cellInfo.row.original.id, + (q) => q.id === cellInfo.row.original.id, ); if (checked[cellInfo.row.original.id]) { question.checkbox = 'Checked'; @@ -240,9 +243,8 @@ const Table = () => { const additive = checked[cellInfo.row.original.id] ? 1 : -1; - difficultyCount[ - cellInfo.row.original.difficulty - ] += additive; + difficultyCount[cellInfo.row.original.difficulty] += + additive; difficultyCount.Total += additive; setDifficultyCount(difficultyCount); setChecked([...checked]); @@ -305,7 +307,10 @@ const Table = () => { id="random-question-button" size="sm" > - + @@ -315,7 +320,7 @@ const Table = () => { }, accessor: 'questions', disableSortBy: true, - Cell: cellInfo => { + Cell: (cellInfo) => { return ( { }} > {cellInfo.row.original.premium ? ( - + {' '} ) : ( @@ -345,7 +353,7 @@ const Table = () => { Header: 'Solutions', accessor: 'solutions', disableSortBy: true, - Cell: cellInfo => { + Cell: (cellInfo) => { const url = `https://leetcode.com/problems/${cellInfo.row.original.slug}/`; return ( { accessor: 'pattern', disableSortBy: true, id: 'pattern', - Cell: cellInfo => { + Cell: (cellInfo) => { const patterns = `${cellInfo.row.original.pattern}` .split(',') - .map(pattern => { + .map((pattern) => { if (showPatterns[0] || checked[cellInfo.row.original.id]) { return ( - + {pattern} ); } return ( - + *** ); @@ -419,11 +427,12 @@ const Table = () => { accessor: 'difficulty', id: 'difficulty', disableSortBy: true, - Cell: cellInfo => ( + Cell: (cellInfo) => ( {cellInfo.row.original.difficulty} @@ -446,7 +455,8 @@ const Table = () => { > Companies{' '} @@ -463,19 +473,22 @@ const Table = () => { ? 1 : -1; }, - Cell: cellInfo => { + Cell: (cellInfo) => { const questionSlug = cellInfo.row.original.slug; - const companies = cellInfo.row.original.companies.map(company => { - const tooltipText = `Asked by ${company.name} ${company.frequency} times`; - return ( + const companies = cellInfo.row.original.companies.map( + (company) => { + const tooltipText = `Asked by ${company.name} ${company.frequency} times`; + return ( {company.name} - ); - }); + ); + }, + ); return {companies}; }, @@ -485,7 +498,7 @@ const Table = () => { Header: 'Last Solved On', accessor: 'LastSolvedOn', disableSortBy: true, - Cell: cellInfo => { + Cell: (cellInfo) => { return (
{checkedAt[cellInfo.row.original.id]} @@ -505,8 +518,6 @@ const Table = () => { getTableProps, getTableBodyProps, headerGroups, - filteredRows, - state: { filters }, rows, prepareRow, } = useTable( @@ -541,38 +552,51 @@ const Table = () => { return ( - - - + + - {headerGroups.map(headerGroup => ( - - {headerGroup.headers.map(column => ( - -
- {column.render('Header')} - {/* eslint-disable-next-line no-nested-ternary */} - {column.isSorted - ? column.isSortedDesc - ? ' 🔽' - : ' 🔼' - : ''} -
-
{column.canFilter ? column.render('Filter') : null}
- - ))} - - ))} + {headerGroups.map((headerGroup) => { + const { key: headerGroupKey, ...headerGroupProps } = + headerGroup.getHeaderGroupProps(); + return ( + + {headerGroup.headers.map((column) => { + const { key: columnKey, ...columnProps } = + column.getHeaderProps(); + return ( + +
+ {column.render('Header')} + {/* eslint-disable-next-line no-nested-ternary */} + {column.isSorted + ? column.isSortedDesc + ? ' 🔽' + : ' 🔼' + : ''} +
+
+ {column.canFilter ? column.render('Filter') : null} +
+ + ); + })} + + ); + })} - {rows.map(row => { + {rows.map((row) => { prepareRow(row); + const { key: rowKey, ...rowProps } = row.getRowProps(); return ( - - {row.cells.map(cell => { + + {row.cells.map((cell) => { + const { key: cellKey, ...cellProps } = cell.getCellProps(); return ( - {cell.render('Cell')} + + {cell.render('Cell')} + ); })} @@ -584,7 +608,13 @@ const Table = () => { ); }; -const ProgressBar = ({ name, value, total, className, barClassName }) => { +const ProgressBar = ({ + name, + value, + total, + className = 'progress-bar-sm', + barClassName = null, +}) => { return (
@@ -610,9 +640,4 @@ ProgressBar.propTypes = { barClassName: PropTypes.string, }; -ProgressBar.defaultProps = { - className: 'progress-bar-sm', - barClassName: null, -}; - export default Table; diff --git a/src/components/Table/styles.scss b/src/components/Table/styles.scss index 5c566b27..438ac293 100644 --- a/src/components/Table/styles.scss +++ b/src/components/Table/styles.scss @@ -1,83 +1,195 @@ +// ============================================ +// THEME STYLES - Light & Dark Mode +// ============================================ + body.light-mode .table { background-color: #ffffff; color: #000000; -} -body.light-mode .table thead > tr th { - background-color: #ffffff; -} -body.light-mode .pattern-count { - background-color: #ffffff; - color: #000000; -} -body.light-mode .table tr:nth-child(odd) { - background-color: #f1f2f4; -} -body.light-mode .table tr:nth-child(even) { - background-color: #ffffff; -} -body.light-mode .table tbody tr:hover { - background-color: #dcdfe4; - color: #000000; + + table { + background-color: #ffffff !important; + color: #000000 !important; + } + + thead > tr th, + table thead > tr th { + background-color: #ffffff !important; + } + + tbody tr, + table tbody tr { + background-color: #ffffff !important; + } + + table tbody tr:nth-child(odd) { + background-color: #f1f2f4 !important; + } + + table tbody tr:nth-child(even) { + background-color: #ffffff !important; + } + + tbody tr:hover, + table tbody tr:hover { + background-color: #dcdfe4 !important; + color: #000000 !important; + } } body.dark-mode .table { - background-color: #161a1d; - color: #ffffff; -} -body.dark-mode .table thead > tr th { - background-color: #161a1d; -} -body.dark-mode .pattern-count { - background-color: #161a1d; - color: #ffffff; -} -body.dark-mode .table tr:nth-child(odd) { - background-color: #22272b; -} -body.dark-mode .table tr:nth-child(even) { - background-color: #161a1d; + background-color: #161a1d !important; + color: #ffffff !important; + + table { + background-color: #161a1d !important; + color: #ffffff !important; + } + + thead > tr th, + table thead > tr th { + background-color: #161a1d !important; + color: #ffffff !important; + } + + tbody tr, + table tbody tr { + background-color: #161a1d !important; + } + + tr:nth-child(odd), + table tbody tr:nth-child(odd) { + background-color: #22272b !important; + } + + tr:nth-child(even), + table tbody tr:nth-child(even) { + background-color: #161a1d !important; + } + + tbody tr:hover, + table tbody tr:hover { + background-color: #101214 !important; + color: #ffffff !important; + } } -body.dark-mode .table tbody tr:hover { - background-color: #101214; - color: #ffffff; + +// Override Bootstrap table defaults in dark mode +body.dark-mode table.custom-table { + --bs-table-bg: #161a1d !important; + --bs-table-striped-bg: #22272b !important; + --bs-table-hover-bg: #101214 !important; + --bs-table-color: #ffffff !important; + background-color: #161a1d !important; + color: #ffffff !important; + + thead tr th { + background-color: #161a1d !important; + color: #ffffff !important; + border-color: #22272b !important; + } + + tbody tr { + background-color: #161a1d !important; + color: #ffffff !important; + + &:nth-of-type(odd) { + --bs-table-accent-bg: #22272b !important; + background-color: #22272b !important; + } + + &:nth-of-type(even) { + background-color: #161a1d !important; + } + + &:hover { + --bs-table-accent-bg: #101214 !important; + background-color: #101214 !important; + } + + td { + background-color: inherit !important; + color: #ffffff !important; + border-color: #22272b !important; + } + } } + body.dark-mode .modal-content { background-color: #1d2125; color: #ffffff; + .close { color: #ffffff; } } +// ============================================ +// TABLE STRUCTURE +// ============================================ + .table { .row { justify-content: center; } + .nav-link { + padding: 0; + } + + .lastSolvedOn { + text-wrap: nowrap; + } + + // Sticky table header thead { > tr:first-child { display: none; } > tr th { - background: white; position: sticky; - top: 50px; + top: 60px; text-wrap: nowrap; + z-index: 10; } } +} - .nav-link { - padding: 0; +// ============================================ +// DIFFICULTY INDICATORS +// ============================================ + +.table { + // Difficulty badge & progress bar colors + .easy, + .progress-bar.easy, + .progress .easy { + background-color: #5cb85c !important; + color: #ffffff !important; + } + + .medium, + .progress-bar.medium, + .progress .medium { + background-color: #f0ad4e !important; + color: #ffffff !important; } + .hard, + .progress-bar.hard, + .progress .hard { + background-color: #d9534f !important; + color: #ffffff !important; + } + + // Difficulty progress section #difficultyProgress { margin-bottom: 25px; font-size: 11.5px; - } - #difficultyProgress > div:nth-child(n + 2) { - margin-top: 12px; + > div:nth-child(n + 2) { + margin-top: 12px; + } } .progress-pie { @@ -88,38 +200,81 @@ body.dark-mode .modal-content { height: 5px; } - .easy { - background-color: #5cb85c; + .reset-button { + margin-top: 10px; + margin-bottom: 10px; + font-size: 0.7rem; } +} + +// ============================================ +// BADGES & PATTERNS +// ============================================ - .medium { - background-color: #f0ad4e; +.table { + .badge { + display: inline-block; + width: auto; + white-space: nowrap; } - .hard { - background-color: #d9534f; + .badge-secondary, + .patterns .badge, + .patterns .badge-secondary { + background-color: #6c757d !important; + color: #ffffff !important; } .companies, .patterns { justify-content: space-evenly; margin: 0; + flex-wrap: wrap; } - .companies img { - padding: 5px; - } + .patterns { + gap: 0.5rem; - .react-toggle { - top: 7px; + .badge { + display: inline-block; + width: auto; + white-space: nowrap; + } } - .reset-button { - margin-top: 10px; - margin-bottom: 10px; - font-size: 0.7rem; - } - .lastSolvedOn { - text-wrap: nowrap; + #pattern-toggle { + transform: scale(0.7); + margin: 0; } } + +// ============================================ +// COMPANY ICONS +// ============================================ + +.table .companies img { + padding: 5px; + max-width: 30px; + max-height: 30px; + height: auto; + width: auto; + object-fit: contain; + font-size: 10px; + font-weight: 600; + text-align: center; + color: #6c757d; + min-width: fit-content; +} + +// Dark mode alt text color for company images +body.dark-mode .table .companies img { + color: #ffffff; +} + +// ============================================ +// TOOLTIPS +// ============================================ + +.react-tooltip { + z-index: 1000 !important; +} diff --git a/src/components/Tabs/index.js b/src/components/Tabs/index.js index aac5ef3c..d676971f 100644 --- a/src/components/Tabs/index.js +++ b/src/components/Tabs/index.js @@ -19,7 +19,7 @@ import './styles.scss'; const Tabs = () => { const [activeTab, setActiveTab] = useState('1'); - const toggle = tab => { + const toggle = (tab) => { if (activeTab !== tab) setActiveTab(tab); }; diff --git a/src/components/Tips/index.js b/src/components/Tips/index.js index 9bad14ee..e066bfe2 100644 --- a/src/components/Tips/index.js +++ b/src/components/Tips/index.js @@ -48,7 +48,7 @@ Else - Sort input for O(nlogn) time and O(1) space \`\`\``; - return ; + return {input}; }; export default Tips; diff --git a/src/components/styles.scss b/src/components/styles.scss index 71c678b7..da12d5f9 100644 --- a/src/components/styles.scss +++ b/src/components/styles.scss @@ -7,20 +7,26 @@ -webkit-font-smoothing: antialiased !important; } +.container { + max-width: 1200px !important; +} + body.light-mode { background-color: #ffffff; color: #000000; -} -body.light-mode a { - color: #0c66e4; + + a { + color: #0c66e4; + } } body.dark-mode { background-color: #161a1d; color: #ffffff; -} -body.dark-mode a { - color: #579dff; + + a { + color: #579dff; + } } .react-toggle-track-check, diff --git a/src/data/index.js b/src/data/index.js index 4edd0868..cfba9601 100644 --- a/src/data/index.js +++ b/src/data/index.js @@ -4,7 +4,7 @@ const sortBy = { Easy: 0, Medium: 1, Hard: 2 }; const { updated, data } = questions; for (let i = 0; i < data.length; i += 1) { - data[i].companyNames = data[i].companies.map(company => company.name); + data[i].companyNames = data[i].companies.map((company) => company.name); } export { updated }; diff --git a/src/data/questions.json b/src/data/questions.json index d61ad6ea..f37f6cf0 100644 --- a/src/data/questions.json +++ b/src/data/questions.json @@ -5,9 +5,7 @@ "id": 0, "title": "Contains Duplicate", "slug": "contains-duplicate", - "pattern": [ - "Arrays" - ], + "pattern": ["Arrays"], "difficulty": "Easy", "premium": false, "companies": [ @@ -62,10 +60,7 @@ "id": 1, "title": "Missing Number", "slug": "missing-number", - "pattern": [ - "Arrays", - "Bit Manipulation" - ], + "pattern": ["Arrays", "Bit Manipulation"], "difficulty": "Easy", "premium": false, "companies": [ @@ -120,9 +115,7 @@ "id": 2, "title": "Find All Numbers Disappeared in an Array", "slug": "find-all-numbers-disappeared-in-an-array", - "pattern": [ - "Arrays" - ], + "pattern": ["Arrays"], "difficulty": "Easy", "premium": false, "companies": [ @@ -142,10 +135,7 @@ "id": 3, "title": "Single Number", "slug": "single-number", - "pattern": [ - "Arrays", - "Bit Manipulation" - ], + "pattern": ["Arrays", "Bit Manipulation"], "difficulty": "Easy", "premium": false, "companies": [ @@ -185,9 +175,7 @@ "id": 4, "title": "Product of Array Except Self", "slug": "product-of-array-except-self", - "pattern": [ - "Arrays" - ], + "pattern": ["Arrays"], "difficulty": "Medium", "premium": false, "companies": [ @@ -282,11 +270,7 @@ "id": 5, "title": "Find the Duplicate Number", "slug": "find-the-duplicate-number", - "pattern": [ - "Arrays", - "Binary Search", - "Two Pointers" - ], + "pattern": ["Arrays", "Binary Search", "Two Pointers"], "difficulty": "Medium", "premium": false, "companies": [ @@ -341,9 +325,7 @@ "id": 6, "title": "Find All Duplicates in an Array", "slug": "find-all-duplicates-in-an-array", - "pattern": [ - "Arrays" - ], + "pattern": ["Arrays"], "difficulty": "Medium", "premium": false, "companies": [ @@ -378,9 +360,7 @@ "id": 7, "title": "Set Matrix Zeroes", "slug": "set-matrix-zeroes", - "pattern": [ - "Arrays" - ], + "pattern": ["Arrays"], "difficulty": "Medium", "premium": false, "companies": [ @@ -460,9 +440,7 @@ "id": 8, "title": "Spiral Matrix", "slug": "spiral-matrix", - "pattern": [ - "Arrays" - ], + "pattern": ["Arrays"], "difficulty": "Medium", "premium": false, "companies": [ @@ -592,9 +570,7 @@ "id": 9, "title": "Rotate Image", "slug": "rotate-image", - "pattern": [ - "Arrays" - ], + "pattern": ["Arrays"], "difficulty": "Medium", "premium": false, "companies": [ @@ -689,9 +665,7 @@ "id": 10, "title": "Word Search", "slug": "word-search", - "pattern": [ - "Backtracking" - ], + "pattern": ["Backtracking"], "difficulty": "Medium", "premium": false, "companies": [ @@ -806,9 +780,7 @@ "id": 11, "title": "First Missing Positive", "slug": "first-missing-positive", - "pattern": [ - "Arrays" - ], + "pattern": ["Arrays"], "difficulty": "Hard", "premium": false, "companies": [ @@ -888,9 +860,7 @@ "id": 12, "title": "Longest Consecutive Sequence", "slug": "longest-consecutive-sequence", - "pattern": [ - "Arrays" - ], + "pattern": ["Arrays"], "difficulty": "Medium", "premium": false, "companies": [ @@ -980,9 +950,7 @@ "id": 13, "title": "Letter Case Permutation", "slug": "letter-case-permutation", - "pattern": [ - "Backtracking" - ], + "pattern": ["Backtracking"], "difficulty": "Medium", "premium": false, "companies": [ @@ -997,9 +965,7 @@ "id": 14, "title": "Subsets", "slug": "subsets", - "pattern": [ - "Backtracking" - ], + "pattern": ["Backtracking"], "difficulty": "Medium", "premium": false, "companies": [ @@ -1054,9 +1020,7 @@ "id": 15, "title": "Subsets II", "slug": "subsets-ii", - "pattern": [ - "Backtracking" - ], + "pattern": ["Backtracking"], "difficulty": "Medium", "premium": false, "companies": [ @@ -1091,9 +1055,7 @@ "id": 16, "title": "Permutations", "slug": "permutations", - "pattern": [ - "Backtracking" - ], + "pattern": ["Backtracking"], "difficulty": "Medium", "premium": false, "companies": [ @@ -1168,9 +1130,7 @@ "id": 17, "title": "Permutations II", "slug": "permutations-ii", - "pattern": [ - "Backtracking" - ], + "pattern": ["Backtracking"], "difficulty": "Medium", "premium": false, "companies": [ @@ -1210,9 +1170,7 @@ "id": 18, "title": "Combinations", "slug": "combinations", - "pattern": [ - "Backtracking" - ], + "pattern": ["Backtracking"], "difficulty": "Medium", "premium": false, "companies": [ @@ -1242,9 +1200,7 @@ "id": 19, "title": "Combination Sum", "slug": "combination-sum", - "pattern": [ - "Backtracking" - ], + "pattern": ["Backtracking"], "difficulty": "Medium", "premium": false, "companies": [ @@ -1319,9 +1275,7 @@ "id": 20, "title": "Combination Sum II", "slug": "combination-sum-ii", - "pattern": [ - "Backtracking" - ], + "pattern": ["Backtracking"], "difficulty": "Medium", "premium": false, "companies": [ @@ -1376,9 +1330,7 @@ "id": 21, "title": "Combination Sum III", "slug": "combination-sum-iii", - "pattern": [ - "Backtracking" - ], + "pattern": ["Backtracking"], "difficulty": "Medium", "premium": false, "companies": [ @@ -1398,9 +1350,7 @@ "id": 22, "title": "Generate Parentheses", "slug": "generate-parentheses", - "pattern": [ - "Backtracking" - ], + "pattern": ["Backtracking"], "difficulty": "Medium", "premium": false, "companies": [ @@ -1495,11 +1445,7 @@ "id": 23, "title": "Target Sum", "slug": "target-sum", - "pattern": [ - "Backtracking", - "DFS", - "Dynamic Programming" - ], + "pattern": ["Backtracking", "DFS", "Dynamic Programming"], "difficulty": "Medium", "premium": false, "companies": [ @@ -1544,9 +1490,7 @@ "id": 24, "title": "Palindrome Partitioning", "slug": "palindrome-partitioning", - "pattern": [ - "Backtracking" - ], + "pattern": ["Backtracking"], "difficulty": "Medium", "premium": false, "companies": [ @@ -1581,9 +1525,7 @@ "id": 25, "title": "Letter Combinations of a Phone Number", "slug": "letter-combinations-of-a-phone-number", - "pattern": [ - "Backtracking" - ], + "pattern": ["Backtracking"], "difficulty": "Medium", "premium": false, "companies": [ @@ -1658,9 +1600,7 @@ "id": 26, "title": "Generalized Abbreviation", "slug": "generalized-abbreviation", - "pattern": [ - "Backtracking" - ], + "pattern": ["Backtracking"], "difficulty": "Medium", "premium": true, "companies": [] @@ -1669,9 +1609,7 @@ "id": 27, "title": "Sudoku Solver", "slug": "sudoku-solver", - "pattern": [ - "Backtracking" - ], + "pattern": ["Backtracking"], "difficulty": "Hard", "premium": false, "companies": [ @@ -1711,9 +1649,7 @@ "id": 28, "title": "N-Queens", "slug": "n-queens", - "pattern": [ - "Backtracking" - ], + "pattern": ["Backtracking"], "difficulty": "Hard", "premium": false, "companies": [ @@ -1773,9 +1709,7 @@ "id": 29, "title": "Climbing Stairs", "slug": "climbing-stairs", - "pattern": [ - "Dynamic Programming" - ], + "pattern": ["Dynamic Programming"], "difficulty": "Easy", "premium": false, "companies": [ @@ -1835,9 +1769,7 @@ "id": 30, "title": "House Robber", "slug": "house-robber", - "pattern": [ - "Dynamic Programming" - ], + "pattern": ["Dynamic Programming"], "difficulty": "Medium", "premium": false, "companies": [ @@ -1902,9 +1834,7 @@ "id": 31, "title": "Best Time to Buy and Sell Stock", "slug": "best-time-to-buy-and-sell-stock", - "pattern": [ - "Greedy" - ], + "pattern": ["Greedy"], "difficulty": "Easy", "premium": false, "companies": [ @@ -2134,9 +2064,7 @@ "id": 32, "title": "Maximum Subarray", "slug": "maximum-subarray", - "pattern": [ - "Dynamic Programming" - ], + "pattern": ["Dynamic Programming"], "difficulty": "Medium", "premium": false, "companies": [ @@ -2291,9 +2219,7 @@ "id": 33, "title": "Range Sum Query - Immutable", "slug": "range-sum-query-immutable", - "pattern": [ - "Dynamic Programming" - ], + "pattern": ["Dynamic Programming"], "difficulty": "Easy", "premium": false, "companies": [ @@ -2323,9 +2249,7 @@ "id": 34, "title": "House Robber II", "slug": "house-robber-ii", - "pattern": [ - "Dynamic Programming" - ], + "pattern": ["Dynamic Programming"], "difficulty": "Medium", "premium": false, "companies": [ @@ -2375,9 +2299,7 @@ "id": 35, "title": "Coin Change", "slug": "coin-change", - "pattern": [ - "Dynamic Programming" - ], + "pattern": ["Dynamic Programming"], "difficulty": "Medium", "premium": false, "companies": [ @@ -2477,9 +2399,7 @@ "id": 36, "title": "Maximum Product Subarray", "slug": "maximum-product-subarray", - "pattern": [ - "Dynamic Programming" - ], + "pattern": ["Dynamic Programming"], "difficulty": "Medium", "premium": false, "companies": [ @@ -2544,9 +2464,7 @@ "id": 37, "title": "Longest Increasing Subsequence", "slug": "longest-increasing-subsequence", - "pattern": [ - "Dynamic Programming" - ], + "pattern": ["Dynamic Programming"], "difficulty": "Medium", "premium": false, "companies": [ @@ -2626,9 +2544,7 @@ "id": 38, "title": "Longest Palindromic Substring", "slug": "longest-palindromic-substring", - "pattern": [ - "Dynamic Programming" - ], + "pattern": ["Dynamic Programming"], "difficulty": "Medium", "premium": false, "companies": [ @@ -2793,9 +2709,7 @@ "id": 39, "title": "Word Break", "slug": "word-break", - "pattern": [ - "Dynamic Programming" - ], + "pattern": ["Dynamic Programming"], "difficulty": "Medium", "premium": false, "companies": [ @@ -2875,9 +2789,7 @@ "id": 40, "title": "Combination Sum IV", "slug": "combination-sum-iv", - "pattern": [ - "Dynamic Programming" - ], + "pattern": ["Dynamic Programming"], "difficulty": "Medium", "premium": false, "companies": [ @@ -2902,9 +2814,7 @@ "id": 41, "title": "Decode Ways", "slug": "decode-ways", - "pattern": [ - "Dynamic Programming" - ], + "pattern": ["Dynamic Programming"], "difficulty": "Medium", "premium": false, "companies": [ @@ -2964,9 +2874,7 @@ "id": 42, "title": "Unique Paths", "slug": "unique-paths", - "pattern": [ - "Dynamic Programming" - ], + "pattern": ["Dynamic Programming"], "difficulty": "Medium", "premium": false, "companies": [ @@ -3011,10 +2919,7 @@ "id": 43, "title": "Jump Game", "slug": "jump-game", - "pattern": [ - "Dynamic Programming", - "Greedy" - ], + "pattern": ["Dynamic Programming", "Greedy"], "difficulty": "Medium", "premium": false, "companies": [ @@ -3104,9 +3009,7 @@ "id": 44, "title": "Palindromic Substrings", "slug": "palindromic-substrings", - "pattern": [ - "Dynamic Programming" - ], + "pattern": ["Dynamic Programming"], "difficulty": "Medium", "premium": false, "companies": [ @@ -3186,9 +3089,7 @@ "id": 45, "title": "Number of Longest Increasing Subsequence", "slug": "number-of-longest-increasing-subsequence", - "pattern": [ - "Dynamic Programming" - ], + "pattern": ["Dynamic Programming"], "difficulty": "Medium", "premium": false, "companies": [ @@ -3203,9 +3104,7 @@ "id": 46, "title": "Partition Equal Subset Sum", "slug": "partition-equal-subset-sum", - "pattern": [ - "Dynamic Programming" - ], + "pattern": ["Dynamic Programming"], "difficulty": "Medium", "premium": false, "companies": [ @@ -3250,9 +3149,7 @@ "id": 47, "title": "Partition to K Equal Sum Subsets", "slug": "partition-to-k-equal-sum-subsets", - "pattern": [ - "Dynamic Programming" - ], + "pattern": ["Dynamic Programming"], "difficulty": "Medium", "premium": false, "companies": [ @@ -3277,9 +3174,7 @@ "id": 48, "title": "Best Time to Buy and Sell Stock with Cooldown", "slug": "best-time-to-buy-and-sell-stock-with-cooldown", - "pattern": [ - "Dynamic Programming" - ], + "pattern": ["Dynamic Programming"], "difficulty": "Medium", "premium": false, "companies": [ @@ -3299,10 +3194,7 @@ "id": 49, "title": "Counting Bits", "slug": "counting-bits", - "pattern": [ - "Dynamic Programming", - "Bit Manipulation" - ], + "pattern": ["Dynamic Programming", "Bit Manipulation"], "difficulty": "Easy", "premium": false, "companies": [ @@ -3337,9 +3229,7 @@ "id": 50, "title": "Linked List Cycle", "slug": "linked-list-cycle", - "pattern": [ - "Fast & Slow Pointers" - ], + "pattern": ["Fast & Slow Pointers"], "difficulty": "Easy", "premium": false, "companies": [ @@ -3379,9 +3269,7 @@ "id": 51, "title": "Middle of the Linked List", "slug": "middle-of-the-linked-list", - "pattern": [ - "Fast & Slow Pointers" - ], + "pattern": ["Fast & Slow Pointers"], "difficulty": "Easy", "premium": false, "companies": [ @@ -3426,9 +3314,7 @@ "id": 52, "title": "Reverse Linked List", "slug": "reverse-linked-list", - "pattern": [ - "In-place reversal of a linked list" - ], + "pattern": ["In-place reversal of a linked list"], "difficulty": "Easy", "premium": false, "companies": [ @@ -3508,9 +3394,7 @@ "id": 53, "title": "Palindrome Linked List", "slug": "palindrome-linked-list", - "pattern": [ - "Fast & Slow Pointers" - ], + "pattern": ["Fast & Slow Pointers"], "difficulty": "Easy", "premium": false, "companies": [ @@ -3545,9 +3429,7 @@ "id": 54, "title": "Remove Linked List Elements", "slug": "remove-linked-list-elements", - "pattern": [ - "Fast & Slow Pointers" - ], + "pattern": ["Fast & Slow Pointers"], "difficulty": "Easy", "premium": false, "companies": [ @@ -3582,9 +3464,7 @@ "id": 55, "title": "Remove Duplicates from Sorted List", "slug": "remove-duplicates-from-sorted-list", - "pattern": [ - "Fast & Slow Pointers" - ], + "pattern": ["Fast & Slow Pointers"], "difficulty": "Easy", "premium": false, "companies": [ @@ -3624,9 +3504,7 @@ "id": 56, "title": "Linked List Cycle II", "slug": "linked-list-cycle-ii", - "pattern": [ - "Fast & Slow Pointers" - ], + "pattern": ["Fast & Slow Pointers"], "difficulty": "Medium", "premium": false, "companies": [ @@ -3661,9 +3539,7 @@ "id": 57, "title": "Add Two Numbers", "slug": "add-two-numbers", - "pattern": [ - "Fast & Slow Pointers" - ], + "pattern": ["Fast & Slow Pointers"], "difficulty": "Medium", "premium": false, "companies": [ @@ -3743,9 +3619,7 @@ "id": 58, "title": "Remove Nth Node From End of List", "slug": "remove-nth-node-from-end-of-list", - "pattern": [ - "Fast & Slow Pointers" - ], + "pattern": ["Fast & Slow Pointers"], "difficulty": "Medium", "premium": false, "companies": [ @@ -3820,9 +3694,7 @@ "id": 59, "title": "Sort List", "slug": "sort-list", - "pattern": [ - "Fast & Slow Pointers" - ], + "pattern": ["Fast & Slow Pointers"], "difficulty": "Medium", "premium": false, "companies": [ @@ -3872,9 +3744,7 @@ "id": 60, "title": "Reorder List", "slug": "reorder-list", - "pattern": [ - "Fast & Slow Pointers" - ], + "pattern": ["Fast & Slow Pointers"], "difficulty": "Medium", "premium": false, "companies": [ @@ -3919,10 +3789,7 @@ "id": 61, "title": "Pacific Atlantic Water Flow", "slug": "pacific-atlantic-water-flow", - "pattern": [ - "BFS", - "DFS" - ], + "pattern": ["BFS", "DFS"], "difficulty": "Medium", "premium": false, "companies": [ @@ -3962,11 +3829,7 @@ "id": 62, "title": "Number of Islands", "slug": "number-of-islands", - "pattern": [ - "BFS", - "DFS", - "Union Find" - ], + "pattern": ["BFS", "DFS", "Union Find"], "difficulty": "Medium", "premium": false, "companies": [ @@ -4216,12 +4079,7 @@ "id": 63, "title": "Graph Valid Tree", "slug": "graph-valid-tree", - "pattern": [ - "BFS", - "DFS", - "Graph", - "Union Find" - ], + "pattern": ["BFS", "DFS", "Graph", "Union Find"], "difficulty": "Medium", "premium": true, "companies": [ @@ -4251,12 +4109,7 @@ "id": 64, "title": "Number of Connected Components in an Undirected Graph", "slug": "number-of-connected-components-in-an-undirected-graph", - "pattern": [ - "BFS", - "DFS", - "Graph", - "Union Find" - ], + "pattern": ["BFS", "DFS", "Graph", "Union Find"], "difficulty": "Medium", "premium": true, "companies": [ @@ -4291,9 +4144,7 @@ "id": 65, "title": "Reverse Linked List II", "slug": "reverse-linked-list-ii", - "pattern": [ - "In-place reversal of a linked list" - ], + "pattern": ["In-place reversal of a linked list"], "difficulty": "Medium", "premium": false, "companies": [ @@ -4353,9 +4204,7 @@ "id": 66, "title": "Rotate List", "slug": "rotate-list", - "pattern": [ - "In-place reversal of a linked list" - ], + "pattern": ["In-place reversal of a linked list"], "difficulty": "Medium", "premium": false, "companies": [ @@ -4400,9 +4249,7 @@ "id": 67, "title": "Swap Nodes in Pairs", "slug": "swap-nodes-in-pairs", - "pattern": [ - "In-place reversal of a linked list" - ], + "pattern": ["In-place reversal of a linked list"], "difficulty": "Medium", "premium": false, "companies": [ @@ -4447,9 +4294,7 @@ "id": 68, "title": "Odd Even Linked List", "slug": "odd-even-linked-list", - "pattern": [ - "In-place reversal of a linked list" - ], + "pattern": ["In-place reversal of a linked list"], "difficulty": "Medium", "premium": false, "companies": [ @@ -4489,9 +4334,7 @@ "id": 69, "title": "Reverse Nodes in k-Group", "slug": "reverse-nodes-in-k-group", - "pattern": [ - "In-place reversal of a linked list" - ], + "pattern": ["In-place reversal of a linked list"], "difficulty": "Hard", "premium": false, "companies": [ @@ -4566,9 +4409,7 @@ "id": 70, "title": "Merge Two Sorted Lists", "slug": "merge-two-sorted-lists", - "pattern": [ - "Two Pointers" - ], + "pattern": ["Two Pointers"], "difficulty": "Easy", "premium": false, "companies": [ @@ -4663,10 +4504,7 @@ "id": 71, "title": "Kth Smallest Element in a Sorted Matrix", "slug": "kth-smallest-element-in-a-sorted-matrix", - "pattern": [ - "Binary Search", - "Heap" - ], + "pattern": ["Binary Search", "Heap"], "difficulty": "Medium", "premium": false, "companies": [ @@ -4706,9 +4544,7 @@ "id": 72, "title": "Find K Pairs with Smallest Sums", "slug": "find-k-pairs-with-smallest-sums", - "pattern": [ - "Heap" - ], + "pattern": ["Heap"], "difficulty": "Medium", "premium": false, "companies": [ @@ -4743,9 +4579,7 @@ "id": 73, "title": "Merge k Sorted Lists", "slug": "merge-k-sorted-lists", - "pattern": [ - "Heap" - ], + "pattern": ["Heap"], "difficulty": "Hard", "premium": false, "companies": [ @@ -4865,9 +4699,7 @@ "id": 74, "title": "Smallest Range Covering Elements from K Lists", "slug": "smallest-range-covering-elements-from-k-lists", - "pattern": [ - "Heap" - ], + "pattern": ["Heap"], "difficulty": "Hard", "premium": false, "companies": [ @@ -4892,9 +4724,7 @@ "id": 75, "title": "Meeting Rooms", "slug": "meeting-rooms", - "pattern": [ - "Intervals" - ], + "pattern": ["Intervals"], "difficulty": "Easy", "premium": true, "companies": [ @@ -4934,9 +4764,7 @@ "id": 76, "title": "Merge Intervals", "slug": "merge-intervals", - "pattern": [ - "Intervals" - ], + "pattern": ["Intervals"], "difficulty": "Medium", "premium": false, "companies": [ @@ -5226,9 +5054,7 @@ "id": 77, "title": "Interval List Intersections", "slug": "interval-list-intersections", - "pattern": [ - "Intervals" - ], + "pattern": ["Intervals"], "difficulty": "Medium", "premium": false, "companies": [ @@ -5268,9 +5094,7 @@ "id": 78, "title": "Non-overlapping Intervals", "slug": "non-overlapping-intervals", - "pattern": [ - "Intervals" - ], + "pattern": ["Intervals"], "difficulty": "Medium", "premium": false, "companies": [ @@ -5315,10 +5139,7 @@ "id": 79, "title": "Meeting Rooms II", "slug": "meeting-rooms-ii", - "pattern": [ - "Heap", - "Intervals" - ], + "pattern": ["Heap", "Intervals"], "difficulty": "Medium", "premium": true, "companies": [ @@ -5438,10 +5259,7 @@ "id": 80, "title": "Task Scheduler", "slug": "task-scheduler", - "pattern": [ - "Greedy", - "Heap" - ], + "pattern": ["Greedy", "Heap"], "difficulty": "Medium", "premium": false, "companies": [ @@ -5526,9 +5344,7 @@ "id": 81, "title": "Minimum Number of Arrows to Burst Balloons", "slug": "minimum-number-of-arrows-to-burst-balloons", - "pattern": [ - "Greedy" - ], + "pattern": ["Greedy"], "difficulty": "Medium", "premium": false, "companies": [ @@ -5563,9 +5379,7 @@ "id": 82, "title": "Insert Interval", "slug": "insert-interval", - "pattern": [ - "Intervals" - ], + "pattern": ["Intervals"], "difficulty": "Medium", "premium": false, "companies": [ @@ -5610,10 +5424,7 @@ "id": 83, "title": "Employee Free Time", "slug": "employee-free-time", - "pattern": [ - "Heap", - "Greedy" - ], + "pattern": ["Heap", "Greedy"], "difficulty": "Hard", "premium": true, "companies": [ @@ -5638,9 +5449,7 @@ "id": 84, "title": "Binary Search", "slug": "binary-search", - "pattern": [ - "Binary Search" - ], + "pattern": ["Binary Search"], "difficulty": "Easy", "premium": false, "companies": [ @@ -5680,9 +5489,7 @@ "id": 85, "title": "Find Smallest Letter Greater Than Target", "slug": "find-smallest-letter-greater-than-target", - "pattern": [ - "Binary Search" - ], + "pattern": ["Binary Search"], "difficulty": "Easy", "premium": false, "companies": [ @@ -5712,9 +5519,7 @@ "id": 86, "title": "Peak Index in a Mountain Array", "slug": "peak-index-in-a-mountain-array", - "pattern": [ - "Binary Search" - ], + "pattern": ["Binary Search"], "difficulty": "Medium", "premium": false, "companies": [ @@ -5749,9 +5554,7 @@ "id": 87, "title": "Find Minimum in Rotated Sorted Array", "slug": "find-minimum-in-rotated-sorted-array", - "pattern": [ - "Binary Search" - ], + "pattern": ["Binary Search"], "difficulty": "Medium", "premium": false, "companies": [ @@ -5801,9 +5604,7 @@ "id": 88, "title": "Find Peak Element", "slug": "find-peak-element", - "pattern": [ - "Binary Search" - ], + "pattern": ["Binary Search"], "difficulty": "Medium", "premium": false, "companies": [ @@ -5893,9 +5694,7 @@ "id": 89, "title": "Search in Rotated Sorted Array", "slug": "search-in-rotated-sorted-array", - "pattern": [ - "Binary Search" - ], + "pattern": ["Binary Search"], "difficulty": "Medium", "premium": false, "companies": [ @@ -6050,9 +5849,7 @@ "id": 90, "title": "Search in Rotated Sorted Array II", "slug": "search-in-rotated-sorted-array-ii", - "pattern": [ - "Binary Search" - ], + "pattern": ["Binary Search"], "difficulty": "Medium", "premium": false, "companies": [ @@ -6087,9 +5884,7 @@ "id": 91, "title": "Search a 2D Matrix", "slug": "search-a-2d-matrix", - "pattern": [ - "Binary Search" - ], + "pattern": ["Binary Search"], "difficulty": "Medium", "premium": false, "companies": [ @@ -6154,9 +5949,7 @@ "id": 92, "title": "Search a 2D Matrix II", "slug": "search-a-2d-matrix-ii", - "pattern": [ - "Binary Search" - ], + "pattern": ["Binary Search"], "difficulty": "Medium", "premium": false, "companies": [ @@ -6206,9 +5999,7 @@ "id": 93, "title": "Find K Closest Elements", "slug": "find-k-closest-elements", - "pattern": [ - "Binary Search" - ], + "pattern": ["Binary Search"], "difficulty": "Medium", "premium": false, "companies": [ @@ -6268,9 +6059,7 @@ "id": 94, "title": "Count of Range Sum", "slug": "count-of-range-sum", - "pattern": [ - "Binary Search" - ], + "pattern": ["Binary Search"], "difficulty": "Hard", "premium": false, "companies": [ @@ -6285,9 +6074,7 @@ "id": 95, "title": "Minimum Size Subarray Sum", "slug": "minimum-size-subarray-sum", - "pattern": [ - "Sliding Window" - ], + "pattern": ["Sliding Window"], "difficulty": "Medium", "premium": false, "companies": [ @@ -6337,9 +6124,7 @@ "id": 96, "title": "Fruit Into Baskets", "slug": "fruit-into-baskets", - "pattern": [ - "Sliding Window" - ], + "pattern": ["Sliding Window"], "difficulty": "Medium", "premium": false, "companies": [ @@ -6369,9 +6154,7 @@ "id": 97, "title": "Permutation in String", "slug": "permutation-in-string", - "pattern": [ - "Sliding Window" - ], + "pattern": ["Sliding Window"], "difficulty": "Medium", "premium": false, "companies": [ @@ -6421,9 +6204,7 @@ "id": 98, "title": "Longest Repeating Character Replacement", "slug": "longest-repeating-character-replacement", - "pattern": [ - "Sliding Window" - ], + "pattern": ["Sliding Window"], "difficulty": "Medium", "premium": false, "companies": [ @@ -6488,9 +6269,7 @@ "id": 99, "title": "Sliding Window Maximum", "slug": "sliding-window-maximum", - "pattern": [ - "Sliding Window" - ], + "pattern": ["Sliding Window"], "difficulty": "Hard", "premium": false, "companies": [ @@ -6610,9 +6389,7 @@ "id": 100, "title": "Longest Substring Without Repeating Characters", "slug": "longest-substring-without-repeating-characters", - "pattern": [ - "Sliding Window" - ], + "pattern": ["Sliding Window"], "difficulty": "Medium", "premium": false, "companies": [ @@ -6867,9 +6644,7 @@ "id": 101, "title": "Minimum Number of K Consecutive Bit Flips", "slug": "minimum-number-of-k-consecutive-bit-flips", - "pattern": [ - "Sliding Window" - ], + "pattern": ["Sliding Window"], "difficulty": "Hard", "premium": false, "companies": [ @@ -6884,9 +6659,7 @@ "id": 102, "title": "Count Unique Characters of All Substrings of a Given String", "slug": "count-unique-characters-of-all-substrings-of-a-given-string", - "pattern": [ - "Sliding Window" - ], + "pattern": ["Sliding Window"], "difficulty": "Hard", "premium": false, "companies": [ @@ -6901,9 +6674,7 @@ "id": 103, "title": "Minimum Window Substring", "slug": "minimum-window-substring", - "pattern": [ - "Sliding Window" - ], + "pattern": ["Sliding Window"], "difficulty": "Hard", "premium": false, "companies": [ @@ -7003,9 +6774,7 @@ "id": 104, "title": "Substring with Concatenation of All Words", "slug": "substring-with-concatenation-of-all-words", - "pattern": [ - "Sliding Window" - ], + "pattern": ["Sliding Window"], "difficulty": "Hard", "premium": false, "companies": [ @@ -7040,9 +6809,7 @@ "id": 105, "title": "Kth Smallest Element in a BST", "slug": "kth-smallest-element-in-a-bst", - "pattern": [ - "DFS" - ], + "pattern": ["DFS"], "difficulty": "Medium", "premium": false, "companies": [ @@ -7087,9 +6854,7 @@ "id": 106, "title": "K Closest Points to Origin", "slug": "k-closest-points-to-origin", - "pattern": [ - "Heap" - ], + "pattern": ["Heap"], "difficulty": "Medium", "premium": false, "companies": [ @@ -7134,9 +6899,7 @@ "id": 107, "title": "Top K Frequent Elements", "slug": "top-k-frequent-elements", - "pattern": [ - "Heap" - ], + "pattern": ["Heap"], "difficulty": "Medium", "premium": false, "companies": [ @@ -7291,9 +7054,7 @@ "id": 108, "title": "Sort Characters By Frequency", "slug": "sort-characters-by-frequency", - "pattern": [ - "Heap" - ], + "pattern": ["Heap"], "difficulty": "Medium", "premium": false, "companies": [ @@ -7338,10 +7099,7 @@ "id": 109, "title": "Kth Largest Element in an Array", "slug": "kth-largest-element-in-an-array", - "pattern": [ - "Heap", - "QuickSelect" - ], + "pattern": ["Heap", "QuickSelect"], "difficulty": "Medium", "premium": false, "companies": [ @@ -7436,10 +7194,7 @@ "id": 110, "title": "Reorganize String", "slug": "reorganize-string", - "pattern": [ - "Greedy", - "Heap" - ], + "pattern": ["Greedy", "Heap"], "difficulty": "Medium", "premium": false, "companies": [ @@ -7494,10 +7249,7 @@ "id": 111, "title": "Rearrange String k Distance Apart", "slug": "rearrange-string-k-distance-apart", - "pattern": [ - "Greedy", - "Heap" - ], + "pattern": ["Greedy", "Heap"], "difficulty": "Hard", "premium": true, "companies": [ @@ -7512,10 +7264,7 @@ "id": 112, "title": "Course Schedule III", "slug": "course-schedule-iii", - "pattern": [ - "Greedy", - "Heap" - ], + "pattern": ["Greedy", "Heap"], "difficulty": "Hard", "premium": false, "companies": [ @@ -7535,10 +7284,7 @@ "id": 113, "title": "Maximum Frequency Stack", "slug": "maximum-frequency-stack", - "pattern": [ - "Bucket Sort", - "Heap" - ], + "pattern": ["Bucket Sort", "Heap"], "difficulty": "Hard", "premium": false, "companies": [ @@ -7573,12 +7319,7 @@ "id": 114, "title": "Course Schedule", "slug": "course-schedule", - "pattern": [ - "BFS", - "DFS", - "Graph", - "Topological Sort" - ], + "pattern": ["BFS", "DFS", "Graph", "Topological Sort"], "difficulty": "Medium", "premium": false, "companies": [ @@ -7688,12 +7429,7 @@ "id": 115, "title": "Course Schedule II", "slug": "course-schedule-ii", - "pattern": [ - "BFS", - "DFS", - "Graph", - "Topological Sort" - ], + "pattern": ["BFS", "DFS", "Graph", "Topological Sort"], "difficulty": "Medium", "premium": false, "companies": [ @@ -7823,11 +7559,7 @@ "id": 116, "title": "Minimum Height Trees", "slug": "minimum-height-trees", - "pattern": [ - "BFS", - "Graph", - "Topological Sort" - ], + "pattern": ["BFS", "Graph", "Topological Sort"], "difficulty": "Medium", "premium": false, "companies": [ @@ -7847,10 +7579,7 @@ "id": 117, "title": "Alien Dictionary", "slug": "alien-dictionary", - "pattern": [ - "Graph", - "Topological Sort" - ], + "pattern": ["Graph", "Topological Sort"], "difficulty": "Hard", "premium": true, "companies": [ @@ -7900,10 +7629,7 @@ "id": 118, "title": "Sequence Reconstruction", "slug": "sequence-reconstruction", - "pattern": [ - "Graph", - "Topological Sort" - ], + "pattern": ["Graph", "Topological Sort"], "difficulty": "Medium", "premium": true, "companies": [ @@ -7918,9 +7644,7 @@ "id": 119, "title": "Binary Tree Level Order Traversal II", "slug": "binary-tree-level-order-traversal-ii", - "pattern": [ - "BFS" - ], + "pattern": ["BFS"], "difficulty": "Medium", "premium": false, "companies": [ @@ -7940,9 +7664,7 @@ "id": 120, "title": "Average of Levels in Binary Tree", "slug": "average-of-levels-in-binary-tree", - "pattern": [ - "BFS" - ], + "pattern": ["BFS"], "difficulty": "Easy", "premium": false, "companies": [ @@ -7962,10 +7684,7 @@ "id": 121, "title": "Minimum Depth of Binary Tree", "slug": "minimum-depth-of-binary-tree", - "pattern": [ - "BFS", - "DFS" - ], + "pattern": ["BFS", "DFS"], "difficulty": "Easy", "premium": false, "companies": [ @@ -7990,9 +7709,7 @@ "id": 122, "title": "Binary Tree Level Order Traversal", "slug": "binary-tree-level-order-traversal", - "pattern": [ - "BFS" - ], + "pattern": ["BFS"], "difficulty": "Medium", "premium": false, "companies": [ @@ -8052,9 +7769,7 @@ "id": 123, "title": "Binary Tree Zigzag Level Order Traversal", "slug": "binary-tree-zigzag-level-order-traversal", - "pattern": [ - "BFS" - ], + "pattern": ["BFS"], "difficulty": "Medium", "premium": false, "companies": [ @@ -8129,10 +7844,7 @@ "id": 124, "title": "Binary Tree Right Side View", "slug": "binary-tree-right-side-view", - "pattern": [ - "BFS", - "DFS" - ], + "pattern": ["BFS", "DFS"], "difficulty": "Medium", "premium": false, "companies": [ @@ -8187,10 +7899,7 @@ "id": 125, "title": "All Nodes Distance K in Binary Tree", "slug": "all-nodes-distance-k-in-binary-tree", - "pattern": [ - "BFS", - "DFS" - ], + "pattern": ["BFS", "DFS"], "difficulty": "Medium", "premium": false, "companies": [ @@ -8235,9 +7944,7 @@ "id": 126, "title": "Same Tree", "slug": "same-tree", - "pattern": [ - "DFS" - ], + "pattern": ["DFS"], "difficulty": "Easy", "premium": false, "companies": [ @@ -8277,9 +7984,7 @@ "id": 127, "title": "Path Sum", "slug": "path-sum", - "pattern": [ - "DFS" - ], + "pattern": ["DFS"], "difficulty": "Easy", "premium": false, "companies": [ @@ -8314,9 +8019,7 @@ "id": 128, "title": "Maximum Depth of Binary Tree", "slug": "maximum-depth-of-binary-tree", - "pattern": [ - "DFS" - ], + "pattern": ["DFS"], "difficulty": "Easy", "premium": false, "companies": [ @@ -8361,9 +8064,7 @@ "id": 129, "title": "Diameter of Binary Tree", "slug": "diameter-of-binary-tree", - "pattern": [ - "DFS" - ], + "pattern": ["DFS"], "difficulty": "Easy", "premium": false, "companies": [ @@ -8413,9 +8114,7 @@ "id": 130, "title": "Merge Two Binary Trees", "slug": "merge-two-binary-trees", - "pattern": [ - "DFS" - ], + "pattern": ["DFS"], "difficulty": "Easy", "premium": false, "companies": [ @@ -8450,9 +8149,7 @@ "id": 131, "title": "Lowest Common Ancestor of a Binary Search Tree", "slug": "lowest-common-ancestor-of-a-binary-search-tree", - "pattern": [ - "DFS" - ], + "pattern": ["DFS"], "difficulty": "Medium", "premium": false, "companies": [ @@ -8492,9 +8189,7 @@ "id": 132, "title": "Subtree of Another Tree", "slug": "subtree-of-another-tree", - "pattern": [ - "DFS" - ], + "pattern": ["DFS"], "difficulty": "Easy", "premium": false, "companies": [ @@ -8524,9 +8219,7 @@ "id": 133, "title": "Invert Binary Tree", "slug": "invert-binary-tree", - "pattern": [ - "DFS" - ], + "pattern": ["DFS"], "difficulty": "Easy", "premium": false, "companies": [ @@ -8566,9 +8259,7 @@ "id": 134, "title": "Path Sum II", "slug": "path-sum-ii", - "pattern": [ - "DFS" - ], + "pattern": ["DFS"], "difficulty": "Medium", "premium": false, "companies": [ @@ -8608,9 +8299,7 @@ "id": 135, "title": "Path Sum III", "slug": "path-sum-iii", - "pattern": [ - "DFS" - ], + "pattern": ["DFS"], "difficulty": "Medium", "premium": false, "companies": [ @@ -8650,9 +8339,7 @@ "id": 136, "title": "Lowest Common Ancestor of a Binary Tree", "slug": "lowest-common-ancestor-of-a-binary-tree", - "pattern": [ - "DFS" - ], + "pattern": ["DFS"], "difficulty": "Medium", "premium": false, "companies": [ @@ -8727,9 +8414,7 @@ "id": 137, "title": "Maximum Binary Tree", "slug": "maximum-binary-tree", - "pattern": [ - "DFS" - ], + "pattern": ["DFS"], "difficulty": "Medium", "premium": false, "companies": [] @@ -8738,9 +8423,7 @@ "id": 138, "title": "Maximum Width of Binary Tree", "slug": "maximum-width-of-binary-tree", - "pattern": [ - "DFS" - ], + "pattern": ["DFS"], "difficulty": "Medium", "premium": false, "companies": [ @@ -8780,9 +8463,7 @@ "id": 139, "title": "Construct Binary Tree from Preorder and Inorder Traversal", "slug": "construct-binary-tree-from-preorder-and-inorder-traversal", - "pattern": [ - "DFS" - ], + "pattern": ["DFS"], "difficulty": "Medium", "premium": false, "companies": [ @@ -8822,9 +8503,7 @@ "id": 140, "title": "Validate Binary Search Tree", "slug": "validate-binary-search-tree", - "pattern": [ - "DFS" - ], + "pattern": ["DFS"], "difficulty": "Medium", "premium": false, "companies": [ @@ -8874,10 +8553,7 @@ "id": 141, "title": "Implement Trie (Prefix Tree)", "slug": "implement-trie-prefix-tree", - "pattern": [ - "Design", - "Trie" - ], + "pattern": ["Design", "Trie"], "difficulty": "Medium", "premium": false, "companies": [ @@ -8952,9 +8628,7 @@ "id": 142, "title": "Binary Tree Maximum Path Sum", "slug": "binary-tree-maximum-path-sum", - "pattern": [ - "DFS" - ], + "pattern": ["DFS"], "difficulty": "Hard", "premium": false, "companies": [ @@ -9024,9 +8698,7 @@ "id": 143, "title": "Serialize and Deserialize Binary Tree", "slug": "serialize-and-deserialize-binary-tree", - "pattern": [ - "Design" - ], + "pattern": ["Design"], "difficulty": "Hard", "premium": false, "companies": [ @@ -9106,10 +8778,7 @@ "id": 144, "title": "Word Search II", "slug": "word-search-ii", - "pattern": [ - "DFS", - "Trie" - ], + "pattern": ["DFS", "Trie"], "difficulty": "Hard", "premium": false, "companies": [ @@ -9184,9 +8853,7 @@ "id": 145, "title": "Find Median from Data Stream", "slug": "find-median-from-data-stream", - "pattern": [ - "Heap" - ], + "pattern": ["Heap"], "difficulty": "Hard", "premium": false, "companies": [ @@ -9321,9 +8988,7 @@ "id": 146, "title": "Sliding Window Median", "slug": "sliding-window-median", - "pattern": [ - "Heap" - ], + "pattern": ["Heap"], "difficulty": "Hard", "premium": false, "companies": [ @@ -9358,9 +9023,7 @@ "id": 147, "title": "Two Sum", "slug": "two-sum", - "pattern": [ - "Two Pointers" - ], + "pattern": ["Two Pointers"], "difficulty": "Easy", "premium": false, "companies": [ @@ -9645,9 +9308,7 @@ "id": 148, "title": "Squares of a Sorted Array", "slug": "squares-of-a-sorted-array", - "pattern": [ - "Two Pointers" - ], + "pattern": ["Two Pointers"], "difficulty": "Easy", "premium": false, "companies": [ @@ -9687,9 +9348,7 @@ "id": 149, "title": "Backspace String Compare", "slug": "backspace-string-compare", - "pattern": [ - "Two Pointers" - ], + "pattern": ["Two Pointers"], "difficulty": "Easy", "premium": false, "companies": [ @@ -9729,9 +9388,7 @@ "id": 150, "title": "3Sum", "slug": "3sum", - "pattern": [ - "Two Pointers" - ], + "pattern": ["Two Pointers"], "difficulty": "Medium", "premium": false, "companies": [ @@ -9831,9 +9488,7 @@ "id": 151, "title": "3Sum Closest", "slug": "3sum-closest", - "pattern": [ - "Two Pointers" - ], + "pattern": ["Two Pointers"], "difficulty": "Medium", "premium": false, "companies": [ @@ -9878,9 +9533,7 @@ "id": 152, "title": "Subarray Product Less Than K", "slug": "subarray-product-less-than-k", - "pattern": [ - "Two Pointers" - ], + "pattern": ["Two Pointers"], "difficulty": "Medium", "premium": false, "companies": [ @@ -9940,9 +9593,7 @@ "id": 153, "title": "Sort Colors", "slug": "sort-colors", - "pattern": [ - "Two Pointers" - ], + "pattern": ["Two Pointers"], "difficulty": "Medium", "premium": false, "companies": [ @@ -10047,9 +9698,7 @@ "id": 154, "title": "Trapping Rain Water", "slug": "trapping-rain-water", - "pattern": [ - "Two Pointers" - ], + "pattern": ["Two Pointers"], "difficulty": "Hard", "premium": false, "companies": [ @@ -10234,9 +9883,7 @@ "id": 155, "title": "Container With Most Water", "slug": "container-with-most-water", - "pattern": [ - "Two Pointers" - ], + "pattern": ["Two Pointers"], "difficulty": "Medium", "premium": false, "companies": [ @@ -10331,9 +9978,7 @@ "id": 156, "title": "Longest Word in Dictionary", "slug": "longest-word-in-dictionary", - "pattern": [ - "Trie" - ], + "pattern": ["Trie"], "difficulty": "Medium", "premium": false, "companies": [] @@ -10342,9 +9987,7 @@ "id": 157, "title": "Index Pairs of a String", "slug": "index-pairs-of-a-string", - "pattern": [ - "Trie" - ], + "pattern": ["Trie"], "difficulty": "Easy", "premium": true, "companies": [] @@ -10353,9 +9996,7 @@ "id": 158, "title": "Maximum XOR of Two Numbers in an Array", "slug": "maximum-xor-of-two-numbers-in-an-array", - "pattern": [ - "Trie" - ], + "pattern": ["Trie"], "difficulty": "Medium", "premium": false, "companies": [ @@ -10375,9 +10016,7 @@ "id": 159, "title": "Concatenated Words", "slug": "concatenated-words", - "pattern": [ - "Trie" - ], + "pattern": ["Trie"], "difficulty": "Hard", "premium": false, "companies": [ @@ -10392,9 +10031,7 @@ "id": 160, "title": "Prefix and Suffix Search", "slug": "prefix-and-suffix-search", - "pattern": [ - "Trie" - ], + "pattern": ["Trie"], "difficulty": "Hard", "premium": false, "companies": [] @@ -10403,9 +10040,7 @@ "id": 161, "title": "Palindrome Pairs", "slug": "palindrome-pairs", - "pattern": [ - "Trie" - ], + "pattern": ["Trie"], "difficulty": "Hard", "premium": false, "companies": [ @@ -10430,9 +10065,7 @@ "id": 162, "title": "Design Search Autocomplete System", "slug": "design-search-autocomplete-system", - "pattern": [ - "Trie" - ], + "pattern": ["Trie"], "difficulty": "Hard", "premium": true, "companies": [ @@ -10482,9 +10115,7 @@ "id": 163, "title": "Word Squares", "slug": "word-squares", - "pattern": [ - "Trie" - ], + "pattern": ["Trie"], "difficulty": "Hard", "premium": true, "companies": [] @@ -10493,11 +10124,7 @@ "id": 164, "title": "Sort Items by Groups Respecting Dependencies", "slug": "sort-items-by-groups-respecting-dependencies", - "pattern": [ - "DFS", - "Graph", - "Topological Sort" - ], + "pattern": ["DFS", "Graph", "Topological Sort"], "difficulty": "Hard", "premium": false, "companies": [ @@ -10517,9 +10144,7 @@ "id": 165, "title": "Median of Two Sorted Arrays", "slug": "median-of-two-sorted-arrays", - "pattern": [ - "Binary Search" - ], + "pattern": ["Binary Search"], "difficulty": "Hard", "premium": false, "companies": [ @@ -10609,9 +10234,7 @@ "id": 166, "title": "Majority Element", "slug": "majority-element", - "pattern": [ - "Sorting" - ], + "pattern": ["Sorting"], "difficulty": "Easy", "premium": false, "companies": [ @@ -10671,9 +10294,7 @@ "id": 167, "title": "Convert 1D Array Into 2D Array", "slug": "convert-1d-array-into-2d-array", - "pattern": [ - "Arrays" - ], + "pattern": ["Arrays"], "difficulty": "Easy", "premium": false, "companies": [] @@ -10682,10 +10303,7 @@ "id": 168, "title": "Move Zeroes", "slug": "move-zeroes", - "pattern": [ - "Arrays", - "Two Pointers" - ], + "pattern": ["Arrays", "Two Pointers"], "difficulty": "Easy", "premium": false, "companies": [ @@ -10775,9 +10393,7 @@ "id": 169, "title": "Is Subsequence", "slug": "is-subsequence", - "pattern": [ - "Two Pointers" - ], + "pattern": ["Two Pointers"], "difficulty": "Easy", "premium": false, "companies": [ @@ -10817,10 +10433,7 @@ "id": 170, "title": "Binary Tree Paths", "slug": "binary-tree-paths", - "pattern": [ - "DFS", - "Backtracking" - ], + "pattern": ["DFS", "Backtracking"], "difficulty": "Easy", "premium": false, "companies": [ @@ -10850,10 +10463,7 @@ "id": 171, "title": "Factor Combinations", "slug": "factor-combinations", - "pattern": [ - "Arrays", - "Backtracking" - ], + "pattern": ["Arrays", "Backtracking"], "difficulty": "Medium", "premium": true, "companies": [ @@ -10868,9 +10478,7 @@ "id": 172, "title": "Split a String Into the Max Number of Unique Substrings", "slug": "split-a-string-into-the-max-number-of-unique-substrings", - "pattern": [ - "Backtracking" - ], + "pattern": ["Backtracking"], "difficulty": "Medium", "premium": false, "companies": [] @@ -10879,9 +10487,7 @@ "id": 173, "title": "Maximum Average Subarray I", "slug": "maximum-average-subarray-i", - "pattern": [ - "Sliding Window" - ], + "pattern": ["Sliding Window"], "difficulty": "Easy", "premium": false, "companies": [ @@ -10921,9 +10527,7 @@ "id": 174, "title": "Gas Station", "slug": "gas-station", - "pattern": [ - "Greedy" - ], + "pattern": ["Greedy"], "difficulty": "Medium", "premium": false, "companies": [ @@ -11005,4 +10609,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/src/index.js b/src/index.js index 1f04ab20..14d7c8a0 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,8 @@ import React from 'react'; -import ReactDOM from 'react-dom'; +import { createRoot } from 'react-dom/client'; import App from './components/App'; import 'bootstrap/dist/css/bootstrap.min.css'; -ReactDOM.render(, document.getElementById('root')); +const root = createRoot(document.getElementById('root')); +root.render(); diff --git a/src/setupTests.js b/src/setupTests.js deleted file mode 100644 index 82edfc9e..00000000 --- a/src/setupTests.js +++ /dev/null @@ -1,4 +0,0 @@ -import { configure } from 'enzyme'; -import Adapter from 'enzyme-adapter-react-16'; - -configure({ adapter: new Adapter() }); From 6a6e7e91627ce8c8efc46115c6246ea2cd2459ca Mon Sep 17 00:00:00 2001 From: seanprashad Date: Sun, 16 Nov 2025 12:04:26 +0000 Subject: [PATCH 287/297] Update questions via run-cron GitHub Action --- src/data/questions.json | 2670 ++++++++++++++++++++++----------------- 1 file changed, 1500 insertions(+), 1170 deletions(-) diff --git a/src/data/questions.json b/src/data/questions.json index f37f6cf0..19bfc552 100644 --- a/src/data/questions.json +++ b/src/data/questions.json @@ -1,11 +1,13 @@ { - "updated": "2025-11-09T12:03:54.851468", + "updated": "2025-11-16T12:04:25.951224", "data": [ { "id": 0, "title": "Contains Duplicate", "slug": "contains-duplicate", - "pattern": ["Arrays"], + "pattern": [ + "Arrays" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -49,6 +51,11 @@ "slug": "ibm", "frequency": 2 }, + { + "name": "Capgemini", + "slug": "capgemini", + "frequency": 2 + }, { "name": "Visa", "slug": "visa", @@ -60,14 +67,17 @@ "id": 1, "title": "Missing Number", "slug": "missing-number", - "pattern": ["Arrays", "Bit Manipulation"], + "pattern": [ + "Arrays", + "Bit Manipulation" + ], "difficulty": "Easy", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 14 + "frequency": 13 }, { "name": "Microsoft", @@ -84,6 +94,11 @@ "slug": "facebook", "frequency": 3 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 2 + }, { "name": "Nvidia", "slug": "nvidia", @@ -94,11 +109,6 @@ "slug": "goldman-sachs", "frequency": 2 }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 2 - }, { "name": "Arista Networks", "slug": "arista-networks", @@ -115,7 +125,9 @@ "id": 2, "title": "Find All Numbers Disappeared in an Array", "slug": "find-all-numbers-disappeared-in-an-array", - "pattern": ["Arrays"], + "pattern": [ + "Arrays" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -135,7 +147,10 @@ "id": 3, "title": "Single Number", "slug": "single-number", - "pattern": ["Arrays", "Bit Manipulation"], + "pattern": [ + "Arrays", + "Bit Manipulation" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -147,12 +162,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 13 - }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 5 + "frequency": 12 }, { "name": "Meta", @@ -164,6 +174,11 @@ "slug": "tcs", "frequency": 5 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 4 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -175,14 +190,16 @@ "id": 4, "title": "Product of Array Except Self", "slug": "product-of-array-except-self", - "pattern": ["Arrays"], + "pattern": [ + "Arrays" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 17 + "frequency": 16 }, { "name": "Google", @@ -192,7 +209,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 8 + "frequency": 7 }, { "name": "Microsoft", @@ -209,14 +226,14 @@ "slug": "apple", "frequency": 4 }, - { - "name": "PayPal", - "slug": "paypal", - "frequency": 3 - }, { "name": "Yandex", "slug": "yandex", + "frequency": 4 + }, + { + "name": "PayPal", + "slug": "paypal", "frequency": 3 }, { @@ -270,7 +287,11 @@ "id": 5, "title": "Find the Duplicate Number", "slug": "find-the-duplicate-number", - "pattern": ["Arrays", "Binary Search", "Two Pointers"], + "pattern": [ + "Arrays", + "Binary Search", + "Two Pointers" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -313,11 +334,6 @@ "name": "Nvidia", "slug": "nvidia", "frequency": 2 - }, - { - "name": "Anduril", - "slug": "anduril", - "frequency": 2 } ] }, @@ -325,19 +341,21 @@ "id": 6, "title": "Find All Duplicates in an Array", "slug": "find-all-duplicates-in-an-array", - "pattern": ["Arrays"], + "pattern": [ + "Arrays" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Google", "slug": "google", - "frequency": 6 + "frequency": 5 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 5 + "frequency": 4 }, { "name": "Bloomberg", @@ -360,7 +378,9 @@ "id": 7, "title": "Set Matrix Zeroes", "slug": "set-matrix-zeroes", - "pattern": ["Arrays"], + "pattern": [ + "Arrays" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -372,36 +392,36 @@ { "name": "Meta", "slug": "facebook", - "frequency": 16 + "frequency": 15 }, { "name": "Amazon", "slug": "amazon", - "frequency": 10 - }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 6 + "frequency": 8 }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 5 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 5 + }, { "name": "Walmart Labs", "slug": "walmart-labs", "frequency": 3 }, - { - "name": "Nutanix", - "slug": "nutanix", - "frequency": 2 - }, { "name": "eBay", "slug": "ebay", + "frequency": 3 + }, + { + "name": "Nutanix", + "slug": "nutanix", "frequency": 2 }, { @@ -440,7 +460,9 @@ "id": 8, "title": "Spiral Matrix", "slug": "spiral-matrix", - "pattern": ["Arrays"], + "pattern": [ + "Arrays" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -452,12 +474,17 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 13 + "frequency": 14 }, { "name": "Amazon", "slug": "amazon", - "frequency": 13 + "frequency": 12 + }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 7 }, { "name": "Meta", @@ -472,16 +499,11 @@ { "name": "Capital One", "slug": "capital-one", - "frequency": 7 - }, - { - "name": "Bloomberg", - "slug": "bloomberg", "frequency": 6 }, { - "name": "TikTok", - "slug": "tiktok", + "name": "Apple", + "slug": "apple", "frequency": 5 }, { @@ -495,14 +517,14 @@ "frequency": 5 }, { - "name": "Apple", - "slug": "apple", - "frequency": 4 + "name": "TikTok", + "slug": "tiktok", + "frequency": 3 }, { "name": "Epic Systems", "slug": "epic-systems", - "frequency": 4 + "frequency": 3 }, { "name": "Oracle", @@ -529,6 +551,16 @@ "slug": "goldman-sachs", "frequency": 2 }, + { + "name": "Visa", + "slug": "visa", + "frequency": 2 + }, + { + "name": "tcs", + "slug": "tcs", + "frequency": 2 + }, { "name": "Yahoo", "slug": "yahoo", @@ -544,11 +576,6 @@ "slug": "roblox", "frequency": 2 }, - { - "name": "tcs", - "slug": "tcs", - "frequency": 2 - }, { "name": "NetApp", "slug": "netapp", @@ -563,6 +590,11 @@ "name": "RBC", "slug": "rbc", "frequency": 2 + }, + { + "name": "PornHub", + "slug": "pornhub", + "frequency": 2 } ] }, @@ -570,24 +602,21 @@ "id": 9, "title": "Rotate Image", "slug": "rotate-image", - "pattern": ["Arrays"], + "pattern": [ + "Arrays" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Google", "slug": "google", - "frequency": 16 + "frequency": 17 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 16 - }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 10 + "frequency": 15 }, { "name": "Meta", @@ -595,13 +624,18 @@ "frequency": 10 }, { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 4 + "name": "Amazon", + "slug": "amazon", + "frequency": 9 }, { "name": "J.P. Morgan", "slug": "jpmorgan", + "frequency": 9 + }, + { + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 4 }, { @@ -609,11 +643,6 @@ "slug": "apple", "frequency": 3 }, - { - "name": "Cisco", - "slug": "cisco", - "frequency": 3 - }, { "name": "Roblox", "slug": "roblox", @@ -624,6 +653,11 @@ "slug": "uber", "frequency": 3 }, + { + "name": "Cisco", + "slug": "cisco", + "frequency": 2 + }, { "name": "Flipkart", "slug": "flipkart", @@ -665,19 +699,21 @@ "id": 10, "title": "Word Search", "slug": "word-search", - "pattern": ["Backtracking"], + "pattern": [ + "Backtracking" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 29 + "frequency": 27 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 15 + "frequency": 16 }, { "name": "Google", @@ -780,19 +816,21 @@ "id": 11, "title": "First Missing Positive", "slug": "first-missing-positive", - "pattern": ["Arrays"], + "pattern": [ + "Arrays" + ], "difficulty": "Hard", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 14 + "frequency": 17 }, { "name": "Google", "slug": "google", - "frequency": 11 + "frequency": 10 }, { "name": "Microsoft", @@ -807,18 +845,13 @@ { "name": "Meta", "slug": "facebook", - "frequency": 3 + "frequency": 2 }, { "name": "Oracle", "slug": "oracle", "frequency": 2 }, - { - "name": "Zomato", - "slug": "zomato", - "frequency": 2 - }, { "name": "Tesla", "slug": "tesla", @@ -849,6 +882,11 @@ "slug": "general-motors", "frequency": 2 }, + { + "name": "Zomato", + "slug": "zomato", + "frequency": 2 + }, { "name": "Cognizant", "slug": "cognizant", @@ -860,14 +898,16 @@ "id": 12, "title": "Longest Consecutive Sequence", "slug": "longest-consecutive-sequence", - "pattern": ["Arrays"], + "pattern": [ + "Arrays" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Google", "slug": "google", - "frequency": 29 + "frequency": 28 }, { "name": "Amazon", @@ -924,21 +964,11 @@ "slug": "okta", "frequency": 2 }, - { - "name": "Uber", - "slug": "uber", - "frequency": 2 - }, { "name": "Tesla", "slug": "tesla", "frequency": 2 }, - { - "name": "Cisco", - "slug": "cisco", - "frequency": 2 - }, { "name": "Deloitte", "slug": "deloitte", @@ -950,14 +980,16 @@ "id": 13, "title": "Letter Case Permutation", "slug": "letter-case-permutation", - "pattern": ["Backtracking"], + "pattern": [ + "Backtracking" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Meta", "slug": "facebook", - "frequency": 4 + "frequency": 5 } ] }, @@ -965,14 +997,16 @@ "id": 14, "title": "Subsets", "slug": "subsets", - "pattern": ["Backtracking"], + "pattern": [ + "Backtracking" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Meta", "slug": "facebook", - "frequency": 16 + "frequency": 17 }, { "name": "Google", @@ -987,16 +1021,11 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 8 + "frequency": 7 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 4 - }, - { - "name": "Oracle", - "slug": "oracle", "frequency": 2 }, { @@ -1004,6 +1033,11 @@ "slug": "paypal", "frequency": 2 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 2 + }, { "name": "TikTok", "slug": "tiktok", @@ -1020,7 +1054,9 @@ "id": 15, "title": "Subsets II", "slug": "subsets-ii", - "pattern": ["Backtracking"], + "pattern": [ + "Backtracking" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -1032,12 +1068,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 8 + "frequency": 7 }, { "name": "Amazon", "slug": "amazon", - "frequency": 4 + "frequency": 3 }, { "name": "Microsoft", @@ -1055,15 +1091,12 @@ "id": 16, "title": "Permutations", "slug": "permutations", - "pattern": ["Backtracking"], + "pattern": [ + "Backtracking" + ], "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 7 - }, { "name": "Microsoft", "slug": "microsoft", @@ -1074,6 +1107,11 @@ "slug": "google", "frequency": 6 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 6 + }, { "name": "Meta", "slug": "facebook", @@ -1099,6 +1137,11 @@ "slug": "arista-networks", "frequency": 2 }, + { + "name": "Zomato", + "slug": "zomato", + "frequency": 2 + }, { "name": "Citadel", "slug": "citadel", @@ -1114,11 +1157,6 @@ "slug": "bookingcom", "frequency": 2 }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 2 - }, { "name": "American Express", "slug": "american-express", @@ -1130,7 +1168,9 @@ "id": 17, "title": "Permutations II", "slug": "permutations-ii", - "pattern": ["Backtracking"], + "pattern": [ + "Backtracking" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -1139,6 +1179,11 @@ "slug": "microsoft", "frequency": 4 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 3 + }, { "name": "TikTok", "slug": "tiktok", @@ -1150,13 +1195,13 @@ "frequency": 2 }, { - "name": "Amazon", - "slug": "amazon", + "name": "Google", + "slug": "google", "frequency": 2 }, { - "name": "Google", - "slug": "google", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 2 }, { @@ -1170,7 +1215,9 @@ "id": 18, "title": "Combinations", "slug": "combinations", - "pattern": ["Backtracking"], + "pattern": [ + "Backtracking" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -1200,19 +1247,21 @@ "id": 19, "title": "Combination Sum", "slug": "combination-sum", - "pattern": ["Backtracking"], + "pattern": [ + "Backtracking" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 12 + "frequency": 11 }, { "name": "Google", "slug": "google", - "frequency": 7 + "frequency": 8 }, { "name": "Microsoft", @@ -1275,7 +1324,9 @@ "id": 20, "title": "Combination Sum II", "slug": "combination-sum-ii", - "pattern": ["Backtracking"], + "pattern": [ + "Backtracking" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -1289,11 +1340,6 @@ "slug": "facebook", "frequency": 3 }, - { - "name": "LinkedIn", - "slug": "linkedin", - "frequency": 3 - }, { "name": "Oracle", "slug": "oracle", @@ -1319,6 +1365,11 @@ "slug": "rakuten", "frequency": 2 }, + { + "name": "LinkedIn", + "slug": "linkedin", + "frequency": 2 + }, { "name": "Microsoft", "slug": "microsoft", @@ -1330,7 +1381,9 @@ "id": 21, "title": "Combination Sum III", "slug": "combination-sum-iii", - "pattern": ["Backtracking"], + "pattern": [ + "Backtracking" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -1350,19 +1403,21 @@ "id": 22, "title": "Generate Parentheses", "slug": "generate-parentheses", - "pattern": ["Backtracking"], + "pattern": [ + "Backtracking" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 26 + "frequency": 25 }, { "name": "Google", "slug": "google", - "frequency": 21 + "frequency": 19 }, { "name": "Microsoft", @@ -1372,12 +1427,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 7 - }, - { - "name": "Apple", - "slug": "apple", - "frequency": 6 + "frequency": 8 }, { "name": "Bloomberg", @@ -1394,6 +1444,11 @@ "slug": "zoho", "frequency": 5 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 5 + }, { "name": "Yandex", "slug": "yandex", @@ -1445,7 +1500,11 @@ "id": 23, "title": "Target Sum", "slug": "target-sum", - "pattern": ["Backtracking", "DFS", "Dynamic Programming"], + "pattern": [ + "Backtracking", + "DFS", + "Dynamic Programming" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -1490,7 +1549,9 @@ "id": 24, "title": "Palindrome Partitioning", "slug": "palindrome-partitioning", - "pattern": ["Backtracking"], + "pattern": [ + "Backtracking" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -1502,7 +1563,12 @@ { "name": "Google", "slug": "google", - "frequency": 6 + "frequency": 7 + }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 5 }, { "name": "Microsoft", @@ -1513,11 +1579,6 @@ "name": "Bloomberg", "slug": "bloomberg", "frequency": 3 - }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 3 } ] }, @@ -1525,7 +1586,9 @@ "id": 25, "title": "Letter Combinations of a Phone Number", "slug": "letter-combinations-of-a-phone-number", - "pattern": ["Backtracking"], + "pattern": [ + "Backtracking" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -1537,17 +1600,17 @@ { "name": "Google", "slug": "google", - "frequency": 12 + "frequency": 11 }, { "name": "LinkedIn", "slug": "linkedin", - "frequency": 8 + "frequency": 7 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 6 + "frequency": 5 }, { "name": "Meta", @@ -1564,11 +1627,6 @@ "slug": "apple", "frequency": 3 }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 3 - }, { "name": "Accenture", "slug": "accenture", @@ -1584,6 +1642,16 @@ "slug": "bloomberg", "frequency": 2 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 2 + }, + { + "name": "Visa", + "slug": "visa", + "frequency": 2 + }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -1600,7 +1668,9 @@ "id": 26, "title": "Generalized Abbreviation", "slug": "generalized-abbreviation", - "pattern": ["Backtracking"], + "pattern": [ + "Backtracking" + ], "difficulty": "Medium", "premium": true, "companies": [] @@ -1609,7 +1679,9 @@ "id": 27, "title": "Sudoku Solver", "slug": "sudoku-solver", - "pattern": ["Backtracking"], + "pattern": [ + "Backtracking" + ], "difficulty": "Hard", "premium": false, "companies": [ @@ -1621,18 +1693,18 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 8 - }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 4 + "frequency": 7 }, { "name": "Confluent", "slug": "confluent", "frequency": 4 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 3 + }, { "name": "Meta", "slug": "facebook", @@ -1649,18 +1721,20 @@ "id": 28, "title": "N-Queens", "slug": "n-queens", - "pattern": ["Backtracking"], + "pattern": [ + "Backtracking" + ], "difficulty": "Hard", "premium": false, "companies": [ - { - "name": "Google", - "slug": "google", - "frequency": 20 - }, { "name": "Amazon", "slug": "amazon", + "frequency": 21 + }, + { + "name": "Google", + "slug": "google", "frequency": 20 }, { @@ -1697,11 +1771,6 @@ "name": "TikTok", "slug": "tiktok", "frequency": 2 - }, - { - "name": "tcs", - "slug": "tcs", - "frequency": 2 } ] }, @@ -1709,19 +1778,26 @@ "id": 29, "title": "Climbing Stairs", "slug": "climbing-stairs", - "pattern": ["Dynamic Programming"], + "pattern": [ + "Dynamic Programming" + ], "difficulty": "Easy", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 14 + "frequency": 13 }, { "name": "Google", "slug": "google", - "frequency": 13 + "frequency": 12 + }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 9 }, { "name": "Bloomberg", @@ -1733,11 +1809,6 @@ "slug": "microsoft", "frequency": 7 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 7 - }, { "name": "Grammarly", "slug": "grammarly", @@ -1769,19 +1840,21 @@ "id": 30, "title": "House Robber", "slug": "house-robber", - "pattern": ["Dynamic Programming"], + "pattern": [ + "Dynamic Programming" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 23 + "frequency": 22 }, { "name": "Google", "slug": "google", - "frequency": 11 + "frequency": 12 }, { "name": "Databricks", @@ -1791,7 +1864,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 5 + "frequency": 4 }, { "name": "Bloomberg", @@ -1803,14 +1876,19 @@ "slug": "cisco", "frequency": 3 }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 3 + }, { "name": "Meta", "slug": "facebook", "frequency": 2 }, { - "name": "TikTok", - "slug": "tiktok", + "name": "ByteDance", + "slug": "bytedance", "frequency": 2 }, { @@ -1834,39 +1912,41 @@ "id": 31, "title": "Best Time to Buy and Sell Stock", "slug": "best-time-to-buy-and-sell-stock", - "pattern": ["Greedy"], + "pattern": [ + "Greedy" + ], "difficulty": "Easy", "premium": false, "companies": [ { "name": "Meta", "slug": "facebook", - "frequency": 59 + "frequency": 56 }, { "name": "Amazon", "slug": "amazon", - "frequency": 50 + "frequency": 46 }, { "name": "Google", "slug": "google", - "frequency": 41 + "frequency": 40 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 18 + "frequency": 17 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 12 + "frequency": 14 }, { "name": "Apple", "slug": "apple", - "frequency": 12 + "frequency": 10 }, { "name": "IBM", @@ -1884,9 +1964,9 @@ "frequency": 5 }, { - "name": "Visa", - "slug": "visa", - "frequency": 5 + "name": "Zoox", + "slug": "zoox", + "frequency": 4 }, { "name": "Citadel", @@ -1903,16 +1983,6 @@ "slug": "morgan-stanley", "frequency": 4 }, - { - "name": "Zoox", - "slug": "zoox", - "frequency": 3 - }, - { - "name": "J.P. Morgan", - "slug": "jpmorgan", - "frequency": 3 - }, { "name": "Nvidia", "slug": "nvidia", @@ -1923,39 +1993,34 @@ "slug": "tcs", "frequency": 3 }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 3 - }, { "name": "PayPal", "slug": "paypal", "frequency": 3 }, { - "name": "Adobe", - "slug": "adobe", + "name": "Infosys", + "slug": "infosys", "frequency": 3 }, { - "name": "Uber", - "slug": "uber", - "frequency": 3 + "name": "Goldman Sachs", + "slug": "goldman-sachs", + "frequency": 2 }, { - "name": "Salesforce", - "slug": "salesforce", - "frequency": 3 + "name": "Millennium", + "slug": "millennium", + "frequency": 2 }, { - "name": "Infosys", - "slug": "infosys", - "frequency": 3 + "name": "BlackRock", + "slug": "blackrock", + "frequency": 2 }, { - "name": "Millennium", - "slug": "millennium", + "name": "J.P. Morgan", + "slug": "jpmorgan", "frequency": 2 }, { @@ -1964,8 +2029,13 @@ "frequency": 2 }, { - "name": "Atlassian", - "slug": "atlassian", + "name": "Visa", + "slug": "visa", + "frequency": 2 + }, + { + "name": "TikTok", + "slug": "tiktok", "frequency": 2 }, { @@ -1988,19 +2058,24 @@ "slug": "toast", "frequency": 2 }, + { + "name": "EPAM Systems", + "slug": "epam-systems", + "frequency": 2 + }, { "name": "Sigmoid", "slug": "sigmoid", "frequency": 2 }, { - "name": "Goldman Sachs", - "slug": "goldman-sachs", + "name": "Adobe", + "slug": "adobe", "frequency": 2 }, { - "name": "Cisco", - "slug": "cisco", + "name": "Uber", + "slug": "uber", "frequency": 2 }, { @@ -2008,11 +2083,21 @@ "slug": "deutsche-bank", "frequency": 2 }, + { + "name": "Salesforce", + "slug": "salesforce", + "frequency": 2 + }, { "name": "Capital One", "slug": "capital-one", "frequency": 2 }, + { + "name": "Atlassian", + "slug": "atlassian", + "frequency": 2 + }, { "name": "ByteDance", "slug": "bytedance", @@ -2038,11 +2123,6 @@ "slug": "mastercard", "frequency": 2 }, - { - "name": "EPAM Systems", - "slug": "epam-systems", - "frequency": 2 - }, { "name": "Turing", "slug": "turing", @@ -2064,39 +2144,36 @@ "id": 32, "title": "Maximum Subarray", "slug": "maximum-subarray", - "pattern": ["Dynamic Programming"], + "pattern": [ + "Dynamic Programming" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 29 + "frequency": 26 }, { "name": "Google", "slug": "google", "frequency": 26 }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 12 - }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 12 }, { - "name": "Meta", - "slug": "facebook", - "frequency": 12 + "name": "Microsoft", + "slug": "microsoft", + "frequency": 11 }, { - "name": "LinkedIn", - "slug": "linkedin", - "frequency": 7 + "name": "Meta", + "slug": "facebook", + "frequency": 11 }, { "name": "Apple", @@ -2104,9 +2181,9 @@ "frequency": 7 }, { - "name": "Nvidia", - "slug": "nvidia", - "frequency": 7 + "name": "LinkedIn", + "slug": "linkedin", + "frequency": 6 }, { "name": "Upstart", @@ -2118,6 +2195,11 @@ "slug": "goldman-sachs", "frequency": 3 }, + { + "name": "Visa", + "slug": "visa", + "frequency": 3 + }, { "name": "Cisco", "slug": "cisco", @@ -2139,8 +2221,8 @@ "frequency": 2 }, { - "name": "Visa", - "slug": "visa", + "name": "Nvidia", + "slug": "nvidia", "frequency": 2 }, { @@ -2158,11 +2240,6 @@ "slug": "tiktok", "frequency": 2 }, - { - "name": "Arista Networks", - "slug": "arista-networks", - "frequency": 2 - }, { "name": "Zomato", "slug": "zomato", @@ -2198,11 +2275,6 @@ "slug": "epam-systems", "frequency": 2 }, - { - "name": "Turing", - "slug": "turing", - "frequency": 2 - }, { "name": "Vimeo", "slug": "vimeo", @@ -2212,6 +2284,11 @@ "name": "Criteo", "slug": "criteo", "frequency": 2 + }, + { + "name": "Arista Networks", + "slug": "arista-networks", + "frequency": 2 } ] }, @@ -2219,7 +2296,9 @@ "id": 33, "title": "Range Sum Query - Immutable", "slug": "range-sum-query-immutable", - "pattern": ["Dynamic Programming"], + "pattern": [ + "Dynamic Programming" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -2249,7 +2328,9 @@ "id": 34, "title": "House Robber II", "slug": "house-robber-ii", - "pattern": ["Dynamic Programming"], + "pattern": [ + "Dynamic Programming" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -2258,6 +2339,11 @@ "slug": "google", "frequency": 5 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 5 + }, { "name": "Amazon", "slug": "amazon", @@ -2266,11 +2352,6 @@ { "name": "Databricks", "slug": "databricks", - "frequency": 5 - }, - { - "name": "Meta", - "slug": "facebook", "frequency": 4 }, { @@ -2299,14 +2380,16 @@ "id": 35, "title": "Coin Change", "slug": "coin-change", - "pattern": ["Dynamic Programming"], + "pattern": [ + "Dynamic Programming" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 14 + "frequency": 13 }, { "name": "Pinterest", @@ -2323,16 +2406,16 @@ "slug": "google", "frequency": 7 }, - { - "name": "PayPal", - "slug": "paypal", - "frequency": 7 - }, { "name": "Meta", "slug": "facebook", "frequency": 6 }, + { + "name": "PayPal", + "slug": "paypal", + "frequency": 6 + }, { "name": "TikTok", "slug": "tiktok", @@ -2373,24 +2456,19 @@ "slug": "servicenow", "frequency": 2 }, - { - "name": "Mastercard", - "slug": "mastercard", - "frequency": 2 - }, { "name": "PhonePe", "slug": "phonepe", "frequency": 2 }, { - "name": "Affirm", - "slug": "affirm", + "name": "Salesforce", + "slug": "salesforce", "frequency": 2 }, { - "name": "Salesforce", - "slug": "salesforce", + "name": "Mastercard", + "slug": "mastercard", "frequency": 2 } ] @@ -2399,24 +2477,26 @@ "id": 36, "title": "Maximum Product Subarray", "slug": "maximum-product-subarray", - "pattern": ["Dynamic Programming"], + "pattern": [ + "Dynamic Programming" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Google", "slug": "google", - "frequency": 12 + "frequency": 11 }, { "name": "LinkedIn", "slug": "linkedin", - "frequency": 6 + "frequency": 5 }, { "name": "Amazon", "slug": "amazon", - "frequency": 5 + "frequency": 4 }, { "name": "Microsoft", @@ -2464,7 +2544,9 @@ "id": 37, "title": "Longest Increasing Subsequence", "slug": "longest-increasing-subsequence", - "pattern": ["Dynamic Programming"], + "pattern": [ + "Dynamic Programming" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -2483,16 +2565,16 @@ "slug": "amazon", "frequency": 6 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 6 - }, { "name": "Microsoft", "slug": "microsoft", "frequency": 6 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 5 + }, { "name": "Block", "slug": "square", @@ -2532,11 +2614,6 @@ "name": "Accenture", "slug": "accenture", "frequency": 2 - }, - { - "name": "Yandex", - "slug": "yandex", - "frequency": 2 } ] }, @@ -2544,14 +2621,16 @@ "id": 38, "title": "Longest Palindromic Substring", "slug": "longest-palindromic-substring", - "pattern": ["Dynamic Programming"], + "pattern": [ + "Dynamic Programming" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 41 + "frequency": 42 }, { "name": "Google", @@ -2561,7 +2640,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 20 + "frequency": 18 }, { "name": "Microsoft", @@ -2573,10 +2652,15 @@ "slug": "bloomberg", "frequency": 11 }, + { + "name": "tcs", + "slug": "tcs", + "frequency": 6 + }, { "name": "TikTok", "slug": "tiktok", - "frequency": 5 + "frequency": 4 }, { "name": "Yandex", @@ -2654,13 +2738,13 @@ "frequency": 2 }, { - "name": "Citadel", - "slug": "citadel", + "name": "HSBC", + "slug": "hsbc", "frequency": 2 }, { - "name": "HSBC", - "slug": "hsbc", + "name": "ZS Associates", + "slug": "zs-associates", "frequency": 2 }, { @@ -2668,6 +2752,11 @@ "slug": "hashedin", "frequency": 2 }, + { + "name": "LinkedIn", + "slug": "linkedin", + "frequency": 2 + }, { "name": "Apple", "slug": "apple", @@ -2678,11 +2767,6 @@ "slug": "salesforce", "frequency": 2 }, - { - "name": "tcs", - "slug": "tcs", - "frequency": 2 - }, { "name": "Softwire", "slug": "softwire", @@ -2693,6 +2777,11 @@ "slug": "persistent-systems", "frequency": 2 }, + { + "name": "Citadel", + "slug": "citadel", + "frequency": 2 + }, { "name": "athenahealth", "slug": "athenahealth", @@ -2709,34 +2798,41 @@ "id": 39, "title": "Word Break", "slug": "word-break", - "pattern": ["Dynamic Programming"], + "pattern": [ + "Dynamic Programming" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 14 + "frequency": 12 }, { "name": "Google", "slug": "google", "frequency": 7 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 7 + }, { "name": "Meta", "slug": "facebook", - "frequency": 7 + "frequency": 5 }, { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 7 + "name": "Walmart Labs", + "slug": "walmart-labs", + "frequency": 4 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 4 + "frequency": 3 }, { "name": "Netflix", @@ -2748,11 +2844,6 @@ "slug": "uber", "frequency": 2 }, - { - "name": "Walmart Labs", - "slug": "walmart-labs", - "frequency": 2 - }, { "name": "TikTok", "slug": "tiktok", @@ -2763,24 +2854,19 @@ "slug": "mongodb", "frequency": 2 }, - { - "name": "Millennium", - "slug": "millennium", - "frequency": 2 - }, { "name": "LinkedIn", "slug": "linkedin", "frequency": 2 }, { - "name": "Intuit", - "slug": "intuit", + "name": "Arista Networks", + "slug": "arista-networks", "frequency": 2 }, { - "name": "Arista Networks", - "slug": "arista-networks", + "name": "Millennium", + "slug": "millennium", "frequency": 2 } ] @@ -2789,14 +2875,16 @@ "id": 40, "title": "Combination Sum IV", "slug": "combination-sum-iv", - "pattern": ["Dynamic Programming"], + "pattern": [ + "Dynamic Programming" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Google", "slug": "google", - "frequency": 2 + "frequency": 4 }, { "name": "Amazon", @@ -2814,7 +2902,9 @@ "id": 41, "title": "Decode Ways", "slug": "decode-ways", - "pattern": ["Dynamic Programming"], + "pattern": [ + "Dynamic Programming" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -2843,6 +2933,11 @@ "slug": "goldman-sachs", "frequency": 3 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 2 + }, { "name": "Snap", "slug": "snapchat", @@ -2874,24 +2969,26 @@ "id": 42, "title": "Unique Paths", "slug": "unique-paths", - "pattern": ["Dynamic Programming"], + "pattern": [ + "Dynamic Programming" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Google", "slug": "google", - "frequency": 14 + "frequency": 16 }, { "name": "Amazon", "slug": "amazon", - "frequency": 12 + "frequency": 11 }, { "name": "Meta", "slug": "facebook", - "frequency": 10 + "frequency": 11 }, { "name": "Microsoft", @@ -2912,6 +3009,11 @@ "name": "Flipkart", "slug": "flipkart", "frequency": 2 + }, + { + "name": "Akamai", + "slug": "akamai", + "frequency": 2 } ] }, @@ -2919,29 +3021,32 @@ "id": 43, "title": "Jump Game", "slug": "jump-game", - "pattern": ["Dynamic Programming", "Greedy"], + "pattern": [ + "Dynamic Programming", + "Greedy" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 20 + "frequency": 19 }, { "name": "Google", "slug": "google", "frequency": 18 }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 8 - }, { "name": "Meta", "slug": "facebook", - "frequency": 6 + "frequency": 7 + }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 7 }, { "name": "Microsoft", @@ -3009,14 +3114,16 @@ "id": 44, "title": "Palindromic Substrings", "slug": "palindromic-substrings", - "pattern": ["Dynamic Programming"], + "pattern": [ + "Dynamic Programming" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Meta", "slug": "facebook", - "frequency": 26 + "frequency": 23 }, { "name": "Pure Storage", @@ -3033,15 +3140,20 @@ "slug": "google", "frequency": 5 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 4 + }, { "name": "Salesforce", "slug": "salesforce", - "frequency": 5 + "frequency": 4 }, { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 4 + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 3 }, { "name": "Anduril", @@ -3053,11 +3165,6 @@ "slug": "oracle", "frequency": 3 }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 2 - }, { "name": "Citadel", "slug": "citadel", @@ -3089,7 +3196,9 @@ "id": 45, "title": "Number of Longest Increasing Subsequence", "slug": "number-of-longest-increasing-subsequence", - "pattern": ["Dynamic Programming"], + "pattern": [ + "Dynamic Programming" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -3104,7 +3213,9 @@ "id": 46, "title": "Partition Equal Subset Sum", "slug": "partition-equal-subset-sum", - "pattern": ["Dynamic Programming"], + "pattern": [ + "Dynamic Programming" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -3116,12 +3227,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 9 + "frequency": 8 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 4 + "frequency": 5 }, { "name": "Meta", @@ -3149,7 +3260,9 @@ "id": 47, "title": "Partition to K Equal Sum Subsets", "slug": "partition-to-k-equal-sum-subsets", - "pattern": ["Dynamic Programming"], + "pattern": [ + "Dynamic Programming" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -3174,14 +3287,16 @@ "id": 48, "title": "Best Time to Buy and Sell Stock with Cooldown", "slug": "best-time-to-buy-and-sell-stock-with-cooldown", - "pattern": ["Dynamic Programming"], + "pattern": [ + "Dynamic Programming" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Google", "slug": "google", - "frequency": 3 + "frequency": 4 }, { "name": "TikTok", @@ -3194,7 +3309,10 @@ "id": 49, "title": "Counting Bits", "slug": "counting-bits", - "pattern": ["Dynamic Programming", "Bit Manipulation"], + "pattern": [ + "Dynamic Programming", + "Bit Manipulation" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -3229,7 +3347,9 @@ "id": 50, "title": "Linked List Cycle", "slug": "linked-list-cycle", - "pattern": ["Fast & Slow Pointers"], + "pattern": [ + "Fast & Slow Pointers" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -3248,16 +3368,16 @@ "slug": "microsoft", "frequency": 5 }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 3 - }, { "name": "Meta", "slug": "facebook", "frequency": 2 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 2 + }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -3269,7 +3389,9 @@ "id": 51, "title": "Middle of the Linked List", "slug": "middle-of-the-linked-list", - "pattern": ["Fast & Slow Pointers"], + "pattern": [ + "Fast & Slow Pointers" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -3291,7 +3413,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 3 + "frequency": 4 }, { "name": "tcs", @@ -3314,7 +3436,9 @@ "id": 52, "title": "Reverse Linked List", "slug": "reverse-linked-list", - "pattern": ["In-place reversal of a linked list"], + "pattern": [ + "In-place reversal of a linked list" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -3326,7 +3450,7 @@ { "name": "Google", "slug": "google", - "frequency": 12 + "frequency": 13 }, { "name": "Microsoft", @@ -3338,16 +3462,16 @@ "slug": "apple", "frequency": 7 }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 7 - }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 6 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 5 + }, { "name": "Meta", "slug": "facebook", @@ -3394,7 +3518,9 @@ "id": 53, "title": "Palindrome Linked List", "slug": "palindrome-linked-list", - "pattern": ["Fast & Slow Pointers"], + "pattern": [ + "Fast & Slow Pointers" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -3403,20 +3529,20 @@ "slug": "google", "frequency": 9 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 7 - }, { "name": "Amazon", "slug": "amazon", "frequency": 7 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 6 + }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 3 + "frequency": 2 }, { "name": "Bloomberg", @@ -3429,7 +3555,9 @@ "id": 54, "title": "Remove Linked List Elements", "slug": "remove-linked-list-elements", - "pattern": ["Fast & Slow Pointers"], + "pattern": [ + "Fast & Slow Pointers" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -3464,7 +3592,9 @@ "id": 55, "title": "Remove Duplicates from Sorted List", "slug": "remove-duplicates-from-sorted-list", - "pattern": ["Fast & Slow Pointers"], + "pattern": [ + "Fast & Slow Pointers" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -3504,7 +3634,9 @@ "id": 56, "title": "Linked List Cycle II", "slug": "linked-list-cycle-ii", - "pattern": ["Fast & Slow Pointers"], + "pattern": [ + "Fast & Slow Pointers" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -3539,7 +3671,9 @@ "id": 57, "title": "Add Two Numbers", "slug": "add-two-numbers", - "pattern": ["Fast & Slow Pointers"], + "pattern": [ + "Fast & Slow Pointers" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -3551,17 +3685,17 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 48 - }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 25 + "frequency": 45 }, { "name": "Meta", "slug": "facebook", - "frequency": 25 + "frequency": 26 + }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 24 }, { "name": "Bloomberg", @@ -3619,7 +3753,9 @@ "id": 58, "title": "Remove Nth Node From End of List", "slug": "remove-nth-node-from-end-of-list", - "pattern": ["Fast & Slow Pointers"], + "pattern": [ + "Fast & Slow Pointers" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -3646,7 +3782,7 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 5 + "frequency": 4 }, { "name": "Yandex", @@ -3694,7 +3830,9 @@ "id": 59, "title": "Sort List", "slug": "sort-list", - "pattern": ["Fast & Slow Pointers"], + "pattern": [ + "Fast & Slow Pointers" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -3708,11 +3846,6 @@ "slug": "amazon", "frequency": 6 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 3 - }, { "name": "Microsoft", "slug": "microsoft", @@ -3728,6 +3861,11 @@ "slug": "bloomberg", "frequency": 2 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 2 + }, { "name": "Oracle", "slug": "oracle", @@ -3744,7 +3882,9 @@ "id": 60, "title": "Reorder List", "slug": "reorder-list", - "pattern": ["Fast & Slow Pointers"], + "pattern": [ + "Fast & Slow Pointers" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -3756,17 +3896,17 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 5 + "frequency": 6 }, { - "name": "Amazon", - "slug": "amazon", + "name": "Meta", + "slug": "facebook", "frequency": 4 }, { - "name": "Meta", - "slug": "facebook", - "frequency": 3 + "name": "Amazon", + "slug": "amazon", + "frequency": 4 }, { "name": "TikTok", @@ -3789,19 +3929,22 @@ "id": 61, "title": "Pacific Atlantic Water Flow", "slug": "pacific-atlantic-water-flow", - "pattern": ["BFS", "DFS"], + "pattern": [ + "BFS", + "DFS" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 14 + "frequency": 12 }, { "name": "Google", "slug": "google", - "frequency": 7 + "frequency": 6 }, { "name": "Adobe", @@ -3829,44 +3972,48 @@ "id": 62, "title": "Number of Islands", "slug": "number-of-islands", - "pattern": ["BFS", "DFS", "Union Find"], + "pattern": [ + "BFS", + "DFS", + "Union Find" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 57 + "frequency": 56 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 23 - }, - { - "name": "Google", - "slug": "google", - "frequency": 13 + "frequency": 24 }, { "name": "LinkedIn", "slug": "linkedin", - "frequency": 12 + "frequency": 13 }, { - "name": "TikTok", - "slug": "tiktok", - "frequency": 11 + "name": "Google", + "slug": "google", + "frequency": 13 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 10 + "frequency": 12 }, { "name": "Uber", "slug": "uber", - "frequency": 10 + "frequency": 11 + }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 11 }, { "name": "Anduril", @@ -3908,11 +4055,6 @@ "slug": "walmart-labs", "frequency": 4 }, - { - "name": "eBay", - "slug": "ebay", - "frequency": 4 - }, { "name": "Qualcomm", "slug": "qualcomm", @@ -3959,13 +4101,13 @@ "frequency": 3 }, { - "name": "PayPal", - "slug": "paypal", + "name": "eBay", + "slug": "ebay", "frequency": 3 }, { - "name": "Nvidia", - "slug": "nvidia", + "name": "PayPal", + "slug": "paypal", "frequency": 3 }, { @@ -3983,16 +4125,16 @@ "slug": "wix", "frequency": 3 }, - { - "name": "Cloudflare", - "slug": "cloudflare", - "frequency": 3 - }, { "name": "Siemens", "slug": "siemens", "frequency": 3 }, + { + "name": "Nvidia", + "slug": "nvidia", + "frequency": 2 + }, { "name": "IBM", "slug": "ibm", @@ -4044,13 +4186,13 @@ "frequency": 2 }, { - "name": "Rivian", - "slug": "rivian", + "name": "Cloudflare", + "slug": "cloudflare", "frequency": 2 }, { - "name": "Squarepoint Capital", - "slug": "squarepoint-capital", + "name": "Rivian", + "slug": "rivian", "frequency": 2 }, { @@ -4058,11 +4200,6 @@ "slug": "grammarly", "frequency": 2 }, - { - "name": "HashedIn", - "slug": "hashedin", - "frequency": 2 - }, { "name": "Comcast", "slug": "comcast", @@ -4079,7 +4216,12 @@ "id": 63, "title": "Graph Valid Tree", "slug": "graph-valid-tree", - "pattern": ["BFS", "DFS", "Graph", "Union Find"], + "pattern": [ + "BFS", + "DFS", + "Graph", + "Union Find" + ], "difficulty": "Medium", "premium": true, "companies": [ @@ -4097,11 +4239,6 @@ "name": "Meta", "slug": "facebook", "frequency": 2 - }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 2 } ] }, @@ -4109,7 +4246,12 @@ "id": 64, "title": "Number of Connected Components in an Undirected Graph", "slug": "number-of-connected-components-in-an-undirected-graph", - "pattern": ["BFS", "DFS", "Graph", "Union Find"], + "pattern": [ + "BFS", + "DFS", + "Graph", + "Union Find" + ], "difficulty": "Medium", "premium": true, "companies": [ @@ -4126,7 +4268,7 @@ { "name": "LinkedIn", "slug": "linkedin", - "frequency": 4 + "frequency": 3 }, { "name": "Google", @@ -4144,7 +4286,9 @@ "id": 65, "title": "Reverse Linked List II", "slug": "reverse-linked-list-ii", - "pattern": ["In-place reversal of a linked list"], + "pattern": [ + "In-place reversal of a linked list" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -4204,14 +4348,16 @@ "id": 66, "title": "Rotate List", "slug": "rotate-list", - "pattern": ["In-place reversal of a linked list"], + "pattern": [ + "In-place reversal of a linked list" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 8 + "frequency": 9 }, { "name": "Bloomberg", @@ -4249,7 +4395,9 @@ "id": 67, "title": "Swap Nodes in Pairs", "slug": "swap-nodes-in-pairs", - "pattern": ["In-place reversal of a linked list"], + "pattern": [ + "In-place reversal of a linked list" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -4294,14 +4442,16 @@ "id": 68, "title": "Odd Even Linked List", "slug": "odd-even-linked-list", - "pattern": ["In-place reversal of a linked list"], + "pattern": [ + "In-place reversal of a linked list" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 12 + "frequency": 13 }, { "name": "Meta", @@ -4311,12 +4461,12 @@ { "name": "Google", "slug": "google", - "frequency": 6 + "frequency": 5 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 4 + "frequency": 3 }, { "name": "Bloomberg", @@ -4334,7 +4484,9 @@ "id": 69, "title": "Reverse Nodes in k-Group", "slug": "reverse-nodes-in-k-group", - "pattern": ["In-place reversal of a linked list"], + "pattern": [ + "In-place reversal of a linked list" + ], "difficulty": "Hard", "premium": false, "companies": [ @@ -4343,16 +4495,16 @@ "slug": "amazon", "frequency": 14 }, - { - "name": "Google", - "slug": "google", - "frequency": 9 - }, { "name": "Microsoft", "slug": "microsoft", "frequency": 9 }, + { + "name": "Google", + "slug": "google", + "frequency": 8 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -4409,7 +4561,9 @@ "id": 70, "title": "Merge Two Sorted Lists", "slug": "merge-two-sorted-lists", - "pattern": ["Two Pointers"], + "pattern": [ + "Two Pointers" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -4434,23 +4588,13 @@ "frequency": 9 }, { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 8 - }, - { - "name": "Apple", - "slug": "apple", - "frequency": 3 - }, - { - "name": "Hubspot", - "slug": "hubspot", - "frequency": 3 + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 7 }, { - "name": "TikTok", - "slug": "tiktok", + "name": "Apple", + "slug": "apple", "frequency": 3 }, { @@ -4473,6 +4617,11 @@ "slug": "squarespace", "frequency": 2 }, + { + "name": "Hubspot", + "slug": "hubspot", + "frequency": 2 + }, { "name": "Oracle", "slug": "oracle", @@ -4488,6 +4637,11 @@ "slug": "snowflake", "frequency": 2 }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 2 + }, { "name": "Rippling", "slug": "rippling", @@ -4504,7 +4658,10 @@ "id": 71, "title": "Kth Smallest Element in a Sorted Matrix", "slug": "kth-smallest-element-in-a-sorted-matrix", - "pattern": ["Binary Search", "Heap"], + "pattern": [ + "Binary Search", + "Heap" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -4544,7 +4701,9 @@ "id": 72, "title": "Find K Pairs with Smallest Sums", "slug": "find-k-pairs-with-smallest-sums", - "pattern": ["Heap"], + "pattern": [ + "Heap" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -4579,20 +4738,22 @@ "id": 73, "title": "Merge k Sorted Lists", "slug": "merge-k-sorted-lists", - "pattern": ["Heap"], + "pattern": [ + "Heap" + ], "difficulty": "Hard", "premium": false, "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 28 - }, { "name": "Meta", "slug": "facebook", "frequency": 28 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 27 + }, { "name": "Microsoft", "slug": "microsoft", @@ -4601,7 +4762,7 @@ { "name": "Google", "slug": "google", - "frequency": 8 + "frequency": 7 }, { "name": "Apple", @@ -4683,11 +4844,6 @@ "slug": "walmart-labs", "frequency": 2 }, - { - "name": "Samsung", - "slug": "samsung", - "frequency": 2 - }, { "name": "DoorDash", "slug": "doordash", @@ -4699,7 +4855,9 @@ "id": 74, "title": "Smallest Range Covering Elements from K Lists", "slug": "smallest-range-covering-elements-from-k-lists", - "pattern": ["Heap"], + "pattern": [ + "Heap" + ], "difficulty": "Hard", "premium": false, "companies": [ @@ -4724,7 +4882,9 @@ "id": 75, "title": "Meeting Rooms", "slug": "meeting-rooms", - "pattern": ["Intervals"], + "pattern": [ + "Intervals" + ], "difficulty": "Easy", "premium": true, "companies": [ @@ -4748,6 +4908,11 @@ "slug": "amazon", "frequency": 2 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 2 + }, { "name": "TikTok", "slug": "tiktok", @@ -4764,64 +4929,61 @@ "id": 76, "title": "Merge Intervals", "slug": "merge-intervals", - "pattern": ["Intervals"], + "pattern": [ + "Intervals" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Meta", "slug": "facebook", - "frequency": 82 - }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 35 + "frequency": 77 }, { "name": "Google", "slug": "google", + "frequency": 33 + }, + { + "name": "Amazon", + "slug": "amazon", "frequency": 32 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 24 + "frequency": 25 }, { "name": "Microsoft", "slug": "microsoft", "frequency": 23 }, - { - "name": "Apple", - "slug": "apple", - "frequency": 11 - }, { "name": "Atlassian", "slug": "atlassian", "frequency": 11 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 10 + }, { "name": "Grammarly", "slug": "grammarly", "frequency": 8 }, - { - "name": "Zoho", - "slug": "zoho", - "frequency": 7 - }, { "name": "Goldman Sachs", "slug": "goldman-sachs", - "frequency": 6 + "frequency": 7 }, { - "name": "IXL", - "slug": "ixl", - "frequency": 6 + "name": "Zoho", + "slug": "zoho", + "frequency": 7 }, { "name": "Walmart Labs", @@ -4838,16 +5000,31 @@ "slug": "adobe", "frequency": 5 }, + { + "name": "IXL", + "slug": "ixl", + "frequency": 5 + }, { "name": "TikTok", "slug": "tiktok", "frequency": 5 }, + { + "name": "IBM", + "slug": "ibm", + "frequency": 4 + }, { "name": "Netflix", "slug": "netflix", "frequency": 4 }, + { + "name": "Uber", + "slug": "uber", + "frequency": 3 + }, { "name": "Oracle", "slug": "oracle", @@ -4864,13 +5041,8 @@ "frequency": 3 }, { - "name": "IBM", - "slug": "ibm", - "frequency": 3 - }, - { - "name": "LinkedIn", - "slug": "linkedin", + "name": "Palantir Technologies", + "slug": "palantir-technologies", "frequency": 3 }, { @@ -4879,13 +5051,13 @@ "frequency": 2 }, { - "name": "Palantir Technologies", - "slug": "palantir-technologies", + "name": "LinkedIn", + "slug": "linkedin", "frequency": 2 }, { - "name": "Uber", - "slug": "uber", + "name": "Nutanix", + "slug": "nutanix", "frequency": 2 }, { @@ -4913,11 +5085,6 @@ "slug": "citadel", "frequency": 2 }, - { - "name": "Accenture", - "slug": "accenture", - "frequency": 2 - }, { "name": "Grubhub", "slug": "grubhub", @@ -4948,11 +5115,6 @@ "slug": "intuit", "frequency": 2 }, - { - "name": "Nutanix", - "slug": "nutanix", - "frequency": 2 - }, { "name": "Snap", "slug": "snapchat", @@ -4988,24 +5150,19 @@ "slug": "tcs", "frequency": 2 }, - { - "name": "Roblox", - "slug": "roblox", - "frequency": 2 - }, { "name": "J.P. Morgan", "slug": "jpmorgan", "frequency": 2 }, { - "name": "Ozon", - "slug": "ozon", + "name": "Accenture", + "slug": "accenture", "frequency": 2 }, { - "name": "Nextdoor", - "slug": "nextdoor", + "name": "Ozon", + "slug": "ozon", "frequency": 2 }, { @@ -5054,14 +5211,16 @@ "id": 77, "title": "Interval List Intersections", "slug": "interval-list-intersections", - "pattern": ["Intervals"], + "pattern": [ + "Intervals" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Meta", "slug": "facebook", - "frequency": 27 + "frequency": 23 }, { "name": "Google", @@ -5069,14 +5228,14 @@ "frequency": 7 }, { - "name": "Yandex", - "slug": "yandex", + "name": "Amazon", + "slug": "amazon", "frequency": 4 }, { - "name": "Amazon", - "slug": "amazon", - "frequency": 2 + "name": "Yandex", + "slug": "yandex", + "frequency": 3 }, { "name": "Microsoft", @@ -5094,7 +5253,9 @@ "id": 78, "title": "Non-overlapping Intervals", "slug": "non-overlapping-intervals", - "pattern": ["Intervals"], + "pattern": [ + "Intervals" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -5139,14 +5300,17 @@ "id": 79, "title": "Meeting Rooms II", "slug": "meeting-rooms-ii", - "pattern": ["Heap", "Intervals"], + "pattern": [ + "Heap", + "Intervals" + ], "difficulty": "Medium", "premium": true, "companies": [ { "name": "Google", "slug": "google", - "frequency": 28 + "frequency": 30 }, { "name": "Amazon", @@ -5161,26 +5325,26 @@ { "name": "Meta", "slug": "facebook", - "frequency": 8 + "frequency": 9 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 8 + "frequency": 9 }, { "name": "TikTok", "slug": "tiktok", "frequency": 8 }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 7 - }, { "name": "J.P. Morgan", "slug": "jpmorgan", + "frequency": 8 + }, + { + "name": "Microsoft", + "slug": "microsoft", "frequency": 7 }, { @@ -5191,7 +5355,7 @@ { "name": "Oracle", "slug": "oracle", - "frequency": 4 + "frequency": 6 }, { "name": "Apple", @@ -5243,11 +5407,6 @@ "slug": "hubspot", "frequency": 2 }, - { - "name": "Two Sigma", - "slug": "two-sigma", - "frequency": 2 - }, { "name": "Lime", "slug": "lime", @@ -5259,7 +5418,10 @@ "id": 80, "title": "Task Scheduler", "slug": "task-scheduler", - "pattern": ["Greedy", "Heap"], + "pattern": [ + "Greedy", + "Heap" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -5313,6 +5475,11 @@ "slug": "docusign", "frequency": 2 }, + { + "name": "tcs", + "slug": "tcs", + "frequency": 2 + }, { "name": "Meta", "slug": "facebook", @@ -5344,7 +5511,9 @@ "id": 81, "title": "Minimum Number of Arrows to Burst Balloons", "slug": "minimum-number-of-arrows-to-burst-balloons", - "pattern": ["Greedy"], + "pattern": [ + "Greedy" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -5379,7 +5548,9 @@ "id": 82, "title": "Insert Interval", "slug": "insert-interval", - "pattern": ["Intervals"], + "pattern": [ + "Intervals" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -5399,14 +5570,14 @@ "frequency": 5 }, { - "name": "Meta", - "slug": "facebook", + "name": "Microsoft", + "slug": "microsoft", "frequency": 3 }, { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 2 + "name": "Meta", + "slug": "facebook", + "frequency": 3 }, { "name": "Bloomberg", @@ -5424,7 +5595,10 @@ "id": 83, "title": "Employee Free Time", "slug": "employee-free-time", - "pattern": ["Heap", "Greedy"], + "pattern": [ + "Heap", + "Greedy" + ], "difficulty": "Hard", "premium": true, "companies": [ @@ -5449,24 +5623,26 @@ "id": 84, "title": "Binary Search", "slug": "binary-search", - "pattern": ["Binary Search"], + "pattern": [ + "Binary Search" + ], "difficulty": "Easy", "premium": false, "companies": [ { "name": "Google", "slug": "google", - "frequency": 16 + "frequency": 15 }, { "name": "Amazon", "slug": "amazon", - "frequency": 8 + "frequency": 7 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 4 + "frequency": 5 }, { "name": "Meta", @@ -5489,7 +5665,9 @@ "id": 85, "title": "Find Smallest Letter Greater Than Target", "slug": "find-smallest-letter-greater-than-target", - "pattern": ["Binary Search"], + "pattern": [ + "Binary Search" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -5519,7 +5697,9 @@ "id": 86, "title": "Peak Index in a Mountain Array", "slug": "peak-index-in-a-mountain-array", - "pattern": ["Binary Search"], + "pattern": [ + "Binary Search" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -5533,14 +5713,14 @@ "slug": "google", "frequency": 8 }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 5 - }, { "name": "Amazon", "slug": "amazon", + "frequency": 6 + }, + { + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 5 }, { @@ -5554,14 +5734,16 @@ "id": 87, "title": "Find Minimum in Rotated Sorted Array", "slug": "find-minimum-in-rotated-sorted-array", - "pattern": ["Binary Search"], + "pattern": [ + "Binary Search" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Goldman Sachs", "slug": "goldman-sachs", - "frequency": 7 + "frequency": 8 }, { "name": "Google", @@ -5604,24 +5786,31 @@ "id": 88, "title": "Find Peak Element", "slug": "find-peak-element", - "pattern": ["Binary Search"], + "pattern": [ + "Binary Search" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Meta", "slug": "facebook", - "frequency": 55 + "frequency": 53 }, { "name": "Amazon", "slug": "amazon", - "frequency": 21 + "frequency": 20 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 12 + "frequency": 11 + }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 9 }, { "name": "Google", @@ -5629,9 +5818,9 @@ "frequency": 8 }, { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 7 + "name": "TikTok", + "slug": "tiktok", + "frequency": 4 }, { "name": "Goldman Sachs", @@ -5663,11 +5852,6 @@ "slug": "samsung", "frequency": 2 }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 2 - }, { "name": "Urban Company", "slug": "urban-company", @@ -5694,19 +5878,21 @@ "id": 89, "title": "Search in Rotated Sorted Array", "slug": "search-in-rotated-sorted-array", - "pattern": ["Binary Search"], + "pattern": [ + "Binary Search" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Google", "slug": "google", - "frequency": 24 + "frequency": 25 }, { "name": "Amazon", "slug": "amazon", - "frequency": 19 + "frequency": 18 }, { "name": "Microsoft", @@ -5738,6 +5924,11 @@ "slug": "walmart-labs", "frequency": 4 }, + { + "name": "LinkedIn", + "slug": "linkedin", + "frequency": 3 + }, { "name": "Nvidia", "slug": "nvidia", @@ -5748,16 +5939,6 @@ "slug": "goldman-sachs", "frequency": 3 }, - { - "name": "Yandex", - "slug": "yandex", - "frequency": 3 - }, - { - "name": "Apple", - "slug": "apple", - "frequency": 3 - }, { "name": "Arista Networks", "slug": "arista-networks", @@ -5768,11 +5949,6 @@ "slug": "f5-networks", "frequency": 2 }, - { - "name": "LinkedIn", - "slug": "linkedin", - "frequency": 2 - }, { "name": "Oracle", "slug": "oracle", @@ -5788,6 +5964,11 @@ "slug": "bytedance", "frequency": 2 }, + { + "name": "Yandex", + "slug": "yandex", + "frequency": 2 + }, { "name": "tcs", "slug": "tcs", @@ -5809,18 +5990,13 @@ "frequency": 2 }, { - "name": "Snap", - "slug": "snapchat", - "frequency": 2 - }, - { - "name": "Samsung", - "slug": "samsung", + "name": "Apple", + "slug": "apple", "frequency": 2 }, { - "name": "IBM", - "slug": "ibm", + "name": "Snap", + "slug": "snapchat", "frequency": 2 }, { @@ -5849,7 +6025,9 @@ "id": 90, "title": "Search in Rotated Sorted Array II", "slug": "search-in-rotated-sorted-array-ii", - "pattern": ["Binary Search"], + "pattern": [ + "Binary Search" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -5858,6 +6036,11 @@ "slug": "facebook", "frequency": 3 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 3 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -5868,11 +6051,6 @@ "slug": "google", "frequency": 3 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 2 - }, { "name": "tcs", "slug": "tcs", @@ -5884,14 +6062,16 @@ "id": 91, "title": "Search a 2D Matrix", "slug": "search-a-2d-matrix", - "pattern": ["Binary Search"], + "pattern": [ + "Binary Search" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 22 + "frequency": 20 }, { "name": "Bloomberg", @@ -5908,16 +6088,6 @@ "slug": "microsoft", "frequency": 4 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 3 - }, - { - "name": "Adobe", - "slug": "adobe", - "frequency": 3 - }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -5928,6 +6098,16 @@ "slug": "tiktok", "frequency": 3 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 2 + }, + { + "name": "Adobe", + "slug": "adobe", + "frequency": 2 + }, { "name": "Oracle", "slug": "oracle", @@ -5949,10 +6129,17 @@ "id": 92, "title": "Search a 2D Matrix II", "slug": "search-a-2d-matrix-ii", - "pattern": ["Binary Search"], + "pattern": [ + "Binary Search" + ], "difficulty": "Medium", "premium": false, "companies": [ + { + "name": "Amazon", + "slug": "amazon", + "frequency": 5 + }, { "name": "Meta", "slug": "facebook", @@ -5963,15 +6150,10 @@ "slug": "google", "frequency": 4 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 4 - }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 2 + "frequency": 3 }, { "name": "Motive", @@ -5987,11 +6169,6 @@ "name": "PayPal", "slug": "paypal", "frequency": 2 - }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 2 } ] }, @@ -5999,7 +6176,9 @@ "id": 93, "title": "Find K Closest Elements", "slug": "find-k-closest-elements", - "pattern": ["Binary Search"], + "pattern": [ + "Binary Search" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -6008,6 +6187,11 @@ "slug": "yandex", "frequency": 7 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 5 + }, { "name": "Meta", "slug": "facebook", @@ -6023,11 +6207,6 @@ "slug": "google", "frequency": 4 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 4 - }, { "name": "Coupang", "slug": "coupang", @@ -6059,22 +6238,20 @@ "id": 94, "title": "Count of Range Sum", "slug": "count-of-range-sum", - "pattern": ["Binary Search"], + "pattern": [ + "Binary Search" + ], "difficulty": "Hard", "premium": false, - "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 2 - } - ] + "companies": [] }, { "id": 95, "title": "Minimum Size Subarray Sum", "slug": "minimum-size-subarray-sum", - "pattern": ["Sliding Window"], + "pattern": [ + "Sliding Window" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -6083,16 +6260,16 @@ "slug": "doordash", "frequency": 5 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 4 - }, { "name": "Google", "slug": "google", "frequency": 4 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 3 + }, { "name": "Amazon", "slug": "amazon", @@ -6112,11 +6289,6 @@ "name": "Bloomberg", "slug": "bloomberg", "frequency": 2 - }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 2 } ] }, @@ -6124,25 +6296,37 @@ "id": 96, "title": "Fruit Into Baskets", "slug": "fruit-into-baskets", - "pattern": ["Sliding Window"], + "pattern": [ + "Sliding Window" + ], "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 12 - }, { "name": "Google", "slug": "google", "frequency": 11 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 11 + }, { "name": "Meta", "slug": "facebook", "frequency": 3 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 2 + }, + { + "name": "Adobe", + "slug": "adobe", + "frequency": 2 + }, { "name": "Microsoft", "slug": "microsoft", @@ -6154,7 +6338,9 @@ "id": 97, "title": "Permutation in String", "slug": "permutation-in-string", - "pattern": ["Sliding Window"], + "pattern": [ + "Sliding Window" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -6163,14 +6349,14 @@ "slug": "google", "frequency": 4 }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 3 - }, { "name": "Amazon", "slug": "amazon", + "frequency": 4 + }, + { + "name": "Microsoft", + "slug": "microsoft", "frequency": 3 }, { @@ -6204,7 +6390,9 @@ "id": 98, "title": "Longest Repeating Character Replacement", "slug": "longest-repeating-character-replacement", - "pattern": ["Sliding Window"], + "pattern": [ + "Sliding Window" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -6226,7 +6414,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 7 + "frequency": 6 }, { "name": "Bloomberg", @@ -6269,20 +6457,22 @@ "id": 99, "title": "Sliding Window Maximum", "slug": "sliding-window-maximum", - "pattern": ["Sliding Window"], + "pattern": [ + "Sliding Window" + ], "difficulty": "Hard", "premium": false, "companies": [ + { + "name": "Amazon", + "slug": "amazon", + "frequency": 20 + }, { "name": "Google", "slug": "google", "frequency": 19 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 18 - }, { "name": "Meta", "slug": "facebook", @@ -6323,11 +6513,6 @@ "slug": "nutanix", "frequency": 3 }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 3 - }, { "name": "Juspay", "slug": "juspay", @@ -6373,6 +6558,11 @@ "slug": "salesforce", "frequency": 2 }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 2 + }, { "name": "Palo Alto Networks", "slug": "palo-alto-networks", @@ -6389,39 +6579,46 @@ "id": 100, "title": "Longest Substring Without Repeating Characters", "slug": "longest-substring-without-repeating-characters", - "pattern": ["Sliding Window"], + "pattern": [ + "Sliding Window" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 57 + "frequency": 53 }, { "name": "Google", "slug": "google", - "frequency": 38 + "frequency": 41 }, { - "name": "Microsoft", - "slug": "microsoft", + "name": "Meta", + "slug": "facebook", "frequency": 23 }, { - "name": "Meta", - "slug": "facebook", - "frequency": 22 + "name": "Microsoft", + "slug": "microsoft", + "frequency": 23 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 21 + "frequency": 22 }, { "name": "TikTok", "slug": "tiktok", - "frequency": 17 + "frequency": 15 + }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 9 }, { "name": "Yandex", @@ -6431,11 +6628,11 @@ { "name": "Visa", "slug": "visa", - "frequency": 9 + "frequency": 8 }, { - "name": "Oracle", - "slug": "oracle", + "name": "Turing", + "slug": "turing", "frequency": 8 }, { @@ -6448,16 +6645,6 @@ "slug": "goldman-sachs", "frequency": 4 }, - { - "name": "Zoho", - "slug": "zoho", - "frequency": 4 - }, - { - "name": "Nvidia", - "slug": "nvidia", - "frequency": 4 - }, { "name": "Apple", "slug": "apple", @@ -6473,6 +6660,11 @@ "slug": "netflix", "frequency": 3 }, + { + "name": "Zoho", + "slug": "zoho", + "frequency": 3 + }, { "name": "Infosys", "slug": "infosys", @@ -6493,6 +6685,11 @@ "slug": "palo-alto-networks", "frequency": 3 }, + { + "name": "PayPal", + "slug": "paypal", + "frequency": 2 + }, { "name": "Cisco", "slug": "cisco", @@ -6513,6 +6710,11 @@ "slug": "jpmorgan", "frequency": 2 }, + { + "name": "Nvidia", + "slug": "nvidia", + "frequency": 2 + }, { "name": "Accolite", "slug": "accolite", @@ -6528,11 +6730,6 @@ "slug": "netskope", "frequency": 2 }, - { - "name": "Turing", - "slug": "turing", - "frequency": 2 - }, { "name": "FreshWorks", "slug": "freshworks", @@ -6553,26 +6750,11 @@ "slug": "at-t", "frequency": 2 }, - { - "name": "PayPal", - "slug": "paypal", - "frequency": 2 - }, { "name": "Adobe", "slug": "adobe", "frequency": 2 }, - { - "name": "LinkedIn", - "slug": "linkedin", - "frequency": 2 - }, - { - "name": "Lyft", - "slug": "lyft", - "frequency": 2 - }, { "name": "SAP", "slug": "sap", @@ -6588,6 +6770,11 @@ "slug": "coupang", "frequency": 2 }, + { + "name": "Morgan Stanley", + "slug": "morgan-stanley", + "frequency": 2 + }, { "name": "Paytm", "slug": "paytm", @@ -6644,14 +6831,16 @@ "id": 101, "title": "Minimum Number of K Consecutive Bit Flips", "slug": "minimum-number-of-k-consecutive-bit-flips", - "pattern": ["Sliding Window"], + "pattern": [ + "Sliding Window" + ], "difficulty": "Hard", "premium": false, "companies": [ { "name": "Google", "slug": "google", - "frequency": 6 + "frequency": 5 } ] }, @@ -6659,7 +6848,9 @@ "id": 102, "title": "Count Unique Characters of All Substrings of a Given String", "slug": "count-unique-characters-of-all-substrings-of-a-given-string", - "pattern": ["Sliding Window"], + "pattern": [ + "Sliding Window" + ], "difficulty": "Hard", "premium": false, "companies": [ @@ -6674,19 +6865,21 @@ "id": 103, "title": "Minimum Window Substring", "slug": "minimum-window-substring", - "pattern": ["Sliding Window"], + "pattern": [ + "Sliding Window" + ], "difficulty": "Hard", "premium": false, "companies": [ { "name": "Meta", "slug": "facebook", - "frequency": 41 + "frequency": 39 }, { "name": "Amazon", "slug": "amazon", - "frequency": 15 + "frequency": 16 }, { "name": "Google", @@ -6723,11 +6916,6 @@ "slug": "bloomberg", "frequency": 3 }, - { - "name": "Snap", - "slug": "snapchat", - "frequency": 3 - }, { "name": "Adobe", "slug": "adobe", @@ -6748,6 +6936,11 @@ "slug": "microsoft", "frequency": 2 }, + { + "name": "Snap", + "slug": "snapchat", + "frequency": 2 + }, { "name": "Zeta", "slug": "zeta", @@ -6758,11 +6951,6 @@ "slug": "infosys", "frequency": 2 }, - { - "name": "SoFi", - "slug": "sofi", - "frequency": 2 - }, { "name": "Meesho", "slug": "meesho", @@ -6774,7 +6962,9 @@ "id": 104, "title": "Substring with Concatenation of All Words", "slug": "substring-with-concatenation-of-all-words", - "pattern": ["Sliding Window"], + "pattern": [ + "Sliding Window" + ], "difficulty": "Hard", "premium": false, "companies": [ @@ -6783,16 +6973,16 @@ "slug": "google", "frequency": 4 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 4 - }, { "name": "Amazon", "slug": "amazon", "frequency": 3 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 3 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -6809,7 +6999,9 @@ "id": 105, "title": "Kth Smallest Element in a BST", "slug": "kth-smallest-element-in-a-bst", - "pattern": ["DFS"], + "pattern": [ + "DFS" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -6821,7 +7013,7 @@ { "name": "Uber", "slug": "uber", - "frequency": 7 + "frequency": 6 }, { "name": "Microsoft", @@ -6854,19 +7046,21 @@ "id": 106, "title": "K Closest Points to Origin", "slug": "k-closest-points-to-origin", - "pattern": ["Heap"], + "pattern": [ + "Heap" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Meta", "slug": "facebook", - "frequency": 47 + "frequency": 43 }, { "name": "Amazon", "slug": "amazon", - "frequency": 6 + "frequency": 4 }, { "name": "Asana", @@ -6899,14 +7093,16 @@ "id": 107, "title": "Top K Frequent Elements", "slug": "top-k-frequent-elements", - "pattern": ["Heap"], + "pattern": [ + "Heap" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Meta", "slug": "facebook", - "frequency": 68 + "frequency": 67 }, { "name": "Google", @@ -6916,23 +7112,23 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 29 + "frequency": 27 }, { "name": "Apple", "slug": "apple", - "frequency": 13 - }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 8 + "frequency": 13 }, { "name": "TikTok", "slug": "tiktok", "frequency": 8 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 7 + }, { "name": "Oracle", "slug": "oracle", @@ -6941,11 +7137,6 @@ { "name": "Uber", "slug": "uber", - "frequency": 6 - }, - { - "name": "Bloomberg", - "slug": "bloomberg", "frequency": 5 }, { @@ -6958,20 +7149,15 @@ "slug": "yahoo", "frequency": 3 }, - { - "name": "Zoho", - "slug": "zoho", - "frequency": 3 - }, { "name": "Adobe", "slug": "adobe", "frequency": 3 }, { - "name": "Salesforce", - "slug": "salesforce", - "frequency": 3 + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 2 }, { "name": "Walmart Labs", @@ -6993,6 +7179,11 @@ "slug": "roku", "frequency": 2 }, + { + "name": "Zoho", + "slug": "zoho", + "frequency": 2 + }, { "name": "Robinhood", "slug": "robinhood", @@ -7008,6 +7199,11 @@ "slug": "atlassian", "frequency": 2 }, + { + "name": "Salesforce", + "slug": "salesforce", + "frequency": 2 + }, { "name": "Twilio", "slug": "twilio", @@ -7054,7 +7250,9 @@ "id": 108, "title": "Sort Characters By Frequency", "slug": "sort-characters-by-frequency", - "pattern": ["Heap"], + "pattern": [ + "Heap" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -7099,19 +7297,22 @@ "id": 109, "title": "Kth Largest Element in an Array", "slug": "kth-largest-element-in-an-array", - "pattern": ["Heap", "QuickSelect"], + "pattern": [ + "Heap", + "QuickSelect" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Meta", "slug": "facebook", - "frequency": 110 + "frequency": 105 }, { "name": "Google", "slug": "google", - "frequency": 16 + "frequency": 14 }, { "name": "Amazon", @@ -7133,16 +7334,16 @@ "slug": "bloomberg", "frequency": 4 }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 4 - }, { "name": "Goldman Sachs", "slug": "goldman-sachs", "frequency": 4 }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 3 + }, { "name": "Morgan Stanley", "slug": "morgan-stanley", @@ -7194,14 +7395,17 @@ "id": 110, "title": "Reorganize String", "slug": "reorganize-string", - "pattern": ["Greedy", "Heap"], + "pattern": [ + "Greedy", + "Heap" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 57 + "frequency": 54 }, { "name": "Roblox", @@ -7249,7 +7453,10 @@ "id": 111, "title": "Rearrange String k Distance Apart", "slug": "rearrange-string-k-distance-apart", - "pattern": ["Greedy", "Heap"], + "pattern": [ + "Greedy", + "Heap" + ], "difficulty": "Hard", "premium": true, "companies": [ @@ -7264,14 +7471,17 @@ "id": 112, "title": "Course Schedule III", "slug": "course-schedule-iii", - "pattern": ["Greedy", "Heap"], + "pattern": [ + "Greedy", + "Heap" + ], "difficulty": "Hard", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 4 + "frequency": 3 }, { "name": "Salesforce", @@ -7284,7 +7494,10 @@ "id": 113, "title": "Maximum Frequency Stack", "slug": "maximum-frequency-stack", - "pattern": ["Bucket Sort", "Heap"], + "pattern": [ + "Bucket Sort", + "Heap" + ], "difficulty": "Hard", "premium": false, "companies": [ @@ -7319,24 +7532,29 @@ "id": 114, "title": "Course Schedule", "slug": "course-schedule", - "pattern": ["BFS", "DFS", "Graph", "Topological Sort"], + "pattern": [ + "BFS", + "DFS", + "Graph", + "Topological Sort" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 32 + "frequency": 31 }, { "name": "Meta", "slug": "facebook", - "frequency": 30 + "frequency": 31 }, { "name": "Google", "slug": "google", - "frequency": 8 + "frequency": 7 }, { "name": "TikTok", @@ -7344,8 +7562,8 @@ "frequency": 6 }, { - "name": "Snowflake", - "slug": "snowflake", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 5 }, { @@ -7353,11 +7571,6 @@ "slug": "microsoft", "frequency": 4 }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 4 - }, { "name": "Apple", "slug": "apple", @@ -7378,6 +7591,11 @@ "slug": "anduril", "frequency": 4 }, + { + "name": "Snowflake", + "slug": "snowflake", + "frequency": 4 + }, { "name": "Nordstrom", "slug": "nordstrom", @@ -7429,14 +7647,19 @@ "id": 115, "title": "Course Schedule II", "slug": "course-schedule-ii", - "pattern": ["BFS", "DFS", "Graph", "Topological Sort"], + "pattern": [ + "BFS", + "DFS", + "Graph", + "Topological Sort" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 22 + "frequency": 21 }, { "name": "Roblox", @@ -7453,19 +7676,14 @@ "slug": "salesforce", "frequency": 6 }, - { - "name": "Apple", - "slug": "apple", - "frequency": 5 - }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 5 - }, { "name": "Snap", "slug": "snapchat", + "frequency": 6 + }, + { + "name": "Apple", + "slug": "apple", "frequency": 5 }, { @@ -7479,13 +7697,13 @@ "frequency": 4 }, { - "name": "Uber", - "slug": "uber", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 3 }, { - "name": "Bloomberg", - "slug": "bloomberg", + "name": "TikTok", + "slug": "tiktok", "frequency": 3 }, { @@ -7498,6 +7716,16 @@ "slug": "google", "frequency": 2 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 2 + }, + { + "name": "Uber", + "slug": "uber", + "frequency": 2 + }, { "name": "Netflix", "slug": "netflix", @@ -7513,11 +7741,6 @@ "slug": "linkedin", "frequency": 2 }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 2 - }, { "name": "Walmart Labs", "slug": "walmart-labs", @@ -7559,7 +7782,11 @@ "id": 116, "title": "Minimum Height Trees", "slug": "minimum-height-trees", - "pattern": ["BFS", "Graph", "Topological Sort"], + "pattern": [ + "BFS", + "Graph", + "Topological Sort" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -7579,7 +7806,10 @@ "id": 117, "title": "Alien Dictionary", "slug": "alien-dictionary", - "pattern": ["Graph", "Topological Sort"], + "pattern": [ + "Graph", + "Topological Sort" + ], "difficulty": "Hard", "premium": true, "companies": [ @@ -7591,7 +7821,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 10 + "frequency": 9 }, { "name": "Google", @@ -7629,14 +7859,17 @@ "id": 118, "title": "Sequence Reconstruction", "slug": "sequence-reconstruction", - "pattern": ["Graph", "Topological Sort"], + "pattern": [ + "Graph", + "Topological Sort" + ], "difficulty": "Medium", "premium": true, "companies": [ { "name": "Google", "slug": "google", - "frequency": 3 + "frequency": 4 } ] }, @@ -7644,7 +7877,9 @@ "id": 119, "title": "Binary Tree Level Order Traversal II", "slug": "binary-tree-level-order-traversal-ii", - "pattern": ["BFS"], + "pattern": [ + "BFS" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -7664,7 +7899,9 @@ "id": 120, "title": "Average of Levels in Binary Tree", "slug": "average-of-levels-in-binary-tree", - "pattern": ["BFS"], + "pattern": [ + "BFS" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -7684,7 +7921,10 @@ "id": 121, "title": "Minimum Depth of Binary Tree", "slug": "minimum-depth-of-binary-tree", - "pattern": ["BFS", "DFS"], + "pattern": [ + "BFS", + "DFS" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -7709,14 +7949,16 @@ "id": 122, "title": "Binary Tree Level Order Traversal", "slug": "binary-tree-level-order-traversal", - "pattern": ["BFS"], + "pattern": [ + "BFS" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 15 + "frequency": 13 }, { "name": "Meta", @@ -7724,8 +7966,8 @@ "frequency": 10 }, { - "name": "Bloomberg", - "slug": "bloomberg", + "name": "Google", + "slug": "google", "frequency": 6 }, { @@ -7734,9 +7976,9 @@ "frequency": 6 }, { - "name": "Google", - "slug": "google", - "frequency": 5 + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 4 }, { "name": "Oracle", @@ -7748,11 +7990,6 @@ "slug": "palo-alto-networks", "frequency": 2 }, - { - "name": "LinkedIn", - "slug": "linkedin", - "frequency": 2 - }, { "name": "Apple", "slug": "apple", @@ -7769,14 +8006,16 @@ "id": 123, "title": "Binary Tree Zigzag Level Order Traversal", "slug": "binary-tree-zigzag-level-order-traversal", - "pattern": ["BFS"], + "pattern": [ + "BFS" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 11 + "frequency": 10 }, { "name": "Google", @@ -7786,7 +8025,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 5 + "frequency": 4 }, { "name": "Meta", @@ -7829,8 +8068,8 @@ "frequency": 2 }, { - "name": "Walmart Labs", - "slug": "walmart-labs", + "name": "Yandex", + "slug": "yandex", "frequency": 2 }, { @@ -7844,14 +8083,17 @@ "id": 124, "title": "Binary Tree Right Side View", "slug": "binary-tree-right-side-view", - "pattern": ["BFS", "DFS"], + "pattern": [ + "BFS", + "DFS" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Meta", "slug": "facebook", - "frequency": 106 + "frequency": 102 }, { "name": "Amazon", @@ -7899,19 +8141,22 @@ "id": 125, "title": "All Nodes Distance K in Binary Tree", "slug": "all-nodes-distance-k-in-binary-tree", - "pattern": ["BFS", "DFS"], + "pattern": [ + "BFS", + "DFS" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Meta", "slug": "facebook", - "frequency": 24 + "frequency": 22 }, { "name": "Amazon", "slug": "amazon", - "frequency": 7 + "frequency": 5 }, { "name": "Okta", @@ -7944,25 +8189,22 @@ "id": 126, "title": "Same Tree", "slug": "same-tree", - "pattern": ["DFS"], + "pattern": [ + "DFS" + ], "difficulty": "Easy", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 6 + "frequency": 5 }, { "name": "Meta", "slug": "facebook", "frequency": 5 }, - { - "name": "Google", - "slug": "google", - "frequency": 4 - }, { "name": "Bloomberg", "slug": "bloomberg", @@ -7973,6 +8215,11 @@ "slug": "microsoft", "frequency": 4 }, + { + "name": "Google", + "slug": "google", + "frequency": 3 + }, { "name": "Apple", "slug": "apple", @@ -7984,7 +8231,9 @@ "id": 127, "title": "Path Sum", "slug": "path-sum", - "pattern": ["DFS"], + "pattern": [ + "DFS" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -8019,10 +8268,17 @@ "id": 128, "title": "Maximum Depth of Binary Tree", "slug": "maximum-depth-of-binary-tree", - "pattern": ["DFS"], + "pattern": [ + "DFS" + ], "difficulty": "Easy", "premium": false, "companies": [ + { + "name": "LinkedIn", + "slug": "linkedin", + "frequency": 6 + }, { "name": "Microsoft", "slug": "microsoft", @@ -8043,11 +8299,6 @@ "slug": "amazon", "frequency": 3 }, - { - "name": "LinkedIn", - "slug": "linkedin", - "frequency": 3 - }, { "name": "Bloomberg", "slug": "bloomberg", @@ -8064,14 +8315,16 @@ "id": 129, "title": "Diameter of Binary Tree", "slug": "diameter-of-binary-tree", - "pattern": ["DFS"], + "pattern": [ + "DFS" + ], "difficulty": "Easy", "premium": false, "companies": [ { "name": "Meta", "slug": "facebook", - "frequency": 80 + "frequency": 78 }, { "name": "Amazon", @@ -8089,18 +8342,18 @@ "frequency": 4 }, { - "name": "Microsoft", - "slug": "microsoft", + "name": "TikTok", + "slug": "tiktok", "frequency": 3 }, { - "name": "Oracle", - "slug": "oracle", + "name": "Microsoft", + "slug": "microsoft", "frequency": 2 }, { - "name": "TikTok", - "slug": "tiktok", + "name": "Oracle", + "slug": "oracle", "frequency": 2 }, { @@ -8114,7 +8367,9 @@ "id": 130, "title": "Merge Two Binary Trees", "slug": "merge-two-binary-trees", - "pattern": ["DFS"], + "pattern": [ + "DFS" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -8149,7 +8404,9 @@ "id": 131, "title": "Lowest Common Ancestor of a Binary Search Tree", "slug": "lowest-common-ancestor-of-a-binary-search-tree", - "pattern": ["DFS"], + "pattern": [ + "DFS" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -8161,7 +8418,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 5 + "frequency": 6 }, { "name": "Meta", @@ -8189,7 +8446,9 @@ "id": 132, "title": "Subtree of Another Tree", "slug": "subtree-of-another-tree", - "pattern": ["DFS"], + "pattern": [ + "DFS" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -8206,7 +8465,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 4 + "frequency": 3 }, { "name": "Microsoft", @@ -8219,7 +8478,9 @@ "id": 133, "title": "Invert Binary Tree", "slug": "invert-binary-tree", - "pattern": ["DFS"], + "pattern": [ + "DFS" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -8259,7 +8520,9 @@ "id": 134, "title": "Path Sum II", "slug": "path-sum-ii", - "pattern": ["DFS"], + "pattern": [ + "DFS" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -8278,6 +8541,11 @@ "slug": "microsoft", "frequency": 2 }, + { + "name": "Google", + "slug": "google", + "frequency": 2 + }, { "name": "TikTok", "slug": "tiktok", @@ -8287,11 +8555,6 @@ "name": "Oracle", "slug": "oracle", "frequency": 2 - }, - { - "name": "Google", - "slug": "google", - "frequency": 2 } ] }, @@ -8299,14 +8562,16 @@ "id": 135, "title": "Path Sum III", "slug": "path-sum-iii", - "pattern": ["DFS"], + "pattern": [ + "DFS" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Google", "slug": "google", - "frequency": 3 + "frequency": 4 }, { "name": "Microsoft", @@ -8339,24 +8604,26 @@ "id": 136, "title": "Lowest Common Ancestor of a Binary Tree", "slug": "lowest-common-ancestor-of-a-binary-tree", - "pattern": ["DFS"], + "pattern": [ + "DFS" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Meta", "slug": "facebook", - "frequency": 85 + "frequency": 80 }, { "name": "Amazon", "slug": "amazon", - "frequency": 26 + "frequency": 25 }, { "name": "Atlassian", "slug": "atlassian", - "frequency": 9 + "frequency": 8 }, { "name": "Microsoft", @@ -8414,7 +8681,9 @@ "id": 137, "title": "Maximum Binary Tree", "slug": "maximum-binary-tree", - "pattern": ["DFS"], + "pattern": [ + "DFS" + ], "difficulty": "Medium", "premium": false, "companies": [] @@ -8423,7 +8692,9 @@ "id": 138, "title": "Maximum Width of Binary Tree", "slug": "maximum-width-of-binary-tree", - "pattern": ["DFS"], + "pattern": [ + "DFS" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -8463,14 +8734,16 @@ "id": 139, "title": "Construct Binary Tree from Preorder and Inorder Traversal", "slug": "construct-binary-tree-from-preorder-and-inorder-traversal", - "pattern": ["DFS"], + "pattern": [ + "DFS" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Amazon", "slug": "amazon", - "frequency": 9 + "frequency": 10 }, { "name": "Google", @@ -8503,18 +8776,20 @@ "id": 140, "title": "Validate Binary Search Tree", "slug": "validate-binary-search-tree", - "pattern": ["DFS"], + "pattern": [ + "DFS" + ], "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 8 - }, { "name": "Bloomberg", "slug": "bloomberg", + "frequency": 10 + }, + { + "name": "Amazon", + "slug": "amazon", "frequency": 8 }, { @@ -8553,7 +8828,10 @@ "id": 141, "title": "Implement Trie (Prefix Tree)", "slug": "implement-trie-prefix-tree", - "pattern": ["Design", "Trie"], + "pattern": [ + "Design", + "Trie" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -8572,11 +8850,6 @@ "slug": "mongodb", "frequency": 5 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 4 - }, { "name": "General Motors", "slug": "general-motors", @@ -8588,19 +8861,24 @@ "frequency": 4 }, { - "name": "Meta", - "slug": "facebook", + "name": "Amazon", + "slug": "amazon", "frequency": 3 }, { - "name": "Roblox", - "slug": "roblox", + "name": "Meta", + "slug": "facebook", "frequency": 3 }, { "name": "Oracle", "slug": "oracle", - "frequency": 2 + "frequency": 3 + }, + { + "name": "Roblox", + "slug": "roblox", + "frequency": 3 }, { "name": "Apple", @@ -8628,7 +8906,9 @@ "id": 142, "title": "Binary Tree Maximum Path Sum", "slug": "binary-tree-maximum-path-sum", - "pattern": ["DFS"], + "pattern": [ + "DFS" + ], "difficulty": "Hard", "premium": false, "companies": [ @@ -8640,7 +8920,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 15 + "frequency": 16 }, { "name": "Google", @@ -8650,7 +8930,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 8 + "frequency": 7 }, { "name": "Bloomberg", @@ -8658,13 +8938,18 @@ "frequency": 5 }, { - "name": "Oracle", - "slug": "oracle", + "name": "Yandex", + "slug": "yandex", + "frequency": 4 + }, + { + "name": "Microsoft", + "slug": "microsoft", "frequency": 3 }, { - "name": "Yandex", - "slug": "yandex", + "name": "Oracle", + "slug": "oracle", "frequency": 3 }, { @@ -8682,11 +8967,6 @@ "slug": "salesforce", "frequency": 2 }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 2 - }, { "name": "Snap", "slug": "snapchat", @@ -8698,18 +8978,20 @@ "id": 143, "title": "Serialize and Deserialize Binary Tree", "slug": "serialize-and-deserialize-binary-tree", - "pattern": ["Design"], + "pattern": [ + "Design" + ], "difficulty": "Hard", "premium": false, "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 7 - }, { "name": "Microsoft", "slug": "microsoft", + "frequency": 9 + }, + { + "name": "Amazon", + "slug": "amazon", "frequency": 7 }, { @@ -8730,7 +9012,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 4 + "frequency": 2 }, { "name": "Nutanix", @@ -8778,7 +9060,10 @@ "id": 144, "title": "Word Search II", "slug": "word-search-ii", - "pattern": ["DFS", "Trie"], + "pattern": [ + "DFS", + "Trie" + ], "difficulty": "Hard", "premium": false, "companies": [ @@ -8790,23 +9075,13 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 11 + "frequency": 9 }, { "name": "Two Sigma", "slug": "two-sigma", "frequency": 6 }, - { - "name": "Google", - "slug": "google", - "frequency": 5 - }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 5 - }, { "name": "Microsoft", "slug": "microsoft", @@ -8817,6 +9092,16 @@ "slug": "uber", "frequency": 4 }, + { + "name": "Google", + "slug": "google", + "frequency": 4 + }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 4 + }, { "name": "DoorDash", "slug": "doordash", @@ -8853,7 +9138,9 @@ "id": 145, "title": "Find Median from Data Stream", "slug": "find-median-from-data-stream", - "pattern": ["Heap"], + "pattern": [ + "Heap" + ], "difficulty": "Hard", "premium": false, "companies": [ @@ -8865,7 +9152,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 14 + "frequency": 13 }, { "name": "Microsoft", @@ -8988,14 +9275,16 @@ "id": 146, "title": "Sliding Window Median", "slug": "sliding-window-median", - "pattern": ["Heap"], + "pattern": [ + "Heap" + ], "difficulty": "Hard", "premium": false, "companies": [ { "name": "Meta", "slug": "facebook", - "frequency": 24 + "frequency": 23 }, { "name": "Google", @@ -9023,24 +9312,26 @@ "id": 147, "title": "Two Sum", "slug": "two-sum", - "pattern": ["Two Pointers"], + "pattern": [ + "Two Pointers" + ], "difficulty": "Easy", "premium": false, "companies": [ { "name": "Google", "slug": "google", - "frequency": 231 + "frequency": 220 }, { "name": "Amazon", "slug": "amazon", - "frequency": 123 + "frequency": 112 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 67 + "frequency": 65 }, { "name": "Meta", @@ -9055,12 +9346,7 @@ { "name": "Apple", "slug": "apple", - "frequency": 8 - }, - { - "name": "Nvidia", - "slug": "nvidia", - "frequency": 5 + "frequency": 9 }, { "name": "Walmart Labs", @@ -9102,11 +9388,26 @@ "slug": "intel", "frequency": 4 }, + { + "name": "Pwc", + "slug": "pwc", + "frequency": 4 + }, + { + "name": "Goldman Sachs", + "slug": "goldman-sachs", + "frequency": 3 + }, { "name": "Deloitte", "slug": "deloitte", "frequency": 3 }, + { + "name": "IBM", + "slug": "ibm", + "frequency": 3 + }, { "name": "Wipro", "slug": "wipro", @@ -9137,16 +9438,6 @@ "slug": "hubspot", "frequency": 3 }, - { - "name": "Pwc", - "slug": "pwc", - "frequency": 3 - }, - { - "name": "Goldman Sachs", - "slug": "goldman-sachs", - "frequency": 2 - }, { "name": "Adobe", "slug": "adobe", @@ -9168,13 +9459,13 @@ "frequency": 2 }, { - "name": "IBM", - "slug": "ibm", + "name": "Spotify", + "slug": "spotify", "frequency": 2 }, { - "name": "Spotify", - "slug": "spotify", + "name": "Nvidia", + "slug": "nvidia", "frequency": 2 }, { @@ -9212,11 +9503,6 @@ "slug": "synopsys", "frequency": 2 }, - { - "name": "Airbus SE", - "slug": "airbus", - "frequency": 2 - }, { "name": "LinkedIn", "slug": "linkedin", @@ -9262,11 +9548,6 @@ "slug": "qualcomm", "frequency": 2 }, - { - "name": "Splunk", - "slug": "splunk", - "frequency": 2 - }, { "name": "Accolite", "slug": "accolite", @@ -9292,6 +9573,11 @@ "slug": "toast", "frequency": 2 }, + { + "name": "Airbus SE", + "slug": "airbus", + "frequency": 2 + }, { "name": "ThoughtWorks", "slug": "thoughtworks", @@ -9308,19 +9594,21 @@ "id": 148, "title": "Squares of a Sorted Array", "slug": "squares-of-a-sorted-array", - "pattern": ["Two Pointers"], + "pattern": [ + "Two Pointers" + ], "difficulty": "Easy", "premium": false, "companies": [ { "name": "Meta", "slug": "facebook", - "frequency": 13 + "frequency": 14 }, { "name": "Uber", "slug": "uber", - "frequency": 12 + "frequency": 11 }, { "name": "Amazon", @@ -9335,7 +9623,7 @@ { "name": "Instacart", "slug": "instacart", - "frequency": 4 + "frequency": 3 }, { "name": "Yandex", @@ -9348,7 +9636,9 @@ "id": 149, "title": "Backspace String Compare", "slug": "backspace-string-compare", - "pattern": ["Two Pointers"], + "pattern": [ + "Two Pointers" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -9388,24 +9678,26 @@ "id": 150, "title": "3Sum", "slug": "3sum", - "pattern": ["Two Pointers"], + "pattern": [ + "Two Pointers" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Google", "slug": "google", - "frequency": 39 + "frequency": 40 }, { "name": "Amazon", "slug": "amazon", - "frequency": 26 + "frequency": 25 }, { "name": "Meta", "slug": "facebook", - "frequency": 17 + "frequency": 16 }, { "name": "Microsoft", @@ -9432,6 +9724,11 @@ "slug": "oracle", "frequency": 3 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 3 + }, { "name": "IBM", "slug": "ibm", @@ -9447,11 +9744,6 @@ "slug": "salesforce", "frequency": 2 }, - { - "name": "Apple", - "slug": "apple", - "frequency": 2 - }, { "name": "Walmart Labs", "slug": "walmart-labs", @@ -9467,11 +9759,6 @@ "slug": "tcs", "frequency": 2 }, - { - "name": "Agoda", - "slug": "agoda", - "frequency": 2 - }, { "name": "Vimeo", "slug": "vimeo", @@ -9488,7 +9775,9 @@ "id": 151, "title": "3Sum Closest", "slug": "3sum-closest", - "pattern": ["Two Pointers"], + "pattern": [ + "Two Pointers" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -9517,11 +9806,6 @@ "slug": "dream11", "frequency": 2 }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 2 - }, { "name": "Flipkart", "slug": "flipkart", @@ -9533,7 +9817,9 @@ "id": 152, "title": "Subarray Product Less Than K", "slug": "subarray-product-less-than-k", - "pattern": ["Two Pointers"], + "pattern": [ + "Two Pointers" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -9552,11 +9838,6 @@ "slug": "apple", "frequency": 3 }, - { - "name": "Squarepoint Capital", - "slug": "squarepoint-capital", - "frequency": 3 - }, { "name": "Airbnb", "slug": "airbnb", @@ -9582,6 +9863,11 @@ "slug": "facebook", "frequency": 2 }, + { + "name": "Squarepoint Capital", + "slug": "squarepoint-capital", + "frequency": 2 + }, { "name": "Agoda", "slug": "agoda", @@ -9593,23 +9879,20 @@ "id": 153, "title": "Sort Colors", "slug": "sort-colors", - "pattern": ["Two Pointers"], + "pattern": [ + "Two Pointers" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Google", "slug": "google", - "frequency": 21 + "frequency": 18 }, { "name": "Meta", "slug": "facebook", - "frequency": 14 - }, - { - "name": "Microsoft", - "slug": "microsoft", "frequency": 10 }, { @@ -9617,6 +9900,11 @@ "slug": "amazon", "frequency": 9 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 7 + }, { "name": "Oracle", "slug": "oracle", @@ -9647,11 +9935,6 @@ "slug": "salesforce", "frequency": 2 }, - { - "name": "Cisco", - "slug": "cisco", - "frequency": 2 - }, { "name": "Visa", "slug": "visa", @@ -9662,11 +9945,6 @@ "slug": "samsung", "frequency": 2 }, - { - "name": "Capgemini", - "slug": "capgemini", - "frequency": 2 - }, { "name": "Slice", "slug": "slice", @@ -9677,6 +9955,11 @@ "slug": "ebay", "frequency": 2 }, + { + "name": "Cisco", + "slug": "cisco", + "frequency": 2 + }, { "name": "Swiggy", "slug": "swiggy", @@ -9691,6 +9974,11 @@ "name": "Autodesk", "slug": "autodesk", "frequency": 2 + }, + { + "name": "Capgemini", + "slug": "capgemini", + "frequency": 2 } ] }, @@ -9698,24 +9986,26 @@ "id": 154, "title": "Trapping Rain Water", "slug": "trapping-rain-water", - "pattern": ["Two Pointers"], + "pattern": [ + "Two Pointers" + ], "difficulty": "Hard", "premium": false, "companies": [ - { - "name": "Goldman Sachs", - "slug": "goldman-sachs", - "frequency": 47 - }, { "name": "Amazon", "slug": "amazon", - "frequency": 47 + "frequency": 48 + }, + { + "name": "Goldman Sachs", + "slug": "goldman-sachs", + "frequency": 45 }, { "name": "Google", "slug": "google", - "frequency": 39 + "frequency": 40 }, { "name": "Bloomberg", @@ -9747,11 +10037,6 @@ "slug": "zoho", "frequency": 3 }, - { - "name": "Apple", - "slug": "apple", - "frequency": 3 - }, { "name": "Walmart Labs", "slug": "walmart-labs", @@ -9767,11 +10052,6 @@ "slug": "tesla", "frequency": 3 }, - { - "name": "Snowflake", - "slug": "snowflake", - "frequency": 3 - }, { "name": "Media.net", "slug": "medianet", @@ -9787,6 +10067,11 @@ "slug": "uber", "frequency": 2 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 2 + }, { "name": "Samsung", "slug": "samsung", @@ -9823,8 +10108,8 @@ "frequency": 2 }, { - "name": "Tekion", - "slug": "tekion", + "name": "Snowflake", + "slug": "snowflake", "frequency": 2 }, { @@ -9848,13 +10133,18 @@ "frequency": 2 }, { - "name": "tcs", - "slug": "tcs", + "name": "Tekion", + "slug": "tekion", "frequency": 2 }, { - "name": "HashedIn", - "slug": "hashedin", + "name": "C3.ai", + "slug": "c3-ai", + "frequency": 2 + }, + { + "name": "tcs", + "slug": "tcs", "frequency": 2 }, { @@ -9883,7 +10173,9 @@ "id": 155, "title": "Container With Most Water", "slug": "container-with-most-water", - "pattern": ["Two Pointers"], + "pattern": [ + "Two Pointers" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -9905,7 +10197,7 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 9 + "frequency": 11 }, { "name": "Microsoft", @@ -9978,7 +10270,9 @@ "id": 156, "title": "Longest Word in Dictionary", "slug": "longest-word-in-dictionary", - "pattern": ["Trie"], + "pattern": [ + "Trie" + ], "difficulty": "Medium", "premium": false, "companies": [] @@ -9987,7 +10281,9 @@ "id": 157, "title": "Index Pairs of a String", "slug": "index-pairs-of-a-string", - "pattern": ["Trie"], + "pattern": [ + "Trie" + ], "difficulty": "Easy", "premium": true, "companies": [] @@ -9996,7 +10292,9 @@ "id": 158, "title": "Maximum XOR of Two Numbers in an Array", "slug": "maximum-xor-of-two-numbers-in-an-array", - "pattern": ["Trie"], + "pattern": [ + "Trie" + ], "difficulty": "Medium", "premium": false, "companies": [ @@ -10016,7 +10314,9 @@ "id": 159, "title": "Concatenated Words", "slug": "concatenated-words", - "pattern": ["Trie"], + "pattern": [ + "Trie" + ], "difficulty": "Hard", "premium": false, "companies": [ @@ -10031,7 +10331,9 @@ "id": 160, "title": "Prefix and Suffix Search", "slug": "prefix-and-suffix-search", - "pattern": ["Trie"], + "pattern": [ + "Trie" + ], "difficulty": "Hard", "premium": false, "companies": [] @@ -10040,7 +10342,9 @@ "id": 161, "title": "Palindrome Pairs", "slug": "palindrome-pairs", - "pattern": ["Trie"], + "pattern": [ + "Trie" + ], "difficulty": "Hard", "premium": false, "companies": [ @@ -10065,7 +10369,9 @@ "id": 162, "title": "Design Search Autocomplete System", "slug": "design-search-autocomplete-system", - "pattern": ["Trie"], + "pattern": [ + "Trie" + ], "difficulty": "Hard", "premium": true, "companies": [ @@ -10092,12 +10398,12 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 4 + "frequency": 3 }, { "name": "Pinterest", "slug": "pinterest", - "frequency": 4 + "frequency": 3 }, { "name": "Cisco", @@ -10115,7 +10421,9 @@ "id": 163, "title": "Word Squares", "slug": "word-squares", - "pattern": ["Trie"], + "pattern": [ + "Trie" + ], "difficulty": "Hard", "premium": true, "companies": [] @@ -10124,7 +10432,11 @@ "id": 164, "title": "Sort Items by Groups Respecting Dependencies", "slug": "sort-items-by-groups-respecting-dependencies", - "pattern": ["DFS", "Graph", "Topological Sort"], + "pattern": [ + "DFS", + "Graph", + "Topological Sort" + ], "difficulty": "Hard", "premium": false, "companies": [ @@ -10144,34 +10456,36 @@ "id": 165, "title": "Median of Two Sorted Arrays", "slug": "median-of-two-sorted-arrays", - "pattern": ["Binary Search"], + "pattern": [ + "Binary Search" + ], "difficulty": "Hard", "premium": false, "companies": [ { "name": "Google", "slug": "google", - "frequency": 41 + "frequency": 43 }, { "name": "Amazon", "slug": "amazon", - "frequency": 24 + "frequency": 25 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 17 + "frequency": 18 }, { "name": "Goldman Sachs", "slug": "goldman-sachs", - "frequency": 15 + "frequency": 13 }, { "name": "Meta", "slug": "facebook", - "frequency": 10 + "frequency": 12 }, { "name": "Bloomberg", @@ -10181,7 +10495,7 @@ { "name": "Rippling", "slug": "rippling", - "frequency": 9 + "frequency": 10 }, { "name": "Walmart Labs", @@ -10234,19 +10548,21 @@ "id": 166, "title": "Majority Element", "slug": "majority-element", - "pattern": ["Sorting"], + "pattern": [ + "Sorting" + ], "difficulty": "Easy", "premium": false, "companies": [ { "name": "Google", "slug": "google", - "frequency": 21 + "frequency": 22 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 18 + "frequency": 19 }, { "name": "Amazon", @@ -10294,7 +10610,9 @@ "id": 167, "title": "Convert 1D Array Into 2D Array", "slug": "convert-1d-array-into-2d-array", - "pattern": ["Arrays"], + "pattern": [ + "Arrays" + ], "difficulty": "Easy", "premium": false, "companies": [] @@ -10303,14 +10621,17 @@ "id": 168, "title": "Move Zeroes", "slug": "move-zeroes", - "pattern": ["Arrays", "Two Pointers"], + "pattern": [ + "Arrays", + "Two Pointers" + ], "difficulty": "Easy", "premium": false, "companies": [ { "name": "Google", "slug": "google", - "frequency": 18 + "frequency": 15 }, { "name": "Amazon", @@ -10325,7 +10646,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 7 + "frequency": 6 }, { "name": "Apple", @@ -10340,7 +10661,7 @@ { "name": "Yandex", "slug": "yandex", - "frequency": 3 + "frequency": 4 }, { "name": "Oracle", @@ -10357,6 +10678,11 @@ "slug": "sap", "frequency": 2 }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 2 + }, { "name": "Capgemini", "slug": "capgemini", @@ -10393,7 +10719,9 @@ "id": 169, "title": "Is Subsequence", "slug": "is-subsequence", - "pattern": ["Two Pointers"], + "pattern": [ + "Two Pointers" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -10405,6 +10733,11 @@ { "name": "Yandex", "slug": "yandex", + "frequency": 4 + }, + { + "name": "Meta", + "slug": "facebook", "frequency": 3 }, { @@ -10412,11 +10745,6 @@ "slug": "microsoft", "frequency": 3 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 2 - }, { "name": "Amazon", "slug": "amazon", @@ -10433,7 +10761,10 @@ "id": 170, "title": "Binary Tree Paths", "slug": "binary-tree-paths", - "pattern": ["DFS", "Backtracking"], + "pattern": [ + "DFS", + "Backtracking" + ], "difficulty": "Easy", "premium": false, "companies": [ @@ -10463,7 +10794,10 @@ "id": 171, "title": "Factor Combinations", "slug": "factor-combinations", - "pattern": ["Arrays", "Backtracking"], + "pattern": [ + "Arrays", + "Backtracking" + ], "difficulty": "Medium", "premium": true, "companies": [ @@ -10478,7 +10812,9 @@ "id": 172, "title": "Split a String Into the Max Number of Unique Substrings", "slug": "split-a-string-into-the-max-number-of-unique-substrings", - "pattern": ["Backtracking"], + "pattern": [ + "Backtracking" + ], "difficulty": "Medium", "premium": false, "companies": [] @@ -10487,14 +10823,16 @@ "id": 173, "title": "Maximum Average Subarray I", "slug": "maximum-average-subarray-i", - "pattern": ["Sliding Window"], + "pattern": [ + "Sliding Window" + ], "difficulty": "Easy", "premium": false, "companies": [ { "name": "Meta", "slug": "facebook", - "frequency": 18 + "frequency": 16 }, { "name": "Google", @@ -10527,19 +10865,21 @@ "id": 174, "title": "Gas Station", "slug": "gas-station", - "pattern": ["Greedy"], + "pattern": [ + "Greedy" + ], "difficulty": "Medium", "premium": false, "companies": [ { "name": "Microsoft", "slug": "microsoft", - "frequency": 9 + "frequency": 8 }, { "name": "Google", "slug": "google", - "frequency": 6 + "frequency": 7 }, { "name": "Amazon", @@ -10591,22 +10931,12 @@ "slug": "zoho", "frequency": 2 }, - { - "name": "Salesforce", - "slug": "salesforce", - "frequency": 2 - }, { "name": "TikTok", "slug": "tiktok", "frequency": 2 - }, - { - "name": "Visa", - "slug": "visa", - "frequency": 2 } ] } ] -} +} \ No newline at end of file From 5d6e548212c748f5b0c83a5bc0fcae0dda95d776 Mon Sep 17 00:00:00 2001 From: seanprashad Date: Sun, 23 Nov 2025 14:02:25 +0000 Subject: [PATCH 288/297] Update questions via run-cron GitHub Action --- src/data/questions.json | 1835 +++++++++++++++++++-------------------- 1 file changed, 907 insertions(+), 928 deletions(-) diff --git a/src/data/questions.json b/src/data/questions.json index 19bfc552..29ec55f5 100644 --- a/src/data/questions.json +++ b/src/data/questions.json @@ -1,5 +1,5 @@ { - "updated": "2025-11-16T12:04:25.951224", + "updated": "2025-11-23T14:02:25.084766", "data": [ { "id": 0, @@ -14,7 +14,7 @@ { "name": "Google", "slug": "google", - "frequency": 11 + "frequency": 12 }, { "name": "Amazon", @@ -51,11 +51,6 @@ "slug": "ibm", "frequency": 2 }, - { - "name": "Capgemini", - "slug": "capgemini", - "frequency": 2 - }, { "name": "Visa", "slug": "visa", @@ -77,7 +72,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 13 + "frequency": 11 }, { "name": "Microsoft", @@ -134,7 +129,7 @@ { "name": "Google", "slug": "google", - "frequency": 6 + "frequency": 7 }, { "name": "Amazon", @@ -157,12 +152,12 @@ { "name": "Google", "slug": "google", - "frequency": 18 + "frequency": 17 }, { "name": "Amazon", "slug": "amazon", - "frequency": 12 + "frequency": 13 }, { "name": "Meta", @@ -199,7 +194,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 16 + "frequency": 14 }, { "name": "Google", @@ -209,7 +204,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 7 + "frequency": 8 }, { "name": "Microsoft", @@ -226,16 +221,16 @@ "slug": "apple", "frequency": 4 }, - { - "name": "Yandex", - "slug": "yandex", - "frequency": 4 - }, { "name": "PayPal", "slug": "paypal", "frequency": 3 }, + { + "name": "Yandex", + "slug": "yandex", + "frequency": 3 + }, { "name": "Asana", "slug": "asana", @@ -246,11 +241,6 @@ "slug": "bloomberg", "frequency": 2 }, - { - "name": "Nvidia", - "slug": "nvidia", - "frequency": 2 - }, { "name": "Zoho", "slug": "zoho", @@ -271,6 +261,11 @@ "slug": "adobe", "frequency": 2 }, + { + "name": "Nvidia", + "slug": "nvidia", + "frequency": 2 + }, { "name": "Fractal Analytics", "slug": "fractal-analytics", @@ -303,7 +298,7 @@ { "name": "Google", "slug": "google", - "frequency": 7 + "frequency": 8 }, { "name": "Microsoft", @@ -347,16 +342,16 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Google", - "slug": "google", - "frequency": 5 - }, { "name": "Microsoft", "slug": "microsoft", "frequency": 4 }, + { + "name": "Google", + "slug": "google", + "frequency": 4 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -387,17 +382,17 @@ { "name": "Google", "slug": "google", - "frequency": 19 + "frequency": 18 }, { "name": "Meta", "slug": "facebook", - "frequency": 15 + "frequency": 16 }, { "name": "Amazon", "slug": "amazon", - "frequency": 8 + "frequency": 6 }, { "name": "Bloomberg", @@ -407,7 +402,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 5 + "frequency": 4 }, { "name": "Walmart Labs", @@ -424,11 +419,6 @@ "slug": "nutanix", "frequency": 2 }, - { - "name": "J.P. Morgan", - "slug": "jpmorgan", - "frequency": 2 - }, { "name": "Oracle", "slug": "oracle", @@ -453,6 +443,11 @@ "name": "Autodesk", "slug": "autodesk", "frequency": 2 + }, + { + "name": "J.P. Morgan", + "slug": "jpmorgan", + "frequency": 2 } ] }, @@ -469,17 +464,17 @@ { "name": "Google", "slug": "google", - "frequency": 20 + "frequency": 22 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 14 + "frequency": 15 }, { "name": "Amazon", "slug": "amazon", - "frequency": 12 + "frequency": 11 }, { "name": "Bloomberg", @@ -494,11 +489,6 @@ { "name": "Cisco", "slug": "cisco", - "frequency": 7 - }, - { - "name": "Capital One", - "slug": "capital-one", "frequency": 6 }, { @@ -516,6 +506,16 @@ "slug": "uber", "frequency": 5 }, + { + "name": "Capital One", + "slug": "capital-one", + "frequency": 5 + }, + { + "name": "Zoho", + "slug": "zoho", + "frequency": 3 + }, { "name": "TikTok", "slug": "tiktok", @@ -526,11 +526,6 @@ "slug": "epic-systems", "frequency": 3 }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 3 - }, { "name": "Anduril", "slug": "anduril", @@ -542,8 +537,8 @@ "frequency": 2 }, { - "name": "Zoho", - "slug": "zoho", + "name": "Oracle", + "slug": "oracle", "frequency": 2 }, { @@ -576,11 +571,6 @@ "slug": "roblox", "frequency": 2 }, - { - "name": "NetApp", - "slug": "netapp", - "frequency": 2 - }, { "name": "Morgan Stanley", "slug": "morgan-stanley", @@ -611,12 +601,12 @@ { "name": "Google", "slug": "google", - "frequency": 17 + "frequency": 16 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 15 + "frequency": 14 }, { "name": "Meta", @@ -658,11 +648,6 @@ "slug": "cisco", "frequency": 2 }, - { - "name": "Flipkart", - "slug": "flipkart", - "frequency": 2 - }, { "name": "Zoho", "slug": "zoho", @@ -674,8 +659,8 @@ "frequency": 2 }, { - "name": "Capital One", - "slug": "capital-one", + "name": "Flipkart", + "slug": "flipkart", "frequency": 2 }, { @@ -708,12 +693,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 27 + "frequency": 28 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 16 + "frequency": 20 }, { "name": "Google", @@ -825,7 +810,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 17 + "frequency": 16 }, { "name": "Google", @@ -912,12 +897,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 20 + "frequency": 19 }, { "name": "Meta", "slug": "facebook", - "frequency": 7 + "frequency": 6 }, { "name": "Microsoft", @@ -957,13 +942,18 @@ { "name": "Apple", "slug": "apple", - "frequency": 2 + "frequency": 3 }, { "name": "Okta", "slug": "okta", "frequency": 2 }, + { + "name": "LinkedIn", + "slug": "linkedin", + "frequency": 2 + }, { "name": "Tesla", "slug": "tesla", @@ -1006,7 +996,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 17 + "frequency": 16 }, { "name": "Google", @@ -1016,7 +1006,7 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 10 + "frequency": 11 }, { "name": "Amazon", @@ -1063,17 +1053,17 @@ { "name": "Google", "slug": "google", - "frequency": 15 + "frequency": 14 }, { "name": "Meta", "slug": "facebook", - "frequency": 7 + "frequency": 6 }, { "name": "Amazon", "slug": "amazon", - "frequency": 3 + "frequency": 4 }, { "name": "Microsoft", @@ -1097,11 +1087,6 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 7 - }, { "name": "Google", "slug": "google", @@ -1112,6 +1097,16 @@ "slug": "amazon", "frequency": 6 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 5 + }, + { + "name": "LinkedIn", + "slug": "linkedin", + "frequency": 4 + }, { "name": "Meta", "slug": "facebook", @@ -1120,11 +1115,6 @@ { "name": "Apple", "slug": "apple", - "frequency": 4 - }, - { - "name": "LinkedIn", - "slug": "linkedin", "frequency": 3 }, { @@ -1142,11 +1132,6 @@ "slug": "zomato", "frequency": 2 }, - { - "name": "Citadel", - "slug": "citadel", - "frequency": 2 - }, { "name": "Uber", "slug": "uber", @@ -1175,14 +1160,19 @@ "premium": false, "companies": [ { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 4 + "name": "Google", + "slug": "google", + "frequency": 5 }, { "name": "Amazon", "slug": "amazon", - "frequency": 3 + "frequency": 4 + }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 4 }, { "name": "TikTok", @@ -1194,11 +1184,6 @@ "slug": "facebook", "frequency": 2 }, - { - "name": "Google", - "slug": "google", - "frequency": 2 - }, { "name": "Bloomberg", "slug": "bloomberg", @@ -1256,12 +1241,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 11 + "frequency": 10 }, { "name": "Google", "slug": "google", - "frequency": 8 + "frequency": 7 }, { "name": "Microsoft", @@ -1308,11 +1293,21 @@ "slug": "facebook", "frequency": 2 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 2 + }, { "name": "Confluent", "slug": "confluent", "frequency": 2 }, + { + "name": "NetApp", + "slug": "netapp", + "frequency": 2 + }, { "name": "HPE", "slug": "hpe", @@ -1341,13 +1336,13 @@ "frequency": 3 }, { - "name": "Oracle", - "slug": "oracle", + "name": "Rakuten", + "slug": "rakuten", "frequency": 3 }, { - "name": "TikTok", - "slug": "tiktok", + "name": "Oracle", + "slug": "oracle", "frequency": 3 }, { @@ -1360,11 +1355,6 @@ "slug": "bloomberg", "frequency": 2 }, - { - "name": "Rakuten", - "slug": "rakuten", - "frequency": 2 - }, { "name": "LinkedIn", "slug": "linkedin", @@ -1374,6 +1364,11 @@ "name": "Microsoft", "slug": "microsoft", "frequency": 2 + }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 2 } ] }, @@ -1412,7 +1407,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 25 + "frequency": 24 }, { "name": "Google", @@ -1422,7 +1417,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 9 + "frequency": 10 }, { "name": "Meta", @@ -1432,7 +1427,7 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 5 + "frequency": 6 }, { "name": "TikTok", @@ -1511,7 +1506,7 @@ { "name": "Google", "slug": "google", - "frequency": 10 + "frequency": 9 }, { "name": "Amazon", @@ -1555,25 +1550,25 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 7 - }, { "name": "Google", "slug": "google", - "frequency": 7 + "frequency": 8 }, { - "name": "Meta", - "slug": "facebook", - "frequency": 5 + "name": "Amazon", + "slug": "amazon", + "frequency": 6 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 3 + "frequency": 4 + }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 4 }, { "name": "Bloomberg", @@ -1595,17 +1590,17 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 15 + "frequency": 16 }, { "name": "Google", "slug": "google", - "frequency": 11 + "frequency": 10 }, { "name": "LinkedIn", "slug": "linkedin", - "frequency": 7 + "frequency": 8 }, { "name": "Microsoft", @@ -1617,15 +1612,15 @@ "slug": "facebook", "frequency": 5 }, - { - "name": "Epic Systems", - "slug": "epic-systems", - "frequency": 4 - }, { "name": "Apple", "slug": "apple", - "frequency": 3 + "frequency": 4 + }, + { + "name": "Epic Systems", + "slug": "epic-systems", + "frequency": 4 }, { "name": "Accenture", @@ -1740,7 +1735,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 7 + "frequency": 8 }, { "name": "Bloomberg", @@ -1771,6 +1766,11 @@ "name": "TikTok", "slug": "tiktok", "frequency": 2 + }, + { + "name": "IBM", + "slug": "ibm", + "frequency": 2 } ] }, @@ -1792,7 +1792,7 @@ { "name": "Google", "slug": "google", - "frequency": 12 + "frequency": 11 }, { "name": "Meta", @@ -1804,26 +1804,36 @@ "slug": "bloomberg", "frequency": 7 }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 7 - }, { "name": "Grammarly", "slug": "grammarly", "frequency": 6 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 5 + }, { "name": "Agoda", "slug": "agoda", "frequency": 3 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 2 + }, { "name": "Zoho", "slug": "zoho", "frequency": 2 }, + { + "name": "Rakuten", + "slug": "rakuten", + "frequency": 2 + }, { "name": "PayPal", "slug": "paypal", @@ -1849,7 +1859,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 22 + "frequency": 21 }, { "name": "Google", @@ -1871,11 +1881,6 @@ "slug": "bloomberg", "frequency": 4 }, - { - "name": "Cisco", - "slug": "cisco", - "frequency": 3 - }, { "name": "TikTok", "slug": "tiktok", @@ -1891,6 +1896,16 @@ "slug": "bytedance", "frequency": 2 }, + { + "name": "Cisco", + "slug": "cisco", + "frequency": 2 + }, + { + "name": "Infosys", + "slug": "infosys", + "frequency": 2 + }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -1921,7 +1936,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 56 + "frequency": 55 }, { "name": "Amazon", @@ -1931,7 +1946,7 @@ { "name": "Google", "slug": "google", - "frequency": 40 + "frequency": 41 }, { "name": "Microsoft", @@ -1941,26 +1956,26 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 14 + "frequency": 15 }, { "name": "Apple", "slug": "apple", - "frequency": 10 + "frequency": 8 }, { "name": "IBM", "slug": "ibm", - "frequency": 7 - }, - { - "name": "Tesla", - "slug": "tesla", - "frequency": 5 + "frequency": 8 }, { "name": "Agoda", "slug": "agoda", + "frequency": 6 + }, + { + "name": "Tesla", + "slug": "tesla", "frequency": 5 }, { @@ -2058,6 +2073,11 @@ "slug": "toast", "frequency": 2 }, + { + "name": "Comcast", + "slug": "comcast", + "frequency": 2 + }, { "name": "EPAM Systems", "slug": "epam-systems", @@ -2153,28 +2173,28 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 26 + "frequency": 27 }, { "name": "Google", "slug": "google", - "frequency": 26 - }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 12 + "frequency": 24 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 11 + "frequency": 12 }, { "name": "Meta", "slug": "facebook", "frequency": 11 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 10 + }, { "name": "Apple", "slug": "apple", @@ -2185,11 +2205,6 @@ "slug": "linkedin", "frequency": 6 }, - { - "name": "Upstart", - "slug": "upstart", - "frequency": 4 - }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -2240,6 +2255,11 @@ "slug": "tiktok", "frequency": 2 }, + { + "name": "Upstart", + "slug": "upstart", + "frequency": 2 + }, { "name": "Zomato", "slug": "zomato", @@ -2305,18 +2325,18 @@ { "name": "Meta", "slug": "facebook", - "frequency": 11 - }, - { - "name": "Google", - "slug": "google", - "frequency": 3 + "frequency": 10 }, { "name": "Amazon", "slug": "amazon", "frequency": 3 }, + { + "name": "Google", + "slug": "google", + "frequency": 2 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -2347,7 +2367,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 5 + "frequency": 4 }, { "name": "Databricks", @@ -2389,12 +2409,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 13 + "frequency": 14 }, { "name": "Pinterest", "slug": "pinterest", - "frequency": 10 + "frequency": 9 }, { "name": "Microsoft", @@ -2416,6 +2436,11 @@ "slug": "paypal", "frequency": 6 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 5 + }, { "name": "TikTok", "slug": "tiktok", @@ -2424,11 +2449,6 @@ { "name": "Datadog", "slug": "datadog", - "frequency": 5 - }, - { - "name": "Bloomberg", - "slug": "bloomberg", "frequency": 4 }, { @@ -2513,6 +2533,11 @@ "slug": "tcs", "frequency": 3 }, + { + "name": "Swiggy", + "slug": "swiggy", + "frequency": 2 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -2553,42 +2578,42 @@ { "name": "Google", "slug": "google", - "frequency": 15 - }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 7 + "frequency": 14 }, { "name": "Amazon", "slug": "amazon", - "frequency": 6 + "frequency": 7 }, { "name": "Microsoft", "slug": "microsoft", "frequency": 6 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 6 + }, { "name": "Meta", "slug": "facebook", "frequency": 5 }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 5 + }, { "name": "Block", "slug": "square", - "frequency": 4 + "frequency": 5 }, { "name": "PayPal", "slug": "paypal", - "frequency": 3 - }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 3 + "frequency": 4 }, { "name": "Oracle", @@ -2605,6 +2630,11 @@ "slug": "huawei", "frequency": 2 }, + { + "name": "Agoda", + "slug": "agoda", + "frequency": 2 + }, { "name": "Walmart Labs", "slug": "walmart-labs", @@ -2630,12 +2660,17 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 42 + "frequency": 41 }, { "name": "Google", "slug": "google", - "frequency": 28 + "frequency": 29 + }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 18 }, { "name": "Meta", @@ -2643,19 +2678,19 @@ "frequency": 18 }, { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 17 + "name": "Cisco", + "slug": "cisco", + "frequency": 16 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 11 + "frequency": 12 }, { "name": "tcs", "slug": "tcs", - "frequency": 6 + "frequency": 11 }, { "name": "TikTok", @@ -2712,11 +2747,6 @@ "slug": "ebay", "frequency": 2 }, - { - "name": "Cisco", - "slug": "cisco", - "frequency": 2 - }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -2809,26 +2839,21 @@ "slug": "amazon", "frequency": 12 }, - { - "name": "Google", - "slug": "google", - "frequency": 7 - }, { "name": "Microsoft", "slug": "microsoft", "frequency": 7 }, + { + "name": "Google", + "slug": "google", + "frequency": 6 + }, { "name": "Meta", "slug": "facebook", "frequency": 5 }, - { - "name": "Walmart Labs", - "slug": "walmart-labs", - "frequency": 4 - }, { "name": "Bloomberg", "slug": "bloomberg", @@ -2844,6 +2869,11 @@ "slug": "uber", "frequency": 2 }, + { + "name": "Walmart Labs", + "slug": "walmart-labs", + "frequency": 2 + }, { "name": "TikTok", "slug": "tiktok", @@ -2911,7 +2941,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 7 + "frequency": 8 }, { "name": "Meta", @@ -2934,13 +2964,18 @@ "frequency": 3 }, { - "name": "Bloomberg", - "slug": "bloomberg", + "name": "Snap", + "slug": "snapchat", + "frequency": 3 + }, + { + "name": "Microsoft", + "slug": "microsoft", "frequency": 2 }, { - "name": "Snap", - "slug": "snapchat", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 2 }, { @@ -2978,18 +3013,18 @@ { "name": "Google", "slug": "google", - "frequency": 16 - }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 11 + "frequency": 17 }, { "name": "Meta", "slug": "facebook", "frequency": 11 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 10 + }, { "name": "Microsoft", "slug": "microsoft", @@ -3036,7 +3071,7 @@ { "name": "Google", "slug": "google", - "frequency": 18 + "frequency": 19 }, { "name": "Meta", @@ -3068,11 +3103,6 @@ "slug": "zoho", "frequency": 2 }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 2 - }, { "name": "Cognizant", "slug": "cognizant", @@ -3093,6 +3123,11 @@ "slug": "nvidia", "frequency": 2 }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 2 + }, { "name": "HashedIn", "slug": "hashedin", @@ -3171,13 +3206,13 @@ "frequency": 2 }, { - "name": "Walmart Labs", - "slug": "walmart-labs", + "name": "PayPal", + "slug": "paypal", "frequency": 2 }, { - "name": "PayPal", - "slug": "paypal", + "name": "Walmart Labs", + "slug": "walmart-labs", "frequency": 2 }, { @@ -3222,7 +3257,7 @@ { "name": "Google", "slug": "google", - "frequency": 11 + "frequency": 10 }, { "name": "Amazon", @@ -3232,7 +3267,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 5 + "frequency": 6 }, { "name": "Meta", @@ -3366,21 +3401,21 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 5 - }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 2 + "frequency": 6 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 2 + "frequency": 4 }, { "name": "Goldman Sachs", "slug": "goldman-sachs", + "frequency": 3 + }, + { + "name": "Meta", + "slug": "facebook", "frequency": 2 } ] @@ -3405,16 +3440,16 @@ "slug": "amazon", "frequency": 7 }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 4 - }, { "name": "Meta", "slug": "facebook", "frequency": 4 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 3 + }, { "name": "tcs", "slug": "tcs", @@ -3445,7 +3480,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 13 + "frequency": 14 }, { "name": "Google", @@ -3455,12 +3490,12 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 8 + "frequency": 9 }, { "name": "Apple", "slug": "apple", - "frequency": 7 + "frequency": 8 }, { "name": "Bloomberg", @@ -3468,14 +3503,14 @@ "frequency": 6 }, { - "name": "Oracle", - "slug": "oracle", + "name": "Meta", + "slug": "facebook", "frequency": 5 }, { - "name": "Meta", - "slug": "facebook", - "frequency": 4 + "name": "Oracle", + "slug": "oracle", + "frequency": 5 }, { "name": "Visa", @@ -3487,19 +3522,14 @@ "slug": "tiktok", "frequency": 4 }, - { - "name": "Goldman Sachs", - "slug": "goldman-sachs", - "frequency": 3 - }, { "name": "Nvidia", "slug": "nvidia", "frequency": 2 }, { - "name": "SAP", - "slug": "sap", + "name": "Goldman Sachs", + "slug": "goldman-sachs", "frequency": 2 }, { @@ -3527,7 +3557,7 @@ { "name": "Google", "slug": "google", - "frequency": 9 + "frequency": 8 }, { "name": "Amazon", @@ -3542,7 +3572,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 2 + "frequency": 3 }, { "name": "Bloomberg", @@ -3601,7 +3631,7 @@ { "name": "Google", "slug": "google", - "frequency": 8 + "frequency": 9 }, { "name": "Microsoft", @@ -3611,7 +3641,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 4 + "frequency": 5 }, { "name": "Oracle", @@ -3640,16 +3670,16 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Google", - "slug": "google", - "frequency": 4 - }, { "name": "Amazon", "slug": "amazon", "frequency": 4 }, + { + "name": "Google", + "slug": "google", + "frequency": 3 + }, { "name": "Microsoft", "slug": "microsoft", @@ -3680,22 +3710,22 @@ { "name": "Google", "slug": "google", - "frequency": 68 + "frequency": 67 }, { "name": "Amazon", "slug": "amazon", - "frequency": 45 + "frequency": 44 }, { "name": "Meta", "slug": "facebook", - "frequency": 26 + "frequency": 27 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 24 + "frequency": 23 }, { "name": "Bloomberg", @@ -3732,11 +3762,6 @@ "slug": "oracle", "frequency": 2 }, - { - "name": "Apple", - "slug": "apple", - "frequency": 2 - }, { "name": "ByteDance", "slug": "bytedance", @@ -3762,12 +3787,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 21 + "frequency": 20 }, { "name": "Google", "slug": "google", - "frequency": 10 + "frequency": 9 }, { "name": "Amazon", @@ -3839,12 +3864,12 @@ { "name": "Google", "slug": "google", - "frequency": 8 + "frequency": 7 }, { "name": "Amazon", "slug": "amazon", - "frequency": 6 + "frequency": 7 }, { "name": "Microsoft", @@ -3870,11 +3895,6 @@ "name": "Oracle", "slug": "oracle", "frequency": 2 - }, - { - "name": "ByteDance", - "slug": "bytedance", - "frequency": 2 } ] }, @@ -3891,7 +3911,7 @@ { "name": "Google", "slug": "google", - "frequency": 8 + "frequency": 6 }, { "name": "Bloomberg", @@ -3983,16 +4003,16 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 56 + "frequency": 51 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 24 + "frequency": 26 }, { - "name": "LinkedIn", - "slug": "linkedin", + "name": "Uber", + "slug": "uber", "frequency": 13 }, { @@ -4001,19 +4021,24 @@ "frequency": 13 }, { - "name": "Microsoft", - "slug": "microsoft", + "name": "LinkedIn", + "slug": "linkedin", "frequency": 12 }, { - "name": "Uber", - "slug": "uber", + "name": "Microsoft", + "slug": "microsoft", "frequency": 11 }, { "name": "TikTok", "slug": "tiktok", - "frequency": 11 + "frequency": 10 + }, + { + "name": "Goldman Sachs", + "slug": "goldman-sachs", + "frequency": 10 }, { "name": "Anduril", @@ -4030,20 +4055,20 @@ "slug": "apple", "frequency": 7 }, - { - "name": "Yandex", - "slug": "yandex", - "frequency": 7 - }, { "name": "Snap", "slug": "snapchat", "frequency": 6 }, + { + "name": "Yandex", + "slug": "yandex", + "frequency": 6 + }, { "name": "Oracle", "slug": "oracle", - "frequency": 5 + "frequency": 4 }, { "name": "Samsung", @@ -4065,11 +4090,6 @@ "slug": "expedia", "frequency": 3 }, - { - "name": "Goldman Sachs", - "slug": "goldman-sachs", - "frequency": 3 - }, { "name": "ServiceNow", "slug": "servicenow", @@ -4160,11 +4180,6 @@ "slug": "sap", "frequency": 2 }, - { - "name": "Salesforce", - "slug": "salesforce", - "frequency": 2 - }, { "name": "ByteDance", "slug": "bytedance", @@ -4190,11 +4205,6 @@ "slug": "cloudflare", "frequency": 2 }, - { - "name": "Rivian", - "slug": "rivian", - "frequency": 2 - }, { "name": "Grammarly", "slug": "grammarly", @@ -4268,7 +4278,7 @@ { "name": "LinkedIn", "slug": "linkedin", - "frequency": 3 + "frequency": 4 }, { "name": "Google", @@ -4354,16 +4364,16 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 9 - }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 8 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 7 + }, { "name": "Google", "slug": "google", @@ -4380,13 +4390,13 @@ "frequency": 3 }, { - "name": "LinkedIn", - "slug": "linkedin", + "name": "Microsoft", + "slug": "microsoft", "frequency": 2 }, { - "name": "Microsoft", - "slug": "microsoft", + "name": "LinkedIn", + "slug": "linkedin", "frequency": 2 } ] @@ -4451,7 +4461,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 13 + "frequency": 14 }, { "name": "Meta", @@ -4461,7 +4471,7 @@ { "name": "Google", "slug": "google", - "frequency": 5 + "frequency": 4 }, { "name": "Microsoft", @@ -4472,11 +4482,6 @@ "name": "Bloomberg", "slug": "bloomberg", "frequency": 3 - }, - { - "name": "tcs", - "slug": "tcs", - "frequency": 2 } ] }, @@ -4493,7 +4498,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 14 + "frequency": 13 }, { "name": "Microsoft", @@ -4503,7 +4508,7 @@ { "name": "Google", "slug": "google", - "frequency": 8 + "frequency": 7 }, { "name": "Bloomberg", @@ -4520,6 +4525,11 @@ "slug": "salesforce", "frequency": 3 }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 3 + }, { "name": "MathWorks", "slug": "mathworks", @@ -4541,13 +4551,8 @@ "frequency": 2 }, { - "name": "TikTok", - "slug": "tiktok", - "frequency": 2 - }, - { - "name": "josh technology", - "slug": "josh-technology", + "name": "Apple", + "slug": "apple", "frequency": 2 }, { @@ -4567,15 +4572,15 @@ "difficulty": "Easy", "premium": false, "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 24 - }, { "name": "Google", "slug": "google", - "frequency": 24 + "frequency": 23 + }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 22 }, { "name": "Meta", @@ -4590,12 +4595,17 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 7 + "frequency": 8 }, { "name": "Apple", "slug": "apple", - "frequency": 3 + "frequency": 2 + }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 2 }, { "name": "Salesforce", @@ -4607,6 +4617,11 @@ "slug": "yandex", "frequency": 2 }, + { + "name": "Rippling", + "slug": "rippling", + "frequency": 2 + }, { "name": "josh technology", "slug": "josh-technology", @@ -4622,11 +4637,6 @@ "slug": "hubspot", "frequency": 2 }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 2 - }, { "name": "Zoho", "slug": "zoho", @@ -4642,11 +4652,6 @@ "slug": "tiktok", "frequency": 2 }, - { - "name": "Rippling", - "slug": "rippling", - "frequency": 2 - }, { "name": "Palo Alto Networks", "slug": "palo-alto-networks", @@ -4668,7 +4673,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 17 + "frequency": 16 + }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 11 }, { "name": "Google", @@ -4680,20 +4690,10 @@ "slug": "phonepe", "frequency": 3 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 2 - }, { "name": "Apple", "slug": "apple", "frequency": 2 - }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 2 } ] }, @@ -4710,7 +4710,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 8 + "frequency": 7 }, { "name": "LinkedIn", @@ -4755,14 +4755,14 @@ "frequency": 27 }, { - "name": "Microsoft", - "slug": "microsoft", + "name": "Google", + "slug": "google", "frequency": 9 }, { - "name": "Google", - "slug": "google", - "frequency": 7 + "name": "Microsoft", + "slug": "microsoft", + "frequency": 8 }, { "name": "Apple", @@ -4794,14 +4794,19 @@ "slug": "snowflake", "frequency": 4 }, + { + "name": "Rippling", + "slug": "rippling", + "frequency": 4 + }, { "name": "Anduril", "slug": "anduril", "frequency": 4 }, { - "name": "Rippling", - "slug": "rippling", + "name": "Walmart Labs", + "slug": "walmart-labs", "frequency": 3 }, { @@ -4834,16 +4839,6 @@ "slug": "ebay", "frequency": 2 }, - { - "name": "Two Sigma", - "slug": "two-sigma", - "frequency": 2 - }, - { - "name": "Walmart Labs", - "slug": "walmart-labs", - "frequency": 2 - }, { "name": "DoorDash", "slug": "doordash", @@ -4864,17 +4859,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 5 + "frequency": 4 }, { "name": "LinkedIn", "slug": "linkedin", "frequency": 2 - }, - { - "name": "Google", - "slug": "google", - "frequency": 2 } ] }, @@ -4888,6 +4878,11 @@ "difficulty": "Easy", "premium": true, "companies": [ + { + "name": "Google", + "slug": "google", + "frequency": 3 + }, { "name": "Microsoft", "slug": "microsoft", @@ -4898,11 +4893,6 @@ "slug": "oracle", "frequency": 3 }, - { - "name": "Google", - "slug": "google", - "frequency": 2 - }, { "name": "Amazon", "slug": "amazon", @@ -4938,22 +4928,22 @@ { "name": "Meta", "slug": "facebook", - "frequency": 77 + "frequency": 79 }, { "name": "Google", "slug": "google", - "frequency": 33 + "frequency": 31 }, { "name": "Amazon", "slug": "amazon", - "frequency": 32 + "frequency": 31 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 25 + "frequency": 27 }, { "name": "Microsoft", @@ -4970,6 +4960,16 @@ "slug": "apple", "frequency": 10 }, + { + "name": "IBM", + "slug": "ibm", + "frequency": 9 + }, + { + "name": "Citadel", + "slug": "citadel", + "frequency": 9 + }, { "name": "Grammarly", "slug": "grammarly", @@ -4985,16 +4985,6 @@ "slug": "zoho", "frequency": 7 }, - { - "name": "Walmart Labs", - "slug": "walmart-labs", - "frequency": 6 - }, - { - "name": "Yandex", - "slug": "yandex", - "frequency": 6 - }, { "name": "Adobe", "slug": "adobe", @@ -5011,9 +5001,14 @@ "frequency": 5 }, { - "name": "IBM", - "slug": "ibm", - "frequency": 4 + "name": "Walmart Labs", + "slug": "walmart-labs", + "frequency": 5 + }, + { + "name": "Yandex", + "slug": "yandex", + "frequency": 5 }, { "name": "Netflix", @@ -5030,11 +5025,6 @@ "slug": "oracle", "frequency": 3 }, - { - "name": "Visa", - "slug": "visa", - "frequency": 3 - }, { "name": "Tesla", "slug": "tesla", @@ -5066,8 +5056,8 @@ "frequency": 2 }, { - "name": "Capital One", - "slug": "capital-one", + "name": "Visa", + "slug": "visa", "frequency": 2 }, { @@ -5080,11 +5070,6 @@ "slug": "bytedance", "frequency": 2 }, - { - "name": "Citadel", - "slug": "citadel", - "frequency": 2 - }, { "name": "Grubhub", "slug": "grubhub", @@ -5105,6 +5090,16 @@ "slug": "anduril", "frequency": 2 }, + { + "name": "Wipro", + "slug": "wipro", + "frequency": 2 + }, + { + "name": "Zeta", + "slug": "zeta", + "frequency": 2 + }, { "name": "Cisco", "slug": "cisco", @@ -5140,6 +5135,11 @@ "slug": "servicenow", "frequency": 2 }, + { + "name": "Capital One", + "slug": "capital-one", + "frequency": 2 + }, { "name": "Expedia", "slug": "expedia", @@ -5194,16 +5194,6 @@ "name": "Ripple", "slug": "ripple", "frequency": 2 - }, - { - "name": "Wipro", - "slug": "wipro", - "frequency": 2 - }, - { - "name": "Zeta", - "slug": "zeta", - "frequency": 2 } ] }, @@ -5220,23 +5210,23 @@ { "name": "Meta", "slug": "facebook", - "frequency": 23 + "frequency": 22 }, { "name": "Google", "slug": "google", "frequency": 7 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 4 - }, { "name": "Yandex", "slug": "yandex", "frequency": 3 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 2 + }, { "name": "Microsoft", "slug": "microsoft", @@ -5310,7 +5300,7 @@ { "name": "Google", "slug": "google", - "frequency": 30 + "frequency": 31 }, { "name": "Amazon", @@ -5318,33 +5308,33 @@ "frequency": 16 }, { - "name": "Atlassian", - "slug": "atlassian", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 10 }, { - "name": "Meta", - "slug": "facebook", + "name": "Microsoft", + "slug": "microsoft", "frequency": 9 }, { - "name": "Bloomberg", - "slug": "bloomberg", + "name": "Atlassian", + "slug": "atlassian", "frequency": 9 }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 8 - }, { "name": "J.P. Morgan", "slug": "jpmorgan", + "frequency": 9 + }, + { + "name": "TikTok", + "slug": "tiktok", "frequency": 8 }, { - "name": "Microsoft", - "slug": "microsoft", + "name": "Meta", + "slug": "facebook", "frequency": 7 }, { @@ -5357,16 +5347,6 @@ "slug": "oracle", "frequency": 6 }, - { - "name": "Apple", - "slug": "apple", - "frequency": 4 - }, - { - "name": "Netflix", - "slug": "netflix", - "frequency": 4 - }, { "name": "Snap", "slug": "snapchat", @@ -5383,13 +5363,23 @@ "frequency": 3 }, { - "name": "IBM", - "slug": "ibm", - "frequency": 2 + "name": "Netflix", + "slug": "netflix", + "frequency": 3 }, { "name": "WorldQuant", "slug": "worldquant", + "frequency": 3 + }, + { + "name": "Apple", + "slug": "apple", + "frequency": 2 + }, + { + "name": "IBM", + "slug": "ibm", "frequency": 2 }, { @@ -5428,7 +5418,7 @@ { "name": "Roblox", "slug": "roblox", - "frequency": 12 + "frequency": 10 }, { "name": "Google", @@ -5455,6 +5445,11 @@ "slug": "oracle", "frequency": 3 }, + { + "name": "tcs", + "slug": "tcs", + "frequency": 3 + }, { "name": "Apple", "slug": "apple", @@ -5475,11 +5470,6 @@ "slug": "docusign", "frequency": 2 }, - { - "name": "tcs", - "slug": "tcs", - "frequency": 2 - }, { "name": "Meta", "slug": "facebook", @@ -5562,7 +5552,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 7 + "frequency": 6 }, { "name": "Uber", @@ -5577,7 +5567,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 3 + "frequency": 2 }, { "name": "Bloomberg", @@ -5602,19 +5592,14 @@ "difficulty": "Hard", "premium": true, "companies": [ - { - "name": "Google", - "slug": "google", - "frequency": 2 - }, { "name": "Citadel", "slug": "citadel", - "frequency": 2 + "frequency": 5 }, { - "name": "Apple", - "slug": "apple", + "name": "Google", + "slug": "google", "frequency": 2 } ] @@ -5714,14 +5699,14 @@ "frequency": 8 }, { - "name": "Amazon", - "slug": "amazon", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 6 }, { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 5 + "name": "Amazon", + "slug": "amazon", + "frequency": 6 }, { "name": "Microsoft", @@ -5745,21 +5730,21 @@ "slug": "goldman-sachs", "frequency": 8 }, - { - "name": "Google", - "slug": "google", - "frequency": 5 - }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 4 + "frequency": 5 }, { "name": "Amazon", "slug": "amazon", "frequency": 4 }, + { + "name": "Google", + "slug": "google", + "frequency": 4 + }, { "name": "Uber", "slug": "uber", @@ -5775,6 +5760,11 @@ "slug": "bloomberg", "frequency": 2 }, + { + "name": "Walmart Labs", + "slug": "walmart-labs", + "frequency": 2 + }, { "name": "Yandex", "slug": "yandex", @@ -5795,7 +5785,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 53 + "frequency": 51 }, { "name": "Amazon", @@ -5805,23 +5795,28 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 11 + "frequency": 10 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 9 + "frequency": 8 }, { "name": "Google", "slug": "google", - "frequency": 8 + "frequency": 7 }, { "name": "TikTok", "slug": "tiktok", "frequency": 4 }, + { + "name": "IXL", + "slug": "ixl", + "frequency": 3 + }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -5837,16 +5832,6 @@ "slug": "yahoo", "frequency": 2 }, - { - "name": "eBay", - "slug": "ebay", - "frequency": 2 - }, - { - "name": "IXL", - "slug": "ixl", - "frequency": 2 - }, { "name": "Samsung", "slug": "samsung", @@ -5857,6 +5842,11 @@ "slug": "urban-company", "frequency": 2 }, + { + "name": "eBay", + "slug": "ebay", + "frequency": 2 + }, { "name": "Oracle", "slug": "oracle", @@ -5892,7 +5882,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 18 + "frequency": 17 }, { "name": "Microsoft", @@ -5930,18 +5920,13 @@ "frequency": 3 }, { - "name": "Nvidia", - "slug": "nvidia", - "frequency": 3 - }, - { - "name": "Goldman Sachs", - "slug": "goldman-sachs", + "name": "Arista Networks", + "slug": "arista-networks", "frequency": 3 }, { - "name": "Arista Networks", - "slug": "arista-networks", + "name": "Yandex", + "slug": "yandex", "frequency": 3 }, { @@ -5955,18 +5940,18 @@ "frequency": 2 }, { - "name": "Cisco", - "slug": "cisco", + "name": "Nvidia", + "slug": "nvidia", "frequency": 2 }, { - "name": "ByteDance", - "slug": "bytedance", + "name": "Goldman Sachs", + "slug": "goldman-sachs", "frequency": 2 }, { - "name": "Yandex", - "slug": "yandex", + "name": "ByteDance", + "slug": "bytedance", "frequency": 2 }, { @@ -6000,8 +5985,8 @@ "frequency": 2 }, { - "name": "Salesforce", - "slug": "salesforce", + "name": "Cisco", + "slug": "cisco", "frequency": 2 }, { @@ -6031,15 +6016,10 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Meta", - "slug": "facebook", - "frequency": 3 - }, { "name": "Amazon", "slug": "amazon", - "frequency": 3 + "frequency": 4 }, { "name": "Bloomberg", @@ -6051,6 +6031,11 @@ "slug": "google", "frequency": 3 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 2 + }, { "name": "tcs", "slug": "tcs", @@ -6071,7 +6056,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 20 + "frequency": 19 }, { "name": "Bloomberg", @@ -6185,7 +6170,7 @@ { "name": "Yandex", "slug": "yandex", - "frequency": 7 + "frequency": 6 }, { "name": "Amazon", @@ -6260,11 +6245,6 @@ "slug": "doordash", "frequency": 5 }, - { - "name": "Google", - "slug": "google", - "frequency": 4 - }, { "name": "Meta", "slug": "facebook", @@ -6275,6 +6255,11 @@ "slug": "amazon", "frequency": 3 }, + { + "name": "Google", + "slug": "google", + "frequency": 3 + }, { "name": "Microsoft", "slug": "microsoft", @@ -6355,23 +6340,23 @@ "frequency": 4 }, { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 3 + "name": "Yandex", + "slug": "yandex", + "frequency": 4 }, { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 2 + "name": "Databricks", + "slug": "databricks", + "frequency": 3 }, { - "name": "Yandex", - "slug": "yandex", + "name": "Microsoft", + "slug": "microsoft", "frequency": 2 }, { - "name": "Databricks", - "slug": "databricks", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 2 }, { @@ -6399,12 +6384,12 @@ { "name": "Google", "slug": "google", - "frequency": 15 + "frequency": 16 }, { "name": "Amazon", "slug": "amazon", - "frequency": 12 + "frequency": 11 }, { "name": "Microsoft", @@ -6466,12 +6451,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 20 + "frequency": 19 }, { "name": "Google", "slug": "google", - "frequency": 19 + "frequency": 17 }, { "name": "Meta", @@ -6491,7 +6476,7 @@ { "name": "Oracle", "slug": "oracle", - "frequency": 5 + "frequency": 6 }, { "name": "Bloomberg", @@ -6588,52 +6573,52 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 53 + "frequency": 51 }, { "name": "Google", "slug": "google", - "frequency": 41 + "frequency": 39 }, { "name": "Meta", "slug": "facebook", - "frequency": 23 - }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 23 + "frequency": 22 }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 22 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 22 + }, { "name": "TikTok", "slug": "tiktok", - "frequency": 15 + "frequency": 14 }, { "name": "Oracle", "slug": "oracle", - "frequency": 9 + "frequency": 10 }, { "name": "Yandex", "slug": "yandex", - "frequency": 9 + "frequency": 8 }, { "name": "Visa", "slug": "visa", - "frequency": 8 + "frequency": 7 }, { "name": "Turing", "slug": "turing", - "frequency": 8 + "frequency": 7 }, { "name": "ServiceNow", @@ -6660,11 +6645,6 @@ "slug": "netflix", "frequency": 3 }, - { - "name": "Zoho", - "slug": "zoho", - "frequency": 3 - }, { "name": "Infosys", "slug": "infosys", @@ -6700,6 +6680,11 @@ "slug": "salesforce", "frequency": 2 }, + { + "name": "Zoho", + "slug": "zoho", + "frequency": 2 + }, { "name": "Spotify", "slug": "spotify", @@ -6715,6 +6700,11 @@ "slug": "nvidia", "frequency": 2 }, + { + "name": "athenahealth", + "slug": "athenahealth", + "frequency": 2 + }, { "name": "Accolite", "slug": "accolite", @@ -6785,11 +6775,6 @@ "slug": "tcs", "frequency": 2 }, - { - "name": "Capgemini", - "slug": "capgemini", - "frequency": 2 - }, { "name": "persistent systems", "slug": "persistent-systems", @@ -6874,17 +6859,17 @@ { "name": "Meta", "slug": "facebook", - "frequency": 39 + "frequency": 40 }, { "name": "Amazon", "slug": "amazon", - "frequency": 16 + "frequency": 15 }, { "name": "Google", "slug": "google", - "frequency": 8 + "frequency": 9 }, { "name": "Snowflake", @@ -6897,20 +6882,15 @@ "frequency": 6 }, { - "name": "TikTok", - "slug": "tiktok", + "name": "LinkedIn", + "slug": "linkedin", "frequency": 4 }, { - "name": "Salesforce", - "slug": "salesforce", + "name": "TikTok", + "slug": "tiktok", "frequency": 4 }, - { - "name": "LinkedIn", - "slug": "linkedin", - "frequency": 3 - }, { "name": "Bloomberg", "slug": "bloomberg", @@ -6931,6 +6911,11 @@ "slug": "uber", "frequency": 3 }, + { + "name": "Salesforce", + "slug": "salesforce", + "frequency": 3 + }, { "name": "Microsoft", "slug": "microsoft", @@ -7010,29 +6995,29 @@ "slug": "google", "frequency": 8 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 8 + }, { "name": "Uber", "slug": "uber", - "frequency": 6 + "frequency": 7 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 4 + "frequency": 5 }, { "name": "Amazon", "slug": "amazon", - "frequency": 4 + "frequency": 3 }, { "name": "Oracle", "slug": "oracle", - "frequency": 3 - }, - { - "name": "Meta", - "slug": "facebook", "frequency": 2 }, { @@ -7055,17 +7040,17 @@ { "name": "Meta", "slug": "facebook", - "frequency": 43 - }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 4 + "frequency": 45 }, { "name": "Asana", "slug": "asana", - "frequency": 4 + "frequency": 5 + }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 3 }, { "name": "Google", @@ -7102,7 +7087,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 67 + "frequency": 70 }, { "name": "Google", @@ -7112,7 +7097,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 27 + "frequency": 25 }, { "name": "Apple", @@ -7132,18 +7117,18 @@ { "name": "Oracle", "slug": "oracle", - "frequency": 7 - }, - { - "name": "Uber", - "slug": "uber", - "frequency": 5 + "frequency": 6 }, { "name": "Goldman Sachs", "slug": "goldman-sachs", "frequency": 5 }, + { + "name": "Uber", + "slug": "uber", + "frequency": 4 + }, { "name": "Yahoo", "slug": "yahoo", @@ -7160,8 +7145,8 @@ "frequency": 2 }, { - "name": "Walmart Labs", - "slug": "walmart-labs", + "name": "Salesforce", + "slug": "salesforce", "frequency": 2 }, { @@ -7169,6 +7154,11 @@ "slug": "nvidia", "frequency": 2 }, + { + "name": "Infosys", + "slug": "infosys", + "frequency": 2 + }, { "name": "Disney", "slug": "disney", @@ -7184,11 +7174,6 @@ "slug": "zoho", "frequency": 2 }, - { - "name": "Robinhood", - "slug": "robinhood", - "frequency": 2 - }, { "name": "Rippling", "slug": "rippling", @@ -7200,13 +7185,13 @@ "frequency": 2 }, { - "name": "Salesforce", - "slug": "salesforce", + "name": "Twilio", + "slug": "twilio", "frequency": 2 }, { - "name": "Twilio", - "slug": "twilio", + "name": "Walmart Labs", + "slug": "walmart-labs", "frequency": 2 }, { @@ -7229,20 +7214,30 @@ "slug": "jpmorgan", "frequency": 2 }, + { + "name": "EPAM Systems", + "slug": "epam-systems", + "frequency": 2 + }, { "name": "Snowflake", "slug": "snowflake", "frequency": 2 }, { - "name": "SoFi", - "slug": "sofi", + "name": "Arista Networks", + "slug": "arista-networks", "frequency": 2 }, { "name": "Microstrategy", "slug": "microstrategy", "frequency": 2 + }, + { + "name": "Robinhood", + "slug": "robinhood", + "frequency": 2 } ] }, @@ -7259,7 +7254,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 6 + "frequency": 5 }, { "name": "Google", @@ -7307,27 +7302,32 @@ { "name": "Meta", "slug": "facebook", - "frequency": 105 + "frequency": 101 }, { "name": "Google", "slug": "google", - "frequency": 14 + "frequency": 13 }, { "name": "Amazon", "slug": "amazon", - "frequency": 12 + "frequency": 11 }, { "name": "LinkedIn", "slug": "linkedin", "frequency": 7 }, + { + "name": "Spotify", + "slug": "spotify", + "frequency": 6 + }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 4 + "frequency": 5 }, { "name": "Bloomberg", @@ -7359,11 +7359,6 @@ "slug": "oracle", "frequency": 2 }, - { - "name": "Spotify", - "slug": "spotify", - "frequency": 2 - }, { "name": "Salesforce", "slug": "salesforce", @@ -7374,11 +7369,6 @@ "slug": "uber", "frequency": 2 }, - { - "name": "Walmart Labs", - "slug": "walmart-labs", - "frequency": 2 - }, { "name": "Visa", "slug": "visa", @@ -7405,17 +7395,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 54 - }, - { - "name": "Roblox", - "slug": "roblox", - "frequency": 3 - }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 3 + "frequency": 49 }, { "name": "Google", @@ -7432,11 +7412,21 @@ "slug": "de-shaw", "frequency": 2 }, + { + "name": "Roblox", + "slug": "roblox", + "frequency": 2 + }, { "name": "Zoho", "slug": "zoho", "frequency": 2 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 2 + }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -7459,13 +7449,7 @@ ], "difficulty": "Hard", "premium": true, - "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 3 - } - ] + "companies": [] }, { "id": 112, @@ -7556,16 +7540,16 @@ "slug": "google", "frequency": 7 }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 6 - }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 5 }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 5 + }, { "name": "Microsoft", "slug": "microsoft", @@ -7581,11 +7565,6 @@ "slug": "roblox", "frequency": 4 }, - { - "name": "Coupang", - "slug": "coupang", - "frequency": 4 - }, { "name": "Anduril", "slug": "anduril", @@ -7596,11 +7575,31 @@ "slug": "snowflake", "frequency": 4 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 3 + }, + { + "name": "Coupang", + "slug": "coupang", + "frequency": 3 + }, { "name": "Nordstrom", "slug": "nordstrom", "frequency": 3 }, + { + "name": "Uber", + "slug": "uber", + "frequency": 2 + }, + { + "name": "LinkedIn", + "slug": "linkedin", + "frequency": 2 + }, { "name": "Snap", "slug": "snapchat", @@ -7611,11 +7610,6 @@ "slug": "bytedance", "frequency": 2 }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 2 - }, { "name": "Adobe", "slug": "adobe", @@ -7659,18 +7653,33 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 21 + "frequency": 19 }, { "name": "Roblox", "slug": "roblox", - "frequency": 11 + "frequency": 12 + }, + { + "name": "Uber", + "slug": "uber", + "frequency": 12 }, { "name": "Meta", "slug": "facebook", "frequency": 8 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 6 + }, + { + "name": "Apple", + "slug": "apple", + "frequency": 6 + }, { "name": "Salesforce", "slug": "salesforce", @@ -7682,13 +7691,13 @@ "frequency": 6 }, { - "name": "Apple", - "slug": "apple", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 5 }, { - "name": "Microsoft", - "slug": "microsoft", + "name": "TikTok", + "slug": "tiktok", "frequency": 4 }, { @@ -7697,13 +7706,8 @@ "frequency": 4 }, { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 3 - }, - { - "name": "TikTok", - "slug": "tiktok", + "name": "Citadel", + "slug": "citadel", "frequency": 3 }, { @@ -7721,21 +7725,11 @@ "slug": "oracle", "frequency": 2 }, - { - "name": "Uber", - "slug": "uber", - "frequency": 2 - }, { "name": "Netflix", "slug": "netflix", "frequency": 2 }, - { - "name": "Citadel", - "slug": "citadel", - "frequency": 2 - }, { "name": "LinkedIn", "slug": "linkedin", @@ -7978,7 +7972,7 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 4 + "frequency": 5 }, { "name": "Oracle", @@ -7994,11 +7988,6 @@ "name": "Apple", "slug": "apple", "frequency": 2 - }, - { - "name": "Yandex", - "slug": "yandex", - "frequency": 2 } ] }, @@ -8093,7 +8082,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 102 + "frequency": 99 }, { "name": "Amazon", @@ -8103,7 +8092,7 @@ { "name": "Yandex", "slug": "yandex", - "frequency": 7 + "frequency": 6 }, { "name": "Google", @@ -8115,11 +8104,6 @@ "slug": "oracle", "frequency": 5 }, - { - "name": "Uber", - "slug": "uber", - "frequency": 4 - }, { "name": "Microsoft", "slug": "microsoft", @@ -8130,6 +8114,11 @@ "slug": "bloomberg", "frequency": 3 }, + { + "name": "Uber", + "slug": "uber", + "frequency": 3 + }, { "name": "ServiceNow", "slug": "servicenow", @@ -8163,6 +8152,11 @@ "slug": "okta", "frequency": 4 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 3 + }, { "name": "Salesforce", "slug": "salesforce", @@ -8177,11 +8171,6 @@ "name": "Google", "slug": "google", "frequency": 2 - }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 2 } ] }, @@ -8284,11 +8273,6 @@ "slug": "microsoft", "frequency": 4 }, - { - "name": "Google", - "slug": "google", - "frequency": 4 - }, { "name": "Arista Networks", "slug": "arista-networks", @@ -8299,6 +8283,11 @@ "slug": "amazon", "frequency": 3 }, + { + "name": "Google", + "slug": "google", + "frequency": 3 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -8324,12 +8313,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 78 + "frequency": 76 }, { "name": "Amazon", "slug": "amazon", - "frequency": 10 + "frequency": 11 }, { "name": "Bloomberg", @@ -8339,11 +8328,6 @@ { "name": "Google", "slug": "google", - "frequency": 4 - }, - { - "name": "TikTok", - "slug": "tiktok", "frequency": 3 }, { @@ -8356,6 +8340,11 @@ "slug": "oracle", "frequency": 2 }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 2 + }, { "name": "Verkada", "slug": "verkada", @@ -8373,14 +8362,14 @@ "difficulty": "Easy", "premium": false, "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 5 - }, { "name": "LinkedIn", "slug": "linkedin", + "frequency": 4 + }, + { + "name": "Amazon", + "slug": "amazon", "frequency": 3 }, { @@ -8413,7 +8402,7 @@ { "name": "LinkedIn", "slug": "linkedin", - "frequency": 11 + "frequency": 12 }, { "name": "Amazon", @@ -8421,13 +8410,13 @@ "frequency": 6 }, { - "name": "Meta", - "slug": "facebook", + "name": "Google", + "slug": "google", "frequency": 4 }, { - "name": "Google", - "slug": "google", + "name": "Meta", + "slug": "facebook", "frequency": 3 }, { @@ -8455,12 +8444,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 5 + "frequency": 4 }, { "name": "Google", "slug": "google", - "frequency": 4 + "frequency": 3 }, { "name": "Meta", @@ -8526,24 +8515,24 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 4 - }, { "name": "Meta", "slug": "facebook", "frequency": 3 }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 2 - }, { "name": "Google", "slug": "google", + "frequency": 3 + }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 3 + }, + { + "name": "Microsoft", + "slug": "microsoft", "frequency": 2 }, { @@ -8613,17 +8602,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 80 + "frequency": 79 }, { "name": "Amazon", "slug": "amazon", - "frequency": 25 - }, - { - "name": "Atlassian", - "slug": "atlassian", - "frequency": 8 + "frequency": 24 }, { "name": "Microsoft", @@ -8633,12 +8617,17 @@ { "name": "LinkedIn", "slug": "linkedin", - "frequency": 6 + "frequency": 7 + }, + { + "name": "Atlassian", + "slug": "atlassian", + "frequency": 7 }, { "name": "Google", "slug": "google", - "frequency": 4 + "frequency": 3 }, { "name": "Apple", @@ -8650,11 +8639,6 @@ "slug": "bloomberg", "frequency": 3 }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 3 - }, { "name": "Adobe", "slug": "adobe", @@ -8670,6 +8654,11 @@ "slug": "oracle", "frequency": 2 }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 2 + }, { "name": "Intuit", "slug": "intuit", @@ -8764,11 +8753,6 @@ "name": "Bloomberg", "slug": "bloomberg", "frequency": 3 - }, - { - "name": "Snowflake", - "slug": "snowflake", - "frequency": 2 } ] }, @@ -8850,6 +8834,11 @@ "slug": "mongodb", "frequency": 5 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 4 + }, { "name": "General Motors", "slug": "general-motors", @@ -8870,11 +8859,6 @@ "slug": "facebook", "frequency": 3 }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 3 - }, { "name": "Roblox", "slug": "roblox", @@ -8920,17 +8904,17 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 16 + "frequency": 15 }, { "name": "Google", "slug": "google", - "frequency": 11 + "frequency": 10 }, { "name": "Meta", "slug": "facebook", - "frequency": 7 + "frequency": 6 }, { "name": "Bloomberg", @@ -8987,7 +8971,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 9 + "frequency": 10 }, { "name": "Amazon", @@ -9075,12 +9059,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 9 + "frequency": 10 }, { "name": "Two Sigma", "slug": "two-sigma", - "frequency": 6 + "frequency": 5 }, { "name": "Microsoft", @@ -9147,7 +9131,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 20 + "frequency": 19 }, { "name": "Meta", @@ -9200,8 +9184,8 @@ "frequency": 3 }, { - "name": "Tinder", - "slug": "tinder", + "name": "Okta", + "slug": "okta", "frequency": 3 }, { @@ -9244,24 +9228,19 @@ "slug": "splunk", "frequency": 2 }, - { - "name": "PayPal", - "slug": "paypal", - "frequency": 2 - }, { "name": "Visa", "slug": "visa", "frequency": 2 }, { - "name": "Snowflake", - "slug": "snowflake", + "name": "Tinder", + "slug": "tinder", "frequency": 2 }, { - "name": "Okta", - "slug": "okta", + "name": "Snowflake", + "slug": "snowflake", "frequency": 2 }, { @@ -9321,22 +9300,22 @@ { "name": "Google", "slug": "google", - "frequency": 220 + "frequency": 217 }, { "name": "Amazon", "slug": "amazon", - "frequency": 112 + "frequency": 109 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 65 + "frequency": 64 }, { "name": "Meta", "slug": "facebook", - "frequency": 51 + "frequency": 48 }, { "name": "Bloomberg", @@ -9348,6 +9327,11 @@ "slug": "apple", "frequency": 9 }, + { + "name": "Cognizant", + "slug": "cognizant", + "frequency": 5 + }, { "name": "Walmart Labs", "slug": "walmart-labs", @@ -9374,8 +9358,8 @@ "frequency": 4 }, { - "name": "Cognizant", - "slug": "cognizant", + "name": "J.P. Morgan", + "slug": "jpmorgan", "frequency": 4 }, { @@ -9388,11 +9372,6 @@ "slug": "intel", "frequency": 4 }, - { - "name": "Pwc", - "slug": "pwc", - "frequency": 4 - }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -9413,11 +9392,6 @@ "slug": "wipro", "frequency": 3 }, - { - "name": "J.P. Morgan", - "slug": "jpmorgan", - "frequency": 3 - }, { "name": "tcs", "slug": "tcs", @@ -9429,8 +9403,8 @@ "frequency": 3 }, { - "name": "Snowflake", - "slug": "snowflake", + "name": "Capgemini", + "slug": "capgemini", "frequency": 3 }, { @@ -9488,11 +9462,6 @@ "slug": "accenture", "frequency": 2 }, - { - "name": "Capgemini", - "slug": "capgemini", - "frequency": 2 - }, { "name": "Tiger Analytics", "slug": "tiger-analytics", @@ -9503,6 +9472,16 @@ "slug": "synopsys", "frequency": 2 }, + { + "name": "Snowflake", + "slug": "snowflake", + "frequency": 2 + }, + { + "name": "Pwc", + "slug": "pwc", + "frequency": 2 + }, { "name": "LinkedIn", "slug": "linkedin", @@ -9518,11 +9497,6 @@ "slug": "uber", "frequency": 2 }, - { - "name": "ServiceNow", - "slug": "servicenow", - "frequency": 2 - }, { "name": "PayPal", "slug": "paypal", @@ -9603,7 +9577,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 14 + "frequency": 13 }, { "name": "Uber", @@ -9618,7 +9592,7 @@ { "name": "Google", "slug": "google", - "frequency": 6 + "frequency": 5 }, { "name": "Instacart", @@ -9629,6 +9603,11 @@ "name": "Yandex", "slug": "yandex", "frequency": 2 + }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 2 } ] }, @@ -9647,11 +9626,6 @@ "slug": "amazon", "frequency": 6 }, - { - "name": "Microstrategy", - "slug": "microstrategy", - "frequency": 3 - }, { "name": "Google", "slug": "google", @@ -9667,6 +9641,11 @@ "slug": "microsoft", "frequency": 2 }, + { + "name": "Microstrategy", + "slug": "microstrategy", + "frequency": 2 + }, { "name": "Agoda", "slug": "agoda", @@ -9687,23 +9666,23 @@ { "name": "Google", "slug": "google", - "frequency": 40 + "frequency": 39 }, { "name": "Amazon", "slug": "amazon", - "frequency": 25 - }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 16 + "frequency": 27 }, { "name": "Microsoft", "slug": "microsoft", "frequency": 16 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 15 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -9712,12 +9691,12 @@ { "name": "TikTok", "slug": "tiktok", - "frequency": 4 + "frequency": 6 }, { "name": "Visa", "slug": "visa", - "frequency": 3 + "frequency": 4 }, { "name": "Oracle", @@ -9789,12 +9768,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 6 + "frequency": 7 }, { "name": "Amazon", "slug": "amazon", - "frequency": 5 + "frequency": 6 }, { "name": "Bloomberg", @@ -9836,7 +9815,7 @@ { "name": "Apple", "slug": "apple", - "frequency": 3 + "frequency": 4 }, { "name": "Airbnb", @@ -9890,39 +9869,34 @@ "slug": "google", "frequency": 18 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 10 - }, { "name": "Amazon", "slug": "amazon", "frequency": 9 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 9 + }, { "name": "Microsoft", "slug": "microsoft", "frequency": 7 }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 4 - }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 3 }, { - "name": "Morgan Stanley", - "slug": "morgan-stanley", + "name": "Oracle", + "slug": "oracle", "frequency": 3 }, { - "name": "tcs", - "slug": "tcs", + "name": "Morgan Stanley", + "slug": "morgan-stanley", "frequency": 3 }, { @@ -9945,6 +9919,11 @@ "slug": "samsung", "frequency": 2 }, + { + "name": "tcs", + "slug": "tcs", + "frequency": 2 + }, { "name": "Slice", "slug": "slice", @@ -9995,22 +9974,22 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 48 - }, - { - "name": "Goldman Sachs", - "slug": "goldman-sachs", - "frequency": 45 + "frequency": 46 }, { "name": "Google", "slug": "google", - "frequency": 40 + "frequency": 42 + }, + { + "name": "Goldman Sachs", + "slug": "goldman-sachs", + "frequency": 41 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 21 + "frequency": 20 }, { "name": "Microsoft", @@ -10028,8 +10007,8 @@ "frequency": 4 }, { - "name": "Zopsmart", - "slug": "zopsmart", + "name": "Visa", + "slug": "visa", "frequency": 4 }, { @@ -10037,6 +10016,11 @@ "slug": "zoho", "frequency": 3 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 3 + }, { "name": "Walmart Labs", "slug": "walmart-labs", @@ -10058,8 +10042,8 @@ "frequency": 3 }, { - "name": "Visa", - "slug": "visa", + "name": "Zopsmart", + "slug": "zopsmart", "frequency": 3 }, { @@ -10067,11 +10051,6 @@ "slug": "uber", "frequency": 2 }, - { - "name": "Apple", - "slug": "apple", - "frequency": 2 - }, { "name": "Samsung", "slug": "samsung", @@ -10182,7 +10161,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 34 + "frequency": 33 }, { "name": "Google", @@ -10192,7 +10171,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 15 + "frequency": 14 }, { "name": "Bloomberg", @@ -10207,6 +10186,11 @@ { "name": "Goldman Sachs", "slug": "goldman-sachs", + "frequency": 4 + }, + { + "name": "Flipkart", + "slug": "flipkart", "frequency": 3 }, { @@ -10229,11 +10213,6 @@ "slug": "deloitte", "frequency": 3 }, - { - "name": "Flipkart", - "slug": "flipkart", - "frequency": 2 - }, { "name": "Zoho", "slug": "zoho", @@ -10323,7 +10302,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 15 + "frequency": 14 } ] }, @@ -10393,7 +10372,7 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 4 + "frequency": 3 }, { "name": "Microsoft", @@ -10475,7 +10454,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 18 + "frequency": 20 }, { "name": "Goldman Sachs", @@ -10485,31 +10464,31 @@ { "name": "Meta", "slug": "facebook", - "frequency": 12 - }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 10 + "frequency": 11 }, { "name": "Rippling", "slug": "rippling", "frequency": 10 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 9 + }, { "name": "Walmart Labs", "slug": "walmart-labs", "frequency": 3 }, - { - "name": "Accenture", - "slug": "accenture", - "frequency": 2 - }, { "name": "Cognizant", "slug": "cognizant", + "frequency": 3 + }, + { + "name": "Accenture", + "slug": "accenture", "frequency": 2 }, { @@ -10528,13 +10507,13 @@ "frequency": 2 }, { - "name": "Palo Alto Networks", - "slug": "palo-alto-networks", + "name": "tcs", + "slug": "tcs", "frequency": 2 }, { - "name": "Okta", - "slug": "okta", + "name": "Palo Alto Networks", + "slug": "palo-alto-networks", "frequency": 2 }, { @@ -10557,17 +10536,17 @@ { "name": "Google", "slug": "google", - "frequency": 22 - }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 19 + "frequency": 23 }, { "name": "Amazon", "slug": "amazon", - "frequency": 17 + "frequency": 18 + }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 18 }, { "name": "Microsoft", @@ -10631,7 +10610,7 @@ { "name": "Google", "slug": "google", - "frequency": 15 + "frequency": 14 }, { "name": "Amazon", @@ -10641,7 +10620,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 8 + "frequency": 7 }, { "name": "Meta", @@ -10661,7 +10640,7 @@ { "name": "Yandex", "slug": "yandex", - "frequency": 4 + "frequency": 3 }, { "name": "Oracle", @@ -10879,7 +10858,7 @@ { "name": "Google", "slug": "google", - "frequency": 7 + "frequency": 6 }, { "name": "Amazon", @@ -10896,16 +10875,16 @@ "slug": "facebook", "frequency": 4 }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 4 - }, { "name": "Infosys", "slug": "infosys", "frequency": 4 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 3 + }, { "name": "Oracle", "slug": "oracle", From 927a2920974fe1418c1d2c1f127bec2056bfdcf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 17:48:29 -0500 Subject: [PATCH 289/297] Bump node-forge from 1.3.1 to 1.3.2 (#376) Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.2. - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: node-forge dependency-version: 1.3.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 49 +++++++++++++++++++++++++++++++---------------- 1 file changed, 33 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f02f1f2..3b29e587 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,6 +78,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz", "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==", + "peer": true, "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/generator": "^7.28.5", @@ -641,6 +642,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.27.1.tgz", "integrity": "sha512-p9OkPbZ5G7UT1MofwYFigGebnrzGJacoBSQM0/6bi/PUMVE+qlWDD/OalvQKbwgQzU6dl0xAv6r4X7Jme0RYxA==", + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1466,6 +1468,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.27.1.tgz", "integrity": "sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==", + "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-module-imports": "^7.27.1", @@ -3202,6 +3205,7 @@ "version": "2.11.8", "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + "peer": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/popperjs" @@ -3985,6 +3989,7 @@ "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", + "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "5.62.0", "@typescript-eslint/types": "5.62.0", @@ -4346,6 +4351,7 @@ "version": "8.15.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -4435,6 +4441,7 @@ "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "peer": true, "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -5292,6 +5299,7 @@ "url": "https://github.com/sponsors/ai" } ], + "peer": true, "dependencies": { "baseline-browser-mapping": "^2.8.25", "caniuse-lite": "^1.0.30001754", @@ -7139,6 +7147,7 @@ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz", "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", @@ -7331,6 +7340,7 @@ "version": "2.32.0", "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz", "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==", + "peer": true, "dependencies": { "@rtsao/scc": "^1.1.0", "array-includes": "^3.1.9", @@ -7405,6 +7415,7 @@ "version": "6.10.2", "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz", "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==", + "peer": true, "dependencies": { "aria-query": "^5.3.2", "array-includes": "^3.1.8", @@ -7454,6 +7465,7 @@ "version": "7.37.5", "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz", "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==", + "peer": true, "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", @@ -7485,6 +7497,7 @@ "version": "4.6.2", "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz", "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==", + "peer": true, "engines": { "node": ">=10" }, @@ -9892,6 +9905,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", + "peer": true, "dependencies": { "@jest/core": "^27.5.1", "import-local": "^3.0.2", @@ -10830,6 +10844,7 @@ "version": "1.21.7", "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz", "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", + "peer": true, "bin": { "jiti": "bin/jiti.js" } @@ -12058,9 +12073,10 @@ "optional": true }, "node_modules/node-forge": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", - "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.2.tgz", + "integrity": "sha512-6xKiQ+cph9KImrRh0VsjH2d8/GXA4FIMlgU4B757iI1ApvcyA9VlouP0yZJha01V+huImO+kKMU7ih+2+E14fw==", + "license": "(BSD-3-Clause OR GPL-2.0)", "engines": { "node": ">= 6.13.0" } @@ -12744,6 +12760,7 @@ "url": "https://github.com/sponsors/ai" } ], + "peer": true, "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", @@ -13821,6 +13838,7 @@ "version": "6.1.2", "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", + "peer": true, "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -13929,6 +13947,7 @@ "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", "dev": true, + "peer": true, "bin": { "prettier": "bin-prettier.js" }, @@ -14117,6 +14136,7 @@ "version": "15.8.1", "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "peer": true, "dependencies": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", @@ -14282,6 +14302,7 @@ "version": "18.3.1", "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "peer": true, "dependencies": { "loose-envify": "^1.1.0" }, @@ -14351,6 +14372,7 @@ "version": "18.3.1", "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", + "peer": true, "dependencies": { "loose-envify": "^1.1.0", "scheduler": "^0.23.2" @@ -14440,6 +14462,7 @@ "version": "0.11.0", "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz", "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==", + "peer": true, "engines": { "node": ">=0.10.0" } @@ -14987,6 +15010,7 @@ "version": "2.79.2", "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz", "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==", + "peer": true, "bin": { "rollup": "dist/bin/rollup" }, @@ -15137,6 +15161,7 @@ "version": "1.94.0", "resolved": "https://registry.npmjs.org/sass/-/sass-1.94.0.tgz", "integrity": "sha512-Dqh7SiYcaFtdv5Wvku6QgS5IGPm281L+ZtVD1U2FJa7Q0EFRlq8Z3sjYtz6gYObsYThUOz9ArwFqPZx+1azILQ==", + "peer": true, "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", @@ -15261,6 +15286,7 @@ "version": "8.17.1", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -16550,19 +16576,6 @@ } } }, - "node_modules/tailwindcss/node_modules/yaml": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz", - "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==", - "optional": true, - "peer": true, - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14.6" - } - }, "node_modules/tapable": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", @@ -16909,6 +16922,7 @@ "version": "0.20.2", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "peer": true, "engines": { "node": ">=10" }, @@ -17410,6 +17424,7 @@ "version": "5.102.1", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.102.1.tgz", "integrity": "sha512-7h/weGm9d/ywQ6qzJ+Xy+r9n/3qgp/thalBbpOi5i223dPXKi04IBtqPN9nTd+jBc7QKfvDbaBnFipYp4sJAUQ==", + "peer": true, "dependencies": { "@types/eslint-scope": "^3.7.7", "@types/estree": "^1.0.8", @@ -17479,6 +17494,7 @@ "version": "4.15.2", "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz", "integrity": "sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==", + "peer": true, "dependencies": { "@types/bonjour": "^3.5.9", "@types/connect-history-api-fallback": "^1.3.5", @@ -17866,6 +17882,7 @@ "version": "8.17.1", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", From f51f51107cb4df3c2d5d5ad4ba85b797c2363aff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 17:50:28 -0500 Subject: [PATCH 290/297] Bump js-yaml from 3.14.1 to 3.14.2 (#377) Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.14.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3b29e587..db093460 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2417,9 +2417,10 @@ } }, "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz", + "integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==", + "license": "MIT", "dependencies": { "argparse": "^1.0.7", "esprima": "^4.0.0" @@ -10855,9 +10856,10 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -16453,9 +16455,10 @@ } }, "node_modules/svgo/node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz", + "integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==", + "license": "MIT", "dependencies": { "argparse": "^1.0.7", "esprima": "^4.0.0" From 145856615324b2b8a354bccbcd2eeb69742f9b32 Mon Sep 17 00:00:00 2001 From: seanprashad Date: Sun, 30 Nov 2025 12:04:16 +0000 Subject: [PATCH 291/297] Update questions via run-cron GitHub Action --- src/data/questions.json | 1598 ++++++++++++++++++++------------------- 1 file changed, 809 insertions(+), 789 deletions(-) diff --git a/src/data/questions.json b/src/data/questions.json index 29ec55f5..16aeee8f 100644 --- a/src/data/questions.json +++ b/src/data/questions.json @@ -1,5 +1,5 @@ { - "updated": "2025-11-23T14:02:25.084766", + "updated": "2025-11-30T12:04:16.309313", "data": [ { "id": 0, @@ -84,16 +84,16 @@ "slug": "google", "frequency": 3 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 3 - }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 2 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 2 + }, { "name": "Nvidia", "slug": "nvidia", @@ -108,11 +108,6 @@ "name": "Arista Networks", "slug": "arista-networks", "frequency": 2 - }, - { - "name": "IBM", - "slug": "ibm", - "frequency": 2 } ] }, @@ -152,12 +147,12 @@ { "name": "Google", "slug": "google", - "frequency": 17 + "frequency": 16 }, { "name": "Amazon", "slug": "amazon", - "frequency": 13 + "frequency": 12 }, { "name": "Meta", @@ -194,12 +189,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 14 + "frequency": 15 }, { "name": "Google", "slug": "google", - "frequency": 8 + "frequency": 9 }, { "name": "Meta", @@ -221,25 +216,20 @@ "slug": "apple", "frequency": 4 }, - { - "name": "PayPal", - "slug": "paypal", - "frequency": 3 - }, { "name": "Yandex", "slug": "yandex", - "frequency": 3 + "frequency": 4 }, { - "name": "Asana", - "slug": "asana", + "name": "PayPal", + "slug": "paypal", "frequency": 3 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 2 + "frequency": 3 }, { "name": "Zoho", @@ -251,6 +241,11 @@ "slug": "thousandeyes", "frequency": 2 }, + { + "name": "Asana", + "slug": "asana", + "frequency": 2 + }, { "name": "Uber", "slug": "uber", @@ -298,7 +293,7 @@ { "name": "Google", "slug": "google", - "frequency": 8 + "frequency": 9 }, { "name": "Microsoft", @@ -387,23 +382,23 @@ { "name": "Meta", "slug": "facebook", - "frequency": 16 + "frequency": 15 }, { "name": "Amazon", "slug": "amazon", "frequency": 6 }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 5 - }, { "name": "Microsoft", "slug": "microsoft", "frequency": 4 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 3 + }, { "name": "Walmart Labs", "slug": "walmart-labs", @@ -476,16 +471,16 @@ "slug": "amazon", "frequency": 11 }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 7 - }, { "name": "Meta", "slug": "facebook", "frequency": 7 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 6 + }, { "name": "Cisco", "slug": "cisco", @@ -496,11 +491,6 @@ "slug": "apple", "frequency": 5 }, - { - "name": "josh technology", - "slug": "josh-technology", - "frequency": 5 - }, { "name": "Uber", "slug": "uber", @@ -511,6 +501,11 @@ "slug": "capital-one", "frequency": 5 }, + { + "name": "josh technology", + "slug": "josh-technology", + "frequency": 4 + }, { "name": "Zoho", "slug": "zoho", @@ -556,6 +551,11 @@ "slug": "tcs", "frequency": 2 }, + { + "name": "Akamai", + "slug": "akamai", + "frequency": 2 + }, { "name": "Yahoo", "slug": "yahoo", @@ -601,18 +601,13 @@ { "name": "Google", "slug": "google", - "frequency": 16 + "frequency": 15 }, { "name": "Microsoft", "slug": "microsoft", "frequency": 14 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 10 - }, { "name": "Amazon", "slug": "amazon", @@ -623,6 +618,11 @@ "slug": "jpmorgan", "frequency": 9 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 8 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -693,12 +693,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 28 + "frequency": 27 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 20 + "frequency": 19 }, { "name": "Google", @@ -708,7 +708,7 @@ { "name": "Uber", "slug": "uber", - "frequency": 5 + "frequency": 4 }, { "name": "Meta", @@ -730,11 +730,6 @@ "slug": "microsoft", "frequency": 3 }, - { - "name": "Karat", - "slug": "karat", - "frequency": 3 - }, { "name": "Faire", "slug": "faire", @@ -765,6 +760,11 @@ "slug": "cisco", "frequency": 2 }, + { + "name": "Karat", + "slug": "karat", + "frequency": 2 + }, { "name": "Epic Systems", "slug": "epic-systems", @@ -810,12 +810,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 16 + "frequency": 17 }, { "name": "Google", "slug": "google", - "frequency": 10 + "frequency": 8 }, { "name": "Microsoft", @@ -892,17 +892,17 @@ { "name": "Google", "slug": "google", - "frequency": 28 + "frequency": 26 }, { "name": "Amazon", "slug": "amazon", - "frequency": 19 + "frequency": 18 }, { "name": "Meta", "slug": "facebook", - "frequency": 6 + "frequency": 7 }, { "name": "Microsoft", @@ -914,11 +914,6 @@ "slug": "bloomberg", "frequency": 4 }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 4 - }, { "name": "IBM", "slug": "ibm", @@ -944,6 +939,11 @@ "slug": "apple", "frequency": 3 }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 3 + }, { "name": "Okta", "slug": "okta", @@ -996,31 +996,31 @@ { "name": "Meta", "slug": "facebook", - "frequency": 16 + "frequency": 15 }, { "name": "Google", "slug": "google", - "frequency": 16 + "frequency": 14 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 11 + "frequency": 10 }, { "name": "Amazon", "slug": "amazon", "frequency": 7 }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 2 - }, { "name": "PayPal", "slug": "paypal", + "frequency": 3 + }, + { + "name": "Microsoft", + "slug": "microsoft", "frequency": 2 }, { @@ -1053,7 +1053,7 @@ { "name": "Google", "slug": "google", - "frequency": 14 + "frequency": 15 }, { "name": "Meta", @@ -1117,6 +1117,11 @@ "slug": "apple", "frequency": 3 }, + { + "name": "Booking.com", + "slug": "bookingcom", + "frequency": 3 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -1137,11 +1142,6 @@ "slug": "uber", "frequency": 2 }, - { - "name": "Booking.com", - "slug": "bookingcom", - "frequency": 2 - }, { "name": "American Express", "slug": "american-express", @@ -1180,13 +1180,13 @@ "frequency": 3 }, { - "name": "Meta", - "slug": "facebook", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 2 }, { - "name": "Bloomberg", - "slug": "bloomberg", + "name": "Meta", + "slug": "facebook", "frequency": 2 }, { @@ -1209,7 +1209,7 @@ { "name": "Google", "slug": "google", - "frequency": 5 + "frequency": 4 }, { "name": "Meta", @@ -1246,7 +1246,7 @@ { "name": "Google", "slug": "google", - "frequency": 7 + "frequency": 6 }, { "name": "Microsoft", @@ -1258,16 +1258,16 @@ "slug": "bloomberg", "frequency": 4 }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 4 - }, { "name": "Airbnb", "slug": "airbnb", "frequency": 3 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 3 + }, { "name": "Yahoo", "slug": "yahoo", @@ -1289,9 +1289,9 @@ "frequency": 3 }, { - "name": "Meta", - "slug": "facebook", - "frequency": 2 + "name": "TikTok", + "slug": "tiktok", + "frequency": 3 }, { "name": "Apple", @@ -1330,11 +1330,6 @@ "slug": "google", "frequency": 4 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 3 - }, { "name": "Rakuten", "slug": "rakuten", @@ -1345,6 +1340,11 @@ "slug": "oracle", "frequency": 3 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 2 + }, { "name": "Amazon", "slug": "amazon", @@ -1382,15 +1382,15 @@ "difficulty": "Medium", "premium": false, "companies": [ + { + "name": "Amazon", + "slug": "amazon", + "frequency": 4 + }, { "name": "Google", "slug": "google", "frequency": 3 - }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 2 } ] }, @@ -1417,12 +1417,12 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 10 + "frequency": 9 }, { "name": "Meta", "slug": "facebook", - "frequency": 8 + "frequency": 7 }, { "name": "Bloomberg", @@ -1444,6 +1444,11 @@ "slug": "apple", "frequency": 5 }, + { + "name": "Grammarly", + "slug": "grammarly", + "frequency": 4 + }, { "name": "Yandex", "slug": "yandex", @@ -1469,11 +1474,6 @@ "slug": "infosys", "frequency": 2 }, - { - "name": "Grammarly", - "slug": "grammarly", - "frequency": 2 - }, { "name": "Expedia", "slug": "expedia", @@ -1511,7 +1511,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 6 + "frequency": 5 }, { "name": "Microsoft", @@ -1550,16 +1550,16 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Google", - "slug": "google", - "frequency": 8 - }, { "name": "Amazon", "slug": "amazon", "frequency": 6 }, + { + "name": "Google", + "slug": "google", + "frequency": 6 + }, { "name": "Microsoft", "slug": "microsoft", @@ -1595,7 +1595,7 @@ { "name": "Google", "slug": "google", - "frequency": 10 + "frequency": 9 }, { "name": "LinkedIn", @@ -1612,16 +1612,16 @@ "slug": "facebook", "frequency": 5 }, - { - "name": "Apple", - "slug": "apple", - "frequency": 4 - }, { "name": "Epic Systems", "slug": "epic-systems", "frequency": 4 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 3 + }, { "name": "Accenture", "slug": "accenture", @@ -1652,6 +1652,11 @@ "slug": "goldman-sachs", "frequency": 2 }, + { + "name": "ServiceNow", + "slug": "servicenow", + "frequency": 2 + }, { "name": "DE Shaw", "slug": "de-shaw", @@ -1693,7 +1698,7 @@ { "name": "Confluent", "slug": "confluent", - "frequency": 4 + "frequency": 5 }, { "name": "Bloomberg", @@ -1708,7 +1713,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 3 + "frequency": 2 } ] }, @@ -1725,17 +1730,17 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 21 + "frequency": 22 }, { "name": "Google", "slug": "google", - "frequency": 20 + "frequency": 19 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 8 + "frequency": 7 }, { "name": "Bloomberg", @@ -1757,16 +1762,16 @@ "slug": "goldman-sachs", "frequency": 3 }, - { - "name": "Zoho", - "slug": "zoho", - "frequency": 3 - }, { "name": "TikTok", "slug": "tiktok", "frequency": 2 }, + { + "name": "Zoho", + "slug": "zoho", + "frequency": 2 + }, { "name": "IBM", "slug": "ibm", @@ -1802,18 +1807,18 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 7 - }, - { - "name": "Grammarly", - "slug": "grammarly", - "frequency": 6 + "frequency": 8 }, { "name": "Microsoft", "slug": "microsoft", "frequency": 5 }, + { + "name": "Grammarly", + "slug": "grammarly", + "frequency": 5 + }, { "name": "Agoda", "slug": "agoda", @@ -1859,7 +1864,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 21 + "frequency": 20 }, { "name": "Google", @@ -1906,6 +1911,11 @@ "slug": "infosys", "frequency": 2 }, + { + "name": "Walmart Labs", + "slug": "walmart-labs", + "frequency": 2 + }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -1936,17 +1946,17 @@ { "name": "Meta", "slug": "facebook", - "frequency": 55 + "frequency": 53 }, { "name": "Amazon", "slug": "amazon", - "frequency": 46 + "frequency": 43 }, { "name": "Google", "slug": "google", - "frequency": 41 + "frequency": 42 }, { "name": "Microsoft", @@ -1958,16 +1968,16 @@ "slug": "bloomberg", "frequency": 15 }, - { - "name": "Apple", - "slug": "apple", - "frequency": 8 - }, { "name": "IBM", "slug": "ibm", "frequency": 8 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 7 + }, { "name": "Agoda", "slug": "agoda", @@ -2068,11 +2078,6 @@ "slug": "akamai", "frequency": 2 }, - { - "name": "Toast", - "slug": "toast", - "frequency": 2 - }, { "name": "Comcast", "slug": "comcast", @@ -2098,11 +2103,6 @@ "slug": "uber", "frequency": 2 }, - { - "name": "Deutsche Bank", - "slug": "deutsche-bank", - "frequency": 2 - }, { "name": "Salesforce", "slug": "salesforce", @@ -2139,13 +2139,13 @@ "frequency": 2 }, { - "name": "Mastercard", - "slug": "mastercard", + "name": "Toast", + "slug": "toast", "frequency": 2 }, { - "name": "Turing", - "slug": "turing", + "name": "Mastercard", + "slug": "mastercard", "frequency": 2 }, { @@ -2178,7 +2178,7 @@ { "name": "Google", "slug": "google", - "frequency": 24 + "frequency": 23 }, { "name": "Microsoft", @@ -2193,7 +2193,7 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 10 + "frequency": 9 }, { "name": "Apple", @@ -2325,18 +2325,18 @@ { "name": "Meta", "slug": "facebook", - "frequency": 10 + "frequency": 8 + }, + { + "name": "Google", + "slug": "google", + "frequency": 5 }, { "name": "Amazon", "slug": "amazon", "frequency": 3 }, - { - "name": "Google", - "slug": "google", - "frequency": 2 - }, { "name": "Bloomberg", "slug": "bloomberg", @@ -2506,7 +2506,7 @@ { "name": "Google", "slug": "google", - "frequency": 11 + "frequency": 10 }, { "name": "LinkedIn", @@ -2538,11 +2538,6 @@ "slug": "swiggy", "frequency": 2 }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 2 - }, { "name": "Adobe", "slug": "adobe", @@ -2578,7 +2573,7 @@ { "name": "Google", "slug": "google", - "frequency": 14 + "frequency": 12 }, { "name": "Amazon", @@ -2595,19 +2590,19 @@ "slug": "bloomberg", "frequency": 6 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 5 - }, { "name": "TikTok", "slug": "tiktok", - "frequency": 5 + "frequency": 6 }, { "name": "Block", "slug": "square", + "frequency": 6 + }, + { + "name": "Meta", + "slug": "facebook", "frequency": 5 }, { @@ -2644,6 +2639,11 @@ "name": "Accenture", "slug": "accenture", "frequency": 2 + }, + { + "name": "Nvidia", + "slug": "nvidia", + "frequency": 2 } ] }, @@ -2660,7 +2660,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 41 + "frequency": 42 }, { "name": "Google", @@ -2675,17 +2675,17 @@ { "name": "Meta", "slug": "facebook", - "frequency": 18 + "frequency": 17 }, { "name": "Cisco", "slug": "cisco", - "frequency": 16 + "frequency": 14 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 12 + "frequency": 13 }, { "name": "tcs", @@ -2697,6 +2697,11 @@ "slug": "tiktok", "frequency": 4 }, + { + "name": "Deloitte", + "slug": "deloitte", + "frequency": 4 + }, { "name": "Yandex", "slug": "yandex", @@ -2732,11 +2737,6 @@ "slug": "epam-systems", "frequency": 3 }, - { - "name": "Deloitte", - "slug": "deloitte", - "frequency": 3 - }, { "name": "Cognizant", "slug": "cognizant", @@ -2747,6 +2747,11 @@ "slug": "ebay", "frequency": 2 }, + { + "name": "Adobe", + "slug": "adobe", + "frequency": 2 + }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -2842,17 +2847,22 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 7 + "frequency": 6 }, { "name": "Google", "slug": "google", - "frequency": 6 + "frequency": 5 }, { "name": "Meta", "slug": "facebook", - "frequency": 5 + "frequency": 4 + }, + { + "name": "MongoDB", + "slug": "mongodb", + "frequency": 4 }, { "name": "Bloomberg", @@ -2869,6 +2879,11 @@ "slug": "uber", "frequency": 2 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 2 + }, { "name": "Walmart Labs", "slug": "walmart-labs", @@ -2879,16 +2894,6 @@ "slug": "tiktok", "frequency": 2 }, - { - "name": "MongoDB", - "slug": "mongodb", - "frequency": 2 - }, - { - "name": "LinkedIn", - "slug": "linkedin", - "frequency": 2 - }, { "name": "Arista Networks", "slug": "arista-networks", @@ -3013,7 +3018,7 @@ { "name": "Google", "slug": "google", - "frequency": 17 + "frequency": 16 }, { "name": "Meta", @@ -3066,12 +3071,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 19 + "frequency": 18 }, { "name": "Google", "slug": "google", - "frequency": 19 + "frequency": 17 }, { "name": "Meta", @@ -3181,14 +3186,14 @@ "frequency": 4 }, { - "name": "Salesforce", - "slug": "salesforce", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 4 }, { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 3 + "name": "Salesforce", + "slug": "salesforce", + "frequency": 4 }, { "name": "Anduril", @@ -3262,7 +3267,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 8 + "frequency": 9 }, { "name": "Microsoft", @@ -3337,6 +3342,11 @@ "name": "TikTok", "slug": "tiktok", "frequency": 3 + }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 2 } ] }, @@ -3354,7 +3364,7 @@ { "name": "Google", "slug": "google", - "frequency": 5 + "frequency": 4 }, { "name": "Microsoft", @@ -3433,7 +3443,7 @@ { "name": "Google", "slug": "google", - "frequency": 10 + "frequency": 11 }, { "name": "Amazon", @@ -3441,14 +3451,14 @@ "frequency": 7 }, { - "name": "Meta", - "slug": "facebook", + "name": "Microsoft", + "slug": "microsoft", "frequency": 4 }, { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 3 + "name": "Meta", + "slug": "facebook", + "frequency": 4 }, { "name": "tcs", @@ -3505,12 +3515,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 5 + "frequency": 6 }, { "name": "Oracle", "slug": "oracle", - "frequency": 5 + "frequency": 4 }, { "name": "Visa", @@ -3555,9 +3565,9 @@ "premium": false, "companies": [ { - "name": "Google", - "slug": "google", - "frequency": 8 + "name": "Meta", + "slug": "facebook", + "frequency": 7 }, { "name": "Amazon", @@ -3565,9 +3575,9 @@ "frequency": 7 }, { - "name": "Meta", - "slug": "facebook", - "frequency": 6 + "name": "Google", + "slug": "google", + "frequency": 7 }, { "name": "Microsoft", @@ -3633,26 +3643,26 @@ "slug": "google", "frequency": 9 }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 6 - }, { "name": "Amazon", "slug": "amazon", "frequency": 5 }, { - "name": "Oracle", - "slug": "oracle", - "frequency": 2 + "name": "Microsoft", + "slug": "microsoft", + "frequency": 4 }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 2 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 2 + }, { "name": "Meta", "slug": "facebook", @@ -3710,7 +3720,7 @@ { "name": "Google", "slug": "google", - "frequency": 67 + "frequency": 66 }, { "name": "Amazon", @@ -3720,12 +3730,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 27 + "frequency": 26 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 23 + "frequency": 24 }, { "name": "Bloomberg", @@ -3737,21 +3747,11 @@ "slug": "cisco", "frequency": 4 }, - { - "name": "Nvidia", - "slug": "nvidia", - "frequency": 2 - }, { "name": "Uber", "slug": "uber", "frequency": 2 }, - { - "name": "Goldman Sachs", - "slug": "goldman-sachs", - "frequency": 2 - }, { "name": "Yandex", "slug": "yandex", @@ -3762,11 +3762,21 @@ "slug": "oracle", "frequency": 2 }, + { + "name": "Nvidia", + "slug": "nvidia", + "frequency": 2 + }, { "name": "ByteDance", "slug": "bytedance", "frequency": 2 }, + { + "name": "Goldman Sachs", + "slug": "goldman-sachs", + "frequency": 2 + }, { "name": "Zoho", "slug": "zoho", @@ -3787,12 +3797,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 20 + "frequency": 18 }, { "name": "Google", "slug": "google", - "frequency": 9 + "frequency": 10 }, { "name": "Amazon", @@ -3802,7 +3812,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 5 + "frequency": 6 }, { "name": "Bloomberg", @@ -3861,16 +3871,16 @@ "difficulty": "Medium", "premium": false, "companies": [ + { + "name": "Amazon", + "slug": "amazon", + "frequency": 8 + }, { "name": "Google", "slug": "google", "frequency": 7 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 7 - }, { "name": "Microsoft", "slug": "microsoft", @@ -3908,16 +3918,16 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Google", - "slug": "google", - "frequency": 6 - }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 6 }, + { + "name": "Google", + "slug": "google", + "frequency": 5 + }, { "name": "Meta", "slug": "facebook", @@ -3938,6 +3948,11 @@ "slug": "microsoft", "frequency": 2 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 2 + }, { "name": "Arista Networks", "slug": "arista-networks", @@ -3959,7 +3974,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 12 + "frequency": 11 }, { "name": "Google", @@ -3976,11 +3991,6 @@ "slug": "urban-company", "frequency": 2 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 2 - }, { "name": "Nutanix", "slug": "nutanix", @@ -4003,21 +4013,21 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 51 + "frequency": 49 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 26 - }, - { - "name": "Uber", - "slug": "uber", - "frequency": 13 + "frequency": 28 }, { "name": "Google", "slug": "google", + "frequency": 14 + }, + { + "name": "Uber", + "slug": "uber", "frequency": 13 }, { @@ -4053,22 +4063,22 @@ { "name": "Apple", "slug": "apple", - "frequency": 7 + "frequency": 6 }, { "name": "Snap", "slug": "snapchat", "frequency": 6 }, - { - "name": "Yandex", - "slug": "yandex", - "frequency": 6 - }, { "name": "Oracle", "slug": "oracle", - "frequency": 4 + "frequency": 5 + }, + { + "name": "Yandex", + "slug": "yandex", + "frequency": 5 }, { "name": "Samsung", @@ -4081,8 +4091,8 @@ "frequency": 4 }, { - "name": "Qualcomm", - "slug": "qualcomm", + "name": "Tesla", + "slug": "tesla", "frequency": 4 }, { @@ -4095,16 +4105,6 @@ "slug": "servicenow", "frequency": 3 }, - { - "name": "Tesla", - "slug": "tesla", - "frequency": 3 - }, - { - "name": "Docusign", - "slug": "docusign", - "frequency": 3 - }, { "name": "Zoho", "slug": "zoho", @@ -4120,11 +4120,6 @@ "slug": "wells-fargo", "frequency": 3 }, - { - "name": "eBay", - "slug": "ebay", - "frequency": 3 - }, { "name": "PayPal", "slug": "paypal", @@ -4165,6 +4160,16 @@ "slug": "cisco", "frequency": 2 }, + { + "name": "Docusign", + "slug": "docusign", + "frequency": 2 + }, + { + "name": "Qualcomm", + "slug": "qualcomm", + "frequency": 2 + }, { "name": "Hive", "slug": "hive", @@ -4175,6 +4180,11 @@ "slug": "doordash", "frequency": 2 }, + { + "name": "eBay", + "slug": "ebay", + "frequency": 2 + }, { "name": "SAP", "slug": "sap", @@ -4235,16 +4245,16 @@ "difficulty": "Medium", "premium": true, "companies": [ - { - "name": "Google", - "slug": "google", - "frequency": 4 - }, { "name": "LinkedIn", "slug": "linkedin", "frequency": 3 }, + { + "name": "Google", + "slug": "google", + "frequency": 3 + }, { "name": "Meta", "slug": "facebook", @@ -4338,13 +4348,13 @@ "frequency": 2 }, { - "name": "TikTok", - "slug": "tiktok", + "name": "Nvidia", + "slug": "nvidia", "frequency": 2 }, { - "name": "Nvidia", - "slug": "nvidia", + "name": "TikTok", + "slug": "tiktok", "frequency": 2 }, { @@ -4411,16 +4421,16 @@ "difficulty": "Medium", "premium": false, "companies": [ + { + "name": "Google", + "slug": "google", + "frequency": 10 + }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 4 }, - { - "name": "Google", - "slug": "google", - "frequency": 3 - }, { "name": "Microsoft", "slug": "microsoft", @@ -4461,7 +4471,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 14 + "frequency": 13 }, { "name": "Meta", @@ -4503,7 +4513,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 9 + "frequency": 8 }, { "name": "Google", @@ -4572,24 +4582,24 @@ "difficulty": "Easy", "premium": false, "companies": [ + { + "name": "Amazon", + "slug": "amazon", + "frequency": 23 + }, { "name": "Google", "slug": "google", "frequency": 23 }, { - "name": "Amazon", - "slug": "amazon", - "frequency": 22 + "name": "Microsoft", + "slug": "microsoft", + "frequency": 9 }, { "name": "Meta", "slug": "facebook", - "frequency": 10 - }, - { - "name": "Microsoft", - "slug": "microsoft", "frequency": 9 }, { @@ -4673,7 +4683,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 16 + "frequency": 15 }, { "name": "Amazon", @@ -4712,14 +4722,14 @@ "slug": "amazon", "frequency": 7 }, - { - "name": "LinkedIn", - "slug": "linkedin", - "frequency": 2 - }, { "name": "Google", "slug": "google", + "frequency": 3 + }, + { + "name": "LinkedIn", + "slug": "linkedin", "frequency": 2 }, { @@ -4744,31 +4754,26 @@ "difficulty": "Hard", "premium": false, "companies": [ - { - "name": "Meta", - "slug": "facebook", - "frequency": 28 - }, { "name": "Amazon", "slug": "amazon", - "frequency": 27 + "frequency": 26 + }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 23 }, { "name": "Google", "slug": "google", - "frequency": 9 + "frequency": 10 }, { "name": "Microsoft", "slug": "microsoft", "frequency": 8 }, - { - "name": "Apple", - "slug": "apple", - "frequency": 6 - }, { "name": "Oracle", "slug": "oracle", @@ -4779,6 +4784,16 @@ "slug": "tiktok", "frequency": 6 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 5 + }, + { + "name": "Rippling", + "slug": "rippling", + "frequency": 5 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -4794,11 +4809,6 @@ "slug": "snowflake", "frequency": 4 }, - { - "name": "Rippling", - "slug": "rippling", - "frequency": 4 - }, { "name": "Anduril", "slug": "anduril", @@ -4814,11 +4824,6 @@ "slug": "salesforce", "frequency": 3 }, - { - "name": "Yandex", - "slug": "yandex", - "frequency": 2 - }, { "name": "Palantir Technologies", "slug": "palantir-technologies", @@ -4839,6 +4844,11 @@ "slug": "ebay", "frequency": 2 }, + { + "name": "Yandex", + "slug": "yandex", + "frequency": 2 + }, { "name": "DoorDash", "slug": "doordash", @@ -4894,23 +4904,23 @@ "frequency": 3 }, { - "name": "Amazon", - "slug": "amazon", - "frequency": 2 + "name": "TikTok", + "slug": "tiktok", + "frequency": 3 }, { - "name": "Apple", - "slug": "apple", - "frequency": 2 + "name": "Amazon", + "slug": "amazon", + "frequency": 3 }, { - "name": "TikTok", - "slug": "tiktok", + "name": "Meta", + "slug": "facebook", "frequency": 2 }, { - "name": "Meta", - "slug": "facebook", + "name": "Apple", + "slug": "apple", "frequency": 2 } ] @@ -4928,22 +4938,22 @@ { "name": "Meta", "slug": "facebook", - "frequency": 79 + "frequency": 74 }, { "name": "Google", "slug": "google", - "frequency": 31 - }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 31 + "frequency": 33 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 27 + "frequency": 26 + }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 26 }, { "name": "Microsoft", @@ -4953,6 +4963,11 @@ { "name": "Atlassian", "slug": "atlassian", + "frequency": 13 + }, + { + "name": "IBM", + "slug": "ibm", "frequency": 11 }, { @@ -4961,13 +4976,13 @@ "frequency": 10 }, { - "name": "IBM", - "slug": "ibm", + "name": "Citadel", + "slug": "citadel", "frequency": 9 }, { - "name": "Citadel", - "slug": "citadel", + "name": "Hubspot", + "slug": "hubspot", "frequency": 9 }, { @@ -4990,11 +5005,6 @@ "slug": "adobe", "frequency": 5 }, - { - "name": "IXL", - "slug": "ixl", - "frequency": 5 - }, { "name": "TikTok", "slug": "tiktok", @@ -5006,15 +5016,20 @@ "frequency": 5 }, { - "name": "Yandex", - "slug": "yandex", - "frequency": 5 + "name": "IXL", + "slug": "ixl", + "frequency": 4 }, { "name": "Netflix", "slug": "netflix", "frequency": 4 }, + { + "name": "Yandex", + "slug": "yandex", + "frequency": 4 + }, { "name": "Uber", "slug": "uber", @@ -5080,11 +5095,6 @@ "slug": "patreon", "frequency": 2 }, - { - "name": "Hubspot", - "slug": "hubspot", - "frequency": 2 - }, { "name": "Anduril", "slug": "anduril", @@ -5140,11 +5150,6 @@ "slug": "capital-one", "frequency": 2 }, - { - "name": "Expedia", - "slug": "expedia", - "frequency": 2 - }, { "name": "tcs", "slug": "tcs", @@ -5220,7 +5225,7 @@ { "name": "Yandex", "slug": "yandex", - "frequency": 3 + "frequency": 2 }, { "name": "Amazon", @@ -5267,7 +5272,7 @@ { "name": "Verkada", "slug": "verkada", - "frequency": 3 + "frequency": 2 }, { "name": "Microsoft", @@ -5300,12 +5305,12 @@ { "name": "Google", "slug": "google", - "frequency": 31 + "frequency": 35 }, { "name": "Amazon", "slug": "amazon", - "frequency": 16 + "frequency": 14 }, { "name": "Bloomberg", @@ -5317,35 +5322,35 @@ "slug": "microsoft", "frequency": 9 }, + { + "name": "J.P. Morgan", + "slug": "jpmorgan", + "frequency": 9 + }, { "name": "Atlassian", "slug": "atlassian", - "frequency": 9 + "frequency": 8 + }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 7 }, { - "name": "J.P. Morgan", - "slug": "jpmorgan", - "frequency": 9 + "name": "Oracle", + "slug": "oracle", + "frequency": 7 }, { "name": "TikTok", "slug": "tiktok", - "frequency": 8 - }, - { - "name": "Meta", - "slug": "facebook", "frequency": 7 }, { "name": "Uber", "slug": "uber", - "frequency": 6 - }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 6 + "frequency": 5 }, { "name": "Snap", @@ -5382,11 +5387,6 @@ "slug": "ibm", "frequency": 2 }, - { - "name": "Snowflake", - "slug": "snowflake", - "frequency": 2 - }, { "name": "Anduril", "slug": "anduril", @@ -5401,6 +5401,11 @@ "name": "Lime", "slug": "lime", "frequency": 2 + }, + { + "name": "Snowflake", + "slug": "snowflake", + "frequency": 2 } ] }, @@ -5415,20 +5420,20 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Roblox", - "slug": "roblox", - "frequency": 10 - }, { "name": "Google", "slug": "google", - "frequency": 9 + "frequency": 8 + }, + { + "name": "Roblox", + "slug": "roblox", + "frequency": 8 }, { "name": "Amazon", "slug": "amazon", - "frequency": 8 + "frequency": 7 }, { "name": "Microsoft", @@ -5562,7 +5567,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 3 + "frequency": 4 }, { "name": "Meta", @@ -5617,7 +5622,7 @@ { "name": "Google", "slug": "google", - "frequency": 15 + "frequency": 16 }, { "name": "Amazon", @@ -5629,14 +5634,14 @@ "slug": "microsoft", "frequency": 5 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 3 - }, { "name": "Bloomberg", "slug": "bloomberg", + "frequency": 4 + }, + { + "name": "Meta", + "slug": "facebook", "frequency": 3 }, { @@ -5664,7 +5669,7 @@ { "name": "Google", "slug": "google", - "frequency": 2 + "frequency": 4 }, { "name": "Bloomberg", @@ -5728,7 +5733,7 @@ { "name": "Goldman Sachs", "slug": "goldman-sachs", - "frequency": 8 + "frequency": 7 }, { "name": "Microsoft", @@ -5745,6 +5750,11 @@ "slug": "google", "frequency": 4 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 3 + }, { "name": "Uber", "slug": "uber", @@ -5755,11 +5765,6 @@ "slug": "facebook", "frequency": 2 }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 2 - }, { "name": "Walmart Labs", "slug": "walmart-labs", @@ -5785,7 +5790,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 51 + "frequency": 47 }, { "name": "Amazon", @@ -5795,7 +5800,7 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 10 + "frequency": 9 }, { "name": "Microsoft", @@ -5805,7 +5810,7 @@ { "name": "Google", "slug": "google", - "frequency": 7 + "frequency": 6 }, { "name": "TikTok", @@ -5877,17 +5882,17 @@ { "name": "Google", "slug": "google", - "frequency": 25 + "frequency": 26 }, { "name": "Amazon", "slug": "amazon", - "frequency": 17 + "frequency": 18 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 12 + "frequency": 11 }, { "name": "Bloomberg", @@ -5897,7 +5902,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 10 + "frequency": 11 }, { "name": "TikTok", @@ -5919,11 +5924,21 @@ "slug": "linkedin", "frequency": 3 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 3 + }, { "name": "Arista Networks", "slug": "arista-networks", "frequency": 3 }, + { + "name": "ByteDance", + "slug": "bytedance", + "frequency": 3 + }, { "name": "Yandex", "slug": "yandex", @@ -5934,11 +5949,6 @@ "slug": "f5-networks", "frequency": 2 }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 2 - }, { "name": "Nvidia", "slug": "nvidia", @@ -5950,8 +5960,8 @@ "frequency": 2 }, { - "name": "ByteDance", - "slug": "bytedance", + "name": "PayPal", + "slug": "paypal", "frequency": 2 }, { @@ -6056,12 +6066,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 19 - }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 4 + "frequency": 21 }, { "name": "Google", @@ -6069,9 +6074,9 @@ "frequency": 4 }, { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 4 + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 3 }, { "name": "Goldman Sachs", @@ -6088,6 +6093,11 @@ "slug": "facebook", "frequency": 2 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 2 + }, { "name": "Adobe", "slug": "adobe", @@ -6120,6 +6130,11 @@ "difficulty": "Medium", "premium": false, "companies": [ + { + "name": "Google", + "slug": "google", + "frequency": 5 + }, { "name": "Amazon", "slug": "amazon", @@ -6130,11 +6145,6 @@ "slug": "facebook", "frequency": 5 }, - { - "name": "Google", - "slug": "google", - "frequency": 4 - }, { "name": "Microsoft", "slug": "microsoft", @@ -6167,15 +6177,10 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Yandex", - "slug": "yandex", - "frequency": 6 - }, { "name": "Amazon", "slug": "amazon", - "frequency": 5 + "frequency": 6 }, { "name": "Meta", @@ -6183,20 +6188,25 @@ "frequency": 5 }, { - "name": "LinkedIn", - "slug": "linkedin", + "name": "Yandex", + "slug": "yandex", "frequency": 5 }, { - "name": "Google", - "slug": "google", - "frequency": 4 + "name": "LinkedIn", + "slug": "linkedin", + "frequency": 5 }, { "name": "Coupang", "slug": "coupang", "frequency": 4 }, + { + "name": "Google", + "slug": "google", + "frequency": 3 + }, { "name": "Microsoft", "slug": "microsoft", @@ -6263,17 +6273,17 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 3 - }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 3 + "frequency": 2 }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 2 + }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 2 } ] }, @@ -6287,14 +6297,14 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Google", - "slug": "google", - "frequency": 11 - }, { "name": "Amazon", "slug": "amazon", + "frequency": 12 + }, + { + "name": "Google", + "slug": "google", "frequency": 11 }, { @@ -6305,7 +6315,7 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 2 + "frequency": 3 }, { "name": "Adobe", @@ -6384,7 +6394,7 @@ { "name": "Google", "slug": "google", - "frequency": 16 + "frequency": 15 }, { "name": "Amazon", @@ -6404,7 +6414,7 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 6 + "frequency": 4 }, { "name": "Goldman Sachs", @@ -6451,17 +6461,17 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 19 + "frequency": 17 }, { "name": "Google", "slug": "google", - "frequency": 17 + "frequency": 16 }, { "name": "Meta", "slug": "facebook", - "frequency": 8 + "frequency": 7 }, { "name": "Microsoft", @@ -6523,11 +6533,6 @@ "slug": "coupang", "frequency": 2 }, - { - "name": "DoorDash", - "slug": "doordash", - "frequency": 2 - }, { "name": "DE Shaw", "slug": "de-shaw", @@ -6548,6 +6553,11 @@ "slug": "tiktok", "frequency": 2 }, + { + "name": "DoorDash", + "slug": "doordash", + "frequency": 2 + }, { "name": "Palo Alto Networks", "slug": "palo-alto-networks", @@ -6573,27 +6583,27 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 51 + "frequency": 45 }, { "name": "Google", "slug": "google", - "frequency": 39 + "frequency": 40 + }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 22 }, { "name": "Meta", "slug": "facebook", - "frequency": 22 + "frequency": 21 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 22 - }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 22 + "frequency": 20 }, { "name": "TikTok", @@ -6603,7 +6613,7 @@ { "name": "Oracle", "slug": "oracle", - "frequency": 10 + "frequency": 9 }, { "name": "Yandex", @@ -6618,7 +6628,7 @@ { "name": "Turing", "slug": "turing", - "frequency": 7 + "frequency": 6 }, { "name": "ServiceNow", @@ -6626,14 +6636,14 @@ "frequency": 5 }, { - "name": "Goldman Sachs", - "slug": "goldman-sachs", + "name": "Apple", + "slug": "apple", "frequency": 4 }, { - "name": "Apple", - "slug": "apple", - "frequency": 3 + "name": "Goldman Sachs", + "slug": "goldman-sachs", + "frequency": 4 }, { "name": "Walmart Labs", @@ -6650,6 +6660,16 @@ "slug": "infosys", "frequency": 3 }, + { + "name": "Nvidia", + "slug": "nvidia", + "frequency": 3 + }, + { + "name": "Spotify", + "slug": "spotify", + "frequency": 3 + }, { "name": "IBM", "slug": "ibm", @@ -6685,21 +6705,11 @@ "slug": "zoho", "frequency": 2 }, - { - "name": "Spotify", - "slug": "spotify", - "frequency": 2 - }, { "name": "J.P. Morgan", "slug": "jpmorgan", "frequency": 2 }, - { - "name": "Nvidia", - "slug": "nvidia", - "frequency": 2 - }, { "name": "athenahealth", "slug": "athenahealth", @@ -6745,11 +6755,6 @@ "slug": "adobe", "frequency": 2 }, - { - "name": "SAP", - "slug": "sap", - "frequency": 2 - }, { "name": "Docusign", "slug": "docusign", @@ -6805,6 +6810,11 @@ "slug": "freecharge", "frequency": 2 }, + { + "name": "Ozon", + "slug": "ozon", + "frequency": 2 + }, { "name": "KPMG", "slug": "kpmg", @@ -6859,12 +6869,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 40 + "frequency": 39 }, { "name": "Amazon", "slug": "amazon", - "frequency": 15 + "frequency": 16 }, { "name": "Google", @@ -6879,7 +6889,7 @@ { "name": "Lyft", "slug": "lyft", - "frequency": 6 + "frequency": 5 }, { "name": "LinkedIn", @@ -6887,14 +6897,14 @@ "frequency": 4 }, { - "name": "TikTok", - "slug": "tiktok", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 4 }, { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 3 + "name": "TikTok", + "slug": "tiktok", + "frequency": 4 }, { "name": "Adobe", @@ -6936,6 +6946,11 @@ "slug": "infosys", "frequency": 2 }, + { + "name": "IBM", + "slug": "ibm", + "frequency": 2 + }, { "name": "Meesho", "slug": "meesho", @@ -6963,16 +6978,16 @@ "slug": "amazon", "frequency": 3 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 3 - }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 3 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 2 + }, { "name": "Microsoft", "slug": "microsoft", @@ -7040,12 +7055,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 45 + "frequency": 39 }, { "name": "Asana", "slug": "asana", - "frequency": 5 + "frequency": 6 }, { "name": "Amazon", @@ -7087,7 +7102,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 70 + "frequency": 62 }, { "name": "Google", @@ -7097,16 +7112,16 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 25 + "frequency": 23 }, { "name": "Apple", "slug": "apple", - "frequency": 13 + "frequency": 12 }, { - "name": "TikTok", - "slug": "tiktok", + "name": "Oracle", + "slug": "oracle", "frequency": 8 }, { @@ -7115,20 +7130,20 @@ "frequency": 7 }, { - "name": "Oracle", - "slug": "oracle", - "frequency": 6 - }, - { - "name": "Goldman Sachs", - "slug": "goldman-sachs", - "frequency": 5 + "name": "TikTok", + "slug": "tiktok", + "frequency": 7 }, { "name": "Uber", "slug": "uber", "frequency": 4 }, + { + "name": "Goldman Sachs", + "slug": "goldman-sachs", + "frequency": 4 + }, { "name": "Yahoo", "slug": "yahoo", @@ -7251,6 +7266,11 @@ "difficulty": "Medium", "premium": false, "companies": [ + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 6 + }, { "name": "Meta", "slug": "facebook", @@ -7276,11 +7296,6 @@ "slug": "amazon", "frequency": 2 }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 2 - }, { "name": "EPAM Systems", "slug": "epam-systems", @@ -7302,7 +7317,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 101 + "frequency": 93 }, { "name": "Google", @@ -7314,6 +7329,16 @@ "slug": "amazon", "frequency": 11 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 7 + }, + { + "name": "Apple", + "slug": "apple", + "frequency": 7 + }, { "name": "LinkedIn", "slug": "linkedin", @@ -7324,35 +7349,25 @@ "slug": "spotify", "frequency": 6 }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 5 - }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 4 }, - { - "name": "Goldman Sachs", - "slug": "goldman-sachs", - "frequency": 4 - }, { "name": "TikTok", "slug": "tiktok", "frequency": 3 }, { - "name": "Morgan Stanley", - "slug": "morgan-stanley", + "name": "Goldman Sachs", + "slug": "goldman-sachs", "frequency": 3 }, { - "name": "Apple", - "slug": "apple", - "frequency": 2 + "name": "Morgan Stanley", + "slug": "morgan-stanley", + "frequency": 3 }, { "name": "Oracle", @@ -7395,12 +7410,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 49 + "frequency": 43 }, { "name": "Google", "slug": "google", - "frequency": 2 + "frequency": 8 }, { "name": "Microsoft", @@ -7525,34 +7540,29 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 31 - }, { "name": "Meta", "slug": "facebook", - "frequency": 31 + "frequency": 30 }, { - "name": "Google", - "slug": "google", - "frequency": 7 + "name": "Amazon", + "slug": "amazon", + "frequency": 28 }, { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 5 + "name": "Google", + "slug": "google", + "frequency": 8 }, { "name": "TikTok", "slug": "tiktok", - "frequency": 5 + "frequency": 6 }, { - "name": "Microsoft", - "slug": "microsoft", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 4 }, { @@ -7575,6 +7585,11 @@ "slug": "snowflake", "frequency": 4 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 3 + }, { "name": "Oracle", "slug": "oracle", @@ -7620,11 +7635,6 @@ "slug": "doordash", "frequency": 2 }, - { - "name": "Zomato", - "slug": "zomato", - "frequency": 2 - }, { "name": "Swiggy", "slug": "swiggy", @@ -7653,7 +7663,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 19 + "frequency": 17 }, { "name": "Roblox", @@ -7680,11 +7690,6 @@ "slug": "apple", "frequency": 6 }, - { - "name": "Salesforce", - "slug": "salesforce", - "frequency": 6 - }, { "name": "Snap", "slug": "snapchat", @@ -7695,6 +7700,11 @@ "slug": "bloomberg", "frequency": 5 }, + { + "name": "Salesforce", + "slug": "salesforce", + "frequency": 5 + }, { "name": "TikTok", "slug": "tiktok", @@ -7705,6 +7715,11 @@ "slug": "anduril", "frequency": 4 }, + { + "name": "Netflix", + "slug": "netflix", + "frequency": 3 + }, { "name": "Citadel", "slug": "citadel", @@ -7725,11 +7740,6 @@ "slug": "oracle", "frequency": 2 }, - { - "name": "Netflix", - "slug": "netflix", - "frequency": 2 - }, { "name": "LinkedIn", "slug": "linkedin", @@ -7810,7 +7820,7 @@ { "name": "Uber", "slug": "uber", - "frequency": 20 + "frequency": 23 }, { "name": "Meta", @@ -7822,20 +7832,20 @@ "slug": "google", "frequency": 8 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 5 - }, { "name": "TikTok", "slug": "tiktok", "frequency": 5 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 4 + }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 4 + "frequency": 3 }, { "name": "Apple", @@ -7863,7 +7873,7 @@ { "name": "Google", "slug": "google", - "frequency": 4 + "frequency": 5 } ] }, @@ -7952,7 +7962,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 13 + "frequency": 11 }, { "name": "Meta", @@ -8009,7 +8019,7 @@ { "name": "Google", "slug": "google", - "frequency": 8 + "frequency": 9 }, { "name": "Microsoft", @@ -8082,7 +8092,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 99 + "frequency": 93 }, { "name": "Amazon", @@ -8140,7 +8150,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 22 + "frequency": 21 }, { "name": "Amazon", @@ -8148,14 +8158,14 @@ "frequency": 5 }, { - "name": "Okta", - "slug": "okta", + "name": "Microsoft", + "slug": "microsoft", "frequency": 4 }, { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 3 + "name": "Okta", + "slug": "okta", + "frequency": 4 }, { "name": "Salesforce", @@ -8273,11 +8283,6 @@ "slug": "microsoft", "frequency": 4 }, - { - "name": "Arista Networks", - "slug": "arista-networks", - "frequency": 4 - }, { "name": "Amazon", "slug": "amazon", @@ -8288,6 +8293,11 @@ "slug": "google", "frequency": 3 }, + { + "name": "Arista Networks", + "slug": "arista-networks", + "frequency": 3 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -8297,6 +8307,11 @@ "name": "Avito", "slug": "avito", "frequency": 2 + }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 2 } ] }, @@ -8313,7 +8328,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 76 + "frequency": 74 }, { "name": "Amazon", @@ -8407,7 +8422,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 6 + "frequency": 7 }, { "name": "Google", @@ -8417,7 +8432,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 3 + "frequency": 4 }, { "name": "Bloomberg", @@ -8494,13 +8509,13 @@ "frequency": 2 }, { - "name": "Palo Alto Networks", - "slug": "palo-alto-networks", + "name": "Microsoft", + "slug": "microsoft", "frequency": 2 }, { - "name": "Microsoft", - "slug": "microsoft", + "name": "Palo Alto Networks", + "slug": "palo-alto-networks", "frequency": 2 } ] @@ -8602,7 +8617,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 79 + "frequency": 74 }, { "name": "Amazon", @@ -8639,11 +8654,6 @@ "slug": "bloomberg", "frequency": 3 }, - { - "name": "Adobe", - "slug": "adobe", - "frequency": 3 - }, { "name": "Yandex", "slug": "yandex", @@ -8663,6 +8673,11 @@ "name": "Intuit", "slug": "intuit", "frequency": 2 + }, + { + "name": "Adobe", + "slug": "adobe", + "frequency": 2 } ] }, @@ -8692,11 +8707,6 @@ "slug": "bloomberg", "frequency": 4 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 4 - }, { "name": "Google", "slug": "google", @@ -8707,6 +8717,11 @@ "slug": "facebook", "frequency": 3 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 3 + }, { "name": "Microsoft", "slug": "microsoft", @@ -8732,7 +8747,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 10 + "frequency": 9 }, { "name": "Google", @@ -8774,12 +8789,17 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 8 + "frequency": 7 }, { "name": "Meta", "slug": "facebook", - "frequency": 5 + "frequency": 6 + }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 3 }, { "name": "Google", @@ -8791,14 +8811,9 @@ "slug": "microsoft", "frequency": 2 }, - { - "name": "Citadel", - "slug": "citadel", - "frequency": 2 - }, - { - "name": "Oracle", - "slug": "oracle", + { + "name": "Citadel", + "slug": "citadel", "frequency": 2 }, { @@ -8839,11 +8854,6 @@ "slug": "oracle", "frequency": 4 }, - { - "name": "General Motors", - "slug": "general-motors", - "frequency": 4 - }, { "name": "Docusign", "slug": "docusign", @@ -8859,6 +8869,11 @@ "slug": "facebook", "frequency": 3 }, + { + "name": "General Motors", + "slug": "general-motors", + "frequency": 3 + }, { "name": "Roblox", "slug": "roblox", @@ -8914,7 +8929,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 6 + "frequency": 5 }, { "name": "Bloomberg", @@ -8991,7 +9006,7 @@ { "name": "TikTok", "slug": "tiktok", - "frequency": 5 + "frequency": 4 }, { "name": "Meta", @@ -9062,19 +9077,14 @@ "frequency": 10 }, { - "name": "Two Sigma", - "slug": "two-sigma", + "name": "Uber", + "slug": "uber", "frequency": 5 }, { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 4 - }, - { - "name": "Uber", - "slug": "uber", - "frequency": 4 + "name": "Two Sigma", + "slug": "two-sigma", + "frequency": 5 }, { "name": "Google", @@ -9092,8 +9102,8 @@ "frequency": 4 }, { - "name": "Snowflake", - "slug": "snowflake", + "name": "Microsoft", + "slug": "microsoft", "frequency": 3 }, { @@ -9106,6 +9116,11 @@ "slug": "bloomberg", "frequency": 2 }, + { + "name": "Snowflake", + "slug": "snowflake", + "frequency": 2 + }, { "name": "Meta", "slug": "facebook", @@ -9131,18 +9146,23 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 19 + "frequency": 18 }, { "name": "Meta", "slug": "facebook", - "frequency": 13 + "frequency": 11 }, { "name": "Microsoft", "slug": "microsoft", "frequency": 6 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 4 + }, { "name": "IXL", "slug": "ixl", @@ -9153,11 +9173,6 @@ "slug": "anduril", "frequency": 4 }, - { - "name": "Apple", - "slug": "apple", - "frequency": 3 - }, { "name": "Google", "slug": "google", @@ -9169,8 +9184,8 @@ "frequency": 3 }, { - "name": "Oracle", - "slug": "oracle", + "name": "Citadel", + "slug": "citadel", "frequency": 3 }, { @@ -9193,19 +9208,24 @@ "slug": "coupang", "frequency": 3 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 2 + }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 2 }, { - "name": "Flipkart", - "slug": "flipkart", + "name": "Spotify", + "slug": "spotify", "frequency": 2 }, { - "name": "Citadel", - "slug": "citadel", + "name": "Flipkart", + "slug": "flipkart", "frequency": 2 }, { @@ -9238,11 +9258,6 @@ "slug": "tinder", "frequency": 2 }, - { - "name": "Snowflake", - "slug": "snowflake", - "frequency": 2 - }, { "name": "KLA", "slug": "kla", @@ -9263,7 +9278,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 23 + "frequency": 18 }, { "name": "Google", @@ -9300,27 +9315,27 @@ { "name": "Google", "slug": "google", - "frequency": 217 + "frequency": 219 }, { "name": "Amazon", "slug": "amazon", - "frequency": 109 + "frequency": 110 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 64 + "frequency": 63 }, { "name": "Meta", "slug": "facebook", - "frequency": 48 + "frequency": 46 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 37 + "frequency": 36 }, { "name": "Apple", @@ -9342,11 +9357,6 @@ "slug": "epam-systems", "frequency": 5 }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 5 - }, { "name": "Oracle", "slug": "oracle", @@ -9372,6 +9382,11 @@ "slug": "intel", "frequency": 4 }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 4 + }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -9382,6 +9397,11 @@ "slug": "deloitte", "frequency": 3 }, + { + "name": "Morgan Stanley", + "slug": "morgan-stanley", + "frequency": 3 + }, { "name": "IBM", "slug": "ibm", @@ -9392,11 +9412,6 @@ "slug": "wipro", "frequency": 3 }, - { - "name": "tcs", - "slug": "tcs", - "frequency": 3 - }, { "name": "HCL", "slug": "hcl", @@ -9417,11 +9432,6 @@ "slug": "adobe", "frequency": 2 }, - { - "name": "Morgan Stanley", - "slug": "morgan-stanley", - "frequency": 2 - }, { "name": "SAP", "slug": "sap", @@ -9457,6 +9467,11 @@ "slug": "american-express", "frequency": 2 }, + { + "name": "tcs", + "slug": "tcs", + "frequency": 2 + }, { "name": "Accenture", "slug": "accenture", @@ -9577,12 +9592,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 13 + "frequency": 11 }, { "name": "Uber", "slug": "uber", - "frequency": 11 + "frequency": 9 }, { "name": "Amazon", @@ -9592,18 +9607,18 @@ { "name": "Google", "slug": "google", - "frequency": 5 - }, - { - "name": "Instacart", - "slug": "instacart", - "frequency": 3 + "frequency": 4 }, { "name": "Yandex", "slug": "yandex", "frequency": 2 }, + { + "name": "Instacart", + "slug": "instacart", + "frequency": 2 + }, { "name": "Microsoft", "slug": "microsoft", @@ -9626,14 +9641,14 @@ "slug": "amazon", "frequency": 6 }, - { - "name": "Google", - "slug": "google", - "frequency": 2 - }, { "name": "Meta", "slug": "facebook", + "frequency": 4 + }, + { + "name": "Google", + "slug": "google", "frequency": 2 }, { @@ -9671,18 +9686,18 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 27 - }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 16 + "frequency": 28 }, { "name": "Meta", "slug": "facebook", "frequency": 15 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 15 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -9763,7 +9778,7 @@ { "name": "Google", "slug": "google", - "frequency": 13 + "frequency": 12 }, { "name": "Meta", @@ -9867,7 +9882,7 @@ { "name": "Google", "slug": "google", - "frequency": 18 + "frequency": 16 }, { "name": "Amazon", @@ -9974,17 +9989,17 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 46 + "frequency": 44 }, { "name": "Google", "slug": "google", - "frequency": 42 + "frequency": 41 }, { "name": "Goldman Sachs", "slug": "goldman-sachs", - "frequency": 41 + "frequency": 37 }, { "name": "Bloomberg", @@ -9994,7 +10009,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 17 + "frequency": 18 }, { "name": "Meta", @@ -10021,11 +10036,6 @@ "slug": "apple", "frequency": 3 }, - { - "name": "Walmart Labs", - "slug": "walmart-labs", - "frequency": 3 - }, { "name": "DE Shaw", "slug": "de-shaw", @@ -10047,13 +10057,13 @@ "frequency": 3 }, { - "name": "Uber", - "slug": "uber", + "name": "Samsung", + "slug": "samsung", "frequency": 2 }, { - "name": "Samsung", - "slug": "samsung", + "name": "Walmart Labs", + "slug": "walmart-labs", "frequency": 2 }, { @@ -10096,6 +10106,11 @@ "slug": "thousandeyes", "frequency": 2 }, + { + "name": "Uber", + "slug": "uber", + "frequency": 2 + }, { "name": "Oracle", "slug": "oracle", @@ -10126,6 +10141,11 @@ "slug": "tcs", "frequency": 2 }, + { + "name": "HashedIn", + "slug": "hashedin", + "frequency": 2 + }, { "name": "Grammarly", "slug": "grammarly", @@ -10171,12 +10191,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 14 + "frequency": 15 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 11 + "frequency": 12 }, { "name": "Microsoft", @@ -10218,6 +10238,11 @@ "slug": "zoho", "frequency": 2 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 2 + }, { "name": "Oracle", "slug": "oracle", @@ -10302,7 +10327,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 14 + "frequency": 13 } ] }, @@ -10372,7 +10397,7 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 3 + "frequency": 4 }, { "name": "Microsoft", @@ -10449,32 +10474,32 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 25 + "frequency": 24 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 20 + "frequency": 19 }, { "name": "Goldman Sachs", "slug": "goldman-sachs", - "frequency": 13 + "frequency": 14 }, { - "name": "Meta", - "slug": "facebook", + "name": "Rippling", + "slug": "rippling", "frequency": 11 }, { - "name": "Rippling", - "slug": "rippling", + "name": "Meta", + "slug": "facebook", "frequency": 10 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 9 + "frequency": 10 }, { "name": "Walmart Labs", @@ -10486,6 +10511,11 @@ "slug": "cognizant", "frequency": 3 }, + { + "name": "tcs", + "slug": "tcs", + "frequency": 2 + }, { "name": "Accenture", "slug": "accenture", @@ -10506,11 +10536,6 @@ "slug": "oracle", "frequency": 2 }, - { - "name": "tcs", - "slug": "tcs", - "frequency": 2 - }, { "name": "Palo Alto Networks", "slug": "palo-alto-networks", @@ -10536,7 +10561,7 @@ { "name": "Google", "slug": "google", - "frequency": 23 + "frequency": 22 }, { "name": "Amazon", @@ -10556,7 +10581,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 10 + "frequency": 9 }, { "name": "tcs", @@ -10610,12 +10635,12 @@ { "name": "Google", "slug": "google", - "frequency": 14 + "frequency": 15 }, { "name": "Amazon", "slug": "amazon", - "frequency": 10 + "frequency": 9 }, { "name": "Microsoft", @@ -10647,11 +10672,6 @@ "slug": "oracle", "frequency": 3 }, - { - "name": "NetApp", - "slug": "netapp", - "frequency": 3 - }, { "name": "SAP", "slug": "sap", @@ -10691,6 +10711,11 @@ "name": "Accenture", "slug": "accenture", "frequency": 2 + }, + { + "name": "NetApp", + "slug": "netapp", + "frequency": 2 } ] }, @@ -10858,7 +10883,7 @@ { "name": "Google", "slug": "google", - "frequency": 6 + "frequency": 5 }, { "name": "Amazon", @@ -10866,8 +10891,8 @@ "frequency": 5 }, { - "name": "Flipkart", - "slug": "flipkart", + "name": "Infosys", + "slug": "infosys", "frequency": 5 }, { @@ -10876,8 +10901,8 @@ "frequency": 4 }, { - "name": "Infosys", - "slug": "infosys", + "name": "Flipkart", + "slug": "flipkart", "frequency": 4 }, { @@ -10909,11 +10934,6 @@ "name": "Zoho", "slug": "zoho", "frequency": 2 - }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 2 } ] } From 2cb82cdf41176c8fe9306f3b259ee353495c260c Mon Sep 17 00:00:00 2001 From: Sean Prashad <13009507+seanprashad@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:21:49 -0500 Subject: [PATCH 292/297] Sync `package.json` and `package-lock`.json to fix deploy pipeline (#378) --- package-lock.json | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/package-lock.json b/package-lock.json index db093460..2594aa88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,6 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz", "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==", - "peer": true, "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/generator": "^7.28.5", @@ -642,7 +641,6 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.27.1.tgz", "integrity": "sha512-p9OkPbZ5G7UT1MofwYFigGebnrzGJacoBSQM0/6bi/PUMVE+qlWDD/OalvQKbwgQzU6dl0xAv6r4X7Jme0RYxA==", - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1468,7 +1466,6 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.27.1.tgz", "integrity": "sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==", - "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-module-imports": "^7.27.1", @@ -3206,7 +3203,6 @@ "version": "2.11.8", "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", - "peer": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/popperjs" @@ -3990,7 +3986,6 @@ "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", - "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "5.62.0", "@typescript-eslint/types": "5.62.0", @@ -4352,7 +4347,6 @@ "version": "8.15.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", - "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -4442,7 +4436,6 @@ "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -5300,7 +5293,6 @@ "url": "https://github.com/sponsors/ai" } ], - "peer": true, "dependencies": { "baseline-browser-mapping": "^2.8.25", "caniuse-lite": "^1.0.30001754", @@ -7148,7 +7140,6 @@ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz", "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", - "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", @@ -7341,7 +7332,6 @@ "version": "2.32.0", "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz", "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==", - "peer": true, "dependencies": { "@rtsao/scc": "^1.1.0", "array-includes": "^3.1.9", @@ -7416,7 +7406,6 @@ "version": "6.10.2", "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz", "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==", - "peer": true, "dependencies": { "aria-query": "^5.3.2", "array-includes": "^3.1.8", @@ -7466,7 +7455,6 @@ "version": "7.37.5", "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz", "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==", - "peer": true, "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", @@ -7498,7 +7486,6 @@ "version": "4.6.2", "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz", "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==", - "peer": true, "engines": { "node": ">=10" }, @@ -9906,7 +9893,6 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", - "peer": true, "dependencies": { "@jest/core": "^27.5.1", "import-local": "^3.0.2", @@ -10845,7 +10831,6 @@ "version": "1.21.7", "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz", "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", - "peer": true, "bin": { "jiti": "bin/jiti.js" } @@ -12762,7 +12747,6 @@ "url": "https://github.com/sponsors/ai" } ], - "peer": true, "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", @@ -13840,7 +13824,6 @@ "version": "6.1.2", "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", - "peer": true, "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -13949,7 +13932,6 @@ "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", "dev": true, - "peer": true, "bin": { "prettier": "bin-prettier.js" }, @@ -14138,7 +14120,6 @@ "version": "15.8.1", "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", - "peer": true, "dependencies": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", @@ -14304,7 +14285,6 @@ "version": "18.3.1", "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", - "peer": true, "dependencies": { "loose-envify": "^1.1.0" }, @@ -14374,7 +14354,6 @@ "version": "18.3.1", "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", - "peer": true, "dependencies": { "loose-envify": "^1.1.0", "scheduler": "^0.23.2" @@ -14464,7 +14443,6 @@ "version": "0.11.0", "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz", "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==", - "peer": true, "engines": { "node": ">=0.10.0" } @@ -15012,7 +14990,6 @@ "version": "2.79.2", "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz", "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==", - "peer": true, "bin": { "rollup": "dist/bin/rollup" }, @@ -15163,7 +15140,6 @@ "version": "1.94.0", "resolved": "https://registry.npmjs.org/sass/-/sass-1.94.0.tgz", "integrity": "sha512-Dqh7SiYcaFtdv5Wvku6QgS5IGPm281L+ZtVD1U2FJa7Q0EFRlq8Z3sjYtz6gYObsYThUOz9ArwFqPZx+1azILQ==", - "peer": true, "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", @@ -15288,7 +15264,6 @@ "version": "8.17.1", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -16925,7 +16900,6 @@ "version": "0.20.2", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "peer": true, "engines": { "node": ">=10" }, @@ -17427,7 +17401,6 @@ "version": "5.102.1", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.102.1.tgz", "integrity": "sha512-7h/weGm9d/ywQ6qzJ+Xy+r9n/3qgp/thalBbpOi5i223dPXKi04IBtqPN9nTd+jBc7QKfvDbaBnFipYp4sJAUQ==", - "peer": true, "dependencies": { "@types/eslint-scope": "^3.7.7", "@types/estree": "^1.0.8", @@ -17497,7 +17470,6 @@ "version": "4.15.2", "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz", "integrity": "sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==", - "peer": true, "dependencies": { "@types/bonjour": "^3.5.9", "@types/connect-history-api-fallback": "^1.3.5", @@ -17885,7 +17857,6 @@ "version": "8.17.1", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", From ab60618272876f3e4cda9b4059de0bff8775a052 Mon Sep 17 00:00:00 2001 From: Sean Prashad <13009507+seanprashad@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:31:53 -0500 Subject: [PATCH 293/297] Clean install dependencies (#379) --- package-lock.json | 2366 ++++++++++++++++++++++++++++++++++----------- 1 file changed, 1800 insertions(+), 566 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2594aa88..ef0a29a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,6 +46,7 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -57,6 +58,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz", "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==", + "license": "MIT", "dependencies": { "@babel/helper-validator-identifier": "^7.27.1", "js-tokens": "^4.0.0", @@ -70,6 +72,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz", "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==", + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -78,6 +81,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz", "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==", + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/generator": "^7.28.5", @@ -107,6 +111,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.28.5.tgz", "integrity": "sha512-fcdRcWahONYo+JRnJg1/AekOacGvKx12Gu0qXJXFi2WBqQA1i7+O5PaxRB7kxE/Op94dExnCiiar6T09pvdHpA==", + "license": "MIT", "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", "eslint-visitor-keys": "^2.1.0", @@ -124,6 +129,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "license": "Apache-2.0", "engines": { "node": ">=10" } @@ -132,6 +138,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz", "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==", + "license": "MIT", "dependencies": { "@babel/parser": "^7.28.5", "@babel/types": "^7.28.5", @@ -147,6 +154,7 @@ "version": "7.27.3", "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz", "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==", + "license": "MIT", "dependencies": { "@babel/types": "^7.27.3" }, @@ -158,6 +166,7 @@ "version": "7.27.2", "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz", "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==", + "license": "MIT", "dependencies": { "@babel/compat-data": "^7.27.2", "@babel/helper-validator-option": "^7.27.1", @@ -173,6 +182,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz", "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==", + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.3", "@babel/helper-member-expression-to-functions": "^7.28.5", @@ -193,6 +203,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz", "integrity": "sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==", + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.3", "regexpu-core": "^6.3.1", @@ -209,6 +220,7 @@ "version": "0.6.5", "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz", "integrity": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==", + "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.27.2", "@babel/helper-plugin-utils": "^7.27.1", @@ -224,6 +236,7 @@ "version": "7.28.0", "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -232,6 +245,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz", "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==", + "license": "MIT", "dependencies": { "@babel/traverse": "^7.28.5", "@babel/types": "^7.28.5" @@ -244,6 +258,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz", "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==", + "license": "MIT", "dependencies": { "@babel/traverse": "^7.27.1", "@babel/types": "^7.27.1" @@ -256,6 +271,7 @@ "version": "7.28.3", "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz", "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==", + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.27.1", "@babel/helper-validator-identifier": "^7.27.1", @@ -272,6 +288,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz", "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==", + "license": "MIT", "dependencies": { "@babel/types": "^7.27.1" }, @@ -283,6 +300,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz", "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==", + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -291,6 +309,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz", "integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==", + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-wrap-function": "^7.27.1", @@ -307,6 +326,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz", "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==", + "license": "MIT", "dependencies": { "@babel/helper-member-expression-to-functions": "^7.27.1", "@babel/helper-optimise-call-expression": "^7.27.1", @@ -323,6 +343,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz", "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==", + "license": "MIT", "dependencies": { "@babel/traverse": "^7.27.1", "@babel/types": "^7.27.1" @@ -335,6 +356,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -343,6 +365,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -351,6 +374,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -359,6 +383,7 @@ "version": "7.28.3", "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz", "integrity": "sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==", + "license": "MIT", "dependencies": { "@babel/template": "^7.27.2", "@babel/traverse": "^7.28.3", @@ -372,6 +397,7 @@ "version": "7.28.4", "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz", "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==", + "license": "MIT", "dependencies": { "@babel/template": "^7.27.2", "@babel/types": "^7.28.4" @@ -384,6 +410,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz", "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==", + "license": "MIT", "dependencies": { "@babel/types": "^7.28.5" }, @@ -398,6 +425,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz", "integrity": "sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/traverse": "^7.28.5" @@ -413,6 +441,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz", "integrity": "sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -427,6 +456,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz", "integrity": "sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -441,6 +471,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz", "integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", @@ -457,6 +488,7 @@ "version": "7.28.3", "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz", "integrity": "sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/traverse": "^7.28.3" @@ -473,6 +505,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.", + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -488,6 +521,7 @@ "version": "7.28.0", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.28.0.tgz", "integrity": "sha512-zOiZqvANjWDUaUS9xMxbMcK/Zccztbe/6ikvUXaG9nsPH3w6qh5UaPGAnirI/WhIbZ8m3OHU0ReyPrknG+ZKeg==", + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", @@ -505,6 +539,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" @@ -521,6 +556,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", "@babel/plugin-syntax-numeric-separator": "^7.10.4" @@ -537,6 +573,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz", "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==", "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.20.2", "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", @@ -554,6 +591,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.", + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -569,6 +607,7 @@ "version": "7.21.0-placeholder-for-preset-env.2", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", + "license": "MIT", "engines": { "node": ">=6.9.0" }, @@ -580,6 +619,7 @@ "version": "7.8.4", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -591,6 +631,7 @@ "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -602,6 +643,7 @@ "version": "7.12.13", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.12.13" }, @@ -613,6 +655,7 @@ "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -627,6 +670,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz", "integrity": "sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -641,6 +685,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.27.1.tgz", "integrity": "sha512-p9OkPbZ5G7UT1MofwYFigGebnrzGJacoBSQM0/6bi/PUMVE+qlWDD/OalvQKbwgQzU6dl0xAv6r4X7Jme0RYxA==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -655,6 +700,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz", "integrity": "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -669,6 +715,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz", "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -683,6 +730,7 @@ "version": "7.10.4", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -694,6 +742,7 @@ "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -705,6 +754,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz", "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -719,6 +769,7 @@ "version": "7.10.4", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -730,6 +781,7 @@ "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -741,6 +793,7 @@ "version": "7.10.4", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -752,6 +805,7 @@ "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -763,6 +817,7 @@ "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -774,6 +829,7 @@ "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -785,6 +841,7 @@ "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -799,6 +856,7 @@ "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -813,6 +871,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz", "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -827,6 +886,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -842,6 +902,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz", "integrity": "sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -856,6 +917,7 @@ "version": "7.28.0", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz", "integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-remap-async-to-generator": "^7.27.1", @@ -872,6 +934,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz", "integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==", + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", @@ -888,6 +951,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz", "integrity": "sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -902,6 +966,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz", "integrity": "sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -916,6 +981,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz", "integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==", + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -931,6 +997,7 @@ "version": "7.28.3", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz", "integrity": "sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==", + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.28.3", "@babel/helper-plugin-utils": "^7.27.1" @@ -946,6 +1013,7 @@ "version": "7.28.4", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz", "integrity": "sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==", + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.3", "@babel/helper-compilation-targets": "^7.27.2", @@ -965,6 +1033,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz", "integrity": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/template": "^7.27.1" @@ -980,6 +1049,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz", "integrity": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/traverse": "^7.28.5" @@ -995,6 +1065,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz", "integrity": "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==", + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -1010,6 +1081,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz", "integrity": "sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1024,6 +1096,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz", "integrity": "sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==", + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -1039,6 +1112,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz", "integrity": "sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1053,6 +1127,7 @@ "version": "7.28.0", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.0.tgz", "integrity": "sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/plugin-transform-destructuring": "^7.28.0" @@ -1068,6 +1143,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz", "integrity": "sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1082,6 +1158,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz", "integrity": "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1096,6 +1173,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.27.1.tgz", "integrity": "sha512-G5eDKsu50udECw7DL2AcsysXiQyB7Nfg521t2OAJ4tbfTJ27doHLeF/vlI1NZGlLdbb/v+ibvtL1YBQqYOwJGg==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/plugin-syntax-flow": "^7.27.1" @@ -1111,6 +1189,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz", "integrity": "sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" @@ -1126,6 +1205,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz", "integrity": "sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==", + "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", @@ -1142,6 +1222,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz", "integrity": "sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1156,6 +1237,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz", "integrity": "sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1170,6 +1252,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz", "integrity": "sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1184,6 +1267,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz", "integrity": "sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1198,6 +1282,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz", "integrity": "sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==", + "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -1213,6 +1298,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz", "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==", + "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -1228,6 +1314,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz", "integrity": "sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==", + "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.28.3", "@babel/helper-plugin-utils": "^7.27.1", @@ -1245,6 +1332,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz", "integrity": "sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==", + "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -1260,6 +1348,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz", "integrity": "sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==", + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -1275,6 +1364,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz", "integrity": "sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1289,6 +1379,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz", "integrity": "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1303,6 +1394,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz", "integrity": "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1317,6 +1409,7 @@ "version": "7.28.4", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz", "integrity": "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==", + "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.27.2", "@babel/helper-plugin-utils": "^7.27.1", @@ -1335,6 +1428,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz", "integrity": "sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-replace-supers": "^7.27.1" @@ -1350,6 +1444,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz", "integrity": "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1364,6 +1459,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz", "integrity": "sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" @@ -1379,6 +1475,7 @@ "version": "7.27.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz", "integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1393,6 +1490,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz", "integrity": "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==", + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -1408,6 +1506,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz", "integrity": "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==", + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-create-class-features-plugin": "^7.27.1", @@ -1424,6 +1523,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz", "integrity": "sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1438,6 +1538,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.27.1.tgz", "integrity": "sha512-edoidOjl/ZxvYo4lSBOQGDSyToYVkTAwyVoa2tkuYTSmjrB1+uAedoL5iROVLXkxH+vRgA7uP4tMg2pUJpZ3Ug==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1452,6 +1553,7 @@ "version": "7.28.0", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.28.0.tgz", "integrity": "sha512-D6Eujc2zMxKjfa4Zxl4GHMsmhKKZ9VpcqIchJLvwTxad9zWIYulwYItBovpDOoNLISpcZSXoDJ5gaGbQUDqViA==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1466,6 +1568,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.27.1.tgz", "integrity": "sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==", + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-module-imports": "^7.27.1", @@ -1484,6 +1587,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.27.1.tgz", "integrity": "sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q==", + "license": "MIT", "dependencies": { "@babel/plugin-transform-react-jsx": "^7.27.1" }, @@ -1498,6 +1602,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.27.1.tgz", "integrity": "sha512-JfuinvDOsD9FVMTHpzA/pBLisxpv1aSf+OIV8lgH3MuWrks19R27e6a6DipIg4aX1Zm9Wpb04p8wljfKrVSnPA==", + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -1513,6 +1618,7 @@ "version": "7.28.4", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz", "integrity": "sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1527,6 +1633,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz", "integrity": "sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==", + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -1542,6 +1649,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz", "integrity": "sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1556,6 +1664,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.5.tgz", "integrity": "sha512-20NUVgOrinudkIBzQ2bNxP08YpKprUkRTiRSd2/Z5GOdPImJGkoN4Z7IQe1T5AdyKI1i5L6RBmluqdSzvaq9/w==", + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1", @@ -1575,6 +1684,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz", "integrity": "sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1589,6 +1699,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz", "integrity": "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" @@ -1604,6 +1715,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz", "integrity": "sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1618,6 +1730,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz", "integrity": "sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1632,6 +1745,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz", "integrity": "sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1646,6 +1760,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz", "integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==", + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.27.3", "@babel/helper-create-class-features-plugin": "^7.28.5", @@ -1664,6 +1779,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz", "integrity": "sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, @@ -1678,6 +1794,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz", "integrity": "sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==", + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -1693,6 +1810,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz", "integrity": "sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==", + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -1708,6 +1826,7 @@ "version": "7.27.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz", "integrity": "sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==", + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" @@ -1723,6 +1842,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.28.5.tgz", "integrity": "sha512-S36mOoi1Sb6Fz98fBfE+UZSpYw5mJm0NUHtIKrOuNcqeFauy1J6dIvXm2KRVKobOSaGq4t/hBXdN4HGU3wL9Wg==", + "license": "MIT", "dependencies": { "@babel/compat-data": "^7.28.5", "@babel/helper-compilation-targets": "^7.27.2", @@ -1806,6 +1926,7 @@ "version": "0.1.6-no-external-plugins", "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/types": "^7.4.4", @@ -1819,6 +1940,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.28.5.tgz", "integrity": "sha512-Z3J8vhRq7CeLjdC58jLv4lnZ5RKFUJWqH5emvxmv9Hv3BD1T9R/Im713R4MTKwvFaV74ejZ3sM01LyEKk4ugNQ==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-validator-option": "^7.27.1", @@ -1838,6 +1960,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz", "integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==", + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1", "@babel/helper-validator-option": "^7.27.1", @@ -1856,6 +1979,7 @@ "version": "7.28.4", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -1864,6 +1988,7 @@ "version": "7.27.2", "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz", "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==", + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/parser": "^7.27.2", @@ -1877,6 +2002,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz", "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==", + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/generator": "^7.28.5", @@ -1894,6 +2020,7 @@ "version": "7.28.5", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz", "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==", + "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.27.1", "@babel/helper-validator-identifier": "^7.28.5" @@ -1905,17 +2032,20 @@ "node_modules/@bcoe/v8-coverage": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", - "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", + "license": "MIT" }, "node_modules/@csstools/normalize.css": { "version": "12.1.1", "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.1.1.tgz", - "integrity": "sha512-YAYeJ+Xqh7fUou1d1j9XHl44BmsuThiTr4iNrgCQ3J27IbhXsxXDGZ1cXv8Qvs99d4rBbLiSKy3+WZiet32PcQ==" + "integrity": "sha512-YAYeJ+Xqh7fUou1d1j9XHl44BmsuThiTr4iNrgCQ3J27IbhXsxXDGZ1cXv8Qvs99d4rBbLiSKy3+WZiet32PcQ==", + "license": "CC0-1.0" }, "node_modules/@csstools/postcss-cascade-layers": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz", "integrity": "sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==", + "license": "CC0-1.0", "dependencies": { "@csstools/selector-specificity": "^2.0.2", "postcss-selector-parser": "^6.0.10" @@ -1935,6 +2065,7 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz", "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==", + "license": "CC0-1.0", "dependencies": { "@csstools/postcss-progressive-custom-properties": "^1.1.0", "postcss-value-parser": "^4.2.0" @@ -1954,6 +2085,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz", "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==", + "license": "CC0-1.0", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -1972,6 +2104,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz", "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==", + "license": "CC0-1.0", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -1990,6 +2123,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz", "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==", + "license": "CC0-1.0", "dependencies": { "@csstools/postcss-progressive-custom-properties": "^1.1.0", "postcss-value-parser": "^4.2.0" @@ -2009,6 +2143,7 @@ "version": "2.0.7", "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz", "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==", + "license": "CC0-1.0", "dependencies": { "@csstools/selector-specificity": "^2.0.0", "postcss-selector-parser": "^6.0.10" @@ -2028,6 +2163,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz", "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==", + "license": "CC0-1.0", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -2046,6 +2182,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz", "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==", + "license": "CC0-1.0", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -2064,6 +2201,7 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz", "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==", + "license": "CC0-1.0", "dependencies": { "@csstools/postcss-progressive-custom-properties": "^1.1.0", "postcss-value-parser": "^4.2.0" @@ -2083,6 +2221,7 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz", "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==", + "license": "CC0-1.0", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -2097,6 +2236,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz", "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==", + "license": "CC0-1.0", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -2115,6 +2255,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz", "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==", + "license": "CC0-1.0", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -2133,6 +2274,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz", "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==", + "license": "CC0-1.0", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -2151,6 +2293,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz", "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==", + "license": "CC0-1.0", "engines": { "node": "^12 || ^14 || >=16" }, @@ -2166,6 +2309,7 @@ "version": "2.2.0", "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz", "integrity": "sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==", + "license": "CC0-1.0", "engines": { "node": "^14 || ^16 || >=18" }, @@ -2181,6 +2325,7 @@ "version": "4.9.0", "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz", "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==", + "license": "MIT", "dependencies": { "eslint-visitor-keys": "^3.4.3" }, @@ -2198,6 +2343,7 @@ "version": "4.12.2", "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", + "license": "MIT", "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } @@ -2206,6 +2352,7 @@ "version": "2.1.4", "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", + "license": "MIT", "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", @@ -2228,6 +2375,7 @@ "version": "8.57.1", "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz", "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==", + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } @@ -2236,6 +2384,7 @@ "version": "1.7.3", "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz", "integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==", + "license": "MIT", "dependencies": { "@floating-ui/utils": "^0.2.10" } @@ -2244,6 +2393,7 @@ "version": "1.7.4", "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz", "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==", + "license": "MIT", "dependencies": { "@floating-ui/core": "^1.7.3", "@floating-ui/utils": "^0.2.10" @@ -2252,13 +2402,15 @@ "node_modules/@floating-ui/utils": { "version": "0.2.10", "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz", - "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==" + "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==", + "license": "MIT" }, "node_modules/@humanwhocodes/config-array": { "version": "0.13.0", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==", "deprecated": "Use @eslint/config-array instead", + "license": "Apache-2.0", "dependencies": { "@humanwhocodes/object-schema": "^2.0.3", "debug": "^4.3.1", @@ -2272,6 +2424,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "license": "Apache-2.0", "engines": { "node": ">=12.22" }, @@ -2284,96 +2437,14 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", - "deprecated": "Use @eslint/object-schema instead" - }, - "node_modules/@isaacs/cliui": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", - "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", - "dependencies": { - "string-width": "^5.1.2", - "string-width-cjs": "npm:string-width@^4.2.0", - "strip-ansi": "^7.0.1", - "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", - "wrap-ansi": "^8.1.0", - "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/@isaacs/cliui/node_modules/ansi-regex": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", - "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/@isaacs/cliui/node_modules/ansi-styles": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", - "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@isaacs/cliui/node_modules/string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "dependencies": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@isaacs/cliui/node_modules/strip-ansi": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", - "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, - "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", - "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", - "dependencies": { - "ansi-styles": "^6.1.0", - "string-width": "^5.0.1", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } + "deprecated": "Use @eslint/object-schema instead", + "license": "BSD-3-Clause" }, "node_modules/@istanbuljs/load-nyc-config": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "license": "ISC", "dependencies": { "camelcase": "^5.3.1", "find-up": "^4.1.0", @@ -2389,6 +2460,7 @@ "version": "1.0.10", "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "license": "MIT", "dependencies": { "sprintf-js": "~1.0.2" } @@ -2397,6 +2469,7 @@ "version": "5.3.1", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "license": "MIT", "engines": { "node": ">=6" } @@ -2405,6 +2478,7 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -2430,6 +2504,7 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -2441,6 +2516,7 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -2455,6 +2531,7 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -2466,6 +2543,7 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "license": "MIT", "engines": { "node": ">=8" } @@ -2474,6 +2552,7 @@ "version": "0.1.3", "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "license": "MIT", "engines": { "node": ">=8" } @@ -2482,6 +2561,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", + "license": "MIT", "dependencies": { "@jest/types": "^27.5.1", "@types/node": "*", @@ -2498,6 +2578,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz", "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==", + "license": "MIT", "dependencies": { "@jest/console": "^27.5.1", "@jest/reporters": "^27.5.1", @@ -2544,6 +2625,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", + "license": "MIT", "dependencies": { "@jest/fake-timers": "^27.5.1", "@jest/types": "^27.5.1", @@ -2558,6 +2640,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", + "license": "MIT", "dependencies": { "@jest/types": "^27.5.1", "@sinonjs/fake-timers": "^8.0.1", @@ -2574,6 +2657,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", + "license": "MIT", "dependencies": { "@jest/environment": "^27.5.1", "@jest/types": "^27.5.1", @@ -2587,6 +2671,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", + "license": "MIT", "dependencies": { "@bcoe/v8-coverage": "^0.2.3", "@jest/console": "^27.5.1", @@ -2630,6 +2715,7 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -2638,6 +2724,7 @@ "version": "28.1.3", "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "license": "MIT", "dependencies": { "@sinclair/typebox": "^0.24.1" }, @@ -2649,6 +2736,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz", "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", + "license": "MIT", "dependencies": { "callsites": "^3.0.0", "graceful-fs": "^4.2.9", @@ -2662,6 +2750,7 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -2670,6 +2759,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", + "license": "MIT", "dependencies": { "@jest/console": "^27.5.1", "@jest/types": "^27.5.1", @@ -2684,6 +2774,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz", "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==", + "license": "MIT", "dependencies": { "@jest/test-result": "^27.5.1", "graceful-fs": "^4.2.9", @@ -2698,6 +2789,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", + "license": "MIT", "dependencies": { "@babel/core": "^7.1.0", "@jest/types": "^27.5.1", @@ -2722,12 +2814,14 @@ "node_modules/@jest/transform/node_modules/convert-source-map": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "license": "MIT" }, "node_modules/@jest/transform/node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -2736,6 +2830,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", + "license": "MIT", "dependencies": { "@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-reports": "^3.0.0", @@ -2751,6 +2846,7 @@ "version": "0.3.13", "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", + "license": "MIT", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", "@jridgewell/trace-mapping": "^0.3.24" @@ -2760,6 +2856,7 @@ "version": "2.3.5", "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", + "license": "MIT", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" @@ -2769,6 +2866,7 @@ "version": "3.1.2", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "license": "MIT", "engines": { "node": ">=6.0.0" } @@ -2777,6 +2875,7 @@ "version": "0.3.11", "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz", "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==", + "license": "MIT", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25" @@ -2785,12 +2884,14 @@ "node_modules/@jridgewell/sourcemap-codec": { "version": "1.5.5", "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", - "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==" + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", + "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.31", "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", + "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" @@ -2799,12 +2900,14 @@ "node_modules/@leichtgewicht/ip-codec": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz", - "integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==" + "integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==", + "license": "MIT" }, "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": { "version": "5.1.1-v1", "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz", "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==", + "license": "MIT", "dependencies": { "eslint-scope": "5.1.1" } @@ -2813,6 +2916,7 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -2825,6 +2929,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } @@ -2833,6 +2938,7 @@ "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" @@ -2845,6 +2951,7 @@ "version": "2.0.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "license": "MIT", "engines": { "node": ">= 8" } @@ -2853,6 +2960,7 @@ "version": "1.2.8", "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "license": "MIT", "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" @@ -2866,6 +2974,7 @@ "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz", "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==", "hasInstallScript": true, + "license": "MIT", "optional": true, "dependencies": { "detect-libc": "^1.0.3", @@ -2903,6 +3012,7 @@ "cpu": [ "arm64" ], + "license": "MIT", "optional": true, "os": [ "android" @@ -2922,6 +3032,7 @@ "cpu": [ "arm64" ], + "license": "MIT", "optional": true, "os": [ "darwin" @@ -2941,6 +3052,7 @@ "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "darwin" @@ -2960,6 +3072,7 @@ "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "freebsd" @@ -2979,6 +3092,7 @@ "cpu": [ "arm" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -2998,6 +3112,7 @@ "cpu": [ "arm" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -3017,6 +3132,7 @@ "cpu": [ "arm64" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -3036,6 +3152,7 @@ "cpu": [ "arm64" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -3055,6 +3172,7 @@ "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -3074,6 +3192,7 @@ "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -3093,6 +3212,7 @@ "cpu": [ "arm64" ], + "license": "MIT", "optional": true, "os": [ "win32" @@ -3112,6 +3232,7 @@ "cpu": [ "ia32" ], + "license": "MIT", "optional": true, "os": [ "win32" @@ -3131,6 +3252,7 @@ "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "win32" @@ -3143,19 +3265,11 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/@pkgjs/parseargs": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", - "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", - "optional": true, - "engines": { - "node": ">=14" - } - }, "node_modules/@pmmmwh/react-refresh-webpack-plugin": { "version": "0.5.17", "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.17.tgz", "integrity": "sha512-tXDyE1/jzFsHXjhRZQ3hMl0IVhYe5qula43LDWIhVfjp9G/nT5OQY5AORVOrkEGAUltBJOfOWeETbmhm6kHhuQ==", + "license": "MIT", "dependencies": { "ansi-html": "^0.0.9", "core-js-pure": "^3.23.3", @@ -3203,6 +3317,7 @@ "version": "2.11.8", "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/popperjs" @@ -3212,6 +3327,7 @@ "version": "5.3.1", "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==", + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.10.4", "@rollup/pluginutils": "^3.1.0" @@ -3234,6 +3350,7 @@ "version": "11.2.1", "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz", "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==", + "license": "MIT", "dependencies": { "@rollup/pluginutils": "^3.1.0", "@types/resolve": "1.17.1", @@ -3253,6 +3370,7 @@ "version": "2.4.2", "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz", "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==", + "license": "MIT", "dependencies": { "@rollup/pluginutils": "^3.1.0", "magic-string": "^0.25.7" @@ -3265,6 +3383,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", + "license": "MIT", "dependencies": { "@types/estree": "0.0.39", "estree-walker": "^1.0.1", @@ -3280,27 +3399,32 @@ "node_modules/@rollup/pluginutils/node_modules/@types/estree": { "version": "0.0.39", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", - "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" + "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==", + "license": "MIT" }, "node_modules/@rtsao/scc": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz", - "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==" + "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==", + "license": "MIT" }, "node_modules/@rushstack/eslint-patch": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.14.1.tgz", - "integrity": "sha512-jGTk8UD/RdjsNZW8qq10r0RBvxL8OWtoT+kImlzPDFilmozzM+9QmIJsmze9UiSBrFU45ZxhTYBypn9q9z/VfQ==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.15.0.tgz", + "integrity": "sha512-ojSshQPKwVvSMR8yT2L/QtUkV5SXi/IfDiJ4/8d6UbTPjiHVmxZzUAzGD8Tzks1b9+qQkZa0isUOvYObedITaw==", + "license": "MIT" }, "node_modules/@sinclair/typebox": { "version": "0.24.51", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz", - "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==" + "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==", + "license": "MIT" }, "node_modules/@sinonjs/commons": { "version": "1.8.6", "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz", "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==", + "license": "BSD-3-Clause", "dependencies": { "type-detect": "4.0.8" } @@ -3309,6 +3433,7 @@ "version": "8.1.0", "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz", "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", + "license": "BSD-3-Clause", "dependencies": { "@sinonjs/commons": "^1.7.0" } @@ -3317,6 +3442,7 @@ "version": "2.2.3", "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz", "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==", + "license": "Apache-2.0", "dependencies": { "ejs": "^3.1.6", "json5": "^2.2.0", @@ -3328,6 +3454,7 @@ "version": "5.4.0", "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz", "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -3340,6 +3467,7 @@ "version": "5.4.0", "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz", "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -3352,6 +3480,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz", "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -3364,6 +3493,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz", "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -3376,6 +3506,7 @@ "version": "5.4.0", "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz", "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -3388,6 +3519,7 @@ "version": "5.4.0", "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz", "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -3400,6 +3532,7 @@ "version": "5.4.0", "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz", "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -3412,6 +3545,7 @@ "version": "5.5.0", "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz", "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -3424,6 +3558,7 @@ "version": "5.5.0", "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz", "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==", + "license": "MIT", "dependencies": { "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0", "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0", @@ -3446,6 +3581,7 @@ "version": "5.5.0", "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz", "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==", + "license": "MIT", "dependencies": { "@svgr/plugin-jsx": "^5.5.0", "camelcase": "^6.2.0", @@ -3463,6 +3599,7 @@ "version": "5.5.0", "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz", "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==", + "license": "MIT", "dependencies": { "@babel/types": "^7.12.6" }, @@ -3478,6 +3615,7 @@ "version": "5.5.0", "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz", "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==", + "license": "MIT", "dependencies": { "@babel/core": "^7.12.3", "@svgr/babel-preset": "^5.5.0", @@ -3496,6 +3634,7 @@ "version": "5.5.0", "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz", "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==", + "license": "MIT", "dependencies": { "cosmiconfig": "^7.0.0", "deepmerge": "^4.2.2", @@ -3513,6 +3652,7 @@ "version": "5.5.0", "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz", "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==", + "license": "MIT", "dependencies": { "@babel/core": "^7.12.3", "@babel/plugin-transform-react-constant-elements": "^7.12.1", @@ -3535,6 +3675,7 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", + "license": "MIT", "engines": { "node": ">= 6" } @@ -3543,6 +3684,7 @@ "version": "0.2.0", "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", + "license": "ISC", "engines": { "node": ">=10.13.0" } @@ -3551,6 +3693,7 @@ "version": "7.20.5", "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + "license": "MIT", "dependencies": { "@babel/parser": "^7.20.7", "@babel/types": "^7.20.7", @@ -3563,6 +3706,7 @@ "version": "7.27.0", "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz", "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==", + "license": "MIT", "dependencies": { "@babel/types": "^7.0.0" } @@ -3571,6 +3715,7 @@ "version": "7.4.4", "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + "license": "MIT", "dependencies": { "@babel/parser": "^7.1.0", "@babel/types": "^7.0.0" @@ -3580,6 +3725,7 @@ "version": "7.28.0", "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz", "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==", + "license": "MIT", "dependencies": { "@babel/types": "^7.28.2" } @@ -3588,6 +3734,7 @@ "version": "1.19.6", "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz", "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==", + "license": "MIT", "dependencies": { "@types/connect": "*", "@types/node": "*" @@ -3597,6 +3744,7 @@ "version": "3.5.13", "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz", "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", + "license": "MIT", "dependencies": { "@types/node": "*" } @@ -3605,6 +3753,7 @@ "version": "3.4.38", "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", + "license": "MIT", "dependencies": { "@types/node": "*" } @@ -3613,6 +3762,7 @@ "version": "1.5.4", "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz", "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==", + "license": "MIT", "dependencies": { "@types/express-serve-static-core": "*", "@types/node": "*" @@ -3622,6 +3772,7 @@ "version": "4.1.12", "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", + "license": "MIT", "dependencies": { "@types/ms": "*" } @@ -3630,6 +3781,7 @@ "version": "8.56.12", "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.12.tgz", "integrity": "sha512-03ruubjWyOHlmljCVoxSuNDdmfZDzsrrz0P2LeJsOXr+ZwFQ+0yQIwNCwt/GYhV7Z31fgtXJTAEs+FYlEL851g==", + "license": "MIT", "dependencies": { "@types/estree": "*", "@types/json-schema": "*" @@ -3639,6 +3791,7 @@ "version": "3.7.7", "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", + "license": "MIT", "dependencies": { "@types/eslint": "*", "@types/estree": "*" @@ -3647,12 +3800,14 @@ "node_modules/@types/estree": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", - "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==" + "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", + "license": "MIT" }, "node_modules/@types/estree-jsx": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz", "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==", + "license": "MIT", "dependencies": { "@types/estree": "*" } @@ -3661,6 +3816,7 @@ "version": "4.17.25", "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.25.tgz", "integrity": "sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==", + "license": "MIT", "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^4.17.33", @@ -3672,6 +3828,7 @@ "version": "5.1.0", "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.1.0.tgz", "integrity": "sha512-jnHMsrd0Mwa9Cf4IdOzbz543y4XJepXrbia2T4b6+spXC2We3t1y6K44D3mR8XMFSXMCf3/l7rCgddfx7UNVBA==", + "license": "MIT", "dependencies": { "@types/node": "*", "@types/qs": "*", @@ -3683,6 +3840,7 @@ "version": "4.19.7", "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.7.tgz", "integrity": "sha512-FvPtiIf1LfhzsaIXhv/PHan/2FeQBbtBDtfX2QfvPxdUelMDEckK08SM6nqo1MIZY3RUlfA+HV8+hFUSio78qg==", + "license": "MIT", "dependencies": { "@types/node": "*", "@types/qs": "*", @@ -3694,6 +3852,7 @@ "version": "4.1.9", "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", + "license": "MIT", "dependencies": { "@types/node": "*" } @@ -3702,6 +3861,7 @@ "version": "3.0.4", "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", + "license": "MIT", "dependencies": { "@types/unist": "*" } @@ -3709,17 +3869,20 @@ "node_modules/@types/html-minifier-terser": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", - "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==" + "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==", + "license": "MIT" }, "node_modules/@types/http-errors": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz", - "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==" + "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==", + "license": "MIT" }, "node_modules/@types/http-proxy": { "version": "1.17.17", "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.17.tgz", "integrity": "sha512-ED6LB+Z1AVylNTu7hdzuBqOgMnvG/ld6wGCG8wFnAzKX5uyW2K3WD52v0gnLCTK/VLpXtKckgWuyScYK6cSPaw==", + "license": "MIT", "dependencies": { "@types/node": "*" } @@ -3727,12 +3890,14 @@ "node_modules/@types/istanbul-lib-coverage": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", - "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==" + "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", + "license": "MIT" }, "node_modules/@types/istanbul-lib-report": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", + "license": "MIT", "dependencies": { "@types/istanbul-lib-coverage": "*" } @@ -3741,6 +3906,7 @@ "version": "3.0.4", "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", + "license": "MIT", "dependencies": { "@types/istanbul-lib-report": "*" } @@ -3748,17 +3914,20 @@ "node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", - "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "license": "MIT" }, "node_modules/@types/json5": { "version": "0.0.29", "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", - "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" + "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", + "license": "MIT" }, "node_modules/@types/mdast": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", + "license": "MIT", "dependencies": { "@types/unist": "*" } @@ -3766,17 +3935,20 @@ "node_modules/@types/mime": { "version": "1.3.5", "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", - "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" + "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", + "license": "MIT" }, "node_modules/@types/ms": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", - "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==" + "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", + "license": "MIT" }, "node_modules/@types/node": { - "version": "24.10.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", - "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", + "version": "24.10.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz", + "integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==", + "license": "MIT", "dependencies": { "undici-types": "~7.16.0" } @@ -3785,6 +3957,7 @@ "version": "1.3.14", "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.14.tgz", "integrity": "sha512-mhVF2BnD4BO+jtOp7z1CdzaK4mbuK0LLQYAvdOLqHTavxFNq4zA1EmYkpnFjP8HOUzedfQkRnp0E2ulSAYSzAw==", + "license": "MIT", "dependencies": { "@types/node": "*" } @@ -3792,41 +3965,48 @@ "node_modules/@types/parse-json": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", - "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" + "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", + "license": "MIT" }, "node_modules/@types/prettier": { "version": "2.7.3", "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz", - "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==" + "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==", + "license": "MIT" }, "node_modules/@types/q": { "version": "1.5.8", "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.8.tgz", - "integrity": "sha512-hroOstUScF6zhIi+5+x0dzqrHA1EJi+Irri6b1fxolMTqqHIV/Cg77EtnQcZqZCu8hR3mX2BzIxN4/GzI68Kfw==" + "integrity": "sha512-hroOstUScF6zhIi+5+x0dzqrHA1EJi+Irri6b1fxolMTqqHIV/Cg77EtnQcZqZCu8hR3mX2BzIxN4/GzI68Kfw==", + "license": "MIT" }, "node_modules/@types/qs": { "version": "6.14.0", "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz", - "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==" + "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==", + "license": "MIT" }, "node_modules/@types/range-parser": { "version": "1.2.7", "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", - "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" + "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", + "license": "MIT" }, "node_modules/@types/react": { - "version": "19.2.3", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.3.tgz", - "integrity": "sha512-k5dJVszUiNr1DSe8Cs+knKR6IrqhqdhpUwzqhkS8ecQTSf3THNtbfIp/umqHMpX2bv+9dkx3fwDv/86LcSfvSg==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.7.tgz", + "integrity": "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==", + "license": "MIT", "peer": true, "dependencies": { - "csstype": "^3.0.2" + "csstype": "^3.2.2" } }, "node_modules/@types/resolve": { "version": "1.17.1", "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz", "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==", + "license": "MIT", "dependencies": { "@types/node": "*" } @@ -3834,17 +4014,20 @@ "node_modules/@types/retry": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", - "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==" + "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", + "license": "MIT" }, "node_modules/@types/semver": { "version": "7.7.1", "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.7.1.tgz", - "integrity": "sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==" + "integrity": "sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==", + "license": "MIT" }, "node_modules/@types/send": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz", "integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==", + "license": "MIT", "dependencies": { "@types/node": "*" } @@ -3853,6 +4036,7 @@ "version": "1.9.4", "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz", "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", + "license": "MIT", "dependencies": { "@types/express": "*" } @@ -3861,6 +4045,7 @@ "version": "1.15.10", "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.10.tgz", "integrity": "sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw==", + "license": "MIT", "dependencies": { "@types/http-errors": "*", "@types/node": "*", @@ -3871,6 +4056,7 @@ "version": "0.17.6", "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.6.tgz", "integrity": "sha512-Uqt8rPBE8SY0RK8JB1EzVOIZ32uqy8HwdxCnoCOsYrvnswqmFZ/k+9Ikidlk/ImhsdvBsloHbAlewb2IEBV/Og==", + "license": "MIT", "dependencies": { "@types/mime": "^1", "@types/node": "*" @@ -3880,6 +4066,7 @@ "version": "0.3.36", "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", + "license": "MIT", "dependencies": { "@types/node": "*" } @@ -3887,30 +4074,35 @@ "node_modules/@types/stack-utils": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", - "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==" + "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", + "license": "MIT" }, "node_modules/@types/trusted-types": { "version": "2.0.7", "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", - "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==" + "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==", + "license": "MIT" }, "node_modules/@types/unist": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", - "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==" + "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", + "license": "MIT" }, "node_modules/@types/ws": { "version": "8.18.1", "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz", "integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==", + "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/yargs": { - "version": "16.0.10", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.10.tgz", - "integrity": "sha512-0xbOE6Ht/oj0MTVVXCCdEZzUk7adwW3YB1Tg1ZBm95jrkrUMI0VA4sf3SgxC1TG8p5aKkn3jxT9A2BDw1mM/TQ==", + "version": "16.0.11", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.11.tgz", + "integrity": "sha512-sbtvk8wDN+JvEdabmZExoW/HNr1cB7D/j4LT08rMiuikfA7m/JNJg7ATQcgzs34zHnoScDkY0ZRSl29Fkmk36g==", + "license": "MIT", "dependencies": { "@types/yargs-parser": "*" } @@ -3918,12 +4110,14 @@ "node_modules/@types/yargs-parser": { "version": "21.0.3", "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", - "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" + "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", + "license": "MIT" }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz", "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==", + "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.4.0", "@typescript-eslint/scope-manager": "5.62.0", @@ -3957,6 +4151,7 @@ "version": "7.7.3", "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -3968,6 +4163,7 @@ "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz", "integrity": "sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==", + "license": "MIT", "dependencies": { "@typescript-eslint/utils": "5.62.0" }, @@ -3986,6 +4182,7 @@ "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/scope-manager": "5.62.0", "@typescript-eslint/types": "5.62.0", @@ -4012,6 +4209,7 @@ "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==", + "license": "MIT", "dependencies": { "@typescript-eslint/types": "5.62.0", "@typescript-eslint/visitor-keys": "5.62.0" @@ -4028,6 +4226,7 @@ "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz", "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==", + "license": "MIT", "dependencies": { "@typescript-eslint/typescript-estree": "5.62.0", "@typescript-eslint/utils": "5.62.0", @@ -4054,6 +4253,7 @@ "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==", + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -4066,6 +4266,7 @@ "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz", "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==", + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "5.62.0", "@typescript-eslint/visitor-keys": "5.62.0", @@ -4092,6 +4293,7 @@ "version": "7.7.3", "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -4103,6 +4305,7 @@ "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz", "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==", + "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@types/json-schema": "^7.0.9", @@ -4128,6 +4331,7 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -4140,6 +4344,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } @@ -4148,6 +4353,7 @@ "version": "7.7.3", "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -4159,6 +4365,7 @@ "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==", + "license": "MIT", "dependencies": { "@typescript-eslint/types": "5.62.0", "eslint-visitor-keys": "^3.3.0" @@ -4174,12 +4381,14 @@ "node_modules/@ungap/structured-clone": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", - "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==" + "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==", + "license": "ISC" }, "node_modules/@webassemblyjs/ast": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", + "license": "MIT", "dependencies": { "@webassemblyjs/helper-numbers": "1.13.2", "@webassemblyjs/helper-wasm-bytecode": "1.13.2" @@ -4188,22 +4397,26 @@ "node_modules/@webassemblyjs/floating-point-hex-parser": { "version": "1.13.2", "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", - "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==" + "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", + "license": "MIT" }, "node_modules/@webassemblyjs/helper-api-error": { "version": "1.13.2", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", - "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==" + "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", + "license": "MIT" }, "node_modules/@webassemblyjs/helper-buffer": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", - "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==" + "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", + "license": "MIT" }, "node_modules/@webassemblyjs/helper-numbers": { "version": "1.13.2", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", + "license": "MIT", "dependencies": { "@webassemblyjs/floating-point-hex-parser": "1.13.2", "@webassemblyjs/helper-api-error": "1.13.2", @@ -4213,12 +4426,14 @@ "node_modules/@webassemblyjs/helper-wasm-bytecode": { "version": "1.13.2", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", - "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==" + "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", + "license": "MIT" }, "node_modules/@webassemblyjs/helper-wasm-section": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-buffer": "1.14.1", @@ -4230,6 +4445,7 @@ "version": "1.13.2", "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", + "license": "MIT", "dependencies": { "@xtuc/ieee754": "^1.2.0" } @@ -4238,6 +4454,7 @@ "version": "1.13.2", "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", + "license": "Apache-2.0", "dependencies": { "@xtuc/long": "4.2.2" } @@ -4245,12 +4462,14 @@ "node_modules/@webassemblyjs/utf8": { "version": "1.13.2", "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", - "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==" + "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", + "license": "MIT" }, "node_modules/@webassemblyjs/wasm-edit": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-buffer": "1.14.1", @@ -4266,6 +4485,7 @@ "version": "1.14.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-wasm-bytecode": "1.13.2", @@ -4278,6 +4498,7 @@ "version": "1.14.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-buffer": "1.14.1", @@ -4289,6 +4510,7 @@ "version": "1.14.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.14.1", "@webassemblyjs/helper-api-error": "1.13.2", @@ -4302,6 +4524,7 @@ "version": "1.14.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.14.1", "@xtuc/long": "4.2.2" @@ -4310,23 +4533,27 @@ "node_modules/@xtuc/ieee754": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", + "license": "BSD-3-Clause" }, "node_modules/@xtuc/long": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "license": "Apache-2.0" }, "node_modules/abab": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", - "deprecated": "Use your platform's native atob() and btoa() methods instead" + "deprecated": "Use your platform's native atob() and btoa() methods instead", + "license": "BSD-3-Clause" }, "node_modules/accepts": { "version": "1.3.8", "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "license": "MIT", "dependencies": { "mime-types": "~2.1.34", "negotiator": "0.6.3" @@ -4339,6 +4566,7 @@ "version": "0.6.3", "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -4347,6 +4575,7 @@ "version": "8.15.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", + "license": "MIT", "bin": { "acorn": "bin/acorn" }, @@ -4358,6 +4587,7 @@ "version": "6.0.0", "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", + "license": "MIT", "dependencies": { "acorn": "^7.1.1", "acorn-walk": "^7.1.1" @@ -4367,6 +4597,7 @@ "version": "7.4.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "license": "MIT", "bin": { "acorn": "bin/acorn" }, @@ -4378,6 +4609,7 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz", "integrity": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==", + "license": "MIT", "engines": { "node": ">=10.13.0" }, @@ -4389,6 +4621,7 @@ "version": "5.3.2", "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "license": "MIT", "peerDependencies": { "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } @@ -4397,6 +4630,7 @@ "version": "7.2.0", "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", + "license": "MIT", "engines": { "node": ">=0.4.0" } @@ -4405,6 +4639,7 @@ "version": "1.2.2", "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz", "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==", + "license": "MIT", "engines": { "node": ">= 10.0.0" } @@ -4413,6 +4648,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", + "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "regex-parser": "^2.2.11" @@ -4425,6 +4661,7 @@ "version": "6.0.2", "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "license": "MIT", "dependencies": { "debug": "4" }, @@ -4436,6 +4673,7 @@ "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -4451,6 +4689,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "license": "MIT", "dependencies": { "ajv": "^8.0.0" }, @@ -4467,6 +4706,7 @@ "version": "8.17.1", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -4481,12 +4721,14 @@ "node_modules/ajv-formats/node_modules/json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "license": "MIT" }, "node_modules/ajv-keywords": { "version": "3.5.2", "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "license": "MIT", "peerDependencies": { "ajv": "^6.9.1" } @@ -4495,6 +4737,7 @@ "version": "4.3.2", "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "license": "MIT", "dependencies": { "type-fest": "^0.21.3" }, @@ -4509,6 +4752,7 @@ "version": "0.21.3", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -4523,6 +4767,7 @@ "engines": [ "node >= 0.8.0" ], + "license": "Apache-2.0", "bin": { "ansi-html": "bin/ansi-html" } @@ -4534,6 +4779,7 @@ "engines": [ "node >= 0.8.0" ], + "license": "Apache-2.0", "bin": { "ansi-html": "bin/ansi-html" } @@ -4542,6 +4788,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "license": "MIT", "engines": { "node": ">=8" } @@ -4550,6 +4797,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -4563,12 +4811,14 @@ "node_modules/any-promise": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", - "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", + "license": "MIT" }, "node_modules/anymatch": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "license": "ISC", "dependencies": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" @@ -4580,17 +4830,20 @@ "node_modules/arg": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", - "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", + "license": "MIT" }, "node_modules/argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "license": "Python-2.0" }, "node_modules/aria-query": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz", "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==", + "license": "Apache-2.0", "engines": { "node": ">= 0.4" } @@ -4599,6 +4852,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz", "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "is-array-buffer": "^3.0.5" @@ -4613,12 +4867,14 @@ "node_modules/array-flatten": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", + "license": "MIT" }, "node_modules/array-includes": { "version": "3.1.9", "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz", "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.4", @@ -4640,6 +4896,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "license": "MIT", "engines": { "node": ">=8" } @@ -4648,6 +4905,7 @@ "version": "1.2.5", "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz", "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -4667,6 +4925,7 @@ "version": "1.2.6", "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz", "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.4", @@ -4687,6 +4946,7 @@ "version": "1.3.3", "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz", "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -4704,6 +4964,7 @@ "version": "1.3.3", "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz", "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -4721,6 +4982,7 @@ "version": "1.0.8", "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.8.tgz", "integrity": "sha512-DwuEqgXFBwbmZSRqt3BpQigWNUoqw9Ml2dTWdF3B2zQlQX4OeUE0zyuzX0fX0IbTvjdkZbcBTU3idgpO78qkTw==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.4", @@ -4742,6 +5004,7 @@ "version": "1.1.4", "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz", "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -4757,6 +5020,7 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz", "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==", + "license": "MIT", "dependencies": { "array-buffer-byte-length": "^1.0.1", "call-bind": "^1.0.8", @@ -4776,22 +5040,26 @@ "node_modules/asap": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" + "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", + "license": "MIT" }, "node_modules/ast-types-flow": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz", - "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==" + "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==", + "license": "MIT" }, "node_modules/async": { "version": "3.2.6", "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", - "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", + "license": "MIT" }, "node_modules/async-function": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz", "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==", + "license": "MIT", "engines": { "node": ">= 0.4" } @@ -4799,12 +5067,14 @@ "node_modules/asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "license": "MIT" }, "node_modules/at-least-node": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", + "license": "ISC", "engines": { "node": ">= 4.0.0" } @@ -4827,6 +5097,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "browserslist": "^4.27.0", "caniuse-lite": "^1.0.30001754", @@ -4849,6 +5120,7 @@ "version": "1.0.7", "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", + "license": "MIT", "dependencies": { "possible-typed-array-names": "^1.0.0" }, @@ -4863,6 +5135,7 @@ "version": "4.11.0", "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.0.tgz", "integrity": "sha512-ilYanEU8vxxBexpJd8cWM4ElSQq4QctCLKih0TSfjIfCQTeyH/6zVrmIJfLPrKTKJRbiG+cfnZbQIjAlJmF1jQ==", + "license": "MPL-2.0", "engines": { "node": ">=4" } @@ -4871,6 +5144,7 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==", + "license": "Apache-2.0", "engines": { "node": ">= 0.4" } @@ -4879,6 +5153,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz", "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==", + "license": "MIT", "dependencies": { "@jest/transform": "^27.5.1", "@jest/types": "^27.5.1", @@ -4900,6 +5175,7 @@ "version": "8.4.1", "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.4.1.tgz", "integrity": "sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==", + "license": "MIT", "dependencies": { "find-cache-dir": "^3.3.1", "loader-utils": "^2.0.4", @@ -4918,6 +5194,7 @@ "version": "2.7.1", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.5", "ajv": "^6.12.4", @@ -4935,6 +5212,7 @@ "version": "6.1.1", "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", + "license": "BSD-3-Clause", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@istanbuljs/load-nyc-config": "^1.0.0", @@ -4950,6 +5228,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz", "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==", + "license": "MIT", "dependencies": { "@babel/template": "^7.3.3", "@babel/types": "^7.3.3", @@ -4964,6 +5243,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.5", "cosmiconfig": "^7.0.0", @@ -4978,6 +5258,7 @@ "version": "0.3.8", "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz", "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==", + "license": "MIT", "peerDependencies": { "@babel/core": "^7.1.0" } @@ -4986,6 +5267,7 @@ "version": "0.4.14", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz", "integrity": "sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==", + "license": "MIT", "dependencies": { "@babel/compat-data": "^7.27.7", "@babel/helper-define-polyfill-provider": "^0.6.5", @@ -4999,6 +5281,7 @@ "version": "0.13.0", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz", "integrity": "sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==", + "license": "MIT", "dependencies": { "@babel/helper-define-polyfill-provider": "^0.6.5", "core-js-compat": "^3.43.0" @@ -5011,6 +5294,7 @@ "version": "0.6.5", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz", "integrity": "sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==", + "license": "MIT", "dependencies": { "@babel/helper-define-polyfill-provider": "^0.6.5" }, @@ -5021,12 +5305,14 @@ "node_modules/babel-plugin-transform-react-remove-prop-types": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz", - "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" + "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==", + "license": "MIT" }, "node_modules/babel-preset-current-node-syntax": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.2.0.tgz", "integrity": "sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==", + "license": "MIT", "dependencies": { "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-bigint": "^7.8.3", @@ -5052,6 +5338,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz", "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==", + "license": "MIT", "dependencies": { "babel-plugin-jest-hoist": "^27.5.1", "babel-preset-current-node-syntax": "^1.0.0" @@ -5067,6 +5354,7 @@ "version": "10.1.0", "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.1.0.tgz", "integrity": "sha512-f9B1xMdnkCIqe+2dHrJsoQFRz7reChaAHE/65SdaykPklQqhme2WaC08oD3is77x9ff98/9EazAKFDZv5rFEQg==", + "license": "MIT", "dependencies": { "@babel/core": "^7.16.0", "@babel/plugin-proposal-class-properties": "^7.16.0", @@ -5092,6 +5380,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz", "integrity": "sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==", "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.", + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.18.6", "@babel/helper-create-class-features-plugin": "^7.21.0", @@ -5109,6 +5398,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -5117,12 +5407,14 @@ "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "license": "MIT" }, "node_modules/baseline-browser-mapping": { - "version": "2.8.26", - "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.26.tgz", - "integrity": "sha512-73lC1ugzwoaWCLJ1LvOgrR5xsMLTqSKIEoMHVtL9E/HNk0PXtTM76ZIm84856/SF7Nv8mPZxKoBsgpm0tR1u1Q==", + "version": "2.8.32", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.32.tgz", + "integrity": "sha512-OPz5aBThlyLFgxyhdwf/s2+8ab3OvT7AdTNvKHBwpXomIYeXqpUUuT8LrdtxZSsWJ4R4CU1un4XGh5Ez3nlTpw==", + "license": "Apache-2.0", "bin": { "baseline-browser-mapping": "dist/cli.js" } @@ -5130,12 +5422,14 @@ "node_modules/batch": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", - "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==" + "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", + "license": "MIT" }, "node_modules/bfj": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.1.0.tgz", "integrity": "sha512-I6MMLkn+anzNdCUp9hMRyui1HaNEUCco50lxbvNS4+EyXg8lN3nJ48PjPWtbH8UVS9CuMoaKE9U2V3l29DaRQw==", + "license": "MIT", "dependencies": { "bluebird": "^3.7.2", "check-types": "^11.2.3", @@ -5151,6 +5445,7 @@ "version": "5.2.2", "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "license": "MIT", "engines": { "node": "*" } @@ -5159,6 +5454,7 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", + "license": "MIT", "engines": { "node": ">=8" }, @@ -5169,12 +5465,14 @@ "node_modules/bluebird": { "version": "3.7.2", "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", - "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", + "license": "MIT" }, "node_modules/body-parser": { "version": "1.20.3", "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz", "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", + "license": "MIT", "dependencies": { "bytes": "3.1.2", "content-type": "~1.0.5", @@ -5198,6 +5496,7 @@ "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", "dependencies": { "ms": "2.0.0" } @@ -5206,6 +5505,7 @@ "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3" }, @@ -5216,12 +5516,14 @@ "node_modules/body-parser/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" }, "node_modules/bonjour-service": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.3.0.tgz", "integrity": "sha512-3YuAUiSkWykd+2Azjgyxei8OWf8thdn8AITIog2M4UICzoqfjlqr64WIjEXZllf/W6vK1goqleSR6brGomxQqA==", + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", "multicast-dns": "^7.2.5" @@ -5230,7 +5532,8 @@ "node_modules/boolbase": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", + "license": "ISC" }, "node_modules/bootstrap": { "version": "5.3.8", @@ -5246,6 +5549,7 @@ "url": "https://opencollective.com/bootstrap" } ], + "license": "MIT", "peerDependencies": { "@popperjs/core": "^2.11.8" } @@ -5254,6 +5558,7 @@ "version": "1.1.12", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -5263,6 +5568,7 @@ "version": "3.0.3", "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "license": "MIT", "dependencies": { "fill-range": "^7.1.1" }, @@ -5273,7 +5579,8 @@ "node_modules/browser-process-hrtime": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", - "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==" + "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==", + "license": "BSD-2-Clause" }, "node_modules/browserslist": { "version": "4.28.0", @@ -5293,6 +5600,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "baseline-browser-mapping": "^2.8.25", "caniuse-lite": "^1.0.30001754", @@ -5311,6 +5619,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "license": "Apache-2.0", "dependencies": { "node-int64": "^0.4.0" } @@ -5318,12 +5627,14 @@ "node_modules/buffer-from": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "license": "MIT" }, "node_modules/builtin-modules": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", + "license": "MIT", "engines": { "node": ">=6" }, @@ -5335,6 +5646,7 @@ "version": "3.1.2", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -5343,6 +5655,7 @@ "version": "1.0.8", "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", + "license": "MIT", "dependencies": { "call-bind-apply-helpers": "^1.0.0", "es-define-property": "^1.0.0", @@ -5360,6 +5673,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "function-bind": "^1.1.2" @@ -5372,6 +5686,7 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", + "license": "MIT", "dependencies": { "call-bind-apply-helpers": "^1.0.2", "get-intrinsic": "^1.3.0" @@ -5387,6 +5702,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "license": "MIT", "engines": { "node": ">=6" } @@ -5395,6 +5711,7 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "license": "MIT", "dependencies": { "pascal-case": "^3.1.2", "tslib": "^2.0.3" @@ -5404,6 +5721,7 @@ "version": "6.3.0", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -5415,6 +5733,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", + "license": "MIT", "engines": { "node": ">= 6" } @@ -5423,6 +5742,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", + "license": "MIT", "dependencies": { "browserslist": "^4.0.0", "caniuse-lite": "^1.0.0", @@ -5431,9 +5751,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001754", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001754.tgz", - "integrity": "sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==", + "version": "1.0.30001757", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001757.tgz", + "integrity": "sha512-r0nnL/I28Zi/yjk1el6ilj27tKcdjLsNqAOZr0yVjWPrSQyHgKI2INaEWw21bAQSv2LXRt1XuCS/GomNpWOxsQ==", "funding": [ { "type": "opencollective", @@ -5447,12 +5767,14 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ] + ], + "license": "CC-BY-4.0" }, "node_modules/case-sensitive-paths-webpack-plugin": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz", "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==", + "license": "MIT", "engines": { "node": ">=4" } @@ -5461,6 +5783,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -5470,6 +5793,7 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -5485,6 +5809,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", + "license": "MIT", "engines": { "node": ">=10" } @@ -5493,6 +5818,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -5502,6 +5828,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -5511,6 +5838,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -5520,6 +5848,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -5528,12 +5857,14 @@ "node_modules/check-types": { "version": "11.2.3", "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.2.3.tgz", - "integrity": "sha512-+67P1GkJRaxQD6PKK0Et9DhwQB+vGg3PM5+aavopCpZT1lj9jeqfvpgTLAWErNj8qApkkmXlu/Ug74kmhagkXg==" + "integrity": "sha512-+67P1GkJRaxQD6PKK0Et9DhwQB+vGg3PM5+aavopCpZT1lj9jeqfvpgTLAWErNj8qApkkmXlu/Ug74kmhagkXg==", + "license": "MIT" }, "node_modules/chokidar": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "license": "MIT", "dependencies": { "anymatch": "~3.1.2", "braces": "~3.0.2", @@ -5557,6 +5888,7 @@ "version": "5.1.2", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "license": "ISC", "dependencies": { "is-glob": "^4.0.1" }, @@ -5568,6 +5900,7 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", + "license": "MIT", "engines": { "node": ">=6.0" } @@ -5582,6 +5915,7 @@ "url": "https://github.com/sponsors/sibiraj-s" } ], + "license": "MIT", "engines": { "node": ">=8" } @@ -5589,17 +5923,20 @@ "node_modules/cjs-module-lexer": { "version": "1.4.3", "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz", - "integrity": "sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==" + "integrity": "sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==", + "license": "MIT" }, "node_modules/classnames": { "version": "2.5.1", "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", - "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" + "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==", + "license": "MIT" }, "node_modules/clean-css": { "version": "5.3.3", "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz", "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==", + "license": "MIT", "dependencies": { "source-map": "~0.6.0" }, @@ -5611,6 +5948,7 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -5619,6 +5957,7 @@ "version": "7.0.4", "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "license": "ISC", "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", @@ -5629,6 +5968,7 @@ "version": "4.6.0", "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", + "license": "MIT", "engines": { "iojs": ">= 1.0.0", "node": ">= 0.12.0" @@ -5638,6 +5978,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", + "license": "MIT", "dependencies": { "@types/q": "^1.5.1", "chalk": "^2.4.1", @@ -5651,6 +5992,7 @@ "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "license": "MIT", "dependencies": { "color-convert": "^1.9.0" }, @@ -5662,6 +6004,7 @@ "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "license": "MIT", "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", @@ -5675,6 +6018,7 @@ "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "license": "MIT", "dependencies": { "color-name": "1.1.3" } @@ -5682,12 +6026,14 @@ "node_modules/coa/node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "license": "MIT" }, "node_modules/coa/node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "license": "MIT", "engines": { "node": ">=0.8.0" } @@ -5696,6 +6042,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "license": "MIT", "engines": { "node": ">=4" } @@ -5704,6 +6051,7 @@ "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "license": "MIT", "dependencies": { "has-flag": "^3.0.0" }, @@ -5714,12 +6062,14 @@ "node_modules/collect-v8-coverage": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.3.tgz", - "integrity": "sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw==" + "integrity": "sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw==", + "license": "MIT" }, "node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -5730,22 +6080,26 @@ "node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "license": "MIT" }, "node_modules/colord": { "version": "2.9.3", "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", - "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==" + "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", + "license": "MIT" }, "node_modules/colorette": { "version": "2.0.20", "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", - "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", + "license": "MIT" }, "node_modules/combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "license": "MIT", "dependencies": { "delayed-stream": "~1.0.0" }, @@ -5757,6 +6111,7 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -5766,6 +6121,7 @@ "version": "13.1.0", "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz", "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==", + "license": "MIT", "engines": { "node": ">=18" } @@ -5774,6 +6130,7 @@ "version": "1.8.2", "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", + "license": "MIT", "engines": { "node": ">=4.0.0" } @@ -5781,12 +6138,14 @@ "node_modules/commondir": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", + "license": "MIT" }, "node_modules/compressible": { "version": "2.0.18", "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "license": "MIT", "dependencies": { "mime-db": ">= 1.43.0 < 2" }, @@ -5798,6 +6157,7 @@ "version": "1.8.1", "resolved": "https://registry.npmjs.org/compression/-/compression-1.8.1.tgz", "integrity": "sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==", + "license": "MIT", "dependencies": { "bytes": "3.1.2", "compressible": "~2.0.18", @@ -5815,6 +6175,7 @@ "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", "dependencies": { "ms": "2.0.0" } @@ -5822,22 +6183,26 @@ "node_modules/compression/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "license": "MIT" }, "node_modules/confusing-browser-globals": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz", - "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==" + "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==", + "license": "MIT" }, "node_modules/connect-history-api-fallback": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", + "license": "MIT", "engines": { "node": ">=0.8" } @@ -5846,6 +6211,7 @@ "version": "0.5.4", "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "license": "MIT", "dependencies": { "safe-buffer": "5.2.1" }, @@ -5857,6 +6223,7 @@ "version": "1.0.5", "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -5864,12 +6231,14 @@ "node_modules/convert-source-map": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "license": "MIT" }, "node_modules/cookie": { "version": "0.7.1", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -5877,24 +6246,27 @@ "node_modules/cookie-signature": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", + "license": "MIT" }, "node_modules/core-js": { - "version": "3.46.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.46.0.tgz", - "integrity": "sha512-vDMm9B0xnqqZ8uSBpZ8sNtRtOdmfShrvT6h2TuQGLs0Is+cR0DYbj/KWP6ALVNbWPpqA/qPLoOuppJN07humpA==", + "version": "3.47.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.47.0.tgz", + "integrity": "sha512-c3Q2VVkGAUyupsjRnaNX6u8Dq2vAdzm9iuPj5FW0fRxzlxgq9Q39MDq10IvmQSpLgHQNyQzQmOo6bgGHmH3NNg==", "hasInstallScript": true, + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/core-js" } }, "node_modules/core-js-compat": { - "version": "3.46.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.46.0.tgz", - "integrity": "sha512-p9hObIIEENxSV8xIu+V68JjSeARg6UVMG5mR+JEUguG3sI6MsiS1njz2jHmyJDvA+8jX/sytkBHup6kxhM9law==", + "version": "3.47.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.47.0.tgz", + "integrity": "sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ==", + "license": "MIT", "dependencies": { - "browserslist": "^4.26.3" + "browserslist": "^4.28.0" }, "funding": { "type": "opencollective", @@ -5902,10 +6274,11 @@ } }, "node_modules/core-js-pure": { - "version": "3.46.0", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.46.0.tgz", - "integrity": "sha512-NMCW30bHNofuhwLhYPt66OLOKTMbOhgTTatKVbaQC3KRHpTCiRIBYvtshr+NBYSnBxwAFhjW/RfJ0XbIjS16rw==", + "version": "3.47.0", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.47.0.tgz", + "integrity": "sha512-BcxeDbzUrRnXGYIVAGFtcGQVNpFcUhVjr6W7F8XktvQW2iJP9e66GP6xdKotCRFlrxBvNIBrhwKteRXqMV86Nw==", "hasInstallScript": true, + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/core-js" @@ -5914,12 +6287,14 @@ "node_modules/core-util-is": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "license": "MIT" }, "node_modules/cosmiconfig": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "license": "MIT", "dependencies": { "@types/parse-json": "^4.0.0", "import-fresh": "^3.2.1", @@ -5935,6 +6310,7 @@ "version": "7.0.6", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", + "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -5948,6 +6324,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", + "license": "MIT", "engines": { "node": ">=8" } @@ -5956,6 +6333,7 @@ "version": "3.0.3", "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz", "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==", + "license": "CC0-1.0", "dependencies": { "postcss-selector-parser": "^6.0.9" }, @@ -5973,6 +6351,7 @@ "version": "6.4.1", "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz", "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==", + "license": "ISC", "engines": { "node": "^10 || ^12 || >=14" }, @@ -5984,6 +6363,7 @@ "version": "3.0.4", "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz", "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==", + "license": "CC0-1.0", "dependencies": { "postcss-selector-parser": "^6.0.9" }, @@ -6001,6 +6381,7 @@ "version": "6.11.0", "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz", "integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==", + "license": "MIT", "dependencies": { "icss-utils": "^5.1.0", "postcss": "^8.4.33", @@ -6035,6 +6416,7 @@ "version": "7.7.3", "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -6046,6 +6428,7 @@ "version": "3.4.1", "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz", "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==", + "license": "MIT", "dependencies": { "cssnano": "^5.0.6", "jest-worker": "^27.0.2", @@ -6083,6 +6466,7 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -6091,6 +6475,7 @@ "version": "6.0.3", "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz", "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==", + "license": "CC0-1.0", "bin": { "css-prefers-color-scheme": "dist/cli.cjs" }, @@ -6105,6 +6490,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "license": "BSD-2-Clause", "dependencies": { "boolbase": "^1.0.0", "css-what": "^6.0.1", @@ -6119,12 +6505,14 @@ "node_modules/css-select-base-adapter": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", - "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==" + "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==", + "license": "MIT" }, "node_modules/css-tree": { "version": "1.0.0-alpha.37", "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", + "license": "MIT", "dependencies": { "mdn-data": "2.0.4", "source-map": "^0.6.1" @@ -6137,6 +6525,7 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -6145,6 +6534,7 @@ "version": "6.2.2", "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz", "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==", + "license": "BSD-2-Clause", "engines": { "node": ">= 6" }, @@ -6165,12 +6555,14 @@ "type": "github", "url": "https://github.com/sponsors/csstools" } - ] + ], + "license": "CC0-1.0" }, "node_modules/cssesc": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "license": "MIT", "bin": { "cssesc": "bin/cssesc" }, @@ -6182,6 +6574,7 @@ "version": "5.1.15", "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz", "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==", + "license": "MIT", "dependencies": { "cssnano-preset-default": "^5.2.14", "lilconfig": "^2.0.3", @@ -6202,6 +6595,7 @@ "version": "5.2.14", "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz", "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==", + "license": "MIT", "dependencies": { "css-declaration-sorter": "^6.3.1", "cssnano-utils": "^3.1.0", @@ -6244,6 +6638,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", + "license": "MIT", "engines": { "node": "^10 || ^12 || >=14.0" }, @@ -6255,6 +6650,7 @@ "version": "4.2.0", "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", + "license": "MIT", "dependencies": { "css-tree": "^1.1.2" }, @@ -6266,6 +6662,7 @@ "version": "1.1.3", "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + "license": "MIT", "dependencies": { "mdn-data": "2.0.14", "source-map": "^0.6.1" @@ -6277,12 +6674,14 @@ "node_modules/csso/node_modules/mdn-data": { "version": "2.0.14", "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", - "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", + "license": "CC0-1.0" }, "node_modules/csso/node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -6290,12 +6689,14 @@ "node_modules/cssom": { "version": "0.4.4", "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", - "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==" + "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==", + "license": "MIT" }, "node_modules/cssstyle": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", + "license": "MIT", "dependencies": { "cssom": "~0.3.6" }, @@ -6306,22 +6707,26 @@ "node_modules/cssstyle/node_modules/cssom": { "version": "0.3.8", "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", - "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==" + "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", + "license": "MIT" }, "node_modules/csstype": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", + "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", + "license": "MIT" }, "node_modules/damerau-levenshtein": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", - "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==" + "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", + "license": "BSD-2-Clause" }, "node_modules/data-urls": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", + "license": "MIT", "dependencies": { "abab": "^2.0.3", "whatwg-mimetype": "^2.3.0", @@ -6335,6 +6740,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz", "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", @@ -6351,6 +6757,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz", "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", @@ -6367,6 +6774,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz", "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -6383,6 +6791,7 @@ "version": "4.4.3", "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "license": "MIT", "dependencies": { "ms": "^2.1.3" }, @@ -6398,12 +6807,14 @@ "node_modules/decimal.js": { "version": "10.6.0", "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz", - "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==" + "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==", + "license": "MIT" }, "node_modules/decode-named-character-reference": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz", "integrity": "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==", + "license": "MIT", "dependencies": { "character-entities": "^2.0.0" }, @@ -6415,17 +6826,20 @@ "node_modules/dedent": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", - "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==" + "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==", + "license": "MIT" }, "node_modules/deep-is": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "license": "MIT" }, "node_modules/deepmerge": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -6434,6 +6848,7 @@ "version": "6.0.3", "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", + "license": "BSD-2-Clause", "dependencies": { "execa": "^5.0.0" }, @@ -6445,6 +6860,7 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", @@ -6467,6 +6883,7 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -6478,6 +6895,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "license": "Apache-2.0", "engines": { "node": ">=10.17.0" } @@ -6486,6 +6904,7 @@ "version": "1.1.4", "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -6502,6 +6921,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "license": "MIT", "engines": { "node": ">=8" } @@ -6510,6 +6930,7 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", + "license": "MIT", "dependencies": { "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", @@ -6526,6 +6947,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "license": "MIT", "engines": { "node": ">=0.4.0" } @@ -6534,6 +6956,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -6542,6 +6965,7 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", + "license": "MIT", "engines": { "node": ">=6" } @@ -6550,6 +6974,7 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "license": "MIT", "engines": { "node": ">= 0.8", "npm": "1.2.8000 || >= 1.4.16" @@ -6559,6 +6984,7 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", + "license": "Apache-2.0", "optional": true, "bin": { "detect-libc": "bin/detect-libc.js" @@ -6571,6 +6997,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", + "license": "MIT", "engines": { "node": ">=8" } @@ -6578,12 +7005,14 @@ "node_modules/detect-node": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", - "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", + "license": "MIT" }, "node_modules/detect-port-alt": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz", "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==", + "license": "MIT", "dependencies": { "address": "^1.0.1", "debug": "^2.6.0" @@ -6600,6 +7029,7 @@ "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", "dependencies": { "ms": "2.0.0" } @@ -6607,12 +7037,14 @@ "node_modules/detect-port-alt/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" }, "node_modules/devlop": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", + "license": "MIT", "dependencies": { "dequal": "^2.0.0" }, @@ -6624,12 +7056,14 @@ "node_modules/didyoumean": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", - "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==" + "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", + "license": "Apache-2.0" }, "node_modules/diff-sequences": { "version": "27.5.1", "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==", + "license": "MIT", "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } @@ -6638,6 +7072,7 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "license": "MIT", "dependencies": { "path-type": "^4.0.0" }, @@ -6648,12 +7083,14 @@ "node_modules/dlv": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", - "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", + "license": "MIT" }, "node_modules/dns-packet": { "version": "5.6.1", "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", + "license": "MIT", "dependencies": { "@leichtgewicht/ip-codec": "^2.0.1" }, @@ -6665,6 +7102,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "license": "Apache-2.0", "dependencies": { "esutils": "^2.0.2" }, @@ -6676,6 +7114,7 @@ "version": "0.2.0", "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", + "license": "MIT", "dependencies": { "utila": "~0.4" } @@ -6684,6 +7123,7 @@ "version": "5.2.1", "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.8.7", "csstype": "^3.0.2" @@ -6693,6 +7133,7 @@ "version": "1.4.1", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "license": "MIT", "dependencies": { "domelementtype": "^2.0.1", "domhandler": "^4.2.0", @@ -6711,13 +7152,15 @@ "type": "github", "url": "https://github.com/sponsors/fb55" } - ] + ], + "license": "BSD-2-Clause" }, "node_modules/domexception": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", "deprecated": "Use your platform's native DOMException instead", + "license": "MIT", "dependencies": { "webidl-conversions": "^5.0.0" }, @@ -6729,6 +7172,7 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", + "license": "BSD-2-Clause", "engines": { "node": ">=8" } @@ -6737,6 +7181,7 @@ "version": "4.3.1", "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "license": "BSD-2-Clause", "dependencies": { "domelementtype": "^2.2.0" }, @@ -6751,6 +7196,7 @@ "version": "2.8.0", "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "license": "BSD-2-Clause", "dependencies": { "dom-serializer": "^1.0.1", "domelementtype": "^2.2.0", @@ -6764,6 +7210,7 @@ "version": "3.0.4", "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "license": "MIT", "dependencies": { "no-case": "^3.0.4", "tslib": "^2.0.3" @@ -6773,6 +7220,7 @@ "version": "10.0.0", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", + "license": "BSD-2-Clause", "engines": { "node": ">=10" } @@ -6780,12 +7228,14 @@ "node_modules/dotenv-expand": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", - "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" + "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==", + "license": "BSD-2-Clause" }, "node_modules/dunder-proto": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "license": "MIT", "dependencies": { "call-bind-apply-helpers": "^1.0.1", "es-errors": "^1.3.0", @@ -6798,22 +7248,20 @@ "node_modules/duplexer": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", - "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" - }, - "node_modules/eastasianwidth": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", + "license": "MIT" }, "node_modules/ee-first": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "license": "MIT" }, "node_modules/ejs": { "version": "3.1.10", "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", + "license": "Apache-2.0", "dependencies": { "jake": "^10.8.5" }, @@ -6825,19 +7273,22 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.250", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.250.tgz", - "integrity": "sha512-/5UMj9IiGDMOFBnN4i7/Ry5onJrAGSbOGo3s9FEKmwobGq6xw832ccET0CE3CkkMBZ8GJSlUIesZofpyurqDXw==" + "version": "1.5.262", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.262.tgz", + "integrity": "sha512-NlAsMteRHek05jRUxUR0a5jpjYq9ykk6+kO0yRaMi5moe7u0fVIOeQ3Y30A8dIiWFBNUoQGi1ljb1i5VtS9WQQ==", + "license": "ISC" }, "node_modules/email-addresses": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/email-addresses/-/email-addresses-5.0.0.tgz", - "integrity": "sha512-4OIPYlA6JXqtVn8zpHpGiI7vE6EQOAg16aGnDMIAlZVinnoZ8208tW1hAbjWydgN/4PLTT9q+O1K6AH/vALJGw==" + "integrity": "sha512-4OIPYlA6JXqtVn8zpHpGiI7vE6EQOAg16aGnDMIAlZVinnoZ8208tW1hAbjWydgN/4PLTT9q+O1K6AH/vALJGw==", + "license": "MIT" }, "node_modules/emittery": { "version": "0.8.1", "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz", "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -6848,12 +7299,14 @@ "node_modules/emoji-regex": { "version": "9.2.2", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "license": "MIT" }, "node_modules/emojis-list": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "license": "MIT", "engines": { "node": ">= 4" } @@ -6862,6 +7315,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -6871,6 +7325,7 @@ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz", "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==", "dev": true, + "license": "MIT", "dependencies": { "once": "^1.4.0" } @@ -6879,6 +7334,7 @@ "version": "5.18.3", "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz", "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==", + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" @@ -6891,6 +7347,7 @@ "version": "2.2.0", "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "license": "BSD-2-Clause", "funding": { "url": "https://github.com/fb55/entities?sponsor=1" } @@ -6899,6 +7356,7 @@ "version": "1.3.4", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz", "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==", + "license": "MIT", "dependencies": { "is-arrayish": "^0.2.1" } @@ -6907,6 +7365,7 @@ "version": "2.1.4", "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz", "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==", + "license": "MIT", "dependencies": { "stackframe": "^1.3.4" } @@ -6915,6 +7374,7 @@ "version": "1.24.0", "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz", "integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==", + "license": "MIT", "dependencies": { "array-buffer-byte-length": "^1.0.2", "arraybuffer.prototype.slice": "^1.0.4", @@ -6981,12 +7441,14 @@ "node_modules/es-array-method-boxes-properly": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz", - "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==" + "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==", + "license": "MIT" }, "node_modules/es-define-property": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", + "license": "MIT", "engines": { "node": ">= 0.4" } @@ -6995,6 +7457,7 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", "engines": { "node": ">= 0.4" } @@ -7003,6 +7466,7 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz", "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -7028,12 +7492,14 @@ "node_modules/es-module-lexer": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", - "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==" + "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", + "license": "MIT" }, "node_modules/es-object-atoms": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "license": "MIT", "dependencies": { "es-errors": "^1.3.0" }, @@ -7045,6 +7511,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "get-intrinsic": "^1.2.6", @@ -7059,6 +7526,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz", "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==", + "license": "MIT", "dependencies": { "hasown": "^2.0.2" }, @@ -7070,6 +7538,7 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz", "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==", + "license": "MIT", "dependencies": { "is-callable": "^1.2.7", "is-date-object": "^1.0.5", @@ -7086,6 +7555,7 @@ "version": "3.2.0", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "license": "MIT", "engines": { "node": ">=6" } @@ -7093,12 +7563,14 @@ "node_modules/escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", + "license": "MIT" }, "node_modules/escape-string-regexp": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -7110,6 +7582,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", + "license": "BSD-2-Clause", "dependencies": { "esprima": "^4.0.1", "estraverse": "^5.2.0", @@ -7130,6 +7603,7 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", "optional": true, "engines": { "node": ">=0.10.0" @@ -7140,6 +7614,7 @@ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz", "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", + "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", @@ -7195,6 +7670,7 @@ "resolved": "https://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-19.0.4.tgz", "integrity": "sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==", "dev": true, + "license": "MIT", "dependencies": { "eslint-config-airbnb-base": "^15.0.0", "object.assign": "^4.1.2", @@ -7216,6 +7692,7 @@ "resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz", "integrity": "sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==", "dev": true, + "license": "MIT", "dependencies": { "confusing-browser-globals": "^1.0.10", "object.assign": "^4.1.2", @@ -7235,6 +7712,7 @@ "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.2.tgz", "integrity": "sha512-iI1f+D2ViGn+uvv5HuHVUamg8ll4tN+JRHGc6IJi4TP9Kl976C57fzPXgseXNs8v0iA8aSJpHsTWjDb9QJamGQ==", "dev": true, + "license": "MIT", "bin": { "eslint-config-prettier": "bin/cli.js" }, @@ -7246,6 +7724,7 @@ "version": "7.0.1", "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz", "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==", + "license": "MIT", "dependencies": { "@babel/core": "^7.16.0", "@babel/eslint-parser": "^7.16.3", @@ -7273,6 +7752,7 @@ "version": "0.3.9", "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==", + "license": "MIT", "dependencies": { "debug": "^3.2.7", "is-core-module": "^2.13.0", @@ -7283,6 +7763,7 @@ "version": "3.2.7", "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "license": "MIT", "dependencies": { "ms": "^2.1.1" } @@ -7291,6 +7772,7 @@ "version": "2.12.1", "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz", "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==", + "license": "MIT", "dependencies": { "debug": "^3.2.7" }, @@ -7307,6 +7789,7 @@ "version": "3.2.7", "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "license": "MIT", "dependencies": { "ms": "^2.1.1" } @@ -7315,6 +7798,7 @@ "version": "8.0.3", "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz", "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==", + "license": "BSD-3-Clause", "dependencies": { "lodash": "^4.17.21", "string-natural-compare": "^3.0.1" @@ -7332,6 +7816,7 @@ "version": "2.32.0", "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz", "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==", + "license": "MIT", "dependencies": { "@rtsao/scc": "^1.1.0", "array-includes": "^3.1.9", @@ -7364,6 +7849,7 @@ "version": "3.2.7", "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "license": "MIT", "dependencies": { "ms": "^2.1.1" } @@ -7372,6 +7858,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "license": "Apache-2.0", "dependencies": { "esutils": "^2.0.2" }, @@ -7383,6 +7870,7 @@ "version": "25.7.0", "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz", "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==", + "license": "MIT", "dependencies": { "@typescript-eslint/experimental-utils": "^5.0.0" }, @@ -7406,6 +7894,7 @@ "version": "6.10.2", "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz", "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==", + "license": "MIT", "dependencies": { "aria-query": "^5.3.2", "array-includes": "^3.1.8", @@ -7435,6 +7924,7 @@ "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.5.tgz", "integrity": "sha512-9Ni+xgemM2IWLq6aXEpP2+V/V30GeA/46Ar629vcMqVPodFFWC9skHu/D1phvuqtS8bJCFnNf01/qcmqYEwNfg==", "dev": true, + "license": "MIT", "dependencies": { "prettier-linter-helpers": "^1.0.0" }, @@ -7455,6 +7945,7 @@ "version": "7.37.5", "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz", "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==", + "license": "MIT", "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", @@ -7486,6 +7977,7 @@ "version": "4.6.2", "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz", "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -7497,6 +7989,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "license": "Apache-2.0", "dependencies": { "esutils": "^2.0.2" }, @@ -7508,6 +8001,7 @@ "version": "2.0.0-next.5", "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz", "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==", + "license": "MIT", "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", @@ -7524,6 +8018,7 @@ "version": "5.11.1", "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz", "integrity": "sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==", + "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^5.58.0" }, @@ -7539,6 +8034,7 @@ "version": "7.2.2", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" @@ -7554,6 +8050,7 @@ "version": "3.4.3", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "license": "Apache-2.0", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -7565,6 +8062,7 @@ "version": "3.2.0", "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz", "integrity": "sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==", + "license": "MIT", "dependencies": { "@types/eslint": "^7.29.0 || ^8.4.1", "jest-worker": "^28.0.2", @@ -7588,6 +8086,7 @@ "version": "28.1.3", "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", + "license": "MIT", "dependencies": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -7601,6 +8100,7 @@ "version": "8.1.1", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -7615,6 +8115,7 @@ "version": "9.6.1", "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", + "license": "BSD-2-Clause", "dependencies": { "acorn": "^8.9.0", "acorn-jsx": "^5.3.2", @@ -7631,6 +8132,7 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "license": "BSD-2-Clause", "bin": { "esparse": "bin/esparse.js", "esvalidate": "bin/esvalidate.js" @@ -7643,6 +8145,7 @@ "version": "1.6.0", "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", + "license": "BSD-3-Clause", "dependencies": { "estraverse": "^5.1.0" }, @@ -7654,6 +8157,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "license": "BSD-2-Clause", "dependencies": { "estraverse": "^5.2.0" }, @@ -7665,6 +8169,7 @@ "version": "5.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } @@ -7673,6 +8178,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz", "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==", + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" @@ -7681,12 +8187,14 @@ "node_modules/estree-walker": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", - "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==" + "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==", + "license": "MIT" }, "node_modules/esutils": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "license": "BSD-2-Clause", "engines": { "node": ">=0.10.0" } @@ -7695,6 +8203,7 @@ "version": "1.8.1", "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -7702,12 +8211,14 @@ "node_modules/eventemitter3": { "version": "4.0.7", "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", - "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", + "license": "MIT" }, "node_modules/events": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "license": "MIT", "engines": { "node": ">=0.8.x" } @@ -7717,6 +8228,7 @@ "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", "dev": true, + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.0", "get-stream": "^5.0.0", @@ -7747,6 +8259,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", + "license": "MIT", "dependencies": { "@jest/types": "^27.5.1", "jest-get-type": "^27.5.1", @@ -7761,6 +8274,7 @@ "version": "4.21.2", "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", + "license": "MIT", "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", @@ -7806,6 +8320,7 @@ "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", "dependencies": { "ms": "2.0.0" } @@ -7813,28 +8328,33 @@ "node_modules/express/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" }, "node_modules/extend": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "license": "MIT" }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "license": "MIT" }, "node_modules/fast-diff": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz", "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/fast-glob": { "version": "3.3.3", "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -7850,6 +8370,7 @@ "version": "5.1.2", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "license": "ISC", "dependencies": { "is-glob": "^4.0.1" }, @@ -7860,12 +8381,14 @@ "node_modules/fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "license": "MIT" }, "node_modules/fast-levenshtein": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "license": "MIT" }, "node_modules/fast-uri": { "version": "3.1.0", @@ -7880,12 +8403,14 @@ "type": "opencollective", "url": "https://opencollective.com/fastify" } - ] + ], + "license": "BSD-3-Clause" }, "node_modules/fastq": { "version": "1.19.1", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz", "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==", + "license": "ISC", "dependencies": { "reusify": "^1.0.4" } @@ -7894,6 +8419,7 @@ "version": "0.11.4", "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", + "license": "Apache-2.0", "dependencies": { "websocket-driver": ">=0.5.1" }, @@ -7905,6 +8431,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", + "license": "Apache-2.0", "dependencies": { "bser": "2.1.1" } @@ -7913,6 +8440,7 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "license": "MIT", "dependencies": { "flat-cache": "^3.0.4" }, @@ -7924,6 +8452,7 @@ "version": "6.2.0", "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", + "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "schema-utils": "^3.0.0" @@ -7943,6 +8472,7 @@ "version": "3.3.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -7960,6 +8490,7 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", + "license": "Apache-2.0", "dependencies": { "minimatch": "^5.0.1" } @@ -7968,6 +8499,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } @@ -7976,6 +8508,7 @@ "version": "5.1.6", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -7987,6 +8520,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz", "integrity": "sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==", + "license": "MIT", "engines": { "node": ">=4" } @@ -7995,6 +8529,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-4.3.0.tgz", "integrity": "sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==", + "license": "MIT", "dependencies": { "filename-reserved-regex": "^2.0.0", "strip-outer": "^1.0.1", @@ -8011,6 +8546,7 @@ "version": "8.0.7", "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz", "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==", + "license": "BSD-3-Clause", "engines": { "node": ">= 0.4.0" } @@ -8019,6 +8555,7 @@ "version": "7.1.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "license": "MIT", "dependencies": { "to-regex-range": "^5.0.1" }, @@ -8030,6 +8567,7 @@ "version": "1.3.1", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", + "license": "MIT", "dependencies": { "debug": "2.6.9", "encodeurl": "~2.0.0", @@ -8047,6 +8585,7 @@ "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", "dependencies": { "ms": "2.0.0" } @@ -8054,12 +8593,14 @@ "node_modules/finalhandler/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" }, "node_modules/find-cache-dir": { "version": "3.3.2", "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "license": "MIT", "dependencies": { "commondir": "^1.0.1", "make-dir": "^3.0.2", @@ -8076,6 +8617,7 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "license": "MIT", "dependencies": { "locate-path": "^6.0.0", "path-exists": "^4.0.0" @@ -8091,6 +8633,7 @@ "version": "3.2.0", "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", + "license": "MIT", "dependencies": { "flatted": "^3.2.9", "keyv": "^4.5.3", @@ -8103,7 +8646,8 @@ "node_modules/flatted": { "version": "3.3.3", "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz", - "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==" + "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==", + "license": "ISC" }, "node_modules/follow-redirects": { "version": "1.15.11", @@ -8115,6 +8659,7 @@ "url": "https://github.com/sponsors/RubenVerborgh" } ], + "license": "MIT", "engines": { "node": ">=4.0" }, @@ -8128,6 +8673,7 @@ "version": "0.3.5", "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz", "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==", + "license": "MIT", "dependencies": { "is-callable": "^1.2.7" }, @@ -8138,36 +8684,11 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/foreground-child": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", - "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", - "dependencies": { - "cross-spawn": "^7.0.6", - "signal-exit": "^4.0.1" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/foreground-child/node_modules/signal-exit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/fork-ts-checker-webpack-plugin": { "version": "6.5.3", "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz", "integrity": "sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==", + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.8.3", "@types/json-schema": "^7.0.5", @@ -8206,6 +8727,7 @@ "version": "6.0.0", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", + "license": "MIT", "dependencies": { "@types/parse-json": "^4.0.0", "import-fresh": "^3.1.0", @@ -8221,6 +8743,7 @@ "version": "9.1.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "license": "MIT", "dependencies": { "at-least-node": "^1.0.0", "graceful-fs": "^4.2.0", @@ -8235,6 +8758,7 @@ "version": "2.7.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.4", "ajv": "^6.12.2", @@ -8252,6 +8776,7 @@ "version": "7.7.3", "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -8263,6 +8788,7 @@ "version": "1.1.3", "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", + "license": "MIT", "engines": { "node": ">=6" } @@ -8271,6 +8797,7 @@ "version": "3.0.4", "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.4.tgz", "integrity": "sha512-f0cRzm6dkyVYV3nPoooP8XlccPQukegwhAnpoLcXy+X+A8KfpGOoXwDr9FLZd3wzgLaBGQBE3lY93Zm/i1JvIQ==", + "license": "MIT", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -8286,6 +8813,7 @@ "version": "0.2.0", "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -8294,6 +8822,7 @@ "version": "5.3.4", "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz", "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==", + "license": "MIT", "engines": { "node": "*" }, @@ -8306,6 +8835,7 @@ "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -8314,6 +8844,7 @@ "version": "11.3.2", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz", "integrity": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==", + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -8326,18 +8857,21 @@ "node_modules/fs-monkey": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.1.0.tgz", - "integrity": "sha512-QMUezzXWII9EV5aTFXW1UBVUO77wYPpjqIF8/AviUCThNeSYZykpoTixUeaNNBwmCev0AMDWMAni+f8Hxb1IFw==" + "integrity": "sha512-QMUezzXWII9EV5aTFXW1UBVUO77wYPpjqIF8/AviUCThNeSYZykpoTixUeaNNBwmCev0AMDWMAni+f8Hxb1IFw==", + "license": "Unlicense" }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "license": "ISC" }, "node_modules/fsevents": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "hasInstallScript": true, + "license": "MIT", "optional": true, "os": [ "darwin" @@ -8350,6 +8884,7 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -8358,6 +8893,7 @@ "version": "1.1.8", "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz", "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -8377,6 +8913,7 @@ "version": "1.2.3", "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -8385,6 +8922,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz", "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==", + "license": "MIT", "engines": { "node": ">= 0.4" } @@ -8393,6 +8931,7 @@ "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -8401,6 +8940,7 @@ "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "license": "ISC", "engines": { "node": "6.* || 8.* || >= 10.*" } @@ -8409,6 +8949,7 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", + "license": "MIT", "dependencies": { "call-bind-apply-helpers": "^1.0.2", "es-define-property": "^1.0.1", @@ -8431,12 +8972,14 @@ "node_modules/get-own-enumerable-property-symbols": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", - "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==" + "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==", + "license": "ISC" }, "node_modules/get-package-type": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", + "license": "MIT", "engines": { "node": ">=8.0.0" } @@ -8445,6 +8988,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "license": "MIT", "dependencies": { "dunder-proto": "^1.0.1", "es-object-atoms": "^1.0.0" @@ -8458,6 +9002,7 @@ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", "dev": true, + "license": "MIT", "dependencies": { "pump": "^3.0.0" }, @@ -8472,6 +9017,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz", "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", @@ -8488,6 +9034,7 @@ "version": "6.3.0", "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-6.3.0.tgz", "integrity": "sha512-Ot5lU6jK0Eb+sszG8pciXdjMXdBJ5wODvgjR+imihTqsUWF2K6dJ9HST55lgqcs8wWcw6o6wAsUzfcYRhJPXbA==", + "license": "MIT", "dependencies": { "async": "^3.2.4", "commander": "^13.0.0", @@ -8510,6 +9057,7 @@ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "deprecated": "Glob versions prior to v9 are no longer supported", + "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -8529,6 +9077,7 @@ "version": "6.0.2", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "license": "ISC", "dependencies": { "is-glob": "^4.0.3" }, @@ -8539,12 +9088,14 @@ "node_modules/glob-to-regexp": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "license": "BSD-2-Clause" }, "node_modules/global-modules": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", + "license": "MIT", "dependencies": { "global-prefix": "^3.0.0" }, @@ -8556,6 +9107,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", + "license": "MIT", "dependencies": { "ini": "^1.3.5", "kind-of": "^6.0.2", @@ -8569,6 +9121,7 @@ "version": "1.3.1", "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -8580,6 +9133,7 @@ "version": "13.24.0", "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "license": "MIT", "dependencies": { "type-fest": "^0.20.2" }, @@ -8594,6 +9148,7 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", + "license": "MIT", "dependencies": { "define-properties": "^1.2.1", "gopd": "^1.0.1" @@ -8609,6 +9164,7 @@ "version": "11.1.0", "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "license": "MIT", "dependencies": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", @@ -8628,6 +9184,7 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -8638,17 +9195,20 @@ "node_modules/graceful-fs": { "version": "4.2.11", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "license": "ISC" }, "node_modules/graphemer": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", - "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", + "license": "MIT" }, "node_modules/gzip-size": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", + "license": "MIT", "dependencies": { "duplexer": "^0.1.2" }, @@ -8662,17 +9222,20 @@ "node_modules/handle-thing": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", - "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", + "license": "MIT" }, "node_modules/harmony-reflect": { "version": "1.6.2", "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz", - "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==" + "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==", + "license": "(Apache-2.0 OR MPL-1.1)" }, "node_modules/has-bigints": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz", "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -8684,6 +9247,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "license": "MIT", "engines": { "node": ">=8" } @@ -8692,6 +9256,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0" }, @@ -8703,6 +9268,7 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz", "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==", + "license": "MIT", "dependencies": { "dunder-proto": "^1.0.0" }, @@ -8717,6 +9283,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -8728,6 +9295,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "license": "MIT", "dependencies": { "has-symbols": "^1.0.3" }, @@ -8742,6 +9310,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "license": "MIT", "dependencies": { "function-bind": "^1.1.2" }, @@ -8753,6 +9322,7 @@ "version": "2.3.6", "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz", "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==", + "license": "MIT", "dependencies": { "@types/estree": "^1.0.0", "@types/hast": "^3.0.0", @@ -8779,6 +9349,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", + "license": "MIT", "dependencies": { "@types/hast": "^3.0.0" }, @@ -8791,6 +9362,7 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "license": "MIT", "bin": { "he": "bin/he" } @@ -8799,6 +9371,7 @@ "version": "0.1.4", "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz", "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==", + "license": "MIT", "engines": { "node": ">= 6.0.0" } @@ -8807,6 +9380,7 @@ "version": "2.1.6", "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", + "license": "MIT", "dependencies": { "inherits": "^2.0.1", "obuf": "^1.0.0", @@ -8817,12 +9391,14 @@ "node_modules/hpack.js/node_modules/isarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "license": "MIT" }, "node_modules/hpack.js/node_modules/readable-stream": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "license": "MIT", "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -8836,12 +9412,14 @@ "node_modules/hpack.js/node_modules/safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "license": "MIT" }, "node_modules/hpack.js/node_modules/string_decoder": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "license": "MIT", "dependencies": { "safe-buffer": "~5.1.0" } @@ -8850,6 +9428,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", + "license": "MIT", "dependencies": { "whatwg-encoding": "^1.0.5" }, @@ -8870,17 +9449,20 @@ "type": "patreon", "url": "https://patreon.com/mdevils" } - ] + ], + "license": "MIT" }, "node_modules/html-escaper": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "license": "MIT" }, "node_modules/html-minifier-terser": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", + "license": "MIT", "dependencies": { "camel-case": "^4.1.2", "clean-css": "^5.2.2", @@ -8901,6 +9483,7 @@ "version": "8.3.0", "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "license": "MIT", "engines": { "node": ">= 12" } @@ -8909,15 +9492,17 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz", "integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==", + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, "node_modules/html-webpack-plugin": { - "version": "5.6.4", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.4.tgz", - "integrity": "sha512-V/PZeWsqhfpE27nKeX9EO2sbR+D17A+tLf6qU+ht66jdUsN0QLKJN27Z+1+gHrVMKgndBahes0PU6rRihDgHTw==", + "version": "5.6.5", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.5.tgz", + "integrity": "sha512-4xynFbKNNk+WlzXeQQ+6YYsH2g7mpfPszQZUi3ovKlj+pDmngQ7vRXjrrmGROabmKwyQkcgcX5hqfOwHbFmK5g==", + "license": "MIT", "dependencies": { "@types/html-minifier-terser": "^6.0.0", "html-minifier-terser": "^6.0.2", @@ -8956,6 +9541,7 @@ "url": "https://github.com/sponsors/fb55" } ], + "license": "MIT", "dependencies": { "domelementtype": "^2.0.1", "domhandler": "^4.0.0", @@ -8966,12 +9552,14 @@ "node_modules/http-deceiver": { "version": "1.2.7", "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", - "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==" + "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", + "license": "MIT" }, "node_modules/http-errors": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "license": "MIT", "dependencies": { "depd": "2.0.0", "inherits": "2.0.4", @@ -8986,12 +9574,14 @@ "node_modules/http-parser-js": { "version": "0.5.10", "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.10.tgz", - "integrity": "sha512-Pysuw9XpUq5dVc/2SMHpuTY01RFl8fttgcyunjL7eEMhGM3cI4eOmiCycJDVCo/7O7ClfQD3SaI6ftDzqOXYMA==" + "integrity": "sha512-Pysuw9XpUq5dVc/2SMHpuTY01RFl8fttgcyunjL7eEMhGM3cI4eOmiCycJDVCo/7O7ClfQD3SaI6ftDzqOXYMA==", + "license": "MIT" }, "node_modules/http-proxy": { "version": "1.18.1", "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "license": "MIT", "dependencies": { "eventemitter3": "^4.0.0", "follow-redirects": "^1.0.0", @@ -9005,6 +9595,7 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", + "license": "MIT", "dependencies": { "@tootallnate/once": "1", "agent-base": "6", @@ -9018,6 +9609,7 @@ "version": "2.0.9", "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.9.tgz", "integrity": "sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==", + "license": "MIT", "dependencies": { "@types/http-proxy": "^1.17.8", "http-proxy": "^1.18.1", @@ -9041,6 +9633,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -9052,6 +9645,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "license": "MIT", "dependencies": { "agent-base": "6", "debug": "4" @@ -9065,6 +9659,7 @@ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=8.12.0" } @@ -9074,6 +9669,7 @@ "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true, + "license": "MIT", "bin": { "husky": "lib/bin.js" }, @@ -9088,6 +9684,7 @@ "version": "0.6.3", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" }, @@ -9099,6 +9696,7 @@ "version": "5.1.0", "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "license": "ISC", "engines": { "node": "^10 || ^12 || >= 14" }, @@ -9109,12 +9707,14 @@ "node_modules/idb": { "version": "7.1.1", "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz", - "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==" + "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==", + "license": "ISC" }, "node_modules/identity-obj-proxy": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz", "integrity": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==", + "license": "MIT", "dependencies": { "harmony-reflect": "^1.4.6" }, @@ -9126,6 +9726,7 @@ "version": "5.3.2", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", + "license": "MIT", "engines": { "node": ">= 4" } @@ -9134,6 +9735,7 @@ "version": "9.0.21", "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz", "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==", + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/immer" @@ -9142,12 +9744,14 @@ "node_modules/immutable": { "version": "5.1.4", "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.4.tgz", - "integrity": "sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==" + "integrity": "sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==", + "license": "MIT" }, "node_modules/import-fresh": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", + "license": "MIT", "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" @@ -9163,6 +9767,7 @@ "version": "3.2.0", "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", + "license": "MIT", "dependencies": { "pkg-dir": "^4.2.0", "resolve-cwd": "^3.0.0" @@ -9181,6 +9786,7 @@ "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "license": "MIT", "engines": { "node": ">=0.8.19" } @@ -9190,6 +9796,7 @@ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "license": "ISC", "dependencies": { "once": "^1.3.0", "wrappy": "1" @@ -9198,22 +9805,26 @@ "node_modules/inherits": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "license": "ISC" }, "node_modules/ini": { "version": "1.3.8", "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "license": "ISC" }, "node_modules/inline-style-parser": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.6.tgz", - "integrity": "sha512-gtGXVaBdl5mAes3rPcMedEBm12ibjt1kDMFfheul1wUAOVEJW60voNdMVzVkfLN06O7ZaD/rxhfKgtlgtTbMjg==" + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz", + "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==", + "license": "MIT" }, "node_modules/internal-slot": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz", "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==", + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "hasown": "^2.0.2", @@ -9224,9 +9835,10 @@ } }, "node_modules/ipaddr.js": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.2.0.tgz", - "integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.3.0.tgz", + "integrity": "sha512-Zv/pA+ciVFbCSBBjGfaKUya/CcGmUHzTydLMaTwrUUEM2DIEO3iZvueGxmacvmN50fGpGVKeTXpb2LcYQxeVdg==", + "license": "MIT", "engines": { "node": ">= 10" } @@ -9235,6 +9847,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -9244,6 +9857,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", + "license": "MIT", "dependencies": { "is-alphabetical": "^2.0.0", "is-decimal": "^2.0.0" @@ -9257,6 +9871,7 @@ "version": "3.0.5", "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz", "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -9272,12 +9887,14 @@ "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "license": "MIT" }, "node_modules/is-async-function": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz", "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==", + "license": "MIT", "dependencies": { "async-function": "^1.0.0", "call-bound": "^1.0.3", @@ -9296,6 +9913,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz", "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==", + "license": "MIT", "dependencies": { "has-bigints": "^1.0.2" }, @@ -9310,6 +9928,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "license": "MIT", "dependencies": { "binary-extensions": "^2.0.0" }, @@ -9321,6 +9940,7 @@ "version": "1.2.2", "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz", "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "has-tostringtag": "^1.0.2" @@ -9336,6 +9956,7 @@ "version": "1.2.7", "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -9347,6 +9968,7 @@ "version": "2.16.1", "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", + "license": "MIT", "dependencies": { "hasown": "^2.0.2" }, @@ -9361,6 +9983,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz", "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.2", "get-intrinsic": "^1.2.6", @@ -9377,6 +10000,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz", "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.2", "has-tostringtag": "^1.0.2" @@ -9392,6 +10016,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -9401,6 +10026,7 @@ "version": "2.2.1", "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "license": "MIT", "bin": { "is-docker": "cli.js" }, @@ -9415,6 +10041,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -9423,6 +10050,7 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz", "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.3" }, @@ -9437,6 +10065,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "license": "MIT", "engines": { "node": ">=8" } @@ -9445,6 +10074,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", + "license": "MIT", "engines": { "node": ">=6" } @@ -9453,6 +10083,7 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz", "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.4", "generator-function": "^2.0.0", @@ -9471,6 +10102,7 @@ "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "license": "MIT", "dependencies": { "is-extglob": "^2.1.1" }, @@ -9482,6 +10114,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -9491,6 +10124,7 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -9501,12 +10135,14 @@ "node_modules/is-module": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", - "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==" + "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==", + "license": "MIT" }, "node_modules/is-negative-zero": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -9518,6 +10154,7 @@ "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "license": "MIT", "engines": { "node": ">=0.12.0" } @@ -9526,6 +10163,7 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz", "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "has-tostringtag": "^1.0.2" @@ -9541,6 +10179,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -9549,6 +10188,7 @@ "version": "3.0.3", "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "license": "MIT", "engines": { "node": ">=8" } @@ -9557,6 +10197,7 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", + "license": "MIT", "engines": { "node": ">=12" }, @@ -9567,12 +10208,14 @@ "node_modules/is-potential-custom-element-name": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", - "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", + "license": "MIT" }, "node_modules/is-regex": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.2", "gopd": "^1.2.0", @@ -9590,6 +10233,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -9598,6 +10242,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz", "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==", + "license": "MIT", "engines": { "node": ">=6" } @@ -9606,6 +10251,7 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -9617,6 +10263,7 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz", "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.3" }, @@ -9631,6 +10278,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "license": "MIT", "engines": { "node": ">=8" }, @@ -9642,6 +10290,7 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz", "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "has-tostringtag": "^1.0.2" @@ -9657,6 +10306,7 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz", "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.2", "has-symbols": "^1.1.0", @@ -9673,6 +10323,7 @@ "version": "1.1.15", "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz", "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==", + "license": "MIT", "dependencies": { "which-typed-array": "^1.1.16" }, @@ -9686,12 +10337,14 @@ "node_modules/is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", + "license": "MIT" }, "node_modules/is-weakmap": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -9703,6 +10356,7 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz", "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.3" }, @@ -9717,6 +10371,7 @@ "version": "2.0.4", "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz", "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "get-intrinsic": "^1.2.6" @@ -9732,6 +10387,7 @@ "version": "2.2.0", "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "license": "MIT", "dependencies": { "is-docker": "^2.0.0" }, @@ -9742,17 +10398,20 @@ "node_modules/isarray": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "license": "MIT" }, "node_modules/isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "license": "ISC" }, "node_modules/istanbul-lib-coverage": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", + "license": "BSD-3-Clause", "engines": { "node": ">=8" } @@ -9761,6 +10420,7 @@ "version": "5.2.1", "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", + "license": "BSD-3-Clause", "dependencies": { "@babel/core": "^7.12.3", "@babel/parser": "^7.14.7", @@ -9776,6 +10436,7 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", + "license": "BSD-3-Clause", "dependencies": { "istanbul-lib-coverage": "^3.0.0", "make-dir": "^4.0.0", @@ -9789,6 +10450,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", + "license": "MIT", "dependencies": { "semver": "^7.5.3" }, @@ -9803,6 +10465,7 @@ "version": "7.7.3", "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -9814,6 +10477,7 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", + "license": "BSD-3-Clause", "dependencies": { "debug": "^4.1.1", "istanbul-lib-coverage": "^3.0.0", @@ -9827,6 +10491,7 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -9835,6 +10500,7 @@ "version": "3.2.0", "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.2.0.tgz", "integrity": "sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==", + "license": "BSD-3-Clause", "dependencies": { "html-escaper": "^2.0.0", "istanbul-lib-report": "^3.0.0" @@ -9847,6 +10513,7 @@ "version": "1.1.5", "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz", "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==", + "license": "MIT", "dependencies": { "define-data-property": "^1.1.4", "es-object-atoms": "^1.0.0", @@ -9859,24 +10526,11 @@ "node": ">= 0.4" } }, - "node_modules/jackspeak": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", - "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", - "dependencies": { - "@isaacs/cliui": "^8.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - }, - "optionalDependencies": { - "@pkgjs/parseargs": "^0.11.0" - } - }, "node_modules/jake": { "version": "10.9.4", "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.4.tgz", "integrity": "sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==", + "license": "Apache-2.0", "dependencies": { "async": "^3.2.6", "filelist": "^1.0.4", @@ -9893,6 +10547,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", + "license": "MIT", "dependencies": { "@jest/core": "^27.5.1", "import-local": "^3.0.2", @@ -9917,6 +10572,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz", "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==", + "license": "MIT", "dependencies": { "@jest/types": "^27.5.1", "execa": "^5.0.0", @@ -9930,6 +10586,7 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", @@ -9952,6 +10609,7 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -9963,6 +10621,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "license": "Apache-2.0", "engines": { "node": ">=10.17.0" } @@ -9971,6 +10630,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz", "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==", + "license": "MIT", "dependencies": { "@jest/environment": "^27.5.1", "@jest/test-result": "^27.5.1", @@ -10000,6 +10660,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz", "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==", + "license": "MIT", "dependencies": { "@jest/core": "^27.5.1", "@jest/test-result": "^27.5.1", @@ -10033,6 +10694,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz", "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==", + "license": "MIT", "dependencies": { "@babel/core": "^7.8.0", "@jest/test-sequencer": "^27.5.1", @@ -10075,6 +10737,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", + "license": "MIT", "dependencies": { "chalk": "^4.0.0", "diff-sequences": "^27.5.1", @@ -10089,6 +10752,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz", "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==", + "license": "MIT", "dependencies": { "detect-newline": "^3.0.0" }, @@ -10100,6 +10764,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz", "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==", + "license": "MIT", "dependencies": { "@jest/types": "^27.5.1", "chalk": "^4.0.0", @@ -10115,6 +10780,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz", "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==", + "license": "MIT", "dependencies": { "@jest/environment": "^27.5.1", "@jest/fake-timers": "^27.5.1", @@ -10132,6 +10798,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz", "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==", + "license": "MIT", "dependencies": { "@jest/environment": "^27.5.1", "@jest/fake-timers": "^27.5.1", @@ -10148,6 +10815,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz", "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==", + "license": "MIT", "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } @@ -10156,6 +10824,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", + "license": "MIT", "dependencies": { "@jest/types": "^27.5.1", "@types/graceful-fs": "^4.1.2", @@ -10181,6 +10850,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz", "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==", + "license": "MIT", "dependencies": { "@jest/environment": "^27.5.1", "@jest/source-map": "^27.5.1", @@ -10208,6 +10878,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz", "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==", + "license": "MIT", "dependencies": { "jest-get-type": "^27.5.1", "pretty-format": "^27.5.1" @@ -10220,6 +10891,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz", "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", + "license": "MIT", "dependencies": { "chalk": "^4.0.0", "jest-diff": "^27.5.1", @@ -10234,6 +10906,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.12.13", "@jest/types": "^27.5.1", @@ -10253,6 +10926,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", + "license": "MIT", "dependencies": { "@jest/types": "^27.5.1", "@types/node": "*" @@ -10265,6 +10939,7 @@ "version": "1.2.3", "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", + "license": "MIT", "engines": { "node": ">=6" }, @@ -10281,6 +10956,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", + "license": "MIT", "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } @@ -10289,6 +10965,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz", "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==", + "license": "MIT", "dependencies": { "@jest/types": "^27.5.1", "chalk": "^4.0.0", @@ -10309,6 +10986,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz", "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==", + "license": "MIT", "dependencies": { "@jest/types": "^27.5.1", "jest-regex-util": "^27.5.1", @@ -10322,6 +11000,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz", "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==", + "license": "MIT", "dependencies": { "@jest/console": "^27.5.1", "@jest/environment": "^27.5.1", @@ -10353,6 +11032,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz", "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==", + "license": "MIT", "dependencies": { "@jest/environment": "^27.5.1", "@jest/fake-timers": "^27.5.1", @@ -10385,6 +11065,7 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", @@ -10407,6 +11088,7 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -10418,6 +11100,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "license": "Apache-2.0", "engines": { "node": ">=10.17.0" } @@ -10426,6 +11109,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", + "license": "MIT", "dependencies": { "@types/node": "*", "graceful-fs": "^4.2.9" @@ -10438,6 +11122,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz", "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==", + "license": "MIT", "dependencies": { "@babel/core": "^7.7.2", "@babel/generator": "^7.7.2", @@ -10470,6 +11155,7 @@ "version": "7.7.3", "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -10481,6 +11167,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", + "license": "MIT", "dependencies": { "@jest/types": "^27.5.1", "@types/node": "*", @@ -10497,6 +11184,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz", "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==", + "license": "MIT", "dependencies": { "@jest/types": "^27.5.1", "camelcase": "^6.2.0", @@ -10513,6 +11201,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz", "integrity": "sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==", + "license": "MIT", "dependencies": { "ansi-escapes": "^4.3.1", "chalk": "^4.0.0", @@ -10533,6 +11222,7 @@ "version": "28.1.3", "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz", "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==", + "license": "MIT", "dependencies": { "@jest/types": "^28.1.3", "@types/node": "*", @@ -10549,6 +11239,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "license": "MIT", "engines": { "node": ">=8" } @@ -10557,6 +11248,7 @@ "version": "28.1.3", "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz", "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==", + "license": "MIT", "dependencies": { "@jest/console": "^28.1.3", "@jest/types": "^28.1.3", @@ -10571,6 +11263,7 @@ "version": "28.1.3", "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "license": "MIT", "dependencies": { "@jest/schemas": "^28.1.3", "@types/istanbul-lib-coverage": "^2.0.0", @@ -10584,9 +11277,10 @@ } }, "node_modules/jest-watch-typeahead/node_modules/@types/yargs": { - "version": "17.0.34", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.34.tgz", - "integrity": "sha512-KExbHVa92aJpw9WDQvzBaGVE2/Pz+pLZQloT2hjL8IqsZnV62rlPOYvNnLmf/L2dyllfVUOVBj64M0z/46eR2A==", + "version": "17.0.35", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.35.tgz", + "integrity": "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==", + "license": "MIT", "dependencies": { "@types/yargs-parser": "*" } @@ -10595,6 +11289,7 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -10606,6 +11301,7 @@ "version": "0.10.2", "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz", "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==", + "license": "MIT", "engines": { "node": ">=12" }, @@ -10617,6 +11313,7 @@ "version": "28.1.3", "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.12.13", "@jest/types": "^28.1.3", @@ -10636,6 +11333,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "license": "MIT", "engines": { "node": ">=8" } @@ -10644,6 +11342,7 @@ "version": "28.0.2", "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz", "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==", + "license": "MIT", "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } @@ -10652,6 +11351,7 @@ "version": "28.1.3", "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "license": "MIT", "dependencies": { "@jest/types": "^28.1.3", "@types/node": "*", @@ -10668,6 +11368,7 @@ "version": "28.1.3", "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz", "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==", + "license": "MIT", "dependencies": { "@jest/test-result": "^28.1.3", "@jest/types": "^28.1.3", @@ -10686,6 +11387,7 @@ "version": "4.0.2", "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", + "license": "MIT", "dependencies": { "char-regex": "^1.0.2", "strip-ansi": "^6.0.0" @@ -10698,6 +11400,7 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -10709,6 +11412,7 @@ "version": "28.1.3", "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", + "license": "MIT", "dependencies": { "@jest/schemas": "^28.1.3", "ansi-regex": "^5.0.1", @@ -10722,12 +11426,14 @@ "node_modules/jest-watch-typeahead/node_modules/react-is": { "version": "18.3.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", - "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", + "license": "MIT" }, "node_modules/jest-watch-typeahead/node_modules/slash": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", + "license": "MIT", "engines": { "node": ">=12" }, @@ -10739,6 +11445,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz", "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==", + "license": "MIT", "dependencies": { "char-regex": "^2.0.0", "strip-ansi": "^7.0.1" @@ -10754,6 +11461,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.2.tgz", "integrity": "sha512-cbGOjAptfM2LVmWhwRFHEKTPkLwNddVmuqYZQt895yXwAsWsXObCG+YN4DGQ/JBtT4GP1a1lPPdio2z413LmTg==", + "license": "MIT", "engines": { "node": ">=12.20" } @@ -10762,6 +11470,7 @@ "version": "7.1.2", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", + "license": "MIT", "dependencies": { "ansi-regex": "^6.0.1" }, @@ -10776,6 +11485,7 @@ "version": "6.2.2", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", + "license": "MIT", "engines": { "node": ">=12" }, @@ -10787,6 +11497,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz", "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==", + "license": "MIT", "dependencies": { "@jest/test-result": "^27.5.1", "@jest/types": "^27.5.1", @@ -10804,6 +11515,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "license": "MIT", "dependencies": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -10817,6 +11529,7 @@ "version": "8.1.1", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -10831,6 +11544,7 @@ "version": "1.21.7", "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz", "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", + "license": "MIT", "bin": { "jiti": "bin/jiti.js" } @@ -10838,7 +11552,8 @@ "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "license": "MIT" }, "node_modules/js-yaml": { "version": "4.1.1", @@ -10856,6 +11571,7 @@ "version": "16.7.0", "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", + "license": "MIT", "dependencies": { "abab": "^2.0.5", "acorn": "^8.2.4", @@ -10901,6 +11617,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", + "license": "MIT", "bin": { "jsesc": "bin/jsesc" }, @@ -10911,32 +11628,38 @@ "node_modules/json-buffer": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "license": "MIT" }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "license": "MIT" }, "node_modules/json-schema": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", - "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==" + "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", + "license": "(AFL-2.1 OR BSD-3-Clause)" }, "node_modules/json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "license": "MIT" }, "node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "license": "MIT" }, "node_modules/json5": { "version": "2.2.3", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "license": "MIT", "bin": { "json5": "lib/cli.js" }, @@ -10948,6 +11671,7 @@ "version": "6.2.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz", "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==", + "license": "MIT", "dependencies": { "universalify": "^2.0.0" }, @@ -10959,6 +11683,7 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.1.1.tgz", "integrity": "sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==", + "license": "MIT", "dependencies": { "esprima": "1.2.2", "static-eval": "2.0.2", @@ -10981,6 +11706,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz", "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -10989,6 +11715,7 @@ "version": "3.3.5", "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", + "license": "MIT", "dependencies": { "array-includes": "^3.1.6", "array.prototype.flat": "^1.3.1", @@ -11003,6 +11730,7 @@ "version": "4.5.4", "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "license": "MIT", "dependencies": { "json-buffer": "3.0.1" } @@ -11011,6 +11739,7 @@ "version": "6.0.3", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -11019,6 +11748,7 @@ "version": "3.0.3", "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "license": "MIT", "engines": { "node": ">=6" } @@ -11027,6 +11757,7 @@ "version": "2.0.6", "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", + "license": "MIT", "engines": { "node": ">= 8" } @@ -11034,12 +11765,14 @@ "node_modules/language-subtag-registry": { "version": "0.3.23", "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz", - "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==" + "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==", + "license": "CC0-1.0" }, "node_modules/language-tags": { "version": "1.0.9", "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz", "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==", + "license": "MIT", "dependencies": { "language-subtag-registry": "^0.3.20" }, @@ -11051,6 +11784,7 @@ "version": "2.12.0", "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.12.0.tgz", "integrity": "sha512-giOHXoOtifjdHqUamwKq6c49GzBdLjvxrd2D+Q4V6uOHopJv7p9VJxikDsQ/CBXZbEITgUqSVHXLTG3VhPP1Dg==", + "license": "MIT", "dependencies": { "picocolors": "^1.1.1", "shell-quote": "^1.8.3" @@ -11060,6 +11794,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "license": "MIT", "engines": { "node": ">=6" } @@ -11068,6 +11803,7 @@ "version": "0.4.1", "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "license": "MIT", "dependencies": { "prelude-ls": "^1.2.1", "type-check": "~0.4.0" @@ -11080,6 +11816,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", + "license": "MIT", "engines": { "node": ">=10" } @@ -11087,12 +11824,14 @@ "node_modules/lines-and-columns": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "license": "MIT" }, "node_modules/loader-runner": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.1.tgz", "integrity": "sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==", + "license": "MIT", "engines": { "node": ">=6.11.5" }, @@ -11105,6 +11844,7 @@ "version": "2.0.4", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "license": "MIT", "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -11118,6 +11858,7 @@ "version": "6.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "license": "MIT", "dependencies": { "p-locate": "^5.0.0" }, @@ -11131,42 +11872,50 @@ "node_modules/lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" }, "node_modules/lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "license": "MIT" }, "node_modules/lodash.memoize": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", - "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==" + "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", + "license": "MIT" }, "node_modules/lodash.merge": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "license": "MIT" }, "node_modules/lodash.sortby": { "version": "4.7.0", "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==" + "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==", + "license": "MIT" }, "node_modules/lodash.throttle": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", - "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==" + "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==", + "license": "MIT" }, "node_modules/lodash.uniq": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==" + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", + "license": "MIT" }, "node_modules/longest-streak": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -11176,6 +11925,7 @@ "version": "1.4.0", "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "license": "MIT", "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" }, @@ -11187,6 +11937,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "license": "MIT", "dependencies": { "tslib": "^2.0.3" } @@ -11195,6 +11946,7 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "license": "ISC", "dependencies": { "yallist": "^3.0.2" } @@ -11203,6 +11955,7 @@ "version": "0.25.9", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", + "license": "MIT", "dependencies": { "sourcemap-codec": "^1.4.8" } @@ -11211,6 +11964,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "license": "MIT", "dependencies": { "semver": "^6.0.0" }, @@ -11225,6 +11979,7 @@ "version": "1.0.12", "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", + "license": "BSD-3-Clause", "dependencies": { "tmpl": "1.0.5" } @@ -11233,6 +11988,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", + "license": "MIT", "engines": { "node": ">= 0.4" } @@ -11241,6 +11997,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", + "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", "@types/unist": "^3.0.0", @@ -11264,6 +12021,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz", "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==", + "license": "MIT", "dependencies": { "@types/estree-jsx": "^1.0.0", "@types/hast": "^3.0.0", @@ -11281,6 +12039,7 @@ "version": "3.2.0", "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz", "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==", + "license": "MIT", "dependencies": { "@types/estree-jsx": "^1.0.0", "@types/hast": "^3.0.0", @@ -11304,6 +12063,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz", "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==", + "license": "MIT", "dependencies": { "@types/estree-jsx": "^1.0.0", "@types/hast": "^3.0.0", @@ -11321,6 +12081,7 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", + "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", "unist-util-is": "^6.0.0" @@ -11331,9 +12092,10 @@ } }, "node_modules/mdast-util-to-hast": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", - "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz", + "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==", + "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", @@ -11354,6 +12116,7 @@ "version": "2.1.2", "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", + "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", "@types/unist": "^3.0.0", @@ -11374,6 +12137,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", + "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0" }, @@ -11385,12 +12149,14 @@ "node_modules/mdn-data": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", - "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==" + "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==", + "license": "CC0-1.0" }, "node_modules/media-typer": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -11399,6 +12165,7 @@ "version": "3.5.3", "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", + "license": "Unlicense", "dependencies": { "fs-monkey": "^1.0.4" }, @@ -11410,6 +12177,7 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/sindresorhus" } @@ -11417,12 +12185,14 @@ "node_modules/merge-stream": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "license": "MIT" }, "node_modules/merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "license": "MIT", "engines": { "node": ">= 8" } @@ -11431,6 +12201,7 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -11449,6 +12220,7 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "@types/debug": "^4.0.0", "debug": "^4.0.0", @@ -11483,6 +12255,7 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "decode-named-character-reference": "^1.0.0", "devlop": "^1.0.0", @@ -11516,6 +12289,7 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "micromark-util-character": "^2.0.0", "micromark-util-symbol": "^2.0.0", @@ -11536,6 +12310,7 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "devlop": "^1.0.0", "micromark-util-character": "^2.0.0", @@ -11557,6 +12332,7 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "micromark-util-character": "^2.0.0", "micromark-util-types": "^2.0.0" @@ -11576,6 +12352,7 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "micromark-factory-space": "^2.0.0", "micromark-util-character": "^2.0.0", @@ -11597,6 +12374,7 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "micromark-factory-space": "^2.0.0", "micromark-util-character": "^2.0.0", @@ -11618,6 +12396,7 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0" @@ -11637,6 +12416,7 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "micromark-util-symbol": "^2.0.0" } @@ -11655,6 +12435,7 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "micromark-util-character": "^2.0.0", "micromark-util-symbol": "^2.0.0", @@ -11675,6 +12456,7 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "micromark-util-chunked": "^2.0.0", "micromark-util-types": "^2.0.0" @@ -11694,6 +12476,7 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "micromark-util-symbol": "^2.0.0" } @@ -11712,6 +12495,7 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "decode-named-character-reference": "^1.0.0", "micromark-util-character": "^2.0.0", @@ -11732,7 +12516,8 @@ "type": "OpenCollective", "url": "https://opencollective.com/unified" } - ] + ], + "license": "MIT" }, "node_modules/micromark-util-html-tag-name": { "version": "2.0.1", @@ -11747,7 +12532,8 @@ "type": "OpenCollective", "url": "https://opencollective.com/unified" } - ] + ], + "license": "MIT" }, "node_modules/micromark-util-normalize-identifier": { "version": "2.0.1", @@ -11763,6 +12549,7 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "micromark-util-symbol": "^2.0.0" } @@ -11781,6 +12568,7 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "micromark-util-types": "^2.0.0" } @@ -11799,6 +12587,7 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "micromark-util-character": "^2.0.0", "micromark-util-encode": "^2.0.0", @@ -11819,6 +12608,7 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "devlop": "^1.0.0", "micromark-util-chunked": "^2.0.0", @@ -11839,7 +12629,8 @@ "type": "OpenCollective", "url": "https://opencollective.com/unified" } - ] + ], + "license": "MIT" }, "node_modules/micromark-util-types": { "version": "2.0.2", @@ -11854,12 +12645,14 @@ "type": "OpenCollective", "url": "https://opencollective.com/unified" } - ] + ], + "license": "MIT" }, "node_modules/micromatch": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "license": "MIT", "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" @@ -11872,6 +12665,7 @@ "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "license": "MIT", "bin": { "mime": "cli.js" }, @@ -11883,6 +12677,7 @@ "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -11891,6 +12686,7 @@ "version": "2.1.35", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "license": "MIT", "dependencies": { "mime-db": "1.52.0" }, @@ -11902,6 +12698,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "license": "MIT", "engines": { "node": ">=6" } @@ -11910,6 +12707,7 @@ "version": "2.9.4", "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.4.tgz", "integrity": "sha512-ZWYT7ln73Hptxqxk2DxPU9MmapXRhxkJD6tkSR04dnQxm8BGu2hzgKLugK5yySD97u/8yy7Ma7E76k9ZdvtjkQ==", + "license": "MIT", "dependencies": { "schema-utils": "^4.0.0", "tapable": "^2.2.1" @@ -11928,12 +12726,14 @@ "node_modules/minimalistic-assert": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", + "license": "ISC" }, "node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -11945,22 +12745,16 @@ "version": "1.2.8", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/minipass": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", - "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", - "engines": { - "node": ">=16 || 14 >=14.17" - } - }, "node_modules/mkdirp": { "version": "0.5.6", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "license": "MIT", "dependencies": { "minimist": "^1.2.6" }, @@ -11973,6 +12767,7 @@ "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -11980,12 +12775,14 @@ "node_modules/ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" }, "node_modules/multicast-dns": { "version": "7.2.5", "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", + "license": "MIT", "dependencies": { "dns-packet": "^5.2.2", "thunky": "^1.0.2" @@ -11998,6 +12795,7 @@ "version": "2.7.0", "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "license": "MIT", "dependencies": { "any-promise": "^1.0.0", "object-assign": "^4.0.1", @@ -12014,6 +12812,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -12024,17 +12823,20 @@ "node_modules/natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "license": "MIT" }, "node_modules/natural-compare-lite": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", - "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==" + "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", + "license": "MIT" }, "node_modules/negotiator": { "version": "0.6.4", "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz", "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==", + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -12042,12 +12844,14 @@ "node_modules/neo-async": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "license": "MIT" }, "node_modules/no-case": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "license": "MIT", "dependencies": { "lower-case": "^2.0.2", "tslib": "^2.0.3" @@ -12057,6 +12861,7 @@ "version": "7.1.1", "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz", "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", + "license": "MIT", "optional": true }, "node_modules/node-forge": { @@ -12071,17 +12876,20 @@ "node_modules/node-int64": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", - "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==" + "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", + "license": "MIT" }, "node_modules/node-releases": { "version": "2.0.27", "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", - "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==" + "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", + "license": "MIT" }, "node_modules/normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -12090,6 +12898,7 @@ "version": "0.1.2", "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -12098,6 +12907,7 @@ "version": "6.1.0", "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -12109,6 +12919,7 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "license": "MIT", "dependencies": { "path-key": "^3.0.0" }, @@ -12120,6 +12931,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "license": "BSD-2-Clause", "dependencies": { "boolbase": "^1.0.0" }, @@ -12130,12 +12942,14 @@ "node_modules/nwsapi": { "version": "2.2.22", "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.22.tgz", - "integrity": "sha512-ujSMe1OWVn55euT1ihwCI1ZcAaAU3nxUiDwfDQldc51ZXaB9m2AyOn6/jh1BLe2t/G8xd6uKG1UBF2aZJeg2SQ==" + "integrity": "sha512-ujSMe1OWVn55euT1ihwCI1ZcAaAU3nxUiDwfDQldc51ZXaB9m2AyOn6/jh1BLe2t/G8xd6uKG1UBF2aZJeg2SQ==", + "license": "MIT" }, "node_modules/object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -12144,6 +12958,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", + "license": "MIT", "engines": { "node": ">= 6" } @@ -12152,6 +12967,7 @@ "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -12163,6 +12979,7 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "license": "MIT", "engines": { "node": ">= 0.4" } @@ -12171,6 +12988,7 @@ "version": "4.1.7", "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz", "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -12190,6 +13008,7 @@ "version": "1.1.9", "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz", "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.4", @@ -12204,6 +13023,7 @@ "version": "2.0.8", "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz", "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -12221,6 +13041,7 @@ "version": "2.1.8", "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.8.tgz", "integrity": "sha512-qkHIGe4q0lSYMv0XI4SsBTJz3WaURhLvd0lKSgtVuOsJ2krg4SgMw3PIRQFMp07yi++UR3se2mkcLqsBNpBb/A==", + "license": "MIT", "dependencies": { "array.prototype.reduce": "^1.0.6", "call-bind": "^1.0.7", @@ -12241,6 +13062,7 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz", "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -12254,6 +13076,7 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz", "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -12270,12 +13093,14 @@ "node_modules/obuf": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", - "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", + "license": "MIT" }, "node_modules/on-finished": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "license": "MIT", "dependencies": { "ee-first": "1.1.1" }, @@ -12287,6 +13112,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz", "integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==", + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -12295,6 +13121,7 @@ "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "license": "ISC", "dependencies": { "wrappy": "1" } @@ -12303,6 +13130,7 @@ "version": "5.1.2", "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -12317,6 +13145,7 @@ "version": "8.4.2", "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", + "license": "MIT", "dependencies": { "define-lazy-prop": "^2.0.0", "is-docker": "^2.1.1", @@ -12333,6 +13162,7 @@ "version": "0.9.4", "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", + "license": "MIT", "dependencies": { "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", @@ -12349,6 +13179,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz", "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==", + "license": "MIT", "dependencies": { "get-intrinsic": "^1.2.6", "object-keys": "^1.1.1", @@ -12365,6 +13196,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "license": "MIT", "dependencies": { "yocto-queue": "^0.1.0" }, @@ -12379,6 +13211,7 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "license": "MIT", "dependencies": { "p-limit": "^3.0.2" }, @@ -12393,6 +13226,7 @@ "version": "4.6.2", "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", + "license": "MIT", "dependencies": { "@types/retry": "0.12.0", "retry": "^0.13.1" @@ -12405,19 +13239,16 @@ "version": "2.2.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "license": "MIT", "engines": { "node": ">=6" } }, - "node_modules/package-json-from-dist": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", - "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==" - }, "node_modules/param-case": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "license": "MIT", "dependencies": { "dot-case": "^3.0.4", "tslib": "^2.0.3" @@ -12427,6 +13258,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "license": "MIT", "dependencies": { "callsites": "^3.0.0" }, @@ -12438,6 +13270,7 @@ "version": "4.0.2", "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==", + "license": "MIT", "dependencies": { "@types/unist": "^2.0.0", "character-entities-legacy": "^3.0.0", @@ -12455,12 +13288,14 @@ "node_modules/parse-entities/node_modules/@types/unist": { "version": "2.0.11", "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", - "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==" + "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", + "license": "MIT" }, "node_modules/parse-json": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", @@ -12477,12 +13312,14 @@ "node_modules/parse5": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", - "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "license": "MIT" }, "node_modules/parseurl": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -12491,6 +13328,7 @@ "version": "3.1.2", "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "license": "MIT", "dependencies": { "no-case": "^3.0.4", "tslib": "^2.0.3" @@ -12500,6 +13338,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "license": "MIT", "engines": { "node": ">=8" } @@ -12508,6 +13347,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -12516,6 +13356,7 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "license": "MIT", "engines": { "node": ">=8" } @@ -12523,37 +13364,20 @@ "node_modules/path-parse": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" - }, - "node_modules/path-scurry": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", - "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", - "dependencies": { - "lru-cache": "^10.2.0", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" - }, - "engines": { - "node": ">=16 || 14 >=14.18" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "license": "MIT" }, "node_modules/path-to-regexp": { "version": "0.1.12", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", - "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==" + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", + "license": "MIT" }, "node_modules/path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "license": "MIT", "engines": { "node": ">=8" } @@ -12561,17 +13385,20 @@ "node_modules/performance-now": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==" + "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", + "license": "MIT" }, "node_modules/picocolors": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", - "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "license": "ISC" }, "node_modules/picomatch": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "license": "MIT", "engines": { "node": ">=8.6" }, @@ -12583,6 +13410,7 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -12591,6 +13419,7 @@ "version": "4.0.7", "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz", "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==", + "license": "MIT", "engines": { "node": ">= 6" } @@ -12599,6 +13428,7 @@ "version": "4.2.0", "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "license": "MIT", "dependencies": { "find-up": "^4.0.0" }, @@ -12610,6 +13440,7 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -12622,6 +13453,7 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -12633,6 +13465,7 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -12647,6 +13480,7 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -12658,6 +13492,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", + "license": "MIT", "dependencies": { "find-up": "^3.0.0" }, @@ -12669,6 +13504,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "license": "MIT", "dependencies": { "locate-path": "^3.0.0" }, @@ -12680,6 +13516,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "license": "MIT", "dependencies": { "p-locate": "^3.0.0", "path-exists": "^3.0.0" @@ -12692,6 +13529,7 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -12706,6 +13544,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "license": "MIT", "dependencies": { "p-limit": "^2.0.0" }, @@ -12717,6 +13556,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "license": "MIT", "engines": { "node": ">=4" } @@ -12725,6 +13565,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz", "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==", + "license": "MIT", "engines": { "node": ">= 0.4" } @@ -12747,6 +13588,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", @@ -12760,6 +13602,7 @@ "version": "5.0.2", "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz", "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==", + "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.0.10" }, @@ -12778,6 +13621,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz", "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==", + "license": "CC0-1.0", "engines": { "node": ">=8" }, @@ -12790,6 +13634,7 @@ "version": "8.2.4", "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", + "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.0.9", "postcss-value-parser": "^4.2.0" @@ -12802,6 +13647,7 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz", "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==", + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -12816,6 +13662,7 @@ "version": "4.2.4", "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz", "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==", + "license": "CC0-1.0", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -12834,6 +13681,7 @@ "version": "8.0.4", "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz", "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==", + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -12852,6 +13700,7 @@ "version": "7.1.1", "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz", "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==", + "license": "CC0-1.0", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -12870,6 +13719,7 @@ "version": "5.3.1", "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz", "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==", + "license": "MIT", "dependencies": { "browserslist": "^4.21.4", "caniuse-api": "^3.0.0", @@ -12887,6 +13737,7 @@ "version": "5.1.3", "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz", "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==", + "license": "MIT", "dependencies": { "browserslist": "^4.21.4", "postcss-value-parser": "^4.2.0" @@ -12902,6 +13753,7 @@ "version": "8.0.2", "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz", "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==", + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -12920,6 +13772,7 @@ "version": "12.1.11", "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz", "integrity": "sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==", + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -12938,6 +13791,7 @@ "version": "6.0.3", "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz", "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==", + "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.0.4" }, @@ -12956,6 +13810,7 @@ "version": "6.0.5", "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz", "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==", + "license": "CC0-1.0", "dependencies": { "postcss-selector-parser": "^6.0.10" }, @@ -12974,6 +13829,7 @@ "version": "5.1.2", "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", + "license": "MIT", "engines": { "node": "^10 || ^12 || >=14.0" }, @@ -12985,6 +13841,7 @@ "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", + "license": "MIT", "engines": { "node": "^10 || ^12 || >=14.0" }, @@ -12996,6 +13853,7 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", + "license": "MIT", "engines": { "node": "^10 || ^12 || >=14.0" }, @@ -13007,6 +13865,7 @@ "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", + "license": "MIT", "engines": { "node": "^10 || ^12 || >=14.0" }, @@ -13018,6 +13877,7 @@ "version": "3.1.2", "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz", "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==", + "license": "CC0-1.0", "dependencies": { "@csstools/postcss-progressive-custom-properties": "^1.1.0", "postcss-value-parser": "^4.2.0" @@ -13037,6 +13897,7 @@ "version": "4.0.6", "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz", "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==", + "license": "CC0-1.0", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -13051,6 +13912,7 @@ "version": "5.0.2", "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz", "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==", + "license": "MIT", "peerDependencies": { "postcss": "^8.1.4" } @@ -13059,6 +13921,7 @@ "version": "6.0.4", "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz", "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==", + "license": "CC0-1.0", "dependencies": { "postcss-selector-parser": "^6.0.9" }, @@ -13073,6 +13936,7 @@ "version": "5.0.4", "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz", "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==", + "license": "CC0-1.0", "dependencies": { "postcss-selector-parser": "^6.0.9" }, @@ -13087,6 +13951,7 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz", "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==", + "license": "MIT", "peerDependencies": { "postcss": "^8.1.0" } @@ -13095,6 +13960,7 @@ "version": "3.0.5", "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz", "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==", + "license": "CC0-1.0", "engines": { "node": "^12 || ^14 || >=16" }, @@ -13110,6 +13976,7 @@ "version": "4.0.7", "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz", "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==", + "license": "CC0-1.0", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -13128,6 +13995,7 @@ "version": "15.1.0", "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.0.0", "read-cache": "^1.0.0", @@ -13144,6 +14012,7 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz", "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==", + "license": "MIT", "peerDependencies": { "postcss": "^8.0.0" } @@ -13162,6 +14031,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "camelcase-css": "^2.0.1" }, @@ -13176,6 +14046,7 @@ "version": "4.2.1", "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz", "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==", + "license": "CC0-1.0", "dependencies": { "@csstools/postcss-progressive-custom-properties": "^1.1.0", "postcss-value-parser": "^4.2.0" @@ -13195,6 +14066,7 @@ "version": "6.2.1", "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz", "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", + "license": "MIT", "dependencies": { "cosmiconfig": "^7.0.0", "klona": "^2.0.5", @@ -13216,6 +14088,7 @@ "version": "7.7.3", "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -13227,6 +14100,7 @@ "version": "5.0.4", "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz", "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==", + "license": "CC0-1.0", "engines": { "node": "^12 || ^14 || >=16" }, @@ -13238,6 +14112,7 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz", "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==", + "license": "MIT", "engines": { "node": ">=10.0.0" }, @@ -13249,6 +14124,7 @@ "version": "5.1.7", "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz", "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==", + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0", "stylehacks": "^5.1.1" @@ -13264,6 +14140,7 @@ "version": "5.1.4", "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz", "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==", + "license": "MIT", "dependencies": { "browserslist": "^4.21.4", "caniuse-api": "^3.0.0", @@ -13281,6 +14158,7 @@ "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -13295,6 +14173,7 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", + "license": "MIT", "dependencies": { "colord": "^2.9.1", "cssnano-utils": "^3.1.0", @@ -13311,6 +14190,7 @@ "version": "5.1.4", "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz", "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==", + "license": "MIT", "dependencies": { "browserslist": "^4.21.4", "cssnano-utils": "^3.1.0", @@ -13327,6 +14207,7 @@ "version": "5.2.1", "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", + "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.0.5" }, @@ -13341,6 +14222,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==", + "license": "ISC", "engines": { "node": "^10 || ^12 || >= 14" }, @@ -13352,6 +14234,7 @@ "version": "4.2.0", "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz", "integrity": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==", + "license": "MIT", "dependencies": { "icss-utils": "^5.0.0", "postcss-selector-parser": "^7.0.0", @@ -13365,9 +14248,10 @@ } }, "node_modules/postcss-modules-local-by-default/node_modules/postcss-selector-parser": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", - "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", + "license": "MIT", "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -13380,6 +14264,7 @@ "version": "3.2.1", "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz", "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==", + "license": "ISC", "dependencies": { "postcss-selector-parser": "^7.0.0" }, @@ -13391,9 +14276,10 @@ } }, "node_modules/postcss-modules-scope/node_modules/postcss-selector-parser": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", - "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", + "license": "MIT", "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -13406,6 +14292,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", + "license": "ISC", "dependencies": { "icss-utils": "^5.0.0" }, @@ -13430,6 +14317,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.1.1" }, @@ -13444,6 +14332,7 @@ "version": "10.2.0", "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz", "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==", + "license": "CC0-1.0", "dependencies": { "@csstools/selector-specificity": "^2.0.0", "postcss-selector-parser": "^6.0.10" @@ -13463,6 +14352,7 @@ "version": "10.0.1", "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz", "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==", + "license": "CC0-1.0", "dependencies": { "@csstools/normalize.css": "*", "postcss-browser-comments": "^4", @@ -13480,6 +14370,7 @@ "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", + "license": "MIT", "engines": { "node": "^10 || ^12 || >=14.0" }, @@ -13491,6 +14382,7 @@ "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -13505,6 +14397,7 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz", "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -13519,6 +14412,7 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz", "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -13533,6 +14427,7 @@ "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -13547,6 +14442,7 @@ "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -13561,6 +14457,7 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz", "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==", + "license": "MIT", "dependencies": { "browserslist": "^4.21.4", "postcss-value-parser": "^4.2.0" @@ -13576,6 +14473,7 @@ "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", + "license": "MIT", "dependencies": { "normalize-url": "^6.0.1", "postcss-value-parser": "^4.2.0" @@ -13591,6 +14489,7 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -13615,6 +14514,7 @@ "url": "https://liberapay.com/mrcgrtz" } ], + "license": "MIT", "engines": { "node": "^12 || ^14 || >=16" }, @@ -13626,6 +14526,7 @@ "version": "5.1.3", "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", + "license": "MIT", "dependencies": { "cssnano-utils": "^3.1.0", "postcss-value-parser": "^4.2.0" @@ -13641,6 +14542,7 @@ "version": "3.0.4", "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz", "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==", + "license": "CC0-1.0", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -13659,6 +14561,7 @@ "version": "3.0.4", "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz", "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==", + "license": "MIT", "peerDependencies": { "postcss": "^8" } @@ -13667,6 +14570,7 @@ "version": "7.0.5", "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz", "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==", + "license": "CC0-1.0", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -13685,6 +14589,7 @@ "version": "7.8.3", "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz", "integrity": "sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==", + "license": "CC0-1.0", "dependencies": { "@csstools/postcss-cascade-layers": "^1.1.1", "@csstools/postcss-color-function": "^1.1.1", @@ -13751,6 +14656,7 @@ "version": "7.1.6", "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz", "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==", + "license": "CC0-1.0", "dependencies": { "postcss-selector-parser": "^6.0.10" }, @@ -13769,6 +14675,7 @@ "version": "5.1.2", "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz", "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==", + "license": "MIT", "dependencies": { "browserslist": "^4.21.4", "caniuse-api": "^3.0.0" @@ -13784,6 +14691,7 @@ "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -13798,6 +14706,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz", "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==", + "license": "MIT", "peerDependencies": { "postcss": "^8.0.3" } @@ -13806,6 +14715,7 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz", "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==", + "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.0.10" }, @@ -13824,6 +14734,7 @@ "version": "6.1.2", "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", + "license": "MIT", "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -13836,6 +14747,7 @@ "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0", "svgo": "^2.7.0" @@ -13851,6 +14763,7 @@ "version": "7.2.0", "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "license": "MIT", "engines": { "node": ">= 10" } @@ -13859,6 +14772,7 @@ "version": "1.1.3", "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + "license": "MIT", "dependencies": { "mdn-data": "2.0.14", "source-map": "^0.6.1" @@ -13870,12 +14784,14 @@ "node_modules/postcss-svgo/node_modules/mdn-data": { "version": "2.0.14", "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", - "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", + "license": "CC0-1.0" }, "node_modules/postcss-svgo/node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -13884,6 +14800,7 @@ "version": "2.8.0", "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", + "license": "MIT", "dependencies": { "@trysound/sax": "0.2.0", "commander": "^7.2.0", @@ -13904,6 +14821,7 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", + "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.0.5" }, @@ -13917,12 +14835,14 @@ "node_modules/postcss-value-parser": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "license": "MIT" }, "node_modules/prelude-ls": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "license": "MIT", "engines": { "node": ">= 0.8.0" } @@ -13932,6 +14852,7 @@ "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", "dev": true, + "license": "MIT", "bin": { "prettier": "bin-prettier.js" }, @@ -13947,6 +14868,7 @@ "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", "dev": true, + "license": "MIT", "dependencies": { "fast-diff": "^1.1.2" }, @@ -13958,6 +14880,7 @@ "version": "5.6.0", "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", + "license": "MIT", "engines": { "node": ">=6" }, @@ -13969,6 +14892,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", + "license": "MIT", "dependencies": { "lodash": "^4.17.20", "renderkid": "^3.0.0" @@ -13978,6 +14902,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1", "ansi-styles": "^5.0.0", @@ -13991,6 +14916,7 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -14001,13 +14927,15 @@ "node_modules/pretty-format/node_modules/react-is": { "version": "17.0.2", "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", - "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" + "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", + "license": "MIT" }, "node_modules/pretty-quick": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/pretty-quick/-/pretty-quick-3.3.1.tgz", "integrity": "sha512-3b36UXfYQ+IXXqex6mCca89jC8u0mYLqFAN5eTQKoXO6oCQYcIVYZEB/5AlBHI7JPYygReM2Vv6Vom/Gln7fBg==", "dev": true, + "license": "MIT", "dependencies": { "execa": "^4.1.0", "find-up": "^4.1.0", @@ -14032,6 +14960,7 @@ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -14045,6 +14974,7 @@ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -14057,6 +14987,7 @@ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -14072,6 +15003,7 @@ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -14084,6 +15016,7 @@ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz", "integrity": "sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -14094,12 +15027,14 @@ "node_modules/process-nextick-args": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "license": "MIT" }, "node_modules/promise": { "version": "8.3.0", "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", + "license": "MIT", "dependencies": { "asap": "~2.0.6" } @@ -14108,6 +15043,7 @@ "version": "2.4.2", "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", + "license": "MIT", "dependencies": { "kleur": "^3.0.3", "sisteransi": "^1.0.5" @@ -14120,6 +15056,7 @@ "version": "15.8.1", "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "license": "MIT", "dependencies": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", @@ -14130,6 +15067,7 @@ "version": "7.1.0", "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -14139,6 +15077,7 @@ "version": "2.0.7", "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "license": "MIT", "dependencies": { "forwarded": "0.2.0", "ipaddr.js": "1.9.1" @@ -14151,6 +15090,7 @@ "version": "1.9.1", "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "license": "MIT", "engines": { "node": ">= 0.10" } @@ -14159,6 +15099,7 @@ "version": "1.15.0", "resolved": "https://registry.npmjs.org/psl/-/psl-1.15.0.tgz", "integrity": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==", + "license": "MIT", "dependencies": { "punycode": "^2.3.1" }, @@ -14171,6 +15112,7 @@ "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz", "integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==", "dev": true, + "license": "MIT", "dependencies": { "end-of-stream": "^1.1.0", "once": "^1.3.1" @@ -14180,6 +15122,7 @@ "version": "2.3.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "license": "MIT", "engines": { "node": ">=6" } @@ -14189,6 +15132,7 @@ "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==", "deprecated": "You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.\n\n(For a CapTP with native promises, see @endo/eventual-send and @endo/captp)", + "license": "MIT", "engines": { "node": ">=0.6.0", "teleport": ">=0.2.0" @@ -14198,6 +15142,7 @@ "version": "6.13.0", "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "license": "BSD-3-Clause", "dependencies": { "side-channel": "^1.0.6" }, @@ -14211,7 +15156,8 @@ "node_modules/querystringify": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", + "license": "MIT" }, "node_modules/queue-microtask": { "version": "1.2.3", @@ -14230,12 +15176,14 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/raf": { "version": "3.4.1", "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz", "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", + "license": "MIT", "dependencies": { "performance-now": "^2.1.0" } @@ -14244,6 +15192,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "license": "MIT", "dependencies": { "safe-buffer": "^5.1.0" } @@ -14252,6 +15201,7 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -14260,6 +15210,7 @@ "version": "2.5.2", "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "license": "MIT", "dependencies": { "bytes": "3.1.2", "http-errors": "2.0.0", @@ -14274,6 +15225,7 @@ "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3" }, @@ -14285,6 +15237,7 @@ "version": "18.3.1", "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0" }, @@ -14296,6 +15249,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz", "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==", + "license": "MIT", "dependencies": { "core-js": "^3.19.2", "object-assign": "^4.1.1", @@ -14312,6 +15266,7 @@ "version": "12.0.1", "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz", "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==", + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.16.0", "address": "^1.1.2", @@ -14346,6 +15301,7 @@ "version": "3.3.1", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.3.1.tgz", "integrity": "sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==", + "license": "MIT", "engines": { "node": ">= 12.13.0" } @@ -14354,6 +15310,7 @@ "version": "18.3.1", "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0", "scheduler": "^0.23.2" @@ -14365,22 +15322,26 @@ "node_modules/react-error-overlay": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.1.0.tgz", - "integrity": "sha512-SN/U6Ytxf1QGkw/9ve5Y+NxBbZM6Ht95tuXNMKs8EJyFa/Vy/+Co3stop3KBHARfn/giv+Lj1uUnTfOJ3moFEQ==" + "integrity": "sha512-SN/U6Ytxf1QGkw/9ve5Y+NxBbZM6Ht95tuXNMKs8EJyFa/Vy/+Co3stop3KBHARfn/giv+Lj1uUnTfOJ3moFEQ==", + "license": "MIT" }, "node_modules/react-fast-compare": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz", - "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" + "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==", + "license": "MIT" }, "node_modules/react-ga4": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/react-ga4/-/react-ga4-2.1.0.tgz", - "integrity": "sha512-ZKS7PGNFqqMd3PJ6+C2Jtz/o1iU9ggiy8Y8nUeksgVuvNISbmrQtJiZNvC/TjDsqD0QlU5Wkgs7i+w9+OjHhhQ==" + "integrity": "sha512-ZKS7PGNFqqMd3PJ6+C2Jtz/o1iU9ggiy8Y8nUeksgVuvNISbmrQtJiZNvC/TjDsqD0QlU5Wkgs7i+w9+OjHhhQ==", + "license": "MIT" }, "node_modules/react-icons": { "version": "4.12.0", "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", + "license": "MIT", "peerDependencies": { "react": "*" } @@ -14388,12 +15349,14 @@ "node_modules/react-is": { "version": "16.13.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", + "license": "MIT" }, "node_modules/react-markdown": { "version": "9.1.0", "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.1.0.tgz", "integrity": "sha512-xaijuJB0kzGiUdG7nc2MOMDUDBWPyGAjZtUrow9XxUeua8IqeP+VlIfAZ3bphpcLTnSZXz6z9jcVC/TCwbfgdw==", + "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", @@ -14420,6 +15383,7 @@ "version": "8.4.1", "resolved": "https://registry.npmjs.org/react-minimal-pie-chart/-/react-minimal-pie-chart-8.4.1.tgz", "integrity": "sha512-JDUOiTzjIogPJeD1Vq1+jcPrCaMrazUBQ/8+IEp75+8vzqnmEAERIYB/11aIMBHrRyBlzVFX/SEN5OZ30fyefw==", + "license": "MIT", "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18", "react-dom": "^16.8.0 || ^17.0.0 || ^18" @@ -14429,6 +15393,7 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/react-popper/-/react-popper-2.3.0.tgz", "integrity": "sha512-e1hj8lL3uM+sgSR4Lxzn5h1GxBlpa4CQz0XLF8kx4MDrDRWY0Ena4c97PUeSX9i5W3UAfDP0z0FXCTQkoXUl3Q==", + "license": "MIT", "dependencies": { "react-fast-compare": "^3.0.1", "warning": "^4.0.2" @@ -14443,6 +15408,7 @@ "version": "0.11.0", "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz", "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -14451,6 +15417,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz", "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==", + "license": "MIT", "dependencies": { "@babel/core": "^7.16.0", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3", @@ -14523,6 +15490,7 @@ "version": "10.1.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -14536,6 +15504,7 @@ "version": "7.7.3", "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -14547,6 +15516,7 @@ "version": "1.9.3", "resolved": "https://registry.npmjs.org/react-scroll/-/react-scroll-1.9.3.tgz", "integrity": "sha512-xv7FXqF3k63aSLNu4/NjFvRNI0ge7DmmmsbeGarP7LZVAlJMSjUuW3dTtLxp1Afijyv0lS2qwC0GiFHvx1KBHQ==", + "license": "MIT", "dependencies": { "lodash.throttle": "^4.1.1", "prop-types": "^15.7.2" @@ -14560,6 +15530,7 @@ "version": "7.8.0", "resolved": "https://registry.npmjs.org/react-table/-/react-table-7.8.0.tgz", "integrity": "sha512-hNaz4ygkZO4bESeFfnfOft73iBUj8K5oKi1EcSHPAibEydfsX2MyU6Z8KCr3mv3C9Kqqh71U+DhZkFvibbnPbA==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -14572,6 +15543,7 @@ "version": "4.1.3", "resolved": "https://registry.npmjs.org/react-toggle/-/react-toggle-4.1.3.tgz", "integrity": "sha512-WoPrvbwfQSvoagbrDnXPrlsxwzuhQIrs+V0I162j/s+4XPgY/YDAUmHSeWiroznfI73wj+MBydvW95zX8ABbSg==", + "license": "MIT", "dependencies": { "classnames": "^2.2.5" }, @@ -14585,6 +15557,7 @@ "version": "5.30.0", "resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-5.30.0.tgz", "integrity": "sha512-Yn8PfbgQ/wmqnL7oBpz1QiDaLKrzZMdSUUdk7nVeGTwzbxCAJiJzR4VSYW+eIO42F1INt57sPUmpgKv0KwJKtg==", + "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.6.1", "classnames": "^2.3.0" @@ -14598,6 +15571,7 @@ "version": "4.4.5", "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", + "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.5.5", "dom-helpers": "^5.0.1", @@ -14613,6 +15587,7 @@ "version": "9.2.3", "resolved": "https://registry.npmjs.org/reactstrap/-/reactstrap-9.2.3.tgz", "integrity": "sha512-1nXy7FIBIoOgXr3AIHOpgzcZXdj6rZE5YvNSPd1hYgwv8X64m6TAJsU0ExlieJdlRXhaRfTYRSZoTWa127b0gw==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.5", "@popperjs/core": "^2.6.0", @@ -14630,6 +15605,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", + "license": "MIT", "dependencies": { "pify": "^2.3.0" } @@ -14638,6 +15614,7 @@ "version": "3.6.2", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "license": "MIT", "dependencies": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", @@ -14651,6 +15628,7 @@ "version": "3.6.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "license": "MIT", "dependencies": { "picomatch": "^2.2.1" }, @@ -14662,6 +15640,7 @@ "version": "2.2.3", "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz", "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==", + "license": "MIT", "dependencies": { "minimatch": "^3.0.5" }, @@ -14673,6 +15652,7 @@ "version": "1.0.10", "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz", "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -14693,12 +15673,14 @@ "node_modules/regenerate": { "version": "1.4.2", "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", + "license": "MIT" }, "node_modules/regenerate-unicode-properties": { "version": "10.2.2", "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.2.tgz", "integrity": "sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==", + "license": "MIT", "dependencies": { "regenerate": "^1.4.2" }, @@ -14709,17 +15691,20 @@ "node_modules/regenerator-runtime": { "version": "0.13.11", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", - "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", + "license": "MIT" }, "node_modules/regex-parser": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.3.1.tgz", - "integrity": "sha512-yXLRqatcCuKtVHsWrNg0JL3l1zGfdXeEvDa0bdu4tCDQw0RpMDZsqbkyRTUnKMR0tXF627V2oEWjBEaEdqTwtQ==" + "integrity": "sha512-yXLRqatcCuKtVHsWrNg0JL3l1zGfdXeEvDa0bdu4tCDQw0RpMDZsqbkyRTUnKMR0tXF627V2oEWjBEaEdqTwtQ==", + "license": "MIT" }, "node_modules/regexp.prototype.flags": { "version": "1.5.4", "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz", "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -14739,6 +15724,7 @@ "version": "6.4.0", "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.4.0.tgz", "integrity": "sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==", + "license": "MIT", "dependencies": { "regenerate": "^1.4.2", "regenerate-unicode-properties": "^10.2.2", @@ -14754,12 +15740,14 @@ "node_modules/regjsgen": { "version": "0.8.0", "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==" + "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", + "license": "MIT" }, "node_modules/regjsparser": { "version": "0.13.0", "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.0.tgz", "integrity": "sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==", + "license": "BSD-2-Clause", "dependencies": { "jsesc": "~3.1.0" }, @@ -14771,6 +15759,7 @@ "version": "0.2.7", "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", + "license": "MIT", "engines": { "node": ">= 0.10" } @@ -14779,6 +15768,7 @@ "version": "11.0.0", "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", + "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", "mdast-util-from-markdown": "^2.0.0", @@ -14794,6 +15784,7 @@ "version": "11.1.2", "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz", "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==", + "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", @@ -14810,6 +15801,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", + "license": "MIT", "dependencies": { "css-select": "^4.1.3", "dom-converter": "^0.2.0", @@ -14822,6 +15814,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -14830,6 +15823,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -14837,12 +15831,14 @@ "node_modules/requires-port": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", + "license": "MIT" }, "node_modules/resolve": { "version": "1.22.11", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz", "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==", + "license": "MIT", "dependencies": { "is-core-module": "^2.16.1", "path-parse": "^1.0.7", @@ -14862,6 +15858,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + "license": "MIT", "dependencies": { "resolve-from": "^5.0.0" }, @@ -14873,6 +15870,7 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "license": "MIT", "engines": { "node": ">=8" } @@ -14881,6 +15879,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "license": "MIT", "engines": { "node": ">=4" } @@ -14889,6 +15888,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz", "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==", + "license": "MIT", "dependencies": { "adjust-sourcemap-loader": "^4.0.0", "convert-source-map": "^1.7.0", @@ -14915,17 +15915,20 @@ "node_modules/resolve-url-loader/node_modules/convert-source-map": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "license": "MIT" }, "node_modules/resolve-url-loader/node_modules/picocolors": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==" + "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "license": "ISC" }, "node_modules/resolve-url-loader/node_modules/postcss": { "version": "7.0.39", "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "license": "MIT", "dependencies": { "picocolors": "^0.2.1", "source-map": "^0.6.1" @@ -14942,6 +15945,7 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -14950,6 +15954,7 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.1.tgz", "integrity": "sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==", + "license": "MIT", "engines": { "node": ">=10" } @@ -14958,6 +15963,7 @@ "version": "0.13.1", "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "license": "MIT", "engines": { "node": ">= 4" } @@ -14966,6 +15972,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", + "license": "MIT", "engines": { "iojs": ">=1.0.0", "node": ">=0.10.0" @@ -14976,6 +15983,7 @@ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "deprecated": "Rimraf versions prior to v4 are no longer supported", + "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -14990,6 +15998,7 @@ "version": "2.79.2", "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz", "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==", + "license": "MIT", "bin": { "rollup": "dist/bin/rollup" }, @@ -15005,6 +16014,7 @@ "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz", "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==", "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser", + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.10.4", "jest-worker": "^26.2.1", @@ -15019,6 +16029,7 @@ "version": "26.6.2", "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", + "license": "MIT", "dependencies": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -15032,6 +16043,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", + "license": "BSD-3-Clause", "dependencies": { "randombytes": "^2.1.0" } @@ -15054,6 +16066,7 @@ "url": "https://feross.org/support" } ], + "license": "MIT", "dependencies": { "queue-microtask": "^1.2.2" } @@ -15062,6 +16075,7 @@ "version": "1.1.3", "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz", "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", @@ -15093,12 +16107,14 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/safe-push-apply": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz", "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==", + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "isarray": "^2.0.5" @@ -15114,6 +16130,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz", "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -15129,17 +16146,20 @@ "node_modules/safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "license": "MIT" }, "node_modules/sanitize.css": { "version": "13.0.0", "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz", - "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==" + "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==", + "license": "CC0-1.0" }, "node_modules/sass": { - "version": "1.94.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.94.0.tgz", - "integrity": "sha512-Dqh7SiYcaFtdv5Wvku6QgS5IGPm281L+ZtVD1U2FJa7Q0EFRlq8Z3sjYtz6gYObsYThUOz9ArwFqPZx+1azILQ==", + "version": "1.94.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.94.2.tgz", + "integrity": "sha512-N+7WK20/wOr7CzA2snJcUSSNTCzeCGUTFY3OgeQP3mZ1aj9NMQ0mSTXwlrnd89j33zzQJGqIN52GIOmYrfq46A==", + "license": "MIT", "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", @@ -15159,6 +16179,7 @@ "version": "12.6.0", "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz", "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==", + "license": "MIT", "dependencies": { "klona": "^2.0.4", "neo-async": "^2.6.2" @@ -15196,6 +16217,7 @@ "version": "4.0.3", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", + "license": "MIT", "dependencies": { "readdirp": "^4.0.1" }, @@ -15210,6 +16232,7 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", + "license": "MIT", "engines": { "node": ">= 14.18.0" }, @@ -15221,12 +16244,14 @@ "node_modules/sax": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", + "license": "ISC" }, "node_modules/saxes": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", + "license": "ISC", "dependencies": { "xmlchars": "^2.2.0" }, @@ -15238,6 +16263,7 @@ "version": "0.23.2", "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0" } @@ -15246,6 +16272,7 @@ "version": "4.3.3", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz", "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==", + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.9", "ajv": "^8.9.0", @@ -15264,6 +16291,7 @@ "version": "8.17.1", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -15279,6 +16307,7 @@ "version": "5.1.0", "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3" }, @@ -15289,17 +16318,20 @@ "node_modules/schema-utils/node_modules/json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "license": "MIT" }, "node_modules/select-hose": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", - "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==" + "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", + "license": "MIT" }, "node_modules/selfsigned": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", + "license": "MIT", "dependencies": { "@types/node-forge": "^1.3.0", "node-forge": "^1" @@ -15312,6 +16344,7 @@ "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "license": "ISC", "bin": { "semver": "bin/semver.js" } @@ -15320,6 +16353,7 @@ "version": "0.19.0", "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", + "license": "MIT", "dependencies": { "debug": "2.6.9", "depd": "2.0.0", @@ -15343,6 +16377,7 @@ "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", "dependencies": { "ms": "2.0.0" } @@ -15350,12 +16385,14 @@ "node_modules/send/node_modules/debug/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" }, "node_modules/send/node_modules/encodeurl": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -15364,6 +16401,7 @@ "version": "6.0.2", "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", + "license": "BSD-3-Clause", "dependencies": { "randombytes": "^2.1.0" } @@ -15372,6 +16410,7 @@ "version": "1.9.1", "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", + "license": "MIT", "dependencies": { "accepts": "~1.3.4", "batch": "0.6.1", @@ -15389,6 +16428,7 @@ "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", "dependencies": { "ms": "2.0.0" } @@ -15397,6 +16437,7 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -15405,6 +16446,7 @@ "version": "1.6.3", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", + "license": "MIT", "dependencies": { "depd": "~1.1.2", "inherits": "2.0.3", @@ -15418,22 +16460,26 @@ "node_modules/serve-index/node_modules/inherits": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "license": "ISC" }, "node_modules/serve-index/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" }, "node_modules/serve-index/node_modules/setprototypeof": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", - "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", + "license": "ISC" }, "node_modules/serve-index/node_modules/statuses": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -15442,6 +16488,7 @@ "version": "1.16.2", "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz", "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", + "license": "MIT", "dependencies": { "encodeurl": "~2.0.0", "escape-html": "~1.0.3", @@ -15456,6 +16503,7 @@ "version": "1.2.2", "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "license": "MIT", "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -15472,6 +16520,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", + "license": "MIT", "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -15486,6 +16535,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz", "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==", + "license": "MIT", "dependencies": { "dunder-proto": "^1.0.1", "es-errors": "^1.3.0", @@ -15498,12 +16548,14 @@ "node_modules/setprototypeof": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "license": "ISC" }, "node_modules/shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "license": "MIT", "dependencies": { "shebang-regex": "^3.0.0" }, @@ -15515,6 +16567,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "license": "MIT", "engines": { "node": ">=8" } @@ -15523,6 +16576,7 @@ "version": "1.8.3", "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -15534,6 +16588,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "object-inspect": "^1.13.3", @@ -15552,6 +16607,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "object-inspect": "^1.13.3" @@ -15567,6 +16623,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -15584,6 +16641,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -15601,17 +16659,20 @@ "node_modules/signal-exit": { "version": "3.0.7", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "license": "ISC" }, "node_modules/sisteransi": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", + "license": "MIT" }, "node_modules/slash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "license": "MIT", "engines": { "node": ">=8" } @@ -15620,6 +16681,7 @@ "version": "0.3.24", "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", + "license": "MIT", "dependencies": { "faye-websocket": "^0.11.3", "uuid": "^8.3.2", @@ -15629,12 +16691,14 @@ "node_modules/source-list-map": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", - "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==" + "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==", + "license": "MIT" }, "node_modules/source-map": { "version": "0.7.6", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz", "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==", + "license": "BSD-3-Clause", "engines": { "node": ">= 12" } @@ -15643,6 +16707,7 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -15651,6 +16716,7 @@ "version": "3.0.2", "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz", "integrity": "sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==", + "license": "MIT", "dependencies": { "abab": "^2.0.5", "iconv-lite": "^0.6.3", @@ -15671,6 +16737,7 @@ "version": "0.5.21", "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -15680,6 +16747,7 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -15688,12 +16756,14 @@ "version": "1.4.8", "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", - "deprecated": "Please use @jridgewell/sourcemap-codec instead" + "deprecated": "Please use @jridgewell/sourcemap-codec instead", + "license": "MIT" }, "node_modules/space-separated-tokens": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -15703,6 +16773,7 @@ "version": "4.0.2", "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "license": "MIT", "dependencies": { "debug": "^4.1.0", "handle-thing": "^2.0.0", @@ -15718,6 +16789,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "license": "MIT", "dependencies": { "debug": "^4.1.0", "detect-node": "^2.0.4", @@ -15730,18 +16802,21 @@ "node_modules/sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "license": "BSD-3-Clause" }, "node_modules/stable": { "version": "0.1.8", "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", - "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility" + "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility", + "license": "MIT" }, "node_modules/stack-utils": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", + "license": "MIT", "dependencies": { "escape-string-regexp": "^2.0.0" }, @@ -15753,6 +16828,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", + "license": "MIT", "engines": { "node": ">=8" } @@ -15760,12 +16836,14 @@ "node_modules/stackframe": { "version": "1.3.4", "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz", - "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==" + "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==", + "license": "MIT" }, "node_modules/static-eval": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.2.tgz", "integrity": "sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==", + "license": "MIT", "dependencies": { "escodegen": "^1.8.1" } @@ -15774,6 +16852,7 @@ "version": "1.14.3", "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz", "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==", + "license": "BSD-2-Clause", "dependencies": { "esprima": "^4.0.1", "estraverse": "^4.2.0", @@ -15795,6 +16874,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } @@ -15803,6 +16883,7 @@ "version": "0.3.0", "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==", + "license": "MIT", "dependencies": { "prelude-ls": "~1.1.2", "type-check": "~0.3.2" @@ -15815,6 +16896,7 @@ "version": "0.8.3", "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + "license": "MIT", "dependencies": { "deep-is": "~0.1.3", "fast-levenshtein": "~2.0.6", @@ -15839,6 +16921,7 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", "optional": true, "engines": { "node": ">=0.10.0" @@ -15848,6 +16931,7 @@ "version": "0.3.2", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==", + "license": "MIT", "dependencies": { "prelude-ls": "~1.1.2" }, @@ -15859,6 +16943,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -15867,6 +16952,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz", "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==", + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "internal-slot": "^1.1.0" @@ -15879,6 +16965,7 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "license": "MIT", "dependencies": { "safe-buffer": "~5.2.0" } @@ -15887,6 +16974,7 @@ "version": "4.0.2", "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", + "license": "MIT", "dependencies": { "char-regex": "^1.0.2", "strip-ansi": "^6.0.0" @@ -15898,12 +16986,14 @@ "node_modules/string-natural-compare": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz", - "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==" + "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==", + "license": "MIT" }, "node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -15913,34 +17003,17 @@ "node": ">=8" } }, - "node_modules/string-width-cjs": { - "name": "string-width", - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/string-width-cjs/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - }, "node_modules/string-width/node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "license": "MIT" }, "node_modules/string.prototype.includes": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz", "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -15954,6 +17027,7 @@ "version": "4.0.12", "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz", "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -15980,6 +17054,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz", "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==", + "license": "MIT", "dependencies": { "define-properties": "^1.1.3", "es-abstract": "^1.17.5" @@ -15989,6 +17064,7 @@ "version": "1.2.10", "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz", "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", @@ -16009,6 +17085,7 @@ "version": "1.0.9", "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz", "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", @@ -16026,6 +17103,7 @@ "version": "1.0.8", "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -16042,6 +17120,7 @@ "version": "4.0.4", "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", + "license": "MIT", "dependencies": { "character-entities-html4": "^2.0.0", "character-entities-legacy": "^3.0.0" @@ -16055,6 +17134,7 @@ "version": "3.3.0", "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", + "license": "BSD-2-Clause", "dependencies": { "get-own-enumerable-property-symbols": "^3.0.0", "is-obj": "^1.0.1", @@ -16068,18 +17148,7 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-ansi-cjs": { - "name": "strip-ansi", - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -16091,6 +17160,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", + "license": "MIT", "engines": { "node": ">=8" } @@ -16099,6 +17169,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz", "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==", + "license": "MIT", "engines": { "node": ">=10" } @@ -16107,6 +17178,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "license": "MIT", "engines": { "node": ">=6" } @@ -16115,6 +17187,7 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "license": "MIT", "engines": { "node": ">=8" }, @@ -16126,6 +17199,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz", "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==", + "license": "MIT", "dependencies": { "escape-string-regexp": "^1.0.2" }, @@ -16137,6 +17211,7 @@ "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "license": "MIT", "engines": { "node": ">=0.8.0" } @@ -16145,6 +17220,7 @@ "version": "3.3.4", "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.4.tgz", "integrity": "sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==", + "license": "MIT", "engines": { "node": ">= 12.13.0" }, @@ -16157,25 +17233,28 @@ } }, "node_modules/style-to-js": { - "version": "1.1.19", - "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.19.tgz", - "integrity": "sha512-Ev+SgeqiNGT1ufsXyVC5RrJRXdrkRJ1Gol9Qw7Pb72YCKJXrBvP0ckZhBeVSrw2m06DJpei2528uIpjMb4TsoQ==", + "version": "1.1.21", + "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz", + "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==", + "license": "MIT", "dependencies": { - "style-to-object": "1.0.12" + "style-to-object": "1.0.14" } }, "node_modules/style-to-object": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.12.tgz", - "integrity": "sha512-ddJqYnoT4t97QvN2C95bCgt+m7AAgXjVnkk/jxAfmp7EAB8nnqqZYEbMd3em7/vEomDb2LAQKAy1RFfv41mdNw==", + "version": "1.0.14", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz", + "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==", + "license": "MIT", "dependencies": { - "inline-style-parser": "0.2.6" + "inline-style-parser": "0.2.7" } }, "node_modules/stylehacks": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz", "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", + "license": "MIT", "dependencies": { "browserslist": "^4.21.4", "postcss-selector-parser": "^6.0.4" @@ -16188,16 +17267,17 @@ } }, "node_modules/sucrase": { - "version": "3.35.0", - "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", - "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", + "version": "3.35.1", + "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.1.tgz", + "integrity": "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==", + "license": "MIT", "dependencies": { "@jridgewell/gen-mapping": "^0.3.2", "commander": "^4.0.0", - "glob": "^10.3.10", "lines-and-columns": "^1.1.6", "mz": "^2.7.0", "pirates": "^4.0.1", + "tinyglobby": "^0.2.11", "ts-interface-checker": "^0.1.9" }, "bin": { @@ -16208,59 +17288,20 @@ "node": ">=16 || 14 >=14.17" } }, - "node_modules/sucrase/node_modules/brace-expansion": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", - "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, "node_modules/sucrase/node_modules/commander": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "license": "MIT", "engines": { "node": ">= 6" } }, - "node_modules/sucrase/node_modules/glob": { - "version": "10.4.5", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", - "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", - "dependencies": { - "foreground-child": "^3.1.0", - "jackspeak": "^3.1.2", - "minimatch": "^9.0.4", - "minipass": "^7.1.2", - "package-json-from-dist": "^1.0.0", - "path-scurry": "^1.11.1" - }, - "bin": { - "glob": "dist/esm/bin.mjs" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/sucrase/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -16272,6 +17313,7 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", + "license": "MIT", "dependencies": { "has-flag": "^4.0.0", "supports-color": "^7.0.0" @@ -16284,6 +17326,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -16294,13 +17337,15 @@ "node_modules/svg-parser": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz", - "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==" + "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==", + "license": "MIT" }, "node_modules/svgo": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz", "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==", "deprecated": "This SVGO version is no longer supported. Upgrade to v2.x.x.", + "license": "MIT", "dependencies": { "chalk": "^2.4.1", "coa": "^2.0.2", @@ -16327,6 +17372,7 @@ "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "license": "MIT", "dependencies": { "color-convert": "^1.9.0" }, @@ -16338,6 +17384,7 @@ "version": "1.0.10", "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "license": "MIT", "dependencies": { "sprintf-js": "~1.0.2" } @@ -16346,6 +17393,7 @@ "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "license": "MIT", "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", @@ -16359,6 +17407,7 @@ "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "license": "MIT", "dependencies": { "color-name": "1.1.3" } @@ -16366,12 +17415,14 @@ "node_modules/svgo/node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "license": "MIT" }, "node_modules/svgo/node_modules/css-select": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz", "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", + "license": "BSD-2-Clause", "dependencies": { "boolbase": "^1.0.0", "css-what": "^3.2.1", @@ -16383,6 +17434,7 @@ "version": "3.4.2", "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz", "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==", + "license": "BSD-2-Clause", "engines": { "node": ">= 6" }, @@ -16394,6 +17446,7 @@ "version": "0.2.2", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "license": "MIT", "dependencies": { "domelementtype": "^2.0.1", "entities": "^2.0.0" @@ -16403,6 +17456,7 @@ "version": "1.7.0", "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", + "license": "BSD-2-Clause", "dependencies": { "dom-serializer": "0", "domelementtype": "1" @@ -16411,12 +17465,14 @@ "node_modules/svgo/node_modules/domutils/node_modules/domelementtype": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", - "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==" + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==", + "license": "BSD-2-Clause" }, "node_modules/svgo/node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "license": "MIT", "engines": { "node": ">=0.8.0" } @@ -16425,6 +17481,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "license": "MIT", "engines": { "node": ">=4" } @@ -16446,6 +17503,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", + "license": "BSD-2-Clause", "dependencies": { "boolbase": "~1.0.0" } @@ -16454,6 +17512,7 @@ "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "license": "MIT", "dependencies": { "has-flag": "^3.0.0" }, @@ -16464,12 +17523,14 @@ "node_modules/symbol-tree": { "version": "3.2.4", "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", - "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" + "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", + "license": "MIT" }, "node_modules/tailwindcss": { "version": "3.4.18", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.18.tgz", "integrity": "sha512-6A2rnmW5xZMdw11LYjhcI5846rt9pbLSabY5XPxo+XWdxwZaFEn47Go4NzFiHu9sNNmr/kXivP1vStfvMaK1GQ==", + "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -16506,6 +17567,7 @@ "version": "3.1.3", "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", + "license": "MIT", "engines": { "node": ">=14" }, @@ -16527,6 +17589,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "lilconfig": "^3.1.1" }, @@ -16558,6 +17621,7 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", + "license": "MIT", "engines": { "node": ">=6" }, @@ -16570,6 +17634,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz", "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==", + "license": "MIT", "engines": { "node": ">=8" } @@ -16578,6 +17643,7 @@ "version": "0.6.0", "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz", "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==", + "license": "MIT", "dependencies": { "is-stream": "^2.0.0", "temp-dir": "^2.0.0", @@ -16595,6 +17661,7 @@ "version": "0.16.0", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz", "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==", + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -16606,6 +17673,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", + "license": "MIT", "dependencies": { "ansi-escapes": "^4.2.1", "supports-hyperlinks": "^2.0.0" @@ -16621,6 +17689,7 @@ "version": "5.44.1", "resolved": "https://registry.npmjs.org/terser/-/terser-5.44.1.tgz", "integrity": "sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==", + "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", "acorn": "^8.15.0", @@ -16638,6 +17707,7 @@ "version": "5.3.14", "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.14.tgz", "integrity": "sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==", + "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", "jest-worker": "^27.4.5", @@ -16670,12 +17740,14 @@ "node_modules/terser/node_modules/commander": { "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "license": "MIT" }, "node_modules/test-exclude": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "license": "ISC", "dependencies": { "@istanbuljs/schema": "^0.1.2", "glob": "^7.1.4", @@ -16688,12 +17760,14 @@ "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "license": "MIT" }, "node_modules/thenify": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", + "license": "MIT", "dependencies": { "any-promise": "^1.0.0" } @@ -16702,6 +17776,7 @@ "version": "1.6.0", "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", + "license": "MIT", "dependencies": { "thenify": ">= 3.1.0 < 4" }, @@ -16712,22 +17787,71 @@ "node_modules/throat": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz", - "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==" + "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==", + "license": "MIT" }, "node_modules/thunky": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", - "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", + "license": "MIT" + }, + "node_modules/tinyglobby": { + "version": "0.2.15", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", + "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", + "license": "MIT", + "dependencies": { + "fdir": "^6.5.0", + "picomatch": "^4.0.3" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/SuperchupuDev" + } + }, + "node_modules/tinyglobby/node_modules/fdir": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", + "license": "MIT", + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "picomatch": "^3 || ^4" + }, + "peerDependenciesMeta": { + "picomatch": { + "optional": true + } + } + }, + "node_modules/tinyglobby/node_modules/picomatch": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } }, "node_modules/tmpl": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", - "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", + "license": "BSD-3-Clause" }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "license": "MIT", "dependencies": { "is-number": "^7.0.0" }, @@ -16739,6 +17863,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "license": "MIT", "engines": { "node": ">=0.6" } @@ -16747,6 +17872,7 @@ "version": "4.1.4", "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", + "license": "BSD-3-Clause", "dependencies": { "psl": "^1.1.33", "punycode": "^2.1.1", @@ -16761,6 +17887,7 @@ "version": "0.2.0", "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", + "license": "MIT", "engines": { "node": ">= 4.0.0" } @@ -16769,6 +17896,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", + "license": "MIT", "dependencies": { "punycode": "^2.1.1" }, @@ -16780,6 +17908,7 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -16789,6 +17918,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz", "integrity": "sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==", + "license": "MIT", "dependencies": { "escape-string-regexp": "^1.0.2" }, @@ -16800,6 +17930,7 @@ "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "license": "MIT", "engines": { "node": ">=0.8.0" } @@ -16808,6 +17939,7 @@ "version": "2.2.0", "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -16816,17 +17948,20 @@ "node_modules/tryer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz", - "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==" + "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==", + "license": "MIT" }, "node_modules/ts-interface-checker": { "version": "0.1.13", "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", - "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==" + "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", + "license": "Apache-2.0" }, "node_modules/tsconfig-paths": { "version": "3.15.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==", + "license": "MIT", "dependencies": { "@types/json5": "^0.0.29", "json5": "^1.0.2", @@ -16838,6 +17973,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "license": "MIT", "dependencies": { "minimist": "^1.2.0" }, @@ -16849,6 +17985,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "license": "MIT", "engines": { "node": ">=4" } @@ -16856,12 +17993,14 @@ "node_modules/tslib": { "version": "2.8.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD" }, "node_modules/tsutils": { "version": "3.21.0", "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", + "license": "MIT", "dependencies": { "tslib": "^1.8.1" }, @@ -16875,12 +18014,14 @@ "node_modules/tsutils/node_modules/tslib": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "license": "0BSD" }, "node_modules/type-check": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "license": "MIT", "dependencies": { "prelude-ls": "^1.2.1" }, @@ -16892,6 +18033,7 @@ "version": "4.0.8", "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "license": "MIT", "engines": { "node": ">=4" } @@ -16900,6 +18042,7 @@ "version": "0.20.2", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -16911,6 +18054,7 @@ "version": "1.6.18", "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "license": "MIT", "dependencies": { "media-typer": "0.3.0", "mime-types": "~2.1.24" @@ -16923,6 +18067,7 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz", "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", @@ -16936,6 +18081,7 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz", "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "for-each": "^0.3.3", @@ -16954,6 +18100,7 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz", "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==", + "license": "MIT", "dependencies": { "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.8", @@ -16974,6 +18121,7 @@ "version": "1.0.7", "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz", "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "for-each": "^0.3.3", @@ -16993,6 +18141,7 @@ "version": "3.1.5", "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "license": "MIT", "dependencies": { "is-typedarray": "^1.0.0" } @@ -17001,6 +18150,7 @@ "version": "4.9.5", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "license": "Apache-2.0", "peer": true, "bin": { "tsc": "bin/tsc", @@ -17014,6 +18164,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz", "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "has-bigints": "^1.0.2", @@ -17030,17 +18181,20 @@ "node_modules/underscore": { "version": "1.12.1", "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", - "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==", + "license": "MIT" }, "node_modules/undici-types": { "version": "7.16.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", - "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==" + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", + "license": "MIT", "engines": { "node": ">=4" } @@ -17049,6 +18203,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "license": "MIT", "dependencies": { "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0" @@ -17061,6 +18216,7 @@ "version": "2.2.1", "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz", "integrity": "sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==", + "license": "MIT", "engines": { "node": ">=4" } @@ -17069,6 +18225,7 @@ "version": "2.2.0", "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz", "integrity": "sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==", + "license": "MIT", "engines": { "node": ">=4" } @@ -17077,6 +18234,7 @@ "version": "11.0.5", "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0", "bail": "^2.0.0", @@ -17095,6 +18253,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", + "license": "MIT", "dependencies": { "crypto-random-string": "^2.0.0" }, @@ -17106,6 +18265,7 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz", "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==", + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0" }, @@ -17118,6 +18278,7 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0" }, @@ -17130,6 +18291,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0" }, @@ -17142,6 +18304,7 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0", @@ -17156,6 +18319,7 @@ "version": "6.0.2", "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz", "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==", + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0" @@ -17169,6 +18333,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "license": "MIT", "engines": { "node": ">= 10.0.0" } @@ -17177,6 +18342,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -17184,12 +18350,14 @@ "node_modules/unquote": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", - "integrity": "sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==" + "integrity": "sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==", + "license": "MIT" }, "node_modules/upath": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", + "license": "MIT", "engines": { "node": ">=4", "yarn": "*" @@ -17213,6 +18381,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "escalade": "^3.2.0", "picocolors": "^1.1.1" @@ -17228,6 +18397,7 @@ "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "license": "BSD-2-Clause", "dependencies": { "punycode": "^2.1.0" } @@ -17236,6 +18406,7 @@ "version": "1.5.10", "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "license": "MIT", "dependencies": { "querystringify": "^2.1.1", "requires-port": "^1.0.0" @@ -17244,12 +18415,14 @@ "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "license": "MIT" }, "node_modules/util.promisify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", + "license": "MIT", "dependencies": { "define-properties": "^1.1.3", "es-abstract": "^1.17.2", @@ -17263,12 +18436,14 @@ "node_modules/utila": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", - "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==" + "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==", + "license": "MIT" }, "node_modules/utils-merge": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "license": "MIT", "engines": { "node": ">= 0.4.0" } @@ -17277,6 +18452,7 @@ "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } @@ -17285,6 +18461,7 @@ "version": "8.1.1", "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz", "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==", + "license": "ISC", "dependencies": { "@types/istanbul-lib-coverage": "^2.0.1", "convert-source-map": "^1.6.0", @@ -17297,12 +18474,14 @@ "node_modules/v8-to-istanbul/node_modules/convert-source-map": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "license": "MIT" }, "node_modules/vary": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -17311,6 +18490,7 @@ "version": "6.0.3", "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0", "vfile-message": "^4.0.0" @@ -17324,6 +18504,7 @@ "version": "4.0.3", "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz", "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==", + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0", "unist-util-stringify-position": "^4.0.0" @@ -17338,6 +18519,7 @@ "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.", + "license": "MIT", "dependencies": { "browser-process-hrtime": "^1.0.0" } @@ -17346,6 +18528,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz", "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==", + "license": "MIT", "dependencies": { "xml-name-validator": "^3.0.0" }, @@ -17357,6 +18540,7 @@ "version": "1.0.8", "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", + "license": "Apache-2.0", "dependencies": { "makeerror": "1.0.12" } @@ -17365,6 +18549,7 @@ "version": "4.0.3", "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz", "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==", + "license": "MIT", "dependencies": { "loose-envify": "^1.0.0" } @@ -17373,6 +18558,7 @@ "version": "2.4.4", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.4.tgz", "integrity": "sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==", + "license": "MIT", "dependencies": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -17385,6 +18571,7 @@ "version": "1.7.3", "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "license": "MIT", "dependencies": { "minimalistic-assert": "^1.0.0" } @@ -17393,14 +18580,16 @@ "version": "6.1.0", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==", + "license": "BSD-2-Clause", "engines": { "node": ">=10.4" } }, "node_modules/webpack": { - "version": "5.102.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.102.1.tgz", - "integrity": "sha512-7h/weGm9d/ywQ6qzJ+Xy+r9n/3qgp/thalBbpOi5i223dPXKi04IBtqPN9nTd+jBc7QKfvDbaBnFipYp4sJAUQ==", + "version": "5.103.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.103.0.tgz", + "integrity": "sha512-HU1JOuV1OavsZ+mfigY0j8d1TgQgbZ6M+J75zDkpEAwYeXjWSqrGJtgnPblJjd/mAyTNQ7ygw0MiKOn6etz8yw==", + "license": "MIT", "dependencies": { "@types/eslint-scope": "^3.7.7", "@types/estree": "^1.0.8", @@ -17419,7 +18608,7 @@ "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.2.11", "json-parse-even-better-errors": "^2.3.1", - "loader-runner": "^4.2.0", + "loader-runner": "^4.3.1", "mime-types": "^2.1.27", "neo-async": "^2.6.2", "schema-utils": "^4.3.3", @@ -17448,6 +18637,7 @@ "version": "5.3.4", "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz", "integrity": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==", + "license": "MIT", "dependencies": { "colorette": "^2.0.10", "memfs": "^3.4.3", @@ -17470,6 +18660,7 @@ "version": "4.15.2", "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz", "integrity": "sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==", + "license": "MIT", "dependencies": { "@types/bonjour": "^3.5.9", "@types/connect-history-api-fallback": "^1.3.5", @@ -17528,6 +18719,7 @@ "version": "8.18.3", "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", + "license": "MIT", "engines": { "node": ">=10.0.0" }, @@ -17548,6 +18740,7 @@ "version": "4.1.1", "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz", "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==", + "license": "MIT", "dependencies": { "tapable": "^2.0.0", "webpack-sources": "^2.2.0" @@ -17563,6 +18756,7 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -17571,6 +18765,7 @@ "version": "2.3.1", "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz", "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==", + "license": "MIT", "dependencies": { "source-list-map": "^2.0.1", "source-map": "^0.6.1" @@ -17583,6 +18778,7 @@ "version": "3.3.3", "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.3.3.tgz", "integrity": "sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==", + "license": "MIT", "engines": { "node": ">=10.13.0" } @@ -17591,6 +18787,7 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -17603,6 +18800,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } @@ -17611,6 +18809,7 @@ "version": "0.7.4", "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", + "license": "Apache-2.0", "dependencies": { "http-parser-js": ">=0.5.1", "safe-buffer": ">=5.1.0", @@ -17624,6 +18823,7 @@ "version": "0.1.4", "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", + "license": "Apache-2.0", "engines": { "node": ">=0.8.0" } @@ -17632,6 +18832,7 @@ "version": "1.0.5", "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", + "license": "MIT", "dependencies": { "iconv-lite": "0.4.24" } @@ -17640,6 +18841,7 @@ "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3" }, @@ -17650,17 +18852,20 @@ "node_modules/whatwg-fetch": { "version": "3.6.20", "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", - "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==" + "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==", + "license": "MIT" }, "node_modules/whatwg-mimetype": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", - "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==" + "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==", + "license": "MIT" }, "node_modules/whatwg-url": { "version": "8.7.0", "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", + "license": "MIT", "dependencies": { "lodash": "^4.7.0", "tr46": "^2.1.0", @@ -17674,6 +18879,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -17688,6 +18894,7 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz", "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==", + "license": "MIT", "dependencies": { "is-bigint": "^1.1.0", "is-boolean-object": "^1.2.1", @@ -17706,6 +18913,7 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz", "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==", + "license": "MIT", "dependencies": { "call-bound": "^1.0.2", "function.prototype.name": "^1.1.6", @@ -17732,6 +18940,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", + "license": "MIT", "dependencies": { "is-map": "^2.0.3", "is-set": "^2.0.3", @@ -17749,6 +18958,7 @@ "version": "1.1.19", "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz", "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==", + "license": "MIT", "dependencies": { "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.8", @@ -17769,6 +18979,7 @@ "version": "1.2.5", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -17777,6 +18988,7 @@ "version": "6.6.0", "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.6.0.tgz", "integrity": "sha512-jkf4ZdgOJxC9u2vztxLuPT/UjlH7m/nWRQ/MgGL0v8BJHoZdVGJd18Kck+a0e55wGXdqyHO+4IQTk0685g4MUw==", + "license": "MIT", "dependencies": { "idb": "^7.0.1", "workbox-core": "6.6.0" @@ -17786,6 +18998,7 @@ "version": "6.6.0", "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.6.0.tgz", "integrity": "sha512-nm+v6QmrIFaB/yokJmQ/93qIJ7n72NICxIwQwe5xsZiV2aI93MGGyEyzOzDPVz5THEr5rC3FJSsO3346cId64Q==", + "license": "MIT", "dependencies": { "workbox-core": "6.6.0" } @@ -17794,6 +19007,7 @@ "version": "6.6.0", "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.6.0.tgz", "integrity": "sha512-Tjf+gBwOTuGyZwMz2Nk/B13Fuyeo0Q84W++bebbVsfr9iLkDSo6j6PST8tET9HYA58mlRXwlMGpyWO8ETJiXdQ==", + "license": "MIT", "dependencies": { "@apideck/better-ajv-errors": "^0.3.1", "@babel/core": "^7.11.1", @@ -17841,6 +19055,7 @@ "version": "0.3.6", "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz", "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==", + "license": "MIT", "dependencies": { "json-schema": "^0.4.0", "jsonpointer": "^5.0.0", @@ -17857,6 +19072,7 @@ "version": "8.17.1", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -17872,6 +19088,7 @@ "version": "9.1.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "license": "MIT", "dependencies": { "at-least-node": "^1.0.0", "graceful-fs": "^4.2.0", @@ -17885,13 +19102,15 @@ "node_modules/workbox-build/node_modules/json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "license": "MIT" }, "node_modules/workbox-build/node_modules/source-map": { "version": "0.8.0-beta.0", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz", "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==", "deprecated": "The work that was done in this beta branch won't be included in future versions", + "license": "BSD-3-Clause", "dependencies": { "whatwg-url": "^7.0.0" }, @@ -17903,6 +19122,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==", + "license": "MIT", "dependencies": { "punycode": "^2.1.0" } @@ -17910,12 +19130,14 @@ "node_modules/workbox-build/node_modules/webidl-conversions": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", - "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==" + "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==", + "license": "BSD-2-Clause" }, "node_modules/workbox-build/node_modules/whatwg-url": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", + "license": "MIT", "dependencies": { "lodash.sortby": "^4.7.0", "tr46": "^1.0.1", @@ -17927,6 +19149,7 @@ "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.6.0.tgz", "integrity": "sha512-JfhJUSQDwsF1Xv3EV1vWzSsCOZn4mQ38bWEBR3LdvOxSPgB65gAM6cS2CX8rkkKHRgiLrN7Wxoyu+TuH67kHrw==", "deprecated": "workbox-background-sync@6.6.0", + "license": "MIT", "dependencies": { "workbox-core": "6.6.0" } @@ -17934,12 +19157,14 @@ "node_modules/workbox-core": { "version": "6.6.0", "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.6.0.tgz", - "integrity": "sha512-GDtFRF7Yg3DD859PMbPAYPeJyg5gJYXuBQAC+wyrWuuXgpfoOrIQIvFRZnQ7+czTIQjIr1DhLEGFzZanAT/3bQ==" + "integrity": "sha512-GDtFRF7Yg3DD859PMbPAYPeJyg5gJYXuBQAC+wyrWuuXgpfoOrIQIvFRZnQ7+czTIQjIr1DhLEGFzZanAT/3bQ==", + "license": "MIT" }, "node_modules/workbox-expiration": { "version": "6.6.0", "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.6.0.tgz", "integrity": "sha512-baplYXcDHbe8vAo7GYvyAmlS4f6998Jff513L4XvlzAOxcl8F620O91guoJ5EOf5qeXG4cGdNZHkkVAPouFCpw==", + "license": "MIT", "dependencies": { "idb": "^7.0.1", "workbox-core": "6.6.0" @@ -17950,6 +19175,7 @@ "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.6.0.tgz", "integrity": "sha512-p4DJa6OldXWd6M9zRl0H6vB9lkrmqYFkRQ2xEiNdBFp9U0LhsGO7hsBscVEyH9H2/3eZZt8c97NB2FD9U2NJ+Q==", "deprecated": "It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained", + "license": "MIT", "dependencies": { "workbox-background-sync": "6.6.0", "workbox-core": "6.6.0", @@ -17961,6 +19187,7 @@ "version": "6.6.0", "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.6.0.tgz", "integrity": "sha512-utNEWG+uOfXdaZmvhshrh7KzhDu/1iMHyQOV6Aqup8Mm78D286ugu5k9MFD9SzBT5TcwgwSORVvInaXWbvKz9Q==", + "license": "MIT", "dependencies": { "workbox-core": "6.6.0" } @@ -17969,6 +19196,7 @@ "version": "6.6.0", "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.6.0.tgz", "integrity": "sha512-eYu/7MqtRZN1IDttl/UQcSZFkHP7dnvr/X3Vn6Iw6OsPMruQHiVjjomDFCNtd8k2RdjLs0xiz9nq+t3YVBcWPw==", + "license": "MIT", "dependencies": { "workbox-core": "6.6.0", "workbox-routing": "6.6.0", @@ -17979,6 +19207,7 @@ "version": "6.6.0", "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.6.0.tgz", "integrity": "sha512-V3aICz5fLGq5DpSYEU8LxeXvsT//mRWzKrfBOIxzIdQnV/Wj7R+LyJVTczi4CQ4NwKhAaBVaSujI1cEjXW+hTw==", + "license": "MIT", "dependencies": { "workbox-core": "6.6.0" } @@ -17987,6 +19216,7 @@ "version": "6.6.0", "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.6.0.tgz", "integrity": "sha512-TFi3kTgYw73t5tg73yPVqQC8QQjxJSeqjXRO4ouE/CeypmP2O/xqmB/ZFBBQazLTPxILUQ0b8aeh0IuxVn9a6A==", + "license": "MIT", "dependencies": { "workbox-cacheable-response": "6.6.0", "workbox-core": "6.6.0", @@ -18000,6 +19230,7 @@ "version": "6.6.0", "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.6.0.tgz", "integrity": "sha512-x8gdN7VDBiLC03izAZRfU+WKUXJnbqt6PG9Uh0XuPRzJPpZGLKce/FkOX95dWHRpOHWLEq8RXzjW0O+POSkKvw==", + "license": "MIT", "dependencies": { "workbox-core": "6.6.0" } @@ -18008,6 +19239,7 @@ "version": "6.6.0", "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.6.0.tgz", "integrity": "sha512-eC07XGuINAKUWDnZeIPdRdVja4JQtTuc35TZ8SwMb1ztjp7Ddq2CJ4yqLvWzFWGlYI7CG/YGqaETntTxBGdKgQ==", + "license": "MIT", "dependencies": { "workbox-core": "6.6.0" } @@ -18016,6 +19248,7 @@ "version": "6.6.0", "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.6.0.tgz", "integrity": "sha512-rfMJLVvwuED09CnH1RnIep7L9+mj4ufkTyDPVaXPKlhi9+0czCu+SJggWCIFbPpJaAZmp2iyVGLqS3RUmY3fxg==", + "license": "MIT", "dependencies": { "workbox-core": "6.6.0", "workbox-routing": "6.6.0" @@ -18024,12 +19257,14 @@ "node_modules/workbox-sw": { "version": "6.6.0", "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.6.0.tgz", - "integrity": "sha512-R2IkwDokbtHUE4Kus8pKO5+VkPHD2oqTgl+XJwh4zbF1HyjAbgNmK/FneZHVU7p03XUt9ICfuGDYISWG9qV/CQ==" + "integrity": "sha512-R2IkwDokbtHUE4Kus8pKO5+VkPHD2oqTgl+XJwh4zbF1HyjAbgNmK/FneZHVU7p03XUt9ICfuGDYISWG9qV/CQ==", + "license": "MIT" }, "node_modules/workbox-webpack-plugin": { "version": "6.6.0", "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.6.0.tgz", "integrity": "sha512-xNZIZHalboZU66Wa7x1YkjIqEy1gTR+zPM+kjrYJzqN7iurYZBctBLISyScjhkJKYuRrZUP0iqViZTh8rS0+3A==", + "license": "MIT", "dependencies": { "fast-json-stable-stringify": "^2.1.0", "pretty-bytes": "^5.4.1", @@ -18048,6 +19283,7 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -18056,6 +19292,7 @@ "version": "1.4.3", "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", + "license": "MIT", "dependencies": { "source-list-map": "^2.0.0", "source-map": "~0.6.1" @@ -18065,6 +19302,7 @@ "version": "6.6.0", "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.6.0.tgz", "integrity": "sha512-L4N9+vka17d16geaJXXRjENLFldvkWy7JyGxElRD0JvBxvFEd8LOhr+uXCcar/NzAmIBRv9EZ+M+Qr4mOoBITw==", + "license": "MIT", "dependencies": { "@types/trusted-types": "^2.0.2", "workbox-core": "6.6.0" @@ -18074,23 +19312,7 @@ "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/wrap-ansi-cjs": { - "name": "wrap-ansi", - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -18106,12 +19328,14 @@ "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "license": "ISC" }, "node_modules/write-file-atomic": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "license": "ISC", "dependencies": { "imurmurhash": "^0.1.4", "is-typedarray": "^1.0.0", @@ -18123,6 +19347,7 @@ "version": "7.5.10", "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", + "license": "MIT", "engines": { "node": ">=8.3.0" }, @@ -18142,17 +19367,20 @@ "node_modules/xml-name-validator": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", - "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==" + "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==", + "license": "Apache-2.0" }, "node_modules/xmlchars": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", - "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", + "license": "MIT" }, "node_modules/y18n": { "version": "5.0.8", "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "license": "ISC", "engines": { "node": ">=10" } @@ -18160,12 +19388,14 @@ "node_modules/yallist": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "license": "ISC" }, "node_modules/yaml": { "version": "1.10.2", "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "license": "ISC", "engines": { "node": ">= 6" } @@ -18174,6 +19404,7 @@ "version": "16.2.0", "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "license": "MIT", "dependencies": { "cliui": "^7.0.2", "escalade": "^3.1.1", @@ -18191,6 +19422,7 @@ "version": "20.2.9", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "license": "ISC", "engines": { "node": ">=10" } @@ -18199,6 +19431,7 @@ "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -18210,6 +19443,7 @@ "version": "2.0.4", "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" From 109171e8db39b61c68a4ce1e53377ff3ef288d5d Mon Sep 17 00:00:00 2001 From: Sean Prashad <13009507+seanprashad@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:37:05 -0500 Subject: [PATCH 294/297] Install missing `yaml` package (#380) --- package-lock.json | 44 +++++++++++++++++++++++++++++++++++++++----- package.json | 3 ++- 2 files changed, 41 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef0a29a6..cc5cd23e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,8 @@ "react-toggle": "^4.1.3", "react-tooltip": "^5.25.0", "reactstrap": "^9.2.1", - "sass": "^1.69.5" + "sass": "^1.69.5", + "yaml": "^2.8.2" }, "devDependencies": { "eslint": "^8.55.0", @@ -6306,6 +6307,15 @@ "node": ">=10" } }, + "node_modules/cosmiconfig/node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "license": "ISC", + "engines": { + "node": ">= 6" + } + }, "node_modules/cross-spawn": { "version": "7.0.6", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", @@ -6646,6 +6656,15 @@ "postcss": "^8.2.15" } }, + "node_modules/cssnano/node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "license": "ISC", + "engines": { + "node": ">= 6" + } + }, "node_modules/csso": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", @@ -8793,6 +8812,15 @@ "node": ">=6" } }, + "node_modules/fork-ts-checker-webpack-plugin/node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "license": "ISC", + "engines": { + "node": ">= 6" + } + }, "node_modules/form-data": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.4.tgz", @@ -19392,12 +19420,18 @@ "license": "ISC" }, "node_modules/yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "version": "2.8.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz", + "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==", "license": "ISC", + "bin": { + "yaml": "bin.mjs" + }, "engines": { - "node": ">= 6" + "node": ">= 14.6" + }, + "funding": { + "url": "https://github.com/sponsors/eemeli" } }, "node_modules/yargs": { diff --git a/package.json b/package.json index dac7ef30..7bde2303 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "react-toggle": "^4.1.3", "react-tooltip": "^5.25.0", "reactstrap": "^9.2.1", - "sass": "^1.69.5" + "sass": "^1.69.5", + "yaml": "^2.8.2" }, "devDependencies": { "eslint": "^8.55.0", From 1f7b2a72be7f94f9a5ad9190cf6859aab271f754 Mon Sep 17 00:00:00 2001 From: seanprashad Date: Sun, 7 Dec 2025 12:03:56 +0000 Subject: [PATCH 295/297] Update questions via run-cron GitHub Action --- src/data/questions.json | 1716 ++++++++++++++++++++------------------- 1 file changed, 868 insertions(+), 848 deletions(-) diff --git a/src/data/questions.json b/src/data/questions.json index 16aeee8f..289083f7 100644 --- a/src/data/questions.json +++ b/src/data/questions.json @@ -1,5 +1,5 @@ { - "updated": "2025-11-30T12:04:16.309313", + "updated": "2025-12-07T12:03:56.220729", "data": [ { "id": 0, @@ -14,7 +14,7 @@ { "name": "Google", "slug": "google", - "frequency": 12 + "frequency": 11 }, { "name": "Amazon", @@ -36,19 +36,14 @@ "slug": "bloomberg", "frequency": 4 }, - { - "name": "tcs", - "slug": "tcs", - "frequency": 2 - }, { "name": "Netflix", "slug": "netflix", - "frequency": 2 + "frequency": 3 }, { - "name": "IBM", - "slug": "ibm", + "name": "tcs", + "slug": "tcs", "frequency": 2 }, { @@ -72,7 +67,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 11 + "frequency": 10 }, { "name": "Microsoft", @@ -189,7 +184,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 15 + "frequency": 14 }, { "name": "Google", @@ -199,7 +194,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 8 + "frequency": 7 }, { "name": "Microsoft", @@ -207,14 +202,14 @@ "frequency": 6 }, { - "name": "Goldman Sachs", - "slug": "goldman-sachs", + "name": "Apple", + "slug": "apple", "frequency": 5 }, { - "name": "Apple", - "slug": "apple", - "frequency": 4 + "name": "Goldman Sachs", + "slug": "goldman-sachs", + "frequency": 5 }, { "name": "Yandex", @@ -246,11 +241,6 @@ "slug": "asana", "frequency": 2 }, - { - "name": "Uber", - "slug": "uber", - "frequency": 2 - }, { "name": "Adobe", "slug": "adobe", @@ -288,7 +278,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 11 + "frequency": 10 }, { "name": "Google", @@ -316,13 +306,13 @@ "frequency": 2 }, { - "name": "Goldman Sachs", - "slug": "goldman-sachs", + "name": "Nvidia", + "slug": "nvidia", "frequency": 2 }, { - "name": "Nvidia", - "slug": "nvidia", + "name": "Goldman Sachs", + "slug": "goldman-sachs", "frequency": 2 } ] @@ -345,7 +335,7 @@ { "name": "Google", "slug": "google", - "frequency": 4 + "frequency": 3 }, { "name": "Bloomberg", @@ -387,7 +377,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 6 + "frequency": 7 }, { "name": "Microsoft", @@ -459,7 +449,7 @@ { "name": "Google", "slug": "google", - "frequency": 22 + "frequency": 21 }, { "name": "Microsoft", @@ -531,6 +521,11 @@ "slug": "ebay", "frequency": 2 }, + { + "name": "Adobe", + "slug": "adobe", + "frequency": 2 + }, { "name": "Oracle", "slug": "oracle", @@ -608,16 +603,16 @@ "slug": "microsoft", "frequency": 14 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 9 - }, { "name": "J.P. Morgan", "slug": "jpmorgan", "frequency": 9 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 8 + }, { "name": "Meta", "slug": "facebook", @@ -628,11 +623,6 @@ "slug": "bloomberg", "frequency": 4 }, - { - "name": "Apple", - "slug": "apple", - "frequency": 3 - }, { "name": "Roblox", "slug": "roblox", @@ -643,11 +633,21 @@ "slug": "uber", "frequency": 3 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 2 + }, { "name": "Cisco", "slug": "cisco", "frequency": 2 }, + { + "name": "Visa", + "slug": "visa", + "frequency": 2 + }, { "name": "Zoho", "slug": "zoho", @@ -693,12 +693,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 27 + "frequency": 26 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 19 + "frequency": 22 }, { "name": "Google", @@ -708,18 +708,13 @@ { "name": "Uber", "slug": "uber", - "frequency": 4 + "frequency": 5 }, { "name": "Meta", "slug": "facebook", "frequency": 4 }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 4 - }, { "name": "Netflix", "slug": "netflix", @@ -730,11 +725,21 @@ "slug": "microsoft", "frequency": 3 }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 3 + }, { "name": "Faire", "slug": "faire", "frequency": 3 }, + { + "name": "Atlassian", + "slug": "atlassian", + "frequency": 3 + }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -770,11 +775,6 @@ "slug": "epic-systems", "frequency": 2 }, - { - "name": "Atlassian", - "slug": "atlassian", - "frequency": 2 - }, { "name": "IBM", "slug": "ibm", @@ -815,7 +815,7 @@ { "name": "Google", "slug": "google", - "frequency": 8 + "frequency": 7 }, { "name": "Microsoft", @@ -892,12 +892,12 @@ { "name": "Google", "slug": "google", - "frequency": 26 + "frequency": 23 }, { "name": "Amazon", "slug": "amazon", - "frequency": 18 + "frequency": 20 }, { "name": "Meta", @@ -907,7 +907,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 6 + "frequency": 7 }, { "name": "Bloomberg", @@ -919,11 +919,6 @@ "slug": "ibm", "frequency": 4 }, - { - "name": "Goldman Sachs", - "slug": "goldman-sachs", - "frequency": 4 - }, { "name": "Walmart Labs", "slug": "walmart-labs", @@ -944,6 +939,11 @@ "slug": "tiktok", "frequency": 3 }, + { + "name": "Goldman Sachs", + "slug": "goldman-sachs", + "frequency": 3 + }, { "name": "Okta", "slug": "okta", @@ -1023,11 +1023,6 @@ "slug": "microsoft", "frequency": 2 }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 2 - }, { "name": "TikTok", "slug": "tiktok", @@ -1063,7 +1058,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 4 + "frequency": 3 }, { "name": "Microsoft", @@ -1090,18 +1085,23 @@ { "name": "Google", "slug": "google", - "frequency": 6 + "frequency": 7 }, { "name": "Amazon", "slug": "amazon", - "frequency": 6 + "frequency": 7 }, { "name": "Microsoft", "slug": "microsoft", "frequency": 5 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 5 + }, { "name": "LinkedIn", "slug": "linkedin", @@ -1122,11 +1122,6 @@ "slug": "bookingcom", "frequency": 3 }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 2 - }, { "name": "Arista Networks", "slug": "arista-networks", @@ -1224,7 +1219,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 2 + "frequency": 3 } ] }, @@ -1246,7 +1241,7 @@ { "name": "Google", "slug": "google", - "frequency": 6 + "frequency": 7 }, { "name": "Microsoft", @@ -1254,18 +1249,13 @@ "frequency": 4 }, { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 4 - }, - { - "name": "Airbnb", - "slug": "airbnb", + "name": "Meta", + "slug": "facebook", "frequency": 3 }, { - "name": "Meta", - "slug": "facebook", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 3 }, { @@ -1289,18 +1279,18 @@ "frequency": 3 }, { - "name": "TikTok", - "slug": "tiktok", + "name": "Confluent", + "slug": "confluent", "frequency": 3 }, { - "name": "Apple", - "slug": "apple", + "name": "Airbnb", + "slug": "airbnb", "frequency": 2 }, { - "name": "Confluent", - "slug": "confluent", + "name": "Apple", + "slug": "apple", "frequency": 2 }, { @@ -1308,6 +1298,11 @@ "slug": "netapp", "frequency": 2 }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 2 + }, { "name": "HPE", "slug": "hpe", @@ -1407,7 +1402,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 24 + "frequency": 21 }, { "name": "Google", @@ -1424,11 +1419,6 @@ "slug": "facebook", "frequency": 7 }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 6 - }, { "name": "TikTok", "slug": "tiktok", @@ -1444,6 +1434,11 @@ "slug": "apple", "frequency": 5 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 4 + }, { "name": "Grammarly", "slug": "grammarly", @@ -1506,18 +1501,18 @@ { "name": "Google", "slug": "google", - "frequency": 9 - }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 5 + "frequency": 8 }, { "name": "Microsoft", "slug": "microsoft", "frequency": 5 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 4 + }, { "name": "Meta", "slug": "facebook", @@ -1595,7 +1590,7 @@ { "name": "Google", "slug": "google", - "frequency": 9 + "frequency": 8 }, { "name": "LinkedIn", @@ -1622,6 +1617,11 @@ "slug": "apple", "frequency": 3 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 3 + }, { "name": "Accenture", "slug": "accenture", @@ -1632,11 +1632,6 @@ "slug": "uber", "frequency": 2 }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 2 - }, { "name": "Oracle", "slug": "oracle", @@ -1693,7 +1688,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 7 + "frequency": 6 }, { "name": "Confluent", @@ -1730,7 +1725,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 22 + "frequency": 21 }, { "name": "Google", @@ -1740,12 +1735,12 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 7 + "frequency": 6 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 5 + "frequency": 4 }, { "name": "Oracle", @@ -1790,14 +1785,14 @@ "premium": false, "companies": [ { - "name": "Amazon", - "slug": "amazon", + "name": "Google", + "slug": "google", "frequency": 13 }, { - "name": "Google", - "slug": "google", - "frequency": 11 + "name": "Amazon", + "slug": "amazon", + "frequency": 12 }, { "name": "Meta", @@ -1819,6 +1814,11 @@ "slug": "grammarly", "frequency": 5 }, + { + "name": "Zoho", + "slug": "zoho", + "frequency": 3 + }, { "name": "Agoda", "slug": "agoda", @@ -1829,11 +1829,6 @@ "slug": "oracle", "frequency": 2 }, - { - "name": "Zoho", - "slug": "zoho", - "frequency": 2 - }, { "name": "Rakuten", "slug": "rakuten", @@ -1864,7 +1859,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 20 + "frequency": 19 }, { "name": "Google", @@ -1946,12 +1941,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 53 + "frequency": 49 }, { "name": "Amazon", "slug": "amazon", - "frequency": 43 + "frequency": 45 }, { "name": "Google", @@ -1976,12 +1971,7 @@ { "name": "Apple", "slug": "apple", - "frequency": 7 - }, - { - "name": "Agoda", - "slug": "agoda", - "frequency": 6 + "frequency": 5 }, { "name": "Tesla", @@ -1989,7 +1979,12 @@ "frequency": 5 }, { - "name": "Zoox", + "name": "Agoda", + "slug": "agoda", + "frequency": 5 + }, + { + "name": "Zoox", "slug": "zoox", "frequency": 4 }, @@ -2003,11 +1998,6 @@ "slug": "sap", "frequency": 4 }, - { - "name": "Morgan Stanley", - "slug": "morgan-stanley", - "frequency": 4 - }, { "name": "Nvidia", "slug": "nvidia", @@ -2023,6 +2013,11 @@ "slug": "paypal", "frequency": 3 }, + { + "name": "Morgan Stanley", + "slug": "morgan-stanley", + "frequency": 3 + }, { "name": "Infosys", "slug": "infosys", @@ -2198,17 +2193,17 @@ { "name": "Apple", "slug": "apple", - "frequency": 7 + "frequency": 8 }, { - "name": "LinkedIn", - "slug": "linkedin", - "frequency": 6 + "name": "Nvidia", + "slug": "nvidia", + "frequency": 8 }, { - "name": "Goldman Sachs", - "slug": "goldman-sachs", - "frequency": 3 + "name": "LinkedIn", + "slug": "linkedin", + "frequency": 7 }, { "name": "Visa", @@ -2231,13 +2226,13 @@ "frequency": 3 }, { - "name": "Oracle", - "slug": "oracle", + "name": "Goldman Sachs", + "slug": "goldman-sachs", "frequency": 2 }, { - "name": "Nvidia", - "slug": "nvidia", + "name": "Oracle", + "slug": "oracle", "frequency": 2 }, { @@ -2260,11 +2255,6 @@ "slug": "upstart", "frequency": 2 }, - { - "name": "Zomato", - "slug": "zomato", - "frequency": 2 - }, { "name": "Zeta", "slug": "zeta", @@ -2275,11 +2265,6 @@ "slug": "intel", "frequency": 2 }, - { - "name": "Coupang", - "slug": "coupang", - "frequency": 2 - }, { "name": "Infosys", "slug": "infosys", @@ -2309,6 +2294,11 @@ "name": "Arista Networks", "slug": "arista-networks", "frequency": 2 + }, + { + "name": "Zomato", + "slug": "zomato", + "frequency": 2 } ] }, @@ -2325,7 +2315,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 8 + "frequency": 9 }, { "name": "Google", @@ -2354,11 +2344,6 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Google", - "slug": "google", - "frequency": 5 - }, { "name": "Meta", "slug": "facebook", @@ -2367,6 +2352,11 @@ { "name": "Amazon", "slug": "amazon", + "frequency": 5 + }, + { + "name": "Google", + "slug": "google", "frequency": 4 }, { @@ -2379,6 +2369,11 @@ "slug": "microsoft", "frequency": 3 }, + { + "name": "Salesforce", + "slug": "salesforce", + "frequency": 2 + }, { "name": "LinkedIn", "slug": "linkedin", @@ -2409,18 +2404,18 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 14 - }, - { - "name": "Pinterest", - "slug": "pinterest", - "frequency": 9 + "frequency": 12 }, { "name": "Microsoft", "slug": "microsoft", "frequency": 8 }, + { + "name": "Pinterest", + "slug": "pinterest", + "frequency": 8 + }, { "name": "Google", "slug": "google", @@ -2511,7 +2506,7 @@ { "name": "LinkedIn", "slug": "linkedin", - "frequency": 5 + "frequency": 4 }, { "name": "Amazon", @@ -2660,22 +2655,22 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 42 + "frequency": 41 }, { "name": "Google", "slug": "google", - "frequency": 29 + "frequency": 30 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 18 + "frequency": 19 }, { "name": "Meta", "slug": "facebook", - "frequency": 17 + "frequency": 18 }, { "name": "Cisco", @@ -2685,7 +2680,7 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 13 + "frequency": 12 }, { "name": "tcs", @@ -2695,7 +2690,7 @@ { "name": "TikTok", "slug": "tiktok", - "frequency": 4 + "frequency": 5 }, { "name": "Deloitte", @@ -2727,11 +2722,6 @@ "slug": "ibm", "frequency": 3 }, - { - "name": "SAP", - "slug": "sap", - "frequency": 3 - }, { "name": "EPAM Systems", "slug": "epam-systems", @@ -2797,6 +2787,11 @@ "slug": "apple", "frequency": 2 }, + { + "name": "SAP", + "slug": "sap", + "frequency": 2 + }, { "name": "Salesforce", "slug": "salesforce", @@ -2854,16 +2849,16 @@ "slug": "google", "frequency": 5 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 4 - }, { "name": "MongoDB", "slug": "mongodb", "frequency": 4 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 3 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -2946,12 +2941,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 8 + "frequency": 7 }, { "name": "Meta", "slug": "facebook", - "frequency": 5 + "frequency": 4 }, { "name": "Google", @@ -2979,13 +2974,13 @@ "frequency": 2 }, { - "name": "Bloomberg", - "slug": "bloomberg", + "name": "Oscar Health", + "slug": "oscar-health", "frequency": 2 }, { - "name": "Oscar Health", - "slug": "oscar-health", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 2 }, { @@ -3018,17 +3013,17 @@ { "name": "Google", "slug": "google", - "frequency": 16 + "frequency": 17 }, { "name": "Meta", "slug": "facebook", - "frequency": 11 + "frequency": 12 }, { "name": "Amazon", "slug": "amazon", - "frequency": 10 + "frequency": 9 }, { "name": "Microsoft", @@ -3071,7 +3066,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 18 + "frequency": 17 }, { "name": "Google", @@ -3098,6 +3093,11 @@ "slug": "oracle", "frequency": 3 }, + { + "name": "HashedIn", + "slug": "hashedin", + "frequency": 3 + }, { "name": "Adobe", "slug": "adobe", @@ -3108,6 +3108,11 @@ "slug": "zoho", "frequency": 2 }, + { + "name": "Nvidia", + "slug": "nvidia", + "frequency": 2 + }, { "name": "Cognizant", "slug": "cognizant", @@ -3123,21 +3128,11 @@ "slug": "doordash", "frequency": 2 }, - { - "name": "Nvidia", - "slug": "nvidia", - "frequency": 2 - }, { "name": "TikTok", "slug": "tiktok", "frequency": 2 }, - { - "name": "HashedIn", - "slug": "hashedin", - "frequency": 2 - }, { "name": "Nike", "slug": "nike", @@ -3175,11 +3170,6 @@ "slug": "amazon", "frequency": 8 }, - { - "name": "Google", - "slug": "google", - "frequency": 5 - }, { "name": "Microsoft", "slug": "microsoft", @@ -3191,13 +3181,13 @@ "frequency": 4 }, { - "name": "Salesforce", - "slug": "salesforce", - "frequency": 4 + "name": "Google", + "slug": "google", + "frequency": 3 }, { - "name": "Anduril", - "slug": "anduril", + "name": "Salesforce", + "slug": "salesforce", "frequency": 3 }, { @@ -3210,6 +3200,11 @@ "slug": "citadel", "frequency": 2 }, + { + "name": "Anduril", + "slug": "anduril", + "frequency": 2 + }, { "name": "PayPal", "slug": "paypal", @@ -3259,20 +3254,20 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Google", - "slug": "google", - "frequency": 10 - }, { "name": "Amazon", "slug": "amazon", "frequency": 9 }, + { + "name": "Google", + "slug": "google", + "frequency": 8 + }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 6 + "frequency": 7 }, { "name": "Meta", @@ -3336,17 +3331,17 @@ { "name": "Google", "slug": "google", - "frequency": 4 - }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 3 + "frequency": 5 }, { "name": "Amazon", "slug": "amazon", "frequency": 2 + }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 2 } ] }, @@ -3374,7 +3369,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 2 + "frequency": 3 }, { "name": "Bloomberg", @@ -3401,12 +3396,12 @@ { "name": "Google", "slug": "google", - "frequency": 13 + "frequency": 12 }, { "name": "Amazon", "slug": "amazon", - "frequency": 10 + "frequency": 9 }, { "name": "Microsoft", @@ -3448,7 +3443,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 7 + "frequency": 6 }, { "name": "Microsoft", @@ -3460,6 +3455,11 @@ "slug": "facebook", "frequency": 4 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 3 + }, { "name": "tcs", "slug": "tcs", @@ -3469,11 +3469,6 @@ "name": "Apple", "slug": "apple", "frequency": 2 - }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 2 } ] }, @@ -3487,25 +3482,25 @@ "difficulty": "Easy", "premium": false, "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 14 - }, { "name": "Google", "slug": "google", "frequency": 13 }, { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 9 + "name": "Amazon", + "slug": "amazon", + "frequency": 11 }, { "name": "Apple", "slug": "apple", - "frequency": 8 + "frequency": 9 + }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 9 }, { "name": "Bloomberg", @@ -3517,11 +3512,6 @@ "slug": "facebook", "frequency": 6 }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 4 - }, { "name": "Visa", "slug": "visa", @@ -3537,6 +3527,11 @@ "slug": "nvidia", "frequency": 2 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 2 + }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -3569,16 +3564,16 @@ "slug": "facebook", "frequency": 7 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 7 - }, { "name": "Google", "slug": "google", "frequency": 7 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 6 + }, { "name": "Microsoft", "slug": "microsoft", @@ -3588,6 +3583,11 @@ "name": "Bloomberg", "slug": "bloomberg", "frequency": 2 + }, + { + "name": "eBay", + "slug": "ebay", + "frequency": 2 } ] }, @@ -3611,16 +3611,16 @@ "slug": "google", "frequency": 6 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 3 - }, { "name": "Meta", "slug": "facebook", "frequency": 2 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 2 + }, { "name": "Microsoft", "slug": "microsoft", @@ -3646,7 +3646,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 5 + "frequency": 4 }, { "name": "Microsoft", @@ -3681,14 +3681,14 @@ "premium": false, "companies": [ { - "name": "Amazon", - "slug": "amazon", + "name": "Google", + "slug": "google", "frequency": 4 }, { - "name": "Google", - "slug": "google", - "frequency": 3 + "name": "Amazon", + "slug": "amazon", + "frequency": 4 }, { "name": "Microsoft", @@ -3725,7 +3725,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 44 + "frequency": 42 }, { "name": "Meta", @@ -3735,12 +3735,12 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 24 + "frequency": 25 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 13 + "frequency": 14 }, { "name": "Cisco", @@ -3797,12 +3797,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 18 + "frequency": 15 }, { "name": "Google", "slug": "google", - "frequency": 10 + "frequency": 9 }, { "name": "Amazon", @@ -3939,14 +3939,14 @@ "frequency": 4 }, { - "name": "TikTok", - "slug": "tiktok", + "name": "Microsoft", + "slug": "microsoft", "frequency": 3 }, { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 2 + "name": "TikTok", + "slug": "tiktok", + "frequency": 3 }, { "name": "Apple", @@ -3974,12 +3974,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 11 + "frequency": 10 }, { "name": "Google", "slug": "google", - "frequency": 6 + "frequency": 5 }, { "name": "Adobe", @@ -4013,22 +4013,22 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 49 + "frequency": 46 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 28 + "frequency": 29 }, { "name": "Google", "slug": "google", - "frequency": 14 + "frequency": 15 }, { "name": "Uber", "slug": "uber", - "frequency": 13 + "frequency": 14 }, { "name": "LinkedIn", @@ -4038,7 +4038,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 11 + "frequency": 12 }, { "name": "TikTok", @@ -4046,13 +4046,13 @@ "frequency": 10 }, { - "name": "Goldman Sachs", - "slug": "goldman-sachs", + "name": "Anduril", + "slug": "anduril", "frequency": 10 }, { - "name": "Anduril", - "slug": "anduril", + "name": "Goldman Sachs", + "slug": "goldman-sachs", "frequency": 9 }, { @@ -4063,7 +4063,7 @@ { "name": "Apple", "slug": "apple", - "frequency": 6 + "frequency": 7 }, { "name": "Snap", @@ -4175,11 +4175,6 @@ "slug": "hive", "frequency": 2 }, - { - "name": "DoorDash", - "slug": "doordash", - "frequency": 2 - }, { "name": "eBay", "slug": "ebay", @@ -4190,6 +4185,11 @@ "slug": "sap", "frequency": 2 }, + { + "name": "Salesforce", + "slug": "salesforce", + "frequency": 2 + }, { "name": "ByteDance", "slug": "bytedance", @@ -4248,7 +4248,7 @@ { "name": "LinkedIn", "slug": "linkedin", - "frequency": 3 + "frequency": 4 }, { "name": "Google", @@ -4278,27 +4278,27 @@ { "name": "General Motors", "slug": "general-motors", - "frequency": 9 + "frequency": 8 }, { "name": "Amazon", "slug": "amazon", - "frequency": 8 - }, - { - "name": "LinkedIn", - "slug": "linkedin", - "frequency": 4 + "frequency": 7 }, { "name": "Google", "slug": "google", "frequency": 3 }, + { + "name": "LinkedIn", + "slug": "linkedin", + "frequency": 2 + }, { "name": "Meta", "slug": "facebook", - "frequency": 3 + "frequency": 2 } ] }, @@ -4384,16 +4384,16 @@ "slug": "amazon", "frequency": 7 }, - { - "name": "Google", - "slug": "google", - "frequency": 7 - }, { "name": "Meta", "slug": "facebook", "frequency": 7 }, + { + "name": "Google", + "slug": "google", + "frequency": 6 + }, { "name": "josh technology", "slug": "josh-technology", @@ -4429,7 +4429,7 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 4 + "frequency": 3 }, { "name": "Microsoft", @@ -4471,7 +4471,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 13 + "frequency": 14 }, { "name": "Meta", @@ -4479,14 +4479,14 @@ "frequency": 7 }, { - "name": "Google", - "slug": "google", + "name": "Microsoft", + "slug": "microsoft", "frequency": 4 }, { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 3 + "name": "Google", + "slug": "google", + "frequency": 4 }, { "name": "Bloomberg", @@ -4508,7 +4508,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 13 + "frequency": 11 }, { "name": "Microsoft", @@ -4582,24 +4582,24 @@ "difficulty": "Easy", "premium": false, "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 23 - }, { "name": "Google", "slug": "google", - "frequency": 23 + "frequency": 24 }, { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 9 + "name": "Amazon", + "slug": "amazon", + "frequency": 21 }, { "name": "Meta", "slug": "facebook", + "frequency": 10 + }, + { + "name": "Microsoft", + "slug": "microsoft", "frequency": 9 }, { @@ -4607,6 +4607,11 @@ "slug": "bloomberg", "frequency": 8 }, + { + "name": "Rippling", + "slug": "rippling", + "frequency": 3 + }, { "name": "Apple", "slug": "apple", @@ -4627,11 +4632,6 @@ "slug": "yandex", "frequency": 2 }, - { - "name": "Rippling", - "slug": "rippling", - "frequency": 2 - }, { "name": "josh technology", "slug": "josh-technology", @@ -4720,18 +4720,18 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 7 - }, - { - "name": "Google", - "slug": "google", - "frequency": 3 + "frequency": 8 }, { "name": "LinkedIn", "slug": "linkedin", "frequency": 2 }, + { + "name": "Google", + "slug": "google", + "frequency": 2 + }, { "name": "Microsoft", "slug": "microsoft", @@ -4757,12 +4757,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 26 + "frequency": 25 }, { "name": "Meta", "slug": "facebook", - "frequency": 23 + "frequency": 20 }, { "name": "Google", @@ -4775,9 +4775,9 @@ "frequency": 8 }, { - "name": "Oracle", - "slug": "oracle", - "frequency": 6 + "name": "Apple", + "slug": "apple", + "frequency": 7 }, { "name": "TikTok", @@ -4785,8 +4785,8 @@ "frequency": 6 }, { - "name": "Apple", - "slug": "apple", + "name": "Oracle", + "slug": "oracle", "frequency": 5 }, { @@ -4799,11 +4799,6 @@ "slug": "bloomberg", "frequency": 4 }, - { - "name": "Nvidia", - "slug": "nvidia", - "frequency": 4 - }, { "name": "Snowflake", "slug": "snowflake", @@ -4814,6 +4809,11 @@ "slug": "anduril", "frequency": 4 }, + { + "name": "Nvidia", + "slug": "nvidia", + "frequency": 3 + }, { "name": "Walmart Labs", "slug": "walmart-labs", @@ -4834,6 +4834,11 @@ "slug": "deloitte", "frequency": 2 }, + { + "name": "Cloudflare", + "slug": "cloudflare", + "frequency": 2 + }, { "name": "Uber", "slug": "uber", @@ -4848,11 +4853,6 @@ "name": "Yandex", "slug": "yandex", "frequency": 2 - }, - { - "name": "DoorDash", - "slug": "doordash", - "frequency": 2 } ] }, @@ -4893,11 +4893,6 @@ "slug": "google", "frequency": 3 }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 3 - }, { "name": "Oracle", "slug": "oracle", @@ -4913,6 +4908,11 @@ "slug": "amazon", "frequency": 3 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 2 + }, { "name": "Meta", "slug": "facebook", @@ -4938,22 +4938,22 @@ { "name": "Meta", "slug": "facebook", - "frequency": 74 + "frequency": 70 }, { "name": "Google", "slug": "google", - "frequency": 33 + "frequency": 30 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 26 + "frequency": 28 }, { "name": "Amazon", "slug": "amazon", - "frequency": 26 + "frequency": 25 }, { "name": "Microsoft", @@ -4968,7 +4968,7 @@ { "name": "IBM", "slug": "ibm", - "frequency": 11 + "frequency": 12 }, { "name": "Apple", @@ -4995,16 +4995,16 @@ "slug": "goldman-sachs", "frequency": 7 }, - { - "name": "Zoho", - "slug": "zoho", - "frequency": 7 - }, { "name": "Adobe", "slug": "adobe", "frequency": 5 }, + { + "name": "Zoho", + "slug": "zoho", + "frequency": 5 + }, { "name": "TikTok", "slug": "tiktok", @@ -5021,18 +5021,23 @@ "frequency": 4 }, { - "name": "Netflix", - "slug": "netflix", + "name": "Yandex", + "slug": "yandex", "frequency": 4 }, { - "name": "Yandex", - "slug": "yandex", + "name": "Visa", + "slug": "visa", "frequency": 4 }, { - "name": "Uber", - "slug": "uber", + "name": "PayPal", + "slug": "paypal", + "frequency": 3 + }, + { + "name": "Nutanix", + "slug": "nutanix", "frequency": 3 }, { @@ -5051,9 +5056,14 @@ "frequency": 3 }, { - "name": "PayPal", - "slug": "paypal", - "frequency": 2 + "name": "Netflix", + "slug": "netflix", + "frequency": 3 + }, + { + "name": "ByteDance", + "slug": "bytedance", + "frequency": 3 }, { "name": "LinkedIn", @@ -5061,8 +5071,8 @@ "frequency": 2 }, { - "name": "Nutanix", - "slug": "nutanix", + "name": "Uber", + "slug": "uber", "frequency": 2 }, { @@ -5070,21 +5080,11 @@ "slug": "sap", "frequency": 2 }, - { - "name": "Visa", - "slug": "visa", - "frequency": 2 - }, { "name": "Twitch", "slug": "twitch", "frequency": 2 }, - { - "name": "ByteDance", - "slug": "bytedance", - "frequency": 2 - }, { "name": "Grubhub", "slug": "grubhub", @@ -5125,11 +5125,6 @@ "slug": "snapchat", "frequency": 2 }, - { - "name": "GoDaddy", - "slug": "godaddy", - "frequency": 2 - }, { "name": "eBay", "slug": "ebay", @@ -5215,7 +5210,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 22 + "frequency": 24 }, { "name": "Google", @@ -5241,6 +5236,11 @@ "name": "Verkada", "slug": "verkada", "frequency": 2 + }, + { + "name": "Nuro", + "slug": "nuro", + "frequency": 2 } ] }, @@ -5257,7 +5257,7 @@ { "name": "Google", "slug": "google", - "frequency": 7 + "frequency": 6 }, { "name": "Amazon", @@ -5267,7 +5267,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 4 + "frequency": 5 }, { "name": "Verkada", @@ -5284,6 +5284,11 @@ "slug": "bloomberg", "frequency": 2 }, + { + "name": "Zoho", + "slug": "zoho", + "frequency": 2 + }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -5310,16 +5315,11 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 14 + "frequency": 13 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 10 - }, - { - "name": "Microsoft", - "slug": "microsoft", "frequency": 9 }, { @@ -5328,8 +5328,8 @@ "frequency": 9 }, { - "name": "Atlassian", - "slug": "atlassian", + "name": "Microsoft", + "slug": "microsoft", "frequency": 8 }, { @@ -5342,6 +5342,11 @@ "slug": "oracle", "frequency": 7 }, + { + "name": "Atlassian", + "slug": "atlassian", + "frequency": 7 + }, { "name": "TikTok", "slug": "tiktok", @@ -5352,6 +5357,11 @@ "slug": "uber", "frequency": 5 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 5 + }, { "name": "Snap", "slug": "snapchat", @@ -5367,21 +5377,11 @@ "slug": "cisco", "frequency": 3 }, - { - "name": "Netflix", - "slug": "netflix", - "frequency": 3 - }, { "name": "WorldQuant", "slug": "worldquant", "frequency": 3 }, - { - "name": "Apple", - "slug": "apple", - "frequency": 2 - }, { "name": "IBM", "slug": "ibm", @@ -5392,6 +5392,11 @@ "slug": "anduril", "frequency": 2 }, + { + "name": "Netflix", + "slug": "netflix", + "frequency": 2 + }, { "name": "Hubspot", "slug": "hubspot", @@ -5420,24 +5425,29 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Google", - "slug": "google", - "frequency": 8 - }, { "name": "Roblox", "slug": "roblox", "frequency": 8 }, + { + "name": "Google", + "slug": "google", + "frequency": 7 + }, { "name": "Amazon", "slug": "amazon", - "frequency": 7 + "frequency": 6 }, { "name": "Microsoft", "slug": "microsoft", + "frequency": 5 + }, + { + "name": "tcs", + "slug": "tcs", "frequency": 4 }, { @@ -5450,11 +5460,6 @@ "slug": "oracle", "frequency": 3 }, - { - "name": "tcs", - "slug": "tcs", - "frequency": 3 - }, { "name": "Apple", "slug": "apple", @@ -5567,18 +5572,13 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 4 + "frequency": 3 }, { "name": "Meta", "slug": "facebook", "frequency": 2 }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 2 - }, { "name": "PhonePe", "slug": "phonepe", @@ -5632,17 +5632,17 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 5 + "frequency": 6 }, { - "name": "Bloomberg", - "slug": "bloomberg", + "name": "Meta", + "slug": "facebook", "frequency": 4 }, { - "name": "Meta", - "slug": "facebook", - "frequency": 3 + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 4 }, { "name": "Pure Storage", @@ -5664,7 +5664,7 @@ { "name": "LinkedIn", "slug": "linkedin", - "frequency": 4 + "frequency": 5 }, { "name": "Google", @@ -5696,23 +5696,23 @@ { "name": "Meta", "slug": "facebook", - "frequency": 9 + "frequency": 10 }, { "name": "Google", "slug": "google", "frequency": 8 }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 6 - }, { "name": "Amazon", "slug": "amazon", "frequency": 6 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 5 + }, { "name": "Microsoft", "slug": "microsoft", @@ -5733,7 +5733,7 @@ { "name": "Goldman Sachs", "slug": "goldman-sachs", - "frequency": 7 + "frequency": 6 }, { "name": "Microsoft", @@ -5790,12 +5790,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 47 + "frequency": 40 }, { "name": "Amazon", "slug": "amazon", - "frequency": 20 + "frequency": 21 }, { "name": "Bloomberg", @@ -5810,7 +5810,7 @@ { "name": "Google", "slug": "google", - "frequency": 6 + "frequency": 7 }, { "name": "TikTok", @@ -5882,17 +5882,17 @@ { "name": "Google", "slug": "google", - "frequency": 26 + "frequency": 27 }, { "name": "Amazon", "slug": "amazon", - "frequency": 18 + "frequency": 17 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 11 + "frequency": 12 }, { "name": "Bloomberg", @@ -5902,7 +5902,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 11 + "frequency": 10 }, { "name": "TikTok", @@ -5974,14 +5974,9 @@ "slug": "criteo", "frequency": 2 }, - { - "name": "Autodesk", - "slug": "autodesk", - "frequency": 2 - }, - { - "name": "Palo Alto Networks", - "slug": "palo-alto-networks", + { + "name": "Autodesk", + "slug": "autodesk", "frequency": 2 }, { @@ -6013,6 +6008,11 @@ "name": "Zoho", "slug": "zoho", "frequency": 2 + }, + { + "name": "Palo Alto Networks", + "slug": "palo-alto-networks", + "frequency": 2 } ] }, @@ -6036,11 +6036,6 @@ "slug": "bloomberg", "frequency": 3 }, - { - "name": "Google", - "slug": "google", - "frequency": 3 - }, { "name": "Meta", "slug": "facebook", @@ -6050,6 +6045,11 @@ "name": "tcs", "slug": "tcs", "frequency": 2 + }, + { + "name": "Google", + "slug": "google", + "frequency": 2 } ] }, @@ -6143,7 +6143,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 5 + "frequency": 4 }, { "name": "Microsoft", @@ -6182,11 +6182,6 @@ "slug": "amazon", "frequency": 6 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 5 - }, { "name": "Yandex", "slug": "yandex", @@ -6197,6 +6192,11 @@ "slug": "linkedin", "frequency": 5 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 4 + }, { "name": "Coupang", "slug": "coupang", @@ -6207,6 +6207,11 @@ "slug": "google", "frequency": 3 }, + { + "name": "DoorDash", + "slug": "doordash", + "frequency": 3 + }, { "name": "Microsoft", "slug": "microsoft", @@ -6218,13 +6223,13 @@ "frequency": 2 }, { - "name": "DoorDash", - "slug": "doordash", + "name": "Flipkart", + "slug": "flipkart", "frequency": 2 }, { - "name": "Flipkart", - "slug": "flipkart", + "name": "Uber", + "slug": "uber", "frequency": 2 } ] @@ -6255,11 +6260,6 @@ "slug": "doordash", "frequency": 5 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 3 - }, { "name": "Amazon", "slug": "amazon", @@ -6270,6 +6270,11 @@ "slug": "google", "frequency": 3 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 2 + }, { "name": "Microsoft", "slug": "microsoft", @@ -6297,16 +6302,16 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 12 - }, { "name": "Google", "slug": "google", "frequency": 11 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 11 + }, { "name": "Meta", "slug": "facebook", @@ -6394,12 +6399,12 @@ { "name": "Google", "slug": "google", - "frequency": 15 + "frequency": 13 }, { "name": "Amazon", "slug": "amazon", - "frequency": 11 + "frequency": 9 }, { "name": "Microsoft", @@ -6461,18 +6466,13 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 17 + "frequency": 16 }, { "name": "Google", "slug": "google", "frequency": 16 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 7 - }, { "name": "Microsoft", "slug": "microsoft", @@ -6484,20 +6484,25 @@ "frequency": 7 }, { - "name": "Oracle", - "slug": "oracle", + "name": "Meta", + "slug": "facebook", "frequency": 6 }, { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 4 + "name": "Oracle", + "slug": "oracle", + "frequency": 6 }, { "name": "Uber", "slug": "uber", "frequency": 3 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 3 + }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -6543,11 +6548,6 @@ "slug": "servicenow", "frequency": 2 }, - { - "name": "Salesforce", - "slug": "salesforce", - "frequency": 2 - }, { "name": "TikTok", "slug": "tiktok", @@ -6583,28 +6583,28 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 45 + "frequency": 43 }, { "name": "Google", "slug": "google", - "frequency": 40 - }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 22 + "frequency": 39 }, { "name": "Meta", "slug": "facebook", - "frequency": 21 + "frequency": 20 }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 20 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 20 + }, { "name": "TikTok", "slug": "tiktok", @@ -6625,25 +6625,30 @@ "slug": "visa", "frequency": 7 }, - { - "name": "Turing", - "slug": "turing", - "frequency": 6 - }, { "name": "ServiceNow", "slug": "servicenow", "frequency": 5 }, + { + "name": "Turing", + "slug": "turing", + "frequency": 5 + }, { "name": "Apple", "slug": "apple", "frequency": 4 }, + { + "name": "IBM", + "slug": "ibm", + "frequency": 4 + }, { "name": "Goldman Sachs", "slug": "goldman-sachs", - "frequency": 4 + "frequency": 3 }, { "name": "Walmart Labs", @@ -6671,8 +6676,13 @@ "frequency": 3 }, { - "name": "IBM", - "slug": "ibm", + "name": "J.P. Morgan", + "slug": "jpmorgan", + "frequency": 3 + }, + { + "name": "tcs", + "slug": "tcs", "frequency": 3 }, { @@ -6705,11 +6715,6 @@ "slug": "zoho", "frequency": 2 }, - { - "name": "J.P. Morgan", - "slug": "jpmorgan", - "frequency": 2 - }, { "name": "athenahealth", "slug": "athenahealth", @@ -6775,11 +6780,6 @@ "slug": "paytm", "frequency": 2 }, - { - "name": "tcs", - "slug": "tcs", - "frequency": 2 - }, { "name": "persistent systems", "slug": "persistent-systems", @@ -6835,7 +6835,7 @@ { "name": "Google", "slug": "google", - "frequency": 5 + "frequency": 4 } ] }, @@ -6874,7 +6874,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 16 + "frequency": 15 }, { "name": "Google", @@ -6891,11 +6891,6 @@ "slug": "lyft", "frequency": 5 }, - { - "name": "LinkedIn", - "slug": "linkedin", - "frequency": 4 - }, { "name": "Bloomberg", "slug": "bloomberg", @@ -6906,6 +6901,11 @@ "slug": "tiktok", "frequency": 4 }, + { + "name": "LinkedIn", + "slug": "linkedin", + "frequency": 3 + }, { "name": "Adobe", "slug": "adobe", @@ -6921,6 +6921,11 @@ "slug": "uber", "frequency": 3 }, + { + "name": "Snap", + "slug": "snapchat", + "frequency": 3 + }, { "name": "Salesforce", "slug": "salesforce", @@ -6931,11 +6936,6 @@ "slug": "microsoft", "frequency": 2 }, - { - "name": "Snap", - "slug": "snapchat", - "frequency": 2 - }, { "name": "Zeta", "slug": "zeta", @@ -6973,6 +6973,11 @@ "slug": "google", "frequency": 4 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 4 + }, { "name": "Amazon", "slug": "amazon", @@ -6983,11 +6988,6 @@ "slug": "bloomberg", "frequency": 3 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 2 - }, { "name": "Microsoft", "slug": "microsoft", @@ -7011,13 +7011,13 @@ "frequency": 8 }, { - "name": "Meta", - "slug": "facebook", + "name": "Uber", + "slug": "uber", "frequency": 8 }, { - "name": "Uber", - "slug": "uber", + "name": "Meta", + "slug": "facebook", "frequency": 7 }, { @@ -7028,7 +7028,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 3 + "frequency": 2 }, { "name": "Oracle", @@ -7055,12 +7055,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 39 + "frequency": 38 }, { "name": "Asana", "slug": "asana", - "frequency": 6 + "frequency": 7 }, { "name": "Amazon", @@ -7102,22 +7102,22 @@ { "name": "Meta", "slug": "facebook", - "frequency": 62 + "frequency": 63 }, { "name": "Google", "slug": "google", - "frequency": 30 + "frequency": 29 }, { "name": "Amazon", "slug": "amazon", - "frequency": 23 + "frequency": 20 }, { "name": "Apple", "slug": "apple", - "frequency": 12 + "frequency": 9 }, { "name": "Oracle", @@ -7132,12 +7132,7 @@ { "name": "TikTok", "slug": "tiktok", - "frequency": 7 - }, - { - "name": "Uber", - "slug": "uber", - "frequency": 4 + "frequency": 6 }, { "name": "Goldman Sachs", @@ -7159,6 +7154,11 @@ "slug": "bloomberg", "frequency": 2 }, + { + "name": "Uber", + "slug": "uber", + "frequency": 2 + }, { "name": "Salesforce", "slug": "salesforce", @@ -7199,6 +7199,11 @@ "slug": "atlassian", "frequency": 2 }, + { + "name": "Snap", + "slug": "snapchat", + "frequency": 2 + }, { "name": "Twilio", "slug": "twilio", @@ -7244,11 +7249,6 @@ "slug": "arista-networks", "frequency": 2 }, - { - "name": "Microstrategy", - "slug": "microstrategy", - "frequency": 2 - }, { "name": "Robinhood", "slug": "robinhood", @@ -7269,7 +7269,7 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 6 + "frequency": 5 }, { "name": "Meta", @@ -7287,14 +7287,14 @@ "frequency": 4 }, { - "name": "IBM", - "slug": "ibm", + "name": "Amazon", + "slug": "amazon", "frequency": 3 }, { - "name": "Amazon", - "slug": "amazon", - "frequency": 2 + "name": "IBM", + "slug": "ibm", + "frequency": 3 }, { "name": "EPAM Systems", @@ -7317,12 +7317,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 93 + "frequency": 88 }, { "name": "Google", "slug": "google", - "frequency": 13 + "frequency": 14 }, { "name": "Amazon", @@ -7354,6 +7354,11 @@ "slug": "bloomberg", "frequency": 4 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 3 + }, { "name": "TikTok", "slug": "tiktok", @@ -7369,11 +7374,6 @@ "slug": "morgan-stanley", "frequency": 3 }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 2 - }, { "name": "Salesforce", "slug": "salesforce", @@ -7410,7 +7410,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 43 + "frequency": 41 }, { "name": "Google", @@ -7478,14 +7478,9 @@ "premium": false, "companies": [ { - "name": "Amazon", - "slug": "amazon", - "frequency": 3 - }, - { - "name": "Salesforce", - "slug": "salesforce", - "frequency": 2 + "name": "Amazon", + "slug": "amazon", + "frequency": 3 } ] }, @@ -7543,7 +7538,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 30 + "frequency": 32 }, { "name": "Amazon", @@ -7561,18 +7556,13 @@ "frequency": 6 }, { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 4 - }, - { - "name": "Apple", - "slug": "apple", + "name": "Microsoft", + "slug": "microsoft", "frequency": 4 }, { - "name": "Roblox", - "slug": "roblox", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 4 }, { @@ -7581,13 +7571,13 @@ "frequency": 4 }, { - "name": "Snowflake", - "slug": "snowflake", - "frequency": 4 + "name": "Apple", + "slug": "apple", + "frequency": 3 }, { - "name": "Microsoft", - "slug": "microsoft", + "name": "Roblox", + "slug": "roblox", "frequency": 3 }, { @@ -7600,6 +7590,11 @@ "slug": "coupang", "frequency": 3 }, + { + "name": "Snowflake", + "slug": "snowflake", + "frequency": 3 + }, { "name": "Nordstrom", "slug": "nordstrom", @@ -7663,7 +7658,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 17 + "frequency": 16 }, { "name": "Roblox", @@ -7678,7 +7673,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 8 + "frequency": 7 }, { "name": "Microsoft", @@ -7797,7 +7792,7 @@ { "name": "Google", "slug": "google", - "frequency": 2 + "frequency": 4 }, { "name": "Splunk", @@ -7820,12 +7815,12 @@ { "name": "Uber", "slug": "uber", - "frequency": 23 + "frequency": 20 }, { "name": "Meta", "slug": "facebook", - "frequency": 9 + "frequency": 10 }, { "name": "Google", @@ -7840,11 +7835,6 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 4 - }, - { - "name": "Microsoft", - "slug": "microsoft", "frequency": 3 }, { @@ -7856,6 +7846,11 @@ "name": "Coupang", "slug": "coupang", "frequency": 2 + }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 2 } ] }, @@ -7972,17 +7967,17 @@ { "name": "Google", "slug": "google", - "frequency": 6 + "frequency": 7 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 6 + "frequency": 5 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 5 + "frequency": 4 }, { "name": "Oracle", @@ -7990,13 +7985,13 @@ "frequency": 2 }, { - "name": "Palo Alto Networks", - "slug": "palo-alto-networks", + "name": "Apple", + "slug": "apple", "frequency": 2 }, { - "name": "Apple", - "slug": "apple", + "name": "Palo Alto Networks", + "slug": "palo-alto-networks", "frequency": 2 } ] @@ -8019,17 +8014,12 @@ { "name": "Google", "slug": "google", - "frequency": 9 + "frequency": 10 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 4 - }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 4 + "frequency": 5 }, { "name": "Bloomberg", @@ -8041,6 +8031,11 @@ "slug": "oracle", "frequency": 4 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 3 + }, { "name": "Citadel", "slug": "citadel", @@ -8092,18 +8087,13 @@ { "name": "Meta", "slug": "facebook", - "frequency": 93 + "frequency": 86 }, { "name": "Amazon", "slug": "amazon", "frequency": 11 }, - { - "name": "Yandex", - "slug": "yandex", - "frequency": 6 - }, { "name": "Google", "slug": "google", @@ -8114,6 +8104,11 @@ "slug": "oracle", "frequency": 5 }, + { + "name": "Yandex", + "slug": "yandex", + "frequency": 5 + }, { "name": "Microsoft", "slug": "microsoft", @@ -8150,7 +8145,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 21 + "frequency": 20 }, { "name": "Amazon", @@ -8219,6 +8214,11 @@ "slug": "google", "frequency": 3 }, + { + "name": "LinkedIn", + "slug": "linkedin", + "frequency": 2 + }, { "name": "Apple", "slug": "apple", @@ -8241,6 +8241,11 @@ "slug": "amazon", "frequency": 3 }, + { + "name": "Google", + "slug": "google", + "frequency": 3 + }, { "name": "Microsoft", "slug": "microsoft", @@ -8252,8 +8257,8 @@ "frequency": 2 }, { - "name": "Google", - "slug": "google", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 2 }, { @@ -8283,6 +8288,11 @@ "slug": "microsoft", "frequency": 4 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 4 + }, { "name": "Amazon", "slug": "amazon", @@ -8299,13 +8309,13 @@ "frequency": 3 }, { - "name": "Bloomberg", - "slug": "bloomberg", + "name": "Avito", + "slug": "avito", "frequency": 2 }, { - "name": "Avito", - "slug": "avito", + "name": "Spotify", + "slug": "spotify", "frequency": 2 }, { @@ -8328,7 +8338,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 74 + "frequency": 72 }, { "name": "Amazon", @@ -8338,12 +8348,12 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 5 + "frequency": 4 }, { "name": "Google", "slug": "google", - "frequency": 3 + "frequency": 2 }, { "name": "Microsoft", @@ -8355,11 +8365,6 @@ "slug": "oracle", "frequency": 2 }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 2 - }, { "name": "Verkada", "slug": "verkada", @@ -8470,11 +8475,6 @@ "name": "Meta", "slug": "facebook", "frequency": 3 - }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 2 } ] }, @@ -8617,17 +8617,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 74 + "frequency": 73 }, { "name": "Amazon", "slug": "amazon", - "frequency": 24 - }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 7 + "frequency": 20 }, { "name": "LinkedIn", @@ -8639,6 +8634,11 @@ "slug": "atlassian", "frequency": 7 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 6 + }, { "name": "Google", "slug": "google", @@ -8649,6 +8649,11 @@ "slug": "apple", "frequency": 3 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 3 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -8659,11 +8664,6 @@ "slug": "yandex", "frequency": 3 }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 2 - }, { "name": "TikTok", "slug": "tiktok", @@ -8707,6 +8707,11 @@ "slug": "bloomberg", "frequency": 4 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 4 + }, { "name": "Google", "slug": "google", @@ -8717,11 +8722,6 @@ "slug": "facebook", "frequency": 3 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 3 - }, { "name": "Microsoft", "slug": "microsoft", @@ -8784,18 +8784,23 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 10 + "frequency": 9 }, { "name": "Amazon", "slug": "amazon", - "frequency": 7 + "frequency": 6 }, { "name": "Meta", "slug": "facebook", "frequency": 6 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 3 + }, { "name": "Oracle", "slug": "oracle", @@ -8807,13 +8812,13 @@ "frequency": 2 }, { - "name": "Microsoft", - "slug": "microsoft", + "name": "Citadel", + "slug": "citadel", "frequency": 2 }, { - "name": "Citadel", - "slug": "citadel", + "name": "Millennium", + "slug": "millennium", "frequency": 2 }, { @@ -8839,14 +8844,14 @@ "slug": "google", "frequency": 7 }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 5 - }, { "name": "MongoDB", "slug": "mongodb", + "frequency": 7 + }, + { + "name": "Microsoft", + "slug": "microsoft", "frequency": 5 }, { @@ -8914,7 +8919,7 @@ { "name": "DoorDash", "slug": "doordash", - "frequency": 18 + "frequency": 17 }, { "name": "Amazon", @@ -8929,23 +8934,18 @@ { "name": "Meta", "slug": "facebook", - "frequency": 5 + "frequency": 7 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 5 + "frequency": 4 }, { "name": "Yandex", "slug": "yandex", "frequency": 4 }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 3 - }, { "name": "Oracle", "slug": "oracle", @@ -8961,6 +8961,11 @@ "slug": "nutanix", "frequency": 3 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 2 + }, { "name": "Salesforce", "slug": "salesforce", @@ -8986,7 +8991,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 10 + "frequency": 9 }, { "name": "Amazon", @@ -9091,11 +9096,6 @@ "slug": "google", "frequency": 4 }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 4 - }, { "name": "DoorDash", "slug": "doordash", @@ -9106,10 +9106,15 @@ "slug": "microsoft", "frequency": 3 }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 3 + }, { "name": "Snap", "slug": "snapchat", - "frequency": 2 + "frequency": 3 }, { "name": "Bloomberg", @@ -9151,7 +9156,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 11 + "frequency": 10 }, { "name": "Microsoft", @@ -9163,6 +9168,11 @@ "slug": "oracle", "frequency": 4 }, + { + "name": "Citadel", + "slug": "citadel", + "frequency": 4 + }, { "name": "IXL", "slug": "ixl", @@ -9173,6 +9183,11 @@ "slug": "anduril", "frequency": 4 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 3 + }, { "name": "Google", "slug": "google", @@ -9184,13 +9199,8 @@ "frequency": 3 }, { - "name": "Citadel", - "slug": "citadel", - "frequency": 3 - }, - { - "name": "Uber", - "slug": "uber", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 3 }, { @@ -9204,19 +9214,9 @@ "frequency": 3 }, { - "name": "Coupang", - "slug": "coupang", - "frequency": 3 - }, - { - "name": "Apple", - "slug": "apple", - "frequency": 2 - }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 2 + "name": "Coupang", + "slug": "coupang", + "frequency": 3 }, { "name": "Spotify", @@ -9238,6 +9238,11 @@ "slug": "intuit", "frequency": 2 }, + { + "name": "Uber", + "slug": "uber", + "frequency": 2 + }, { "name": "Walmart Labs", "slug": "walmart-labs", @@ -9248,6 +9253,11 @@ "slug": "splunk", "frequency": 2 }, + { + "name": "PayPal", + "slug": "paypal", + "frequency": 2 + }, { "name": "Visa", "slug": "visa", @@ -9315,12 +9325,12 @@ { "name": "Google", "slug": "google", - "frequency": 219 + "frequency": 213 }, { "name": "Amazon", "slug": "amazon", - "frequency": 110 + "frequency": 111 }, { "name": "Microsoft", @@ -9330,22 +9340,22 @@ { "name": "Meta", "slug": "facebook", - "frequency": 46 + "frequency": 43 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 36 + "frequency": 34 }, { "name": "Apple", "slug": "apple", - "frequency": 9 + "frequency": 10 }, { - "name": "Cognizant", - "slug": "cognizant", - "frequency": 5 + "name": "Spotify", + "slug": "spotify", + "frequency": 7 }, { "name": "Walmart Labs", @@ -9357,6 +9367,11 @@ "slug": "epam-systems", "frequency": 5 }, + { + "name": "IBM", + "slug": "ibm", + "frequency": 4 + }, { "name": "Oracle", "slug": "oracle", @@ -9372,6 +9387,16 @@ "slug": "jpmorgan", "frequency": 4 }, + { + "name": "Cognizant", + "slug": "cognizant", + "frequency": 4 + }, + { + "name": "HCL", + "slug": "hcl", + "frequency": 4 + }, { "name": "Comcast", "slug": "comcast", @@ -9403,8 +9428,8 @@ "frequency": 3 }, { - "name": "IBM", - "slug": "ibm", + "name": "SAP", + "slug": "sap", "frequency": 3 }, { @@ -9412,11 +9437,6 @@ "slug": "wipro", "frequency": 3 }, - { - "name": "HCL", - "slug": "hcl", - "frequency": 3 - }, { "name": "Capgemini", "slug": "capgemini", @@ -9432,21 +9452,11 @@ "slug": "adobe", "frequency": 2 }, - { - "name": "SAP", - "slug": "sap", - "frequency": 2 - }, { "name": "Yandex", "slug": "yandex", "frequency": 2 }, - { - "name": "Spotify", - "slug": "spotify", - "frequency": 2 - }, { "name": "Nvidia", "slug": "nvidia", @@ -9497,6 +9507,11 @@ "slug": "pwc", "frequency": 2 }, + { + "name": "PhonePe", + "slug": "phonepe", + "frequency": 2 + }, { "name": "LinkedIn", "slug": "linkedin", @@ -9571,11 +9586,6 @@ "name": "ThoughtWorks", "slug": "thoughtworks", "frequency": 2 - }, - { - "name": "PhonePe", - "slug": "phonepe", - "frequency": 2 } ] }, @@ -9589,16 +9599,16 @@ "difficulty": "Easy", "premium": false, "companies": [ - { - "name": "Meta", - "slug": "facebook", - "frequency": 11 - }, { "name": "Uber", "slug": "uber", "frequency": 9 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 8 + }, { "name": "Amazon", "slug": "amazon", @@ -9681,17 +9691,17 @@ { "name": "Google", "slug": "google", - "frequency": 39 + "frequency": 40 }, { "name": "Amazon", "slug": "amazon", - "frequency": 28 + "frequency": 27 }, { "name": "Meta", "slug": "facebook", - "frequency": 15 + "frequency": 16 }, { "name": "Microsoft", @@ -9716,7 +9726,7 @@ { "name": "Oracle", "slug": "oracle", - "frequency": 3 + "frequency": 4 }, { "name": "Apple", @@ -9733,11 +9743,21 @@ "slug": "cloudflare", "frequency": 2 }, + { + "name": "Nvidia", + "slug": "nvidia", + "frequency": 2 + }, { "name": "Salesforce", "slug": "salesforce", "frequency": 2 }, + { + "name": "PayPal", + "slug": "paypal", + "frequency": 2 + }, { "name": "Walmart Labs", "slug": "walmart-labs", @@ -9783,7 +9803,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 7 + "frequency": 8 }, { "name": "Amazon", @@ -9837,6 +9857,11 @@ "slug": "airbnb", "frequency": 3 }, + { + "name": "Samsung", + "slug": "samsung", + "frequency": 3 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -9847,11 +9872,6 @@ "slug": "google", "frequency": 2 }, - { - "name": "Samsung", - "slug": "samsung", - "frequency": 2 - }, { "name": "Meta", "slug": "facebook", @@ -9861,11 +9881,6 @@ "name": "Squarepoint Capital", "slug": "squarepoint-capital", "frequency": 2 - }, - { - "name": "Agoda", - "slug": "agoda", - "frequency": 2 } ] }, @@ -9884,11 +9899,6 @@ "slug": "google", "frequency": 16 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 9 - }, { "name": "Meta", "slug": "facebook", @@ -9897,6 +9907,11 @@ { "name": "Microsoft", "slug": "microsoft", + "frequency": 8 + }, + { + "name": "Amazon", + "slug": "amazon", "frequency": 7 }, { @@ -9959,11 +9974,6 @@ "slug": "swiggy", "frequency": 2 }, - { - "name": "Target", - "slug": "target", - "frequency": 2 - }, { "name": "Autodesk", "slug": "autodesk", @@ -9986,20 +9996,20 @@ "difficulty": "Hard", "premium": false, "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 44 - }, { "name": "Google", "slug": "google", - "frequency": 41 + "frequency": 40 + }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 39 }, { "name": "Goldman Sachs", "slug": "goldman-sachs", - "frequency": 37 + "frequency": 31 }, { "name": "Bloomberg", @@ -10014,7 +10024,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 12 + "frequency": 11 }, { "name": "Adobe", @@ -10031,11 +10041,6 @@ "slug": "zoho", "frequency": 3 }, - { - "name": "Apple", - "slug": "apple", - "frequency": 3 - }, { "name": "DE Shaw", "slug": "de-shaw", @@ -10056,6 +10061,11 @@ "slug": "zopsmart", "frequency": 3 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 2 + }, { "name": "Samsung", "slug": "samsung", @@ -10131,6 +10141,11 @@ "slug": "tekion", "frequency": 2 }, + { + "name": "Publicis Sapient", + "slug": "publicis-sapient", + "frequency": 2 + }, { "name": "C3.ai", "slug": "c3-ai", @@ -10181,17 +10196,17 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 33 + "frequency": 32 }, { "name": "Google", "slug": "google", - "frequency": 25 + "frequency": 26 }, { "name": "Meta", "slug": "facebook", - "frequency": 15 + "frequency": 14 }, { "name": "Bloomberg", @@ -10201,18 +10216,23 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 8 + "frequency": 7 }, { "name": "Goldman Sachs", "slug": "goldman-sachs", - "frequency": 4 + "frequency": 5 }, { "name": "Flipkart", "slug": "flipkart", "frequency": 3 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 3 + }, { "name": "TikTok", "slug": "tiktok", @@ -10243,11 +10263,6 @@ "slug": "apple", "frequency": 2 }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 2 - }, { "name": "SAP", "slug": "sap", @@ -10327,7 +10342,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 13 + "frequency": 11 } ] }, @@ -10362,6 +10377,11 @@ "slug": "goldman-sachs", "frequency": 3 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 2 + }, { "name": "Airbnb", "slug": "airbnb", @@ -10392,7 +10412,7 @@ { "name": "Google", "slug": "google", - "frequency": 4 + "frequency": 5 }, { "name": "Bloomberg", @@ -10469,7 +10489,7 @@ { "name": "Google", "slug": "google", - "frequency": 43 + "frequency": 45 }, { "name": "Amazon", @@ -10479,13 +10499,18 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 19 + "frequency": 18 }, { "name": "Goldman Sachs", "slug": "goldman-sachs", "frequency": 14 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 11 + }, { "name": "Rippling", "slug": "rippling", @@ -10496,11 +10521,6 @@ "slug": "facebook", "frequency": 10 }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 10 - }, { "name": "Walmart Labs", "slug": "walmart-labs", @@ -10526,11 +10546,6 @@ "slug": "apple", "frequency": 2 }, - { - "name": "Yandex", - "slug": "yandex", - "frequency": 2 - }, { "name": "Oracle", "slug": "oracle", @@ -10566,12 +10581,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 18 + "frequency": 17 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 18 + "frequency": 17 }, { "name": "Microsoft", @@ -10581,7 +10596,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 9 + "frequency": 8 }, { "name": "tcs", @@ -10635,23 +10650,23 @@ { "name": "Google", "slug": "google", - "frequency": 15 + "frequency": 14 }, { "name": "Amazon", "slug": "amazon", - "frequency": 9 - }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 7 + "frequency": 8 }, { "name": "Meta", "slug": "facebook", "frequency": 6 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 6 + }, { "name": "Apple", "slug": "apple", @@ -10791,6 +10806,11 @@ "name": "Google", "slug": "google", "frequency": 2 + }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 2 } ] }, @@ -10841,7 +10861,7 @@ { "name": "Google", "slug": "google", - "frequency": 6 + "frequency": 5 }, { "name": "Amazon", @@ -10857,11 +10877,6 @@ "name": "Goldman Sachs", "slug": "goldman-sachs", "frequency": 2 - }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 2 } ] }, @@ -10878,16 +10893,16 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 8 - }, - { - "name": "Google", - "slug": "google", - "frequency": 5 + "frequency": 7 }, { "name": "Amazon", "slug": "amazon", + "frequency": 6 + }, + { + "name": "Google", + "slug": "google", "frequency": 5 }, { @@ -10910,16 +10925,16 @@ "slug": "bloomberg", "frequency": 3 }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 3 - }, { "name": "BitGo", "slug": "bitgo", "frequency": 3 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 2 + }, { "name": "Accolite", "slug": "accolite", @@ -10934,6 +10949,11 @@ "name": "Zoho", "slug": "zoho", "frequency": 2 + }, + { + "name": "Visa", + "slug": "visa", + "frequency": 2 } ] } From 0fdffa013ddd946090f39a9fdf9bffb7c54b3027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20=C3=81vila?= <75994325+AvilaAndre@users.noreply.github.com> Date: Wed, 10 Dec 2025 21:45:18 -0100 Subject: [PATCH 296/297] fix: resets the last solved date only after modal confirmation #381 (#382) --- src/components/Table/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Table/index.js b/src/components/Table/index.js index d938fd7c..3ec8863b 100644 --- a/src/components/Table/index.js +++ b/src/components/Table/index.js @@ -141,6 +141,7 @@ const Table = () => { }); const count = resetCount + 1; setResetCount(count); + setCheckedAt(checkedAt.map(() => '')); }; const columns = React.useMemo( @@ -153,8 +154,6 @@ const Table = () => { const [resetModal, setResetModal] = React.useState(false); const toggleResetModal = () => { setResetModal(!resetModal); - const clearedCheckedAt = checkedAt.map(() => null); - setCheckedAt(clearedCheckedAt); }; return ( From c467544034154fb06ecd8e680aea787d787c34f6 Mon Sep 17 00:00:00 2001 From: seanprashad Date: Sun, 14 Dec 2025 12:04:07 +0000 Subject: [PATCH 297/297] Update questions via run-cron GitHub Action --- src/data/questions.json | 2135 ++++++++++++++++++++------------------- 1 file changed, 1068 insertions(+), 1067 deletions(-) diff --git a/src/data/questions.json b/src/data/questions.json index 289083f7..8095038e 100644 --- a/src/data/questions.json +++ b/src/data/questions.json @@ -1,5 +1,5 @@ { - "updated": "2025-12-07T12:03:56.220729", + "updated": "2025-12-14T12:04:06.946055", "data": [ { "id": 0, @@ -14,7 +14,7 @@ { "name": "Google", "slug": "google", - "frequency": 11 + "frequency": 10 }, { "name": "Amazon", @@ -24,17 +24,17 @@ { "name": "Meta", "slug": "facebook", - "frequency": 6 + "frequency": 5 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 5 + "frequency": 4 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 4 + "frequency": 3 }, { "name": "Netflix", @@ -67,7 +67,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 10 + "frequency": 9 }, { "name": "Microsoft", @@ -79,6 +79,11 @@ "slug": "google", "frequency": 3 }, + { + "name": "Nvidia", + "slug": "nvidia", + "frequency": 3 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -89,11 +94,6 @@ "slug": "facebook", "frequency": 2 }, - { - "name": "Nvidia", - "slug": "nvidia", - "frequency": 2 - }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -125,6 +125,11 @@ "name": "Amazon", "slug": "amazon", "frequency": 4 + }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 2 } ] }, @@ -142,12 +147,12 @@ { "name": "Google", "slug": "google", - "frequency": 16 + "frequency": 15 }, { "name": "Amazon", "slug": "amazon", - "frequency": 12 + "frequency": 11 }, { "name": "Meta", @@ -184,7 +189,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 14 + "frequency": 13 }, { "name": "Google", @@ -201,31 +206,31 @@ "slug": "microsoft", "frequency": 6 }, - { - "name": "Apple", - "slug": "apple", - "frequency": 5 - }, { "name": "Goldman Sachs", "slug": "goldman-sachs", "frequency": 5 }, { - "name": "Yandex", - "slug": "yandex", + "name": "Apple", + "slug": "apple", "frequency": 4 }, { - "name": "PayPal", - "slug": "paypal", - "frequency": 3 + "name": "Yandex", + "slug": "yandex", + "frequency": 4 }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 3 }, + { + "name": "PayPal", + "slug": "paypal", + "frequency": 2 + }, { "name": "Zoho", "slug": "zoho", @@ -276,14 +281,14 @@ "premium": false, "companies": [ { - "name": "Amazon", - "slug": "amazon", + "name": "Google", + "slug": "google", "frequency": 10 }, { - "name": "Google", - "slug": "google", - "frequency": 9 + "name": "Amazon", + "slug": "amazon", + "frequency": 10 }, { "name": "Microsoft", @@ -419,11 +424,6 @@ "slug": "infosys", "frequency": 2 }, - { - "name": "Nvidia", - "slug": "nvidia", - "frequency": 2 - }, { "name": "Autodesk", "slug": "autodesk", @@ -449,7 +449,7 @@ { "name": "Google", "slug": "google", - "frequency": 21 + "frequency": 19 }, { "name": "Microsoft", @@ -464,6 +464,11 @@ { "name": "Meta", "slug": "facebook", + "frequency": 8 + }, + { + "name": "TikTok", + "slug": "tiktok", "frequency": 7 }, { @@ -481,20 +486,25 @@ "slug": "apple", "frequency": 5 }, + { + "name": "josh technology", + "slug": "josh-technology", + "frequency": 4 + }, { "name": "Uber", "slug": "uber", - "frequency": 5 + "frequency": 4 }, { "name": "Capital One", "slug": "capital-one", - "frequency": 5 + "frequency": 4 }, { - "name": "josh technology", - "slug": "josh-technology", - "frequency": 4 + "name": "eBay", + "slug": "ebay", + "frequency": 3 }, { "name": "Zoho", @@ -502,8 +512,8 @@ "frequency": 3 }, { - "name": "TikTok", - "slug": "tiktok", + "name": "Goldman Sachs", + "slug": "goldman-sachs", "frequency": 3 }, { @@ -516,26 +526,11 @@ "slug": "anduril", "frequency": 3 }, - { - "name": "eBay", - "slug": "ebay", - "frequency": 2 - }, - { - "name": "Adobe", - "slug": "adobe", - "frequency": 2 - }, { "name": "Oracle", "slug": "oracle", "frequency": 2 }, - { - "name": "Goldman Sachs", - "slug": "goldman-sachs", - "frequency": 2 - }, { "name": "Visa", "slug": "visa", @@ -551,6 +546,11 @@ "slug": "akamai", "frequency": 2 }, + { + "name": "Adobe", + "slug": "adobe", + "frequency": 2 + }, { "name": "Yahoo", "slug": "yahoo", @@ -596,23 +596,23 @@ { "name": "Google", "slug": "google", - "frequency": 15 + "frequency": 13 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 14 + "frequency": 12 + }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 11 }, { "name": "J.P. Morgan", "slug": "jpmorgan", "frequency": 9 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 8 - }, { "name": "Meta", "slug": "facebook", @@ -629,8 +629,8 @@ "frequency": 3 }, { - "name": "Uber", - "slug": "uber", + "name": "Visa", + "slug": "visa", "frequency": 3 }, { @@ -643,19 +643,14 @@ "slug": "cisco", "frequency": 2 }, - { - "name": "Visa", - "slug": "visa", - "frequency": 2 - }, { "name": "Zoho", "slug": "zoho", "frequency": 2 }, { - "name": "AT&T", - "slug": "at-t", + "name": "Uber", + "slug": "uber", "frequency": 2 }, { @@ -677,6 +672,11 @@ "name": "Rakuten", "slug": "rakuten", "frequency": 2 + }, + { + "name": "AT&T", + "slug": "at-t", + "frequency": 2 } ] }, @@ -693,13 +693,18 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 26 + "frequency": 25 }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 22 }, + { + "name": "Karat", + "slug": "karat", + "frequency": 8 + }, { "name": "Google", "slug": "google", @@ -708,13 +713,18 @@ { "name": "Uber", "slug": "uber", - "frequency": 5 + "frequency": 7 }, { "name": "Meta", "slug": "facebook", "frequency": 4 }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 4 + }, { "name": "Netflix", "slug": "netflix", @@ -725,11 +735,6 @@ "slug": "microsoft", "frequency": 3 }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 3 - }, { "name": "Faire", "slug": "faire", @@ -750,11 +755,6 @@ "slug": "paypal", "frequency": 3 }, - { - "name": "Salesforce", - "slug": "salesforce", - "frequency": 3 - }, { "name": "Oracle", "slug": "oracle", @@ -765,11 +765,6 @@ "slug": "cisco", "frequency": 2 }, - { - "name": "Karat", - "slug": "karat", - "frequency": 2 - }, { "name": "Epic Systems", "slug": "epic-systems", @@ -790,6 +785,16 @@ "slug": "apple", "frequency": 2 }, + { + "name": "Zoho", + "slug": "zoho", + "frequency": 2 + }, + { + "name": "Salesforce", + "slug": "salesforce", + "frequency": 2 + }, { "name": "Grammarly", "slug": "grammarly", @@ -810,12 +815,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 17 + "frequency": 18 }, { "name": "Google", "slug": "google", - "frequency": 7 + "frequency": 8 }, { "name": "Microsoft", @@ -837,6 +842,11 @@ "slug": "oracle", "frequency": 2 }, + { + "name": "Cognizant", + "slug": "cognizant", + "frequency": 2 + }, { "name": "Tesla", "slug": "tesla", @@ -871,11 +881,6 @@ "name": "Zomato", "slug": "zomato", "frequency": 2 - }, - { - "name": "Cognizant", - "slug": "cognizant", - "frequency": 2 } ] }, @@ -897,18 +902,18 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 20 - }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 7 + "frequency": 19 }, { "name": "Microsoft", "slug": "microsoft", "frequency": 7 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 6 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -979,7 +984,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 5 + "frequency": 4 + }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 2 } ] }, @@ -1001,7 +1011,7 @@ { "name": "Google", "slug": "google", - "frequency": 14 + "frequency": 13 }, { "name": "Bloomberg", @@ -1011,7 +1021,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 7 + "frequency": 6 }, { "name": "PayPal", @@ -1048,7 +1058,7 @@ { "name": "Google", "slug": "google", - "frequency": 15 + "frequency": 14 }, { "name": "Meta", @@ -1082,21 +1092,26 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Google", - "slug": "google", - "frequency": 7 - }, { "name": "Amazon", "slug": "amazon", - "frequency": 7 + "frequency": 8 + }, + { + "name": "Google", + "slug": "google", + "frequency": 6 }, { "name": "Microsoft", "slug": "microsoft", "frequency": 5 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 5 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -1107,11 +1122,6 @@ "slug": "linkedin", "frequency": 4 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 4 - }, { "name": "Apple", "slug": "apple", @@ -1122,19 +1132,14 @@ "slug": "bookingcom", "frequency": 3 }, - { - "name": "Arista Networks", - "slug": "arista-networks", - "frequency": 2 - }, { "name": "Zomato", "slug": "zomato", "frequency": 2 }, { - "name": "Uber", - "slug": "uber", + "name": "Arista Networks", + "slug": "arista-networks", "frequency": 2 }, { @@ -1236,12 +1241,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 10 + "frequency": 9 }, { "name": "Google", "slug": "google", - "frequency": 7 + "frequency": 6 }, { "name": "Microsoft", @@ -1263,11 +1268,6 @@ "slug": "yahoo", "frequency": 3 }, - { - "name": "Walmart Labs", - "slug": "walmart-labs", - "frequency": 3 - }, { "name": "LinkedIn", "slug": "linkedin", @@ -1298,6 +1298,11 @@ "slug": "netapp", "frequency": 2 }, + { + "name": "Walmart Labs", + "slug": "walmart-labs", + "frequency": 2 + }, { "name": "TikTok", "slug": "tiktok", @@ -1323,7 +1328,7 @@ { "name": "Google", "slug": "google", - "frequency": 4 + "frequency": 3 }, { "name": "Rakuten", @@ -1350,11 +1355,6 @@ "slug": "bloomberg", "frequency": 2 }, - { - "name": "LinkedIn", - "slug": "linkedin", - "frequency": 2 - }, { "name": "Microsoft", "slug": "microsoft", @@ -1377,15 +1377,15 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 4 - }, { "name": "Google", "slug": "google", "frequency": 3 + }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 2 } ] }, @@ -1402,12 +1402,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 21 + "frequency": 20 }, { "name": "Google", "slug": "google", - "frequency": 19 + "frequency": 20 }, { "name": "Microsoft", @@ -1419,24 +1419,29 @@ "slug": "facebook", "frequency": 7 }, + { + "name": "Walmart Labs", + "slug": "walmart-labs", + "frequency": 7 + }, { "name": "TikTok", "slug": "tiktok", "frequency": 5 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 4 + }, { "name": "Zoho", "slug": "zoho", - "frequency": 5 + "frequency": 4 }, { "name": "Apple", "slug": "apple", - "frequency": 5 - }, - { - "name": "Bloomberg", - "slug": "bloomberg", "frequency": 4 }, { @@ -1444,16 +1449,6 @@ "slug": "grammarly", "frequency": 4 }, - { - "name": "Yandex", - "slug": "yandex", - "frequency": 3 - }, - { - "name": "Walmart Labs", - "slug": "walmart-labs", - "frequency": 2 - }, { "name": "ServiceNow", "slug": "servicenow", @@ -1474,6 +1469,11 @@ "slug": "expedia", "frequency": 2 }, + { + "name": "Yandex", + "slug": "yandex", + "frequency": 2 + }, { "name": "tcs", "slug": "tcs", @@ -1501,7 +1501,7 @@ { "name": "Google", "slug": "google", - "frequency": 8 + "frequency": 7 }, { "name": "Microsoft", @@ -1548,7 +1548,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 6 + "frequency": 7 }, { "name": "Google", @@ -1587,20 +1587,20 @@ "slug": "amazon", "frequency": 16 }, - { - "name": "Google", - "slug": "google", - "frequency": 8 - }, { "name": "LinkedIn", "slug": "linkedin", + "frequency": 9 + }, + { + "name": "Google", + "slug": "google", "frequency": 8 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 5 + "frequency": 6 }, { "name": "Meta", @@ -1622,11 +1622,6 @@ "slug": "bloomberg", "frequency": 3 }, - { - "name": "Accenture", - "slug": "accenture", - "frequency": 3 - }, { "name": "Uber", "slug": "uber", @@ -1656,6 +1651,11 @@ "name": "DE Shaw", "slug": "de-shaw", "frequency": 2 + }, + { + "name": "Accenture", + "slug": "accenture", + "frequency": 2 } ] }, @@ -1683,17 +1683,12 @@ { "name": "Google", "slug": "google", - "frequency": 11 + "frequency": 12 }, { "name": "Amazon", "slug": "amazon", - "frequency": 6 - }, - { - "name": "Confluent", - "slug": "confluent", - "frequency": 5 + "frequency": 4 }, { "name": "Bloomberg", @@ -1705,6 +1700,11 @@ "slug": "facebook", "frequency": 3 }, + { + "name": "Confluent", + "slug": "confluent", + "frequency": 3 + }, { "name": "Microsoft", "slug": "microsoft", @@ -1722,16 +1722,16 @@ "difficulty": "Hard", "premium": false, "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 21 - }, { "name": "Google", "slug": "google", "frequency": 19 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 19 + }, { "name": "Microsoft", "slug": "microsoft", @@ -1757,14 +1757,14 @@ "slug": "goldman-sachs", "frequency": 3 }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 2 - }, { "name": "Zoho", "slug": "zoho", + "frequency": 3 + }, + { + "name": "TikTok", + "slug": "tiktok", "frequency": 2 }, { @@ -1797,23 +1797,23 @@ { "name": "Meta", "slug": "facebook", - "frequency": 9 + "frequency": 8 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 8 - }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 5 + "frequency": 7 }, { "name": "Grammarly", "slug": "grammarly", "frequency": 5 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 4 + }, { "name": "Zoho", "slug": "zoho", @@ -1834,11 +1834,6 @@ "slug": "rakuten", "frequency": 2 }, - { - "name": "PayPal", - "slug": "paypal", - "frequency": 2 - }, { "name": "Qualcomm", "slug": "qualcomm", @@ -1859,7 +1854,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 19 + "frequency": 17 }, { "name": "Google", @@ -1874,7 +1869,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 4 + "frequency": 5 }, { "name": "Bloomberg", @@ -1884,7 +1879,7 @@ { "name": "TikTok", "slug": "tiktok", - "frequency": 3 + "frequency": 4 }, { "name": "Meta", @@ -1941,22 +1936,22 @@ { "name": "Meta", "slug": "facebook", - "frequency": 49 - }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 45 + "frequency": 46 }, { "name": "Google", "slug": "google", - "frequency": 42 + "frequency": 39 + }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 36 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 17 + "frequency": 16 }, { "name": "Bloomberg", @@ -1968,6 +1963,11 @@ "slug": "ibm", "frequency": 8 }, + { + "name": "Agoda", + "slug": "agoda", + "frequency": 6 + }, { "name": "Apple", "slug": "apple", @@ -1978,16 +1978,6 @@ "slug": "tesla", "frequency": 5 }, - { - "name": "Agoda", - "slug": "agoda", - "frequency": 5 - }, - { - "name": "Zoox", - "slug": "zoox", - "frequency": 4 - }, { "name": "Citadel", "slug": "citadel", @@ -2001,16 +1991,16 @@ { "name": "Nvidia", "slug": "nvidia", - "frequency": 3 + "frequency": 4 }, { - "name": "tcs", - "slug": "tcs", + "name": "Zoox", + "slug": "zoox", "frequency": 3 }, { - "name": "PayPal", - "slug": "paypal", + "name": "tcs", + "slug": "tcs", "frequency": 3 }, { @@ -2043,11 +2033,6 @@ "slug": "jpmorgan", "frequency": 2 }, - { - "name": "Yandex", - "slug": "yandex", - "frequency": 2 - }, { "name": "Visa", "slug": "visa", @@ -2088,6 +2073,11 @@ "slug": "sigmoid", "frequency": 2 }, + { + "name": "PayPal", + "slug": "paypal", + "frequency": 2 + }, { "name": "Adobe", "slug": "adobe", @@ -2108,6 +2098,11 @@ "slug": "capital-one", "frequency": 2 }, + { + "name": "Yandex", + "slug": "yandex", + "frequency": 2 + }, { "name": "Atlassian", "slug": "atlassian", @@ -2168,17 +2163,17 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 27 + "frequency": 25 }, { "name": "Google", "slug": "google", - "frequency": 23 + "frequency": 22 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 12 + "frequency": 14 }, { "name": "Meta", @@ -2205,19 +2200,24 @@ "slug": "linkedin", "frequency": 7 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 3 + }, { "name": "Visa", "slug": "visa", "frequency": 3 }, { - "name": "Cisco", - "slug": "cisco", + "name": "Upstart", + "slug": "upstart", "frequency": 3 }, { - "name": "Squarepoint Capital", - "slug": "squarepoint-capital", + "name": "Cisco", + "slug": "cisco", "frequency": 3 }, { @@ -2230,11 +2230,6 @@ "slug": "goldman-sachs", "frequency": 2 }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 2 - }, { "name": "PayPal", "slug": "paypal", @@ -2250,11 +2245,6 @@ "slug": "tiktok", "frequency": 2 }, - { - "name": "Upstart", - "slug": "upstart", - "frequency": 2 - }, { "name": "Zeta", "slug": "zeta", @@ -2280,6 +2270,11 @@ "slug": "epam-systems", "frequency": 2 }, + { + "name": "Squarepoint Capital", + "slug": "squarepoint-capital", + "frequency": 2 + }, { "name": "Vimeo", "slug": "vimeo", @@ -2354,20 +2349,20 @@ "slug": "amazon", "frequency": 5 }, - { - "name": "Google", - "slug": "google", - "frequency": 4 - }, { "name": "Databricks", "slug": "databricks", "frequency": 4 }, + { + "name": "Google", + "slug": "google", + "frequency": 3 + }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 3 + "frequency": 2 }, { "name": "Salesforce", @@ -2404,7 +2399,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 12 + "frequency": 10 }, { "name": "Microsoft", @@ -2419,7 +2414,7 @@ { "name": "Google", "slug": "google", - "frequency": 7 + "frequency": 6 }, { "name": "Meta", @@ -2427,14 +2422,14 @@ "frequency": 6 }, { - "name": "PayPal", - "slug": "paypal", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 6 }, { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 5 + "name": "PayPal", + "slug": "paypal", + "frequency": 6 }, { "name": "TikTok", @@ -2446,11 +2441,6 @@ "slug": "datadog", "frequency": 4 }, - { - "name": "Intuit", - "slug": "intuit", - "frequency": 4 - }, { "name": "Walmart Labs", "slug": "walmart-labs", @@ -2462,8 +2452,8 @@ "frequency": 3 }, { - "name": "Oracle", - "slug": "oracle", + "name": "Intuit", + "slug": "intuit", "frequency": 3 }, { @@ -2476,6 +2466,16 @@ "slug": "phonepe", "frequency": 2 }, + { + "name": "IBM", + "slug": "ibm", + "frequency": 2 + }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 2 + }, { "name": "Salesforce", "slug": "salesforce", @@ -2508,16 +2508,16 @@ "slug": "linkedin", "frequency": 4 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 4 - }, { "name": "Microsoft", "slug": "microsoft", "frequency": 4 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 3 + }, { "name": "Meta", "slug": "facebook", @@ -2528,6 +2528,11 @@ "slug": "tcs", "frequency": 3 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 2 + }, { "name": "Swiggy", "slug": "swiggy", @@ -2573,22 +2578,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 7 - }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 6 - }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 6 - }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 6 + "frequency": 7 }, { "name": "Block", @@ -2596,19 +2586,29 @@ "frequency": 6 }, { - "name": "Meta", - "slug": "facebook", + "name": "Microsoft", + "slug": "microsoft", "frequency": 5 }, { "name": "PayPal", "slug": "paypal", + "frequency": 5 + }, + { + "name": "Meta", + "slug": "facebook", "frequency": 4 }, { - "name": "Oracle", - "slug": "oracle", - "frequency": 3 + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 4 + }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 4 }, { "name": "Squarepoint Capital", @@ -2630,6 +2630,11 @@ "slug": "walmart-labs", "frequency": 2 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 2 + }, { "name": "Accenture", "slug": "accenture", @@ -2655,21 +2660,21 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 41 + "frequency": 38 }, { "name": "Google", "slug": "google", - "frequency": 30 + "frequency": 31 }, { - "name": "Microsoft", - "slug": "microsoft", + "name": "Meta", + "slug": "facebook", "frequency": 19 }, { - "name": "Meta", - "slug": "facebook", + "name": "Microsoft", + "slug": "microsoft", "frequency": 18 }, { @@ -2677,20 +2682,20 @@ "slug": "cisco", "frequency": 14 }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 12 - }, { "name": "tcs", "slug": "tcs", "frequency": 11 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 10 + }, { "name": "TikTok", "slug": "tiktok", - "frequency": 5 + "frequency": 4 }, { "name": "Deloitte", @@ -2707,11 +2712,6 @@ "slug": "oracle", "frequency": 3 }, - { - "name": "Visa", - "slug": "visa", - "frequency": 3 - }, { "name": "Walmart Labs", "slug": "walmart-labs", @@ -2782,6 +2782,11 @@ "slug": "linkedin", "frequency": 2 }, + { + "name": "Visa", + "slug": "visa", + "frequency": 2 + }, { "name": "Apple", "slug": "apple", @@ -2837,7 +2842,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 12 + "frequency": 10 }, { "name": "Microsoft", @@ -2847,18 +2852,13 @@ { "name": "Google", "slug": "google", - "frequency": 5 + "frequency": 4 }, { "name": "MongoDB", "slug": "mongodb", "frequency": 4 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 3 - }, { "name": "Bloomberg", "slug": "bloomberg", @@ -2869,6 +2869,11 @@ "slug": "netflix", "frequency": 3 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 2 + }, { "name": "Uber", "slug": "uber", @@ -2941,12 +2946,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 7 - }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 4 + "frequency": 8 }, { "name": "Google", @@ -2958,6 +2958,11 @@ "slug": "lyft", "frequency": 4 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 3 + }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -3013,7 +3018,7 @@ { "name": "Google", "slug": "google", - "frequency": 17 + "frequency": 16 }, { "name": "Meta", @@ -3040,6 +3045,11 @@ "slug": "bloomberg", "frequency": 2 }, + { + "name": "Nvidia", + "slug": "nvidia", + "frequency": 2 + }, { "name": "Flipkart", "slug": "flipkart", @@ -3063,25 +3073,30 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 17 - }, { "name": "Google", "slug": "google", - "frequency": 17 + "frequency": 16 + }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 15 }, { "name": "Meta", "slug": "facebook", - "frequency": 7 + "frequency": 6 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 7 + "frequency": 6 + }, + { + "name": "Zoho", + "slug": "zoho", + "frequency": 4 }, { "name": "Microsoft", @@ -3103,11 +3118,6 @@ "slug": "adobe", "frequency": 2 }, - { - "name": "Zoho", - "slug": "zoho", - "frequency": 2 - }, { "name": "Nvidia", "slug": "nvidia", @@ -3185,11 +3195,6 @@ "slug": "google", "frequency": 3 }, - { - "name": "Salesforce", - "slug": "salesforce", - "frequency": 3 - }, { "name": "Oracle", "slug": "oracle", @@ -3205,6 +3210,11 @@ "slug": "anduril", "frequency": 2 }, + { + "name": "Salesforce", + "slug": "salesforce", + "frequency": 2 + }, { "name": "PayPal", "slug": "paypal", @@ -3304,7 +3314,7 @@ { "name": "LinkedIn", "slug": "linkedin", - "frequency": 2 + "frequency": 3 }, { "name": "Google", @@ -3356,19 +3366,14 @@ "difficulty": "Easy", "premium": false, "companies": [ - { - "name": "Google", - "slug": "google", - "frequency": 4 - }, { "name": "Microsoft", "slug": "microsoft", "frequency": 4 }, { - "name": "Amazon", - "slug": "amazon", + "name": "Google", + "slug": "google", "frequency": 3 }, { @@ -3380,6 +3385,11 @@ "name": "Meta", "slug": "facebook", "frequency": 2 + }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 2 } ] }, @@ -3411,7 +3421,7 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 4 + "frequency": 3 }, { "name": "Goldman Sachs", @@ -3443,7 +3453,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 6 + "frequency": 5 }, { "name": "Microsoft", @@ -3456,8 +3466,8 @@ "frequency": 4 }, { - "name": "Bloomberg", - "slug": "bloomberg", + "name": "Apple", + "slug": "apple", "frequency": 3 }, { @@ -3466,8 +3476,8 @@ "frequency": 3 }, { - "name": "Apple", - "slug": "apple", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 2 } ] @@ -3485,12 +3495,7 @@ { "name": "Google", "slug": "google", - "frequency": 13 - }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 11 + "frequency": 14 }, { "name": "Apple", @@ -3502,6 +3507,11 @@ "slug": "microsoft", "frequency": 9 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 7 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -3510,7 +3520,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 6 + "frequency": 4 }, { "name": "Visa", @@ -3522,6 +3532,11 @@ "slug": "tiktok", "frequency": 4 }, + { + "name": "Qualcomm", + "slug": "qualcomm", + "frequency": 3 + }, { "name": "Nvidia", "slug": "nvidia", @@ -3537,11 +3552,6 @@ "slug": "goldman-sachs", "frequency": 2 }, - { - "name": "Qualcomm", - "slug": "qualcomm", - "frequency": 2 - }, { "name": "EPAM Systems", "slug": "epam-systems", @@ -3570,19 +3580,19 @@ "frequency": 7 }, { - "name": "Amazon", - "slug": "amazon", - "frequency": 6 + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 7 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 3 + "frequency": 5 }, { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 2 + "name": "Amazon", + "slug": "amazon", + "frequency": 5 }, { "name": "eBay", @@ -3641,7 +3651,7 @@ { "name": "Google", "slug": "google", - "frequency": 9 + "frequency": 8 }, { "name": "Amazon", @@ -3680,16 +3690,16 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Google", - "slug": "google", - "frequency": 4 - }, { "name": "Amazon", "slug": "amazon", "frequency": 4 }, + { + "name": "Google", + "slug": "google", + "frequency": 3 + }, { "name": "Microsoft", "slug": "microsoft", @@ -3720,41 +3730,41 @@ { "name": "Google", "slug": "google", - "frequency": 66 + "frequency": 64 }, { "name": "Amazon", "slug": "amazon", - "frequency": 42 + "frequency": 41 }, { - "name": "Meta", - "slug": "facebook", + "name": "Microsoft", + "slug": "microsoft", "frequency": 26 }, { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 25 + "name": "Meta", + "slug": "facebook", + "frequency": 26 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 14 + "frequency": 15 }, { "name": "Cisco", "slug": "cisco", "frequency": 4 }, - { - "name": "Uber", - "slug": "uber", - "frequency": 2 - }, { "name": "Yandex", "slug": "yandex", + "frequency": 4 + }, + { + "name": "Uber", + "slug": "uber", "frequency": 2 }, { @@ -3807,7 +3817,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 7 + "frequency": 8 }, { "name": "Microsoft", @@ -3819,6 +3829,11 @@ "slug": "bloomberg", "frequency": 4 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 3 + }, { "name": "Yandex", "slug": "yandex", @@ -3834,11 +3849,6 @@ "slug": "accenture", "frequency": 3 }, - { - "name": "Apple", - "slug": "apple", - "frequency": 2 - }, { "name": "josh technology", "slug": "josh-technology", @@ -3879,7 +3889,7 @@ { "name": "Google", "slug": "google", - "frequency": 7 + "frequency": 6 }, { "name": "Microsoft", @@ -3931,12 +3941,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 4 + "frequency": 3 }, { "name": "Amazon", "slug": "amazon", - "frequency": 4 + "frequency": 3 }, { "name": "Microsoft", @@ -4013,33 +4023,33 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 46 + "frequency": 44 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 29 + "frequency": 28 }, { "name": "Google", "slug": "google", - "frequency": 15 - }, - { - "name": "Uber", - "slug": "uber", "frequency": 14 }, { - "name": "LinkedIn", - "slug": "linkedin", - "frequency": 12 + "name": "Uber", + "slug": "uber", + "frequency": 13 }, { "name": "Microsoft", "slug": "microsoft", "frequency": 12 }, + { + "name": "LinkedIn", + "slug": "linkedin", + "frequency": 11 + }, { "name": "TikTok", "slug": "tiktok", @@ -4050,6 +4060,11 @@ "slug": "anduril", "frequency": 10 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 9 + }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -4061,20 +4076,15 @@ "frequency": 8 }, { - "name": "Apple", - "slug": "apple", - "frequency": 7 + "name": "Oracle", + "slug": "oracle", + "frequency": 6 }, { "name": "Snap", "slug": "snapchat", "frequency": 6 }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 5 - }, { "name": "Yandex", "slug": "yandex", @@ -4086,13 +4096,13 @@ "frequency": 4 }, { - "name": "Walmart Labs", - "slug": "walmart-labs", + "name": "Tesla", + "slug": "tesla", "frequency": 4 }, { - "name": "Tesla", - "slug": "tesla", + "name": "Qualcomm", + "slug": "qualcomm", "frequency": 4 }, { @@ -4100,6 +4110,11 @@ "slug": "expedia", "frequency": 3 }, + { + "name": "Walmart Labs", + "slug": "walmart-labs", + "frequency": 3 + }, { "name": "ServiceNow", "slug": "servicenow", @@ -4165,11 +4180,6 @@ "slug": "docusign", "frequency": 2 }, - { - "name": "Qualcomm", - "slug": "qualcomm", - "frequency": 2 - }, { "name": "Hive", "slug": "hive", @@ -4220,11 +4230,6 @@ "slug": "grammarly", "frequency": 2 }, - { - "name": "Comcast", - "slug": "comcast", - "frequency": 2 - }, { "name": "Barclays", "slug": "barclays", @@ -4283,7 +4288,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 7 + "frequency": 6 }, { "name": "Google", @@ -4317,16 +4322,16 @@ "slug": "google", "frequency": 5 }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 4 - }, { "name": "Amazon", "slug": "amazon", "frequency": 4 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 3 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -4340,7 +4345,7 @@ { "name": "Oracle", "slug": "oracle", - "frequency": 2 + "frequency": 3 }, { "name": "ByteDance", @@ -4384,16 +4389,16 @@ "slug": "amazon", "frequency": 7 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 7 - }, { "name": "Google", "slug": "google", "frequency": 6 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 6 + }, { "name": "josh technology", "slug": "josh-technology", @@ -4446,6 +4451,11 @@ "slug": "tiktok", "frequency": 2 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 2 + }, { "name": "PayPal", "slug": "paypal", @@ -4476,22 +4486,32 @@ { "name": "Meta", "slug": "facebook", - "frequency": 7 - }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 4 + "frequency": 6 }, { "name": "Google", "slug": "google", "frequency": 4 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 3 + }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 3 + }, + { + "name": "josh technology", + "slug": "josh-technology", + "frequency": 2 + }, + { + "name": "Apple", + "slug": "apple", + "frequency": 2 } ] }, @@ -4535,11 +4555,6 @@ "slug": "salesforce", "frequency": 3 }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 3 - }, { "name": "MathWorks", "slug": "mathworks", @@ -4565,6 +4580,11 @@ "slug": "apple", "frequency": 2 }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 2 + }, { "name": "Cadence", "slug": "cadence", @@ -4585,41 +4605,46 @@ { "name": "Google", "slug": "google", - "frequency": 24 + "frequency": 23 }, { "name": "Amazon", "slug": "amazon", - "frequency": 21 - }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 10 + "frequency": 22 }, { "name": "Microsoft", "slug": "microsoft", "frequency": 9 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 9 + }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 8 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 3 + }, { "name": "Rippling", "slug": "rippling", "frequency": 3 }, { - "name": "Apple", - "slug": "apple", - "frequency": 2 + "name": "Zoho", + "slug": "zoho", + "frequency": 3 }, { - "name": "Oracle", - "slug": "oracle", + "name": "Apple", + "slug": "apple", "frequency": 2 }, { @@ -4647,11 +4672,6 @@ "slug": "hubspot", "frequency": 2 }, - { - "name": "Zoho", - "slug": "zoho", - "frequency": 2 - }, { "name": "Snowflake", "slug": "snowflake", @@ -4683,12 +4703,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 15 + "frequency": 14 }, { "name": "Amazon", "slug": "amazon", - "frequency": 11 + "frequency": 10 }, { "name": "Google", @@ -4722,6 +4742,11 @@ "slug": "amazon", "frequency": 8 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 3 + }, { "name": "LinkedIn", "slug": "linkedin", @@ -4736,11 +4761,6 @@ "name": "Microsoft", "slug": "microsoft", "frequency": 2 - }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 2 } ] }, @@ -4757,12 +4777,12 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 25 + "frequency": 24 }, { "name": "Meta", "slug": "facebook", - "frequency": 20 + "frequency": 16 }, { "name": "Google", @@ -4772,27 +4792,27 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 8 + "frequency": 9 }, { "name": "Apple", "slug": "apple", - "frequency": 7 - }, - { - "name": "TikTok", - "slug": "tiktok", "frequency": 6 }, { "name": "Oracle", "slug": "oracle", - "frequency": 5 + "frequency": 6 + }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 6 }, { "name": "Rippling", "slug": "rippling", - "frequency": 5 + "frequency": 6 }, { "name": "Bloomberg", @@ -4800,28 +4820,28 @@ "frequency": 4 }, { - "name": "Snowflake", - "slug": "snowflake", + "name": "Nvidia", + "slug": "nvidia", "frequency": 4 }, { - "name": "Anduril", - "slug": "anduril", + "name": "Snowflake", + "slug": "snowflake", "frequency": 4 }, { - "name": "Nvidia", - "slug": "nvidia", + "name": "Deloitte", + "slug": "deloitte", "frequency": 3 }, { - "name": "Walmart Labs", - "slug": "walmart-labs", + "name": "Salesforce", + "slug": "salesforce", "frequency": 3 }, { - "name": "Salesforce", - "slug": "salesforce", + "name": "Anduril", + "slug": "anduril", "frequency": 3 }, { @@ -4829,11 +4849,6 @@ "slug": "palantir-technologies", "frequency": 2 }, - { - "name": "Deloitte", - "slug": "deloitte", - "frequency": 2 - }, { "name": "Cloudflare", "slug": "cloudflare", @@ -4849,6 +4864,11 @@ "slug": "ebay", "frequency": 2 }, + { + "name": "Walmart Labs", + "slug": "walmart-labs", + "frequency": 2 + }, { "name": "Yandex", "slug": "yandex", @@ -4938,32 +4958,32 @@ { "name": "Meta", "slug": "facebook", - "frequency": 70 + "frequency": 65 }, { "name": "Google", "slug": "google", - "frequency": 30 + "frequency": 31 }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 28 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 25 - }, { "name": "Microsoft", "slug": "microsoft", "frequency": 23 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 23 + }, { "name": "Atlassian", "slug": "atlassian", - "frequency": 13 + "frequency": 14 }, { "name": "IBM", @@ -4973,7 +4993,7 @@ { "name": "Apple", "slug": "apple", - "frequency": 10 + "frequency": 11 }, { "name": "Citadel", @@ -4985,16 +5005,16 @@ "slug": "hubspot", "frequency": 9 }, - { - "name": "Grammarly", - "slug": "grammarly", - "frequency": 8 - }, { "name": "Goldman Sachs", "slug": "goldman-sachs", "frequency": 7 }, + { + "name": "Grammarly", + "slug": "grammarly", + "frequency": 7 + }, { "name": "Adobe", "slug": "adobe", @@ -5095,6 +5115,11 @@ "slug": "patreon", "frequency": 2 }, + { + "name": "Okta", + "slug": "okta", + "frequency": 2 + }, { "name": "Anduril", "slug": "anduril", @@ -5145,11 +5170,6 @@ "slug": "capital-one", "frequency": 2 }, - { - "name": "tcs", - "slug": "tcs", - "frequency": 2 - }, { "name": "J.P. Morgan", "slug": "jpmorgan", @@ -5170,11 +5190,6 @@ "slug": "turing", "frequency": 2 }, - { - "name": "CrowdStrike", - "slug": "crowdstrike", - "frequency": 2 - }, { "name": "Infosys", "slug": "infosys", @@ -5210,7 +5225,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 24 + "frequency": 25 }, { "name": "Google", @@ -5253,26 +5268,26 @@ ], "difficulty": "Medium", "premium": false, - "companies": [ - { - "name": "Google", - "slug": "google", - "frequency": 6 + "companies": [ + { + "name": "Meta", + "slug": "facebook", + "frequency": 5 }, { "name": "Amazon", "slug": "amazon", - "frequency": 6 + "frequency": 5 }, { - "name": "Meta", - "slug": "facebook", - "frequency": 5 + "name": "Google", + "slug": "google", + "frequency": 4 }, { "name": "Verkada", "slug": "verkada", - "frequency": 2 + "frequency": 3 }, { "name": "Microsoft", @@ -5317,6 +5332,11 @@ "slug": "amazon", "frequency": 13 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 9 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -5327,11 +5347,6 @@ "slug": "jpmorgan", "frequency": 9 }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 8 - }, { "name": "Meta", "slug": "facebook", @@ -5365,7 +5380,7 @@ { "name": "Snap", "slug": "snapchat", - "frequency": 3 + "frequency": 4 }, { "name": "Citadel", @@ -5392,6 +5407,11 @@ "slug": "anduril", "frequency": 2 }, + { + "name": "Nutanix", + "slug": "nutanix", + "frequency": 2 + }, { "name": "Netflix", "slug": "netflix", @@ -5433,7 +5453,7 @@ { "name": "Google", "slug": "google", - "frequency": 7 + "frequency": 6 }, { "name": "Amazon", @@ -5443,7 +5463,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 5 + "frequency": 4 }, { "name": "tcs", @@ -5455,16 +5475,16 @@ "slug": "snowflake", "frequency": 4 }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 3 - }, { "name": "Apple", "slug": "apple", "frequency": 3 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 2 + }, { "name": "Zeta", "slug": "zeta", @@ -5536,11 +5556,6 @@ "name": "Google", "slug": "google", "frequency": 2 - }, - { - "name": "Goldman Sachs", - "slug": "goldman-sachs", - "frequency": 2 } ] }, @@ -5559,16 +5574,16 @@ "slug": "google", "frequency": 11 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 6 - }, { "name": "Uber", "slug": "uber", "frequency": 5 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 5 + }, { "name": "Microsoft", "slug": "microsoft", @@ -5627,7 +5642,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 7 + "frequency": 6 }, { "name": "Microsoft", @@ -5701,7 +5716,7 @@ { "name": "Google", "slug": "google", - "frequency": 8 + "frequency": 7 }, { "name": "Amazon", @@ -5748,7 +5763,7 @@ { "name": "Google", "slug": "google", - "frequency": 4 + "frequency": 3 }, { "name": "Bloomberg", @@ -5790,17 +5805,17 @@ { "name": "Meta", "slug": "facebook", - "frequency": 40 + "frequency": 38 }, { "name": "Amazon", "slug": "amazon", - "frequency": 21 + "frequency": 20 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 9 + "frequency": 8 }, { "name": "Microsoft", @@ -5812,11 +5827,6 @@ "slug": "google", "frequency": 7 }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 4 - }, { "name": "IXL", "slug": "ixl", @@ -5827,6 +5837,11 @@ "slug": "goldman-sachs", "frequency": 3 }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 3 + }, { "name": "Apple", "slug": "apple", @@ -5842,11 +5857,6 @@ "slug": "samsung", "frequency": 2 }, - { - "name": "Urban Company", - "slug": "urban-company", - "frequency": 2 - }, { "name": "eBay", "slug": "ebay", @@ -5866,6 +5876,11 @@ "name": "Waymo", "slug": "waymo", "frequency": 2 + }, + { + "name": "Urban Company", + "slug": "urban-company", + "frequency": 2 } ] }, @@ -5882,21 +5897,21 @@ { "name": "Google", "slug": "google", - "frequency": 27 + "frequency": 26 }, { "name": "Amazon", "slug": "amazon", - "frequency": 17 + "frequency": 16 }, { - "name": "Microsoft", - "slug": "microsoft", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 12 }, { - "name": "Bloomberg", - "slug": "bloomberg", + "name": "Microsoft", + "slug": "microsoft", "frequency": 11 }, { @@ -5907,23 +5922,18 @@ { "name": "TikTok", "slug": "tiktok", - "frequency": 5 + "frequency": 6 }, { "name": "Grammarly", "slug": "grammarly", - "frequency": 4 + "frequency": 5 }, { "name": "Walmart Labs", "slug": "walmart-labs", "frequency": 4 }, - { - "name": "LinkedIn", - "slug": "linkedin", - "frequency": 3 - }, { "name": "Oracle", "slug": "oracle", @@ -5949,6 +5959,11 @@ "slug": "f5-networks", "frequency": 2 }, + { + "name": "LinkedIn", + "slug": "linkedin", + "frequency": 2 + }, { "name": "Nvidia", "slug": "nvidia", @@ -5999,11 +6014,6 @@ "slug": "nutanix", "frequency": 2 }, - { - "name": "Paytm", - "slug": "paytm", - "frequency": 2 - }, { "name": "Zoho", "slug": "zoho", @@ -6066,7 +6076,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 21 + "frequency": 20 }, { "name": "Google", @@ -6130,16 +6140,16 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Google", - "slug": "google", - "frequency": 5 - }, { "name": "Amazon", "slug": "amazon", "frequency": 5 }, + { + "name": "Google", + "slug": "google", + "frequency": 4 + }, { "name": "Meta", "slug": "facebook", @@ -6192,6 +6202,11 @@ "slug": "linkedin", "frequency": 5 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 5 + }, { "name": "Meta", "slug": "facebook", @@ -6217,11 +6232,6 @@ "slug": "microsoft", "frequency": 3 }, - { - "name": "Apple", - "slug": "apple", - "frequency": 2 - }, { "name": "Flipkart", "slug": "flipkart", @@ -6359,19 +6369,24 @@ "slug": "yandex", "frequency": 4 }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 3 + }, { "name": "Databricks", "slug": "databricks", "frequency": 3 }, { - "name": "Microsoft", - "slug": "microsoft", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 2 }, { - "name": "Bloomberg", - "slug": "bloomberg", + "name": "Walmart Labs", + "slug": "walmart-labs", "frequency": 2 }, { @@ -6402,13 +6417,13 @@ "frequency": 13 }, { - "name": "Amazon", - "slug": "amazon", + "name": "Microsoft", + "slug": "microsoft", "frequency": 9 }, { - "name": "Microsoft", - "slug": "microsoft", + "name": "Amazon", + "slug": "amazon", "frequency": 8 }, { @@ -6471,7 +6486,7 @@ { "name": "Google", "slug": "google", - "frequency": 16 + "frequency": 15 }, { "name": "Microsoft", @@ -6493,14 +6508,14 @@ "slug": "oracle", "frequency": 6 }, - { - "name": "Uber", - "slug": "uber", - "frequency": 3 - }, { "name": "Bloomberg", "slug": "bloomberg", + "frequency": 4 + }, + { + "name": "Uber", + "slug": "uber", "frequency": 3 }, { @@ -6548,6 +6563,11 @@ "slug": "servicenow", "frequency": 2 }, + { + "name": "Nvidia", + "slug": "nvidia", + "frequency": 2 + }, { "name": "TikTok", "slug": "tiktok", @@ -6583,32 +6603,32 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 43 + "frequency": 45 }, { "name": "Google", "slug": "google", - "frequency": 39 + "frequency": 40 + }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 22 }, { "name": "Meta", "slug": "facebook", - "frequency": 20 + "frequency": 19 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 20 - }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 20 + "frequency": 18 }, { "name": "TikTok", "slug": "tiktok", - "frequency": 14 + "frequency": 13 }, { "name": "Oracle", @@ -6618,36 +6638,46 @@ { "name": "Yandex", "slug": "yandex", - "frequency": 8 + "frequency": 7 }, { "name": "Visa", "slug": "visa", "frequency": 7 }, + { + "name": "IBM", + "slug": "ibm", + "frequency": 6 + }, { "name": "ServiceNow", "slug": "servicenow", "frequency": 5 }, + { + "name": "Infosys", + "slug": "infosys", + "frequency": 5 + }, { "name": "Turing", "slug": "turing", "frequency": 5 }, { - "name": "Apple", - "slug": "apple", + "name": "Salesforce", + "slug": "salesforce", "frequency": 4 }, { - "name": "IBM", - "slug": "ibm", + "name": "Netflix", + "slug": "netflix", "frequency": 4 }, { - "name": "Goldman Sachs", - "slug": "goldman-sachs", + "name": "Apple", + "slug": "apple", "frequency": 3 }, { @@ -6656,18 +6686,13 @@ "frequency": 3 }, { - "name": "Netflix", - "slug": "netflix", - "frequency": 3 - }, - { - "name": "Infosys", - "slug": "infosys", + "name": "Nvidia", + "slug": "nvidia", "frequency": 3 }, { - "name": "Nvidia", - "slug": "nvidia", + "name": "Docusign", + "slug": "docusign", "frequency": 3 }, { @@ -6695,6 +6720,11 @@ "slug": "palo-alto-networks", "frequency": 3 }, + { + "name": "KPMG", + "slug": "kpmg", + "frequency": 3 + }, { "name": "PayPal", "slug": "paypal", @@ -6706,8 +6736,8 @@ "frequency": 2 }, { - "name": "Salesforce", - "slug": "salesforce", + "name": "Goldman Sachs", + "slug": "goldman-sachs", "frequency": 2 }, { @@ -6736,13 +6766,8 @@ "frequency": 2 }, { - "name": "FreshWorks", - "slug": "freshworks", - "frequency": 2 - }, - { - "name": "Zomato", - "slug": "zomato", + "name": "FreshWorks", + "slug": "freshworks", "frequency": 2 }, { @@ -6756,13 +6781,13 @@ "frequency": 2 }, { - "name": "Adobe", - "slug": "adobe", + "name": "HashedIn", + "slug": "hashedin", "frequency": 2 }, { - "name": "Docusign", - "slug": "docusign", + "name": "Adobe", + "slug": "adobe", "frequency": 2 }, { @@ -6790,11 +6815,6 @@ "slug": "virtusa", "frequency": 2 }, - { - "name": "Dell", - "slug": "dell", - "frequency": 2 - }, { "name": "MAQ Software", "slug": "maq-software", @@ -6816,8 +6836,8 @@ "frequency": 2 }, { - "name": "KPMG", - "slug": "kpmg", + "name": "Zomato", + "slug": "zomato", "frequency": 2 } ] @@ -6869,12 +6889,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 39 + "frequency": 34 }, { "name": "Amazon", "slug": "amazon", - "frequency": 15 + "frequency": 14 }, { "name": "Google", @@ -6889,16 +6909,16 @@ { "name": "Lyft", "slug": "lyft", - "frequency": 5 + "frequency": 6 }, { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 4 + "name": "Microsoft", + "slug": "microsoft", + "frequency": 6 }, { - "name": "TikTok", - "slug": "tiktok", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 4 }, { @@ -6911,6 +6931,11 @@ "slug": "adobe", "frequency": 3 }, + { + "name": "TikTok", + "slug": "tiktok", + "frequency": 3 + }, { "name": "Yandex", "slug": "yandex", @@ -6931,11 +6956,6 @@ "slug": "salesforce", "frequency": 3 }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 2 - }, { "name": "Zeta", "slug": "zeta", @@ -6971,16 +6991,11 @@ { "name": "Google", "slug": "google", - "frequency": 4 + "frequency": 3 }, { "name": "Meta", "slug": "facebook", - "frequency": 4 - }, - { - "name": "Amazon", - "slug": "amazon", "frequency": 3 }, { @@ -6988,6 +7003,11 @@ "slug": "bloomberg", "frequency": 3 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 2 + }, { "name": "Microsoft", "slug": "microsoft", @@ -7015,16 +7035,16 @@ "slug": "uber", "frequency": 8 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 7 - }, { "name": "Microsoft", "slug": "microsoft", "frequency": 5 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 5 + }, { "name": "Amazon", "slug": "amazon", @@ -7055,12 +7075,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 38 + "frequency": 35 }, { "name": "Asana", "slug": "asana", - "frequency": 7 + "frequency": 8 }, { "name": "Amazon", @@ -7102,22 +7122,22 @@ { "name": "Meta", "slug": "facebook", - "frequency": 63 + "frequency": 60 }, { "name": "Google", "slug": "google", - "frequency": 29 + "frequency": 28 }, { "name": "Amazon", "slug": "amazon", - "frequency": 20 + "frequency": 21 }, { "name": "Apple", "slug": "apple", - "frequency": 9 + "frequency": 8 }, { "name": "Oracle", @@ -7127,7 +7147,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 7 + "frequency": 6 }, { "name": "TikTok", @@ -7179,11 +7199,6 @@ "slug": "disney", "frequency": 2 }, - { - "name": "Roku", - "slug": "roku", - "frequency": 2 - }, { "name": "Zoho", "slug": "zoho", @@ -7204,11 +7219,6 @@ "slug": "snapchat", "frequency": 2 }, - { - "name": "Twilio", - "slug": "twilio", - "frequency": 2 - }, { "name": "Walmart Labs", "slug": "walmart-labs", @@ -7249,6 +7259,11 @@ "slug": "arista-networks", "frequency": 2 }, + { + "name": "Roku", + "slug": "roku", + "frequency": 2 + }, { "name": "Robinhood", "slug": "robinhood", @@ -7267,20 +7282,15 @@ "premium": false, "companies": [ { - "name": "Bloomberg", - "slug": "bloomberg", + "name": "Google", + "slug": "google", "frequency": 5 }, { - "name": "Meta", - "slug": "facebook", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 5 }, - { - "name": "Google", - "slug": "google", - "frequency": 4 - }, { "name": "Microsoft", "slug": "microsoft", @@ -7296,6 +7306,11 @@ "slug": "ibm", "frequency": 3 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 2 + }, { "name": "EPAM Systems", "slug": "epam-systems", @@ -7317,17 +7332,17 @@ { "name": "Meta", "slug": "facebook", - "frequency": 88 + "frequency": 85 }, { "name": "Google", "slug": "google", - "frequency": 14 + "frequency": 13 }, { "name": "Amazon", "slug": "amazon", - "frequency": 11 + "frequency": 8 }, { "name": "Microsoft", @@ -7339,20 +7354,20 @@ "slug": "apple", "frequency": 7 }, - { - "name": "LinkedIn", - "slug": "linkedin", - "frequency": 7 - }, { "name": "Spotify", "slug": "spotify", "frequency": 6 }, + { + "name": "Goldman Sachs", + "slug": "goldman-sachs", + "frequency": 4 + }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 4 + "frequency": 3 }, { "name": "Oracle", @@ -7365,14 +7380,9 @@ "frequency": 3 }, { - "name": "Goldman Sachs", - "slug": "goldman-sachs", - "frequency": 3 - }, - { - "name": "Morgan Stanley", - "slug": "morgan-stanley", - "frequency": 3 + "name": "LinkedIn", + "slug": "linkedin", + "frequency": 2 }, { "name": "Salesforce", @@ -7384,6 +7394,11 @@ "slug": "uber", "frequency": 2 }, + { + "name": "Morgan Stanley", + "slug": "morgan-stanley", + "frequency": 2 + }, { "name": "Visa", "slug": "visa", @@ -7410,7 +7425,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 41 + "frequency": 39 }, { "name": "Google", @@ -7422,6 +7437,11 @@ "slug": "microsoft", "frequency": 2 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 2 + }, { "name": "DE Shaw", "slug": "de-shaw", @@ -7432,11 +7452,6 @@ "slug": "roblox", "frequency": 2 }, - { - "name": "Zoho", - "slug": "zoho", - "frequency": 2 - }, { "name": "Meta", "slug": "facebook", @@ -7451,6 +7466,11 @@ "name": "Audible", "slug": "audible", "frequency": 2 + }, + { + "name": "Zoho", + "slug": "zoho", + "frequency": 2 } ] }, @@ -7498,7 +7518,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 2 + "frequency": 3 }, { "name": "Uber", @@ -7538,12 +7558,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 32 + "frequency": 31 }, { "name": "Amazon", "slug": "amazon", - "frequency": 28 + "frequency": 29 }, { "name": "Google", @@ -7565,6 +7585,11 @@ "slug": "bloomberg", "frequency": 4 }, + { + "name": "Roblox", + "slug": "roblox", + "frequency": 4 + }, { "name": "Anduril", "slug": "anduril", @@ -7575,11 +7600,6 @@ "slug": "apple", "frequency": 3 }, - { - "name": "Roblox", - "slug": "roblox", - "frequency": 3 - }, { "name": "Oracle", "slug": "oracle", @@ -7590,6 +7610,11 @@ "slug": "coupang", "frequency": 3 }, + { + "name": "DoorDash", + "slug": "doordash", + "frequency": 3 + }, { "name": "Snowflake", "slug": "snowflake", @@ -7625,11 +7650,6 @@ "slug": "adobe", "frequency": 2 }, - { - "name": "DoorDash", - "slug": "doordash", - "frequency": 2 - }, { "name": "Swiggy", "slug": "swiggy", @@ -7671,14 +7691,14 @@ "frequency": 12 }, { - "name": "Meta", - "slug": "facebook", + "name": "Microsoft", + "slug": "microsoft", "frequency": 7 }, { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 6 + "name": "Meta", + "slug": "facebook", + "frequency": 7 }, { "name": "Apple", @@ -7700,35 +7720,30 @@ "slug": "salesforce", "frequency": 5 }, - { - "name": "TikTok", - "slug": "tiktok", - "frequency": 4 - }, { "name": "Anduril", "slug": "anduril", - "frequency": 4 + "frequency": 5 }, { "name": "Netflix", "slug": "netflix", - "frequency": 3 + "frequency": 4 }, { - "name": "Citadel", - "slug": "citadel", - "frequency": 3 + "name": "TikTok", + "slug": "tiktok", + "frequency": 4 }, { - "name": "Snowflake", - "slug": "snowflake", + "name": "Google", + "slug": "google", "frequency": 3 }, { - "name": "Google", - "slug": "google", - "frequency": 2 + "name": "Citadel", + "slug": "citadel", + "frequency": 3 }, { "name": "Oracle", @@ -7741,8 +7756,8 @@ "frequency": 2 }, { - "name": "Walmart Labs", - "slug": "walmart-labs", + "name": "Snowflake", + "slug": "snowflake", "frequency": 2 }, { @@ -7815,27 +7830,27 @@ { "name": "Uber", "slug": "uber", - "frequency": 20 + "frequency": 21 }, { "name": "Meta", "slug": "facebook", "frequency": 10 }, - { - "name": "Google", - "slug": "google", - "frequency": 8 - }, { "name": "TikTok", "slug": "tiktok", - "frequency": 5 + "frequency": 4 + }, + { + "name": "Google", + "slug": "google", + "frequency": 2 }, { "name": "Amazon", "slug": "amazon", - "frequency": 3 + "frequency": 2 }, { "name": "Apple", @@ -7905,13 +7920,13 @@ "premium": false, "companies": [ { - "name": "Meta", - "slug": "facebook", + "name": "Google", + "slug": "google", "frequency": 2 }, { - "name": "Google", - "slug": "google", + "name": "Meta", + "slug": "facebook", "frequency": 2 } ] @@ -7950,34 +7965,34 @@ "slug": "binary-tree-level-order-traversal", "pattern": [ "BFS" - ], - "difficulty": "Medium", - "premium": false, - "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 11 - }, + ], + "difficulty": "Medium", + "premium": false, + "companies": [ { "name": "Meta", "slug": "facebook", + "frequency": 12 + }, + { + "name": "Amazon", + "slug": "amazon", "frequency": 10 }, { "name": "Google", "slug": "google", - "frequency": 7 + "frequency": 6 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 5 + "frequency": 6 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 4 + "frequency": 5 }, { "name": "Oracle", @@ -8087,17 +8102,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 86 + "frequency": 82 }, { "name": "Amazon", "slug": "amazon", - "frequency": 11 - }, - { - "name": "Google", - "slug": "google", - "frequency": 5 + "frequency": 10 }, { "name": "Oracle", @@ -8109,6 +8119,11 @@ "slug": "yandex", "frequency": 5 }, + { + "name": "Google", + "slug": "google", + "frequency": 3 + }, { "name": "Microsoft", "slug": "microsoft", @@ -8145,12 +8160,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 20 + "frequency": 19 }, { "name": "Amazon", "slug": "amazon", - "frequency": 5 + "frequency": 7 }, { "name": "Microsoft", @@ -8162,6 +8177,11 @@ "slug": "okta", "frequency": 4 }, + { + "name": "Google", + "slug": "google", + "frequency": 3 + }, { "name": "Salesforce", "slug": "salesforce", @@ -8171,11 +8191,6 @@ "name": "TikTok", "slug": "tiktok", "frequency": 3 - }, - { - "name": "Google", - "slug": "google", - "frequency": 2 } ] }, @@ -8236,14 +8251,14 @@ "difficulty": "Easy", "premium": false, "companies": [ - { - "name": "Amazon", - "slug": "amazon", - "frequency": 3 - }, { "name": "Google", "slug": "google", + "frequency": 4 + }, + { + "name": "Amazon", + "slug": "amazon", "frequency": 3 }, { @@ -8281,7 +8296,7 @@ { "name": "LinkedIn", "slug": "linkedin", - "frequency": 6 + "frequency": 7 }, { "name": "Microsoft", @@ -8293,20 +8308,25 @@ "slug": "bloomberg", "frequency": 4 }, + { + "name": "Arista Networks", + "slug": "arista-networks", + "frequency": 3 + }, { "name": "Amazon", "slug": "amazon", - "frequency": 3 + "frequency": 2 }, { - "name": "Google", - "slug": "google", - "frequency": 3 + "name": "Meta", + "slug": "facebook", + "frequency": 2 }, { - "name": "Arista Networks", - "slug": "arista-networks", - "frequency": 3 + "name": "Google", + "slug": "google", + "frequency": 2 }, { "name": "Avito", @@ -8317,11 +8337,6 @@ "name": "Spotify", "slug": "spotify", "frequency": 2 - }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 2 } ] }, @@ -8338,23 +8353,23 @@ { "name": "Meta", "slug": "facebook", - "frequency": 72 + "frequency": 66 }, { "name": "Amazon", "slug": "amazon", - "frequency": 11 + "frequency": 12 + }, + { + "name": "Google", + "slug": "google", + "frequency": 10 }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 4 }, - { - "name": "Google", - "slug": "google", - "frequency": 2 - }, { "name": "Microsoft", "slug": "microsoft", @@ -8385,7 +8400,7 @@ { "name": "LinkedIn", "slug": "linkedin", - "frequency": 4 + "frequency": 5 }, { "name": "Amazon", @@ -8496,7 +8511,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 5 + "frequency": 4 }, { "name": "Bloomberg", @@ -8617,12 +8632,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 73 + "frequency": 69 }, { "name": "Amazon", "slug": "amazon", - "frequency": 20 + "frequency": 19 }, { "name": "LinkedIn", @@ -8644,11 +8659,6 @@ "slug": "google", "frequency": 3 }, - { - "name": "Apple", - "slug": "apple", - "frequency": 3 - }, { "name": "Oracle", "slug": "oracle", @@ -8659,10 +8669,15 @@ "slug": "bloomberg", "frequency": 3 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 2 + }, { "name": "Yandex", "slug": "yandex", - "frequency": 3 + "frequency": 2 }, { "name": "TikTok", @@ -8702,31 +8717,31 @@ "difficulty": "Medium", "premium": false, "companies": [ - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 4 - }, { "name": "Amazon", "slug": "amazon", "frequency": 4 }, { - "name": "Google", - "slug": "google", + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 3 }, { - "name": "Meta", - "slug": "facebook", - "frequency": 3 + "name": "Google", + "slug": "google", + "frequency": 2 }, { "name": "Microsoft", "slug": "microsoft", "frequency": 2 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 2 + }, { "name": "ByteDance", "slug": "bytedance", @@ -8747,7 +8762,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 9 + "frequency": 8 }, { "name": "Google", @@ -8767,7 +8782,7 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 3 + "frequency": 2 } ] }, @@ -8794,7 +8809,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 6 + "frequency": 5 }, { "name": "Microsoft", @@ -8864,11 +8879,6 @@ "slug": "docusign", "frequency": 4 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 3 - }, { "name": "Meta", "slug": "facebook", @@ -8884,6 +8894,11 @@ "slug": "roblox", "frequency": 3 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 2 + }, { "name": "Apple", "slug": "apple", @@ -8898,11 +8913,6 @@ "name": "TikTok", "slug": "tiktok", "frequency": 2 - }, - { - "name": "Grammarly", - "slug": "grammarly", - "frequency": 2 } ] }, @@ -8916,25 +8926,25 @@ "difficulty": "Hard", "premium": false, "companies": [ - { - "name": "DoorDash", - "slug": "doordash", - "frequency": 17 - }, { "name": "Amazon", "slug": "amazon", "frequency": 15 }, + { + "name": "DoorDash", + "slug": "doordash", + "frequency": 15 + }, { "name": "Google", "slug": "google", - "frequency": 10 + "frequency": 8 }, { "name": "Meta", "slug": "facebook", - "frequency": 7 + "frequency": 6 }, { "name": "Bloomberg", @@ -8946,6 +8956,11 @@ "slug": "yandex", "frequency": 4 }, + { + "name": "Salesforce", + "slug": "salesforce", + "frequency": 3 + }, { "name": "Oracle", "slug": "oracle", @@ -8966,11 +8981,6 @@ "slug": "microsoft", "frequency": 2 }, - { - "name": "Salesforce", - "slug": "salesforce", - "frequency": 2 - }, { "name": "Snap", "slug": "snapchat", @@ -8991,17 +9001,17 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 9 + "frequency": 10 }, { - "name": "Amazon", - "slug": "amazon", + "name": "Google", + "slug": "google", "frequency": 7 }, { - "name": "Google", - "slug": "google", - "frequency": 6 + "name": "Amazon", + "slug": "amazon", + "frequency": 7 }, { "name": "LinkedIn", @@ -9079,7 +9089,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 10 + "frequency": 9 }, { "name": "Uber", @@ -9151,7 +9161,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 18 + "frequency": 17 }, { "name": "Meta", @@ -9164,8 +9174,8 @@ "frequency": 6 }, { - "name": "Oracle", - "slug": "oracle", + "name": "Google", + "slug": "google", "frequency": 4 }, { @@ -9188,19 +9198,14 @@ "slug": "apple", "frequency": 3 }, - { - "name": "Google", - "slug": "google", - "frequency": 3 - }, { "name": "Goldman Sachs", "slug": "goldman-sachs", "frequency": 3 }, { - "name": "Bloomberg", - "slug": "bloomberg", + "name": "Oracle", + "slug": "oracle", "frequency": 3 }, { @@ -9218,6 +9223,11 @@ "slug": "coupang", "frequency": 3 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 2 + }, { "name": "Spotify", "slug": "spotify", @@ -9253,11 +9263,6 @@ "slug": "splunk", "frequency": 2 }, - { - "name": "PayPal", - "slug": "paypal", - "frequency": 2 - }, { "name": "Visa", "slug": "visa", @@ -9288,7 +9293,7 @@ { "name": "Meta", "slug": "facebook", - "frequency": 18 + "frequency": 17 }, { "name": "Google", @@ -9325,12 +9330,12 @@ { "name": "Google", "slug": "google", - "frequency": 213 + "frequency": 216 }, { "name": "Amazon", "slug": "amazon", - "frequency": 111 + "frequency": 109 }, { "name": "Microsoft", @@ -9340,12 +9345,12 @@ { "name": "Meta", "slug": "facebook", - "frequency": 43 + "frequency": 39 }, { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 34 + "frequency": 33 }, { "name": "Apple", @@ -9355,36 +9360,36 @@ { "name": "Spotify", "slug": "spotify", - "frequency": 7 + "frequency": 6 }, { - "name": "Walmart Labs", - "slug": "walmart-labs", + "name": "Oracle", + "slug": "oracle", "frequency": 5 }, { - "name": "EPAM Systems", - "slug": "epam-systems", + "name": "J.P. Morgan", + "slug": "jpmorgan", "frequency": 5 }, { - "name": "IBM", - "slug": "ibm", - "frequency": 4 + "name": "Walmart Labs", + "slug": "walmart-labs", + "frequency": 5 }, { - "name": "Oracle", - "slug": "oracle", - "frequency": 4 + "name": "EPAM Systems", + "slug": "epam-systems", + "frequency": 5 }, { - "name": "Zoho", - "slug": "zoho", + "name": "Deloitte", + "slug": "deloitte", "frequency": 4 }, { - "name": "J.P. Morgan", - "slug": "jpmorgan", + "name": "IBM", + "slug": "ibm", "frequency": 4 }, { @@ -9397,11 +9402,6 @@ "slug": "hcl", "frequency": 4 }, - { - "name": "Comcast", - "slug": "comcast", - "frequency": 4 - }, { "name": "Intel", "slug": "intel", @@ -9413,14 +9413,9 @@ "frequency": 4 }, { - "name": "Goldman Sachs", - "slug": "goldman-sachs", - "frequency": 3 - }, - { - "name": "Deloitte", - "slug": "deloitte", - "frequency": 3 + "name": "Snowflake", + "slug": "snowflake", + "frequency": 4 }, { "name": "Morgan Stanley", @@ -9437,6 +9432,16 @@ "slug": "wipro", "frequency": 3 }, + { + "name": "Zoho", + "slug": "zoho", + "frequency": 3 + }, + { + "name": "Comcast", + "slug": "comcast", + "frequency": 3 + }, { "name": "Capgemini", "slug": "capgemini", @@ -9447,6 +9452,11 @@ "slug": "hubspot", "frequency": 3 }, + { + "name": "Goldman Sachs", + "slug": "goldman-sachs", + "frequency": 2 + }, { "name": "Adobe", "slug": "adobe", @@ -9492,16 +9502,6 @@ "slug": "tiger-analytics", "frequency": 2 }, - { - "name": "Synopsys", - "slug": "synopsys", - "frequency": 2 - }, - { - "name": "Snowflake", - "slug": "snowflake", - "frequency": 2 - }, { "name": "Pwc", "slug": "pwc", @@ -9517,21 +9517,11 @@ "slug": "linkedin", "frequency": 2 }, - { - "name": "Samsung", - "slug": "samsung", - "frequency": 2 - }, { "name": "Uber", "slug": "uber", "frequency": 2 }, - { - "name": "PayPal", - "slug": "paypal", - "frequency": 2 - }, { "name": "Western Digital", "slug": "western-digital", @@ -9562,6 +9552,11 @@ "slug": "persistent-systems", "frequency": 2 }, + { + "name": "Synopsys", + "slug": "synopsys", + "frequency": 2 + }, { "name": "Tekion", "slug": "tekion", @@ -9602,17 +9597,17 @@ { "name": "Uber", "slug": "uber", - "frequency": 9 - }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 8 + "frequency": 10 }, { "name": "Amazon", "slug": "amazon", - "frequency": 8 + "frequency": 7 + }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 6 }, { "name": "Google", @@ -9691,12 +9686,12 @@ { "name": "Google", "slug": "google", - "frequency": 40 + "frequency": 38 }, { "name": "Amazon", "slug": "amazon", - "frequency": 27 + "frequency": 23 }, { "name": "Meta", @@ -9716,12 +9711,7 @@ { "name": "TikTok", "slug": "tiktok", - "frequency": 6 - }, - { - "name": "Visa", - "slug": "visa", - "frequency": 4 + "frequency": 5 }, { "name": "Oracle", @@ -9729,8 +9719,8 @@ "frequency": 4 }, { - "name": "Apple", - "slug": "apple", + "name": "Visa", + "slug": "visa", "frequency": 3 }, { @@ -9738,6 +9728,16 @@ "slug": "ibm", "frequency": 3 }, + { + "name": "Apple", + "slug": "apple", + "frequency": 2 + }, + { + "name": "Qualcomm", + "slug": "qualcomm", + "frequency": 2 + }, { "name": "Cloudflare", "slug": "cloudflare", @@ -9842,14 +9842,14 @@ "slug": "salesforce", "frequency": 11 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 4 - }, { "name": "Apple", "slug": "apple", + "frequency": 6 + }, + { + "name": "Amazon", + "slug": "amazon", "frequency": 4 }, { @@ -9897,7 +9897,7 @@ { "name": "Google", "slug": "google", - "frequency": 16 + "frequency": 15 }, { "name": "Meta", @@ -9907,7 +9907,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 8 + "frequency": 7 }, { "name": "Amazon", @@ -9999,28 +9999,28 @@ { "name": "Google", "slug": "google", - "frequency": 40 + "frequency": 41 }, { "name": "Amazon", "slug": "amazon", - "frequency": 39 + "frequency": 38 }, { "name": "Goldman Sachs", "slug": "goldman-sachs", - "frequency": 31 + "frequency": 25 + }, + { + "name": "Microsoft", + "slug": "microsoft", + "frequency": 21 }, { "name": "Bloomberg", "slug": "bloomberg", "frequency": 20 }, - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 18 - }, { "name": "Meta", "slug": "facebook", @@ -10031,11 +10031,6 @@ "slug": "adobe", "frequency": 4 }, - { - "name": "Visa", - "slug": "visa", - "frequency": 4 - }, { "name": "Zoho", "slug": "zoho", @@ -10086,6 +10081,11 @@ "slug": "nvidia", "frequency": 2 }, + { + "name": "J.P. Morgan", + "slug": "jpmorgan", + "frequency": 2 + }, { "name": "ServiceNow", "slug": "servicenow", @@ -10131,6 +10131,11 @@ "slug": "nutanix", "frequency": 2 }, + { + "name": "Visa", + "slug": "visa", + "frequency": 2 + }, { "name": "PhonePe", "slug": "phonepe", @@ -10201,7 +10206,7 @@ { "name": "Google", "slug": "google", - "frequency": 26 + "frequency": 27 }, { "name": "Meta", @@ -10211,12 +10216,12 @@ { "name": "Bloomberg", "slug": "bloomberg", - "frequency": 12 + "frequency": 11 }, { "name": "Microsoft", "slug": "microsoft", - "frequency": 7 + "frequency": 5 }, { "name": "Goldman Sachs", @@ -10294,7 +10299,13 @@ ], "difficulty": "Medium", "premium": false, - "companies": [] + "companies": [ + { + "name": "Amazon", + "slug": "amazon", + "frequency": 2 + } + ] }, { "id": 157, @@ -10404,16 +10415,16 @@ "slug": "roblox", "frequency": 7 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 6 - }, { "name": "Google", "slug": "google", "frequency": 5 }, + { + "name": "Amazon", + "slug": "amazon", + "frequency": 5 + }, { "name": "Bloomberg", "slug": "bloomberg", @@ -10494,7 +10505,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 24 + "frequency": 22 }, { "name": "Microsoft", @@ -10504,16 +10515,16 @@ { "name": "Goldman Sachs", "slug": "goldman-sachs", - "frequency": 14 - }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 11 + "frequency": 13 }, { "name": "Rippling", "slug": "rippling", + "frequency": 12 + }, + { + "name": "Bloomberg", + "slug": "bloomberg", "frequency": 11 }, { @@ -10551,11 +10562,6 @@ "slug": "oracle", "frequency": 2 }, - { - "name": "Palo Alto Networks", - "slug": "palo-alto-networks", - "frequency": 2 - }, { "name": "Autodesk", "slug": "autodesk", @@ -10581,7 +10587,7 @@ { "name": "Amazon", "slug": "amazon", - "frequency": 17 + "frequency": 18 }, { "name": "Bloomberg", @@ -10591,21 +10597,21 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 11 + "frequency": 12 }, { "name": "Meta", "slug": "facebook", "frequency": 8 }, - { - "name": "tcs", - "slug": "tcs", - "frequency": 2 - }, { "name": "Oracle", "slug": "oracle", + "frequency": 3 + }, + { + "name": "tcs", + "slug": "tcs", "frequency": 2 }, { @@ -10650,21 +10656,21 @@ { "name": "Google", "slug": "google", - "frequency": 14 + "frequency": 12 }, { "name": "Amazon", "slug": "amazon", "frequency": 8 }, - { - "name": "Meta", - "slug": "facebook", - "frequency": 6 - }, { "name": "Microsoft", "slug": "microsoft", + "frequency": 7 + }, + { + "name": "Meta", + "slug": "facebook", "frequency": 6 }, { @@ -10682,16 +10688,6 @@ "slug": "yandex", "frequency": 3 }, - { - "name": "Oracle", - "slug": "oracle", - "frequency": 3 - }, - { - "name": "SAP", - "slug": "sap", - "frequency": 2 - }, { "name": "TikTok", "slug": "tiktok", @@ -10707,6 +10703,11 @@ "slug": "epam-systems", "frequency": 2 }, + { + "name": "SAP", + "slug": "sap", + "frequency": 2 + }, { "name": "Uber", "slug": "uber", @@ -10717,6 +10718,11 @@ "slug": "paypal", "frequency": 2 }, + { + "name": "Oracle", + "slug": "oracle", + "frequency": 2 + }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -10744,6 +10750,11 @@ "difficulty": "Easy", "premium": false, "companies": [ + { + "name": "Amazon", + "slug": "amazon", + "frequency": 7 + }, { "name": "Google", "slug": "google", @@ -10764,11 +10775,6 @@ "slug": "microsoft", "frequency": 3 }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 2 - }, { "name": "Tinkoff", "slug": "tinkoff", @@ -10802,11 +10808,6 @@ "slug": "amazon", "frequency": 2 }, - { - "name": "Google", - "slug": "google", - "frequency": 2 - }, { "name": "Bloomberg", "slug": "bloomberg", @@ -10853,11 +10854,6 @@ "difficulty": "Easy", "premium": false, "companies": [ - { - "name": "Meta", - "slug": "facebook", - "frequency": 16 - }, { "name": "Google", "slug": "google", @@ -10873,6 +10869,11 @@ "slug": "microsoft", "frequency": 2 }, + { + "name": "Meta", + "slug": "facebook", + "frequency": 2 + }, { "name": "Goldman Sachs", "slug": "goldman-sachs", @@ -10893,7 +10894,7 @@ { "name": "Microsoft", "slug": "microsoft", - "frequency": 7 + "frequency": 6 }, { "name": "Amazon", @@ -10920,16 +10921,16 @@ "slug": "flipkart", "frequency": 4 }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 3 - }, { "name": "BitGo", "slug": "bitgo", "frequency": 3 }, + { + "name": "Bloomberg", + "slug": "bloomberg", + "frequency": 2 + }, { "name": "Oracle", "slug": "oracle",