diff --git a/Makefile b/Makefile index aecbca50..eb7a715f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,4 @@ -export TRANSIFEX_RESOURCE = frontend-component-header-edx -transifex_resource = frontend-component-header-edx -transifex_langs = "ar,fr,es_419,zh_CN,pt,it,de,uk,ru,hi,fr_CA" - +intl_imports = ./node_modules/.bin/intl-imports.js transifex_utils = ./node_modules/.bin/transifex-utils.js i18n = ./src/i18n transifex_input = $(i18n)/transifex_input.json @@ -50,9 +47,16 @@ push_translations: # Pushing comments to Transifex... ./node_modules/@edx/reactifex/bash_scripts/put_comments_v3.sh -# Pulls translations from Transifex. pull_translations: - tx pull -t -f --mode reviewed --languages=$(transifex_langs) + rm -rf src/i18n/messages + mkdir src/i18n/messages + cd src/i18n/messages \ + && atlas pull $(ATLAS_OPTIONS) \ + translations/frontend-component-header/src/i18n/messages:frontend-component-header\ + translations/frontend-platform/src/i18n/messages:frontend-platform \ + translations/paragon/src/i18n/messages:paragon \ + + $(intl_imports) frontend-component-header frontend-platform paragon # This target is used by Travis. validate-no-uncommitted-package-lock-changes: diff --git a/package-lock.json b/package-lock.json index 2dec3c06..379dad26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,6 +34,7 @@ "@edx/brand": "npm:@edx/brand-edx.org@2.1.3", "@edx/browserslist-config": "1.2.0", "@edx/frontend-platform": "^8.1.0", + "@edx/openedx-atlas": "^0.6.0", "@edx/reactifex": "2.2.0", "@openedx/frontend-build": "^14.0.10", "@testing-library/dom": "9.3.4", @@ -58,17 +59,20 @@ "react-router-dom": "^6.0.0" } }, + "node_modules/@aashutoshrathi/word-wrap": { + "version": "1.2.6", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/@adobe/css-tools": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.0.tgz", - "integrity": "sha512-Ff9+ksdQQB3rMncgqDK78uLznstjyfIf2Arnh22pW8kBpLs6rpKDwgnZT46hin5Hl1WzazzK64DOrhSwYpS7bQ==", + "version": "4.3.3", "dev": true, "license": "MIT" }, "node_modules/@ampproject/remapping": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", - "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", "license": "Apache-2.0", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", @@ -79,9 +83,7 @@ } }, "node_modules/@babel/cli": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.8.tgz", - "integrity": "sha512-isdp+G6DpRyKc+3Gqxy2rjzgF7Zj9K0mzLNnxz+E/fgeag8qT3vVulX4gY9dGO1q0y+0lUv6V3a+uhUzMzrwXg==", + "version": "7.24.7", "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", @@ -107,14 +109,15 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/cli/node_modules/convert-source-map": { + "version": "2.0.0", + "license": "MIT" + }, "node_modules/@babel/code-frame": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.0.tgz", - "integrity": "sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^7.25.9", - "js-tokens": "^4.0.0", + "@babel/highlight": "^7.24.7", "picocolors": "^1.0.0" }, "engines": { @@ -122,30 +125,26 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.0.tgz", - "integrity": "sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==", + "version": "7.24.7", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz", - "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==", + "version": "7.24.7", "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.9", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-module-transforms": "^7.24.9", - "@babel/helpers": "^7.24.8", - "@babel/parser": "^7.24.8", + "@babel/generator": "^7.24.7", + "@babel/helper-compilation-targets": "^7.24.7", + "@babel/helper-module-transforms": "^7.24.7", + "@babel/helpers": "^7.24.7", + "@babel/parser": "^7.24.7", "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.8", - "@babel/types": "^7.24.9", + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -160,10 +159,12 @@ "url": "https://opencollective.com/babel" } }, + "node_modules/@babel/core/node_modules/convert-source-map": { + "version": "2.0.0", + "license": "MIT" + }, "node_modules/@babel/eslint-parser": { "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.9.tgz", - "integrity": "sha512-xdMkt39/nviO/4vpVdrEYPwXCsYIXSSAr6mC7WQsNIlGnuxKyKE7GZjalcnbSWiC4OXGNNN3UQPeHfjSC6sTDA==", "license": "MIT", "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", @@ -179,55 +180,46 @@ } }, "node_modules/@babel/generator": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.0.tgz", - "integrity": "sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/parser": "^7.26.0", - "@babel/types": "^7.26.0", + "@babel/types": "^7.24.7", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^3.0.2" + "jsesc": "^2.5.1" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", - "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/types": "^7.25.9" + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz", - "integrity": "sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", - "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.25.9", - "@babel/helper-validator-option": "^7.25.9", - "browserslist": "^4.24.0", + "@babel/compat-data": "^7.24.7", + "@babel/helper-validator-option": "^7.24.7", + "browserslist": "^4.22.2", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -236,17 +228,17 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz", - "integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-member-expression-to-functions": "^7.25.9", - "@babel/helper-optimise-call-expression": "^7.25.9", - "@babel/helper-replace-supers": "^7.25.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", - "@babel/traverse": "^7.25.9", + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-function-name": "^7.24.7", + "@babel/helper-member-expression-to-functions": "^7.24.7", + "@babel/helper-optimise-call-expression": "^7.24.7", + "@babel/helper-replace-supers": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", "semver": "^6.3.1" }, "engines": { @@ -257,13 +249,11 @@ } }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.9.tgz", - "integrity": "sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "regexpu-core": "^6.1.1", + "@babel/helper-annotate-as-pure": "^7.24.7", + "regexpu-core": "^5.3.1", "semver": "^6.3.1" }, "engines": { @@ -275,8 +265,6 @@ }, "node_modules/@babel/helper-define-polyfill-provider": { "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz", - "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==", "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.22.6", @@ -289,41 +277,68 @@ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, + "node_modules/@babel/helper-environment-visitor": { + "version": "7.24.7", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-function-name": { + "version": "7.24.7", + "license": "MIT", + "dependencies": { + "@babel/template": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-hoist-variables": { + "version": "7.24.7", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz", - "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", - "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", - "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-module-imports": "^7.25.9", - "@babel/helper-validator-identifier": "^7.25.9", - "@babel/traverse": "^7.25.9" + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-simple-access": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", + "@babel/helper-validator-identifier": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -333,35 +348,29 @@ } }, "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz", - "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/types": "^7.25.9" + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz", - "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==", + "version": "7.24.7", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz", - "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-wrap-function": "^7.25.9", - "@babel/traverse": "^7.25.9" + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-wrap-function": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -371,14 +380,12 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz", - "integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-member-expression-to-functions": "^7.25.9", - "@babel/helper-optimise-call-expression": "^7.25.9", - "@babel/traverse": "^7.25.9" + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-member-expression-to-functions": "^7.24.7", + "@babel/helper-optimise-call-expression": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -388,93 +395,155 @@ } }, "node_modules/@babel/helper-simple-access": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz", - "integrity": "sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz", - "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==", + "version": "7.24.7", + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-string-parser": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", - "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", + "version": "7.24.7", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", - "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", + "version": "7.24.7", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", - "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", + "version": "7.24.7", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-wrap-function": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz", - "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/template": "^7.25.9", - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/helper-function-name": "^7.24.7", + "@babel/template": "^7.24.7", + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz", - "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/template": "^7.25.9", - "@babel/types": "^7.26.0" + "@babel/template": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/parser": { - "version": "7.26.1", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.1.tgz", - "integrity": "sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==", + "node_modules/@babel/highlight": { + "version": "7.24.7", + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.24.7", + "chalk": "^2.4.2", + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight/node_modules/ansi-styles": { + "version": "3.2.1", + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/chalk": { + "version": "2.4.2", + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/color-convert": { + "version": "1.9.3", + "license": "MIT", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/@babel/highlight/node_modules/color-name": { + "version": "1.1.3", + "license": "MIT" + }, + "node_modules/@babel/highlight/node_modules/escape-string-regexp": { + "version": "1.0.5", + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/@babel/highlight/node_modules/has-flag": { + "version": "3.0.0", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/supports-color": { + "version": "5.5.0", "license": "MIT", "dependencies": { - "@babel/types": "^7.26.0" + "has-flag": "^3.0.0" }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/parser": { + "version": "7.24.7", + "license": "MIT", "bin": { "parser": "bin/babel-parser.js" }, @@ -483,13 +552,11 @@ } }, "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz", - "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/traverse": "^7.25.9" + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -499,12 +566,10 @@ } }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.25.9", - "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.25.9.tgz", - "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -514,14 +579,12 @@ } }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz", - "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", - "@babel/plugin-transform-optional-chaining": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", + "@babel/plugin-transform-optional-chaining": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -531,13 +594,11 @@ } }, "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz", - "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/traverse": "^7.25.9" + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -548,9 +609,6 @@ }, "node_modules/@babel/plugin-proposal-class-properties": { "version": "7.18.6", - "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", @@ -565,9 +623,6 @@ }, "node_modules/@babel/plugin-proposal-object-rest-spread": { "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz", - "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==", - "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.", "license": "MIT", "dependencies": { "@babel/compat-data": "^7.20.5", @@ -585,8 +640,6 @@ }, "node_modules/@babel/plugin-proposal-private-property-in-object": { "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" @@ -597,8 +650,6 @@ }, "node_modules/@babel/plugin-syntax-async-generators": { "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" @@ -609,8 +660,6 @@ }, "node_modules/@babel/plugin-syntax-bigint": { "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" @@ -621,8 +670,6 @@ }, "node_modules/@babel/plugin-syntax-class-properties": { "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" @@ -633,8 +680,6 @@ }, "node_modules/@babel/plugin-syntax-class-static-block": { "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" @@ -648,8 +693,6 @@ }, "node_modules/@babel/plugin-syntax-dynamic-import": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" @@ -660,8 +703,6 @@ }, "node_modules/@babel/plugin-syntax-export-namespace-from": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.3" @@ -671,12 +712,10 @@ } }, "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz", - "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -686,12 +725,10 @@ } }, "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz", - "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -702,8 +739,6 @@ }, "node_modules/@babel/plugin-syntax-import-meta": { "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" @@ -714,8 +749,6 @@ }, "node_modules/@babel/plugin-syntax-json-strings": { "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" @@ -725,12 +758,10 @@ } }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz", - "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -741,8 +772,6 @@ }, "node_modules/@babel/plugin-syntax-logical-assignment-operators": { "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" @@ -753,8 +782,6 @@ }, "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { "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" @@ -765,8 +792,6 @@ }, "node_modules/@babel/plugin-syntax-numeric-separator": { "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" @@ -777,8 +802,6 @@ }, "node_modules/@babel/plugin-syntax-object-rest-spread": { "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" @@ -789,8 +812,6 @@ }, "node_modules/@babel/plugin-syntax-optional-catch-binding": { "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" @@ -801,8 +822,6 @@ }, "node_modules/@babel/plugin-syntax-optional-chaining": { "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" @@ -813,8 +832,6 @@ }, "node_modules/@babel/plugin-syntax-private-property-in-object": { "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" @@ -828,8 +845,6 @@ }, "node_modules/@babel/plugin-syntax-top-level-await": { "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" @@ -842,12 +857,10 @@ } }, "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz", - "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==", + "version": "7.24.1", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -858,8 +871,6 @@ }, "node_modules/@babel/plugin-syntax-unicode-sets-regex": { "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", @@ -873,12 +884,10 @@ } }, "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz", - "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -888,14 +897,13 @@ } }, "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz", - "integrity": "sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-remap-async-to-generator": "^7.25.9", - "@babel/traverse": "^7.25.9" + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-remap-async-to-generator": "^7.24.7", + "@babel/plugin-syntax-async-generators": "^7.8.4" }, "engines": { "node": ">=6.9.0" @@ -905,14 +913,12 @@ } }, "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz", - "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-module-imports": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-remap-async-to-generator": "^7.25.9" + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-remap-async-to-generator": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -922,12 +928,10 @@ } }, "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz", - "integrity": "sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -937,12 +941,10 @@ } }, "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz", - "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -952,13 +954,11 @@ } }, "node_modules/@babel/plugin-transform-class-properties": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz", - "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -968,13 +968,12 @@ } }, "node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz", - "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-class-static-block": "^7.14.5" }, "engines": { "node": ">=6.9.0" @@ -984,16 +983,16 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz", - "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-compilation-targets": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-replace-supers": "^7.25.9", - "@babel/traverse": "^7.25.9", + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-compilation-targets": "^7.24.7", + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-function-name": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-replace-supers": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", "globals": "^11.1.0" }, "engines": { @@ -1004,13 +1003,11 @@ } }, "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz", - "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/template": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/template": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1020,12 +1017,10 @@ } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz", - "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1035,13 +1030,11 @@ } }, "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz", - "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1051,12 +1044,10 @@ } }, "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz", - "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1066,12 +1057,11 @@ } }, "node_modules/@babel/plugin-transform-dynamic-import": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz", - "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" }, "engines": { "node": ">=6.9.0" @@ -1081,13 +1071,11 @@ } }, "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz", - "integrity": "sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1097,12 +1085,11 @@ } }, "node_modules/@babel/plugin-transform-export-namespace-from": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz", - "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" }, "engines": { "node": ">=6.9.0" @@ -1112,13 +1099,11 @@ } }, "node_modules/@babel/plugin-transform-for-of": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz", - "integrity": "sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1128,14 +1113,12 @@ } }, "node_modules/@babel/plugin-transform-function-name": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz", - "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-compilation-targets": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/traverse": "^7.25.9" + "@babel/helper-compilation-targets": "^7.24.7", + "@babel/helper-function-name": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1145,12 +1128,11 @@ } }, "node_modules/@babel/plugin-transform-json-strings": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz", - "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-json-strings": "^7.8.3" }, "engines": { "node": ">=6.9.0" @@ -1160,12 +1142,10 @@ } }, "node_modules/@babel/plugin-transform-literals": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz", - "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1175,12 +1155,11 @@ } }, "node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz", - "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" }, "engines": { "node": ">=6.9.0" @@ -1190,12 +1169,10 @@ } }, "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz", - "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1205,13 +1182,11 @@ } }, "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz", - "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-module-transforms": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1221,14 +1196,12 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz", - "integrity": "sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-simple-access": "^7.25.9" + "@babel/helper-module-transforms": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-simple-access": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1238,15 +1211,13 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz", - "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-validator-identifier": "^7.25.9", - "@babel/traverse": "^7.25.9" + "@babel/helper-hoist-variables": "^7.24.7", + "@babel/helper-module-transforms": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-validator-identifier": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1256,13 +1227,11 @@ } }, "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz", - "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-module-transforms": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1272,13 +1241,11 @@ } }, "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz", - "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1288,12 +1255,10 @@ } }, "node_modules/@babel/plugin-transform-new-target": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz", - "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1303,12 +1268,11 @@ } }, "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz", - "integrity": "sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" }, "engines": { "node": ">=6.9.0" @@ -1318,12 +1282,11 @@ } }, "node_modules/@babel/plugin-transform-numeric-separator": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz", - "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" }, "engines": { "node": ">=6.9.0" @@ -1333,14 +1296,13 @@ } }, "node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz", - "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-compilation-targets": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/plugin-transform-parameters": "^7.25.9" + "@babel/helper-compilation-targets": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1350,13 +1312,11 @@ } }, "node_modules/@babel/plugin-transform-object-super": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz", - "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-replace-supers": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-replace-supers": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1366,12 +1326,11 @@ } }, "node_modules/@babel/plugin-transform-optional-catch-binding": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz", - "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" }, "engines": { "node": ">=6.9.0" @@ -1381,13 +1340,12 @@ } }, "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz", - "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" }, "engines": { "node": ">=6.9.0" @@ -1397,12 +1355,10 @@ } }, "node_modules/@babel/plugin-transform-parameters": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz", - "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1412,13 +1368,11 @@ } }, "node_modules/@babel/plugin-transform-private-methods": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz", - "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1428,14 +1382,13 @@ } }, "node_modules/@babel/plugin-transform-private-property-in-object": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz", - "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-create-class-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" }, "engines": { "node": ">=6.9.0" @@ -1445,12 +1398,10 @@ } }, "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz", - "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1460,12 +1411,10 @@ } }, "node_modules/@babel/plugin-transform-react-constant-elements": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.25.9.tgz", - "integrity": "sha512-Ncw2JFsJVuvfRsa2lSHiC55kETQVLSnsYGQ1JDDwkUeWGTL/8Tom8aLTnlqgoeuopWrbbGndrc9AlLYrIosrow==", + "version": "7.24.1", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1475,12 +1424,10 @@ } }, "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz", - "integrity": "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1490,16 +1437,14 @@ } }, "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz", - "integrity": "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-module-imports": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/plugin-syntax-jsx": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-jsx": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1509,12 +1454,10 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-development": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz", - "integrity": "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/plugin-transform-react-jsx": "^7.25.9" + "@babel/plugin-transform-react-jsx": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1524,13 +1467,11 @@ } }, "node_modules/@babel/plugin-transform-react-pure-annotations": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz", - "integrity": "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1540,12 +1481,10 @@ } }, "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz", - "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-plugin-utils": "^7.24.7", "regenerator-transform": "^0.15.2" }, "engines": { @@ -1556,12 +1495,10 @@ } }, "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz", - "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1571,12 +1508,10 @@ } }, "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz", - "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1586,13 +1521,11 @@ } }, "node_modules/@babel/plugin-transform-spread": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz", - "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1602,12 +1535,10 @@ } }, "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz", - "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1617,12 +1548,10 @@ } }, "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz", - "integrity": "sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1632,12 +1561,10 @@ } }, "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz", - "integrity": "sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1647,16 +1574,13 @@ } }, "node_modules/@babel/plugin-transform-typescript": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.9.tgz", - "integrity": "sha512-7PbZQZP50tzv2KGGnhh82GSyMB01yKY9scIjf1a+GfZCtInOWqUH5+1EBU4t9fyR5Oykkkc9vFTs4OHrhHXljQ==", + "version": "7.24.5", "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-create-class-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", - "@babel/plugin-syntax-typescript": "^7.25.9" + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.24.5", + "@babel/helper-plugin-utils": "^7.24.5", + "@babel/plugin-syntax-typescript": "^7.24.1" }, "engines": { "node": ">=6.9.0" @@ -1666,12 +1590,10 @@ } }, "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz", - "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1681,13 +1603,11 @@ } }, "node_modules/@babel/plugin-transform-unicode-property-regex": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz", - "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1697,13 +1617,11 @@ } }, "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz", - "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1713,13 +1631,11 @@ } }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz", - "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1729,15 +1645,13 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.8.tgz", - "integrity": "sha512-vObvMZB6hNWuDxhSaEPTKCwcqkAIuDtE+bQGn4XMXne1DSLzFVY8Vmj1bm+mUQXYNN8NmaQEO+r8MMbzPr1jBQ==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.24.8", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-validator-option": "^7.24.8", + "@babel/compat-data": "^7.24.7", + "@babel/helper-compilation-targets": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-validator-option": "^7.24.7", "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.7", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.7", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", @@ -1768,9 +1682,9 @@ "@babel/plugin-transform-block-scoping": "^7.24.7", "@babel/plugin-transform-class-properties": "^7.24.7", "@babel/plugin-transform-class-static-block": "^7.24.7", - "@babel/plugin-transform-classes": "^7.24.8", + "@babel/plugin-transform-classes": "^7.24.7", "@babel/plugin-transform-computed-properties": "^7.24.7", - "@babel/plugin-transform-destructuring": "^7.24.8", + "@babel/plugin-transform-destructuring": "^7.24.7", "@babel/plugin-transform-dotall-regex": "^7.24.7", "@babel/plugin-transform-duplicate-keys": "^7.24.7", "@babel/plugin-transform-dynamic-import": "^7.24.7", @@ -1783,7 +1697,7 @@ "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", "@babel/plugin-transform-member-expression-literals": "^7.24.7", "@babel/plugin-transform-modules-amd": "^7.24.7", - "@babel/plugin-transform-modules-commonjs": "^7.24.8", + "@babel/plugin-transform-modules-commonjs": "^7.24.7", "@babel/plugin-transform-modules-systemjs": "^7.24.7", "@babel/plugin-transform-modules-umd": "^7.24.7", "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", @@ -1793,7 +1707,7 @@ "@babel/plugin-transform-object-rest-spread": "^7.24.7", "@babel/plugin-transform-object-super": "^7.24.7", "@babel/plugin-transform-optional-catch-binding": "^7.24.7", - "@babel/plugin-transform-optional-chaining": "^7.24.8", + "@babel/plugin-transform-optional-chaining": "^7.24.7", "@babel/plugin-transform-parameters": "^7.24.7", "@babel/plugin-transform-private-methods": "^7.24.7", "@babel/plugin-transform-private-property-in-object": "^7.24.7", @@ -1804,7 +1718,7 @@ "@babel/plugin-transform-spread": "^7.24.7", "@babel/plugin-transform-sticky-regex": "^7.24.7", "@babel/plugin-transform-template-literals": "^7.24.7", - "@babel/plugin-transform-typeof-symbol": "^7.24.8", + "@babel/plugin-transform-typeof-symbol": "^7.24.7", "@babel/plugin-transform-unicode-escapes": "^7.24.7", "@babel/plugin-transform-unicode-property-regex": "^7.24.7", "@babel/plugin-transform-unicode-regex": "^7.24.7", @@ -1813,7 +1727,7 @@ "babel-plugin-polyfill-corejs2": "^0.4.10", "babel-plugin-polyfill-corejs3": "^0.10.4", "babel-plugin-polyfill-regenerator": "^0.6.1", - "core-js-compat": "^3.37.1", + "core-js-compat": "^3.31.0", "semver": "^6.3.1" }, "engines": { @@ -1825,8 +1739,6 @@ }, "node_modules/@babel/preset-modules": { "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", @@ -1839,8 +1751,6 @@ }, "node_modules/@babel/preset-react": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.7.tgz", - "integrity": "sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", @@ -1858,16 +1768,14 @@ } }, "node_modules/@babel/preset-typescript": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz", - "integrity": "sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==", + "version": "7.24.1", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-validator-option": "^7.25.9", - "@babel/plugin-syntax-jsx": "^7.25.9", - "@babel/plugin-transform-modules-commonjs": "^7.25.9", - "@babel/plugin-transform-typescript": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-validator-option": "^7.23.5", + "@babel/plugin-syntax-jsx": "^7.24.1", + "@babel/plugin-transform-modules-commonjs": "^7.24.1", + "@babel/plugin-transform-typescript": "^7.24.1" }, "engines": { "node": ">=6.9.0" @@ -1876,10 +1784,12 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/regjsgen": { + "version": "0.8.0", + "license": "MIT" + }, "node_modules/@babel/runtime": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz", - "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==", + "version": "7.24.4", "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" @@ -1889,9 +1799,7 @@ } }, "node_modules/@babel/runtime-corejs3": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.26.0.tgz", - "integrity": "sha512-YXHu5lN8kJCb1LOb9PgV6pvak43X2h4HvRApcN5SdWeaItQOzfn1hgP6jasD6KWQyJDBxrVmA9o9OivlnNJK/w==", + "version": "7.23.6", "license": "MIT", "dependencies": { "core-js-pure": "^3.30.2", @@ -1902,30 +1810,29 @@ } }, "node_modules/@babel/template": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", - "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.25.9", - "@babel/parser": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/code-frame": "^7.24.7", + "@babel/parser": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz", - "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.25.9", - "@babel/generator": "^7.25.9", - "@babel/parser": "^7.25.9", - "@babel/template": "^7.25.9", - "@babel/types": "^7.25.9", + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.24.7", + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-function-name": "^7.24.7", + "@babel/helper-hoist-variables": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", + "@babel/parser": "^7.24.7", + "@babel/types": "^7.24.7", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -1934,13 +1841,12 @@ } }, "node_modules/@babel/types": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz", - "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.25.9", - "@babel/helper-validator-identifier": "^7.25.9" + "@babel/helper-string-parser": "^7.24.7", + "@babel/helper-validator-identifier": "^7.24.7", + "to-fast-properties": "^2.0.0" }, "engines": { "node": ">=6.9.0" @@ -1948,23 +1854,17 @@ }, "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==", "license": "MIT" }, "node_modules/@cospired/i18n-iso-languages": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@cospired/i18n-iso-languages/-/i18n-iso-languages-4.2.0.tgz", - "integrity": "sha512-vy8cq1176MTxVwB1X9niQjcIYOH29F8Huxtx8hLmT5Uz3l1ztGDGri8KN/4zE7LV2mCT7JrcAoNV/I9yb+lNUw==", "license": "MIT", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@csstools/cascade-layer-name-parser": { - "version": "1.0.13", - "resolved": "https://registry.npmjs.org/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-1.0.13.tgz", - "integrity": "sha512-MX0yLTwtZzr82sQ0zOjqimpZbzjMaK/h2pmlrLK7DCzlmiZLYFpoO94WmN1akRVo6ll/TdpHb53vihHLUMyvng==", + "version": "1.0.11", "funding": [ { "type": "github", @@ -1980,14 +1880,12 @@ "node": "^14 || ^16 || >=18" }, "peerDependencies": { - "@csstools/css-parser-algorithms": "^2.7.1", - "@csstools/css-tokenizer": "^2.4.1" + "@csstools/css-parser-algorithms": "^2.6.3", + "@csstools/css-tokenizer": "^2.3.1" } }, "node_modules/@csstools/css-parser-algorithms": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.7.1.tgz", - "integrity": "sha512-2SJS42gxmACHgikc1WGesXLIT8d/q2l0UFM7TaEeIzdFCE/FPMtTiizcPGGJtlPo2xuQzY09OhrLTzRxqJqwGw==", + "version": "2.6.3", "funding": [ { "type": "github", @@ -2003,13 +1901,11 @@ "node": "^14 || ^16 || >=18" }, "peerDependencies": { - "@csstools/css-tokenizer": "^2.4.1" + "@csstools/css-tokenizer": "^2.3.1" } }, "node_modules/@csstools/css-tokenizer": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.4.1.tgz", - "integrity": "sha512-eQ9DIktFJBhGjioABJRtUucoWR2mwllurfnM8LuNGAqX3ViZXaUchqk+1s7jjtkFiT9ySdACsFEA3etErkALUg==", + "version": "2.3.1", "funding": [ { "type": "github", @@ -2026,9 +1922,7 @@ } }, "node_modules/@csstools/media-query-list-parser": { - "version": "2.1.13", - "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.13.tgz", - "integrity": "sha512-XaHr+16KRU9Gf8XLi3q8kDlI18d5vzKSKCY510Vrtc9iNR0NJzbY9hhTmwhzYZj/ZwGL4VmB3TA9hJW0Um2qFA==", + "version": "2.1.11", "funding": [ { "type": "github", @@ -2044,14 +1938,12 @@ "node": "^14 || ^16 || >=18" }, "peerDependencies": { - "@csstools/css-parser-algorithms": "^2.7.1", - "@csstools/css-tokenizer": "^2.4.1" + "@csstools/css-parser-algorithms": "^2.6.3", + "@csstools/css-tokenizer": "^2.3.1" } }, "node_modules/@discoveryjs/json-ext": { "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", - "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", "license": "MIT", "engines": { "node": ">=10.0.0" @@ -2060,22 +1952,16 @@ "node_modules/@edx/brand": { "name": "@edx/brand-edx.org", "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@edx/brand-edx.org/-/brand-edx.org-2.1.3.tgz", - "integrity": "sha512-1TwUwW7YVgvhh7aO1ql1poAosUCA0zd7/DNuqeSO0wXui0oCHL+WQW8b9tXS2tRJ5BMRKjG8t22fcOcKX3ljbg==", "dev": true, "license": "UNLICENSED" }, "node_modules/@edx/browserslist-config": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@edx/browserslist-config/-/browserslist-config-1.2.0.tgz", - "integrity": "sha512-T1+6P52Yx7SMkmoIr4O0Q3m/DyRdrLTJbv1xVijdRLFEq1hqdafEs+Ln1423U5LSkTePb9AOkEtL1G0RZLFl1w==", "dev": true, "license": "AGPL-3.0" }, "node_modules/@edx/eslint-config": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@edx/eslint-config/-/eslint-config-4.2.0.tgz", - "integrity": "sha512-2wuIw49uyj6gRwS74qJ8WhBU+X2FOP4uot40sthIC4YU9qCM7WJOcOuAhkRPP1FvZKd3UQH3gZM7eJ85xzDBqA==", + "version": "4.1.0", "license": "MIT", "peerDependencies": { "@typescript-eslint/eslint-plugin": "^5.62.0", @@ -2091,8 +1977,6 @@ }, "node_modules/@edx/frontend-enterprise-utils": { "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@edx/frontend-enterprise-utils/-/frontend-enterprise-utils-9.1.0.tgz", - "integrity": "sha512-UpXuGZU5xxG+yOFwLAR4oKRxs0YSLnOAWNSwckvap96CjUKDx4iQtOyQnsKFmxaQ/Ddsss6FY1P4KN82ebfGMg==", "license": "AGPL-3.0", "dependencies": { "@testing-library/react": "12.1.4", @@ -2107,8 +1991,6 @@ }, "node_modules/@edx/frontend-enterprise-utils/node_modules/@testing-library/dom": { "version": "8.20.1", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.20.1.tgz", - "integrity": "sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.10.4", @@ -2126,8 +2008,6 @@ }, "node_modules/@edx/frontend-enterprise-utils/node_modules/@testing-library/react": { "version": "12.1.4", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.4.tgz", - "integrity": "sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.5", @@ -2183,163 +2063,35 @@ "redux": "^4.0.4" } }, - "node_modules/@edx/frontend-platform/node_modules/@formatjs/ecma402-abstract": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.0.0.tgz", - "integrity": "sha512-rRqXOqdFmk7RYvj4khklyqzcfQl9vEL/usogncBHRZfZBDOwMGuSRNFl02fu5KGHXdbinju+YXyuR+Nk8xlr/g==", + "node_modules/@edx/frontend-platform/node_modules/axios": { + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz", + "integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==", "license": "MIT", "dependencies": { - "@formatjs/intl-localematcher": "0.5.4", - "tslib": "^2.4.0" + "follow-redirects": "^1.15.4", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" } }, - "node_modules/@edx/frontend-platform/node_modules/@formatjs/fast-memoize": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-2.2.0.tgz", - "integrity": "sha512-hnk/nY8FyrL5YxwP9e4r9dqeM6cAbo8PeU9UjyXojZMNvVad2Z06FAVHyR3Ecw6fza+0GH7vdJgiKIVXTMbSBA==", - "license": "MIT", + "node_modules/@edx/new-relic-source-map-webpack-plugin": { + "version": "2.1.0", + "license": "AGPL-3.0", "dependencies": { - "tslib": "^2.4.0" + "@newrelic/publish-sourcemap": "^5.0.1" } }, - "node_modules/@edx/frontend-platform/node_modules/@formatjs/icu-messageformat-parser": { - "version": "2.7.8", - "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.7.8.tgz", - "integrity": "sha512-nBZJYmhpcSX0WeJ5SDYUkZ42AgR3xiyhNCsQweFx3cz/ULJjym8bHAzWKvG5e2+1XO98dBYC0fWeeAECAVSwLA==", - "license": "MIT", - "dependencies": { - "@formatjs/ecma402-abstract": "2.0.0", - "@formatjs/icu-skeleton-parser": "1.8.2", - "tslib": "^2.4.0" - } - }, - "node_modules/@edx/frontend-platform/node_modules/@formatjs/icu-skeleton-parser": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.8.2.tgz", - "integrity": "sha512-k4ERKgw7aKGWJZgTarIcNEmvyTVD9FYh0mTrrBMHZ1b8hUu6iOJ4SzsZlo3UNAvHYa+PnvntIwRPt1/vy4nA9Q==", - "license": "MIT", - "dependencies": { - "@formatjs/ecma402-abstract": "2.0.0", - "tslib": "^2.4.0" - } - }, - "node_modules/@edx/frontend-platform/node_modules/@formatjs/intl": { - "version": "2.10.5", - "resolved": "https://registry.npmjs.org/@formatjs/intl/-/intl-2.10.5.tgz", - "integrity": "sha512-f9qPNNgLrh2KvoFvHGIfcPTmNGbyy7lyyV4/P6JioDqtTE7Akdmgt+ZzVndr+yMLZnssUShyTMXxM/6aV9eVuQ==", - "license": "MIT", - "dependencies": { - "@formatjs/ecma402-abstract": "2.0.0", - "@formatjs/fast-memoize": "2.2.0", - "@formatjs/icu-messageformat-parser": "2.7.8", - "@formatjs/intl-displaynames": "6.6.8", - "@formatjs/intl-listformat": "7.5.7", - "intl-messageformat": "10.5.14", - "tslib": "^2.4.0" - }, - "peerDependencies": { - "typescript": "^4.7 || 5" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@edx/frontend-platform/node_modules/@formatjs/intl-displaynames": { - "version": "6.6.8", - "resolved": "https://registry.npmjs.org/@formatjs/intl-displaynames/-/intl-displaynames-6.6.8.tgz", - "integrity": "sha512-Lgx6n5KxN16B3Pb05z3NLEBQkGoXnGjkTBNCZI+Cn17YjHJ3fhCeEJJUqRlIZmJdmaXQhjcQVDp6WIiNeRYT5g==", - "license": "MIT", - "dependencies": { - "@formatjs/ecma402-abstract": "2.0.0", - "@formatjs/intl-localematcher": "0.5.4", - "tslib": "^2.4.0" - } - }, - "node_modules/@edx/frontend-platform/node_modules/@formatjs/intl-listformat": { - "version": "7.5.7", - "resolved": "https://registry.npmjs.org/@formatjs/intl-listformat/-/intl-listformat-7.5.7.tgz", - "integrity": "sha512-MG2TSChQJQT9f7Rlv+eXwUFiG24mKSzmF144PLb8m8OixyXqn4+YWU+5wZracZGCgVTVmx8viCf7IH3QXoiB2g==", - "license": "MIT", - "dependencies": { - "@formatjs/ecma402-abstract": "2.0.0", - "@formatjs/intl-localematcher": "0.5.4", - "tslib": "^2.4.0" - } - }, - "node_modules/@edx/frontend-platform/node_modules/@formatjs/intl-localematcher": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.4.tgz", - "integrity": "sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==", - "license": "MIT", - "dependencies": { - "tslib": "^2.4.0" - } - }, - "node_modules/@edx/frontend-platform/node_modules/axios": { - "version": "1.6.7", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz", - "integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==", - "license": "MIT", - "dependencies": { - "follow-redirects": "^1.15.4", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" - } - }, - "node_modules/@edx/frontend-platform/node_modules/intl-messageformat": { - "version": "10.5.14", - "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.5.14.tgz", - "integrity": "sha512-IjC6sI0X7YRjjyVH9aUgdftcmZK7WXdHeil4KwbjDnRWjnVitKpAx3rr6t6di1joFp5188VqKcobOPA6mCLG/w==", - "license": "BSD-3-Clause", - "dependencies": { - "@formatjs/ecma402-abstract": "2.0.0", - "@formatjs/fast-memoize": "2.2.0", - "@formatjs/icu-messageformat-parser": "2.7.8", - "tslib": "^2.4.0" - } - }, - "node_modules/@edx/frontend-platform/node_modules/react-intl": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/react-intl/-/react-intl-6.7.0.tgz", - "integrity": "sha512-f5QhjuKb+WEqiAbL5hDqUs2+sSRkF0vxkTbJ4A8ompt55XTyOHcrDlCXGq4o73ywFFrpgz+78C9IXegSLlya2A==", - "license": "BSD-3-Clause", - "dependencies": { - "@formatjs/ecma402-abstract": "2.0.0", - "@formatjs/icu-messageformat-parser": "2.7.8", - "@formatjs/intl": "2.10.5", - "@formatjs/intl-displaynames": "6.6.8", - "@formatjs/intl-listformat": "7.5.7", - "@types/hoist-non-react-statics": "^3.3.1", - "@types/react": "16 || 17 || 18", - "hoist-non-react-statics": "^3.3.2", - "intl-messageformat": "10.5.14", - "tslib": "^2.4.0" - }, - "peerDependencies": { - "react": "^16.6.0 || 17 || 18", - "typescript": "^4.7 || 5" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@edx/new-relic-source-map-webpack-plugin": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@edx/new-relic-source-map-webpack-plugin/-/new-relic-source-map-webpack-plugin-2.1.0.tgz", - "integrity": "sha512-OrlvtdsPcWuOm6NBWfUxFE06qdPiu2bf9nU4I9t8Lu7WW6NsosAB5hxm5U+MBMZP2AuVl3FAt0k0lZsu3+ri8Q==", - "license": "AGPL-3.0", - "dependencies": { - "@newrelic/publish-sourcemap": "^5.0.1" + "node_modules/@edx/openedx-atlas": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/@edx/openedx-atlas/-/openedx-atlas-0.6.2.tgz", + "integrity": "sha512-28Q8vzJDMS4wUxdkbIUBQpzWJ3HTdMaGlaEhFjrVGfuZkh++1AG6Tn/7FMD88cegalYAkphu530VQCHEkMZQhw==", + "dev": true, + "bin": { + "atlas": "atlas" } }, "node_modules/@edx/reactifex": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@edx/reactifex/-/reactifex-2.2.0.tgz", - "integrity": "sha512-vyGDtx3BwCr6Gjbm4y6gJ8Bzc2TOSNBlBa2hMerz59HoXaot14MihxxiDU+JDNybGLLcKDBiK511bOi/77i1lw==", "dev": true, "license": "MIT", "dependencies": { @@ -2352,8 +2104,6 @@ }, "node_modules/@edx/reactifex/node_modules/axios": { "version": "0.21.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", - "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", "dev": true, "license": "MIT", "dependencies": { @@ -2361,36 +2111,27 @@ } }, "node_modules/@edx/typescript-config": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@edx/typescript-config/-/typescript-config-1.1.0.tgz", - "integrity": "sha512-HF+7dsSgA2YQ6f/qV4HnrEYBoIhIdxVQZgDyYk/YGvaVGqT6IFuaHnYUP7ImpCUMOUmx/Jl7EyuVeaMe2LrMcA==", + "version": "1.0.1", "license": "MIT", "peerDependencies": { "typescript": "^4.9.4" } }, "node_modules/@eslint-community/eslint-utils": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz", - "integrity": "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==", + "version": "4.4.0", "license": "MIT", "dependencies": { - "eslint-visitor-keys": "^3.4.3" + "eslint-visitor-keys": "^3.3.0" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, - "funding": { - "url": "https://opencollective.com/eslint" - }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" } }, "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { "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" @@ -2400,9 +2141,7 @@ } }, "node_modules/@eslint-community/regexpp": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", - "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", + "version": "4.10.0", "license": "MIT", "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" @@ -2410,8 +2149,6 @@ }, "node_modules/@eslint/eslintrc": { "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", @@ -2433,14 +2170,10 @@ }, "node_modules/@eslint/eslintrc/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==", "license": "Python-2.0" }, "node_modules/@eslint/eslintrc/node_modules/globals": { "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" @@ -2454,8 +2187,6 @@ }, "node_modules/@eslint/eslintrc/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==", "license": "MIT", "dependencies": { "argparse": "^2.0.1" @@ -2466,8 +2197,6 @@ }, "node_modules/@eslint/eslintrc/node_modules/type-fest": { "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" @@ -2478,17 +2207,13 @@ }, "node_modules/@eslint/js": { "version": "8.44.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.44.0.tgz", - "integrity": "sha512-Ag+9YM4ocKQx9AarydN0KY2j0ErMHNIocPDrVo8zAE44xLTjEtz81OdR68/cydGtk6m6jDb5Za3r2useMzYmSw==", "license": "MIT", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@formatjs/cli": { - "version": "6.3.5", - "resolved": "https://registry.npmjs.org/@formatjs/cli/-/cli-6.3.5.tgz", - "integrity": "sha512-SkMSNl9ULAHYWrPujKjC+mHK4S1WsHgQPk/8Nl0cXzk/PUpKKfQ7+t4YdZICC3etvA6Eyvgj3+1Biogmzmo7Sw==", + "version": "6.2.9", "license": "MIT", "bin": { "formatjs": "bin/formatjs" @@ -2497,37 +2222,9 @@ "node": ">= 16" }, "peerDependencies": { - "@glimmer/env": "^0.1.7", - "@glimmer/reference": "^0.91.1 || ^0.92.0", - "@glimmer/syntax": "^0.92.0", - "@glimmer/validator": "^0.92.0", - "@vue/compiler-core": "^3.4.0", - "content-tag": "^2.0.1", - "ember-template-recast": "^6.1.4", "vue": "^3.4.0" }, "peerDependenciesMeta": { - "@glimmer/env": { - "optional": true - }, - "@glimmer/reference": { - "optional": true - }, - "@glimmer/syntax": { - "optional": true - }, - "@glimmer/validator": { - "optional": true - }, - "@vue/compiler-core": { - "optional": true - }, - "content-tag": { - "optional": true - }, - "ember-template-recast": { - "optional": true - }, "vue": { "optional": true } @@ -2535,8 +2232,6 @@ }, "node_modules/@formatjs/ecma402-abstract": { "version": "1.11.4", - "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.11.4.tgz", - "integrity": "sha512-EBikYFp2JCdIfGEb5G9dyCkTGDmC57KSHhRQOC3aYxoPWVZvfWCDjZwkGYHN7Lis/fmuWl906bnNTJifDQ3sXw==", "license": "MIT", "dependencies": { "@formatjs/intl-localematcher": "0.2.25", @@ -2544,89 +2239,74 @@ } }, "node_modules/@formatjs/fast-memoize": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-2.2.2.tgz", - "integrity": "sha512-mzxZcS0g1pOzwZTslJOBTmLzDXseMLLvnh25ymRilCm8QLMObsQ7x/rj9GNrH0iUhZMlFisVOD6J1n6WQqpKPQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-2.2.0.tgz", + "integrity": "sha512-hnk/nY8FyrL5YxwP9e4r9dqeM6cAbo8PeU9UjyXojZMNvVad2Z06FAVHyR3Ecw6fza+0GH7vdJgiKIVXTMbSBA==", "license": "MIT", "dependencies": { - "tslib": "2" + "tslib": "^2.4.0" } }, "node_modules/@formatjs/icu-messageformat-parser": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.9.1.tgz", - "integrity": "sha512-7AYk4tjnLi5wBkxst2w7qFj38JLMJoqzj7BhdEl7oTlsWMlqwgx4p9oMmmvpXWTSDGNwOKBRc1SfwMh5MOHeNg==", + "version": "2.7.6", "license": "MIT", "dependencies": { - "@formatjs/ecma402-abstract": "2.2.1", - "@formatjs/icu-skeleton-parser": "1.8.5", - "tslib": "2" + "@formatjs/ecma402-abstract": "1.18.2", + "@formatjs/icu-skeleton-parser": "1.8.0", + "tslib": "^2.4.0" } }, "node_modules/@formatjs/icu-messageformat-parser/node_modules/@formatjs/ecma402-abstract": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.2.1.tgz", - "integrity": "sha512-O4ywpkdJybrjFc9zyL8qK5aklleIAi5O4nYhBVJaOFtCkNrnU+lKFeJOFC48zpsZQmR8Aok2V79hGpHnzbmFpg==", + "version": "1.18.2", "license": "MIT", "dependencies": { - "@formatjs/fast-memoize": "2.2.2", - "@formatjs/intl-localematcher": "0.5.6", - "tslib": "2" + "@formatjs/intl-localematcher": "0.5.4", + "tslib": "^2.4.0" } }, "node_modules/@formatjs/icu-messageformat-parser/node_modules/@formatjs/intl-localematcher": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.6.tgz", - "integrity": "sha512-roz1+Ba5e23AHX6KUAWmLEyTRZegM5YDuxuvkHCyK3RJddf/UXB2f+s7pOMm9ktfPGla0g+mQXOn5vsuYirnaA==", + "version": "0.5.4", "license": "MIT", "dependencies": { - "tslib": "2" + "tslib": "^2.4.0" } }, "node_modules/@formatjs/icu-skeleton-parser": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.8.5.tgz", - "integrity": "sha512-zRZ/e3B5qY2+JCLs7puTzWS1Jb+t/K+8Jur/gEZpA2EjWeLDE17nsx8thyo9P48Mno7UmafnPupV2NCJXX17Dg==", + "version": "1.8.0", "license": "MIT", "dependencies": { - "@formatjs/ecma402-abstract": "2.2.1", - "tslib": "2" + "@formatjs/ecma402-abstract": "1.18.2", + "tslib": "^2.4.0" } }, "node_modules/@formatjs/icu-skeleton-parser/node_modules/@formatjs/ecma402-abstract": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.2.1.tgz", - "integrity": "sha512-O4ywpkdJybrjFc9zyL8qK5aklleIAi5O4nYhBVJaOFtCkNrnU+lKFeJOFC48zpsZQmR8Aok2V79hGpHnzbmFpg==", + "version": "1.18.2", "license": "MIT", "dependencies": { - "@formatjs/fast-memoize": "2.2.2", - "@formatjs/intl-localematcher": "0.5.6", - "tslib": "2" + "@formatjs/intl-localematcher": "0.5.4", + "tslib": "^2.4.0" } }, "node_modules/@formatjs/icu-skeleton-parser/node_modules/@formatjs/intl-localematcher": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.6.tgz", - "integrity": "sha512-roz1+Ba5e23AHX6KUAWmLEyTRZegM5YDuxuvkHCyK3RJddf/UXB2f+s7pOMm9ktfPGla0g+mQXOn5vsuYirnaA==", + "version": "0.5.4", "license": "MIT", "dependencies": { - "tslib": "2" + "tslib": "^2.4.0" } }, "node_modules/@formatjs/intl": { - "version": "2.10.11", - "resolved": "https://registry.npmjs.org/@formatjs/intl/-/intl-2.10.11.tgz", - "integrity": "sha512-FNLZjzE1QRlv1Wf0oinnM97AbvZU1zQnQMHI0Oza2F7PxzrPf6bYFRs0ugapq/O4FrvNwDt9F9nyRNwsMM118g==", + "version": "2.10.5", + "resolved": "https://registry.npmjs.org/@formatjs/intl/-/intl-2.10.5.tgz", + "integrity": "sha512-f9qPNNgLrh2KvoFvHGIfcPTmNGbyy7lyyV4/P6JioDqtTE7Akdmgt+ZzVndr+yMLZnssUShyTMXxM/6aV9eVuQ==", "license": "MIT", - "peer": true, "dependencies": { - "@formatjs/ecma402-abstract": "2.2.1", - "@formatjs/fast-memoize": "2.2.2", - "@formatjs/icu-messageformat-parser": "2.9.1", - "@formatjs/intl-displaynames": "6.8.1", - "@formatjs/intl-listformat": "7.7.1", - "intl-messageformat": "10.7.3", - "tslib": "2" + "@formatjs/ecma402-abstract": "2.0.0", + "@formatjs/fast-memoize": "2.2.0", + "@formatjs/icu-messageformat-parser": "2.7.8", + "@formatjs/intl-displaynames": "6.6.8", + "@formatjs/intl-listformat": "7.5.7", + "intl-messageformat": "10.5.14", + "tslib": "^2.4.0" }, "peerDependencies": { "typescript": "^4.7 || 5" @@ -2638,77 +2318,67 @@ } }, "node_modules/@formatjs/intl-displaynames": { - "version": "6.8.1", - "resolved": "https://registry.npmjs.org/@formatjs/intl-displaynames/-/intl-displaynames-6.8.1.tgz", - "integrity": "sha512-nyWfJk4BZ1+GzLq9a40BgVPSRpBkRAVzrSpql+92i0i+lX11m9eS1trSRf/h3j/XcQ+h1h+ntA4Ra4jETK7nNg==", + "version": "6.6.8", + "resolved": "https://registry.npmjs.org/@formatjs/intl-displaynames/-/intl-displaynames-6.6.8.tgz", + "integrity": "sha512-Lgx6n5KxN16B3Pb05z3NLEBQkGoXnGjkTBNCZI+Cn17YjHJ3fhCeEJJUqRlIZmJdmaXQhjcQVDp6WIiNeRYT5g==", "license": "MIT", - "peer": true, "dependencies": { - "@formatjs/ecma402-abstract": "2.2.1", - "@formatjs/intl-localematcher": "0.5.6", - "tslib": "2" + "@formatjs/ecma402-abstract": "2.0.0", + "@formatjs/intl-localematcher": "0.5.4", + "tslib": "^2.4.0" } }, "node_modules/@formatjs/intl-displaynames/node_modules/@formatjs/ecma402-abstract": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.2.1.tgz", - "integrity": "sha512-O4ywpkdJybrjFc9zyL8qK5aklleIAi5O4nYhBVJaOFtCkNrnU+lKFeJOFC48zpsZQmR8Aok2V79hGpHnzbmFpg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.0.0.tgz", + "integrity": "sha512-rRqXOqdFmk7RYvj4khklyqzcfQl9vEL/usogncBHRZfZBDOwMGuSRNFl02fu5KGHXdbinju+YXyuR+Nk8xlr/g==", "license": "MIT", - "peer": true, "dependencies": { - "@formatjs/fast-memoize": "2.2.2", - "@formatjs/intl-localematcher": "0.5.6", - "tslib": "2" + "@formatjs/intl-localematcher": "0.5.4", + "tslib": "^2.4.0" } }, "node_modules/@formatjs/intl-displaynames/node_modules/@formatjs/intl-localematcher": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.6.tgz", - "integrity": "sha512-roz1+Ba5e23AHX6KUAWmLEyTRZegM5YDuxuvkHCyK3RJddf/UXB2f+s7pOMm9ktfPGla0g+mQXOn5vsuYirnaA==", + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.4.tgz", + "integrity": "sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==", "license": "MIT", - "peer": true, "dependencies": { - "tslib": "2" + "tslib": "^2.4.0" } }, "node_modules/@formatjs/intl-listformat": { - "version": "7.7.1", - "resolved": "https://registry.npmjs.org/@formatjs/intl-listformat/-/intl-listformat-7.7.1.tgz", - "integrity": "sha512-bjBxWaUhYAbJFUlFSMWZGn3r2mglXwk+BLyGRu8dY8Q83ZPsqmmVQzjQKENHE3lV6eoQGHT2oZHxUaVndJlk6Q==", + "version": "7.5.7", + "resolved": "https://registry.npmjs.org/@formatjs/intl-listformat/-/intl-listformat-7.5.7.tgz", + "integrity": "sha512-MG2TSChQJQT9f7Rlv+eXwUFiG24mKSzmF144PLb8m8OixyXqn4+YWU+5wZracZGCgVTVmx8viCf7IH3QXoiB2g==", "license": "MIT", - "peer": true, "dependencies": { - "@formatjs/ecma402-abstract": "2.2.1", - "@formatjs/intl-localematcher": "0.5.6", - "tslib": "2" + "@formatjs/ecma402-abstract": "2.0.0", + "@formatjs/intl-localematcher": "0.5.4", + "tslib": "^2.4.0" } }, "node_modules/@formatjs/intl-listformat/node_modules/@formatjs/ecma402-abstract": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.2.1.tgz", - "integrity": "sha512-O4ywpkdJybrjFc9zyL8qK5aklleIAi5O4nYhBVJaOFtCkNrnU+lKFeJOFC48zpsZQmR8Aok2V79hGpHnzbmFpg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.0.0.tgz", + "integrity": "sha512-rRqXOqdFmk7RYvj4khklyqzcfQl9vEL/usogncBHRZfZBDOwMGuSRNFl02fu5KGHXdbinju+YXyuR+Nk8xlr/g==", "license": "MIT", - "peer": true, "dependencies": { - "@formatjs/fast-memoize": "2.2.2", - "@formatjs/intl-localematcher": "0.5.6", - "tslib": "2" + "@formatjs/intl-localematcher": "0.5.4", + "tslib": "^2.4.0" } }, "node_modules/@formatjs/intl-listformat/node_modules/@formatjs/intl-localematcher": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.6.tgz", - "integrity": "sha512-roz1+Ba5e23AHX6KUAWmLEyTRZegM5YDuxuvkHCyK3RJddf/UXB2f+s7pOMm9ktfPGla0g+mQXOn5vsuYirnaA==", + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.4.tgz", + "integrity": "sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==", "license": "MIT", - "peer": true, "dependencies": { - "tslib": "2" + "tslib": "^2.4.0" } }, "node_modules/@formatjs/intl-localematcher": { "version": "0.2.25", - "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.2.25.tgz", - "integrity": "sha512-YmLcX70BxoSopLFdLr1Ds99NdlTI2oWoLbaUW2M406lxOIPzE1KQhRz2fPUkq34xVZQaihCoU29h0KK7An3bhA==", "license": "MIT", "dependencies": { "tslib": "^2.1.0" @@ -2716,8 +2386,6 @@ }, "node_modules/@formatjs/intl-pluralrules": { "version": "4.3.3", - "resolved": "https://registry.npmjs.org/@formatjs/intl-pluralrules/-/intl-pluralrules-4.3.3.tgz", - "integrity": "sha512-NLZN8gf2qLpCuc0m565IbKLNUarEGOzk0mkdTkE4XTuNCofzoQTurW6lL3fmDlneAoYl2FiTdHa5q4o2vZF50g==", "license": "MIT", "dependencies": { "@formatjs/ecma402-abstract": "1.11.4", @@ -2727,8 +2395,6 @@ }, "node_modules/@formatjs/intl-relativetimeformat": { "version": "10.0.1", - "resolved": "https://registry.npmjs.org/@formatjs/intl-relativetimeformat/-/intl-relativetimeformat-10.0.1.tgz", - "integrity": "sha512-AABPQtPjFilXegQsnmVHrSlzjFNUffAEk5DgowY6b7WSwDI7g2W6QgW903/lbZ58emhphAbgHdtKeUBXqTiLpw==", "license": "MIT", "dependencies": { "@formatjs/ecma402-abstract": "1.11.4", @@ -2737,39 +2403,55 @@ } }, "node_modules/@formatjs/intl/node_modules/@formatjs/ecma402-abstract": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.2.1.tgz", - "integrity": "sha512-O4ywpkdJybrjFc9zyL8qK5aklleIAi5O4nYhBVJaOFtCkNrnU+lKFeJOFC48zpsZQmR8Aok2V79hGpHnzbmFpg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.0.0.tgz", + "integrity": "sha512-rRqXOqdFmk7RYvj4khklyqzcfQl9vEL/usogncBHRZfZBDOwMGuSRNFl02fu5KGHXdbinju+YXyuR+Nk8xlr/g==", + "license": "MIT", + "dependencies": { + "@formatjs/intl-localematcher": "0.5.4", + "tslib": "^2.4.0" + } + }, + "node_modules/@formatjs/intl/node_modules/@formatjs/icu-messageformat-parser": { + "version": "2.7.8", + "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.7.8.tgz", + "integrity": "sha512-nBZJYmhpcSX0WeJ5SDYUkZ42AgR3xiyhNCsQweFx3cz/ULJjym8bHAzWKvG5e2+1XO98dBYC0fWeeAECAVSwLA==", "license": "MIT", - "peer": true, "dependencies": { - "@formatjs/fast-memoize": "2.2.2", - "@formatjs/intl-localematcher": "0.5.6", - "tslib": "2" + "@formatjs/ecma402-abstract": "2.0.0", + "@formatjs/icu-skeleton-parser": "1.8.2", + "tslib": "^2.4.0" + } + }, + "node_modules/@formatjs/intl/node_modules/@formatjs/icu-skeleton-parser": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.8.2.tgz", + "integrity": "sha512-k4ERKgw7aKGWJZgTarIcNEmvyTVD9FYh0mTrrBMHZ1b8hUu6iOJ4SzsZlo3UNAvHYa+PnvntIwRPt1/vy4nA9Q==", + "license": "MIT", + "dependencies": { + "@formatjs/ecma402-abstract": "2.0.0", + "tslib": "^2.4.0" } }, "node_modules/@formatjs/intl/node_modules/@formatjs/intl-localematcher": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.6.tgz", - "integrity": "sha512-roz1+Ba5e23AHX6KUAWmLEyTRZegM5YDuxuvkHCyK3RJddf/UXB2f+s7pOMm9ktfPGla0g+mQXOn5vsuYirnaA==", + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.4.tgz", + "integrity": "sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==", "license": "MIT", - "peer": true, "dependencies": { - "tslib": "2" + "tslib": "^2.4.0" } }, "node_modules/@formatjs/ts-transformer": { - "version": "3.13.20", - "resolved": "https://registry.npmjs.org/@formatjs/ts-transformer/-/ts-transformer-3.13.20.tgz", - "integrity": "sha512-63zGIsaLpxfu0w3jclfrgh8EBxbwO43IbCNIAWj31ZowFtgqIOBo7j/DspQCEhvpwDM2ErYfZv8DjV3cabphVQ==", + "version": "3.13.12", "license": "MIT", "dependencies": { - "@formatjs/icu-messageformat-parser": "2.9.1", - "@types/json-stable-stringify": "1", - "@types/node": "14 || 16 || 17 || 18 || 20", - "chalk": "4", - "json-stable-stringify": "1", - "tslib": "2", + "@formatjs/icu-messageformat-parser": "2.7.6", + "@types/json-stable-stringify": "^1.0.32", + "@types/node": "14 || 16 || 17", + "chalk": "^4.0.0", + "json-stable-stringify": "^1.0.1", + "tslib": "^2.4.0", "typescript": "5" }, "peerDependencies": { @@ -2782,18 +2464,11 @@ } }, "node_modules/@formatjs/ts-transformer/node_modules/@types/node": { - "version": "20.17.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.1.tgz", - "integrity": "sha512-j2VlPv1NnwPJbaCNv69FO/1z4lId0QmGvpT41YxitRtWlg96g/j8qcv2RKsLKe2F6OJgyXhupN1Xo17b2m139Q==", - "license": "MIT", - "dependencies": { - "undici-types": "~6.19.2" - } + "version": "17.0.45", + "license": "MIT" }, "node_modules/@formatjs/ts-transformer/node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.4.5", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", @@ -2805,8 +2480,6 @@ }, "node_modules/@fortawesome/fontawesome-common-types": { "version": "6.6.0", - "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-6.6.0.tgz", - "integrity": "sha512-xyX0X9mc0kyz9plIyryrRbl7ngsA9jz77mCZJsUkLl+ZKs0KWObgaEBoSgQiYWAsSmjz/yjl0F++Got0Mdp4Rw==", "license": "MIT", "engines": { "node": ">=6" @@ -2814,8 +2487,6 @@ }, "node_modules/@fortawesome/fontawesome-svg-core": { "version": "6.6.0", - "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-6.6.0.tgz", - "integrity": "sha512-KHwPkCk6oRT4HADE7smhfsKudt9N/9lm6EJ5BVg0tD1yPA5hht837fB87F8pn15D8JfTqQOjhKTktwmLMiD7Kg==", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-common-types": "6.6.0" @@ -2826,8 +2497,6 @@ }, "node_modules/@fortawesome/free-brands-svg-icons": { "version": "6.6.0", - "resolved": "https://registry.npmjs.org/@fortawesome/free-brands-svg-icons/-/free-brands-svg-icons-6.6.0.tgz", - "integrity": "sha512-1MPD8lMNW/earme4OQi1IFHtmHUwAKgghXlNwWi9GO7QkTfD+IIaYpIai4m2YJEzqfEji3jFHX1DZI5pbY/biQ==", "license": "(CC-BY-4.0 AND MIT)", "dependencies": { "@fortawesome/fontawesome-common-types": "6.6.0" @@ -2838,8 +2507,6 @@ }, "node_modules/@fortawesome/free-regular-svg-icons": { "version": "6.6.0", - "resolved": "https://registry.npmjs.org/@fortawesome/free-regular-svg-icons/-/free-regular-svg-icons-6.6.0.tgz", - "integrity": "sha512-Yv9hDzL4aI73BEwSEh20clrY8q/uLxawaQ98lekBx6t9dQKDHcDzzV1p2YtBGTtolYtNqcWdniOnhzB+JPnQEQ==", "license": "(CC-BY-4.0 AND MIT)", "dependencies": { "@fortawesome/fontawesome-common-types": "6.6.0" @@ -2850,8 +2517,6 @@ }, "node_modules/@fortawesome/free-solid-svg-icons": { "version": "6.6.0", - "resolved": "https://registry.npmjs.org/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-6.6.0.tgz", - "integrity": "sha512-IYv/2skhEDFc2WGUcqvFJkeK39Q+HyPf5GHUrT/l2pKbtgEIv1al1TKd6qStR5OIwQdN1GZP54ci3y4mroJWjA==", "license": "(CC-BY-4.0 AND MIT)", "dependencies": { "@fortawesome/fontawesome-common-types": "6.6.0" @@ -2862,8 +2527,6 @@ }, "node_modules/@fortawesome/react-fontawesome": { "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@fortawesome/react-fontawesome/-/react-fontawesome-0.2.2.tgz", - "integrity": "sha512-EnkrprPNqI6SXJl//m29hpaNzOp1bruISWaOiRtkMi/xSvHJlzc2j2JAYS7egxt/EbjSNV/k6Xy0AQI6vB2+1g==", "license": "MIT", "dependencies": { "prop-types": "^15.8.1" @@ -2875,8 +2538,6 @@ }, "node_modules/@fullhuman/postcss-purgecss": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-5.0.0.tgz", - "integrity": "sha512-onDS/b/2pMRzqSoj4qOs2tYFmOpaspjTAgvACIHMPiicu1ptajiBruTrjBzTKdxWdX0ldaBb7wj8nEaTLyFkJw==", "license": "MIT", "dependencies": { "purgecss": "^5.0.0" @@ -2887,9 +2548,6 @@ }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.14", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", - "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", - "deprecated": "Use @eslint/config-array instead", "license": "Apache-2.0", "dependencies": { "@humanwhocodes/object-schema": "^2.0.2", @@ -2902,8 +2560,6 @@ }, "node_modules/@humanwhocodes/module-importer": { "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" @@ -2915,15 +2571,10 @@ }, "node_modules/@humanwhocodes/object-schema": { "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", "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", @@ -2938,17 +2589,57 @@ }, "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": { "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" } }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": { + "version": "4.1.0", + "license": "MIT", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { + "version": "5.0.0", + "license": "MIT", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": { + "version": "2.3.0", + "license": "MIT", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": { + "version": "4.1.0", + "license": "MIT", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@istanbuljs/schema": { "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" @@ -2956,8 +2647,6 @@ }, "node_modules/@jest/console": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz", - "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==", "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", @@ -2973,8 +2662,6 @@ }, "node_modules/@jest/console/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" @@ -2982,8 +2669,6 @@ }, "node_modules/@jest/core": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz", - "integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==", "license": "MIT", "dependencies": { "@jest/console": "^29.7.0", @@ -3029,8 +2714,6 @@ }, "node_modules/@jest/core/node_modules/ansi-styles": { "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" @@ -3041,8 +2724,6 @@ }, "node_modules/@jest/core/node_modules/pretty-format": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", - "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", @@ -3054,15 +2735,11 @@ } }, "node_modules/@jest/core/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==", + "version": "18.2.0", "license": "MIT" }, "node_modules/@jest/core/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" @@ -3070,8 +2747,6 @@ }, "node_modules/@jest/environment": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz", - "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", "license": "MIT", "dependencies": { "@jest/fake-timers": "^29.7.0", @@ -3085,8 +2760,6 @@ }, "node_modules/@jest/expect": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz", - "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==", "license": "MIT", "dependencies": { "expect": "^29.7.0", @@ -3098,8 +2771,6 @@ }, "node_modules/@jest/expect-utils": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz", - "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", "license": "MIT", "dependencies": { "jest-get-type": "^29.6.3" @@ -3110,8 +2781,6 @@ }, "node_modules/@jest/fake-timers": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz", - "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==", "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", @@ -3127,8 +2796,6 @@ }, "node_modules/@jest/globals": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz", - "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==", "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", @@ -3142,8 +2809,6 @@ }, "node_modules/@jest/reporters": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz", - "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==", "license": "MIT", "dependencies": { "@bcoe/v8-coverage": "^0.2.3", @@ -3184,9 +2849,7 @@ } }, "node_modules/@jest/reporters/node_modules/istanbul-lib-instrument": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz", - "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==", + "version": "6.0.2", "license": "BSD-3-Clause", "dependencies": { "@babel/core": "^7.23.9", @@ -3199,11 +2862,12 @@ "node": ">=10" } }, - "node_modules/@jest/reporters/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "node_modules/@jest/reporters/node_modules/istanbul-lib-instrument/node_modules/semver": { + "version": "7.6.0", "license": "ISC", + "dependencies": { + "lru-cache": "^6.0.0" + }, "bin": { "semver": "bin/semver.js" }, @@ -3211,19 +2875,29 @@ "node": ">=10" } }, + "node_modules/@jest/reporters/node_modules/lru-cache": { + "version": "6.0.0", + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/@jest/reporters/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" } }, + "node_modules/@jest/reporters/node_modules/yallist": { + "version": "4.0.0", + "license": "ISC" + }, "node_modules/@jest/schemas": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", - "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", "license": "MIT", "dependencies": { "@sinclair/typebox": "^0.27.8" @@ -3234,8 +2908,6 @@ }, "node_modules/@jest/source-map": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz", - "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==", "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.18", @@ -3248,8 +2920,6 @@ }, "node_modules/@jest/test-result": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz", - "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==", "license": "MIT", "dependencies": { "@jest/console": "^29.7.0", @@ -3263,8 +2933,6 @@ }, "node_modules/@jest/test-sequencer": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz", - "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==", "license": "MIT", "dependencies": { "@jest/test-result": "^29.7.0", @@ -3278,8 +2946,6 @@ }, "node_modules/@jest/test-sequencer/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" @@ -3287,8 +2953,6 @@ }, "node_modules/@jest/transform": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz", - "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==", "license": "MIT", "dependencies": { "@babel/core": "^7.11.6", @@ -3311,10 +2975,12 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, + "node_modules/@jest/transform/node_modules/convert-source-map": { + "version": "2.0.0", + "license": "MIT" + }, "node_modules/@jest/transform/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" @@ -3322,8 +2988,6 @@ }, "node_modules/@jest/types": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", - "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", @@ -3339,8 +3003,6 @@ }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", "license": "MIT", "dependencies": { "@jridgewell/set-array": "^1.2.1", @@ -3353,8 +3015,6 @@ }, "node_modules/@jridgewell/resolve-uri": { "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" @@ -3362,8 +3022,6 @@ }, "node_modules/@jridgewell/set-array": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", - "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", "license": "MIT", "engines": { "node": ">=6.0.0" @@ -3371,8 +3029,6 @@ }, "node_modules/@jridgewell/source-map": { "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", - "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", "license": "MIT", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", @@ -3380,15 +3036,11 @@ } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", - "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", + "version": "1.4.15", "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", @@ -3397,17 +3049,13 @@ }, "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==", "license": "MIT" }, "node_modules/@newrelic/publish-sourcemap": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/@newrelic/publish-sourcemap/-/publish-sourcemap-5.1.3.tgz", - "integrity": "sha512-CuHiYXRVU4kDJ4D0nZYVRlRKb8V+s8MFpIyA2D5UBNCOntf/8jv+rxJR1wJ8WYkTio7f+uBKXn/K4GzrhWvKUw==", + "version": "5.1.0", "license": "New Relic proprietary", "dependencies": { - "superagent": "^10.1.0", + "superagent": "^3.4.1", "yargs": "^16.0.3" }, "bin": { @@ -3418,8 +3066,6 @@ }, "node_modules/@newrelic/publish-sourcemap/node_modules/cliui": { "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", @@ -3427,27 +3073,8 @@ "wrap-ansi": "^7.0.0" } }, - "node_modules/@newrelic/publish-sourcemap/node_modules/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", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, "node_modules/@newrelic/publish-sourcemap/node_modules/yargs": { "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", @@ -3464,8 +3091,6 @@ }, "node_modules/@newrelic/publish-sourcemap/node_modules/yargs-parser": { "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" @@ -3473,15 +3098,11 @@ }, "node_modules/@nicolo-ribaudo/chokidar-2": { "version": "2.1.8-no-fsevents.3", - "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz", - "integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==", "license": "MIT", "optional": true }, "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" @@ -3489,8 +3110,6 @@ }, "node_modules/@nodelib/fs.scandir": { "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", @@ -3502,8 +3121,6 @@ }, "node_modules/@nodelib/fs.stat": { "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" @@ -3511,8 +3128,6 @@ }, "node_modules/@nodelib/fs.walk": { "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", @@ -3523,22 +3138,20 @@ } }, "node_modules/@openedx/frontend-build": { - "version": "14.1.5", - "resolved": "https://registry.npmjs.org/@openedx/frontend-build/-/frontend-build-14.1.5.tgz", - "integrity": "sha512-QEdl55jNitdQL7RDAuX/EgfxsyBeEZfW3fc9Df4Py5KY6NKjRE7wNLeBMxYCFagEgXwaR1Btiw5NxzByAdlnfg==", + "version": "14.0.10", "license": "AGPL-3.0", "dependencies": { - "@babel/cli": "7.24.8", - "@babel/core": "7.24.9", + "@babel/cli": "7.24.7", + "@babel/core": "7.24.7", "@babel/eslint-parser": "7.22.9", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-proposal-object-rest-spread": "7.20.7", "@babel/plugin-syntax-dynamic-import": "7.8.3", - "@babel/preset-env": "7.24.8", + "@babel/preset-env": "7.24.7", "@babel/preset-react": "7.24.7", - "@edx/eslint-config": "4.2.0", + "@edx/eslint-config": "4.1.0", "@edx/new-relic-source-map-webpack-plugin": "2.1.0", - "@edx/typescript-config": "1.1.0", + "@edx/typescript-config": "1.0.1", "@formatjs/cli": "^6.0.3", "@fullhuman/postcss-purgecss": "5.0.0", "@pmmmwh/react-refresh-webpack-plugin": "0.5.15", @@ -3546,7 +3159,7 @@ "@types/jest": "29.5.12", "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.58.0", - "autoprefixer": "10.4.20", + "autoprefixer": "10.4.19", "babel-jest": "29.6.1", "babel-loader": "9.1.3", "babel-plugin-formatjs": "^10.4.0", @@ -3574,9 +3187,8 @@ "jest": "29.6.1", "jest-environment-jsdom": "29.6.1", "mini-css-extract-plugin": "1.6.2", - "parse5": "7.1.2", - "postcss": "8.4.47", - "postcss-custom-media": "10.0.8", + "postcss": "8.4.38", + "postcss-custom-media": "10.0.6", "postcss-loader": "7.3.4", "postcss-rtlcss": "5.1.2", "react-dev-utils": "12.0.1", @@ -3594,8 +3206,7 @@ "webpack-bundle-analyzer": "^4.10.1", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.15.1", - "webpack-merge": "^5.10.0", - "webpack-remove-empty-scripts": "1.0.4" + "webpack-merge": "^5.10.0" }, "bin": { "fedx-scripts": "bin/fedx-scripts.js" @@ -3606,8 +3217,6 @@ }, "node_modules/@openedx/frontend-build/node_modules/jest": { "version": "29.6.1", - "resolved": "https://registry.npmjs.org/jest/-/jest-29.6.1.tgz", - "integrity": "sha512-Nirw5B4nn69rVUZtemCQhwxOBhm0nsp3hmtF4rzCeWD7BkjAXRIji7xWQfnTNbz9g0aVsBX6aZK3n+23LM6uDw==", "license": "MIT", "dependencies": { "@jest/core": "^29.6.1", @@ -3631,14 +3240,12 @@ } }, "node_modules/@openedx/frontend-plugin-framework": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@openedx/frontend-plugin-framework/-/frontend-plugin-framework-1.4.0.tgz", - "integrity": "sha512-cwwjvGjYnzQdyhw2PuMYfaZoZGclXTzYfR3NjZ8bSLkj0f7lRB64nMy6WUmBjTB6hjaD4vxMs0zahrU4IM7EWQ==", + "version": "1.2.1", "license": "AGPL-3.0", "dependencies": { "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", "classnames": "^2.3.2", - "core-js": "3.37.1", + "core-js": "3.36.0", "react-redux": "7.2.9", "redux": "4.2.1", "regenerator-runtime": "0.14.1" @@ -3655,14 +3262,10 @@ "node_modules/@openedx/frontend-plugin-framework/node_modules/@edx/brand": { "name": "@openedx/brand-openedx", "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@openedx/brand-openedx/-/brand-openedx-1.2.3.tgz", - "integrity": "sha512-Dn9CtpC8fovh++Xi4NF5NJoeR9yU2yXZnV9IujxIyGd/dn0Phq5t6dzJVfupwq09mpDnzJv7egA8Znz/3ljO+w==", "license": "GPL-3.0-or-later" }, "node_modules/@openedx/frontend-plugin-framework/node_modules/core-js": { - "version": "3.37.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.1.tgz", - "integrity": "sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==", + "version": "3.36.0", "hasInstallScript": true, "license": "MIT", "funding": { @@ -3670,35 +3273,8 @@ "url": "https://opencollective.com/core-js" } }, - "node_modules/@openedx/frontend-plugin-framework/node_modules/react-redux": { - "version": "7.2.9", - "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.9.tgz", - "integrity": "sha512-Gx4L3uM182jEEayZfRbI/G11ZpYdNAnBs70lFVMNdHJI76XYtR+7m0MN+eAs7UHBPhWXcnFPaS+9owSCJQHNpQ==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.15.4", - "@types/react-redux": "^7.1.20", - "hoist-non-react-statics": "^3.3.2", - "loose-envify": "^1.4.0", - "prop-types": "^15.7.2", - "react-is": "^17.0.2" - }, - "peerDependencies": { - "react": "^16.8.3 || ^17 || ^18" - }, - "peerDependenciesMeta": { - "react-dom": { - "optional": true - }, - "react-native": { - "optional": true - } - } - }, "node_modules/@openedx/paragon": { - "version": "21.13.1", - "resolved": "https://registry.npmjs.org/@openedx/paragon/-/paragon-21.13.1.tgz", - "integrity": "sha512-sLL+Z3ZWIRM6x+OrKZV0S7/SQpEcSeRcDm7E3FzhsnAWudsJCTELvSW+84uy/8dwV7mJhttsBPqQEtNafbCyYA==", + "version": "21.11.4", "license": "Apache-2.0", "workspaces": [ "example", @@ -3749,8 +3325,6 @@ }, "node_modules/@openedx/paragon/node_modules/@fortawesome/react-fontawesome": { "version": "0.1.19", - "resolved": "https://registry.npmjs.org/@fortawesome/react-fontawesome/-/react-fontawesome-0.1.19.tgz", - "integrity": "sha512-Hyb+lB8T18cvLNX0S3llz7PcSOAJMLwiVKBuuzwM/nI5uoBw+gQjnf9il0fR1C3DKOI5Kc79pkJ4/xB0Uw9aFQ==", "license": "MIT", "dependencies": { "prop-types": "^15.8.1" @@ -3762,8 +3336,6 @@ }, "node_modules/@openedx/paragon/node_modules/brace-expansion": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" @@ -3771,9 +3343,6 @@ }, "node_modules/@openedx/paragon/node_modules/glob": { "version": "8.1.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", - "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", - "deprecated": "Glob versions prior to v9 are no longer supported", "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", @@ -3789,19 +3358,8 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@openedx/paragon/node_modules/matchmediaquery": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/matchmediaquery/-/matchmediaquery-0.3.1.tgz", - "integrity": "sha512-Hlk20WQHRIm9EE9luN1kjRjYXAQToHOIAHPJn9buxBwuhfTHoKUcX+lXBbxc85DVQfXYbEQ4HcwQdd128E3qHQ==", - "license": "MIT", - "dependencies": { - "css-mediaquery": "^0.1.2" - } - }, "node_modules/@openedx/paragon/node_modules/minimatch": { "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" @@ -3812,8 +3370,6 @@ }, "node_modules/@openedx/paragon/node_modules/react-responsive": { "version": "8.2.0", - "resolved": "https://registry.npmjs.org/react-responsive/-/react-responsive-8.2.0.tgz", - "integrity": "sha512-iagCqVrw4QSjhxKp3I/YK6+ODkWY6G+YPElvdYKiUUbywwh9Ds0M7r26Fj2/7dWFFbOpcGnJE6uE7aMck8j5Qg==", "license": "MIT", "dependencies": { "hyphenate-style-name": "^1.0.0", @@ -3828,16 +3384,8 @@ "react": ">=16.8.0" } }, - "node_modules/@openedx/paragon/node_modules/shallow-equal": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/shallow-equal/-/shallow-equal-1.2.1.tgz", - "integrity": "sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==", - "license": "MIT" - }, "node_modules/@pmmmwh/react-refresh-webpack-plugin": { "version": "0.5.15", - "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.15.tgz", - "integrity": "sha512-LFWllMA55pzB9D34w/wXUCf8+c+IYKuJDgxiZ3qMhl64KRMBHYM1I3VdGaD2BV5FNPV2/S2596bppxHbv2ZydQ==", "license": "MIT", "dependencies": { "ansi-html": "^0.0.9", @@ -3861,37 +3409,78 @@ "webpack-hot-middleware": "2.x", "webpack-plugin-serve": "0.x || 1.x" }, - "peerDependenciesMeta": { - "@types/webpack": { - "optional": true - }, - "sockjs-client": { - "optional": true - }, - "type-fest": { - "optional": true - }, - "webpack-dev-server": { - "optional": true - }, - "webpack-hot-middleware": { - "optional": true - }, - "webpack-plugin-serve": { - "optional": true - } + "peerDependenciesMeta": { + "@types/webpack": { + "optional": true + }, + "sockjs-client": { + "optional": true + }, + "type-fest": { + "optional": true + }, + "webpack-dev-server": { + "optional": true + }, + "webpack-hot-middleware": { + "optional": true + }, + "webpack-plugin-serve": { + "optional": true + } + } + }, + "node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/ajv": { + "version": "8.16.0", + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.4.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/ajv-keywords": { + "version": "5.1.0", + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/json-schema-traverse": { + "version": "1.0.0", + "license": "MIT" + }, + "node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/schema-utils": { + "version": "4.2.0", + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, "node_modules/@polka/url": { - "version": "1.0.0-next.28", - "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.28.tgz", - "integrity": "sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==", + "version": "1.0.0-next.25", "license": "MIT" }, "node_modules/@popperjs/core": { "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", @@ -3900,8 +3489,6 @@ }, "node_modules/@reduxjs/toolkit": { "version": "1.9.7", - "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-1.9.7.tgz", - "integrity": "sha512-t7v8ZPxhhKgOKtU+uyJT13lu4vL7az5aFi4IdoDs/eS548edn2M8Ik9h8fxgvMjGoAUVFSt6ZC1P5cWmQ014QQ==", "license": "MIT", "dependencies": { "immer": "^9.0.21", @@ -3934,8 +3521,6 @@ }, "node_modules/@restart/context": { "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@restart/context/-/context-2.1.4.tgz", - "integrity": "sha512-INJYZQJP7g+IoDUh/475NlGiTeMfwTXUEr3tmRneckHIxNolGOW9CTq83S8cxq0CgJwwcMzMJFchxvlwe7Rk8Q==", "license": "MIT", "peerDependencies": { "react": ">=16.3.2" @@ -3943,8 +3528,6 @@ }, "node_modules/@restart/hooks": { "version": "0.4.16", - "resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.16.tgz", - "integrity": "sha512-f7aCv7c+nU/3mF7NWLtVVr0Ra80RqsO89hO72r+Y/nvQr5+q0UFGkocElTH6MJApvReVh6JHUFYn2cw1WdHF3w==", "license": "MIT", "dependencies": { "dequal": "^2.0.3" @@ -3955,14 +3538,10 @@ }, "node_modules/@sinclair/typebox": { "version": "0.27.8", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", - "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", "license": "MIT" }, "node_modules/@sinonjs/commons": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz", - "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==", "license": "BSD-3-Clause", "dependencies": { "type-detect": "4.0.8" @@ -3970,8 +3549,6 @@ }, "node_modules/@sinonjs/fake-timers": { "version": "10.3.0", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", - "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", "license": "BSD-3-Clause", "dependencies": { "@sinonjs/commons": "^3.0.0" @@ -3979,8 +3556,6 @@ }, "node_modules/@svgr/babel-plugin-add-jsx-attribute": { "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-8.0.0.tgz", - "integrity": "sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==", "license": "MIT", "engines": { "node": ">=14" @@ -3995,8 +3570,6 @@ }, "node_modules/@svgr/babel-plugin-remove-jsx-attribute": { "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-8.0.0.tgz", - "integrity": "sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==", "license": "MIT", "engines": { "node": ">=14" @@ -4011,8 +3584,6 @@ }, "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": { "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-8.0.0.tgz", - "integrity": "sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==", "license": "MIT", "engines": { "node": ">=14" @@ -4027,8 +3598,6 @@ }, "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": { "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-8.0.0.tgz", - "integrity": "sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==", "license": "MIT", "engines": { "node": ">=14" @@ -4043,8 +3612,6 @@ }, "node_modules/@svgr/babel-plugin-svg-dynamic-title": { "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-8.0.0.tgz", - "integrity": "sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==", "license": "MIT", "engines": { "node": ">=14" @@ -4059,8 +3626,6 @@ }, "node_modules/@svgr/babel-plugin-svg-em-dimensions": { "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-8.0.0.tgz", - "integrity": "sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==", "license": "MIT", "engines": { "node": ">=14" @@ -4075,8 +3640,6 @@ }, "node_modules/@svgr/babel-plugin-transform-react-native-svg": { "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-8.1.0.tgz", - "integrity": "sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==", "license": "MIT", "engines": { "node": ">=14" @@ -4091,8 +3654,6 @@ }, "node_modules/@svgr/babel-plugin-transform-svg-component": { "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-8.0.0.tgz", - "integrity": "sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==", "license": "MIT", "engines": { "node": ">=12" @@ -4107,8 +3668,6 @@ }, "node_modules/@svgr/babel-preset": { "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-8.1.0.tgz", - "integrity": "sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==", "license": "MIT", "dependencies": { "@svgr/babel-plugin-add-jsx-attribute": "8.0.0", @@ -4133,8 +3692,6 @@ }, "node_modules/@svgr/core": { "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@svgr/core/-/core-8.1.0.tgz", - "integrity": "sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==", "license": "MIT", "dependencies": { "@babel/core": "^7.21.3", @@ -4153,8 +3710,6 @@ }, "node_modules/@svgr/hast-util-to-babel-ast": { "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-8.0.0.tgz", - "integrity": "sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==", "license": "MIT", "dependencies": { "@babel/types": "^7.21.3", @@ -4170,8 +3725,6 @@ }, "node_modules/@svgr/plugin-jsx": { "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-8.1.0.tgz", - "integrity": "sha512-0xiIyBsLlr8quN+WyuxooNW9RJ0Dpr8uOnH/xrCVO8GLUcwHISwj1AG0k+LFzteTkAA0GbX0kj9q6Dk70PTiPA==", "license": "MIT", "dependencies": { "@babel/core": "^7.21.3", @@ -4192,8 +3745,6 @@ }, "node_modules/@svgr/plugin-svgo": { "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-8.1.0.tgz", - "integrity": "sha512-Ywtl837OGO9pTLIN/onoWLmDQ4zFUycI1g76vuKGEz6evR/ZTJlJuz3G/fIkb6OVBJ2g0o6CGJzaEjfmEo3AHA==", "license": "MIT", "dependencies": { "cosmiconfig": "^8.1.3", @@ -4213,8 +3764,6 @@ }, "node_modules/@svgr/webpack": { "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-8.1.0.tgz", - "integrity": "sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA==", "license": "MIT", "dependencies": { "@babel/core": "^7.21.3", @@ -4236,8 +3785,6 @@ }, "node_modules/@testing-library/dom": { "version": "9.3.4", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.3.4.tgz", - "integrity": "sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==", "dev": true, "license": "MIT", "dependencies": { @@ -4256,8 +3803,6 @@ }, "node_modules/@testing-library/jest-dom": { "version": "5.17.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.17.0.tgz", - "integrity": "sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==", "dev": true, "license": "MIT", "dependencies": { @@ -4279,8 +3824,6 @@ }, "node_modules/@testing-library/jest-dom/node_modules/chalk": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", "dev": true, "license": "MIT", "dependencies": { @@ -4293,8 +3836,6 @@ }, "node_modules/@testing-library/react": { "version": "10.4.9", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.9.tgz", - "integrity": "sha512-pHZKkqUy0tmiD81afs8xfiuseXfU/N7rAX3iKjeZYje86t9VaB0LrxYVa+OOsvkrveX5jCK3IjajVn2MbePvqA==", "dev": true, "license": "MIT", "dependencies": { @@ -4311,8 +3852,6 @@ }, "node_modules/@testing-library/react/node_modules/@jest/types": { "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz", - "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==", "dev": true, "license": "MIT", "dependencies": { @@ -4328,8 +3867,6 @@ }, "node_modules/@testing-library/react/node_modules/@testing-library/dom": { "version": "7.31.2", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.31.2.tgz", - "integrity": "sha512-3UqjCpey6HiTZT92vODYLPxTBWlM8ZOOjr3LX5F37/VRipW2M1kX6I/Cm4VXzteZqfGfagg8yXywpcOgQBlNsQ==", "dev": true, "license": "MIT", "dependencies": { @@ -4348,15 +3885,11 @@ }, "node_modules/@testing-library/react/node_modules/@types/aria-query": { "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-4.2.2.tgz", - "integrity": "sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==", "dev": true, "license": "MIT" }, "node_modules/@testing-library/react/node_modules/@types/yargs": { "version": "15.0.19", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.19.tgz", - "integrity": "sha512-2XUaGVmyQjgyAZldf0D0c14vvo/yv0MhQBSTJcejMMaitsn3nxCB6TmH4G0ZQf+uxROOa9mpanoSm8h6SG/1ZA==", "dev": true, "license": "MIT", "dependencies": { @@ -4365,8 +3898,6 @@ }, "node_modules/@testing-library/react/node_modules/aria-query": { "version": "4.2.2", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz", - "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -4379,8 +3910,6 @@ }, "node_modules/@testing-library/react/node_modules/pretty-format": { "version": "26.6.2", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz", - "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==", "dev": true, "license": "MIT", "dependencies": { @@ -4395,8 +3924,6 @@ }, "node_modules/@tootallnate/once": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", - "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", "license": "MIT", "engines": { "node": ">= 10" @@ -4404,8 +3931,6 @@ }, "node_modules/@trysound/sax": { "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" @@ -4413,14 +3938,10 @@ }, "node_modules/@types/aria-query": { "version": "5.0.4", - "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz", - "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==", "license": "MIT" }, "node_modules/@types/babel__core": { "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", @@ -4432,8 +3953,6 @@ }, "node_modules/@types/babel__generator": { "version": "7.6.8", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", - "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", "license": "MIT", "dependencies": { "@babel/types": "^7.0.0" @@ -4441,8 +3960,6 @@ }, "node_modules/@types/babel__helper-plugin-utils": { "version": "7.10.3", - "resolved": "https://registry.npmjs.org/@types/babel__helper-plugin-utils/-/babel__helper-plugin-utils-7.10.3.tgz", - "integrity": "sha512-FcLBBPXInqKfULB2nvOBskQPcnSMZ0s1Y2q76u9H1NPPWaLcTeq38xBeKfF/RBUECK333qeaqRdYoPSwW7rTNQ==", "license": "MIT", "dependencies": { "@types/babel__core": "*" @@ -4450,8 +3967,6 @@ }, "node_modules/@types/babel__template": { "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", @@ -4459,9 +3974,7 @@ } }, "node_modules/@types/babel__traverse": { - "version": "7.20.6", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", - "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", + "version": "7.20.5", "license": "MIT", "dependencies": { "@babel/types": "^7.20.7" @@ -4469,8 +3982,6 @@ }, "node_modules/@types/body-parser": { "version": "1.19.5", - "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", - "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", "license": "MIT", "dependencies": { "@types/connect": "*", @@ -4479,8 +3990,6 @@ }, "node_modules/@types/bonjour": { "version": "3.5.13", - "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz", - "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", "license": "MIT", "dependencies": { "@types/node": "*" @@ -4488,8 +3997,6 @@ }, "node_modules/@types/connect": { "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": "*" @@ -4497,8 +4004,6 @@ }, "node_modules/@types/connect-history-api-fallback": { "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": "*", @@ -4507,30 +4012,30 @@ }, "node_modules/@types/cookie": { "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.3.3.tgz", - "integrity": "sha512-LKVP3cgXBT9RYj+t+9FDKwS5tdI+rPBXaNSkma7hvqy35lc7mAokC2zsqWJH0LaqIt3B962nuYI77hsJoT1gow==", "license": "MIT" }, "node_modules/@types/eslint": { - "version": "8.56.12", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.12.tgz", - "integrity": "sha512-03ruubjWyOHlmljCVoxSuNDdmfZDzsrrz0P2LeJsOXr+ZwFQ+0yQIwNCwt/GYhV7Z31fgtXJTAEs+FYlEL851g==", + "version": "8.56.10", "license": "MIT", "dependencies": { "@types/estree": "*", "@types/json-schema": "*" } }, + "node_modules/@types/eslint-scope": { + "version": "3.7.7", + "license": "MIT", + "dependencies": { + "@types/eslint": "*", + "@types/estree": "*" + } + }, "node_modules/@types/estree": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", - "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", + "version": "1.0.5", "license": "MIT" }, "node_modules/@types/express": { "version": "4.17.21", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", - "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", "license": "MIT", "dependencies": { "@types/body-parser": "*", @@ -4540,21 +4045,7 @@ } }, "node_modules/@types/express-serve-static-core": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.1.tgz", - "integrity": "sha512-CRICJIl0N5cXDONAdlTv5ShATZ4HEwk6kDDIW2/w9qOWKg+NU/5F8wYRWCrONad0/UKkloNSmmyN/wX4rtpbVA==", - "license": "MIT", - "dependencies": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*", - "@types/send": "*" - } - }, - "node_modules/@types/express/node_modules/@types/express-serve-static-core": { - "version": "4.19.6", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz", - "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==", + "version": "4.19.0", "license": "MIT", "dependencies": { "@types/node": "*", @@ -4565,8 +4056,6 @@ }, "node_modules/@types/glob": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", "license": "MIT", "dependencies": { "@types/minimatch": "*", @@ -4575,8 +4064,6 @@ }, "node_modules/@types/graceful-fs": { "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": "*" @@ -4584,8 +4071,6 @@ }, "node_modules/@types/hoist-non-react-statics": { "version": "3.3.5", - "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.5.tgz", - "integrity": "sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==", "license": "MIT", "dependencies": { "@types/react": "*", @@ -4594,20 +4079,14 @@ }, "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==", "license": "MIT" }, "node_modules/@types/http-errors": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", - "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==", "license": "MIT" }, "node_modules/@types/http-proxy": { - "version": "1.17.15", - "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.15.tgz", - "integrity": "sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==", + "version": "1.17.14", "license": "MIT", "dependencies": { "@types/node": "*" @@ -4615,20 +4094,14 @@ }, "node_modules/@types/invariant": { "version": "2.2.37", - "resolved": "https://registry.npmjs.org/@types/invariant/-/invariant-2.2.37.tgz", - "integrity": "sha512-IwpIMieE55oGWiXkQPSBY1nw1nFs6bsKXTFskNY8sdS17K24vyEBRQZEwlRS7ZmXCWnJcQtbxWzly+cODWGs2A==", "license": "MIT" }, "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==", "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": "*" @@ -4636,8 +4109,6 @@ }, "node_modules/@types/istanbul-reports": { "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": "*" @@ -4645,8 +4116,6 @@ }, "node_modules/@types/jest": { "version": "29.5.12", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", - "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", "license": "MIT", "dependencies": { "expect": "^29.0.0", @@ -4655,8 +4124,6 @@ }, "node_modules/@types/jest/node_modules/ansi-styles": { "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" @@ -4667,8 +4134,6 @@ }, "node_modules/@types/jest/node_modules/pretty-format": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", - "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", @@ -4680,15 +4145,11 @@ } }, "node_modules/@types/jest/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==", + "version": "18.2.0", "license": "MIT" }, "node_modules/@types/jsdom": { "version": "20.0.1", - "resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-20.0.1.tgz", - "integrity": "sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==", "license": "MIT", "dependencies": { "@types/node": "*", @@ -4698,47 +4159,33 @@ }, "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==", "license": "MIT" }, "node_modules/@types/json-stable-stringify": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@types/json-stable-stringify/-/json-stable-stringify-1.1.0.tgz", - "integrity": "sha512-ESTsHWB72QQq+pjUFIbEz9uSCZppD31YrVkbt2rnUciTYEvcwN6uZIhX5JZeBHqRlFJ41x/7MewCs7E2Qux6Cg==", + "version": "1.0.36", "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==", "license": "MIT" }, "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==", "license": "MIT" }, "node_modules/@types/minimatch": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz", - "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==", "license": "MIT" }, "node_modules/@types/node": { - "version": "22.8.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.1.tgz", - "integrity": "sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg==", + "version": "20.12.4", "license": "MIT", "dependencies": { - "undici-types": "~6.19.8" + "undici-types": "~5.26.4" } }, "node_modules/@types/node-forge": { "version": "1.3.11", - "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz", - "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==", "license": "MIT", "dependencies": { "@types/node": "*" @@ -4746,38 +4193,26 @@ }, "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==", "license": "MIT" }, "node_modules/@types/picomatch": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-2.3.4.tgz", - "integrity": "sha512-0so8lU8O5zatZS/2Fi4zrwks+vZv7e0dygrgEZXljODXBig97l4cPQD+9LabXfGJOWwoRkTVz6Q4edZvD12UOA==", + "version": "2.3.3", "license": "MIT" }, "node_modules/@types/prop-types": { - "version": "15.7.13", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz", - "integrity": "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==", + "version": "15.7.12", "license": "MIT" }, "node_modules/@types/qs": { - "version": "6.9.16", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.16.tgz", - "integrity": "sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A==", + "version": "6.9.15", "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==", "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.12", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz", - "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==", + "version": "18.2.74", "license": "MIT", "dependencies": { "@types/prop-types": "*", @@ -4785,18 +4220,14 @@ } }, "node_modules/@types/react-dom": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.1.tgz", - "integrity": "sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==", + "version": "18.2.24", "license": "MIT", "dependencies": { "@types/react": "*" } }, "node_modules/@types/react-redux": { - "version": "7.1.34", - "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.34.tgz", - "integrity": "sha512-GdFaVjEbYv4Fthm2ZLvj1VSCedV7TqE5y1kNwnjSdBOTXuRSgowux6J8TAct15T3CKBr63UMk+2CO7ilRhyrAQ==", + "version": "7.1.33", "license": "MIT", "dependencies": { "@types/hoist-non-react-statics": "^3.3.0", @@ -4806,9 +4237,7 @@ } }, "node_modules/@types/react-transition-group": { - "version": "4.4.11", - "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.11.tgz", - "integrity": "sha512-RM05tAniPZ5DZPzzNFP+DmrcOdD0efDUxMy3145oljWSl3x9ZV5vhme98gTxFrj2lhXvmGNnUiuDyJgY9IKkNA==", + "version": "4.4.10", "license": "MIT", "dependencies": { "@types/react": "*" @@ -4816,20 +4245,14 @@ }, "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==", "license": "MIT" }, "node_modules/@types/semver": { "version": "7.5.8", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz", - "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==", "license": "MIT" }, "node_modules/@types/send": { "version": "0.17.4", - "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", - "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", "license": "MIT", "dependencies": { "@types/mime": "^1", @@ -4838,8 +4261,6 @@ }, "node_modules/@types/serve-index": { "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": "*" @@ -4847,8 +4268,6 @@ }, "node_modules/@types/serve-static": { "version": "1.15.7", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz", - "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==", "license": "MIT", "dependencies": { "@types/http-errors": "*", @@ -4858,8 +4277,6 @@ }, "node_modules/@types/sockjs": { "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": "*" @@ -4867,14 +4284,10 @@ }, "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==", "license": "MIT" }, "node_modules/@types/testing-library__jest-dom": { "version": "5.14.9", - "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz", - "integrity": "sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==", "dev": true, "license": "MIT", "dependencies": { @@ -4883,43 +4296,21 @@ }, "node_modules/@types/tough-cookie": { "version": "4.0.5", - "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz", - "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==", "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==", - "license": "MIT", - "optional": true - }, - "node_modules/@types/use-sync-external-store": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz", - "integrity": "sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==", - "license": "MIT", - "peer": true - }, "node_modules/@types/warning": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/warning/-/warning-3.0.3.tgz", - "integrity": "sha512-D1XC7WK8K+zZEveUPY+cf4+kgauk8N4eHr/XIHXGlGYkHLud6hK9lYfZk1ry1TNh798cZUCgb6MqGEG8DkJt6Q==", "license": "MIT" }, "node_modules/@types/ws": { - "version": "8.5.12", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz", - "integrity": "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==", + "version": "8.5.10", "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/yargs": { - "version": "17.0.33", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz", - "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==", + "version": "17.0.32", "license": "MIT", "dependencies": { "@types/yargs-parser": "*" @@ -4927,14 +4318,10 @@ }, "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==", "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", @@ -4967,8 +4354,6 @@ }, "node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": { "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -4979,8 +4364,6 @@ }, "node_modules/@typescript-eslint/parser": { "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", @@ -5006,8 +4389,6 @@ }, "node_modules/@typescript-eslint/scope-manager": { "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", @@ -5023,8 +4404,6 @@ }, "node_modules/@typescript-eslint/type-utils": { "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", @@ -5050,8 +4429,6 @@ }, "node_modules/@typescript-eslint/types": { "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" @@ -5063,8 +4440,6 @@ }, "node_modules/@typescript-eslint/typescript-estree": { "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", @@ -5090,8 +4465,6 @@ }, "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -5102,8 +4475,6 @@ }, "node_modules/@typescript-eslint/utils": { "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", @@ -5128,8 +4499,6 @@ }, "node_modules/@typescript-eslint/utils/node_modules/semver": { "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -5140,8 +4509,6 @@ }, "node_modules/@typescript-eslint/visitor-keys": { "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", @@ -5157,8 +4524,6 @@ }, "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": { "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" @@ -5169,8 +4534,6 @@ }, "node_modules/@webassemblyjs/ast": { "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", - "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", "license": "MIT", "dependencies": { "@webassemblyjs/helper-numbers": "1.11.6", @@ -5179,26 +4542,18 @@ }, "node_modules/@webassemblyjs/floating-point-hex-parser": { "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", - "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", "license": "MIT" }, "node_modules/@webassemblyjs/helper-api-error": { "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", - "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", "license": "MIT" }, "node_modules/@webassemblyjs/helper-buffer": { "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", - "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", "license": "MIT" }, "node_modules/@webassemblyjs/helper-numbers": { "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", - "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", "license": "MIT", "dependencies": { "@webassemblyjs/floating-point-hex-parser": "1.11.6", @@ -5208,14 +4563,10 @@ }, "node_modules/@webassemblyjs/helper-wasm-bytecode": { "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", - "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", "license": "MIT" }, "node_modules/@webassemblyjs/helper-wasm-section": { "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", - "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.12.1", @@ -5226,8 +4577,6 @@ }, "node_modules/@webassemblyjs/ieee754": { "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", - "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", "license": "MIT", "dependencies": { "@xtuc/ieee754": "^1.2.0" @@ -5235,8 +4584,6 @@ }, "node_modules/@webassemblyjs/leb128": { "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", - "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", "license": "Apache-2.0", "dependencies": { "@xtuc/long": "4.2.2" @@ -5244,14 +4591,10 @@ }, "node_modules/@webassemblyjs/utf8": { "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", - "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", "license": "MIT" }, "node_modules/@webassemblyjs/wasm-edit": { "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", - "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.12.1", @@ -5266,8 +4609,6 @@ }, "node_modules/@webassemblyjs/wasm-gen": { "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", - "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.12.1", @@ -5279,8 +4620,6 @@ }, "node_modules/@webassemblyjs/wasm-opt": { "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", - "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.12.1", @@ -5291,8 +4630,6 @@ }, "node_modules/@webassemblyjs/wasm-parser": { "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", - "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.12.1", @@ -5305,8 +4642,6 @@ }, "node_modules/@webassemblyjs/wast-printer": { "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", - "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.12.1", @@ -5315,8 +4650,6 @@ }, "node_modules/@webpack-cli/configtest": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-2.1.1.tgz", - "integrity": "sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==", "license": "MIT", "engines": { "node": ">=14.15.0" @@ -5328,8 +4661,6 @@ }, "node_modules/@webpack-cli/info": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-2.0.2.tgz", - "integrity": "sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==", "license": "MIT", "engines": { "node": ">=14.15.0" @@ -5341,8 +4672,6 @@ }, "node_modules/@webpack-cli/serve": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-2.0.5.tgz", - "integrity": "sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==", "license": "MIT", "engines": { "node": ">=14.15.0" @@ -5359,27 +4688,18 @@ }, "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==", "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==", "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", "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", @@ -5390,9 +4710,7 @@ } }, "node_modules/acorn": { - "version": "8.14.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", - "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", + "version": "8.11.3", "license": "MIT", "bin": { "acorn": "bin/acorn" @@ -5403,18 +4721,14 @@ }, "node_modules/acorn-globals": { "version": "7.0.1", - "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-7.0.1.tgz", - "integrity": "sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==", "license": "MIT", "dependencies": { "acorn": "^8.1.0", "acorn-walk": "^8.0.2" } }, - "node_modules/acorn-import-attributes": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz", - "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==", + "node_modules/acorn-import-assertions": { + "version": "1.9.0", "license": "MIT", "peerDependencies": { "acorn": "^8" @@ -5422,29 +4736,20 @@ }, "node_modules/acorn-jsx": { "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" } }, "node_modules/acorn-walk": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", - "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", + "version": "8.3.2", "license": "MIT", - "dependencies": { - "acorn": "^8.11.0" - }, "engines": { "node": ">=0.4.0" } }, "node_modules/address": { "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" @@ -5452,8 +4757,6 @@ }, "node_modules/adjust-sourcemap-loader": { "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", @@ -5465,8 +4768,6 @@ }, "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==", "license": "MIT", "dependencies": { "debug": "4" @@ -5477,8 +4778,6 @@ }, "node_modules/ajv": { "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", @@ -5493,8 +4792,6 @@ }, "node_modules/ajv-formats": { "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" @@ -5509,15 +4806,13 @@ } }, "node_modules/ajv-formats/node_modules/ajv": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", - "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "version": "8.13.0", "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", - "fast-uri": "^3.0.1", "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2" + "require-from-string": "^2.0.2", + "uri-js": "^4.4.1" }, "funding": { "type": "github", @@ -5526,14 +4821,10 @@ }, "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==", "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" @@ -5541,8 +4832,6 @@ }, "node_modules/ansi-escapes": { "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" @@ -5556,8 +4845,6 @@ }, "node_modules/ansi-html": { "version": "0.0.9", - "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.9.tgz", - "integrity": "sha512-ozbS3LuenHVxNRh/wdnN16QapUHzauqSomAl1jwwJRRsGwFwtj644lIhxfWu0Fy0acCij2+AEgHvjscq3dlVXg==", "engines": [ "node >= 0.8.0" ], @@ -5568,8 +4855,6 @@ }, "node_modules/ansi-html-community": { "version": "0.0.8", - "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", - "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", "engines": [ "node >= 0.8.0" ], @@ -5580,8 +4865,6 @@ }, "node_modules/ansi-regex": { "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" @@ -5589,8 +4872,6 @@ }, "node_modules/ansi-styles": { "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" @@ -5602,23 +4883,8 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/ansis": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/ansis/-/ansis-1.5.2.tgz", - "integrity": "sha512-T3vUABrcgSj/HXv27P+A/JxGk5b/ydx0JjN3lgjBTC2iZUFxQGjh43zCzLSbU4C1QTgmx9oaPeWNJFM+auI8qw==", - "license": "ISC", - "engines": { - "node": ">=12.13" - }, - "funding": { - "type": "patreon", - "url": "https://patreon.com/biodiscus" - } - }, "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", @@ -5630,8 +4896,6 @@ }, "node_modules/argparse": { "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" @@ -5639,8 +4903,6 @@ }, "node_modules/aria-hidden": { "version": "1.2.4", - "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.4.tgz", - "integrity": "sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==", "license": "MIT", "dependencies": { "tslib": "^2.0.0" @@ -5651,8 +4913,6 @@ }, "node_modules/aria-query": { "version": "5.1.3", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", - "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", "license": "Apache-2.0", "dependencies": { "deep-equal": "^2.0.5" @@ -5660,8 +4920,6 @@ }, "node_modules/array-buffer-byte-length": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz", - "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==", "license": "MIT", "dependencies": { "call-bind": "^1.0.5", @@ -5676,14 +4934,10 @@ }, "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==", "license": "MIT" }, "node_modules/array-includes": { "version": "3.1.8", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz", - "integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==", "license": "MIT", "dependencies": { "call-bind": "^1.0.7", @@ -5702,8 +4956,6 @@ }, "node_modules/array-union": { "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" @@ -5711,8 +4963,6 @@ }, "node_modules/array-uniq": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -5720,8 +4970,6 @@ }, "node_modules/array.prototype.flat": { "version": "1.3.2", - "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", - "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", "license": "MIT", "dependencies": { "call-bind": "^1.0.2", @@ -5738,8 +4986,6 @@ }, "node_modules/array.prototype.flatmap": { "version": "1.3.2", - "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz", - "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==", "license": "MIT", "dependencies": { "call-bind": "^1.0.2", @@ -5756,8 +5002,6 @@ }, "node_modules/array.prototype.tosorted": { "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", @@ -5772,8 +5016,6 @@ }, "node_modules/arraybuffer.prototype.slice": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz", - "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==", "license": "MIT", "dependencies": { "array-buffer-byte-length": "^1.0.1", @@ -5792,52 +5034,34 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/asap": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", - "license": "MIT" - }, "node_modules/assert-ok": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-ok/-/assert-ok-1.0.0.tgz", - "integrity": "sha512-lCvYmCpMl8c1tp9ynExhoDEk0gGW43SVVC3RE1VYrrVKhNMy8GHfdiwZdoIM6a605s56bUAbENQxtOC0uZp3wg==", "license": "MIT" }, "node_modules/ast-types-flow": { "version": "0.0.7", - "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", - "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==", "license": "ISC" }, "node_modules/asynckit": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "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" } }, "node_modules/attr-accept": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/attr-accept/-/attr-accept-2.2.4.tgz", - "integrity": "sha512-2pA6xFIbdTUDCAwjN8nQwI+842VwzbDUXO2IYlpPXQIORgKnavorcr4Ce3rwh+zsNg9zK7QPsdvDj3Lum4WX4w==", + "version": "2.2.2", "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/autoprefixer": { - "version": "10.4.20", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz", - "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==", + "version": "10.4.19", "funding": [ { "type": "opencollective", @@ -5854,11 +5078,11 @@ ], "license": "MIT", "dependencies": { - "browserslist": "^4.23.3", - "caniuse-lite": "^1.0.30001646", + "browserslist": "^4.23.0", + "caniuse-lite": "^1.0.30001599", "fraction.js": "^4.3.7", "normalize-range": "^0.1.2", - "picocolors": "^1.0.1", + "picocolors": "^1.0.0", "postcss-value-parser": "^4.2.0" }, "bin": { @@ -5873,8 +5097,6 @@ }, "node_modules/available-typed-arrays": { "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" @@ -5887,18 +5109,14 @@ } }, "node_modules/axe-core": { - "version": "4.10.2", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.2.tgz", - "integrity": "sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==", + "version": "4.9.1", "license": "MPL-2.0", "engines": { "node": ">=4" } }, "node_modules/axios": { - "version": "1.7.7", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", - "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", + "version": "1.6.8", "license": "MIT", "peer": true, "dependencies": { @@ -5909,8 +5127,6 @@ }, "node_modules/axios-cache-interceptor": { "version": "1.3.2", - "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.3.2.tgz", - "integrity": "sha512-FNy4/IKvFYVswpPS09j3H9OUzcXSuxQ93wYxCKnogHbjCRE9nDQ/lukgjyuJqMIk3Yao51qQI/zPbMRNQu4JJw==", "license": "MIT", "dependencies": { "cache-parser": "^1.2.4", @@ -5929,8 +5145,6 @@ }, "node_modules/axios-mock-adapter": { "version": "1.22.0", - "resolved": "https://registry.npmjs.org/axios-mock-adapter/-/axios-mock-adapter-1.22.0.tgz", - "integrity": "sha512-dmI0KbkyAhntUR05YY96qg2H6gg0XMl2+qTW0xmYg6Up+BFBAJYRLROMXRdDEL06/Wqwa0TJThAYvFtSFdRCZw==", "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", @@ -5942,23 +5156,17 @@ }, "node_modules/axobject-query": { "version": "3.2.4", - "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.4.tgz", - "integrity": "sha512-aPTElBrbifBU1krmZxGZOlBkslORe7Ll7+BDnI50Wy4LgOt69luMgevkDfTq1O/ZgprooPCtWpjCwKSZw/iZ4A==", "license": "Apache-2.0", "engines": { "node": ">= 0.4" } }, "node_modules/b4a": { - "version": "1.6.7", - "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz", - "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==", + "version": "1.6.6", "license": "Apache-2.0" }, "node_modules/babel-jest": { "version": "29.6.1", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.6.1.tgz", - "integrity": "sha512-qu+3bdPEQC6KZSPz+4Fyjbga5OODNcp49j6GKzG1EKbkfyJBxEYGVUmVGpwCSeGouG52R4EgYMLb6p9YeEEQ4A==", "license": "MIT", "dependencies": { "@jest/transform": "^29.6.1", @@ -5978,8 +5186,6 @@ }, "node_modules/babel-jest/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" @@ -5987,8 +5193,6 @@ }, "node_modules/babel-loader": { "version": "9.1.3", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.1.3.tgz", - "integrity": "sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==", "license": "MIT", "dependencies": { "find-cache-dir": "^4.0.0", @@ -6002,59 +5206,70 @@ "webpack": ">=5" } }, - "node_modules/babel-plugin-formatjs": { - "version": "10.5.22", - "resolved": "https://registry.npmjs.org/babel-plugin-formatjs/-/babel-plugin-formatjs-10.5.22.tgz", - "integrity": "sha512-b6n8FA0oP3J0IzNNbmlScQsaJ7K+RLChGB+TtY/TP6W8f96w/51W8YdvZJb+URouLB+f0rROcU6StPnaPM/B/Q==", + "node_modules/babel-loader/node_modules/ajv": { + "version": "8.13.0", "license": "MIT", "dependencies": { - "@babel/core": "^7.25.0", - "@babel/helper-plugin-utils": "^7.25.0", - "@babel/plugin-syntax-jsx": "^7.25.0", - "@babel/traverse": "^7.25.0", - "@babel/types": "^7.25.0", - "@formatjs/icu-messageformat-parser": "2.9.1", - "@formatjs/ts-transformer": "3.13.20", - "@types/babel__core": "^7.20.5", - "@types/babel__helper-plugin-utils": "^7.10.3", - "@types/babel__traverse": "^7.20.6", - "tslib": "2" + "fast-deep-equal": "^3.1.3", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.4.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/babel-plugin-formatjs/node_modules/@babel/core": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz", - "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==", + "node_modules/babel-loader/node_modules/ajv-keywords": { + "version": "5.1.0", "license": "MIT", "dependencies": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.26.0", - "@babel/generator": "^7.26.0", - "@babel/helper-compilation-targets": "^7.25.9", - "@babel/helper-module-transforms": "^7.26.0", - "@babel/helpers": "^7.26.0", - "@babel/parser": "^7.26.0", - "@babel/template": "^7.25.9", - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.26.0", - "convert-source-map": "^2.0.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/babel-loader/node_modules/json-schema-traverse": { + "version": "1.0.0", + "license": "MIT" + }, + "node_modules/babel-loader/node_modules/schema-utils": { + "version": "4.2.0", + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" }, "engines": { - "node": ">=6.9.0" + "node": ">= 12.13.0" }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/babel" + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/babel-plugin-formatjs": { + "version": "10.5.14", + "license": "MIT", + "dependencies": { + "@babel/core": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-syntax-jsx": "7", + "@babel/traverse": "7", + "@babel/types": "^7.12.11", + "@formatjs/icu-messageformat-parser": "2.7.6", + "@formatjs/ts-transformer": "3.13.12", + "@types/babel__core": "^7.1.7", + "@types/babel__helper-plugin-utils": "^7.10.0", + "@types/babel__traverse": "^7.1.7", + "tslib": "^2.4.0" } }, "node_modules/babel-plugin-istanbul": { "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", @@ -6069,8 +5284,6 @@ }, "node_modules/babel-plugin-jest-hoist": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz", - "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==", "license": "MIT", "dependencies": { "@babel/template": "^7.3.3", @@ -6084,8 +5297,6 @@ }, "node_modules/babel-plugin-polyfill-corejs2": { "version": "0.4.11", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", - "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==", "license": "MIT", "dependencies": { "@babel/compat-data": "^7.22.6", @@ -6097,13 +5308,11 @@ } }, "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.10.6", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz", - "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==", + "version": "0.10.4", "license": "MIT", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.2", - "core-js-compat": "^3.38.0" + "@babel/helper-define-polyfill-provider": "^0.6.1", + "core-js-compat": "^3.36.1" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -6111,8 +5320,6 @@ }, "node_modules/babel-plugin-polyfill-regenerator": { "version": "0.6.2", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", - "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", "license": "MIT", "dependencies": { "@babel/helper-define-polyfill-provider": "^0.6.2" @@ -6123,8 +5330,6 @@ }, "node_modules/babel-plugin-transform-imports": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-imports/-/babel-plugin-transform-imports-2.0.0.tgz", - "integrity": "sha512-65ewumYJ85QiXdcB/jmiU0y0jg6eL6CdnDqQAqQ8JMOKh1E52VPG3NJzbVKWcgovUR5GBH8IWpCXQ7I8Q3wjgw==", "license": "ISC", "dependencies": { "@babel/types": "^7.4", @@ -6133,8 +5338,6 @@ }, "node_modules/babel-polyfill": { "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-polyfill/-/babel-polyfill-6.26.0.tgz", - "integrity": "sha512-F2rZGQnAdaHWQ8YAoeRbukc7HS9QgdgeyJ0rQDd485v9opwuPvjpPFcOOT/WmkKTdgy9ESgSPXDcTNpzrGr6iQ==", "license": "MIT", "dependencies": { "babel-runtime": "^6.26.0", @@ -6144,39 +5347,29 @@ }, "node_modules/babel-polyfill/node_modules/core-js": { "version": "2.6.12", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", - "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", - "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", "hasInstallScript": true, "license": "MIT" }, "node_modules/babel-polyfill/node_modules/regenerator-runtime": { "version": "0.10.5", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz", - "integrity": "sha512-02YopEIhAgiBHWeoTiA8aitHDt8z6w+rQqNuIftlM+ZtvSl/brTouaU7DW6GO/cHtvxJvS4Hwv2ibKdxIRi24w==", "license": "MIT" }, "node_modules/babel-preset-current-node-syntax": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.1.0.tgz", - "integrity": "sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==", + "version": "1.0.1", "license": "MIT", "dependencies": { "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-import-attributes": "^7.24.7", - "@babel/plugin-syntax-import-meta": "^7.10.4", + "@babel/plugin-syntax-class-properties": "^7.8.3", + "@babel/plugin-syntax-import-meta": "^7.8.3", "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-numeric-separator": "^7.8.3", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5" + "@babel/plugin-syntax-top-level-await": "^7.8.3" }, "peerDependencies": { "@babel/core": "^7.0.0" @@ -6184,8 +5377,6 @@ }, "node_modules/babel-preset-jest": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz", - "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==", "license": "MIT", "dependencies": { "babel-plugin-jest-hoist": "^29.6.3", @@ -6200,8 +5391,6 @@ }, "node_modules/babel-runtime": { "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", - "integrity": "sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==", "license": "MIT", "dependencies": { "core-js": "^2.4.0", @@ -6210,54 +5399,39 @@ }, "node_modules/babel-runtime/node_modules/core-js": { "version": "2.6.12", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", - "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", - "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", "hasInstallScript": true, "license": "MIT" }, "node_modules/babel-runtime/node_modules/regenerator-runtime": { "version": "0.11.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", - "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==", "license": "MIT" }, "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==", "license": "MIT" }, "node_modules/bare-events": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.0.tgz", - "integrity": "sha512-/E8dDe9dsbLyh2qrZ64PEPadOQ0F4gbl1sUJOrmph7xOiIxfY8vwab/4bFLh4Y88/Hk/ujKcrQKc+ps0mv873A==", + "version": "2.2.0", "license": "Apache-2.0", "optional": true }, "node_modules/bare-fs": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-2.3.5.tgz", - "integrity": "sha512-SlE9eTxifPDJrT6YgemQ1WGFleevzwY+XAP1Xqgl56HtcrisC2CHCZ2tq6dBpcH2TnNxwUEUGhweo+lrQtYuiw==", + "version": "2.3.0", "license": "Apache-2.0", "optional": true, "dependencies": { "bare-events": "^2.0.0", "bare-path": "^2.0.0", - "bare-stream": "^2.0.0" + "bare-stream": "^1.0.0" } }, "node_modules/bare-os": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-2.4.4.tgz", - "integrity": "sha512-z3UiI2yi1mK0sXeRdc4O1Kk8aOa/e+FNWZcTiPB/dfTWyLypuE99LibgRaQki914Jq//yAWylcAt+mknKdixRQ==", + "version": "2.2.1", "license": "Apache-2.0", "optional": true }, "node_modules/bare-path": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/bare-path/-/bare-path-2.1.3.tgz", - "integrity": "sha512-lh/eITfU8hrj9Ru5quUp0Io1kJWIk1bTjzo7JH1P5dWmQ2EL4hFUlfI8FonAhSlgIfhn63p84CDY/x+PisgcXA==", + "version": "2.1.1", "license": "Apache-2.0", "optional": true, "dependencies": { @@ -6265,19 +5439,15 @@ } }, "node_modules/bare-stream": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.3.2.tgz", - "integrity": "sha512-EFZHSIBkDgSHIwj2l2QZfP4U5OcD4xFAOwhSb/vlr9PIqyGJGvB/nfClJbcnh3EY4jtPE4zsb5ztae96bVF79A==", + "version": "1.0.0", "license": "Apache-2.0", "optional": true, "dependencies": { - "streamx": "^2.20.0" + "streamx": "^2.16.1" } }, "node_modules/base64-js": { "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", "funding": [ { "type": "github", @@ -6296,14 +5466,10 @@ }, "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==", "license": "MIT" }, "node_modules/big.js": { "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": "*" @@ -6311,8 +5477,6 @@ }, "node_modules/binary-extensions": { "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" @@ -6323,8 +5487,6 @@ }, "node_modules/bl": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", - "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", "license": "MIT", "dependencies": { "buffer": "^5.5.0", @@ -6333,9 +5495,7 @@ } }, "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==", + "version": "1.20.2", "license": "MIT", "dependencies": { "bytes": "3.1.2", @@ -6346,7 +5506,7 @@ "http-errors": "2.0.0", "iconv-lite": "0.4.24", "on-finished": "2.4.1", - "qs": "6.13.0", + "qs": "6.11.0", "raw-body": "2.5.2", "type-is": "~1.6.18", "unpipe": "1.0.0" @@ -6358,23 +5518,27 @@ }, "node_modules/body-parser/node_modules/debug": { "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" } }, + "node_modules/body-parser/node_modules/iconv-lite": { + "version": "0.4.24", + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, "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==", "license": "MIT" }, "node_modules/bonjour-service": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.2.1.tgz", - "integrity": "sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==", "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", @@ -6383,14 +5547,10 @@ }, "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==", "license": "ISC" }, "node_modules/bootstrap": { "version": "4.6.2", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", - "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==", "funding": [ { "type": "github", @@ -6409,8 +5569,6 @@ }, "node_modules/brace-expansion": { "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", @@ -6418,21 +5576,17 @@ } }, "node_modules/braces": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "version": "3.0.2", "license": "MIT", "dependencies": { - "fill-range": "^7.1.1" + "fill-range": "^7.0.1" }, "engines": { "node": ">=8" } }, "node_modules/browserslist": { - "version": "4.24.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz", - "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==", + "version": "4.23.0", "funding": [ { "type": "opencollective", @@ -6449,10 +5603,10 @@ ], "license": "MIT", "dependencies": { - "caniuse-lite": "^1.0.30001669", - "electron-to-chromium": "^1.5.41", - "node-releases": "^2.0.18", - "update-browserslist-db": "^1.1.1" + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.0.13" }, "bin": { "browserslist": "cli.js" @@ -6463,8 +5617,6 @@ }, "node_modules/bs-logger": { "version": "0.2.6", - "resolved": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz", - "integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==", "license": "MIT", "dependencies": { "fast-json-stable-stringify": "2.x" @@ -6475,8 +5627,6 @@ }, "node_modules/bser": { "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" @@ -6484,8 +5634,6 @@ }, "node_modules/buffer": { "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", "funding": [ { "type": "github", @@ -6508,14 +5656,10 @@ }, "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==", "license": "MIT" }, "node_modules/bytes": { "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" @@ -6523,14 +5667,10 @@ }, "node_modules/cache-parser": { "version": "1.2.5", - "resolved": "https://registry.npmjs.org/cache-parser/-/cache-parser-1.2.5.tgz", - "integrity": "sha512-Md/4VhAHByQ9frQ15WD6LrMNiVw9AEl/J7vWIXw+sxT6fSOpbtt6LHTp76vy8+bOESPBO94117Hm2bIjlI7XjA==", "license": "MIT" }, "node_modules/call-bind": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", - "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", @@ -6548,8 +5688,6 @@ }, "node_modules/callsites": { "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" @@ -6557,8 +5695,6 @@ }, "node_modules/camel-case": { "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", @@ -6567,8 +5703,6 @@ }, "node_modules/camelcase": { "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", "license": "MIT", "engines": { "node": ">=10" @@ -6579,8 +5713,6 @@ }, "node_modules/caniuse-api": { "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", @@ -6590,9 +5722,7 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001673", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001673.tgz", - "integrity": "sha512-WTrjUCSMp3LYX0nE12ECkV0a+e6LC85E0Auz75555/qr78Oc8YWhEPNfDd6SHdtlCMSzqtuXY0uyEMNRcsKpKw==", + "version": "1.0.30001612", "funding": [ { "type": "opencollective", @@ -6611,8 +5741,6 @@ }, "node_modules/cast-array": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cast-array/-/cast-array-1.0.1.tgz", - "integrity": "sha512-EiqtV+M9L42wd0IRgYjgVGDq7vdNBUUrdecd03QReJp8pIr59o2A1b0XfP+aCUlzLKx2E7zVetaogeJCtiHa+w==", "license": "MIT", "dependencies": { "isarray": "0.0.1" @@ -6620,14 +5748,10 @@ }, "node_modules/cast-array/node_modules/isarray": { "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==", "license": "MIT" }, "node_modules/chalk": { "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", @@ -6642,8 +5766,6 @@ }, "node_modules/char-regex": { "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" @@ -6651,20 +5773,14 @@ }, "node_modules/chardet": { "version": "0.7.0", - "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", - "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", "license": "MIT" }, "node_modules/child_process": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/child_process/-/child_process-1.0.2.tgz", - "integrity": "sha512-Wmza/JzL0SiWz7kl6MhIKT5ceIlnFPJX+lwUGj7Clhy5MMldsSoJR0+uvRzOS5Kv45Mq7t1PoE8TsOA9bzvb6g==", "license": "ISC" }, "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", @@ -6687,14 +5803,10 @@ }, "node_modules/chownr": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", - "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", "license": "ISC" }, "node_modules/chrome-trace-event": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", - "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", + "version": "1.0.3", "license": "MIT", "engines": { "node": ">=6.0" @@ -6702,8 +5814,6 @@ }, "node_modules/ci-info": { "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", "funding": [ { "type": "github", @@ -6716,21 +5826,15 @@ } }, "node_modules/cjs-module-lexer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.1.tgz", - "integrity": "sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA==", + "version": "1.2.3", "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==", "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" @@ -6741,8 +5845,6 @@ }, "node_modules/clean-css/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" @@ -6750,8 +5852,6 @@ }, "node_modules/clean-webpack-plugin": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-4.0.0.tgz", - "integrity": "sha512-WuWE1nyTNAyW5T7oNyys2EN0cfP2fdRxhxnIQWiAp0bMabPdHhoGxM8A6YL2GhqwgrPnnaemVE7nv5XJ2Fhh2w==", "license": "MIT", "dependencies": { "del": "^4.1.1" @@ -6765,8 +5865,6 @@ }, "node_modules/cli-cursor": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", "license": "MIT", "dependencies": { "restore-cursor": "^3.1.0" @@ -6777,8 +5875,6 @@ }, "node_modules/cli-spinners": { "version": "2.9.2", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz", - "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==", "license": "MIT", "engines": { "node": ">=6" @@ -6789,8 +5885,6 @@ }, "node_modules/cli-width": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", - "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", "license": "ISC", "engines": { "node": ">= 10" @@ -6798,8 +5892,6 @@ }, "node_modules/cliui": { "version": "8.0.1", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", - "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", "license": "ISC", "dependencies": { "string-width": "^4.2.0", @@ -6810,27 +5902,8 @@ "node": ">=12" } }, - "node_modules/cliui/node_modules/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", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, "node_modules/clone": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", - "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", "license": "MIT", "engines": { "node": ">=0.8" @@ -6838,8 +5911,6 @@ }, "node_modules/clone-deep": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", "license": "MIT", "dependencies": { "is-plain-object": "^2.0.4", @@ -6852,8 +5923,6 @@ }, "node_modules/co": { "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", @@ -6862,14 +5931,10 @@ }, "node_modules/collect-v8-coverage": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz", - "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==", "license": "MIT" }, "node_modules/color": { "version": "4.2.3", - "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz", - "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", "license": "MIT", "dependencies": { "color-convert": "^2.0.1", @@ -6881,8 +5946,6 @@ }, "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" @@ -6893,14 +5956,10 @@ }, "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==", "license": "MIT" }, "node_modules/color-string": { "version": "1.9.1", - "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", - "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", "license": "MIT", "dependencies": { "color-name": "^1.0.0", @@ -6909,20 +5968,14 @@ }, "node_modules/colord": { "version": "2.9.3", - "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", - "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==", "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" @@ -6933,8 +5986,6 @@ }, "node_modules/commander": { "version": "6.2.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", - "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", "license": "MIT", "engines": { "node": ">= 6" @@ -6942,14 +5993,10 @@ }, "node_modules/common-path-prefix": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz", - "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==", "license": "ISC" }, "node_modules/component-emitter": { "version": "1.3.1", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz", - "integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -6957,8 +6004,6 @@ }, "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" @@ -6969,8 +6014,6 @@ }, "node_modules/compression": { "version": "1.7.4", - "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", "license": "MIT", "dependencies": { "accepts": "~1.3.5", @@ -6987,8 +6030,6 @@ }, "node_modules/compression/node_modules/bytes": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", "license": "MIT", "engines": { "node": ">= 0.8" @@ -6996,8 +6037,6 @@ }, "node_modules/compression/node_modules/debug": { "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" @@ -7005,32 +6044,22 @@ }, "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==", "license": "MIT" }, "node_modules/compression/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==", "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==", "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==", "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" @@ -7038,8 +6067,6 @@ }, "node_modules/content-disposition": { "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" @@ -7050,23 +6077,17 @@ }, "node_modules/content-type": { "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" } }, "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==", + "version": "1.9.0", "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==", + "version": "0.6.0", "license": "MIT", "engines": { "node": ">= 0.6" @@ -7074,14 +6095,10 @@ }, "node_modules/cookie-signature": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", "license": "MIT" }, "node_modules/cookiejar": { "version": "2.1.4", - "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.4.tgz", - "integrity": "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==", "license": "MIT" }, "node_modules/core-js": { @@ -7089,19 +6106,16 @@ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.39.0.tgz", "integrity": "sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==", "hasInstallScript": true, - "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/core-js" } }, "node_modules/core-js-compat": { - "version": "3.38.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.38.1.tgz", - "integrity": "sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==", + "version": "3.37.1", "license": "MIT", "dependencies": { - "browserslist": "^4.23.3" + "browserslist": "^4.23.0" }, "funding": { "type": "opencollective", @@ -7109,9 +6123,7 @@ } }, "node_modules/core-js-pure": { - "version": "3.38.1", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.38.1.tgz", - "integrity": "sha512-BY8Etc1FZqdw1glX0XNOq2FDwfrg/VGqoZOZCdaL+UmdaqDwQwYXkMJT4t6In+zfEfOJDcM9T0KdbBeJg8KKCQ==", + "version": "3.37.0", "hasInstallScript": true, "license": "MIT", "funding": { @@ -7121,14 +6133,10 @@ }, "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==", "license": "MIT" }, "node_modules/cosmiconfig": { "version": "8.3.6", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", - "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", "license": "MIT", "dependencies": { "import-fresh": "^3.3.0", @@ -7153,14 +6161,10 @@ }, "node_modules/cosmiconfig/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==", "license": "Python-2.0" }, "node_modules/cosmiconfig/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==", "license": "MIT", "dependencies": { "argparse": "^2.0.1" @@ -7171,8 +6175,6 @@ }, "node_modules/create-jest": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz", - "integrity": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==", "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", @@ -7192,8 +6194,6 @@ }, "node_modules/cross-spawn": { "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", "license": "MIT", "dependencies": { "path-key": "^3.1.0", @@ -7206,8 +6206,6 @@ }, "node_modules/css-declaration-sorter": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz", - "integrity": "sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==", "license": "ISC", "engines": { "node": "^14 || ^16 || >=18" @@ -7218,8 +6216,6 @@ }, "node_modules/css-loader": { "version": "5.2.7", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.2.7.tgz", - "integrity": "sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==", "license": "MIT", "dependencies": { "icss-utils": "^5.1.0", @@ -7244,29 +6240,22 @@ "webpack": "^4.27.0 || ^5.0.0" } }, - "node_modules/css-loader/node_modules/schema-utils": { - "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", + "node_modules/css-loader/node_modules/lru-cache": { + "version": "6.0.0", + "license": "ISC", "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" + "yallist": "^4.0.0" }, "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "node": ">=10" } }, "node_modules/css-loader/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "version": "7.6.0", "license": "ISC", + "dependencies": { + "lru-cache": "^6.0.0" + }, "bin": { "semver": "bin/semver.js" }, @@ -7274,16 +6263,16 @@ "node": ">=10" } }, + "node_modules/css-loader/node_modules/yallist": { + "version": "4.0.0", + "license": "ISC" + }, "node_modules/css-mediaquery": { "version": "0.1.2", - "resolved": "https://registry.npmjs.org/css-mediaquery/-/css-mediaquery-0.1.2.tgz", - "integrity": "sha512-COtn4EROW5dBGlE/4PiKnh6rZpAPxDeFLaEEwt4i10jpDMFt2EhQGS79QmmrO+iKCHv0PU/HrOWEhijFd1x99Q==", "license": "BSD" }, "node_modules/css-select": { "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", @@ -7298,8 +6287,6 @@ }, "node_modules/css-tree": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", - "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", "license": "MIT", "dependencies": { "mdn-data": "2.0.30", @@ -7311,8 +6298,6 @@ }, "node_modules/css-what": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", - "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", "license": "BSD-2-Clause", "engines": { "node": ">= 6" @@ -7323,15 +6308,11 @@ }, "node_modules/css.escape": { "version": "1.5.1", - "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz", - "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==", "dev": true, "license": "MIT" }, "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" @@ -7342,8 +6323,6 @@ }, "node_modules/cssnano": { "version": "6.0.3", - "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-6.0.3.tgz", - "integrity": "sha512-MRq4CIj8pnyZpcI2qs6wswoYoDD1t0aL28n+41c1Ukcpm56m1h6mCexIHBGjfZfnTqtGSSCP4/fB1ovxgjBOiw==", "license": "MIT", "dependencies": { "cssnano-preset-default": "^6.0.3", @@ -7362,8 +6341,6 @@ }, "node_modules/cssnano-preset-default": { "version": "6.1.2", - "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-6.1.2.tgz", - "integrity": "sha512-1C0C+eNaeN8OcHQa193aRgYexyJtU8XwbdieEjClw+J9d94E41LwT6ivKH0WT+fYwYWB0Zp3I3IZ7tI/BbUbrg==", "license": "MIT", "dependencies": { "browserslist": "^4.23.0", @@ -7406,8 +6383,6 @@ }, "node_modules/cssnano-utils": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-4.0.2.tgz", - "integrity": "sha512-ZR1jHg+wZ8o4c3zqf1SIUSTIvm/9mU343FMR6Obe/unskbvpGhZOo1J6d/r8D1pzkRQYuwbcH3hToOuoA2G7oQ==", "license": "MIT", "engines": { "node": "^14 || ^16 || >=18.0" @@ -7418,8 +6393,6 @@ }, "node_modules/csso": { "version": "5.0.5", - "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz", - "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==", "license": "MIT", "dependencies": { "css-tree": "~2.2.0" @@ -7431,8 +6404,6 @@ }, "node_modules/csso/node_modules/css-tree": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz", - "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==", "license": "MIT", "dependencies": { "mdn-data": "2.0.28", @@ -7445,20 +6416,14 @@ }, "node_modules/csso/node_modules/mdn-data": { "version": "2.0.28", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz", - "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==", "license": "CC0-1.0" }, "node_modules/cssom": { "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz", - "integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==", "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" @@ -7469,26 +6434,18 @@ }, "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==", "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==", "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==", "license": "BSD-2-Clause" }, "node_modules/data-urls": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz", - "integrity": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==", "license": "MIT", "dependencies": { "abab": "^2.0.6", @@ -7501,8 +6458,6 @@ }, "node_modules/data-view-buffer": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz", - "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==", "license": "MIT", "dependencies": { "call-bind": "^1.0.6", @@ -7518,8 +6473,6 @@ }, "node_modules/data-view-byte-length": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz", - "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==", "license": "MIT", "dependencies": { "call-bind": "^1.0.7", @@ -7535,8 +6488,6 @@ }, "node_modules/data-view-byte-offset": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz", - "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==", "license": "MIT", "dependencies": { "call-bind": "^1.0.6", @@ -7552,17 +6503,13 @@ }, "node_modules/debounce": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", - "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==", "license": "MIT" }, "node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "version": "4.3.4", "license": "MIT", "dependencies": { - "ms": "^2.1.3" + "ms": "2.1.2" }, "engines": { "node": ">=6.0" @@ -7575,14 +6522,10 @@ }, "node_modules/decimal.js": { "version": "10.4.3", - "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", - "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==", "license": "MIT" }, "node_modules/decode-uri-component": { "version": "0.2.2", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", - "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", "license": "MIT", "engines": { "node": ">=0.10" @@ -7590,8 +6533,6 @@ }, "node_modules/decompress-response": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", - "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", "license": "MIT", "dependencies": { "mimic-response": "^3.1.0" @@ -7604,9 +6545,7 @@ } }, "node_modules/dedent": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz", - "integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==", + "version": "1.5.1", "license": "MIT", "peerDependencies": { "babel-plugin-macros": "^3.1.0" @@ -7619,8 +6558,6 @@ }, "node_modules/deep-equal": { "version": "2.2.3", - "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz", - "integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==", "license": "MIT", "dependencies": { "array-buffer-byte-length": "^1.0.0", @@ -7651,8 +6588,6 @@ }, "node_modules/deep-extend": { "version": "0.6.0", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", "license": "MIT", "engines": { "node": ">=4.0.0" @@ -7660,14 +6595,10 @@ }, "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==", "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" @@ -7675,8 +6606,6 @@ }, "node_modules/default-gateway": { "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" @@ -7687,8 +6616,6 @@ }, "node_modules/defaults": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", - "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", "license": "MIT", "dependencies": { "clone": "^1.0.2" @@ -7699,8 +6626,6 @@ }, "node_modules/define-data-property": { "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", @@ -7716,8 +6641,6 @@ }, "node_modules/define-lazy-prop": { "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" @@ -7725,8 +6648,6 @@ }, "node_modules/define-properties": { "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", @@ -7742,8 +6663,6 @@ }, "node_modules/del": { "version": "4.1.1", - "resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz", - "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==", "license": "MIT", "dependencies": { "@types/glob": "^7.1.1", @@ -7760,8 +6679,6 @@ }, "node_modules/del/node_modules/array-union": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", "license": "MIT", "dependencies": { "array-uniq": "^1.0.1" @@ -7772,8 +6689,6 @@ }, "node_modules/del/node_modules/globby": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", - "integrity": "sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==", "license": "MIT", "dependencies": { "array-union": "^1.0.1", @@ -7788,8 +6703,6 @@ }, "node_modules/del/node_modules/globby/node_modules/pify": { "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" @@ -7797,8 +6710,6 @@ }, "node_modules/delayed-stream": { "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" @@ -7806,8 +6717,6 @@ }, "node_modules/depd": { "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" @@ -7815,8 +6724,6 @@ }, "node_modules/dequal": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", - "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", "license": "MIT", "engines": { "node": ">=6" @@ -7824,8 +6731,6 @@ }, "node_modules/destroy": { "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", @@ -7834,8 +6739,6 @@ }, "node_modules/detect-libc": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz", - "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==", "license": "Apache-2.0", "engines": { "node": ">=8" @@ -7843,8 +6746,6 @@ }, "node_modules/detect-newline": { "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" @@ -7852,20 +6753,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==", "license": "MIT" }, "node_modules/detect-node-es": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/detect-node-es/-/detect-node-es-1.1.0.tgz", - "integrity": "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==", "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", @@ -7881,8 +6776,6 @@ }, "node_modules/detect-port-alt/node_modules/debug": { "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" @@ -7890,30 +6783,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==", "license": "MIT" }, - "node_modules/dezalgo": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz", - "integrity": "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==", - "license": "ISC", - "dependencies": { - "asap": "^2.0.0", - "wrappy": "1" - } - }, "node_modules/diacritics": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/diacritics/-/diacritics-1.3.0.tgz", - "integrity": "sha512-wlwEkqcsaxvPJML+rDh/2iS824jbREk6DUMUKkEaSlxdYHeS43cClJtsWglvw2RfeXGm6ohKDqsXteJ5sP5enA==", "license": "MIT" }, "node_modules/diff-sequences": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", - "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", "license": "MIT", "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -7921,8 +6798,6 @@ }, "node_modules/dir-glob": { "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" @@ -7933,8 +6808,6 @@ }, "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" @@ -7945,8 +6818,6 @@ }, "node_modules/doctrine": { "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" @@ -7957,14 +6828,10 @@ }, "node_modules/dom-accessibility-api": { "version": "0.5.16", - "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz", - "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==", "license": "MIT" }, "node_modules/dom-converter": { "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" @@ -7972,8 +6839,6 @@ }, "node_modules/dom-helpers": { "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", @@ -7982,8 +6847,6 @@ }, "node_modules/dom-serializer": { "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", @@ -7996,8 +6859,6 @@ }, "node_modules/dom-serializer/node_modules/entities": { "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" @@ -8005,8 +6866,6 @@ }, "node_modules/domelementtype": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", - "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", "funding": [ { "type": "github", @@ -8017,9 +6876,6 @@ }, "node_modules/domexception": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz", - "integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==", - "deprecated": "Use your platform's native DOMException instead", "license": "MIT", "dependencies": { "webidl-conversions": "^7.0.0" @@ -8030,8 +6886,6 @@ }, "node_modules/domhandler": { "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" @@ -8044,18 +6898,13 @@ } }, "node_modules/dompurify": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.1.tgz", - "integrity": "sha512-NBHEsc0/kzRYQd+AY6HR6B/IgsqzBABrqJbpCDQII/OK6h7B7LXzweZTDsqSW2LkTRpoxf18YUP+YjGySk6B3w==", - "license": "(MPL-2.0 OR Apache-2.0)", - "optionalDependencies": { - "@types/trusted-types": "^2.0.7" - } + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.7.tgz", + "integrity": "sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==", + "license": "(MPL-2.0 OR Apache-2.0)" }, "node_modules/domutils": { "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", @@ -8068,8 +6917,6 @@ }, "node_modules/dot-case": { "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", @@ -8078,8 +6925,6 @@ }, "node_modules/dotenv": { "version": "8.6.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", - "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", "license": "BSD-2-Clause", "engines": { "node": ">=10" @@ -8087,8 +6932,6 @@ }, "node_modules/dotenv-defaults": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/dotenv-defaults/-/dotenv-defaults-2.0.2.tgz", - "integrity": "sha512-iOIzovWfsUHU91L5i8bJce3NYK5JXeAwH50Jh6+ARUdLiiGlYWfGw6UkzsYqaXZH/hjE/eCd/PlfM/qqyK0AMg==", "license": "MIT", "dependencies": { "dotenv": "^8.2.0" @@ -8096,8 +6939,6 @@ }, "node_modules/dotenv-webpack": { "version": "8.0.1", - "resolved": "https://registry.npmjs.org/dotenv-webpack/-/dotenv-webpack-8.0.1.tgz", - "integrity": "sha512-CdrgfhZOnx4uB18SgaoP9XHRN2v48BbjuXQsZY5ixs5A8579NxQkmMxRtI7aTwSiSQcM2ao12Fdu+L3ZS3bG4w==", "license": "MIT", "dependencies": { "dotenv-defaults": "^2.0.2" @@ -8111,26 +6952,18 @@ }, "node_modules/duplexer": { "version": "0.1.2", - "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", - "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==", "license": "MIT" }, "node_modules/electron-to-chromium": { - "version": "1.5.47", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.47.tgz", - "integrity": "sha512-zS5Yer0MOYw4rtK2iq43cJagHZ8sXN0jDHDKzB+86gSBSAI4v07S97mcq+Gs2vclAxSh1j7vOAHxSVgduiiuVQ==", + "version": "1.4.745", "license": "ISC" }, "node_modules/email-prop-type": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/email-prop-type/-/email-prop-type-3.0.1.tgz", - "integrity": "sha512-tONZGMEOOkadp5OBftuVXU8DsceWmINxYK+pqPFB4LT5ODjrPX/esel3WGqbV7d6in5/MnZE4n4QcqOr4gh7dg==", "license": "MIT", "dependencies": { "email-validator": "^2.0.4" @@ -8138,16 +6971,12 @@ }, "node_modules/email-validator": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/email-validator/-/email-validator-2.0.4.tgz", - "integrity": "sha512-gYCwo7kh5S3IDyZPLZf6hSS0MnZT8QmJFqYvbqlDZSbwdZlY6QZWxJ4i/6UhITOJ4XzyI647Bm2MXKCLqnJ4nQ==", "engines": { "node": ">4.0" } }, "node_modules/emittery": { "version": "0.13.1", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz", - "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==", "license": "MIT", "engines": { "node": ">=12" @@ -8157,24 +6986,18 @@ } }, "node_modules/emoji-regex": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", - "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", + "version": "10.3.0", "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" } }, "node_modules/encodeurl": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", - "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", + "version": "1.0.2", "license": "MIT", "engines": { "node": ">= 0.8" @@ -8182,17 +7005,13 @@ }, "node_modules/end-of-stream": { "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", "license": "MIT", "dependencies": { "once": "^1.4.0" } }, "node_modules/enhanced-resolve": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz", - "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==", + "version": "5.16.0", "license": "MIT", "dependencies": { "graceful-fs": "^4.2.4", @@ -8204,8 +7023,6 @@ }, "node_modules/entities": { "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", "license": "BSD-2-Clause", "engines": { "node": ">=0.12" @@ -8215,9 +7032,7 @@ } }, "node_modules/envinfo": { - "version": "7.14.0", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.14.0.tgz", - "integrity": "sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==", + "version": "7.13.0", "license": "MIT", "bin": { "envinfo": "dist/cli.js" @@ -8228,8 +7043,6 @@ }, "node_modules/error-ex": { "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", "license": "MIT", "dependencies": { "is-arrayish": "^0.2.1" @@ -8237,8 +7050,6 @@ }, "node_modules/error-stack-parser": { "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" @@ -8246,8 +7057,6 @@ }, "node_modules/es-abstract": { "version": "1.23.3", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz", - "integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==", "license": "MIT", "dependencies": { "array-buffer-byte-length": "^1.0.1", @@ -8306,8 +7115,6 @@ }, "node_modules/es-define-property": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", - "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", "license": "MIT", "dependencies": { "get-intrinsic": "^1.2.4" @@ -8318,8 +7125,6 @@ }, "node_modules/es-errors": { "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" @@ -8327,8 +7132,6 @@ }, "node_modules/es-get-iterator": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz", - "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==", "license": "MIT", "dependencies": { "call-bind": "^1.0.2", @@ -8346,15 +7149,11 @@ } }, "node_modules/es-module-lexer": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz", - "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==", + "version": "1.5.2", "license": "MIT" }, "node_modules/es-object-atoms": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz", - "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==", "license": "MIT", "dependencies": { "es-errors": "^1.3.0" @@ -8365,8 +7164,6 @@ }, "node_modules/es-set-tostringtag": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz", - "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==", "license": "MIT", "dependencies": { "get-intrinsic": "^1.2.4", @@ -8379,8 +7176,6 @@ }, "node_modules/es-shim-unscopables": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz", - "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==", "license": "MIT", "dependencies": { "hasown": "^2.0.0" @@ -8388,8 +7183,6 @@ }, "node_modules/es-to-primitive": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", "license": "MIT", "dependencies": { "is-callable": "^1.1.4", @@ -8404,9 +7197,7 @@ } }, "node_modules/escalade": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", - "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "version": "3.1.2", "license": "MIT", "engines": { "node": ">=6" @@ -8414,14 +7205,10 @@ }, "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==", "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" @@ -8432,8 +7219,6 @@ }, "node_modules/escodegen": { "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", @@ -8453,8 +7238,6 @@ }, "node_modules/escodegen/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", "optional": true, "engines": { @@ -8463,9 +7246,6 @@ }, "node_modules/eslint": { "version": "8.44.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.44.0.tgz", - "integrity": "sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==", - "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", @@ -8520,8 +7300,6 @@ }, "node_modules/eslint-config-airbnb": { "version": "19.0.4", - "resolved": "https://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-19.0.4.tgz", - "integrity": "sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==", "license": "MIT", "dependencies": { "eslint-config-airbnb-base": "^15.0.0", @@ -8541,8 +7319,6 @@ }, "node_modules/eslint-config-airbnb-base": { "version": "15.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz", - "integrity": "sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==", "license": "MIT", "dependencies": { "confusing-browser-globals": "^1.0.10", @@ -8560,8 +7336,6 @@ }, "node_modules/eslint-config-airbnb-typescript": { "version": "17.1.0", - "resolved": "https://registry.npmjs.org/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-17.1.0.tgz", - "integrity": "sha512-GPxI5URre6dDpJ0CtcthSZVBAfI+Uw7un5OYNVxP2EYi3H81Jw701yFP7AU+/vCE7xBtFmjge7kfhhk4+RAiig==", "license": "MIT", "dependencies": { "eslint-config-airbnb-base": "^15.0.0" @@ -8575,8 +7349,6 @@ }, "node_modules/eslint-import-resolver-node": { "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", @@ -8586,17 +7358,13 @@ }, "node_modules/eslint-import-resolver-node/node_modules/debug": { "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" } }, "node_modules/eslint-module-utils": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz", - "integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==", + "version": "2.8.1", "license": "MIT", "dependencies": { "debug": "^3.2.7" @@ -8612,108 +7380,33 @@ }, "node_modules/eslint-module-utils/node_modules/debug": { "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" } }, "node_modules/eslint-plugin-formatjs": { - "version": "4.13.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-formatjs/-/eslint-plugin-formatjs-4.13.3.tgz", - "integrity": "sha512-4j3IVwaLEXblnvH2/ZIOZwc9zaaZf2+zyn/b8oLJRt6kMCTu2rIs4UsIxy5nBRYZzsBSh7k34JJ5/ngGtJ3kYw==", + "version": "4.13.0", "license": "MIT", "dependencies": { - "@formatjs/icu-messageformat-parser": "2.7.8", - "@formatjs/ts-transformer": "3.13.14", + "@formatjs/icu-messageformat-parser": "2.7.6", + "@formatjs/ts-transformer": "3.13.12", "@types/eslint": "7 || 8", "@types/picomatch": "^2.3.0", "@typescript-eslint/utils": "^6.18.1", "emoji-regex": "^10.2.1", "magic-string": "^0.30.0", "picomatch": "^2.3.1", - "tslib": "2.6.2", - "typescript": "5", - "unicode-emoji-utils": "^1.2.0" - }, - "peerDependencies": { - "eslint": "7 || 8" - } - }, - "node_modules/eslint-plugin-formatjs/node_modules/@formatjs/ecma402-abstract": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.0.0.tgz", - "integrity": "sha512-rRqXOqdFmk7RYvj4khklyqzcfQl9vEL/usogncBHRZfZBDOwMGuSRNFl02fu5KGHXdbinju+YXyuR+Nk8xlr/g==", - "license": "MIT", - "dependencies": { - "@formatjs/intl-localematcher": "0.5.4", - "tslib": "^2.4.0" - } - }, - "node_modules/eslint-plugin-formatjs/node_modules/@formatjs/icu-messageformat-parser": { - "version": "2.7.8", - "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.7.8.tgz", - "integrity": "sha512-nBZJYmhpcSX0WeJ5SDYUkZ42AgR3xiyhNCsQweFx3cz/ULJjym8bHAzWKvG5e2+1XO98dBYC0fWeeAECAVSwLA==", - "license": "MIT", - "dependencies": { - "@formatjs/ecma402-abstract": "2.0.0", - "@formatjs/icu-skeleton-parser": "1.8.2", - "tslib": "^2.4.0" - } - }, - "node_modules/eslint-plugin-formatjs/node_modules/@formatjs/icu-skeleton-parser": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.8.2.tgz", - "integrity": "sha512-k4ERKgw7aKGWJZgTarIcNEmvyTVD9FYh0mTrrBMHZ1b8hUu6iOJ4SzsZlo3UNAvHYa+PnvntIwRPt1/vy4nA9Q==", - "license": "MIT", - "dependencies": { - "@formatjs/ecma402-abstract": "2.0.0", - "tslib": "^2.4.0" - } - }, - "node_modules/eslint-plugin-formatjs/node_modules/@formatjs/intl-localematcher": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.4.tgz", - "integrity": "sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==", - "license": "MIT", - "dependencies": { - "tslib": "^2.4.0" - } - }, - "node_modules/eslint-plugin-formatjs/node_modules/@formatjs/ts-transformer": { - "version": "3.13.14", - "resolved": "https://registry.npmjs.org/@formatjs/ts-transformer/-/ts-transformer-3.13.14.tgz", - "integrity": "sha512-TP/R54lxQ9Drzzimxrrt6yBT/xBofTgYl5wSTpyKe3Aq9vIBVcFmS6EOqycj0X34KGu3EpDPGO0ng8ZQZGLIFg==", - "license": "MIT", - "dependencies": { - "@formatjs/icu-messageformat-parser": "2.7.8", - "@types/json-stable-stringify": "^1.0.32", - "@types/node": "14 || 16 || 17", - "chalk": "^4.0.0", - "json-stable-stringify": "^1.0.1", - "tslib": "^2.4.0", - "typescript": "5" + "tslib": "2.6.2", + "typescript": "5", + "unicode-emoji-utils": "^1.2.0" }, "peerDependencies": { - "ts-jest": ">=27" - }, - "peerDependenciesMeta": { - "ts-jest": { - "optional": true - } + "eslint": "7 || 8" } }, - "node_modules/eslint-plugin-formatjs/node_modules/@types/node": { - "version": "17.0.45", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz", - "integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==", - "license": "MIT" - }, "node_modules/eslint-plugin-formatjs/node_modules/@typescript-eslint/scope-manager": { "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz", - "integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==", "license": "MIT", "dependencies": { "@typescript-eslint/types": "6.21.0", @@ -8729,8 +7422,6 @@ }, "node_modules/eslint-plugin-formatjs/node_modules/@typescript-eslint/types": { "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz", - "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==", "license": "MIT", "engines": { "node": "^16.0.0 || >=18.0.0" @@ -8742,8 +7433,6 @@ }, "node_modules/eslint-plugin-formatjs/node_modules/@typescript-eslint/typescript-estree": { "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz", - "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==", "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "6.21.0", @@ -8770,8 +7459,6 @@ }, "node_modules/eslint-plugin-formatjs/node_modules/@typescript-eslint/utils": { "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz", - "integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==", "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", @@ -8795,8 +7482,6 @@ }, "node_modules/eslint-plugin-formatjs/node_modules/@typescript-eslint/visitor-keys": { "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz", - "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==", "license": "MIT", "dependencies": { "@typescript-eslint/types": "6.21.0", @@ -8812,8 +7497,6 @@ }, "node_modules/eslint-plugin-formatjs/node_modules/brace-expansion": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" @@ -8821,8 +7504,6 @@ }, "node_modules/eslint-plugin-formatjs/node_modules/eslint-visitor-keys": { "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" @@ -8831,10 +7512,18 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint-plugin-formatjs/node_modules/lru-cache": { + "version": "6.0.0", + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/eslint-plugin-formatjs/node_modules/minimatch": { "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" @@ -8847,10 +7536,11 @@ } }, "node_modules/eslint-plugin-formatjs/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "version": "7.6.0", "license": "ISC", + "dependencies": { + "lru-cache": "^6.0.0" + }, "bin": { "semver": "bin/semver.js" }, @@ -8858,16 +7548,8 @@ "node": ">=10" } }, - "node_modules/eslint-plugin-formatjs/node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", - "license": "0BSD" - }, "node_modules/eslint-plugin-formatjs/node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.4.5", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", @@ -8877,10 +7559,12 @@ "node": ">=14.17" } }, + "node_modules/eslint-plugin-formatjs/node_modules/yallist": { + "version": "4.0.0", + "license": "ISC" + }, "node_modules/eslint-plugin-import": { "version": "2.27.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz", - "integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==", "license": "MIT", "dependencies": { "array-includes": "^3.1.6", @@ -8908,8 +7592,6 @@ }, "node_modules/eslint-plugin-import/node_modules/debug": { "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" @@ -8917,8 +7599,6 @@ }, "node_modules/eslint-plugin-import/node_modules/doctrine": { "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" @@ -8929,8 +7609,6 @@ }, "node_modules/eslint-plugin-jsx-a11y": { "version": "6.7.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz", - "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.7", @@ -8959,14 +7637,10 @@ }, "node_modules/eslint-plugin-jsx-a11y/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==", "license": "MIT" }, "node_modules/eslint-plugin-react": { "version": "7.32.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz", - "integrity": "sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==", "license": "MIT", "dependencies": { "array-includes": "^3.1.6", @@ -8994,8 +7668,6 @@ }, "node_modules/eslint-plugin-react-hooks": { "version": "4.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", - "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", "license": "MIT", "engines": { "node": ">=10" @@ -9006,8 +7678,6 @@ }, "node_modules/eslint-plugin-react/node_modules/doctrine": { "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" @@ -9018,8 +7688,6 @@ }, "node_modules/eslint-plugin-react/node_modules/resolve": { "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", @@ -9035,8 +7703,6 @@ }, "node_modules/eslint-scope": { "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", @@ -9048,8 +7714,6 @@ }, "node_modules/eslint-scope/node_modules/estraverse": { "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" @@ -9057,8 +7721,6 @@ }, "node_modules/eslint-visitor-keys": { "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" @@ -9066,14 +7728,10 @@ }, "node_modules/eslint/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==", "license": "Python-2.0" }, "node_modules/eslint/node_modules/eslint-scope": { "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", @@ -9088,8 +7746,6 @@ }, "node_modules/eslint/node_modules/eslint-visitor-keys": { "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" @@ -9098,26 +7754,8 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/eslint/node_modules/find-up": { - "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" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/eslint/node_modules/glob-parent": { "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" @@ -9128,8 +7766,6 @@ }, "node_modules/eslint/node_modules/globals": { "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" @@ -9143,8 +7779,6 @@ }, "node_modules/eslint/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==", "license": "MIT", "dependencies": { "argparse": "^2.0.1" @@ -9153,40 +7787,8 @@ "js-yaml": "bin/js-yaml.js" } }, - "node_modules/eslint/node_modules/locate-path": { - "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" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint/node_modules/p-locate": { - "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" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/eslint/node_modules/type-fest": { "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" @@ -9197,8 +7799,6 @@ }, "node_modules/espree": { "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", @@ -9214,8 +7814,6 @@ }, "node_modules/espree/node_modules/eslint-visitor-keys": { "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" @@ -9226,8 +7824,6 @@ }, "node_modules/esprima": { "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", @@ -9238,9 +7834,7 @@ } }, "node_modules/esquery": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", - "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", + "version": "1.5.0", "license": "BSD-3-Clause", "dependencies": { "estraverse": "^5.1.0" @@ -9251,8 +7845,6 @@ }, "node_modules/esrecurse": { "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" @@ -9263,8 +7855,6 @@ }, "node_modules/estraverse": { "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" @@ -9272,8 +7862,6 @@ }, "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" @@ -9281,8 +7869,6 @@ }, "node_modules/etag": { "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" @@ -9290,14 +7876,10 @@ }, "node_modules/eventemitter3": { "version": "4.0.7", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", - "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" @@ -9305,8 +7887,6 @@ }, "node_modules/execa": { "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", @@ -9328,16 +7908,12 @@ }, "node_modules/exit": { "version": "0.1.2", - "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", - "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", "engines": { "node": ">= 0.8.0" } }, "node_modules/expand-template": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz", - "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==", "license": "(MIT OR WTFPL)", "engines": { "node": ">=6" @@ -9345,8 +7921,6 @@ }, "node_modules/expect": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz", - "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==", "license": "MIT", "dependencies": { "@jest/expect-utils": "^29.7.0", @@ -9360,37 +7934,35 @@ } }, "node_modules/express": { - "version": "4.21.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", - "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", + "version": "4.19.2", "license": "MIT", "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", - "body-parser": "1.20.3", + "body-parser": "1.20.2", "content-disposition": "0.5.4", "content-type": "~1.0.4", - "cookie": "0.7.1", + "cookie": "0.6.0", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "2.0.0", - "encodeurl": "~2.0.0", + "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "etag": "~1.8.1", - "finalhandler": "1.3.1", + "finalhandler": "1.2.0", "fresh": "0.5.2", "http-errors": "2.0.0", - "merge-descriptors": "1.0.3", + "merge-descriptors": "1.0.1", "methods": "~1.1.2", "on-finished": "2.4.1", "parseurl": "~1.3.3", - "path-to-regexp": "0.1.10", + "path-to-regexp": "0.1.7", "proxy-addr": "~2.0.7", - "qs": "6.13.0", + "qs": "6.11.0", "range-parser": "~1.2.1", "safe-buffer": "5.2.1", - "send": "0.19.0", - "serve-static": "1.16.2", + "send": "0.18.0", + "serve-static": "1.15.0", "setprototypeof": "1.2.0", "statuses": "2.0.1", "type-is": "~1.6.18", @@ -9403,8 +7975,6 @@ }, "node_modules/express/node_modules/debug": { "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" @@ -9412,14 +7982,14 @@ }, "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==", + "license": "MIT" + }, + "node_modules/extend": { + "version": "3.0.2", "license": "MIT" }, "node_modules/external-editor": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", - "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", "license": "MIT", "dependencies": { "chardet": "^0.7.0", @@ -9430,28 +8000,30 @@ "node": ">=4" } }, + "node_modules/external-editor/node_modules/iconv-lite": { + "version": "0.4.24", + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.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", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "license": "MIT" }, "node_modules/fast-defer": { "version": "1.1.8", - "resolved": "https://registry.npmjs.org/fast-defer/-/fast-defer-1.1.8.tgz", - "integrity": "sha512-lEJeOH5VL5R09j6AA0D4Uvq7AgsHw0dAImQQ+F3iSyHZuAxyQfWobsagGpTcOPvJr3urmKRHrs+Gs9hV+/Qm/Q==", "license": "MIT" }, "node_modules/fast-fifo": { "version": "1.3.2", - "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz", - "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==", "license": "MIT" }, "node_modules/fast-glob": { "version": "3.3.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", @@ -9466,32 +8038,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==", "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==", - "license": "MIT" - }, - "node_modules/fast-safe-stringify": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", - "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==", "license": "MIT" }, - "node_modules/fast-uri": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz", - "integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==", - "license": "BSD-3-Clause" - }, "node_modules/fastest-levenshtein": { "version": "1.0.16", - "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", - "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", "license": "MIT", "engines": { "node": ">= 4.9.1" @@ -9499,8 +8053,6 @@ }, "node_modules/fastq": { "version": "1.17.1", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", - "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", "license": "ISC", "dependencies": { "reusify": "^1.0.4" @@ -9508,8 +8060,6 @@ }, "node_modules/faye-websocket": { "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" @@ -9520,8 +8070,6 @@ }, "node_modules/fb-watchman": { "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" @@ -9529,8 +8077,6 @@ }, "node_modules/figures": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", - "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", "license": "MIT", "dependencies": { "escape-string-regexp": "^1.0.5" @@ -9544,8 +8090,6 @@ }, "node_modules/figures/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" @@ -9553,8 +8097,6 @@ }, "node_modules/file-entry-cache": { "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" @@ -9565,8 +8107,6 @@ }, "node_modules/file-loader": { "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", @@ -9583,28 +8123,8 @@ "webpack": "^4.0.0 || ^5.0.0" } }, - "node_modules/file-loader/node_modules/schema-utils": { - "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", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, "node_modules/file-selector": { "version": "0.6.0", - "resolved": "https://registry.npmjs.org/file-selector/-/file-selector-0.6.0.tgz", - "integrity": "sha512-QlZ5yJC0VxHxQQsQhXvBaC7VRJ2uaxTf+Tfpu4Z/OcVQJVpZO+DGU0rkoVW5ce2SccxugvpBJoMvUs59iILYdw==", "license": "MIT", "dependencies": { "tslib": "^2.4.0" @@ -9615,17 +8135,13 @@ }, "node_modules/filesize": { "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" } }, "node_modules/fill-range": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "version": "7.0.1", "license": "MIT", "dependencies": { "to-regex-range": "^5.0.1" @@ -9636,21 +8152,17 @@ }, "node_modules/filter-obj": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz", - "integrity": "sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==", "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/finalhandler": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", - "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", + "version": "1.2.0", "license": "MIT", "dependencies": { "debug": "2.6.9", - "encodeurl": "~2.0.0", + "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "on-finished": "2.4.1", "parseurl": "~1.3.3", @@ -9663,8 +8175,6 @@ }, "node_modules/finalhandler/node_modules/debug": { "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" @@ -9672,14 +8182,10 @@ }, "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==", "license": "MIT" }, "node_modules/find-cache-dir": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-4.0.0.tgz", - "integrity": "sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==", "license": "MIT", "dependencies": { "common-path-prefix": "^3.0.0", @@ -9693,22 +8199,21 @@ } }, "node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "version": "5.0.0", "license": "MIT", "dependencies": { - "locate-path": "^5.0.0", + "locate-path": "^6.0.0", "path-exists": "^4.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/flat": { "version": "5.0.2", - "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", - "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", "license": "BSD-3-Clause", "bin": { "flat": "cli.js" @@ -9716,8 +8221,6 @@ }, "node_modules/flat-cache": { "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", @@ -9730,9 +8233,6 @@ }, "node_modules/flat-cache/node_modules/rimraf": { "version": "3.0.2", - "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" @@ -9746,14 +8246,10 @@ }, "node_modules/flatted": { "version": "3.3.1", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", - "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", "license": "ISC" }, "node_modules/focus-lock": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/focus-lock/-/focus-lock-1.3.5.tgz", - "integrity": "sha512-QFaHbhv9WPUeLYBDe/PAuLKJ4Dd9OPvKs9xZBr3yLXnUrDNaVXKu2baDBXe3naPY30hgHYSsf2JW4jzas2mDEQ==", + "version": "1.3.4", "license": "MIT", "dependencies": { "tslib": "^2.0.3" @@ -9763,9 +8259,7 @@ } }, "node_modules/follow-redirects": { - "version": "1.15.9", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", - "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", + "version": "1.15.6", "funding": [ { "type": "individual", @@ -9784,8 +8278,6 @@ }, "node_modules/font-awesome": { "version": "4.7.0", - "resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz", - "integrity": "sha512-U6kGnykA/6bFmg1M/oT9EkFeIYv7JlX3bozwQJWiiLz6L0w3F5vBVPxHlwyX/vtNq1ckcpRKOB9f2Qal/VtFpg==", "license": "(OFL-1.1 AND MIT)", "engines": { "node": ">=0.10.3" @@ -9793,8 +8285,6 @@ }, "node_modules/for-each": { "version": "0.3.3", - "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", - "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", "license": "MIT", "dependencies": { "is-callable": "^1.1.3" @@ -9802,8 +8292,6 @@ }, "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", @@ -9841,8 +8329,6 @@ }, "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": { "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", @@ -9855,10 +8341,18 @@ "node": ">=8" } }, + "node_modules/fork-ts-checker-webpack-plugin/node_modules/lru-cache": { + "version": "6.0.0", + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": { "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", @@ -9874,10 +8368,11 @@ } }, "node_modules/fork-ts-checker-webpack-plugin/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "version": "7.6.0", "license": "ISC", + "dependencies": { + "lru-cache": "^6.0.0" + }, "bin": { "semver": "bin/semver.js" }, @@ -9887,17 +8382,17 @@ }, "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": { "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" } }, + "node_modules/fork-ts-checker-webpack-plugin/node_modules/yallist": { + "version": "4.0.0", + "license": "ISC" + }, "node_modules/form-data": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz", - "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", + "version": "4.0.0", "license": "MIT", "dependencies": { "asynckit": "^0.4.0", @@ -9910,28 +8405,17 @@ }, "node_modules/form-urlencoded": { "version": "4.1.4", - "resolved": "https://registry.npmjs.org/form-urlencoded/-/form-urlencoded-4.1.4.tgz", - "integrity": "sha512-R7Vytos0gMYuPQTMwnNzvK9PBItNV+Qkm/pvghEZI3j2kMrzZmJlczAgHFmt12VV+IRYQXgTlSGP1PKAsMCIUA==", "license": "MIT" }, "node_modules/formidable": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/formidable/-/formidable-3.5.2.tgz", - "integrity": "sha512-Jqc1btCy3QzRbJaICGwKcBfGWuLADRerLzDqi2NwSt/UkXLsHJw2TVResiaoBufHVHy9aSgClOHCeJsSsFLTbg==", + "version": "1.2.6", "license": "MIT", - "dependencies": { - "dezalgo": "^1.0.4", - "hexoid": "^2.0.0", - "once": "^1.4.0" - }, "funding": { "url": "https://ko-fi.com/tunnckoCore/commissions" } }, "node_modules/forwarded": { "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" @@ -9939,8 +8423,6 @@ }, "node_modules/fraction.js": { "version": "4.3.7", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", - "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", "license": "MIT", "engines": { "node": "*" @@ -9952,8 +8434,6 @@ }, "node_modules/fresh": { "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" @@ -9961,14 +8441,10 @@ }, "node_modules/fs-constants": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", - "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", "license": "MIT" }, "node_modules/fs-extra": { "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", @@ -9981,28 +8457,19 @@ } }, "node_modules/fs-monkey": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.6.tgz", - "integrity": "sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==", + "version": "1.0.5", "license": "Unlicense" }, "node_modules/fs-readdir-recursive": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz", - "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==", "license": "MIT" }, "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==", "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": [ @@ -10014,8 +8481,6 @@ }, "node_modules/function-bind": { "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" @@ -10023,8 +8488,6 @@ }, "node_modules/function.prototype.name": { "version": "1.1.6", - "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", - "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", "license": "MIT", "dependencies": { "call-bind": "^1.0.2", @@ -10041,8 +8504,6 @@ }, "node_modules/functions-have-names": { "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" @@ -10050,8 +8511,6 @@ }, "node_modules/gensync": { "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" @@ -10059,8 +8518,6 @@ }, "node_modules/get-caller-file": { "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.*" @@ -10068,8 +8525,6 @@ }, "node_modules/get-intrinsic": { "version": "1.2.4", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", - "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", "license": "MIT", "dependencies": { "es-errors": "^1.3.0", @@ -10087,8 +8542,6 @@ }, "node_modules/get-nonce": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/get-nonce/-/get-nonce-1.0.1.tgz", - "integrity": "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==", "license": "MIT", "engines": { "node": ">=6" @@ -10096,8 +8549,6 @@ }, "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" @@ -10105,8 +8556,6 @@ }, "node_modules/get-stream": { "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" @@ -10117,8 +8566,6 @@ }, "node_modules/get-symbol-description": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz", - "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==", "license": "MIT", "dependencies": { "call-bind": "^1.0.5", @@ -10134,15 +8581,10 @@ }, "node_modules/github-from-package": { "version": "0.0.0", - "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz", - "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==", "license": "MIT" }, "node_modules/glob": { "version": "7.2.3", - "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", @@ -10161,8 +8603,6 @@ }, "node_modules/glob-parent": { "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" @@ -10173,14 +8613,10 @@ }, "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==", "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" @@ -10191,8 +8627,6 @@ }, "node_modules/global-prefix": { "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", @@ -10205,8 +8639,6 @@ }, "node_modules/global-prefix/node_modules/which": { "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" @@ -10217,8 +8649,6 @@ }, "node_modules/globals": { "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "license": "MIT", "engines": { "node": ">=4" @@ -10226,8 +8656,6 @@ }, "node_modules/globalthis": { "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", @@ -10242,8 +8670,6 @@ }, "node_modules/globby": { "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", @@ -10262,8 +8688,6 @@ }, "node_modules/globby/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" @@ -10271,8 +8695,6 @@ }, "node_modules/gopd": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", "license": "MIT", "dependencies": { "get-intrinsic": "^1.1.3" @@ -10283,20 +8705,21 @@ }, "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==", "license": "ISC" }, "node_modules/graphemer": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", - "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", "license": "MIT" }, + "node_modules/growly": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", + "integrity": "sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw==", + "optional": true, + "peer": true + }, "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" @@ -10310,20 +8733,14 @@ }, "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==", "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==", "license": "(Apache-2.0 OR MPL-1.1)" }, "node_modules/has": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.4.tgz", - "integrity": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==", "license": "MIT", "engines": { "node": ">= 0.4.0" @@ -10331,8 +8748,6 @@ }, "node_modules/has-bigints": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", - "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" @@ -10340,8 +8755,6 @@ }, "node_modules/has-flag": { "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" @@ -10349,8 +8762,6 @@ }, "node_modules/has-property-descriptors": { "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" @@ -10361,8 +8772,6 @@ }, "node_modules/has-proto": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", - "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", "license": "MIT", "engines": { "node": ">= 0.4" @@ -10373,8 +8782,6 @@ }, "node_modules/has-symbols": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", "license": "MIT", "engines": { "node": ">= 0.4" @@ -10385,8 +8792,6 @@ }, "node_modules/has-tostringtag": { "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" @@ -10400,8 +8805,6 @@ }, "node_modules/hasown": { "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" @@ -10412,26 +8815,13 @@ }, "node_modules/he": { "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" } }, - "node_modules/hexoid": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hexoid/-/hexoid-2.0.0.tgz", - "integrity": "sha512-qlspKUK7IlSQv2o+5I7yhUd7TxlOG2Vr5LTa3ve2XSNVKAL/n/u/7KLvKmFNimomDIKvZFXWHv0T12mv7rT8Aw==", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/history": { "version": "4.10.1", - "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz", - "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.1.2", @@ -10444,8 +8834,6 @@ }, "node_modules/hoist-non-react-statics": { "version": "3.3.2", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", - "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", "license": "BSD-3-Clause", "dependencies": { "react-is": "^16.7.0" @@ -10453,14 +8841,10 @@ }, "node_modules/hoist-non-react-statics/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==", "license": "MIT" }, "node_modules/hpack.js": { "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", @@ -10471,14 +8855,10 @@ }, "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==", "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", @@ -10492,14 +8872,10 @@ }, "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==", "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" @@ -10507,8 +8883,6 @@ }, "node_modules/html-encoding-sniffer": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz", - "integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==", "license": "MIT", "dependencies": { "whatwg-encoding": "^2.0.0" @@ -10519,8 +8893,6 @@ }, "node_modules/html-entities": { "version": "2.5.2", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz", - "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==", "funding": [ { "type": "github", @@ -10535,14 +8907,10 @@ }, "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==", "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", @@ -10562,8 +8930,6 @@ }, "node_modules/html-minifier-terser/node_modules/commander": { "version": "8.3.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", - "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", "license": "MIT", "engines": { "node": ">= 12" @@ -10571,8 +8937,6 @@ }, "node_modules/html-webpack-plugin": { "version": "5.6.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz", - "integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==", "license": "MIT", "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -10603,8 +8967,6 @@ }, "node_modules/htmlparser2": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", - "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", "funding": [ "https://github.com/fb55/htmlparser2?sponsor=1", { @@ -10622,8 +8984,6 @@ }, "node_modules/htmlparser2/node_modules/entities": { "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" @@ -10631,14 +8991,10 @@ }, "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==", "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", @@ -10653,14 +9009,10 @@ }, "node_modules/http-parser-js": { "version": "0.5.8", - "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", - "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==", "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", @@ -10673,8 +9025,6 @@ }, "node_modules/http-proxy-agent": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", - "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", "license": "MIT", "dependencies": { "@tootallnate/once": "2", @@ -10686,9 +9036,7 @@ } }, "node_modules/http-proxy-middleware": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz", - "integrity": "sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==", + "version": "2.0.6", "license": "MIT", "dependencies": { "@types/http-proxy": "^1.17.8", @@ -10711,8 +9059,6 @@ }, "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==", "license": "MIT", "dependencies": { "agent-base": "6", @@ -10724,8 +9070,6 @@ }, "node_modules/human-signals": { "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" @@ -10733,8 +9077,6 @@ }, "node_modules/husky": { "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true, "license": "MIT", "bin": { @@ -10748,15 +9090,11 @@ } }, "node_modules/hyphenate-style-name": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.1.0.tgz", - "integrity": "sha512-WDC/ui2VVRrz3jOVi+XtjqkDjiVjTtFaAGiW37k6b+ohyQ5wYDOGkvCZa8+H0nx3gyvv0+BST9xuOgIyGQ00gw==", + "version": "1.0.4", "license": "BSD-3-Clause" }, "node_modules/i18n-iso-countries": { "version": "4.3.1", - "resolved": "https://registry.npmjs.org/i18n-iso-countries/-/i18n-iso-countries-4.3.1.tgz", - "integrity": "sha512-yxeCvmT8yO1p/epv93c1OHnnYNNMOX6NUNpNfuvzSIcDyripS7OGeKXgzYGd5QI31UK+GBrMG0nPFNv0jrHggw==", "license": "MIT", "dependencies": { "diacritics": "^1.3.0" @@ -10766,12 +9104,10 @@ } }, "node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "version": "0.6.3", "license": "MIT", "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" + "safer-buffer": ">= 2.1.2 < 3.0.0" }, "engines": { "node": ">=0.10.0" @@ -10779,8 +9115,6 @@ }, "node_modules/icss-utils": { "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" @@ -10791,8 +9125,6 @@ }, "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" @@ -10803,8 +9135,6 @@ }, "node_modules/ieee754": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", "funding": [ { "type": "github", @@ -10822,9 +9152,7 @@ "license": "BSD-3-Clause" }, "node_modules/ignore": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", - "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", + "version": "5.3.1", "license": "MIT", "engines": { "node": ">= 4" @@ -10832,8 +9160,6 @@ }, "node_modules/image-minimizer-webpack-plugin": { "version": "3.8.3", - "resolved": "https://registry.npmjs.org/image-minimizer-webpack-plugin/-/image-minimizer-webpack-plugin-3.8.3.tgz", - "integrity": "sha512-Ex0cjNJc2FUSuwN7WHNyxkIZINP0M9lrN+uWJznMcsehiM5Z7ELwk+SEkSGEookK1GUd2wf+09jy1PEH5a5XmQ==", "license": "MIT", "dependencies": { "schema-utils": "^4.2.0", @@ -10864,13 +9190,56 @@ } } }, + "node_modules/image-minimizer-webpack-plugin/node_modules/ajv": { + "version": "8.13.0", + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.4.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/image-minimizer-webpack-plugin/node_modules/ajv-keywords": { + "version": "5.1.0", + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/image-minimizer-webpack-plugin/node_modules/json-schema-traverse": { + "version": "1.0.0", + "license": "MIT" + }, + "node_modules/image-minimizer-webpack-plugin/node_modules/schema-utils": { + "version": "4.2.0", + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, "node_modules/imask": { - "version": "7.6.1", - "resolved": "https://registry.npmjs.org/imask/-/imask-7.6.1.tgz", - "integrity": "sha512-sJlIFM7eathUEMChTh9Mrfw/IgiWgJqBKq2VNbyXvBZ7ev/IlO6/KQTKlV/Fm+viQMLrFLG/zCuudrLIwgK2dg==", + "version": "7.3.0", "license": "MIT", "dependencies": { - "@babel/runtime-corejs3": "^7.24.4" + "@babel/runtime-corejs3": "^7.23.6" }, "engines": { "npm": ">=4.0.0" @@ -10878,14 +9247,10 @@ }, "node_modules/immediate": { "version": "3.0.6", - "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", - "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==", "license": "MIT" }, "node_modules/immer": { "version": "9.0.21", - "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz", - "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==", "license": "MIT", "funding": { "type": "opencollective", @@ -10893,19 +9258,73 @@ } }, "node_modules/immutable": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.7.tgz", - "integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==", + "version": "4.3.5", "license": "MIT" }, "node_modules/import-fresh": { "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", "license": "MIT", "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/import-fresh/node_modules/resolve-from": { + "version": "4.0.0", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/import-local": { + "version": "3.1.0", + "license": "MIT", + "dependencies": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + }, + "bin": { + "import-local-fixture": "fixtures/cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/import-local/node_modules/find-up": { + "version": "4.1.0", + "license": "MIT", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/import-local/node_modules/locate-path": { + "version": "5.0.0", + "license": "MIT", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/import-local/node_modules/p-limit": { + "version": "2.3.0", + "license": "MIT", + "dependencies": { + "p-try": "^2.0.0" }, "engines": { "node": ">=6" @@ -10914,38 +9333,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/import-fresh/node_modules/resolve-from": { - "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" - } - }, - "node_modules/import-local": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", - "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", + "node_modules/import-local/node_modules/p-locate": { + "version": "4.1.0", "license": "MIT", "dependencies": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - }, - "bin": { - "import-local-fixture": "fixtures/cli.js" + "p-limit": "^2.2.0" }, "engines": { "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/import-local/node_modules/pkg-dir": { "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" @@ -10956,8 +9355,6 @@ }, "node_modules/imurmurhash": { "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" @@ -10965,8 +9362,6 @@ }, "node_modules/indent-string": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", "dev": true, "license": "MIT", "engines": { @@ -10975,9 +9370,6 @@ }, "node_modules/inflight": { "version": "1.0.6", - "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", @@ -10986,20 +9378,14 @@ }, "node_modules/inherits": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "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==", "license": "ISC" }, "node_modules/inquirer": { "version": "8.2.6", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.6.tgz", - "integrity": "sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==", "license": "MIT", "dependencies": { "ansi-escapes": "^4.2.1", @@ -11022,10 +9408,20 @@ "node": ">=12.0.0" } }, + "node_modules/inquirer/node_modules/wrap-ansi": { + "version": "6.2.0", + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/internal-slot": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz", - "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==", "license": "MIT", "dependencies": { "es-errors": "^1.3.0", @@ -11038,52 +9434,65 @@ }, "node_modules/interpret": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz", - "integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==", "license": "MIT", "engines": { "node": ">=10.13.0" } }, "node_modules/intl-messageformat": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.7.3.tgz", - "integrity": "sha512-AAo/3oyh7ROfPhDuh7DxTTydh97OC+lv7h1Eq5LuHWuLsUMKOhtzTYuyXlUReuwZ9vANDHo4CS1bGRrn7TZRtg==", + "version": "10.5.14", + "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.5.14.tgz", + "integrity": "sha512-IjC6sI0X7YRjjyVH9aUgdftcmZK7WXdHeil4KwbjDnRWjnVitKpAx3rr6t6di1joFp5188VqKcobOPA6mCLG/w==", "license": "BSD-3-Clause", - "peer": true, "dependencies": { - "@formatjs/ecma402-abstract": "2.2.1", - "@formatjs/fast-memoize": "2.2.2", - "@formatjs/icu-messageformat-parser": "2.9.1", - "tslib": "2" + "@formatjs/ecma402-abstract": "2.0.0", + "@formatjs/fast-memoize": "2.2.0", + "@formatjs/icu-messageformat-parser": "2.7.8", + "tslib": "^2.4.0" } }, "node_modules/intl-messageformat/node_modules/@formatjs/ecma402-abstract": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.2.1.tgz", - "integrity": "sha512-O4ywpkdJybrjFc9zyL8qK5aklleIAi5O4nYhBVJaOFtCkNrnU+lKFeJOFC48zpsZQmR8Aok2V79hGpHnzbmFpg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.0.0.tgz", + "integrity": "sha512-rRqXOqdFmk7RYvj4khklyqzcfQl9vEL/usogncBHRZfZBDOwMGuSRNFl02fu5KGHXdbinju+YXyuR+Nk8xlr/g==", + "license": "MIT", + "dependencies": { + "@formatjs/intl-localematcher": "0.5.4", + "tslib": "^2.4.0" + } + }, + "node_modules/intl-messageformat/node_modules/@formatjs/icu-messageformat-parser": { + "version": "2.7.8", + "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.7.8.tgz", + "integrity": "sha512-nBZJYmhpcSX0WeJ5SDYUkZ42AgR3xiyhNCsQweFx3cz/ULJjym8bHAzWKvG5e2+1XO98dBYC0fWeeAECAVSwLA==", + "license": "MIT", + "dependencies": { + "@formatjs/ecma402-abstract": "2.0.0", + "@formatjs/icu-skeleton-parser": "1.8.2", + "tslib": "^2.4.0" + } + }, + "node_modules/intl-messageformat/node_modules/@formatjs/icu-skeleton-parser": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.8.2.tgz", + "integrity": "sha512-k4ERKgw7aKGWJZgTarIcNEmvyTVD9FYh0mTrrBMHZ1b8hUu6iOJ4SzsZlo3UNAvHYa+PnvntIwRPt1/vy4nA9Q==", "license": "MIT", - "peer": true, "dependencies": { - "@formatjs/fast-memoize": "2.2.2", - "@formatjs/intl-localematcher": "0.5.6", - "tslib": "2" + "@formatjs/ecma402-abstract": "2.0.0", + "tslib": "^2.4.0" } }, "node_modules/intl-messageformat/node_modules/@formatjs/intl-localematcher": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.6.tgz", - "integrity": "sha512-roz1+Ba5e23AHX6KUAWmLEyTRZegM5YDuxuvkHCyK3RJddf/UXB2f+s7pOMm9ktfPGla0g+mQXOn5vsuYirnaA==", + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.4.tgz", + "integrity": "sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==", "license": "MIT", - "peer": true, "dependencies": { - "tslib": "2" + "tslib": "^2.4.0" } }, "node_modules/invariant": { "version": "2.2.4", - "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", - "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", "license": "MIT", "dependencies": { "loose-envify": "^1.0.0" @@ -11091,8 +9500,6 @@ }, "node_modules/ipaddr.js": { "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" @@ -11100,8 +9507,6 @@ }, "node_modules/is-arguments": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", - "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", "license": "MIT", "dependencies": { "call-bind": "^1.0.2", @@ -11116,8 +9521,6 @@ }, "node_modules/is-array-buffer": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz", - "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==", "license": "MIT", "dependencies": { "call-bind": "^1.0.2", @@ -11132,14 +9535,10 @@ }, "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==", "license": "MIT" }, "node_modules/is-bigint": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", - "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", "license": "MIT", "dependencies": { "has-bigints": "^1.0.1" @@ -11150,8 +9549,6 @@ }, "node_modules/is-binary-path": { "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" @@ -11162,8 +9559,6 @@ }, "node_modules/is-boolean-object": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", "license": "MIT", "dependencies": { "call-bind": "^1.0.2", @@ -11178,8 +9573,6 @@ }, "node_modules/is-buffer": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", - "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", "funding": [ { "type": "github", @@ -11201,8 +9594,6 @@ }, "node_modules/is-callable": { "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" @@ -11212,15 +9603,10 @@ } }, "node_modules/is-core-module": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", - "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", + "version": "2.13.1", "license": "MIT", "dependencies": { - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" + "hasown": "^2.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -11228,8 +9614,6 @@ }, "node_modules/is-data-view": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz", - "integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==", "license": "MIT", "dependencies": { "is-typed-array": "^1.1.13" @@ -11243,8 +9627,6 @@ }, "node_modules/is-date-object": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", "license": "MIT", "dependencies": { "has-tostringtag": "^1.0.0" @@ -11258,8 +9640,6 @@ }, "node_modules/is-docker": { "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" @@ -11273,8 +9653,6 @@ }, "node_modules/is-extglob": { "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" @@ -11282,8 +9660,6 @@ }, "node_modules/is-fullwidth-code-point": { "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" @@ -11291,8 +9667,6 @@ }, "node_modules/is-generator-fn": { "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" @@ -11300,8 +9674,6 @@ }, "node_modules/is-glob": { "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" @@ -11312,8 +9684,6 @@ }, "node_modules/is-interactive": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", - "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", "license": "MIT", "engines": { "node": ">=8" @@ -11321,8 +9691,6 @@ }, "node_modules/is-invalid-path": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/is-invalid-path/-/is-invalid-path-0.1.0.tgz", - "integrity": "sha512-aZMG0T3F34mTg4eTdszcGXx54oiZ4NtHSft3hWNJMGJXUUqdIj3cOZuHcU0nCWWcY3jd7yRe/3AEm3vSNTpBGQ==", "license": "MIT", "dependencies": { "is-glob": "^2.0.0" @@ -11333,8 +9701,6 @@ }, "node_modules/is-invalid-path/node_modules/is-extglob": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "integrity": "sha512-7Q+VbVafe6x2T+Tu6NcOf6sRklazEPmBoB3IWk3WdGZM2iGUwU/Oe3Wtq5lSEkDTTlpp8yx+5t4pzO/i9Ty1ww==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -11342,8 +9708,6 @@ }, "node_modules/is-invalid-path/node_modules/is-glob": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", - "integrity": "sha512-a1dBeB19NXsf/E0+FHqkagizel/LQw2DjSQpvQrj3zT+jYPpaUCryPnrQajXKFLCMuf4I6FhRpaGtw4lPrG6Eg==", "license": "MIT", "dependencies": { "is-extglob": "^1.0.0" @@ -11354,8 +9718,6 @@ }, "node_modules/is-map": { "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" @@ -11366,8 +9728,6 @@ }, "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" @@ -11378,8 +9738,6 @@ }, "node_modules/is-number": { "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" @@ -11387,8 +9745,6 @@ }, "node_modules/is-number-object": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", - "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", "license": "MIT", "dependencies": { "has-tostringtag": "^1.0.0" @@ -11402,8 +9758,6 @@ }, "node_modules/is-path-cwd": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", - "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==", "license": "MIT", "engines": { "node": ">=6" @@ -11411,8 +9765,6 @@ }, "node_modules/is-path-in-cwd": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz", - "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==", "license": "MIT", "dependencies": { "is-path-inside": "^2.1.0" @@ -11423,8 +9775,6 @@ }, "node_modules/is-path-in-cwd/node_modules/is-path-inside": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz", - "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==", "license": "MIT", "dependencies": { "path-is-inside": "^1.0.2" @@ -11435,8 +9785,6 @@ }, "node_modules/is-path-inside": { "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" @@ -11444,8 +9792,6 @@ }, "node_modules/is-plain-obj": { "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" @@ -11456,8 +9802,6 @@ }, "node_modules/is-plain-object": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "license": "MIT", "dependencies": { "isobject": "^3.0.1" @@ -11468,14 +9812,10 @@ }, "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==", "license": "MIT" }, "node_modules/is-regex": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", "license": "MIT", "dependencies": { "call-bind": "^1.0.2", @@ -11490,8 +9830,6 @@ }, "node_modules/is-root": { "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" @@ -11499,8 +9837,6 @@ }, "node_modules/is-set": { "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" @@ -11511,8 +9847,6 @@ }, "node_modules/is-shared-array-buffer": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz", - "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==", "license": "MIT", "dependencies": { "call-bind": "^1.0.7" @@ -11526,8 +9860,6 @@ }, "node_modules/is-stream": { "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" @@ -11538,8 +9870,6 @@ }, "node_modules/is-string": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", "license": "MIT", "dependencies": { "has-tostringtag": "^1.0.0" @@ -11553,8 +9883,6 @@ }, "node_modules/is-symbol": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", "license": "MIT", "dependencies": { "has-symbols": "^1.0.2" @@ -11568,8 +9896,6 @@ }, "node_modules/is-typed-array": { "version": "1.1.13", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz", - "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==", "license": "MIT", "dependencies": { "which-typed-array": "^1.1.14" @@ -11583,8 +9909,6 @@ }, "node_modules/is-unicode-supported": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", - "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", "license": "MIT", "engines": { "node": ">=10" @@ -11595,8 +9919,6 @@ }, "node_modules/is-valid-path": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-valid-path/-/is-valid-path-0.1.1.tgz", - "integrity": "sha512-+kwPrVDu9Ms03L90Qaml+79+6DZHqHyRoANI6IsZJ/g8frhnfchDOBCa0RbQ6/kdHt5CS5OeIEyrYznNuVN+8A==", "license": "MIT", "dependencies": { "is-invalid-path": "^0.1.0" @@ -11607,8 +9929,6 @@ }, "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" @@ -11619,8 +9939,6 @@ }, "node_modules/is-weakref": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", "license": "MIT", "dependencies": { "call-bind": "^1.0.2" @@ -11631,8 +9949,6 @@ }, "node_modules/is-weakset": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz", - "integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==", "license": "MIT", "dependencies": { "call-bind": "^1.0.7", @@ -11647,8 +9963,6 @@ }, "node_modules/is-wsl": { "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" @@ -11659,20 +9973,14 @@ }, "node_modules/isarray": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "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==", "license": "ISC" }, "node_modules/isobject": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -11680,8 +9988,6 @@ }, "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" @@ -11689,8 +9995,6 @@ }, "node_modules/istanbul-lib-instrument": { "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", @@ -11705,8 +10009,6 @@ }, "node_modules/istanbul-lib-report": { "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", @@ -11717,10 +10019,18 @@ "node": ">=10" } }, + "node_modules/istanbul-lib-report/node_modules/lru-cache": { + "version": "6.0.0", + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/istanbul-lib-report/node_modules/make-dir": { "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" @@ -11733,10 +10043,11 @@ } }, "node_modules/istanbul-lib-report/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "version": "7.6.0", "license": "ISC", + "dependencies": { + "lru-cache": "^6.0.0" + }, "bin": { "semver": "bin/semver.js" }, @@ -11744,10 +10055,12 @@ "node": ">=10" } }, + "node_modules/istanbul-lib-report/node_modules/yallist": { + "version": "4.0.0", + "license": "ISC" + }, "node_modules/istanbul-lib-source-maps": { "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", @@ -11760,8 +10073,6 @@ }, "node_modules/istanbul-lib-source-maps/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" @@ -11769,8 +10080,6 @@ }, "node_modules/istanbul-reports": { "version": "3.1.7", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz", - "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", "license": "BSD-3-Clause", "dependencies": { "html-escaper": "^2.0.0", @@ -11782,8 +10091,6 @@ }, "node_modules/jest": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz", - "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==", "license": "MIT", "dependencies": { "@jest/core": "^29.7.0", @@ -11808,15 +10115,11 @@ }, "node_modules/jest-chain": { "version": "1.1.6", - "resolved": "https://registry.npmjs.org/jest-chain/-/jest-chain-1.1.6.tgz", - "integrity": "sha512-eIkGzVBGQ1VuEErDceMYAET53pcwYVVTXtJEbY+x60Dwi+2M2uOt4rhKAej+wfVOAlE4G0plI9mstmv6GBtJjw==", "dev": true, "license": "MIT" }, "node_modules/jest-changed-files": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz", - "integrity": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==", "license": "MIT", "dependencies": { "execa": "^5.0.0", @@ -11829,8 +10132,6 @@ }, "node_modules/jest-circus": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz", - "integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==", "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", @@ -11860,8 +10161,6 @@ }, "node_modules/jest-circus/node_modules/ansi-styles": { "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" @@ -11872,8 +10171,6 @@ }, "node_modules/jest-circus/node_modules/pretty-format": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", - "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", @@ -11885,15 +10182,11 @@ } }, "node_modules/jest-circus/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==", + "version": "18.2.0", "license": "MIT" }, "node_modules/jest-circus/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" @@ -11901,8 +10194,6 @@ }, "node_modules/jest-cli": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz", - "integrity": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==", "license": "MIT", "dependencies": { "@jest/core": "^29.7.0", @@ -11934,8 +10225,6 @@ }, "node_modules/jest-config": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz", - "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==", "license": "MIT", "dependencies": { "@babel/core": "^7.11.6", @@ -11979,8 +10268,6 @@ }, "node_modules/jest-config/node_modules/ansi-styles": { "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" @@ -11991,8 +10278,6 @@ }, "node_modules/jest-config/node_modules/babel-jest": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz", - "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==", "license": "MIT", "dependencies": { "@jest/transform": "^29.7.0", @@ -12012,8 +10297,6 @@ }, "node_modules/jest-config/node_modules/pretty-format": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", - "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", @@ -12025,15 +10308,11 @@ } }, "node_modules/jest-config/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==", + "version": "18.2.0", "license": "MIT" }, "node_modules/jest-config/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" @@ -12041,8 +10320,6 @@ }, "node_modules/jest-diff": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz", - "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", "license": "MIT", "dependencies": { "chalk": "^4.0.0", @@ -12056,8 +10333,6 @@ }, "node_modules/jest-diff/node_modules/ansi-styles": { "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" @@ -12068,8 +10343,6 @@ }, "node_modules/jest-diff/node_modules/pretty-format": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", - "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", @@ -12081,15 +10354,11 @@ } }, "node_modules/jest-diff/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==", + "version": "18.2.0", "license": "MIT" }, "node_modules/jest-docblock": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz", - "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==", "license": "MIT", "dependencies": { "detect-newline": "^3.0.0" @@ -12100,8 +10369,6 @@ }, "node_modules/jest-each": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz", - "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==", "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", @@ -12116,8 +10383,6 @@ }, "node_modules/jest-each/node_modules/ansi-styles": { "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" @@ -12128,8 +10393,6 @@ }, "node_modules/jest-each/node_modules/pretty-format": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", - "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", @@ -12141,15 +10404,11 @@ } }, "node_modules/jest-each/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==", + "version": "18.2.0", "license": "MIT" }, "node_modules/jest-environment-jsdom": { "version": "29.6.1", - "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-29.6.1.tgz", - "integrity": "sha512-PoY+yLaHzVRhVEjcVKSfJ7wXmJW4UqPYNhR05h7u/TK0ouf6DmRNZFBL/Z00zgQMyWGMBXn69/FmOvhEJu8cIw==", "license": "MIT", "dependencies": { "@jest/environment": "^29.6.1", @@ -12175,8 +10434,6 @@ }, "node_modules/jest-environment-node": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz", - "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==", "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", @@ -12192,8 +10449,6 @@ }, "node_modules/jest-get-type": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", - "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", "license": "MIT", "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -12201,8 +10456,6 @@ }, "node_modules/jest-haste-map": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz", - "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==", "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", @@ -12226,8 +10479,6 @@ }, "node_modules/jest-leak-detector": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz", - "integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==", "license": "MIT", "dependencies": { "jest-get-type": "^29.6.3", @@ -12239,8 +10490,6 @@ }, "node_modules/jest-leak-detector/node_modules/ansi-styles": { "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" @@ -12251,8 +10500,6 @@ }, "node_modules/jest-leak-detector/node_modules/pretty-format": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", - "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", @@ -12264,15 +10511,11 @@ } }, "node_modules/jest-leak-detector/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==", + "version": "18.2.0", "license": "MIT" }, "node_modules/jest-matcher-utils": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz", - "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==", "license": "MIT", "dependencies": { "chalk": "^4.0.0", @@ -12286,8 +10529,6 @@ }, "node_modules/jest-matcher-utils/node_modules/ansi-styles": { "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" @@ -12298,8 +10539,6 @@ }, "node_modules/jest-matcher-utils/node_modules/pretty-format": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", - "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", @@ -12311,15 +10550,11 @@ } }, "node_modules/jest-matcher-utils/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==", + "version": "18.2.0", "license": "MIT" }, "node_modules/jest-message-util": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", - "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.12.13", @@ -12338,8 +10573,6 @@ }, "node_modules/jest-message-util/node_modules/ansi-styles": { "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" @@ -12350,8 +10583,6 @@ }, "node_modules/jest-message-util/node_modules/pretty-format": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", - "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", @@ -12363,15 +10594,11 @@ } }, "node_modules/jest-message-util/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==", + "version": "18.2.0", "license": "MIT" }, "node_modules/jest-message-util/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" @@ -12379,8 +10606,6 @@ }, "node_modules/jest-mock": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz", - "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==", "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", @@ -12393,8 +10618,6 @@ }, "node_modules/jest-pnp-resolver": { "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" @@ -12410,8 +10633,6 @@ }, "node_modules/jest-regex-util": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", - "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", "license": "MIT", "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -12419,8 +10640,6 @@ }, "node_modules/jest-resolve": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz", - "integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==", "license": "MIT", "dependencies": { "chalk": "^4.0.0", @@ -12439,8 +10658,6 @@ }, "node_modules/jest-resolve-dependencies": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz", - "integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==", "license": "MIT", "dependencies": { "jest-regex-util": "^29.6.3", @@ -12452,8 +10669,6 @@ }, "node_modules/jest-resolve/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" @@ -12461,8 +10676,6 @@ }, "node_modules/jest-runner": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz", - "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==", "license": "MIT", "dependencies": { "@jest/console": "^29.7.0", @@ -12493,8 +10706,6 @@ }, "node_modules/jest-runtime": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz", - "integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==", "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", @@ -12526,8 +10737,6 @@ }, "node_modules/jest-runtime/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" @@ -12535,8 +10744,6 @@ }, "node_modules/jest-snapshot": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz", - "integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==", "license": "MIT", "dependencies": { "@babel/core": "^7.11.6", @@ -12566,8 +10773,6 @@ }, "node_modules/jest-snapshot/node_modules/ansi-styles": { "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" @@ -12576,10 +10781,18 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/jest-snapshot/node_modules/lru-cache": { + "version": "6.0.0", + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/jest-snapshot/node_modules/pretty-format": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", - "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", @@ -12591,16 +10804,15 @@ } }, "node_modules/jest-snapshot/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==", + "version": "18.2.0", "license": "MIT" }, "node_modules/jest-snapshot/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "version": "7.6.0", "license": "ISC", + "dependencies": { + "lru-cache": "^6.0.0" + }, "bin": { "semver": "bin/semver.js" }, @@ -12608,10 +10820,12 @@ "node": ">=10" } }, + "node_modules/jest-snapshot/node_modules/yallist": { + "version": "4.0.0", + "license": "ISC" + }, "node_modules/jest-util": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", - "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", @@ -12627,8 +10841,6 @@ }, "node_modules/jest-validate": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz", - "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==", "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", @@ -12644,8 +10856,6 @@ }, "node_modules/jest-validate/node_modules/ansi-styles": { "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" @@ -12656,8 +10866,6 @@ }, "node_modules/jest-validate/node_modules/pretty-format": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", - "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", @@ -12669,15 +10877,11 @@ } }, "node_modules/jest-validate/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==", + "version": "18.2.0", "license": "MIT" }, "node_modules/jest-watcher": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz", - "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==", "license": "MIT", "dependencies": { "@jest/test-result": "^29.7.0", @@ -12695,8 +10899,6 @@ }, "node_modules/jest-worker": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", - "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", "license": "MIT", "dependencies": { "@types/node": "*", @@ -12710,8 +10912,6 @@ }, "node_modules/jest-worker/node_modules/supports-color": { "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" @@ -12724,9 +10924,7 @@ } }, "node_modules/jiti": { - "version": "1.21.6", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz", - "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==", + "version": "1.21.0", "license": "MIT", "bin": { "jiti": "bin/jiti.js" @@ -12734,21 +10932,15 @@ }, "node_modules/jquery": { "version": "3.7.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", - "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==", "license": "MIT", "peer": true }, "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==", "license": "MIT" }, "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==", "license": "MIT", "dependencies": { "argparse": "^1.0.7", @@ -12760,8 +10952,6 @@ }, "node_modules/jsdom": { "version": "20.0.3", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-20.0.3.tgz", - "integrity": "sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==", "license": "MIT", "dependencies": { "abab": "^2.0.6", @@ -12803,40 +10993,49 @@ } } }, + "node_modules/jsdom/node_modules/ws": { + "version": "8.17.0", + "license": "MIT", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, "node_modules/jsesc": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", - "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", + "version": "2.5.2", "license": "MIT", "bin": { "jsesc": "bin/jsesc" }, "engines": { - "node": ">=6" + "node": ">=4" } }, "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==", "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==", "license": "MIT" }, "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==", "license": "MIT" }, "node_modules/json-stable-stringify": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.1.1.tgz", - "integrity": "sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg==", "license": "MIT", "dependencies": { "call-bind": "^1.0.5", @@ -12853,14 +11052,10 @@ }, "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==", "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" @@ -12871,8 +11066,6 @@ }, "node_modules/jsonfile": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "license": "MIT", "dependencies": { "universalify": "^2.0.0" @@ -12883,8 +11076,6 @@ }, "node_modules/jsonify": { "version": "0.0.1", - "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz", - "integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==", "license": "Public Domain", "funding": { "url": "https://github.com/sponsors/ljharb" @@ -12892,8 +11083,6 @@ }, "node_modules/jsx-ast-utils": { "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", @@ -12907,14 +11096,10 @@ }, "node_modules/jwt-decode": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/jwt-decode/-/jwt-decode-3.1.2.tgz", - "integrity": "sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A==", "license": "MIT" }, "node_modules/keyv": { "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" @@ -12922,8 +11107,6 @@ }, "node_modules/kind-of": { "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" @@ -12931,8 +11114,6 @@ }, "node_modules/kleur": { "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" @@ -12940,23 +11121,17 @@ }, "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==", "license": "CC0-1.0" }, "node_modules/language-tags": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz", - "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==", "license": "MIT", "dependencies": { "language-subtag-registry": "~0.3.2" } }, "node_modules/launch-editor": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.9.1.tgz", - "integrity": "sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w==", + "version": "2.6.1", "license": "MIT", "dependencies": { "picocolors": "^1.0.0", @@ -12965,8 +11140,6 @@ }, "node_modules/leven": { "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" @@ -12974,8 +11147,6 @@ }, "node_modules/levn": { "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", @@ -12987,17 +11158,13 @@ }, "node_modules/lie": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/lie/-/lie-3.1.1.tgz", - "integrity": "sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==", "license": "MIT", "dependencies": { "immediate": "~3.0.5" } }, "node_modules/lilconfig": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz", - "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==", + "version": "3.1.1", "license": "MIT", "engines": { "node": ">=14" @@ -13008,14 +11175,10 @@ }, "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==", "license": "MIT" }, "node_modules/loader-runner": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", "license": "MIT", "engines": { "node": ">=6.11.5" @@ -13023,8 +11186,6 @@ }, "node_modules/loader-utils": { "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", @@ -13037,8 +11198,6 @@ }, "node_modules/localforage": { "version": "1.10.0", - "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz", - "integrity": "sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==", "license": "Apache-2.0", "dependencies": { "lie": "3.1.1" @@ -13046,76 +11205,57 @@ }, "node_modules/localforage-memoryStorageDriver": { "version": "0.9.2", - "resolved": "https://registry.npmjs.org/localforage-memoryStorageDriver/-/localforage-memoryStorageDriver-0.9.2.tgz", - "integrity": "sha512-DRB4BkkW9o5HIetbsuvtcg98GP7J1JBRDyDMJK13hfr9QsNpnMW6UUWmU9c6bcRg99akR1mGZ/ubUV1Ek0fbpg==", "dependencies": { "localforage": ">=1.4.0" } }, "node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "version": "6.0.0", "license": "MIT", "dependencies": { - "p-locate": "^4.1.0" + "p-locate": "^5.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/lodash": { "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "license": "MIT" }, "node_modules/lodash.camelcase": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", - "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", "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==", "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==", "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==", "license": "MIT" }, "node_modules/lodash.snakecase": { "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz", - "integrity": "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==", "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==", "license": "MIT" }, "node_modules/lodash.uniqby": { "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz", - "integrity": "sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==", "license": "MIT" }, "node_modules/log-symbols": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", "license": "MIT", "dependencies": { "chalk": "^4.1.0", @@ -13130,8 +11270,6 @@ }, "node_modules/loose-envify": { "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" @@ -13142,8 +11280,6 @@ }, "node_modules/lower-case": { "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" @@ -13151,8 +11287,6 @@ }, "node_modules/lru-cache": { "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" @@ -13160,26 +11294,20 @@ }, "node_modules/lz-string": { "version": "1.5.0", - "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", - "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", "license": "MIT", "bin": { "lz-string": "bin/bin.js" } }, "node_modules/magic-string": { - "version": "0.30.12", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.12.tgz", - "integrity": "sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==", + "version": "0.30.10", "license": "MIT", "dependencies": { - "@jridgewell/sourcemap-codec": "^1.5.0" + "@jridgewell/sourcemap-codec": "^1.4.15" } }, "node_modules/mailto-link": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mailto-link/-/mailto-link-2.0.0.tgz", - "integrity": "sha512-b5FErkZ4t6mpH1IFZSw7Mm2IQHXQ2R0/5Q4xd7Rv8dVkWvE54mFG/UW7HjfFazXFjXTNsM+dSX2tTeIDrV9K9A==", "license": "MIT", "dependencies": { "assert-ok": "~1.0.0", @@ -13193,8 +11321,6 @@ }, "node_modules/make-dir": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", "license": "MIT", "dependencies": { "pify": "^4.0.1", @@ -13206,8 +11332,6 @@ }, "node_modules/make-dir/node_modules/semver": { "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "license": "ISC", "bin": { "semver": "bin/semver" @@ -13215,23 +11339,17 @@ }, "node_modules/make-error": { "version": "1.3.6", - "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", - "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", "license": "ISC" }, "node_modules/makeerror": { "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" } }, "node_modules/matchmediaquery": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/matchmediaquery/-/matchmediaquery-0.4.2.tgz", - "integrity": "sha512-wrZpoT50ehYOudhDjt/YvUJc6eUzcdFPdmbizfgvswCKNHD1/OBOHYJpHie+HXpu6bSkEGieFMYk6VuutaiRfA==", + "version": "0.3.1", "license": "MIT", "dependencies": { "css-mediaquery": "^0.1.2" @@ -13239,14 +11357,10 @@ }, "node_modules/mdn-data": { "version": "2.0.30", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", - "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", "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" @@ -13254,8 +11368,6 @@ }, "node_modules/memfs": { "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" @@ -13265,24 +11377,15 @@ } }, "node_modules/merge-descriptors": { - "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" - } + "version": "1.0.1", + "license": "MIT" }, "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==", "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" @@ -13290,20 +11393,16 @@ }, "node_modules/methods": { "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" } }, "node_modules/micromatch": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", - "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "version": "4.0.5", "license": "MIT", "dependencies": { - "braces": "^3.0.3", + "braces": "^3.0.2", "picomatch": "^2.3.1" }, "engines": { @@ -13312,8 +11411,6 @@ }, "node_modules/mime": { "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" @@ -13324,8 +11421,6 @@ }, "node_modules/mime-db": { "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" @@ -13333,8 +11428,6 @@ }, "node_modules/mime-types": { "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" @@ -13345,8 +11438,6 @@ }, "node_modules/mimic-fn": { "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" @@ -13354,8 +11445,6 @@ }, "node_modules/mimic-response": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", - "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", "license": "MIT", "engines": { "node": ">=10" @@ -13366,8 +11455,6 @@ }, "node_modules/min-indent": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", - "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", "dev": true, "license": "MIT", "engines": { @@ -13376,8 +11463,6 @@ }, "node_modules/mini-css-extract-plugin": { "version": "1.6.2", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz", - "integrity": "sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==", "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", @@ -13395,34 +11480,12 @@ "webpack": "^4.4.0 || ^5.0.0" } }, - "node_modules/mini-css-extract-plugin/node_modules/schema-utils": { - "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", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, "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==", "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" @@ -13433,8 +11496,6 @@ }, "node_modules/minimist": { "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" @@ -13442,29 +11503,21 @@ }, "node_modules/mkdirp-classic": { "version": "0.5.3", - "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", - "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==", "license": "MIT" }, "node_modules/mrmime": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", - "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", "license": "MIT", "engines": { "node": ">=10" } }, "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==", + "version": "2.1.2", "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", @@ -13476,14 +11529,10 @@ }, "node_modules/mute-stream": { "version": "0.0.8", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", - "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", "license": "ISC" }, "node_modules/nanoid": { "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", "funding": [ { "type": "github", @@ -13500,26 +11549,18 @@ }, "node_modules/napi-build-utils": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz", - "integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==", "license": "MIT" }, "node_modules/natural-compare": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "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==", "license": "MIT" }, "node_modules/negotiator": { "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" @@ -13527,14 +11568,10 @@ }, "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==", "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", @@ -13542,9 +11579,7 @@ } }, "node_modules/node-abi": { - "version": "3.71.0", - "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.71.0.tgz", - "integrity": "sha512-SZ40vRiy/+wRTf21hxkkEjPJZpARzUMVcJoQse2EF8qkUWbbO2z7vd5oA/H6bVH6SZQ5STGcu0KRDS7biNRfxw==", + "version": "3.62.0", "license": "MIT", "dependencies": { "semver": "^7.3.5" @@ -13553,11 +11588,22 @@ "node": ">=10" } }, + "node_modules/node-abi/node_modules/lru-cache": { + "version": "6.0.0", + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/node-abi/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "version": "7.6.0", "license": "ISC", + "dependencies": { + "lru-cache": "^6.0.0" + }, "bin": { "semver": "bin/semver.js" }, @@ -13565,16 +11611,16 @@ "node": ">=10" } }, + "node_modules/node-abi/node_modules/yallist": { + "version": "4.0.0", + "license": "ISC" + }, "node_modules/node-addon-api": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz", - "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==", "license": "MIT" }, "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==", "license": "(BSD-3-Clause OR GPL-2.0)", "engines": { "node": ">= 6.13.0" @@ -13582,20 +11628,71 @@ }, "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==", "license": "MIT" }, + "node_modules/node-notifier": { + "version": "8.0.2", + "license": "MIT", + "optional": true, + "peer": true, + "dependencies": { + "growly": "^1.3.0", + "is-wsl": "^2.2.0", + "semver": "^7.3.2", + "shellwords": "^0.1.1", + "uuid": "^8.3.0", + "which": "^2.0.2" + } + }, + "node_modules/node-notifier/node_modules/lru-cache": { + "version": "6.0.0", + "license": "ISC", + "optional": true, + "peer": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/node-notifier/node_modules/semver": { + "version": "7.6.0", + "license": "ISC", + "optional": true, + "peer": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/node-notifier/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "optional": true, + "peer": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/node-notifier/node_modules/yallist": { + "version": "4.0.0", + "license": "ISC", + "optional": true, + "peer": true + }, "node_modules/node-releases": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", - "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==", + "version": "2.0.14", "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" @@ -13603,8 +11700,6 @@ }, "node_modules/normalize-range": { "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" @@ -13612,8 +11707,6 @@ }, "node_modules/npm-run-path": { "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" @@ -13624,8 +11717,6 @@ }, "node_modules/nth-check": { "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" @@ -13635,15 +11726,11 @@ } }, "node_modules/nwsapi": { - "version": "2.2.13", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.13.tgz", - "integrity": "sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ==", + "version": "2.2.9", "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" @@ -13651,32 +11738,21 @@ }, "node_modules/object-code": { "version": "1.3.3", - "resolved": "https://registry.npmjs.org/object-code/-/object-code-1.3.3.tgz", - "integrity": "sha512-/Ds4Xd5xzrtUOJ+xJQ57iAy0BZsZltOHssnDgcZ8DOhgh41q1YJCnTPnWdWSLkNGNnxYzhYChjc5dgC9mEERCA==", "license": "MIT" }, "node_modules/object-filter": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/object-filter/-/object-filter-1.0.2.tgz", - "integrity": "sha512-NahvP2vZcy1ZiiYah30CEPw0FpDcSkSePJBMpzl5EQgCmISijiGuJm3SPYp7U+Lf2TljyaIw3E5EgkEx/TNEVA==", "license": "MIT" }, "node_modules/object-inspect": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", - "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", + "version": "1.13.1", "license": "MIT", - "engines": { - "node": ">= 0.4" - }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/object-is": { "version": "1.1.6", - "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz", - "integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==", "license": "MIT", "dependencies": { "call-bind": "^1.0.7", @@ -13691,8 +11767,6 @@ }, "node_modules/object-keys": { "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" @@ -13700,8 +11774,6 @@ }, "node_modules/object.assign": { "version": "4.1.5", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", - "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", "license": "MIT", "dependencies": { "call-bind": "^1.0.5", @@ -13718,8 +11790,6 @@ }, "node_modules/object.entries": { "version": "1.1.8", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz", - "integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==", "license": "MIT", "dependencies": { "call-bind": "^1.0.7", @@ -13732,8 +11802,6 @@ }, "node_modules/object.fromentries": { "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", @@ -13750,8 +11818,6 @@ }, "node_modules/object.hasown": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.4.tgz", - "integrity": "sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==", "license": "MIT", "dependencies": { "define-properties": "^1.2.1", @@ -13767,8 +11833,6 @@ }, "node_modules/object.values": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz", - "integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==", "license": "MIT", "dependencies": { "call-bind": "^1.0.7", @@ -13784,14 +11848,10 @@ }, "node_modules/obuf": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", - "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" @@ -13802,8 +11862,6 @@ }, "node_modules/on-headers": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", "license": "MIT", "engines": { "node": ">= 0.8" @@ -13811,8 +11869,6 @@ }, "node_modules/once": { "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" @@ -13820,8 +11876,6 @@ }, "node_modules/onetime": { "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" @@ -13835,8 +11889,6 @@ }, "node_modules/open": { "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", @@ -13852,25 +11904,21 @@ }, "node_modules/opener": { "version": "1.5.2", - "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", - "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", "license": "(WTFPL OR MIT)", "bin": { "opener": "bin/opener-bin.js" } }, "node_modules/optionator": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", - "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", + "version": "0.9.3", "license": "MIT", "dependencies": { + "@aashutoshrathi/word-wrap": "^1.2.3", "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.5" + "type-check": "^0.4.0" }, "engines": { "node": ">= 0.8.0" @@ -13878,8 +11926,6 @@ }, "node_modules/ora": { "version": "5.4.1", - "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", - "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", "license": "MIT", "dependencies": { "bl": "^4.1.0", @@ -13901,8 +11947,6 @@ }, "node_modules/os-tmpdir": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -13910,8 +11954,6 @@ }, "node_modules/p-limit": { "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" @@ -13924,27 +11966,13 @@ } }, "node_modules/p-locate": { - "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" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/p-locate/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "version": "5.0.0", "license": "MIT", "dependencies": { - "p-try": "^2.0.0" + "p-limit": "^3.0.2" }, "engines": { - "node": ">=6" + "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -13952,8 +11980,6 @@ }, "node_modules/p-map": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", - "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", "license": "MIT", "engines": { "node": ">=6" @@ -13961,8 +11987,6 @@ }, "node_modules/p-retry": { "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", @@ -13974,8 +11998,6 @@ }, "node_modules/p-try": { "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" @@ -13983,8 +12005,6 @@ }, "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", @@ -13993,8 +12013,6 @@ }, "node_modules/parent-module": { "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" @@ -14005,8 +12023,6 @@ }, "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", @@ -14023,8 +12039,6 @@ }, "node_modules/parse5": { "version": "7.1.2", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", - "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", "license": "MIT", "dependencies": { "entities": "^4.4.0" @@ -14035,8 +12049,6 @@ }, "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" @@ -14044,8 +12056,6 @@ }, "node_modules/pascal-case": { "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", @@ -14054,8 +12064,6 @@ }, "node_modules/path-exists": { "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" @@ -14063,8 +12071,6 @@ }, "node_modules/path-is-absolute": { "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" @@ -14072,14 +12078,10 @@ }, "node_modules/path-is-inside": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", - "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==", "license": "(WTFPL OR MIT)" }, "node_modules/path-key": { "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" @@ -14087,35 +12089,25 @@ }, "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==", "license": "MIT" }, "node_modules/path-to-regexp": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz", - "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==", + "version": "0.1.7", "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" } }, "node_modules/picocolors": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", - "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "version": "1.0.0", "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" @@ -14126,8 +12118,6 @@ }, "node_modules/pify": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", "license": "MIT", "engines": { "node": ">=6" @@ -14135,8 +12125,6 @@ }, "node_modules/pinkie": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -14144,8 +12132,6 @@ }, "node_modules/pinkie-promise": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", "license": "MIT", "dependencies": { "pinkie": "^2.0.0" @@ -14156,8 +12142,6 @@ }, "node_modules/pirates": { "version": "4.0.6", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", - "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", "license": "MIT", "engines": { "node": ">= 6" @@ -14165,8 +12149,6 @@ }, "node_modules/pkg-dir": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-7.0.0.tgz", - "integrity": "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==", "license": "MIT", "dependencies": { "find-up": "^6.3.0" @@ -14180,8 +12162,6 @@ }, "node_modules/pkg-dir/node_modules/find-up": { "version": "6.3.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz", - "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==", "license": "MIT", "dependencies": { "locate-path": "^7.1.0", @@ -14196,8 +12176,6 @@ }, "node_modules/pkg-dir/node_modules/locate-path": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz", - "integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==", "license": "MIT", "dependencies": { "p-locate": "^6.0.0" @@ -14211,8 +12189,6 @@ }, "node_modules/pkg-dir/node_modules/p-limit": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", - "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", "license": "MIT", "dependencies": { "yocto-queue": "^1.0.0" @@ -14226,8 +12202,6 @@ }, "node_modules/pkg-dir/node_modules/p-locate": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz", - "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", "license": "MIT", "dependencies": { "p-limit": "^4.0.0" @@ -14241,17 +12215,13 @@ }, "node_modules/pkg-dir/node_modules/path-exists": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz", - "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } }, "node_modules/pkg-dir/node_modules/yocto-queue": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz", - "integrity": "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==", + "version": "1.0.0", "license": "MIT", "engines": { "node": ">=12.20" @@ -14262,8 +12232,6 @@ }, "node_modules/pkg-up": { "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" @@ -14274,8 +12242,6 @@ }, "node_modules/pkg-up/node_modules/find-up": { "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" @@ -14286,8 +12252,6 @@ }, "node_modules/pkg-up/node_modules/locate-path": { "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", @@ -14299,8 +12263,6 @@ }, "node_modules/pkg-up/node_modules/p-limit": { "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" @@ -14314,8 +12276,6 @@ }, "node_modules/pkg-up/node_modules/p-locate": { "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" @@ -14326,8 +12286,6 @@ }, "node_modules/pkg-up/node_modules/path-exists": { "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" @@ -14335,9 +12293,6 @@ }, "node_modules/popper.js": { "version": "1.16.1", - "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", - "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", - "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1", "license": "MIT", "peer": true, "funding": { @@ -14347,17 +12302,13 @@ }, "node_modules/possible-typed-array-names": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", - "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==", "license": "MIT", "engines": { "node": ">= 0.4" } }, "node_modules/postcss": { - "version": "8.4.47", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", - "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", + "version": "8.4.38", "funding": [ { "type": "opencollective", @@ -14375,8 +12326,8 @@ "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.1.0", - "source-map-js": "^1.2.1" + "picocolors": "^1.0.0", + "source-map-js": "^1.2.0" }, "engines": { "node": "^10 || ^12 || >=14" @@ -14384,8 +12335,6 @@ }, "node_modules/postcss-calc": { "version": "9.0.1", - "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-9.0.1.tgz", - "integrity": "sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==", "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.0.11", @@ -14400,8 +12349,6 @@ }, "node_modules/postcss-colormin": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-6.1.0.tgz", - "integrity": "sha512-x9yX7DOxeMAR+BgGVnNSAxmAj98NX/YxEMNFP+SDCEeNLb2r3i6Hh1ksMsnW8Ub5SLCpbescQqn9YEbE9554Sw==", "license": "MIT", "dependencies": { "browserslist": "^4.23.0", @@ -14418,8 +12365,6 @@ }, "node_modules/postcss-convert-values": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-6.1.0.tgz", - "integrity": "sha512-zx8IwP/ts9WvUM6NkVSkiU902QZL1bwPhaVaLynPtCsOTqp+ZKbNi+s6XJg3rfqpKGA/oc7Oxk5t8pOQJcwl/w==", "license": "MIT", "dependencies": { "browserslist": "^4.23.0", @@ -14433,9 +12378,7 @@ } }, "node_modules/postcss-custom-media": { - "version": "10.0.8", - "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-10.0.8.tgz", - "integrity": "sha512-V1KgPcmvlGdxTel4/CyQtBJEFhMVpEmRGFrnVtgfGIHj5PJX9vO36eFBxKBeJn+aCDTed70cc+98Mz3J/uVdGQ==", + "version": "10.0.6", "funding": [ { "type": "github", @@ -14448,10 +12391,10 @@ ], "license": "MIT", "dependencies": { - "@csstools/cascade-layer-name-parser": "^1.0.13", - "@csstools/css-parser-algorithms": "^2.7.1", - "@csstools/css-tokenizer": "^2.4.1", - "@csstools/media-query-list-parser": "^2.1.13" + "@csstools/cascade-layer-name-parser": "^1.0.11", + "@csstools/css-parser-algorithms": "^2.6.3", + "@csstools/css-tokenizer": "^2.3.1", + "@csstools/media-query-list-parser": "^2.1.11" }, "engines": { "node": "^14 || ^16 || >=18" @@ -14462,8 +12405,6 @@ }, "node_modules/postcss-discard-comments": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-6.0.2.tgz", - "integrity": "sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==", "license": "MIT", "engines": { "node": "^14 || ^16 || >=18.0" @@ -14474,8 +12415,6 @@ }, "node_modules/postcss-discard-duplicates": { "version": "6.0.3", - "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-6.0.3.tgz", - "integrity": "sha512-+JA0DCvc5XvFAxwx6f/e68gQu/7Z9ud584VLmcgto28eB8FqSFZwtrLwB5Kcp70eIoWP/HXqz4wpo8rD8gpsTw==", "license": "MIT", "engines": { "node": "^14 || ^16 || >=18.0" @@ -14486,8 +12425,6 @@ }, "node_modules/postcss-discard-empty": { "version": "6.0.3", - "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-6.0.3.tgz", - "integrity": "sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==", "license": "MIT", "engines": { "node": "^14 || ^16 || >=18.0" @@ -14498,8 +12435,6 @@ }, "node_modules/postcss-discard-overridden": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-6.0.2.tgz", - "integrity": "sha512-j87xzI4LUggC5zND7KdjsI25APtyMuynXZSujByMaav2roV6OZX+8AaCUcZSWqckZpjAjRyFDdpqybgjFO0HJQ==", "license": "MIT", "engines": { "node": "^14 || ^16 || >=18.0" @@ -14510,8 +12445,6 @@ }, "node_modules/postcss-loader": { "version": "7.3.4", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-7.3.4.tgz", - "integrity": "sha512-iW5WTTBSC5BfsBJ9daFMPVrLT36MrNiC6fqOZTTaHjBNX6Pfd5p+hSBqe/fEeNd7pc13QiAyGt7VdGMw4eRC4A==", "license": "MIT", "dependencies": { "cosmiconfig": "^8.3.5", @@ -14530,11 +12463,22 @@ "webpack": "^5.0.0" } }, + "node_modules/postcss-loader/node_modules/lru-cache": { + "version": "6.0.0", + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/postcss-loader/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "version": "7.6.0", "license": "ISC", + "dependencies": { + "lru-cache": "^6.0.0" + }, "bin": { "semver": "bin/semver.js" }, @@ -14542,10 +12486,12 @@ "node": ">=10" } }, + "node_modules/postcss-loader/node_modules/yallist": { + "version": "4.0.0", + "license": "ISC" + }, "node_modules/postcss-merge-longhand": { "version": "6.0.5", - "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-6.0.5.tgz", - "integrity": "sha512-5LOiordeTfi64QhICp07nzzuTDjNSO8g5Ksdibt44d+uvIIAE1oZdRn8y/W5ZtYgRH/lnLDlvi9F8btZcVzu3w==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0", @@ -14560,8 +12506,6 @@ }, "node_modules/postcss-merge-rules": { "version": "6.1.1", - "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-6.1.1.tgz", - "integrity": "sha512-KOdWF0gju31AQPZiD+2Ar9Qjowz1LTChSjFFbS+e2sFgc4uHOp3ZvVX4sNeTlk0w2O31ecFGgrFzhO0RSWbWwQ==", "license": "MIT", "dependencies": { "browserslist": "^4.23.0", @@ -14578,8 +12522,6 @@ }, "node_modules/postcss-minify-font-values": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-6.1.0.tgz", - "integrity": "sha512-gklfI/n+9rTh8nYaSJXlCo3nOKqMNkxuGpTn/Qm0gstL3ywTr9/WRKznE+oy6fvfolH6dF+QM4nCo8yPLdvGJg==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" @@ -14593,8 +12535,6 @@ }, "node_modules/postcss-minify-gradients": { "version": "6.0.3", - "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-6.0.3.tgz", - "integrity": "sha512-4KXAHrYlzF0Rr7uc4VrfwDJ2ajrtNEpNEuLxFgwkhFZ56/7gaE4Nr49nLsQDZyUe+ds+kEhf+YAUolJiYXF8+Q==", "license": "MIT", "dependencies": { "colord": "^2.9.3", @@ -14610,8 +12550,6 @@ }, "node_modules/postcss-minify-params": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-6.1.0.tgz", - "integrity": "sha512-bmSKnDtyyE8ujHQK0RQJDIKhQ20Jq1LYiez54WiaOoBtcSuflfK3Nm596LvbtlFcpipMjgClQGyGr7GAs+H1uA==", "license": "MIT", "dependencies": { "browserslist": "^4.23.0", @@ -14627,8 +12565,6 @@ }, "node_modules/postcss-minify-selectors": { "version": "6.0.4", - "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-6.0.4.tgz", - "integrity": "sha512-L8dZSwNLgK7pjTto9PzWRoMbnLq5vsZSTu8+j1P/2GB8qdtGQfn+K1uSvFgYvgh83cbyxT5m43ZZhUMTJDSClQ==", "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.0.16" @@ -14642,8 +12578,6 @@ }, "node_modules/postcss-modules-extract-imports": { "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" @@ -14654,8 +12588,6 @@ }, "node_modules/postcss-modules-local-by-default": { "version": "4.0.5", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz", - "integrity": "sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==", "license": "MIT", "dependencies": { "icss-utils": "^5.0.0", @@ -14671,8 +12603,6 @@ }, "node_modules/postcss-modules-scope": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz", - "integrity": "sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==", "license": "ISC", "dependencies": { "postcss-selector-parser": "^6.0.4" @@ -14686,8 +12616,6 @@ }, "node_modules/postcss-modules-values": { "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" @@ -14701,8 +12629,6 @@ }, "node_modules/postcss-normalize-charset": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-6.0.2.tgz", - "integrity": "sha512-a8N9czmdnrjPHa3DeFlwqst5eaL5W8jYu3EBbTTkI5FHkfMhFZh1EGbku6jhHhIzTA6tquI2P42NtZ59M/H/kQ==", "license": "MIT", "engines": { "node": "^14 || ^16 || >=18.0" @@ -14713,8 +12639,6 @@ }, "node_modules/postcss-normalize-display-values": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-6.0.2.tgz", - "integrity": "sha512-8H04Mxsb82ON/aAkPeq8kcBbAtI5Q2a64X/mnRRfPXBq7XeogoQvReqxEfc0B4WPq1KimjezNC8flUtC3Qz6jg==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" @@ -14728,8 +12652,6 @@ }, "node_modules/postcss-normalize-positions": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-6.0.2.tgz", - "integrity": "sha512-/JFzI441OAB9O7VnLA+RtSNZvQ0NCFZDOtp6QPFo1iIyawyXg0YI3CYM9HBy1WvwCRHnPep/BvI1+dGPKoXx/Q==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" @@ -14743,8 +12665,6 @@ }, "node_modules/postcss-normalize-repeat-style": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-6.0.2.tgz", - "integrity": "sha512-YdCgsfHkJ2jEXwR4RR3Tm/iOxSfdRt7jplS6XRh9Js9PyCR/aka/FCb6TuHT2U8gQubbm/mPmF6L7FY9d79VwQ==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" @@ -14758,8 +12678,6 @@ }, "node_modules/postcss-normalize-string": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-6.0.2.tgz", - "integrity": "sha512-vQZIivlxlfqqMp4L9PZsFE4YUkWniziKjQWUtsxUiVsSSPelQydwS8Wwcuw0+83ZjPWNTl02oxlIvXsmmG+CiQ==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" @@ -14773,8 +12691,6 @@ }, "node_modules/postcss-normalize-timing-functions": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-6.0.2.tgz", - "integrity": "sha512-a+YrtMox4TBtId/AEwbA03VcJgtyW4dGBizPl7e88cTFULYsprgHWTbfyjSLyHeBcK/Q9JhXkt2ZXiwaVHoMzA==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" @@ -14788,8 +12704,6 @@ }, "node_modules/postcss-normalize-unicode": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-6.1.0.tgz", - "integrity": "sha512-QVC5TQHsVj33otj8/JD869Ndr5Xcc/+fwRh4HAsFsAeygQQXm+0PySrKbr/8tkDKzW+EVT3QkqZMfFrGiossDg==", "license": "MIT", "dependencies": { "browserslist": "^4.23.0", @@ -14804,8 +12718,6 @@ }, "node_modules/postcss-normalize-url": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-6.0.2.tgz", - "integrity": "sha512-kVNcWhCeKAzZ8B4pv/DnrU1wNh458zBNp8dh4y5hhxih5RZQ12QWMuQrDgPRw3LRl8mN9vOVfHl7uhvHYMoXsQ==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" @@ -14819,8 +12731,6 @@ }, "node_modules/postcss-normalize-whitespace": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-6.0.2.tgz", - "integrity": "sha512-sXZ2Nj1icbJOKmdjXVT9pnyHQKiSAyuNQHSgRCUgThn2388Y9cGVDR+E9J9iAYbSbLHI+UUwLVl1Wzco/zgv0Q==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" @@ -14834,8 +12744,6 @@ }, "node_modules/postcss-ordered-values": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-6.0.2.tgz", - "integrity": "sha512-VRZSOB+JU32RsEAQrO94QPkClGPKJEL/Z9PCBImXMhIeK5KAYo6slP/hBYlLgrCjFxyqvn5VC81tycFEDBLG1Q==", "license": "MIT", "dependencies": { "cssnano-utils": "^4.0.2", @@ -14850,8 +12758,6 @@ }, "node_modules/postcss-reduce-initial": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-6.1.0.tgz", - "integrity": "sha512-RarLgBK/CrL1qZags04oKbVbrrVK2wcxhvta3GCxrZO4zveibqbRPmm2VI8sSgCXwoUHEliRSbOfpR0b/VIoiw==", "license": "MIT", "dependencies": { "browserslist": "^4.23.0", @@ -14866,8 +12772,6 @@ }, "node_modules/postcss-reduce-transforms": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-6.0.2.tgz", - "integrity": "sha512-sB+Ya++3Xj1WaT9+5LOOdirAxP7dJZms3GRcYheSPi1PiTMigsxHAdkrbItHxwYHr4kt1zL7mmcHstgMYT+aiA==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" @@ -14881,8 +12785,6 @@ }, "node_modules/postcss-rtlcss": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/postcss-rtlcss/-/postcss-rtlcss-5.1.2.tgz", - "integrity": "sha512-cmcgRoO1wL7IJyVHw0RneWI/5Oe75NLC2NLlQLsNI7hcui+yRcW4RrILfQa4FqKQRLTU4r5eF0YPi1qZpMzQpA==", "license": "Apache-2.0", "dependencies": { "rtlcss": "4.1.1" @@ -14895,9 +12797,7 @@ } }, "node_modules/postcss-selector-parser": { - "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==", + "version": "6.0.16", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", @@ -14909,8 +12809,6 @@ }, "node_modules/postcss-svgo": { "version": "6.0.3", - "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-6.0.3.tgz", - "integrity": "sha512-dlrahRmxP22bX6iKEjOM+c8/1p+81asjKT+V5lrgOH944ryx/OHpclnIbGsKVd3uWOXFLYJwCVf0eEkJGvO96g==", "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0", @@ -14925,8 +12823,6 @@ }, "node_modules/postcss-unique-selectors": { "version": "6.0.4", - "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-6.0.4.tgz", - "integrity": "sha512-K38OCaIrO8+PzpArzkLKB42dSARtC2tmG6PvD4b1o1Q2E9Os8jzfWFfSy/rixsHwohtsDdFtAWGjFVFUdwYaMg==", "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.0.16" @@ -14940,14 +12836,10 @@ }, "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==", "license": "MIT" }, "node_modules/prebuild-install": { "version": "7.1.2", - "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.2.tgz", - "integrity": "sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==", "license": "MIT", "dependencies": { "detect-libc": "^2.0.0", @@ -14972,8 +12864,6 @@ }, "node_modules/prebuild-install/node_modules/tar-fs": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz", - "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==", "license": "MIT", "dependencies": { "chownr": "^1.1.1", @@ -14984,8 +12874,6 @@ }, "node_modules/prebuild-install/node_modules/tar-stream": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", - "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", "license": "MIT", "dependencies": { "bl": "^4.0.3", @@ -15000,8 +12888,6 @@ }, "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" @@ -15009,8 +12895,6 @@ }, "node_modules/pretty-error": { "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", @@ -15019,8 +12903,6 @@ }, "node_modules/pretty-format": { "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", @@ -15033,8 +12915,6 @@ }, "node_modules/pretty-format/node_modules/ansi-styles": { "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" @@ -15045,14 +12925,10 @@ }, "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==", "license": "MIT" }, "node_modules/prompts": { "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", @@ -15064,8 +12940,6 @@ }, "node_modules/prop-types": { "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", @@ -15075,8 +12949,6 @@ }, "node_modules/prop-types-extra": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/prop-types-extra/-/prop-types-extra-1.1.1.tgz", - "integrity": "sha512-59+AHNnHYCdiC+vMwY52WmvP5dM3QLeoumYuEyceQDi9aEhtwN9zIQ2ZNo25sMyXnbh32h+P1ezDsUpUH3JAew==", "license": "MIT", "dependencies": { "react-is": "^16.3.2", @@ -15088,20 +12960,14 @@ }, "node_modules/prop-types-extra/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==", "license": "MIT" }, "node_modules/prop-types/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==", "license": "MIT" }, "node_modules/proxy-addr": { "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", @@ -15113,26 +12979,18 @@ }, "node_modules/proxy-from-env": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", "license": "MIT" }, "node_modules/psl": { "version": "1.9.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", - "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", "license": "MIT" }, "node_modules/pubsub-js": { "version": "1.9.4", - "resolved": "https://registry.npmjs.org/pubsub-js/-/pubsub-js-1.9.4.tgz", - "integrity": "sha512-hJYpaDvPH4w8ZX/0Fdf9ma1AwRgU353GfbaVfPjfJQf1KxZ2iHaHl3fAUw1qlJIR5dr4F3RzjGaWohYUEyoh7A==", "license": "MIT" }, "node_modules/pump": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz", - "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==", + "version": "3.0.0", "license": "MIT", "dependencies": { "end-of-stream": "^1.1.0", @@ -15141,8 +12999,6 @@ }, "node_modules/punycode": { "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" @@ -15150,8 +13006,6 @@ }, "node_modules/pure-rand": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz", - "integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==", "funding": [ { "type": "individual", @@ -15166,8 +13020,6 @@ }, "node_modules/purgecss": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-5.0.0.tgz", - "integrity": "sha512-RAnuxrGuVyLLTr8uMbKaxDRGWMgK5CCYDfRyUNNcaz5P3kGgD2b7ymQGYEyo2ST7Tl/ScwFgf5l3slKMxHSbrw==", "license": "MIT", "dependencies": { "commander": "^9.0.0", @@ -15181,8 +13033,6 @@ }, "node_modules/purgecss/node_modules/brace-expansion": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" @@ -15190,8 +13040,6 @@ }, "node_modules/purgecss/node_modules/commander": { "version": "9.5.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz", - "integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==", "license": "MIT", "engines": { "node": "^12.20.0 || >=14" @@ -15199,9 +13047,6 @@ }, "node_modules/purgecss/node_modules/glob": { "version": "8.1.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", - "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", - "deprecated": "Glob versions prior to v9 are no longer supported", "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", @@ -15219,8 +13064,6 @@ }, "node_modules/purgecss/node_modules/minimatch": { "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" @@ -15230,12 +13073,10 @@ } }, "node_modules/qs": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", - "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "version": "6.11.0", "license": "BSD-3-Clause", "dependencies": { - "side-channel": "^1.0.6" + "side-channel": "^1.0.4" }, "engines": { "node": ">=0.6" @@ -15246,8 +13087,6 @@ }, "node_modules/query-string": { "version": "7.0.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.0.1.tgz", - "integrity": "sha512-uIw3iRvHnk9to1blJCG3BTc+Ro56CBowJXKmNNAm3RulvPBzWLRqKSiiDk+IplJhsydwtuNMHi8UGQFcCLVfkA==", "license": "MIT", "dependencies": { "decode-uri-component": "^0.2.0", @@ -15264,14 +13103,10 @@ }, "node_modules/querystringify": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", "license": "MIT" }, "node_modules/queue-microtask": { "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "funding": [ { "type": "github", @@ -15290,14 +13125,10 @@ }, "node_modules/queue-tick": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz", - "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==", "license": "MIT" }, "node_modules/randombytes": { "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" @@ -15305,8 +13136,6 @@ }, "node_modules/range-parser": { "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" @@ -15314,8 +13143,6 @@ }, "node_modules/raw-body": { "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", @@ -15327,10 +13154,18 @@ "node": ">= 0.8" } }, + "node_modules/raw-body/node_modules/iconv-lite": { + "version": "0.4.24", + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/rc": { "version": "1.2.8", - "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", - "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", "license": "(BSD-2-Clause OR MIT OR Apache-2.0)", "dependencies": { "deep-extend": "^0.6.0", @@ -15344,8 +13179,6 @@ }, "node_modules/rc/node_modules/strip-json-comments": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -15353,8 +13186,6 @@ }, "node_modules/react": { "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", - "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", "license": "MIT", "dependencies": { "loose-envify": "^1.1.0", @@ -15366,8 +13197,6 @@ }, "node_modules/react-bootstrap": { "version": "1.6.8", - "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.6.8.tgz", - "integrity": "sha512-yD6uN78XlFOkETQp6GRuVe0s5509x3XYx8PfPbirwFTYCj5/RfmSs9YZGCwkUrhZNFzj7tZPdpb+3k50mK1E4g==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.14.0", @@ -15395,8 +13224,6 @@ }, "node_modules/react-clientside-effect": { "version": "1.2.6", - "resolved": "https://registry.npmjs.org/react-clientside-effect/-/react-clientside-effect-1.2.6.tgz", - "integrity": "sha512-XGGGRQAKY+q25Lz9a/4EPqom7WRjz3z9R2k4jhVKA/puQFH/5Nt27vFZYql4m4NVNdUvX8PS3O7r/Zzm7cjUlg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.13" @@ -15407,8 +13234,6 @@ }, "node_modules/react-colorful": { "version": "5.6.1", - "resolved": "https://registry.npmjs.org/react-colorful/-/react-colorful-5.6.1.tgz", - "integrity": "sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==", "license": "MIT", "peerDependencies": { "react": ">=16.8.0", @@ -15417,8 +13242,6 @@ }, "node_modules/react-dev-utils": { "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", @@ -15450,65 +13273,15 @@ "node": ">=14" } }, - "node_modules/react-dev-utils/node_modules/find-up": { - "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" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/react-dev-utils/node_modules/loader-utils": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.3.1.tgz", - "integrity": "sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==", + "version": "3.2.1", "license": "MIT", "engines": { "node": ">= 12.13.0" } }, - "node_modules/react-dev-utils/node_modules/locate-path": { - "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" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/react-dev-utils/node_modules/p-locate": { - "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" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/react-dom": { "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz", - "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==", "license": "MIT", "dependencies": { "loose-envify": "^1.1.0", @@ -15520,9 +13293,7 @@ } }, "node_modules/react-dropzone": { - "version": "14.2.10", - "resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-14.2.10.tgz", - "integrity": "sha512-Y98LOCYxGO2jOFWREeKJlL7gbrHcOlTBp+9DCM1dh9XQ8+P/8ThhZT7kFb05C+bPcTXq/rixpU+5+LzwYrFLUw==", + "version": "14.2.3", "license": "MIT", "dependencies": { "attr-accept": "^2.2.2", @@ -15537,9 +13308,7 @@ } }, "node_modules/react-error-boundary": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-4.1.2.tgz", - "integrity": "sha512-GQDxZ5Jd+Aq/qUxbCm1UtzmL/s++V7zKgE8yMktJiCQXCCFZnMZh9ng+6/Ne6PjNSXH0L9CjeOEREfRnq6Duag==", + "version": "4.0.13", "license": "MIT", "peer": true, "dependencies": { @@ -15551,27 +13320,21 @@ }, "node_modules/react-error-overlay": { "version": "6.0.11", - "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz", - "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==", "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==", "license": "MIT" }, "node_modules/react-focus-lock": { - "version": "2.13.2", - "resolved": "https://registry.npmjs.org/react-focus-lock/-/react-focus-lock-2.13.2.tgz", - "integrity": "sha512-T/7bsofxYqnod2xadvuwjGKHOoL5GH7/EIPI5UyEvaU/c2CcphvGI371opFtuY/SYdbMsNiuF4HsHQ50nA/TKQ==", + "version": "2.11.2", "license": "MIT", "dependencies": { "@babel/runtime": "^7.0.0", - "focus-lock": "^1.3.5", + "focus-lock": "^1.3.2", "prop-types": "^15.6.2", "react-clientside-effect": "^1.2.6", - "use-callback-ref": "^1.3.2", + "use-callback-ref": "^1.3.0", "use-sidecar": "^1.1.2" }, "peerDependencies": { @@ -15585,16 +13348,15 @@ } }, "node_modules/react-focus-on": { - "version": "3.9.4", - "resolved": "https://registry.npmjs.org/react-focus-on/-/react-focus-on-3.9.4.tgz", - "integrity": "sha512-NFKmeH6++wu8e7LJcbwV8TTd4L5w/U5LMXTMOdUcXhCcZ7F5VOvgeTHd4XN1PD7TNmdvldDu/ENROOykUQ4yQg==", + "version": "3.9.2", "license": "MIT", "dependencies": { "aria-hidden": "^1.2.2", - "react-focus-lock": "^2.11.3", - "react-remove-scroll": "^2.6.0", + "react-focus-lock": "^2.11.2", + "react-remove-scroll": "^2.5.7", "react-style-singleton": "^2.2.1", "tslib": "^2.3.1", + "use-callback-ref": "^1.3.0", "use-sidecar": "^1.1.2" }, "engines": { @@ -15611,12 +13373,10 @@ } }, "node_modules/react-imask": { - "version": "7.6.1", - "resolved": "https://registry.npmjs.org/react-imask/-/react-imask-7.6.1.tgz", - "integrity": "sha512-vLNfzcCz62Yzx/GRGh5tiCph9Gbh2cZu+Tz8OiO5it2eNuuhpA0DWhhSlOtVtSJ80+Bx+vFK5De8eQ9AmbkXzA==", + "version": "7.3.0", "license": "MIT", "dependencies": { - "imask": "^7.6.1", + "imask": "^7.3.0", "prop-types": "^15.8.1" }, "engines": { @@ -15627,22 +13387,21 @@ } }, "node_modules/react-intl": { - "version": "6.8.4", - "resolved": "https://registry.npmjs.org/react-intl/-/react-intl-6.8.4.tgz", - "integrity": "sha512-UKYrCIztyvSiZCpvHjDwAHlXT735fDioABVP+uhRAOhDSBS9NQ2vVbxiUikvVEBdr2b0cTe1tUfOfvhbmSPi/A==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/react-intl/-/react-intl-6.7.0.tgz", + "integrity": "sha512-f5QhjuKb+WEqiAbL5hDqUs2+sSRkF0vxkTbJ4A8ompt55XTyOHcrDlCXGq4o73ywFFrpgz+78C9IXegSLlya2A==", "license": "BSD-3-Clause", - "peer": true, "dependencies": { - "@formatjs/ecma402-abstract": "2.2.1", - "@formatjs/icu-messageformat-parser": "2.9.1", - "@formatjs/intl": "2.10.11", - "@formatjs/intl-displaynames": "6.8.1", - "@formatjs/intl-listformat": "7.7.1", - "@types/hoist-non-react-statics": "3", - "@types/react": "^18.3.11", - "hoist-non-react-statics": "3", - "intl-messageformat": "10.7.3", - "tslib": "2" + "@formatjs/ecma402-abstract": "2.0.0", + "@formatjs/icu-messageformat-parser": "2.7.8", + "@formatjs/intl": "2.10.5", + "@formatjs/intl-displaynames": "6.6.8", + "@formatjs/intl-listformat": "7.5.7", + "@types/hoist-non-react-statics": "^3.3.1", + "@types/react": "16 || 17 || 18", + "hoist-non-react-statics": "^3.3.2", + "intl-messageformat": "10.5.14", + "tslib": "^2.4.0" }, "peerDependencies": { "react": "^16.6.0 || 17 || 18", @@ -15655,43 +13414,47 @@ } }, "node_modules/react-intl/node_modules/@formatjs/ecma402-abstract": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.2.1.tgz", - "integrity": "sha512-O4ywpkdJybrjFc9zyL8qK5aklleIAi5O4nYhBVJaOFtCkNrnU+lKFeJOFC48zpsZQmR8Aok2V79hGpHnzbmFpg==", + "version": "2.0.0", + "license": "MIT", + "dependencies": { + "@formatjs/intl-localematcher": "0.5.4", + "tslib": "^2.4.0" + } + }, + "node_modules/react-intl/node_modules/@formatjs/icu-messageformat-parser": { + "version": "2.7.8", + "license": "MIT", + "dependencies": { + "@formatjs/ecma402-abstract": "2.0.0", + "@formatjs/icu-skeleton-parser": "1.8.2", + "tslib": "^2.4.0" + } + }, + "node_modules/react-intl/node_modules/@formatjs/icu-skeleton-parser": { + "version": "1.8.2", "license": "MIT", - "peer": true, "dependencies": { - "@formatjs/fast-memoize": "2.2.2", - "@formatjs/intl-localematcher": "0.5.6", - "tslib": "2" + "@formatjs/ecma402-abstract": "2.0.0", + "tslib": "^2.4.0" } }, "node_modules/react-intl/node_modules/@formatjs/intl-localematcher": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.6.tgz", - "integrity": "sha512-roz1+Ba5e23AHX6KUAWmLEyTRZegM5YDuxuvkHCyK3RJddf/UXB2f+s7pOMm9ktfPGla0g+mQXOn5vsuYirnaA==", + "version": "0.5.4", "license": "MIT", - "peer": true, "dependencies": { - "tslib": "2" + "tslib": "^2.4.0" } }, "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==", "license": "MIT" }, "node_modules/react-lifecycles-compat": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", - "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==", "license": "MIT" }, "node_modules/react-loading-skeleton": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/react-loading-skeleton/-/react-loading-skeleton-3.5.0.tgz", - "integrity": "sha512-gxxSyLbrEAdXTKgfbpBEFZCO/P153DnqSCQau2+o6lNy1jgMRr2MmRmOzMmyrwSaSYLRB8g7b0waYPmUjz7IhQ==", + "version": "3.4.0", "license": "MIT", "peerDependencies": { "react": ">=16.8.0" @@ -15699,8 +13462,6 @@ }, "node_modules/react-overlays": { "version": "5.2.1", - "resolved": "https://registry.npmjs.org/react-overlays/-/react-overlays-5.2.1.tgz", - "integrity": "sha512-GLLSOLWr21CqtJn8geSwQfoJufdt3mfdsnIiQswouuQ2MMPns+ihZklxvsTDKD3cR2tF8ELbi5xUsvqVhR6WvA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.13.8", @@ -15719,8 +13480,6 @@ }, "node_modules/react-popper": { "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", @@ -15734,70 +13493,40 @@ }, "node_modules/react-proptype-conditional-require": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/react-proptype-conditional-require/-/react-proptype-conditional-require-1.0.4.tgz", - "integrity": "sha512-nopsRn7KnGgazBe2c3H2+Kf+Csp6PGDRLiBkYEDMKY8o/EIgft/WnIm/OnAKTawZiLnJXHAqhpFBddvs6NiXlw==", "license": "MIT" }, "node_modules/react-redux": { - "version": "8.1.3", - "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-8.1.3.tgz", - "integrity": "sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==", + "version": "7.2.9", "license": "MIT", - "peer": true, "dependencies": { - "@babel/runtime": "^7.12.1", - "@types/hoist-non-react-statics": "^3.3.1", - "@types/use-sync-external-store": "^0.0.3", + "@babel/runtime": "^7.15.4", + "@types/react-redux": "^7.1.20", "hoist-non-react-statics": "^3.3.2", - "react-is": "^18.0.0", - "use-sync-external-store": "^1.0.0" + "loose-envify": "^1.4.0", + "prop-types": "^15.7.2", + "react-is": "^17.0.2" }, "peerDependencies": { - "@types/react": "^16.8 || ^17.0 || ^18.0", - "@types/react-dom": "^16.8 || ^17.0 || ^18.0", - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0", - "react-native": ">=0.59", - "redux": "^4 || ^5.0.0-beta.0" + "react": "^16.8.3 || ^17 || ^18" }, "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - }, "react-dom": { "optional": true }, "react-native": { "optional": true - }, - "redux": { - "optional": true } } }, - "node_modules/react-redux/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==", - "license": "MIT", - "peer": true - }, "node_modules/react-refresh": { "version": "0.14.2", - "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz", - "integrity": "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==", "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/react-remove-scroll": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.6.0.tgz", - "integrity": "sha512-I2U4JVEsQenxDAKaVa3VZ/JeJZe0/2DxPWL8Tj8yLKctQJQiZM52pn/GWFpSp8dftjM3pSAHVJZscAnC/y+ySQ==", + "version": "2.5.9", "license": "MIT", "dependencies": { "react-remove-scroll-bar": "^2.3.6", @@ -15821,8 +13550,6 @@ }, "node_modules/react-remove-scroll-bar": { "version": "2.3.6", - "resolved": "https://registry.npmjs.org/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.6.tgz", - "integrity": "sha512-DtSYaao4mBmX+HDo5YWYdBWQwYIQQshUV/dVxFxK+KM26Wjwp1gZ6rv6OC3oujI6Bfu6Xyg3TwK533AQutsn/g==", "license": "MIT", "dependencies": { "react-style-singleton": "^2.2.1", @@ -15843,8 +13570,6 @@ }, "node_modules/react-responsive": { "version": "10.0.0", - "resolved": "https://registry.npmjs.org/react-responsive/-/react-responsive-10.0.0.tgz", - "integrity": "sha512-N6/UiRLGQyGUqrarhBZmrSmHi2FXSD++N5VbSKsBBvWfG0ZV7asvUBluSv5lSzdMyEVjzZ6Y8DL4OHABiztDOg==", "license": "MIT", "dependencies": { "hyphenate-style-name": "^1.0.0", @@ -15859,6 +13584,17 @@ "react": ">=16.8.0" } }, + "node_modules/react-responsive/node_modules/matchmediaquery": { + "version": "0.4.2", + "license": "MIT", + "dependencies": { + "css-mediaquery": "^0.1.2" + } + }, + "node_modules/react-responsive/node_modules/shallow-equal": { + "version": "3.1.0", + "license": "MIT" + }, "node_modules/react-router": { "version": "6.27.0", "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.27.0.tgz", @@ -15895,8 +13631,6 @@ }, "node_modules/react-shallow-renderer": { "version": "16.15.0", - "resolved": "https://registry.npmjs.org/react-shallow-renderer/-/react-shallow-renderer-16.15.0.tgz", - "integrity": "sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==", "dev": true, "license": "MIT", "dependencies": { @@ -15909,8 +13643,6 @@ }, "node_modules/react-style-singleton": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.1.tgz", - "integrity": "sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==", "license": "MIT", "dependencies": { "get-nonce": "^1.0.0", @@ -15932,8 +13664,6 @@ }, "node_modules/react-table": { "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", @@ -15945,8 +13675,6 @@ }, "node_modules/react-test-renderer": { "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-17.0.2.tgz", - "integrity": "sha512-yaQ9cB89c17PUb0x6UfWRs7kQCorVdHlutU1boVPEsB8IDZH6n9tHxMacc3y0JoXOJUsZb/t/Mb8FUWMKaM7iQ==", "dev": true, "license": "MIT", "dependencies": { @@ -15961,8 +13689,6 @@ }, "node_modules/react-transition-group": { "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", @@ -15977,8 +13703,6 @@ }, "node_modules/reactifex": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/reactifex/-/reactifex-1.1.1.tgz", - "integrity": "sha512-HH2N/b5tRxh7ypIgCRsiBl/CTxRkTEPf9DhIstaM6hne4WiwM5/bBbWuvVlRZc/i3FdqZED3pZ//6n4mtxma4w==", "dev": true, "license": "MIT", "bin": { @@ -15987,8 +13711,6 @@ }, "node_modules/readable-stream": { "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", @@ -16001,8 +13723,6 @@ }, "node_modules/readdirp": { "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" @@ -16013,8 +13733,6 @@ }, "node_modules/rechoir": { "version": "0.8.0", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz", - "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==", "license": "MIT", "dependencies": { "resolve": "^1.20.0" @@ -16025,8 +13743,6 @@ }, "node_modules/recursive-readdir": { "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" @@ -16037,8 +13753,6 @@ }, "node_modules/redent": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", - "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", "dev": true, "license": "MIT", "dependencies": { @@ -16051,8 +13765,6 @@ }, "node_modules/redux": { "version": "4.2.1", - "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz", - "integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2" @@ -16060,8 +13772,6 @@ }, "node_modules/redux-thunk": { "version": "2.4.2", - "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz", - "integrity": "sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==", "license": "MIT", "peerDependencies": { "redux": "^4" @@ -16069,14 +13779,10 @@ }, "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==", "license": "MIT" }, "node_modules/regenerate-unicode-properties": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", - "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", + "version": "10.1.1", "license": "MIT", "dependencies": { "regenerate": "^1.4.2" @@ -16087,14 +13793,10 @@ }, "node_modules/regenerator-runtime": { "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", "license": "MIT" }, "node_modules/regenerator-transform": { "version": "0.15.2", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", - "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.8.4" @@ -16102,20 +13804,16 @@ }, "node_modules/regex-parser": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.3.0.tgz", - "integrity": "sha512-TVILVSz2jY5D47F4mA4MppkBrafEaiUWJO/TcZHEIuI13AqoZMkK1WMA4Om1YkYbTx+9Ki1/tSUXbceyr9saRg==", "license": "MIT" }, "node_modules/regexp.prototype.flags": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.3.tgz", - "integrity": "sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==", + "version": "1.5.2", "license": "MIT", "dependencies": { - "call-bind": "^1.0.7", + "call-bind": "^1.0.6", "define-properties": "^1.2.1", "es-errors": "^1.3.0", - "set-function-name": "^2.0.2" + "set-function-name": "^2.0.1" }, "engines": { "node": ">= 0.4" @@ -16125,15 +13823,13 @@ } }, "node_modules/regexpu-core": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.1.1.tgz", - "integrity": "sha512-k67Nb9jvwJcJmVpw0jPttR1/zVfnKf8Km0IPatrU/zJ5XeG3+Slx0xLXs9HByJSzXzrlz5EDvN6yLNMDc2qdnw==", + "version": "5.3.2", "license": "MIT", "dependencies": { + "@babel/regjsgen": "^0.8.0", "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.2.0", - "regjsgen": "^0.8.0", - "regjsparser": "^0.11.0", + "regenerate-unicode-properties": "^10.1.0", + "regjsparser": "^0.9.1", "unicode-match-property-ecmascript": "^2.0.0", "unicode-match-property-value-ecmascript": "^2.1.0" }, @@ -16141,28 +13837,24 @@ "node": ">=4" } }, - "node_modules/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", - "license": "MIT" - }, "node_modules/regjsparser": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.11.2.tgz", - "integrity": "sha512-3OGZZ4HoLJkkAZx/48mTXJNlmqTGOzc0o9OWQPuWpkOlXXPbyN6OafCcoXUnBqE2D3f/T5L+pWc1kdEmnfnRsA==", + "version": "0.9.1", "license": "BSD-2-Clause", "dependencies": { - "jsesc": "~3.0.2" + "jsesc": "~0.5.0" }, "bin": { "regjsparser": "bin/parser" } }, + "node_modules/regjsparser/node_modules/jsesc": { + "version": "0.5.0", + "bin": { + "jsesc": "bin/jsesc" + } + }, "node_modules/relateurl": { "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" @@ -16170,8 +13862,6 @@ }, "node_modules/renderkid": { "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", @@ -16183,8 +13873,6 @@ }, "node_modules/require-directory": { "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" @@ -16192,8 +13880,6 @@ }, "node_modules/require-from-string": { "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" @@ -16201,27 +13887,20 @@ }, "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==", "license": "MIT" }, "node_modules/reselect": { "version": "4.1.8", - "resolved": "https://registry.npmjs.org/reselect/-/reselect-4.1.8.tgz", - "integrity": "sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ==", "license": "MIT" }, "node_modules/resize-observer-polyfill": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz", "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==", - "dev": true, - "license": "MIT" + "dev": true }, "node_modules/resolve": { "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", "license": "MIT", "dependencies": { "is-core-module": "^2.13.0", @@ -16237,8 +13916,6 @@ }, "node_modules/resolve-cwd": { "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" @@ -16249,8 +13926,6 @@ }, "node_modules/resolve-from": { "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" @@ -16258,14 +13933,10 @@ }, "node_modules/resolve-pathname": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz", - "integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==", "license": "MIT" }, "node_modules/resolve-url-loader": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz", - "integrity": "sha512-uZtduh8/8srhBoMx//5bwqjQ+rfYOUq8zC9NrMUGtjBiGTtFJM42s58/36+hTqeqINcnYe08Nj3LkK9lW4N8Xg==", "license": "MIT", "dependencies": { "adjust-sourcemap-loader": "^4.0.0", @@ -16278,16 +13949,8 @@ "node": ">=12" } }, - "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==", - "license": "MIT" - }, "node_modules/resolve-url-loader/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" @@ -16295,8 +13958,6 @@ }, "node_modules/resolve.exports": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", - "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", "license": "MIT", "engines": { "node": ">=10" @@ -16304,8 +13965,6 @@ }, "node_modules/restore-cursor": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", "license": "MIT", "dependencies": { "onetime": "^5.1.0", @@ -16317,8 +13976,6 @@ }, "node_modules/retry": { "version": "0.13.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", - "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", "license": "MIT", "engines": { "node": ">= 4" @@ -16326,8 +13983,6 @@ }, "node_modules/reusify": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "license": "MIT", "engines": { "iojs": ">=1.0.0", @@ -16336,9 +13991,6 @@ }, "node_modules/rimraf": { "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", "license": "ISC", "dependencies": { "glob": "^7.1.3" @@ -16349,8 +14001,6 @@ }, "node_modules/rosie": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/rosie/-/rosie-2.1.1.tgz", - "integrity": "sha512-2AXB7WrIZXtKMZ6Q/PlozqPF5nu/x7NEvRJZOblrJuprrPfm5gL8JVvJPj9aaib9F8IUALnLUFhzXrwEtnI5cQ==", "license": "MIT", "engines": { "node": ">=10" @@ -16358,8 +14008,6 @@ }, "node_modules/rtlcss": { "version": "4.1.1", - "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.1.1.tgz", - "integrity": "sha512-/oVHgBtnPNcggP2aVXQjSy6N1mMAfHg4GSag0QtZBlD5bdDgAHwr4pydqJGd+SUCu9260+Pjqbjwtvu7EMH1KQ==", "license": "MIT", "dependencies": { "escalade": "^3.1.1", @@ -16376,8 +14024,6 @@ }, "node_modules/run-async": { "version": "2.4.1", - "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", - "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", "license": "MIT", "engines": { "node": ">=0.12.0" @@ -16385,8 +14031,6 @@ }, "node_modules/run-parallel": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", "funding": [ { "type": "github", @@ -16408,8 +14052,6 @@ }, "node_modules/rxjs": { "version": "7.8.1", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", - "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" @@ -16417,8 +14059,6 @@ }, "node_modules/safe-array-concat": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz", - "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==", "license": "MIT", "dependencies": { "call-bind": "^1.0.7", @@ -16435,8 +14075,6 @@ }, "node_modules/safe-buffer": { "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "funding": [ { "type": "github", @@ -16455,8 +14093,6 @@ }, "node_modules/safe-regex-test": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz", - "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==", "license": "MIT", "dependencies": { "call-bind": "^1.0.6", @@ -16472,14 +14108,10 @@ }, "node_modules/safer-buffer": { "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", "license": "MIT" }, "node_modules/sass": { "version": "1.69.7", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.7.tgz", - "integrity": "sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ==", "license": "MIT", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -16495,8 +14127,6 @@ }, "node_modules/sass-loader": { "version": "13.3.3", - "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-13.3.3.tgz", - "integrity": "sha512-mt5YN2F1MOZr3d/wBRcZxeFgwgkH44wVc2zohO2YF6JiOMkiXe4BYRZpSu2sO1g71mo/j16txzUhsKZlqjVGzA==", "license": "MIT", "dependencies": { "neo-async": "^2.6.2" @@ -16532,8 +14162,6 @@ }, "node_modules/saxes": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz", - "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==", "license": "ISC", "dependencies": { "xmlchars": "^2.2.0" @@ -16544,8 +14172,6 @@ }, "node_modules/scheduler": { "version": "0.20.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz", - "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==", "license": "MIT", "dependencies": { "loose-envify": "^1.1.0", @@ -16553,68 +14179,27 @@ } }, "node_modules/schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", + "version": "3.3.0", "license": "MIT", "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" }, "engines": { - "node": ">= 12.13.0" + "node": ">= 10.13.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/webpack" } }, - "node_modules/schema-utils/node_modules/ajv": { - "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", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/schema-utils/node_modules/ajv-keywords": { - "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" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "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==", - "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==", "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", @@ -16626,17 +14211,13 @@ }, "node_modules/semver": { "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" } }, "node_modules/send": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", - "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", + "version": "0.18.0", "license": "MIT", "dependencies": { "debug": "2.6.9", @@ -16659,8 +14240,6 @@ }, "node_modules/send/node_modules/debug": { "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" @@ -16668,23 +14247,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==", "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" - } + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "license": "MIT" }, "node_modules/serialize-javascript": { "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" @@ -16692,8 +14262,6 @@ }, "node_modules/serve-index": { "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", @@ -16710,8 +14278,6 @@ }, "node_modules/serve-index/node_modules/debug": { "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" @@ -16719,8 +14285,6 @@ }, "node_modules/serve-index/node_modules/depd": { "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" @@ -16728,8 +14292,6 @@ }, "node_modules/serve-index/node_modules/http-errors": { "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", @@ -16743,41 +14305,31 @@ }, "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==", "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==", "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==", "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" } }, "node_modules/serve-static": { - "version": "1.16.2", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz", - "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", + "version": "1.15.0", "license": "MIT", "dependencies": { - "encodeurl": "~2.0.0", + "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "parseurl": "~1.3.3", - "send": "0.19.0" + "send": "0.18.0" }, "engines": { "node": ">= 0.8.0" @@ -16785,8 +14337,6 @@ }, "node_modules/set-function-length": { "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", @@ -16802,8 +14352,6 @@ }, "node_modules/set-function-name": { "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", @@ -16817,14 +14365,10 @@ }, "node_modules/setprototypeof": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", "license": "ISC" }, "node_modules/shallow-clone": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", "license": "MIT", "dependencies": { "kind-of": "^6.0.2" @@ -16834,15 +14378,11 @@ } }, "node_modules/shallow-equal": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/shallow-equal/-/shallow-equal-3.1.0.tgz", - "integrity": "sha512-pfVOw8QZIXpMbhBWvzBISicvToTiM5WBF1EeAUZDDSb5Dt29yl4AYbyywbJFSEsRUMr7gJaxqCdr4L3tQf9wVg==", + "version": "1.2.1", "license": "MIT" }, "node_modules/sharp": { "version": "0.32.6", - "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.6.tgz", - "integrity": "sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -16862,11 +14402,22 @@ "url": "https://opencollective.com/libvips" } }, + "node_modules/sharp/node_modules/lru-cache": { + "version": "6.0.0", + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/sharp/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "version": "7.6.0", "license": "ISC", + "dependencies": { + "lru-cache": "^6.0.0" + }, "bin": { "semver": "bin/semver.js" }, @@ -16874,10 +14425,12 @@ "node": ">=10" } }, + "node_modules/sharp/node_modules/yallist": { + "version": "4.0.0", + "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" @@ -16888,8 +14441,6 @@ }, "node_modules/shebang-regex": { "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" @@ -16897,17 +14448,20 @@ }, "node_modules/shell-quote": { "version": "1.8.1", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", - "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/shellwords": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", + "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==", + "optional": true, + "peer": true + }, "node_modules/side-channel": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", - "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", "license": "MIT", "dependencies": { "call-bind": "^1.0.7", @@ -16924,14 +14478,10 @@ }, "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==", "license": "ISC" }, "node_modules/simple-concat": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", - "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==", "funding": [ { "type": "github", @@ -16950,8 +14500,6 @@ }, "node_modules/simple-get": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz", - "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==", "funding": [ { "type": "github", @@ -16975,8 +14523,6 @@ }, "node_modules/simple-swizzle": { "version": "0.2.2", - "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", - "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", "license": "MIT", "dependencies": { "is-arrayish": "^0.3.1" @@ -16984,14 +14530,10 @@ }, "node_modules/simple-swizzle/node_modules/is-arrayish": { "version": "0.3.2", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", - "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", "license": "MIT" }, "node_modules/sirv": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz", - "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==", "license": "MIT", "dependencies": { "@polka/url": "^1.0.0-next.24", @@ -17004,14 +14546,10 @@ }, "node_modules/sisteransi": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", "license": "MIT" }, "node_modules/slash": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", "license": "MIT", "engines": { "node": ">=6" @@ -17019,8 +14557,6 @@ }, "node_modules/snake-case": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz", - "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==", "license": "MIT", "dependencies": { "dot-case": "^3.0.4", @@ -17029,8 +14565,6 @@ }, "node_modules/sockjs": { "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", @@ -17040,8 +14574,6 @@ }, "node_modules/sockjs/node_modules/uuid": { "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" @@ -17049,23 +14581,17 @@ }, "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==", "license": "MIT" }, "node_modules/source-map": { "version": "0.7.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", "license": "BSD-3-Clause", "engines": { "node": ">= 8" } }, "node_modules/source-map-js": { - "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==", + "version": "1.2.0", "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -17073,8 +14599,6 @@ }, "node_modules/source-map-loader": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-4.0.2.tgz", - "integrity": "sha512-oYwAqCuL0OZhBoSgmdrLa7mv9MjommVMiQIWgcztf+eS4+8BfcUee6nenFnDhKOhzAVnk5gpZdfnz1iiBv+5sg==", "license": "MIT", "dependencies": { "iconv-lite": "^0.6.3", @@ -17091,22 +14615,8 @@ "webpack": "^5.72.1" } }, - "node_modules/source-map-loader/node_modules/iconv-lite": { - "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" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/source-map-support": { "version": "0.5.13", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", - "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", @@ -17115,8 +14625,6 @@ }, "node_modules/source-map-support/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" @@ -17124,8 +14632,6 @@ }, "node_modules/spdy": { "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", @@ -17140,8 +14646,6 @@ }, "node_modules/spdy-transport": { "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", @@ -17154,8 +14658,6 @@ }, "node_modules/split-on-first": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz", - "integrity": "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==", "license": "MIT", "engines": { "node": ">=6" @@ -17163,14 +14665,10 @@ }, "node_modules/sprintf-js": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", "license": "BSD-3-Clause" }, "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" @@ -17181,8 +14679,6 @@ }, "node_modules/stack-utils/node_modules/escape-string-regexp": { "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" @@ -17190,14 +14686,10 @@ }, "node_modules/stackframe": { "version": "1.3.4", - "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz", - "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==", "license": "MIT" }, "node_modules/statuses": { "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" @@ -17205,8 +14697,6 @@ }, "node_modules/stop-iteration-iterator": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz", - "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==", "license": "MIT", "dependencies": { "internal-slot": "^1.0.4" @@ -17216,14 +14706,11 @@ } }, "node_modules/streamx": { - "version": "2.20.1", - "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.20.1.tgz", - "integrity": "sha512-uTa0mU6WUC65iUvzKH4X9hEdvSW7rbPxPtwfWiLMSj3qTdQbAiUboZTxauKfpFuGIGa1C2BYijZ7wgdUXICJhA==", + "version": "2.16.1", "license": "MIT", "dependencies": { - "fast-fifo": "^1.3.2", - "queue-tick": "^1.0.1", - "text-decoder": "^1.1.0" + "fast-fifo": "^1.1.0", + "queue-tick": "^1.0.1" }, "optionalDependencies": { "bare-events": "^2.2.0" @@ -17231,8 +14718,6 @@ }, "node_modules/strict-uri-encode": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz", - "integrity": "sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==", "license": "MIT", "engines": { "node": ">=4" @@ -17240,8 +14725,6 @@ }, "node_modules/string_decoder": { "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" @@ -17249,8 +14732,6 @@ }, "node_modules/string-length": { "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", @@ -17262,8 +14743,6 @@ }, "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", @@ -17276,14 +14755,10 @@ }, "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==", "license": "MIT" }, "node_modules/string.prototype.matchall": { "version": "4.0.11", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz", - "integrity": "sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==", "license": "MIT", "dependencies": { "call-bind": "^1.0.7", @@ -17308,8 +14783,6 @@ }, "node_modules/string.prototype.trim": { "version": "1.2.9", - "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz", - "integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==", "license": "MIT", "dependencies": { "call-bind": "^1.0.7", @@ -17326,8 +14799,6 @@ }, "node_modules/string.prototype.trimend": { "version": "1.0.8", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz", - "integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==", "license": "MIT", "dependencies": { "call-bind": "^1.0.7", @@ -17340,8 +14811,6 @@ }, "node_modules/string.prototype.trimstart": { "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", @@ -17357,8 +14826,6 @@ }, "node_modules/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" @@ -17369,8 +14836,6 @@ }, "node_modules/strip-bom": { "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" @@ -17378,8 +14843,6 @@ }, "node_modules/strip-final-newline": { "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" @@ -17387,8 +14850,6 @@ }, "node_modules/strip-indent": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", - "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", "dev": true, "license": "MIT", "dependencies": { @@ -17400,8 +14861,6 @@ }, "node_modules/strip-json-comments": { "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" @@ -17412,8 +14871,6 @@ }, "node_modules/style-loader": { "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" @@ -17428,8 +14885,6 @@ }, "node_modules/stylehacks": { "version": "6.1.1", - "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-6.1.1.tgz", - "integrity": "sha512-gSTTEQ670cJNoaeIp9KX6lZmm8LJ3jPB5yJmX8Zq/wQxOsAFXV3qjWzHas3YYk1qesuVIyYWWUpZ0vSE/dTSGg==", "license": "MIT", "dependencies": { "browserslist": "^4.23.0", @@ -17443,41 +14898,73 @@ } }, "node_modules/superagent": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/superagent/-/superagent-10.1.1.tgz", - "integrity": "sha512-9pIwrHrOj3uAnqg9gDlW7EA2xv+N5au/dSM0kM22HTqmUu8jBxNT+8uA7tA3UoCnmiqzpSbu8rasIUZvbyamMQ==", + "version": "3.8.3", "license": "MIT", "dependencies": { - "component-emitter": "^1.3.0", - "cookiejar": "^2.1.4", - "debug": "^4.3.4", - "fast-safe-stringify": "^2.1.1", - "form-data": "^4.0.0", - "formidable": "^3.5.2", - "methods": "^1.1.2", - "mime": "2.6.0", - "qs": "^6.11.0" + "component-emitter": "^1.2.0", + "cookiejar": "^2.1.0", + "debug": "^3.1.0", + "extend": "^3.0.0", + "form-data": "^2.3.1", + "formidable": "^1.2.0", + "methods": "^1.1.1", + "mime": "^1.4.1", + "qs": "^6.5.1", + "readable-stream": "^2.3.5" + }, + "engines": { + "node": ">= 4.0" + } + }, + "node_modules/superagent/node_modules/debug": { + "version": "3.2.7", + "license": "MIT", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/superagent/node_modules/form-data": { + "version": "2.5.1", + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" }, "engines": { - "node": ">=14.18.0" + "node": ">= 0.12" + } + }, + "node_modules/superagent/node_modules/isarray": { + "version": "1.0.0", + "license": "MIT" + }, + "node_modules/superagent/node_modules/readable-stream": { + "version": "2.3.8", + "license": "MIT", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" } }, - "node_modules/superagent/node_modules/mime": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", + "node_modules/superagent/node_modules/safe-buffer": { + "version": "5.1.2", + "license": "MIT" + }, + "node_modules/superagent/node_modules/string_decoder": { + "version": "1.1.1", "license": "MIT", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4.0.0" + "dependencies": { + "safe-buffer": "~5.1.0" } }, "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" @@ -17488,8 +14975,6 @@ }, "node_modules/supports-preserve-symlinks-flag": { "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" @@ -17500,14 +14985,10 @@ }, "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==", "license": "MIT" }, "node_modules/svgo": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz", - "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==", + "version": "3.2.0", "license": "MIT", "dependencies": { "@trysound/sax": "0.2.0", @@ -17531,8 +15012,6 @@ }, "node_modules/svgo/node_modules/commander": { "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" @@ -17540,8 +15019,6 @@ }, "node_modules/svgo/node_modules/css-select": { "version": "5.1.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", - "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", "license": "BSD-2-Clause", "dependencies": { "boolbase": "^1.0.0", @@ -17556,8 +15033,6 @@ }, "node_modules/svgo/node_modules/dom-serializer": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", - "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", "license": "MIT", "dependencies": { "domelementtype": "^2.3.0", @@ -17570,8 +15045,6 @@ }, "node_modules/svgo/node_modules/domhandler": { "version": "5.0.3", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", - "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", "license": "BSD-2-Clause", "dependencies": { "domelementtype": "^2.3.0" @@ -17585,8 +15058,6 @@ }, "node_modules/svgo/node_modules/domutils": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", - "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", "license": "BSD-2-Clause", "dependencies": { "dom-serializer": "^2.0.0", @@ -17599,20 +15070,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==", "license": "MIT" }, "node_modules/tabbable": { "version": "5.3.3", - "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-5.3.3.tgz", - "integrity": "sha512-QD9qKY3StfbZqWOPLp0++pOrAVb/HbUi5xCc8cUo4XjP19808oaMiDzn0leBY5mCespIBM0CIZePzZjgzR83kA==", "license": "MIT" }, "node_modules/tapable": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", "license": "MIT", "engines": { "node": ">=6" @@ -17620,8 +15085,6 @@ }, "node_modules/tar-fs": { "version": "3.0.6", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.6.tgz", - "integrity": "sha512-iokBDQQkUyeXhgPYaZxmczGPhnhXZ0CmrqI+MOb/WFGS9DW5wnfrLgtjUJBvz50vQ3qfRwJ62QVoCFu8mPVu5w==", "license": "MIT", "dependencies": { "pump": "^3.0.0", @@ -17634,8 +15097,6 @@ }, "node_modules/tar-stream": { "version": "3.1.7", - "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz", - "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==", "license": "MIT", "dependencies": { "b4a": "^1.6.4", @@ -17644,9 +15105,7 @@ } }, "node_modules/terser": { - "version": "5.36.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.36.0.tgz", - "integrity": "sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==", + "version": "5.31.0", "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", @@ -17663,8 +15122,6 @@ }, "node_modules/terser-webpack-plugin": { "version": "5.3.10", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", - "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.20", @@ -17697,8 +15154,6 @@ }, "node_modules/terser-webpack-plugin/node_modules/jest-worker": { "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": "*", @@ -17709,28 +15164,8 @@ "node": ">= 10.13.0" } }, - "node_modules/terser-webpack-plugin/node_modules/schema-utils": { - "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", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, "node_modules/terser-webpack-plugin/node_modules/supports-color": { "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" @@ -17744,14 +15179,10 @@ }, "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==", "license": "MIT" }, "node_modules/terser/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" @@ -17759,8 +15190,6 @@ }, "node_modules/terser/node_modules/source-map-support": { "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", @@ -17769,8 +15198,6 @@ }, "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", @@ -17781,52 +15208,32 @@ "node": ">=8" } }, - "node_modules/text-decoder": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.1.tgz", - "integrity": "sha512-x9v3H/lTKIJKQQe7RPQkLfKAnc9lUTkWDypIQgTzPJAq+5/GCDHonmshfvlsNSj58yyshbIJJDLmU15qNERrXQ==", - "license": "Apache-2.0" - }, "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==", "license": "MIT" }, "node_modules/through": { "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", "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==", "license": "MIT" }, "node_modules/timeago.js": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/timeago.js/-/timeago.js-4.0.2.tgz", - "integrity": "sha512-a7wPxPdVlQL7lqvitHGGRsofhdwtkoSXPGATFuSOA2i1ZNQEPLrGnj68vOp2sOJTCFAQVXPeNMX/GctBaO9L2w==", "license": "MIT" }, "node_modules/tiny-invariant": { "version": "1.3.3", - "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz", - "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==", "license": "MIT" }, "node_modules/tiny-warning": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", - "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==", "license": "MIT" }, "node_modules/tmp": { "version": "0.0.33", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", - "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", "license": "MIT", "dependencies": { "os-tmpdir": "~1.0.2" @@ -17837,14 +15244,17 @@ }, "node_modules/tmpl": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", - "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", "license": "BSD-3-Clause" }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, "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" @@ -17855,8 +15265,6 @@ }, "node_modules/toidentifier": { "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" @@ -17864,17 +15272,13 @@ }, "node_modules/totalist": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", - "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/tough-cookie": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", - "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", + "version": "4.1.3", "license": "BSD-3-Clause", "dependencies": { "psl": "^1.1.33", @@ -17888,8 +15292,6 @@ }, "node_modules/tough-cookie/node_modules/universalify": { "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" @@ -17897,8 +15299,6 @@ }, "node_modules/tr46": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", - "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", "license": "MIT", "dependencies": { "punycode": "^2.1.1" @@ -17909,8 +15309,6 @@ }, "node_modules/ts-api-utils": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz", - "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==", "license": "MIT", "engines": { "node": ">=16" @@ -17921,8 +15319,6 @@ }, "node_modules/ts-jest": { "version": "29.1.4", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.4.tgz", - "integrity": "sha512-YiHwDhSvCiItoAgsKtoLFCuakDzDsJ1DLDnSouTaTmdOcOwIkSzbLXduaQ6M5DRVhuZC/NYaaZ/mtHbWMv/S6Q==", "license": "MIT", "dependencies": { "bs-logger": "0.x", @@ -17966,11 +15362,22 @@ } } }, + "node_modules/ts-jest/node_modules/lru-cache": { + "version": "6.0.0", + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/ts-jest/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "version": "7.6.0", "license": "ISC", + "dependencies": { + "lru-cache": "^6.0.0" + }, "bin": { "semver": "bin/semver.js" }, @@ -17978,10 +15385,12 @@ "node": ">=10" } }, + "node_modules/ts-jest/node_modules/yallist": { + "version": "4.0.0", + "license": "ISC" + }, "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", @@ -17992,8 +15401,6 @@ }, "node_modules/tsconfig-paths/node_modules/json5": { "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" @@ -18004,23 +15411,17 @@ }, "node_modules/tsconfig-paths/node_modules/strip-bom": { "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" } }, "node_modules/tslib": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz", - "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==", + "version": "2.6.2", "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" @@ -18034,14 +15435,10 @@ }, "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==", "license": "0BSD" }, "node_modules/tunnel-agent": { "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", "license": "Apache-2.0", "dependencies": { "safe-buffer": "^5.0.1" @@ -18052,8 +15449,6 @@ }, "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" @@ -18064,8 +15459,6 @@ }, "node_modules/type-detect": { "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" @@ -18073,8 +15466,6 @@ }, "node_modules/type-fest": { "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" @@ -18085,8 +15476,6 @@ }, "node_modules/type-is": { "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", @@ -18098,8 +15487,6 @@ }, "node_modules/typed-array-buffer": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz", - "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==", "license": "MIT", "dependencies": { "call-bind": "^1.0.7", @@ -18112,8 +15499,6 @@ }, "node_modules/typed-array-byte-length": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz", - "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==", "license": "MIT", "dependencies": { "call-bind": "^1.0.7", @@ -18131,8 +15516,6 @@ }, "node_modules/typed-array-byte-offset": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz", - "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==", "license": "MIT", "dependencies": { "available-typed-arrays": "^1.0.7", @@ -18151,8 +15534,6 @@ }, "node_modules/typed-array-length": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz", - "integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==", "license": "MIT", "dependencies": { "call-bind": "^1.0.7", @@ -18171,8 +15552,6 @@ }, "node_modules/typescript": { "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", @@ -18184,8 +15563,6 @@ }, "node_modules/unbox-primitive": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", - "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", "license": "MIT", "dependencies": { "call-bind": "^1.0.2", @@ -18199,8 +15576,6 @@ }, "node_modules/uncontrollable": { "version": "7.2.1", - "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-7.2.1.tgz", - "integrity": "sha512-svtcfoTADIB0nT9nltgjujTi7BzVmwjZClOmskKu/E8FW9BXzg9os8OLr4f8Dlnk0rYWJIWr4wv9eKUXiQvQwQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.6.3", @@ -18213,15 +15588,11 @@ } }, "node_modules/undici-types": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "version": "5.26.5", "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==", + "version": "2.0.0", "license": "MIT", "engines": { "node": ">=4" @@ -18229,23 +15600,13 @@ }, "node_modules/unicode-emoji-utils": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/unicode-emoji-utils/-/unicode-emoji-utils-1.2.0.tgz", - "integrity": "sha512-djUB91p/6oYpgps4W5K/MAvM+UspoAANHSUW495BrxeLRoned3iNPEDQgrKx9LbLq93VhNz0NWvI61vcfrwYoA==", "license": "MIT", "dependencies": { "emoji-regex": "10.3.0" } }, - "node_modules/unicode-emoji-utils/node_modules/emoji-regex": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz", - "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==", - "license": "MIT" - }, "node_modules/unicode-match-property-ecmascript": { "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", @@ -18256,9 +15617,7 @@ } }, "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", - "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", + "version": "2.1.0", "license": "MIT", "engines": { "node": ">=4" @@ -18266,8 +15625,6 @@ }, "node_modules/unicode-property-aliases-ecmascript": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", "license": "MIT", "engines": { "node": ">=4" @@ -18275,8 +15632,6 @@ }, "node_modules/universal-cookie": { "version": "4.0.4", - "resolved": "https://registry.npmjs.org/universal-cookie/-/universal-cookie-4.0.4.tgz", - "integrity": "sha512-lbRVHoOMtItjWbM7TwDLdl8wug7izB0tq3/YVKhT/ahB4VDvWMyvnADfnJI8y6fSvsjh51Ix7lTGC6Tn4rMPhw==", "license": "MIT", "dependencies": { "@types/cookie": "^0.3.3", @@ -18285,8 +15640,6 @@ }, "node_modules/universal-cookie/node_modules/cookie": { "version": "0.4.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", - "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", "license": "MIT", "engines": { "node": ">= 0.6" @@ -18294,8 +15647,6 @@ }, "node_modules/universalify": { "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" @@ -18303,17 +15654,13 @@ }, "node_modules/unpipe": { "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" } }, "node_modules/update-browserslist-db": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz", - "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==", + "version": "1.0.13", "funding": [ { "type": "opencollective", @@ -18330,8 +15677,8 @@ ], "license": "MIT", "dependencies": { - "escalade": "^3.2.0", - "picocolors": "^1.1.0" + "escalade": "^3.1.1", + "picocolors": "^1.0.0" }, "bin": { "update-browserslist-db": "cli.js" @@ -18342,8 +15689,6 @@ }, "node_modules/uri-js": { "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" @@ -18351,8 +15696,6 @@ }, "node_modules/url-loader": { "version": "4.1.1", - "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz", - "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==", "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", @@ -18376,28 +15719,8 @@ } } }, - "node_modules/url-loader/node_modules/schema-utils": { - "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", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, "node_modules/url-parse": { "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", @@ -18406,8 +15729,6 @@ }, "node_modules/use-callback-ref": { "version": "1.3.2", - "resolved": "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.2.tgz", - "integrity": "sha512-elOQwe6Q8gqZgDA8mrh44qRTQqpIHDcZ3hXTLjBe1i4ph8XpNJnO+aQf3NaG+lriLopI4HMx9VjQLfPQ6vhnoA==", "license": "MIT", "dependencies": { "tslib": "^2.0.0" @@ -18427,8 +15748,6 @@ }, "node_modules/use-sidecar": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/use-sidecar/-/use-sidecar-1.1.2.tgz", - "integrity": "sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==", "license": "MIT", "dependencies": { "detect-node-es": "^1.1.0", @@ -18447,32 +15766,16 @@ } } }, - "node_modules/use-sync-external-store": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.2.tgz", - "integrity": "sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==", - "license": "MIT", - "peer": true, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" - } - }, "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==", "license": "MIT" }, "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==", "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" @@ -18480,8 +15783,6 @@ }, "node_modules/uuid": { "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" @@ -18492,9 +15793,7 @@ } }, "node_modules/v8-to-istanbul": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz", - "integrity": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==", + "version": "9.2.0", "license": "ISC", "dependencies": { "@jridgewell/trace-mapping": "^0.3.12", @@ -18505,16 +15804,16 @@ "node": ">=10.12.0" } }, + "node_modules/v8-to-istanbul/node_modules/convert-source-map": { + "version": "2.0.0", + "license": "MIT" + }, "node_modules/value-equal": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz", - "integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==", "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" @@ -18522,8 +15821,6 @@ }, "node_modules/w3c-xmlserializer": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz", - "integrity": "sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==", "license": "MIT", "dependencies": { "xml-name-validator": "^4.0.0" @@ -18534,8 +15831,6 @@ }, "node_modules/walker": { "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" @@ -18543,17 +15838,13 @@ }, "node_modules/warning": { "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" } }, "node_modules/watchpack": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz", - "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==", + "version": "2.4.1", "license": "MIT", "dependencies": { "glob-to-regexp": "^0.4.1", @@ -18565,8 +15856,6 @@ }, "node_modules/wbuf": { "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" @@ -18574,8 +15863,6 @@ }, "node_modules/wcwidth": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", - "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", "license": "MIT", "dependencies": { "defaults": "^1.0.3" @@ -18583,28 +15870,25 @@ }, "node_modules/webidl-conversions": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", - "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", "license": "BSD-2-Clause", "engines": { "node": ">=12" } }, "node_modules/webpack": { - "version": "5.95.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.95.0.tgz", - "integrity": "sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q==", + "version": "5.91.0", "license": "MIT", "dependencies": { + "@types/eslint-scope": "^3.7.3", "@types/estree": "^1.0.5", "@webassemblyjs/ast": "^1.12.1", "@webassemblyjs/wasm-edit": "^1.12.1", "@webassemblyjs/wasm-parser": "^1.12.1", "acorn": "^8.7.1", - "acorn-import-attributes": "^1.9.5", + "acorn-import-assertions": "^1.9.0", "browserslist": "^4.21.10", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.17.1", + "enhanced-resolve": "^5.16.0", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", @@ -18638,8 +15922,6 @@ }, "node_modules/webpack-bundle-analyzer": { "version": "4.10.2", - "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.10.2.tgz", - "integrity": "sha512-vJptkMm9pk5si4Bv922ZbKLV8UTT4zib4FPgXMhgzUny0bfDDkLXAVQs3ly3fS4/TN9ROFtb0NFrm04UXFE/Vw==", "license": "MIT", "dependencies": { "@discoveryjs/json-ext": "0.5.7", @@ -18664,38 +15946,13 @@ }, "node_modules/webpack-bundle-analyzer/node_modules/commander": { "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" } }, - "node_modules/webpack-bundle-analyzer/node_modules/ws": { - "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" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, "node_modules/webpack-cli": { "version": "5.1.4", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-5.1.4.tgz", - "integrity": "sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==", "license": "MIT", "dependencies": { "@discoveryjs/json-ext": "^0.5.0", @@ -18739,8 +15996,6 @@ }, "node_modules/webpack-cli/node_modules/commander": { "version": "10.0.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", - "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", "license": "MIT", "engines": { "node": ">=14" @@ -18748,8 +16003,6 @@ }, "node_modules/webpack-dev-middleware": { "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", @@ -18769,10 +16022,53 @@ "webpack": "^4.0.0 || ^5.0.0" } }, + "node_modules/webpack-dev-middleware/node_modules/ajv": { + "version": "8.13.0", + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.4.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/webpack-dev-middleware/node_modules/ajv-keywords": { + "version": "5.1.0", + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/webpack-dev-middleware/node_modules/json-schema-traverse": { + "version": "1.0.0", + "license": "MIT" + }, + "node_modules/webpack-dev-middleware/node_modules/schema-utils": { + "version": "4.2.0", + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, "node_modules/webpack-dev-server": { "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", @@ -18828,20 +16124,43 @@ } } }, + "node_modules/webpack-dev-server/node_modules/ajv": { + "version": "8.13.0", + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.4.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/webpack-dev-server/node_modules/ajv-keywords": { + "version": "5.1.0", + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, "node_modules/webpack-dev-server/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==", "license": "MIT", "engines": { "node": ">= 10" } }, + "node_modules/webpack-dev-server/node_modules/json-schema-traverse": { + "version": "1.0.0", + "license": "MIT" + }, "node_modules/webpack-dev-server/node_modules/rimraf": { "version": "3.0.2", - "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" @@ -18853,43 +16172,56 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/webpack-merge": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz", - "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==", + "node_modules/webpack-dev-server/node_modules/schema-utils": { + "version": "4.2.0", "license": "MIT", "dependencies": { - "clone-deep": "^4.0.1", - "flat": "^5.0.2", - "wildcard": "^2.0.0" + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" + }, + "engines": { + "node": ">= 12.13.0" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/webpack-dev-server/node_modules/ws": { + "version": "8.17.0", + "license": "MIT", "engines": { "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } } }, - "node_modules/webpack-remove-empty-scripts": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/webpack-remove-empty-scripts/-/webpack-remove-empty-scripts-1.0.4.tgz", - "integrity": "sha512-W/Vd94oNXMsQam+W9G+aAzGgFlX1aItcJpkG3byuHGDaxyK3H17oD/b5RcqS/ZHzStIKepksdLDznejDhDUs+Q==", - "license": "ISC", + "node_modules/webpack-merge": { + "version": "5.10.0", + "license": "MIT", "dependencies": { - "ansis": "1.5.2" + "clone-deep": "^4.0.1", + "flat": "^5.0.2", + "wildcard": "^2.0.0" }, "engines": { - "node": ">=12.14" - }, - "funding": { - "type": "patreon", - "url": "https://patreon.com/biodiscus" - }, - "peerDependencies": { - "webpack": ">=5.32.0" + "node": ">=10.0.0" } }, "node_modules/webpack-sources": { "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", @@ -18898,35 +16230,13 @@ }, "node_modules/webpack-sources/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" } }, - "node_modules/webpack/node_modules/schema-utils": { - "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", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, "node_modules/webpack/node_modules/webpack-sources": { "version": "3.2.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", "license": "MIT", "engines": { "node": ">=10.13.0" @@ -18934,8 +16244,6 @@ }, "node_modules/websocket-driver": { "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", @@ -18948,8 +16256,6 @@ }, "node_modules/websocket-extensions": { "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" @@ -18957,8 +16263,6 @@ }, "node_modules/whatwg-encoding": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz", - "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==", "license": "MIT", "dependencies": { "iconv-lite": "0.6.3" @@ -18967,22 +16271,8 @@ "node": ">=12" } }, - "node_modules/whatwg-encoding/node_modules/iconv-lite": { - "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" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/whatwg-mimetype": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", - "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==", "license": "MIT", "engines": { "node": ">=12" @@ -18990,8 +16280,6 @@ }, "node_modules/whatwg-url": { "version": "11.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz", - "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==", "license": "MIT", "dependencies": { "tr46": "^3.0.0", @@ -19003,8 +16291,6 @@ }, "node_modules/which": { "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" @@ -19018,8 +16304,6 @@ }, "node_modules/which-boxed-primitive": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", "license": "MIT", "dependencies": { "is-bigint": "^1.0.1", @@ -19033,18 +16317,13 @@ } }, "node_modules/which-collection": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", - "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", + "version": "1.0.1", "license": "MIT", "dependencies": { - "is-map": "^2.0.3", - "is-set": "^2.0.3", - "is-weakmap": "^2.0.2", - "is-weakset": "^2.0.3" - }, - "engines": { - "node": ">= 0.4" + "is-map": "^2.0.1", + "is-set": "^2.0.1", + "is-weakmap": "^2.0.1", + "is-weakset": "^2.0.1" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -19052,8 +16331,6 @@ }, "node_modules/which-typed-array": { "version": "1.1.15", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz", - "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==", "license": "MIT", "dependencies": { "available-typed-arrays": "^1.0.7", @@ -19071,23 +16348,10 @@ }, "node_modules/wildcard": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", - "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", "license": "MIT" }, - "node_modules/word-wrap": { - "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" - } - }, "node_modules/wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "version": "7.0.0", "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", @@ -19095,19 +16359,18 @@ "strip-ansi": "^6.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, "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==", "license": "ISC" }, "node_modules/write-file-atomic": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", "license": "ISC", "dependencies": { "imurmurhash": "^0.1.4", @@ -19118,16 +16381,14 @@ } }, "node_modules/ws": { - "version": "8.18.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", - "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", + "version": "7.5.9", "license": "MIT", "engines": { - "node": ">=10.0.0" + "node": ">=8.3.0" }, "peerDependencies": { "bufferutil": "^4.0.1", - "utf-8-validate": ">=5.0.2" + "utf-8-validate": "^5.0.2" }, "peerDependenciesMeta": { "bufferutil": { @@ -19140,8 +16401,6 @@ }, "node_modules/xml-name-validator": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", - "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", "license": "Apache-2.0", "engines": { "node": ">=12" @@ -19149,14 +16408,10 @@ }, "node_modules/xmlchars": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", - "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" @@ -19164,14 +16419,10 @@ }, "node_modules/yallist": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "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" @@ -19179,8 +16430,6 @@ }, "node_modules/yargs": { "version": "17.7.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", - "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", "license": "MIT", "dependencies": { "cliui": "^8.0.1", @@ -19197,8 +16446,6 @@ }, "node_modules/yargs-parser": { "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", "license": "ISC", "engines": { "node": ">=12" @@ -19206,8 +16453,6 @@ }, "node_modules/yocto-queue": { "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" diff --git a/package.json b/package.json index cb3d404c..c77c6eaf 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ "@edx/browserslist-config": "1.2.0", "@edx/frontend-platform": "^8.1.0", "@edx/reactifex": "2.2.0", + "@edx/openedx-atlas": "^0.6.0", "@openedx/frontend-build": "^14.0.10", "@testing-library/dom": "9.3.4", "@testing-library/jest-dom": "5.17.0", diff --git a/src/i18n/index.js b/src/i18n/index.js index 0336b3a2..5a752597 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -1,28 +1,15 @@ -import arMessages from './messages/ar.json'; -import frMessages from './messages/fr.json'; -import es419Messages from './messages/es_419.json'; -import zhcnMessages from './messages/zh_CN.json'; -import ptMessages from './messages/pt.json'; -import itMessages from './messages/it.json'; -import ukMessages from './messages/uk.json'; -import deMessages from './messages/de.json'; -import ruMessages from './messages/ru.json'; -import hiMessages from './messages/hi.json'; -import frCAMessages from './messages/fr_CA.json'; -// no need to import en messages-- they are in the defaultMessage field +// This file is generated by the openedx/frontend-platform's "intl-import.js" script. +// +// Refer to the i18n documents in https://docs.openedx.org/en/latest/developers/references/i18n.html to update +// the file and use the Micro-frontend i18n pattern in new repositories. +// -const messages = { - ar: arMessages, - 'es-419': es419Messages, - fr: frMessages, - 'zh-cn': zhcnMessages, - pt: ptMessages, - it: itMessages, - de: deMessages, - hi: hiMessages, - 'fr-ca': frCAMessages, - ru: ruMessages, - uk: ukMessages, -}; +import messagesFromFrontendComponentHeader from './messages/frontend-component-header'; +import messagesFromFrontendPlatform from './messages/frontend-platform'; +import messagesFromParagon from './messages/paragon'; -export default messages; +export default [ + messagesFromFrontendComponentHeader, + messagesFromFrontendPlatform, + messagesFromParagon, +]; diff --git a/src/i18n/messages/de.json b/src/i18n/messages/de.json deleted file mode 100644 index 8449db01..00000000 --- a/src/i18n/messages/de.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "header.links.courses": "Kurse", - "header.links.programs": "Programme", - "header.links.content.search": "Entdecken Sie Neues", - "header.links.schools": "Schulen & Partner", - "header.user.menu.career": "Karriere", - "header.user.menu.newAlert": "Neu", - "header.user.menu.dashboard": "Meine Kurse", - "header.user.menu.profile": "Profil", - "header.user.menu.account.settings": "Konto", - "header.user.menu.order.history": "Bestellverlauf", - "header.user.menu.logout": "Abmelden", - "header.user.menu.login": "Login", - "header.user.menu.register": "Melden Sie sich an", - "header.label.account.nav": "Konto", - "header.label.account.menu": "Konto", - "header.label.account.menu.for": "Konto für {username}", - "header.label.main.nav": "Hauptsächlich", - "header.label.main.menu": "Hauptmenü", - "header.label.main.header": "Hauptsächlich", - "header.label.secondary.nav": "Sekundarschule", - "header.label.skip.nav": "Springe zum Hauptthema", - "notification.title": "Benachrichtigungen", - "notification.today.heading": "Letzte 24 Stunden", - "notification.earlier.heading": "Früher", - "notification.mark.as.read": "Alles als gelesen markieren", - "notification.fullStop": "•", - "notification.load.more.notifications": "Weitere Benachrichtigungen laden", - "notification.feedback": "Feedback", - "notification.recent.all.message": "Das sind alle Ihre letzten Benachrichtigungen!", - "notification.expired.delete.message": "Benachrichtigungen werden nach {days} Tagen automatisch gelöscht", - "notification.no.message": "Noch keine Benachrichtigungen", - "notification.no.help.message": "Wenn Sie Benachrichtigungen erhalten, werden diese hier angezeigt", - "notification.bell.icon.alt.message": "Benachrichtigungsglockensymbol", - "general.register.sentenceCase": "Registrieren", - "general.signIn.sentenceCase": "anmelden", - "header.menu.dashboard.label": "Meine Kurse", - "header.help.label": "Hilfe", - "header.menu.profile.label": "Profil", - "header.menu.account.label": "Konto", - "header.menu.career.label": "Karriere", - "header.menu.new.label": "Neu", - "header.menu.orderHistory.label": "Bestellverlauf", - "header.navigation.skipNavLink": "Zum Inhalt springen.", - "header.menu.signOut.label": "Abmelden", - "header.user.menu.studio": "Studiohaus", - "header.user.menu.maintenance": "Wartung", - "header.label.courseOutline": "Zurück zur Kursübersicht in Studio", - "tour.action.dismiss": "Zurückweisen", - "tour.action.end": "Okay", - "tour.example.title": "Beispiel", - "tour.example.body": "Dies ist eine Beispiel" -} \ No newline at end of file diff --git a/src/i18n/messages/fr.json b/src/i18n/messages/fr.json deleted file mode 100644 index 7d2d5d5d..00000000 --- a/src/i18n/messages/fr.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "header.links.courses": "Cours", - "header.links.programs": "Programmes", - "header.links.content.search": "Explorer les cours", - "header.links.schools": "Écoles et partenaires", - "header.user.menu.career": "Carrière", - "header.user.menu.newAlert": "Nouveau", - "header.user.menu.dashboard": "Tableau de bord", - "header.user.menu.profile": "Profil", - "header.user.menu.account.settings": "Compte", - "header.user.menu.order.history": "Historique des commandes", - "header.user.menu.logout": "Déconnexion", - "header.user.menu.login": "Connexion", - "header.user.menu.register": "S'inscrire", - "header.label.account.nav": "Compte", - "header.label.account.menu": "Compte Menu", - "header.label.account.menu.for": "Compte menu pour {username}", - "header.label.main.nav": "Principal", - "header.label.main.menu": "Menu Principal", - "header.label.main.header": "Principal", - "header.label.secondary.nav": "Secondaire", - "header.label.skip.nav": "Passer au contenu principal", - "notification.title": "Notifications", - "notification.today.heading": "Dernières 24 heures", - "notification.earlier.heading": "Plus tôt", - "notification.mark.as.read": "tout marquer comme lu", - "notification.fullStop": "•", - "notification.load.more.notifications": "Charger plus de notifications", - "notification.feedback": "Commentaires", - "notification.recent.all.message": "C'est toutes vos notifications récentes !", - "notification.expired.delete.message": "Les notifications sont automatiquement effacées après {days} jours", - "notification.no.message": "Aucune notification pour l'instant", - "notification.no.help.message": "Lorsque vous recevrez des notifications, elles apparaîtront ici", - "notification.bell.icon.alt.message": "Icône de cloche de notification", - "general.register.sentenceCase": "S'inscrire", - "general.signIn.sentenceCase": "Se connecter.", - "header.menu.dashboard.label": "Tableau de bord", - "header.help.label": "Aide", - "header.menu.profile.label": "Profil", - "header.menu.account.label": "Compte", - "header.menu.career.label": "Carrière", - "header.menu.new.label": "Nouveau", - "header.menu.orderHistory.label": "Historique des commandes", - "header.navigation.skipNavLink": "Passer au contenu principal", - "header.menu.signOut.label": "Se déconnecter", - "header.user.menu.studio": "Accueil Studio", - "header.user.menu.maintenance": "Maintenance", - "header.label.courseOutline": "Retour au plan de cours dans Studio", - "tour.action.dismiss": "Ignorer", - "tour.action.end": "Okay", - "tour.example.title": "exemple de visite", - "tour.example.body": "Ceci est un exemple de visite" -} \ No newline at end of file diff --git a/src/i18n/messages/ar.json b/src/i18n/messages/frontend-component-header/ar.json similarity index 51% rename from src/i18n/messages/ar.json rename to src/i18n/messages/frontend-component-header/ar.json index 45fcb55e..079d167c 100644 --- a/src/i18n/messages/ar.json +++ b/src/i18n/messages/frontend-component-header/ar.json @@ -3,51 +3,34 @@ "header.links.programs": "البرامج", "header.links.content.search": "اكتشف الجديد", "header.links.schools": "المدارس و الشركاء", - "header.user.menu.career": "حياة مهنية", - "header.user.menu.newAlert": "جديد", "header.user.menu.dashboard": "لوحة المعلومات", "header.user.menu.profile": "الملف الشخصي", "header.user.menu.account.settings": "الحساب", - "header.user.menu.order.history": "المشتريات السابقة", + "header.user.menu.order.history": "سجل الطلبيات", "header.user.menu.logout": "تسجيل الخروج", "header.user.menu.login": "تسجيل الدخول", - "header.user.menu.register": "التسجيل ", + "header.user.menu.register": "التسجيل", + "header.user.menu.studio.home": "صفحة الاستوديو الرئيسية", + "header.user.menu.studio.maintenance": "الصيانة", "header.label.account.nav": "الحساب", "header.label.account.menu": "قائمة الحساب", "header.label.account.menu.for": "قائمة حساب المستخدم {username}", - "header.label.main.nav": "القائمة الرئيسية", + "header.label.main.nav": "القا|مة الرئيسية", "header.label.main.menu": "القائمة الرئيسية", "header.label.main.header": "الرئيسية", "header.label.secondary.nav": "القائمة الثانوية", "header.label.skip.nav": "التخطي إلى المحتوى الرئيسي", - "notification.title": "الإشعارات", - "notification.today.heading": "أخر 24 ساعه", - "notification.earlier.heading": "سابقًا", - "notification.mark.as.read": "اشر عليها بانها قرات", - "notification.fullStop": "•", - "notification.load.more.notifications": "تحميل المزيد من الإخطارات", - "notification.feedback": "تقييم", - "notification.recent.all.message": "هذا هو كل الإخطارات الأخيرة الخاصة بك!", - "notification.expired.delete.message": "يتم مسح الإشعارات تلقائيًا بعد أيام {days}", - "notification.no.message": "لا توجد إخطارات حتى الآن", - "notification.no.help.message": "عندما تتلقى إشعارات، ستظهر هنا", - "notification.bell.icon.alt.message": "أيقونة جرس الإشعارات", + "header.label.app.nav": "تطبيق", "general.register.sentenceCase": "التسجيل", "general.signIn.sentenceCase": "تسجيل الدخول", "header.menu.dashboard.label": "لوحة المعلومات", "header.help.label": "المساعدة", "header.menu.profile.label": "الملف الشخصي", "header.menu.account.label": "الحساب", - "header.menu.career.label": "حياة مهنية", - "header.menu.new.label": "جديد", - "header.menu.orderHistory.label": "المشتريات السابقة", + "header.menu.orderHistory.label": "سجل الطلبيات", "header.navigation.skipNavLink": "التخطي إلى المحتوى الرئيسي", "header.menu.signOut.label": "تسجيل الخروج", "header.user.menu.studio": "صفحة الاستوديو الرئيسية", "header.user.menu.maintenance": "الصيانة", - "header.label.courseOutline": "الرجوع إلى مخطط المساق الكلّي في الاستوديو", - "tour.action.dismiss": "تجاهل", - "tour.action.end": "حسنًا", - "tour.example.title": "جولة المثال", - "tour.example.body": "هذه جولة نموذجية" + "header.label.courseOutline": "الرجوع إلى مخطط المساق الكلّي في الاستوديو" } \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/bo.json b/src/i18n/messages/frontend-component-header/bo.json new file mode 100644 index 00000000..84dde431 --- /dev/null +++ b/src/i18n/messages/frontend-component-header/bo.json @@ -0,0 +1,35 @@ +{ + "header.links.courses": "སློབ་ཚན་ཁག", + "header.links.programs": "ལས་རིམ་ཁག", + "header.links.content.search": "ཞིབ་གཟིགས།", + "header.links.schools": "སློབ་གྲྭ་ཁག་ & མཉམ་འབྲེལ་ཁག", + "header.user.menu.dashboard": "གཙོ་ངོས།", + "header.user.menu.profile": "ངོ་སྤྲོད་སྙིང་བསྡུས།", + "header.user.menu.account.settings": "ཁ་བྱང་།", + "header.user.menu.order.history": "ལོ་རྒྱུས་ཀྱི་གོ་རིམ་སྒྲིག", + "header.user.menu.logout": "ཕྱིར་ཐོན།", + "header.user.menu.login": "ནང་འཛུལ།", + "header.user.menu.register": "ཐོ་འགོད་བྱོས།", + "header.user.menu.studio.home": "སྒྲིག་སྟེགས་གཙོ་ངོས།", + "header.label.account.nav": "ཁ་བྱང་།", + "header.label.account.menu": "ཁ་བྱང་ཐོ་གཞུང་།", + "header.label.account.menu.for": "འདིའི་ {username} ཁ་བྱང་ཐོ་གཞུང་།", + "header.label.main.nav": "གཙོ་བོ།", + "header.label.main.menu": "ཐོ་གཞུང་གཙོ་བོ།", + "header.label.main.header": "གཙོ་བོ།", + "header.label.secondary.nav": "འབྲིང་རིམ།", + "header.label.skip.nav": "ནང་དོན་གཙོ་བོའི་ཐད་ལ་མཆོང་།", + "header.label.app.nav": "མཉེན་ཆས།", + "general.register.sentenceCase": "ཐོ་འགོད།", + "general.signIn.sentenceCase": "ནང་འཛུལ།", + "header.menu.dashboard.label": "གཙོ་ངོས།", + "header.help.label": "རམ་འདེགས།", + "header.menu.profile.label": "ངོ་སྤྲོད་སྙིང་བསྡུས།", + "header.menu.account.label": "ཁ་བྱང་།", + "header.menu.orderHistory.label": "ལོ་རྒྱུས་ཀྱི་གོ་རིམ་སྒྲིག", + "header.navigation.skipNavLink": "ནང་དོན་གཙོ་བོའི་ཐད་ལ་མཆོང་།", + "header.menu.signOut.label": "ཕྱིར་ཐོན།", + "header.user.menu.studio": "སྒྲིག་སྟེགས་གཙོ་ངོས།", + "header.label.courseOutline": "སྒྲིག་སྟེགས་ནང་གི་སློབ་ཚན་གྱི་སྡེ་ཚན་ས་བཅད་ཀྱི་མཚམས་སུ་ཕྱིར་ལོག", + "header.label.search.nav": "ནང་དོན་འཚོལ་བཤེར།" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/da.json b/src/i18n/messages/frontend-component-header/da.json new file mode 100644 index 00000000..f9e80d8c --- /dev/null +++ b/src/i18n/messages/frontend-component-header/da.json @@ -0,0 +1,36 @@ +{ + "header.links.courses": "Kurser", + "header.links.programs": "Programmer", + "header.links.content.search": "Opdag nyt", + "header.links.schools": "Skoler & Partnere", + "header.user.menu.dashboard": "Betjeningspanel", + "header.user.menu.profile": "Profil", + "header.user.menu.account.settings": "Konto", + "header.user.menu.order.history": "Bestillings historik", + "header.user.menu.logout": "Log ud", + "header.user.menu.login": "Login", + "header.user.menu.register": "Tilmelde", + "header.user.menu.studio.home": "Studio hjem", + "header.user.menu.studio.maintenance": "Vedligeholdelse", + "header.label.account.nav": "Konto", + "header.label.account.menu": "Kontomenu", + "header.label.account.menu.for": "Kontomenu for {username}", + "header.label.main.nav": "Hoved", + "header.label.main.menu": "Hovedmenu", + "header.label.main.header": "Hoved", + "header.label.secondary.nav": "Sekundær", + "header.label.skip.nav": "Fortsæt til indhold", + "header.label.app.nav": "App", + "general.register.sentenceCase": "Registrer", + "general.signIn.sentenceCase": "Log ind", + "header.menu.dashboard.label": "Betjeningspanel", + "header.help.label": "Hjælp", + "header.menu.profile.label": "Profil", + "header.menu.account.label": "Konto", + "header.menu.orderHistory.label": "Bestillings historik", + "header.navigation.skipNavLink": "Spring til hovedindhold.", + "header.menu.signOut.label": "Log ud", + "header.user.menu.studio": "Studio hjem", + "header.user.menu.maintenance": "Vedligeholdelse", + "header.label.courseOutline": "Tilbage til kursusoversigt i Studio" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/de.json b/src/i18n/messages/frontend-component-header/de.json new file mode 100644 index 00000000..2ec9083a --- /dev/null +++ b/src/i18n/messages/frontend-component-header/de.json @@ -0,0 +1,56 @@ +{ + "general.register.sentenceCase": "Register", + "general.signIn.sentenceCase": "Sign in", + "header.links.courses": "Kurse", + "header.links.programs": "Programme", + "header.links.content.search": "Discover New", + "header.links.schools": "Schools & Partners", + "header.user.menu.dashboard": "Meine Kurse", + "header.user.menu.profile": "Profile", + "header.user.menu.account.settings": "Konto", + "header.user.menu.order.history": "Order History", + "header.user.menu.logout": "Abmelden", + "header.user.menu.login": "Login", + "header.user.menu.register": "Sign Up", + "header.user.menu.studio.home": "Studio Home", + "header.user.menu.studio.maintenance": "Maintenance", + "header.label.account.nav": "Konto", + "header.label.account.menu": "Account Menu", + "header.label.account.menu.for": "Account menu for {username}", + "header.label.main.nav": "Main", + "header.label.main.menu": "Main Menu", + "header.label.main.header": "Main", + "header.label.secondary.nav": "Sekundarschule", + "header.label.skip.nav": "Springe zum Hauptthema", + "header.label.app.nav": "App", + "header.menu.dashboard.label": "Meine Kurse", + "header.help.label": "Hilfe", + "header.menu.profile.label": "Profile", + "header.menu.account.label": "Konto", + "header.menu.orderHistory.label": "Order History", + "header.navigation.skipNavLink": "Skip to main content.", + "header.menu.signOut.label": "Abmelden", + "header.links.content": "Inhalt", + "header.links.settings": "Einstellungen", + "header.links.content.tools": "Tools", + "header.links.outline": "Outline", + "header.links.updates": "Updates", + "header.links.pages": "Pages & Resources", + "header.links.filesAndUploads": "Files & Uploads", + "header.links.textbooks": "Textbooks", + "header.links.videoUploads": "Video Uploads", + "header.links.scheduleAndDetails": "Schedule & Details", + "header.links.grading": "Grading", + "header.links.courseTeam": "Course Team", + "header.links.groupConfigurations": "Group Configurations", + "header.links.proctoredExamSettings": "Proctored Exam Settings", + "header.links.advancedSettings": "Advanced Settings", + "header.links.certificates": "Certificates", + "header.links.publisher": "Publisher", + "header.links.import": "Import", + "header.links.export": "Export", + "header.links.checklists": "Checklists", + "header.user.menu.studio": "Studio Home", + "header.user.menu.maintenance": "Maintenance", + "header.label.courseOutline": "Back to course outline in Studio" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/de_DE.json b/src/i18n/messages/frontend-component-header/de_DE.json new file mode 100644 index 00000000..edd2a5fa --- /dev/null +++ b/src/i18n/messages/frontend-component-header/de_DE.json @@ -0,0 +1,36 @@ +{ + "header.links.courses": "Kurse", + "header.links.programs": "Programme", + "header.links.content.search": "Kursübersicht", + "header.links.schools": "Schulen & Partner", + "header.user.menu.dashboard": "Meine Kurse", + "header.user.menu.profile": "Profil", + "header.user.menu.account.settings": "Benutzerkonto", + "header.user.menu.order.history": "Bestellverlauf", + "header.user.menu.logout": "Abmelden", + "header.user.menu.login": "Anmelden", + "header.user.menu.register": "Registrieren", + "header.user.menu.studio.home": "Studioheim", + "header.user.menu.studio.maintenance": "Wartung", + "header.label.account.nav": "Benutzerkonto", + "header.label.account.menu": "Benutzerkontomenü", + "header.label.account.menu.for": "Benutzerkontomenü für {username}", + "header.label.main.nav": "Hauptseite", + "header.label.main.menu": "Hauptmenü", + "header.label.main.header": "Hauptseite", + "header.label.secondary.nav": "Sekundarschule", + "header.label.skip.nav": "Springe zu den Inhalten", + "header.label.app.nav": "App", + "general.register.sentenceCase": "Registrieren", + "general.signIn.sentenceCase": "Anmelden", + "header.menu.dashboard.label": "Meine Kurse", + "header.help.label": "Hilfe", + "header.menu.profile.label": "Profil", + "header.menu.account.label": "Benutzerkonto", + "header.menu.orderHistory.label": "Bestellverlauf", + "header.navigation.skipNavLink": "Zum Hauptinhalt springen.", + "header.menu.signOut.label": "Ausloggen", + "header.user.menu.studio": "Studioheim", + "header.user.menu.maintenance": "Wartung", + "header.label.courseOutline": "Zurück zur Kursübersicht im Studio" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/el.json b/src/i18n/messages/frontend-component-header/el.json new file mode 100644 index 00000000..1b60bf67 --- /dev/null +++ b/src/i18n/messages/frontend-component-header/el.json @@ -0,0 +1,36 @@ +{ + "header.links.courses": "Μαθήματα ", + "header.links.programs": "Προγράμματα", + "header.links.content.search": "Αναζήτηση Μαθημάτων", + "header.links.schools": "Σχολεία και Συναίτεροι", + "header.user.menu.dashboard": "Μαθήματα", + "header.user.menu.profile": "Προσωπική σελίδα", + "header.user.menu.account.settings": "Λογαριασμός ", + "header.user.menu.order.history": "Ιστορικό Παραγγελιών", + "header.user.menu.logout": "Αποσύνδεση", + "header.user.menu.login": "Είσοδος", + "header.user.menu.register": "Εγγραφή", + "header.user.menu.studio.home": "Στούντιο Σπίτι", + "header.user.menu.studio.maintenance": "Συντήρηση", + "header.label.account.nav": "Λογαριασμός ", + "header.label.account.menu": "Μενού Λογαριασμού", + "header.label.account.menu.for": "Εικόνα της προσωπικής σελίδας του {username}", + "header.label.main.nav": "Κεντρικό", + "header.label.main.menu": "Κεντρικό Μενού", + "header.label.main.header": "Κεντρικό", + "header.label.secondary.nav": "Δευτεροβάθμια", + "header.label.skip.nav": "Παράλειψη σε κυρίως περιεχόμενο", + "header.label.app.nav": "App", + "general.register.sentenceCase": "Εγγραφείτε ", + "general.signIn.sentenceCase": "Σύνδεση", + "header.menu.dashboard.label": "Μαθήματα", + "header.help.label": "Βοήθεια ", + "header.menu.profile.label": "Προσωπική σελίδα", + "header.menu.account.label": "Λογαριασμός ", + "header.menu.orderHistory.label": "Ιστορικό Παραγγελιών", + "header.navigation.skipNavLink": "Παράλειψη σε κυρίως περιεχόμενο.", + "header.menu.signOut.label": "Αποσύνδεση", + "header.user.menu.studio": "Στούντιο Σπίτι", + "header.user.menu.maintenance": "Συντήρηση", + "header.label.courseOutline": "Επιστροφή στο σχεδιάγραμμα μαθημάτων στο Στούντιο" +} \ No newline at end of file diff --git a/src/i18n/messages/es_419.json b/src/i18n/messages/frontend-component-header/es_419.json similarity index 50% rename from src/i18n/messages/es_419.json rename to src/i18n/messages/frontend-component-header/es_419.json index df549074..31c5165a 100644 --- a/src/i18n/messages/es_419.json +++ b/src/i18n/messages/frontend-component-header/es_419.json @@ -3,51 +3,33 @@ "header.links.programs": "Programas", "header.links.content.search": "Encontrar nuevo", "header.links.schools": "Escuelas y Socios", - "header.user.menu.career": "Carrera", - "header.user.menu.newAlert": "Nuevo", "header.user.menu.dashboard": "Panel de Control", "header.user.menu.profile": "Perfil", "header.user.menu.account.settings": "Cuenta", "header.user.menu.order.history": "Historial de órdenes", "header.user.menu.logout": "Cerrar sesión", - "header.user.menu.login": "Iniciar sesión", + "header.user.menu.login": "Login", "header.user.menu.register": "Registrarse", + "header.user.menu.studio.home": "Inicio Studio", "header.label.account.nav": "Cuenta", "header.label.account.menu": "Menú de la cuenta", - "header.label.account.menu.for": "Menú de la cuenta para {username}", + "header.label.account.menu.for": "Menú de la cuenta para {username}", "header.label.main.nav": "Principal", "header.label.main.menu": "Menú Principal", "header.label.main.header": "Principal", - "header.label.secondary.nav": "Secundaria", + "header.label.secondary.nav": "Secondary", "header.label.skip.nav": "Ir al contenido principal", - "notification.title": "Notificaciones", - "notification.today.heading": "Últimas 24 horas", - "notification.earlier.heading": "Más temprano", - "notification.mark.as.read": "Marcar todo como leído", - "notification.fullStop": "•", - "notification.load.more.notifications": "Cargar más notificaciones", - "notification.feedback": "Feedback", - "notification.recent.all.message": "¡Esas son todas tus notificaciones recientes!", - "notification.expired.delete.message": "Las notificaciones se borran automáticamente después de {days} días", - "notification.no.message": "Aún no hay notificaciones", - "notification.no.help.message": "Cuando reciba notificaciones, aparecerán aquí.", - "notification.bell.icon.alt.message": "Icono de campana de notificación", + "header.label.app.nav": "Aplicación", "general.register.sentenceCase": "Registrarse", "general.signIn.sentenceCase": "Iniciar sesión", "header.menu.dashboard.label": "Panel de Control", "header.help.label": "Ayuda", "header.menu.profile.label": "Perfil", "header.menu.account.label": "Cuenta", - "header.menu.career.label": "Carrera", - "header.menu.new.label": "Nuevo", "header.menu.orderHistory.label": "Historial de órdenes", "header.navigation.skipNavLink": "Dirígete al contenido principal.", "header.menu.signOut.label": "Cerrar sesión", "header.user.menu.studio": "Inicio Studio", - "header.user.menu.maintenance": "Mantenimiento", "header.label.courseOutline": "Volver al esquema del curso en Studio", - "tour.action.dismiss": "Descartar", - "tour.action.end": "De acuerdo", - "tour.example.title": "ejemplo Tour", - "tour.example.body": "Este es un recorrido ejemplo ." + "header.label.search.nav": "Buscar contenido" } \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/es_ES.json b/src/i18n/messages/frontend-component-header/es_ES.json new file mode 100644 index 00000000..20077b9b --- /dev/null +++ b/src/i18n/messages/frontend-component-header/es_ES.json @@ -0,0 +1,36 @@ +{ + "header.links.courses": "Cursos", + "header.links.programs": "Programas", + "header.links.content.search": "Nuevos cursos", + "header.links.schools": "Escuelas y Socios", + "header.user.menu.dashboard": "Panel de control", + "header.user.menu.profile": "Perfil", + "header.user.menu.account.settings": "Cuenta", + "header.user.menu.order.history": "Historial de pedidos", + "header.user.menu.logout": "Cerrar sesión", + "header.user.menu.login": "Iniciar sesión", + "header.user.menu.register": "Registrarse", + "header.user.menu.studio.home": "Inicio Studio", + "header.user.menu.studio.maintenance": "Mantenimiento ", + "header.label.account.nav": "Cuenta", + "header.label.account.menu": "Menú de la cuenta", + "header.label.account.menu.for": "Menú de la cuenta de {username}", + "header.label.main.nav": "Principal", + "header.label.main.menu": "Menú principal", + "header.label.main.header": "Principal", + "header.label.secondary.nav": "Secundaria", + "header.label.skip.nav": "Ir al contenido principal", + "header.label.app.nav": "Aplicación", + "general.register.sentenceCase": "Registrarse", + "general.signIn.sentenceCase": "Iniciar sesión", + "header.menu.dashboard.label": "Panel de control", + "header.help.label": "Ayuda", + "header.menu.profile.label": "Perfil", + "header.menu.account.label": "Cuenta", + "header.menu.orderHistory.label": "Historial de pedidos", + "header.navigation.skipNavLink": "Ir al contenido principal", + "header.menu.signOut.label": "Cerrar sesión", + "header.user.menu.studio": "Inicio Studio", + "header.user.menu.maintenance": "Mantenimiento ", + "header.label.courseOutline": "Volver al esquema del curso en Studio" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/fa.json b/src/i18n/messages/frontend-component-header/fa.json new file mode 100644 index 00000000..ba4656fc --- /dev/null +++ b/src/i18n/messages/frontend-component-header/fa.json @@ -0,0 +1,35 @@ +{ + "header.links.courses": "دوره‌های آموزشی", + "header.links.programs": "برنامه‌ها", + "header.links.content.search": "کشف جدید", + "header.links.schools": "مدارس و شرکا", + "header.user.menu.dashboard": "پیشخوان", + "header.user.menu.profile": "پروندۀ شخصی", + "header.user.menu.account.settings": "حساب‌کاربری", + "header.user.menu.order.history": "سوابق سفارش‌ها", + "header.user.menu.logout": "خروج", + "header.user.menu.login": "ورود", + "header.user.menu.register": "ثبت‌نام", + "header.user.menu.studio.home": "خانۀ استودیو", + "header.label.account.nav": "حساب‌کاربری", + "header.label.account.menu": "منوی حساب‌کاربری", + "header.label.account.menu.for": "منوی حساب‌کاربری برای {username}", + "header.label.main.nav": "اصلی", + "header.label.main.menu": "منوی اصلی", + "header.label.main.header": "اصلی", + "header.label.secondary.nav": "ثانوی", + "header.label.skip.nav": "برو به محتوای اصلی", + "header.label.app.nav": "برنامه", + "general.register.sentenceCase": "ثبت‌نام", + "general.signIn.sentenceCase": "ورود", + "header.menu.dashboard.label": "پیشخوان", + "header.help.label": "کمک", + "header.menu.profile.label": "پروندۀ شخصی", + "header.menu.account.label": "حساب‌کاربری", + "header.menu.orderHistory.label": "سوابق سفارش‌ها", + "header.navigation.skipNavLink": "برو به محتوای اصلی.", + "header.menu.signOut.label": "خروج", + "header.user.menu.studio": "خانۀ استودیو", + "header.label.courseOutline": "بازگشت به طرح کلی درس در استودیو", + "header.label.search.nav": "جستجوی محتوا" +} \ No newline at end of file diff --git a/src/i18n/messages/fr_CA.json b/src/i18n/messages/frontend-component-header/fr_CA.json similarity index 55% rename from src/i18n/messages/fr_CA.json rename to src/i18n/messages/frontend-component-header/fr_CA.json index 70f24d79..f22cdf24 100644 --- a/src/i18n/messages/fr_CA.json +++ b/src/i18n/messages/frontend-component-header/fr_CA.json @@ -3,8 +3,6 @@ "header.links.programs": "Programmes", "header.links.content.search": "Découvrir les nouveautés", "header.links.schools": "Écoles et Partenaires", - "header.user.menu.career": "Carrière", - "header.user.menu.newAlert": "Nouveau", "header.user.menu.dashboard": "Tableau de bord", "header.user.menu.profile": "Profil", "header.user.menu.account.settings": "Compte", @@ -12,6 +10,7 @@ "header.user.menu.logout": "Déconnexion", "header.user.menu.login": "Connexion", "header.user.menu.register": "S'inscrire", + "header.user.menu.studio.home": "Accueil Studio", "header.label.account.nav": "Compte", "header.label.account.menu": "Menu de compte", "header.label.account.menu.for": "Menu de compte pour {username}", @@ -20,34 +19,17 @@ "header.label.main.header": "Principal", "header.label.secondary.nav": "Secondaire", "header.label.skip.nav": "Passer au contenu de cette vue", - "notification.title": "Notifications", - "notification.today.heading": "Dernières 24 heures", - "notification.earlier.heading": "Plus tôt", - "notification.mark.as.read": "Tout marquer comme lu", - "notification.fullStop": "•", - "notification.load.more.notifications": "Charger plus de notifications", - "notification.feedback": "Commentaire", - "notification.recent.all.message": "Ce sont toutes vos notifications récentes!", - "notification.expired.delete.message": "Les notifications sont automatiquement effacées après {days} jours", - "notification.no.message": "Aucune notification pour l'instant", - "notification.no.help.message": "Lorsque vous recevrez des notifications, elles apparaîtront ici", - "notification.bell.icon.alt.message": "Icône de cloche de notification", + "header.label.app.nav": "Application", "general.register.sentenceCase": "Inscription", "general.signIn.sentenceCase": "Connexion", "header.menu.dashboard.label": "Tableau de bord", "header.help.label": "Aide", "header.menu.profile.label": "Profil", "header.menu.account.label": "Compte", - "header.menu.career.label": "Carrière", - "header.menu.new.label": "Nouveau", "header.menu.orderHistory.label": "Historique des commandes", "header.navigation.skipNavLink": "Passer au contenu principal.", "header.menu.signOut.label": "Se déconnecter", "header.user.menu.studio": "Accueil Studio", - "header.user.menu.maintenance": "Entretien", "header.label.courseOutline": "Retour au plan de cours dans Studio", - "tour.action.dismiss": "Rejeter", - "tour.action.end": "D'accord", - "tour.example.title": "exemple de visite", - "tour.example.body": "Ceci est un exemple de visite" + "header.label.search.nav": "Rechercher du contenu" } \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/he.json b/src/i18n/messages/frontend-component-header/he.json new file mode 100644 index 00000000..b367da87 --- /dev/null +++ b/src/i18n/messages/frontend-component-header/he.json @@ -0,0 +1,36 @@ +{ + "header.links.courses": "קורסים", + "header.links.programs": "תוכניות", + "header.links.content.search": "קורסים", + "header.links.schools": "מוסדות ושותפים", + "header.user.menu.dashboard": "אזור אישי", + "header.user.menu.profile": "פרופיל", + "header.user.menu.account.settings": "חשבון", + "header.user.menu.order.history": "היסטוריית הזמנות", + "header.user.menu.logout": "יציאה", + "header.user.menu.login": "כניסה", + "header.user.menu.register": "הרשמה", + "header.user.menu.studio.home": "הבית של הסטודיו", + "header.user.menu.studio.maintenance": "תחזוקה", + "header.label.account.nav": "חשבון", + "header.label.account.menu": "תפריט חשבון", + "header.label.account.menu.for": "תפריט החשבון {username}", + "header.label.main.nav": "ראשי", + "header.label.main.menu": "תפריט ראשי", + "header.label.main.header": "ראשי", + "header.label.secondary.nav": "תיכון", + "header.label.skip.nav": "דילוג לתוכן הראשי", + "header.label.app.nav": "יישום", + "general.register.sentenceCase": "הרשמה", + "general.signIn.sentenceCase": "כניסה", + "header.menu.dashboard.label": "אזור אישי", + "header.help.label": "עזרה", + "header.menu.profile.label": "פרופיל", + "header.menu.account.label": "חשבון", + "header.menu.orderHistory.label": "היסטוריית הזמנות", + "header.navigation.skipNavLink": "דילוג לתוכן הראשי.", + "header.menu.signOut.label": "יציאה", + "header.user.menu.studio": "הבית של הסטודיו", + "header.user.menu.maintenance": "תחזוקה", + "header.label.courseOutline": "חזרה למתווה הקורס בסטודיו" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/hi.json b/src/i18n/messages/frontend-component-header/hi.json new file mode 100644 index 00000000..fdcd741a --- /dev/null +++ b/src/i18n/messages/frontend-component-header/hi.json @@ -0,0 +1,35 @@ +{ + "header.links.courses": "पाठ्यक्रम", + "header.links.programs": "कार्यक्रमों", + "header.links.content.search": "नया खोजें", + "header.links.schools": "स्कूलों और भागीदारों", + "header.user.menu.dashboard": "डैशबोर्ड", + "header.user.menu.profile": "प्रोफ़ाइल", + "header.user.menu.account.settings": "खाता", + "header.user.menu.order.history": "ऑर्डर इतिहास", + "header.user.menu.logout": "लॉग आउट", + "header.user.menu.login": "लॉगिन", + "header.user.menu.register": "साइन अप", + "header.user.menu.studio.home": "स्टूडियो होम", + "header.label.account.nav": "खाता", + "header.label.account.menu": "खाता मेनू", + "header.label.account.menu.for": "{username} के लिए खाता मेनू", + "header.label.main.nav": "मुख्य", + "header.label.main.menu": "मुख्य मेनू", + "header.label.main.header": "मुख्य", + "header.label.secondary.nav": "माध्यमिक", + "header.label.skip.nav": "मुख्य विषयवस्तु में जाएं", + "header.label.app.nav": "ऐप", + "general.register.sentenceCase": "रजिस्टर करें", + "general.signIn.sentenceCase": "साइन इन करें", + "header.menu.dashboard.label": "डैशबोर्ड", + "header.help.label": "मदद", + "header.menu.profile.label": "प्रोफ़ाइल", + "header.menu.account.label": "खाता", + "header.menu.orderHistory.label": "ऑर्डर इतिहास", + "header.navigation.skipNavLink": "मुख्य सामग्री पर जाएँ।", + "header.menu.signOut.label": "साइन आउट करें", + "header.user.menu.studio": "स्टूडियो होम", + "header.label.courseOutline": "स्टूडियो में पाठ्यक्रम की रूपरेखा पर वापस जाएँ", + "header.label.search.nav": "खोज सामग्री" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/id.json b/src/i18n/messages/frontend-component-header/id.json new file mode 100644 index 00000000..7ffb7879 --- /dev/null +++ b/src/i18n/messages/frontend-component-header/id.json @@ -0,0 +1,36 @@ +{ + "header.links.courses": "Courses", + "header.links.programs": "Programs", + "header.links.content.search": "Discover New", + "header.links.schools": "Schools & Partners", + "header.user.menu.dashboard": "Dashboard", + "header.user.menu.profile": "Profile", + "header.user.menu.account.settings": "Account", + "header.user.menu.order.history": "Order History", + "header.user.menu.logout": "Logout", + "header.user.menu.login": "Login", + "header.user.menu.register": "Sign Up", + "header.user.menu.studio.home": "Studio Home", + "header.user.menu.studio.maintenance": "Maintenance", + "header.label.account.nav": "Account", + "header.label.account.menu": "Account Menu", + "header.label.account.menu.for": "Account menu for {username}", + "header.label.main.nav": "Main", + "header.label.main.menu": "Main Menu", + "header.label.main.header": "Main", + "header.label.secondary.nav": "Secondary", + "header.label.skip.nav": "Skip to main content", + "header.label.app.nav": "App", + "general.register.sentenceCase": "Register", + "general.signIn.sentenceCase": "Sign in", + "header.menu.dashboard.label": "Dashboard", + "header.help.label": "Help", + "header.menu.profile.label": "Profile", + "header.menu.account.label": "Account", + "header.menu.orderHistory.label": "Order History", + "header.navigation.skipNavLink": "Skip to main content.", + "header.menu.signOut.label": "Sign Out", + "header.user.menu.studio": "Studio Home", + "header.user.menu.maintenance": "Maintenance", + "header.label.courseOutline": "Back to course outline in Studio" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/index.js b/src/i18n/messages/frontend-component-header/index.js new file mode 100644 index 00000000..6b2230b7 --- /dev/null +++ b/src/i18n/messages/frontend-component-header/index.js @@ -0,0 +1,63 @@ +// This file is generated by the openedx/frontend-platform's "intl-import.js" script. +// +// Refer to the i18n documents in https://docs.openedx.org/en/latest/developers/references/i18n.html to update +// the file and use the Micro-frontend i18n pattern in new repositories. +// + +import messagesOfArLanguage from './ar.json'; +import messagesOfBoLanguage from './bo.json'; +import messagesOfDaLanguage from './da.json'; +import messagesOfDeLanguage from './de.json'; +import messagesOfDeDeLanguage from './de_DE.json'; +import messagesOfElLanguage from './el.json'; +import messagesOfEs419Language from './es_419.json'; +import messagesOfEsEsLanguage from './es_ES.json'; +import messagesOfFaLanguage from './fa.json'; +import messagesOfFrCaLanguage from './fr_CA.json'; +import messagesOfHeLanguage from './he.json'; +import messagesOfHiLanguage from './hi.json'; +import messagesOfIdLanguage from './id.json'; +import messagesOfItItLanguage from './it_IT.json'; +import messagesOfLvLanguage from './lv.json'; +import messagesOfPtBrLanguage from './pt_BR.json'; +import messagesOfPtPtLanguage from './pt_PT.json'; +import messagesOfRuLanguage from './ru.json'; +import messagesOfSwLanguage from './sw.json'; +import messagesOfTeLanguage from './te.json'; +import messagesOfThLanguage from './th.json'; +import messagesOfTrTrLanguage from './tr_TR.json'; +import messagesOfUkLanguage from './uk.json'; +import messagesOfUzLanguage from './uz.json'; +import messagesOfViLanguage from './vi.json'; +import messagesOfZhCnLanguage from './zh_CN.json'; +import messagesOfZhHkLanguage from './zh_HK.json'; + +export default { + ar: messagesOfArLanguage, + 'zh-hk': messagesOfZhHkLanguage, + 'zh-cn': messagesOfZhCnLanguage, + vi: messagesOfViLanguage, + uz: messagesOfUzLanguage, + uk: messagesOfUkLanguage, + 'tr-tr': messagesOfTrTrLanguage, + th: messagesOfThLanguage, + te: messagesOfTeLanguage, + sw: messagesOfSwLanguage, + ru: messagesOfRuLanguage, + 'pt-pt': messagesOfPtPtLanguage, + 'pt-br': messagesOfPtBrLanguage, + lv: messagesOfLvLanguage, + 'it-it': messagesOfItItLanguage, + id: messagesOfIdLanguage, + hi: messagesOfHiLanguage, + he: messagesOfHeLanguage, + 'fr-ca': messagesOfFrCaLanguage, + fa: messagesOfFaLanguage, + 'es-es': messagesOfEsEsLanguage, + 'es-419': messagesOfEs419Language, + el: messagesOfElLanguage, + 'de-de': messagesOfDeDeLanguage, + de: messagesOfDeLanguage, + da: messagesOfDaLanguage, + bo: messagesOfBoLanguage, +}; diff --git a/src/i18n/messages/frontend-component-header/it_IT.json b/src/i18n/messages/frontend-component-header/it_IT.json new file mode 100644 index 00000000..b7bdd024 --- /dev/null +++ b/src/i18n/messages/frontend-component-header/it_IT.json @@ -0,0 +1,36 @@ +{ + "header.links.courses": "Corsi", + "header.links.programs": "Programmi", + "header.links.content.search": "Scopri tutti i corsi", + "header.links.schools": "Scuole e Partner", + "header.user.menu.dashboard": "I miei corsi", + "header.user.menu.profile": "Profilo", + "header.user.menu.account.settings": "Account", + "header.user.menu.order.history": "Cronologia Ordini", + "header.user.menu.logout": "Logout", + "header.user.menu.login": "Login", + "header.user.menu.register": "Registrazione", + "header.user.menu.studio.home": "Home di Studio", + "header.user.menu.studio.maintenance": "Manutenzione", + "header.label.account.nav": "Account", + "header.label.account.menu": "Menu Account ", + "header.label.account.menu.for": "Menu Account per {username}", + "header.label.main.nav": "Principale ", + "header.label.main.menu": "Menu Principale ", + "header.label.main.header": "Principale ", + "header.label.secondary.nav": "Superiori", + "header.label.skip.nav": "Passa al contenuto principale", + "header.label.app.nav": "App", + "general.register.sentenceCase": "Registrazione", + "general.signIn.sentenceCase": "Accedi", + "header.menu.dashboard.label": "I miei corsi", + "header.help.label": "Aiuto", + "header.menu.profile.label": "Profilo", + "header.menu.account.label": "Account", + "header.menu.orderHistory.label": "Cronologia Ordini", + "header.navigation.skipNavLink": "Passa al contenuto principale. ", + "header.menu.signOut.label": "Esci", + "header.user.menu.studio": "Home di Studio", + "header.user.menu.maintenance": "Manutenzione", + "header.label.courseOutline": "Torna alla struttura del corso in Studio" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/lv.json b/src/i18n/messages/frontend-component-header/lv.json new file mode 100644 index 00000000..cf00a8b7 --- /dev/null +++ b/src/i18n/messages/frontend-component-header/lv.json @@ -0,0 +1,35 @@ +{ + "header.links.courses": "Kursi", + "header.links.programs": "Programmas", + "header.links.content.search": "Atklājiet jaunumus", + "header.links.schools": "Skolas un partneri", + "header.user.menu.dashboard": "Informācijas panelis", + "header.user.menu.profile": "Profils", + "header.user.menu.account.settings": "Konts", + "header.user.menu.order.history": "Pasūtījumu vēsture", + "header.user.menu.logout": "Izlogoties", + "header.user.menu.login": "Pieslēgties", + "header.user.menu.register": "Pierakstīties", + "header.user.menu.studio.home": "Studio mājas lapa", + "header.label.account.nav": "Konts", + "header.label.account.menu": "Kontu izvēlne", + "header.label.account.menu.for": "Konta izvēlne {username}", + "header.label.main.nav": "Galvenā", + "header.label.main.menu": "Galvenā izvēlne", + "header.label.main.header": "Galvenā", + "header.label.secondary.nav": "Sekundārais", + "header.label.skip.nav": "Pāriet uz galveno saturu", + "header.label.app.nav": "App", + "general.register.sentenceCase": "Reģistrēties", + "general.signIn.sentenceCase": "Ielogoties", + "header.menu.dashboard.label": "Informācijas panelis", + "header.help.label": "Palīdzība", + "header.menu.profile.label": "Profils", + "header.menu.account.label": "Konts", + "header.menu.orderHistory.label": "Pasūtījumu vēsture", + "header.navigation.skipNavLink": "Pāriet uz galveno saturu.", + "header.menu.signOut.label": "Izrakstīties", + "header.user.menu.studio": "Studio mājas lapa", + "header.label.courseOutline": "Atgriezties uz kursa izklāstu programmā Studio", + "header.label.search.nav": "Meklēt saturu" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/pt_BR.json b/src/i18n/messages/frontend-component-header/pt_BR.json new file mode 100644 index 00000000..2bd84d66 --- /dev/null +++ b/src/i18n/messages/frontend-component-header/pt_BR.json @@ -0,0 +1,36 @@ +{ + "header.links.courses": "Cursos", + "header.links.programs": "Programas", + "header.links.content.search": "Descubra Novos", + "header.links.schools": "Faculdades e Parceiros", + "header.user.menu.dashboard": "Painel de controle", + "header.user.menu.profile": "Perfil", + "header.user.menu.account.settings": "Conta", + "header.user.menu.order.history": "Histórico de pedidos", + "header.user.menu.logout": "Sair", + "header.user.menu.login": "Login", + "header.user.menu.register": "Registrar-se", + "header.user.menu.studio.home": "Estúdio em casa", + "header.user.menu.studio.maintenance": "Manutenção", + "header.label.account.nav": "Conta", + "header.label.account.menu": "Menu da conta", + "header.label.account.menu.for": "Menu de conta para {username}", + "header.label.main.nav": "Principal", + "header.label.main.menu": "Menu principal", + "header.label.main.header": "Principal", + "header.label.secondary.nav": "Secundário", + "header.label.skip.nav": "Pular para o conteúdo principal", + "header.label.app.nav": "Aplicativo", + "general.register.sentenceCase": "Registrar", + "general.signIn.sentenceCase": "Entrar", + "header.menu.dashboard.label": "Painel de controle", + "header.help.label": "Ajuda", + "header.menu.profile.label": "Perfil", + "header.menu.account.label": "Conta", + "header.menu.orderHistory.label": "Histórico de pedidos", + "header.navigation.skipNavLink": "Ir para o conteúdo principal.", + "header.menu.signOut.label": "Sair", + "header.user.menu.studio": "Estúdio em casa", + "header.user.menu.maintenance": "Manutenção", + "header.label.courseOutline": "Visualizar resumo do curso no Studio" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/pt_PT.json b/src/i18n/messages/frontend-component-header/pt_PT.json new file mode 100644 index 00000000..dd7df585 --- /dev/null +++ b/src/i18n/messages/frontend-component-header/pt_PT.json @@ -0,0 +1,35 @@ +{ + "header.links.courses": "Cursos", + "header.links.programs": "Programas", + "header.links.content.search": "Explorar Novo", + "header.links.schools": "Escolas & Parceiros", + "header.user.menu.dashboard": "Painel de Controlo", + "header.user.menu.profile": "Perfil", + "header.user.menu.account.settings": "Conta", + "header.user.menu.order.history": "Histórico de Encomendas", + "header.user.menu.logout": "Sair", + "header.user.menu.login": "Iniciar sessão", + "header.user.menu.register": "Registar-se", + "header.user.menu.studio.home": "Início do Studio ", + "header.label.account.nav": "Conta", + "header.label.account.menu": "Menu de Conta", + "header.label.account.menu.for": "Menu da conta para {username}", + "header.label.main.nav": "Principal", + "header.label.main.menu": "Menu Principal", + "header.label.main.header": "Principal", + "header.label.secondary.nav": "Secundário", + "header.label.skip.nav": "Saltar para o conteúdo principal", + "header.label.app.nav": "App", + "general.register.sentenceCase": "Registe-se", + "general.signIn.sentenceCase": "Iniciar sessão", + "header.menu.dashboard.label": "Painel de Controlo", + "header.help.label": "Ajuda", + "header.menu.profile.label": "Perfil", + "header.menu.account.label": "Conta", + "header.menu.orderHistory.label": "Histórico de Encomendas", + "header.navigation.skipNavLink": "Saltar para o conteúdo principal.", + "header.menu.signOut.label": "Terminar Sessão", + "header.user.menu.studio": "Início do Studio ", + "header.label.courseOutline": "Voltar ao resumo do curso no Studio", + "header.label.search.nav": "Pesquisar conteúdo" +} \ No newline at end of file diff --git a/src/i18n/messages/ru.json b/src/i18n/messages/frontend-component-header/ru.json similarity index 64% rename from src/i18n/messages/ru.json rename to src/i18n/messages/frontend-component-header/ru.json index 965f78b1..cabd1671 100644 --- a/src/i18n/messages/ru.json +++ b/src/i18n/messages/frontend-component-header/ru.json @@ -3,8 +3,6 @@ "header.links.programs": "Программы", "header.links.content.search": "Каталог курсов", "header.links.schools": "Учебные заведения и партнёры", - "header.user.menu.career": "Карьера", - "header.user.menu.newAlert": "Новый", "header.user.menu.dashboard": "Панель управления", "header.user.menu.profile": "Профиль", "header.user.menu.account.settings": "Учётная запись", @@ -12,6 +10,8 @@ "header.user.menu.logout": "Выйти", "header.user.menu.login": "Войти", "header.user.menu.register": "Зарегистрироваться", + "header.user.menu.studio.home": "Studio Дом", + "header.user.menu.studio.maintenance": "Техническое обслуживание", "header.label.account.nav": "Учётная запись", "header.label.account.menu": "Меню учетной записи", "header.label.account.menu.for": "Меню учетной записи для {username}", @@ -20,34 +20,17 @@ "header.label.main.header": "Главный", "header.label.secondary.nav": "Среднее образование", "header.label.skip.nav": "Перейти к основному содержимому", - "notification.title": "Уведомления", - "notification.today.heading": "Последние 24 часа", - "notification.earlier.heading": "Ранее", - "notification.mark.as.read": "Отметить все как прочитанное", - "notification.fullStop": "•", - "notification.load.more.notifications": "Загрузить больше уведомлений", - "notification.feedback": "Обратная связь", - "notification.recent.all.message": "", - "notification.expired.delete.message": "", - "notification.no.message": "", - "notification.no.help.message": "", - "notification.bell.icon.alt.message": "", + "header.label.app.nav": "Приложение", "general.register.sentenceCase": "Регистрация", "general.signIn.sentenceCase": "Вход", "header.menu.dashboard.label": "Панель управления", "header.help.label": "Помощь", "header.menu.profile.label": "Профиль", "header.menu.account.label": "Учётная запись", - "header.menu.career.label": "Карьера", - "header.menu.new.label": "Новый", "header.menu.orderHistory.label": "История заказов", "header.navigation.skipNavLink": "Перейти к контенту", "header.menu.signOut.label": "Выйти", "header.user.menu.studio": "Studio Дом", "header.user.menu.maintenance": "Техническое обслуживание", - "header.label.courseOutline": "", - "tour.action.dismiss": "Скрыть", - "tour.action.end": "Okay", - "tour.example.title": "", - "tour.example.body": "" + "header.label.courseOutline": "Вернуться к плану курса в Студии" } \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/sw.json b/src/i18n/messages/frontend-component-header/sw.json new file mode 100644 index 00000000..276780de --- /dev/null +++ b/src/i18n/messages/frontend-component-header/sw.json @@ -0,0 +1,36 @@ +{ + "header.links.courses": "Kozi", + "header.links.programs": "Mipango", + "header.links.content.search": "Gundua Mpya", + "header.links.schools": "Shule na Washirika", + "header.user.menu.dashboard": "Dashibodi", + "header.user.menu.profile": "Wasifu", + "header.user.menu.account.settings": "Akaunti", + "header.user.menu.order.history": "Historia ya Agizo", + "header.user.menu.logout": "Ondoka", + "header.user.menu.login": "Ingia", + "header.user.menu.register": "Jisajili", + "header.user.menu.studio.home": "Nyumbani kwa Studio", + "header.user.menu.studio.maintenance": "Matengenezo", + "header.label.account.nav": "Akaunti", + "header.label.account.menu": "Menyu ya Akaunti", + "header.label.account.menu.for": "Menyu ya akaunti ya {username}", + "header.label.main.nav": "Kuu", + "header.label.main.menu": "Menyu kuu", + "header.label.main.header": "Kuu", + "header.label.secondary.nav": "Sekondari", + "header.label.skip.nav": "Ruka hadi kwa yaliyomo kuu", + "header.label.app.nav": "Programu", + "general.register.sentenceCase": "Sajili", + "general.signIn.sentenceCase": "Weka sahihi", + "header.menu.dashboard.label": "Dashibodi", + "header.help.label": "Msaada", + "header.menu.profile.label": "Wasifu", + "header.menu.account.label": "Akaunti", + "header.menu.orderHistory.label": "Historia ya Agizo", + "header.navigation.skipNavLink": "Ruka hadi kwa yaliyomo kuu.", + "header.menu.signOut.label": "Toka", + "header.user.menu.studio": "Nyumbani kwa Studio", + "header.user.menu.maintenance": "Matengenezo", + "header.label.courseOutline": "Rudi kwenye muhtasari wa kozi katika Studio" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/te.json b/src/i18n/messages/frontend-component-header/te.json new file mode 100644 index 00000000..58634641 --- /dev/null +++ b/src/i18n/messages/frontend-component-header/te.json @@ -0,0 +1,36 @@ +{ + "header.links.courses": "కోర్సులు", + "header.links.programs": "కార్యక్రమాలు", + "header.links.content.search": "క్రొత్తదాన్ని కనుగొనండి", + "header.links.schools": "పాఠశాలలు & భాగస్వాములు", + "header.user.menu.dashboard": "డాష్బోర్డ్", + "header.user.menu.profile": "ప్రొఫైల్", + "header.user.menu.account.settings": "ఖాతా", + "header.user.menu.order.history": "ఆర్డర్ చరిత్ర", + "header.user.menu.logout": "లాగ్అవుట్", + "header.user.menu.login": "ప్రవేశించండి", + "header.user.menu.register": "చేరడం", + "header.user.menu.studio.home": "స్టూడియో హోమ్", + "header.user.menu.studio.maintenance": "నిర్వహణ", + "header.label.account.nav": "ఖాతా", + "header.label.account.menu": "ఖాతా మెను", + "header.label.account.menu.for": "{username} కోసం ఖాతా మెను", + "header.label.main.nav": "ప్రధాన", + "header.label.main.menu": "ప్రధాన మెనూ", + "header.label.main.header": "ప్రధాన", + "header.label.secondary.nav": "సెకండరీ", + "header.label.skip.nav": "ప్రధాన కంటెంట్‌కి దాటవేయండి", + "header.label.app.nav": "యాప్", + "general.register.sentenceCase": "నమోదు చేసుకోండి", + "general.signIn.sentenceCase": "సైన్ ఇన్ చేయండి", + "header.menu.dashboard.label": "డాష్బోర్డ్", + "header.help.label": "సహాయం", + "header.menu.profile.label": "ప్రొఫైల్", + "header.menu.account.label": "ఖాతా", + "header.menu.orderHistory.label": "ఆర్డర్ చరిత్ర", + "header.navigation.skipNavLink": "ప్రధాన కంటెంట్‌కి దాటవేయండి.", + "header.menu.signOut.label": "సైన్ అవుట్ చేయండి", + "header.user.menu.studio": "స్టూడియో హోమ్", + "header.user.menu.maintenance": "నిర్వహణ", + "header.label.courseOutline": "స్టూడియోలోని కోర్సు అవుట్‌లైన్‌కి తిరిగి వెళ్ళు" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/th.json b/src/i18n/messages/frontend-component-header/th.json new file mode 100644 index 00000000..9f1767f1 --- /dev/null +++ b/src/i18n/messages/frontend-component-header/th.json @@ -0,0 +1,36 @@ +{ + "header.links.courses": "Courses", + "header.links.programs": "Programs", + "header.links.content.search": "ค้นหารายวิชา", + "header.links.schools": "Schools & Partners", + "header.user.menu.dashboard": "Dashboard", + "header.user.menu.profile": "Profile", + "header.user.menu.account.settings": "Account", + "header.user.menu.order.history": "Order History", + "header.user.menu.logout": "ออกจากระบบ", + "header.user.menu.login": "เข้าสู่ระบบ", + "header.user.menu.register": "Sign Up", + "header.user.menu.studio.home": "สตูดิโอโฮม", + "header.user.menu.studio.maintenance": "บำรุงรักษา", + "header.label.account.nav": "Account", + "header.label.account.menu": "เมนูบัญชี", + "header.label.account.menu.for": "เมนูบัญชีสำหรับ {username}", + "header.label.main.nav": "หลัก", + "header.label.main.menu": "เมนูหลัก", + "header.label.main.header": "หลัก", + "header.label.secondary.nav": "มัธยมศึกษาตอนปลาย", + "header.label.skip.nav": "Skip to main content", + "header.label.app.nav": "แอป", + "general.register.sentenceCase": "Register", + "general.signIn.sentenceCase": "Sign in", + "header.menu.dashboard.label": "Dashboard", + "header.help.label": "Help", + "header.menu.profile.label": "Profile", + "header.menu.account.label": "Account", + "header.menu.orderHistory.label": "Order History", + "header.navigation.skipNavLink": "ข้ามไปที่เนื้อหาหลัก", + "header.menu.signOut.label": "Sign Out", + "header.user.menu.studio": "สตูดิโอโฮม", + "header.user.menu.maintenance": "บำรุงรักษา", + "header.label.courseOutline": "กลับไปที่โครงร่างหลักสูตรใน Studio" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/tr_TR.json b/src/i18n/messages/frontend-component-header/tr_TR.json new file mode 100644 index 00000000..99dff95c --- /dev/null +++ b/src/i18n/messages/frontend-component-header/tr_TR.json @@ -0,0 +1,36 @@ +{ + "header.links.courses": "Dersler", + "header.links.programs": "Programlar", + "header.links.content.search": "Dersleri Keşfet", + "header.links.schools": "Okullar & İş Ortakları", + "header.user.menu.dashboard": "Ana panel", + "header.user.menu.profile": "Profil", + "header.user.menu.account.settings": "Hesap", + "header.user.menu.order.history": "Sipariş Geçmişi", + "header.user.menu.logout": "Oturumu Kapat", + "header.user.menu.login": "Giriş", + "header.user.menu.register": "Kayıt Ol", + "header.user.menu.studio.home": "Studio Anasayfa", + "header.user.menu.studio.maintenance": "Bakım", + "header.label.account.nav": "Hesap", + "header.label.account.menu": "Hesap Menüsü", + "header.label.account.menu.for": "{username} için hesap menüsü", + "header.label.main.nav": "Ana", + "header.label.main.menu": "Ana Menü", + "header.label.main.header": "Ana", + "header.label.secondary.nav": "İkincil", + "header.label.skip.nav": "Ana içeriğe dön", + "header.label.app.nav": "Uygulama", + "general.register.sentenceCase": "Kayıt Ol", + "general.signIn.sentenceCase": "Giriş Yap", + "header.menu.dashboard.label": "Ana panel", + "header.help.label": "Yardım", + "header.menu.profile.label": "Profil", + "header.menu.account.label": "Hesap", + "header.menu.orderHistory.label": "Sipariş Geçmişi", + "header.navigation.skipNavLink": "Ana içeriğe dön.", + "header.menu.signOut.label": "Çıkış Yap", + "header.user.menu.studio": "Studio Anasayfa", + "header.user.menu.maintenance": "Bakım", + "header.label.courseOutline": "Studio'da ders anahattına geri dön" +} \ No newline at end of file diff --git a/src/i18n/messages/uk.json b/src/i18n/messages/frontend-component-header/uk.json similarity index 55% rename from src/i18n/messages/uk.json rename to src/i18n/messages/frontend-component-header/uk.json index 1f0fc20d..4b3b714c 100644 --- a/src/i18n/messages/uk.json +++ b/src/i18n/messages/frontend-component-header/uk.json @@ -3,15 +3,15 @@ "header.links.programs": "Програми", "header.links.content.search": "Відкривайте Нове", "header.links.schools": "Школи та партнери", - "header.user.menu.career": "Кар’єра", - "header.user.menu.newAlert": "Новий", - "header.user.menu.dashboard": "Панель управління", + "header.user.menu.dashboard": "Мої курси", "header.user.menu.profile": "Профіль", "header.user.menu.account.settings": "Обліковий запис", "header.user.menu.order.history": "Історія замовлень", "header.user.menu.logout": "Вийти", "header.user.menu.login": "Увійти", "header.user.menu.register": "Зареєструватися", + "header.user.menu.studio.home": "Головна сторінка в Студії", + "header.user.menu.studio.maintenance": "Технічні робити", "header.label.account.nav": "Обліковий запис", "header.label.account.menu": "Меню облікового запису", "header.label.account.menu.for": "Меню облікового запису для {username}", @@ -20,34 +20,17 @@ "header.label.main.header": "Головна", "header.label.secondary.nav": "Середня", "header.label.skip.nav": "Перейти до головного змісту", - "notification.title": "Сповіщення", - "notification.today.heading": "Останні 24 години", - "notification.earlier.heading": "Раніше", - "notification.mark.as.read": "Відмітити все як прочитане", - "notification.fullStop": "•", - "notification.load.more.notifications": "Завантажити більше сповіщень", - "notification.feedback": "Відгук", - "notification.recent.all.message": "Це всі Ваші сповіщення.", - "notification.expired.delete.message": "Сповіщення автоматично видаляються через {days} днів", - "notification.no.message": "Наразі сповіщень немає", - "notification.no.help.message": "Коли Ви отримаєте сповіщення, вони з’являться тут", - "notification.bell.icon.alt.message": "Піктограма дзвоника сповіщення", + "header.label.app.nav": "Додаток", "general.register.sentenceCase": "Зареєструватися", "general.signIn.sentenceCase": "Увійти", "header.menu.dashboard.label": "Мої курси", "header.help.label": "Допомога", "header.menu.profile.label": "Профіль", - "header.menu.account.label": "Налаштування", - "header.menu.career.label": "Кар’єра", - "header.menu.new.label": "Новий", + "header.menu.account.label": "Обліковий запис", "header.menu.orderHistory.label": "Історія замовлень", "header.navigation.skipNavLink": "Перейти до головного змісту.", "header.menu.signOut.label": "Вийти", "header.user.menu.studio": "Головна сторінка в Студії", "header.user.menu.maintenance": "Технічні робити", - "header.label.courseOutline": "Повернутися до плану курсу в Studio", - "tour.action.dismiss": "Відхилити", - "tour.action.end": "Гаразд", - "tour.example.title": "", - "tour.example.body": "" + "header.label.courseOutline": "Повернутися до плану курсу в Studio" } \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/uz.json b/src/i18n/messages/frontend-component-header/uz.json new file mode 100644 index 00000000..fd308321 --- /dev/null +++ b/src/i18n/messages/frontend-component-header/uz.json @@ -0,0 +1,35 @@ +{ + "header.links.courses": "Kurslar", + "header.links.programs": "Dasturlar", + "header.links.content.search": "Yangi kashf", + "header.links.schools": "Maktablar va hamkorlar", + "header.user.menu.dashboard": "Boshqaruv paneli", + "header.user.menu.profile": "Profil", + "header.user.menu.account.settings": "Account", + "header.user.menu.order.history": "Buyurtma tarixi", + "header.user.menu.logout": "Chiqish", + "header.user.menu.login": "Tizimga kirish", + "header.user.menu.register": "Ro'yxatdan o'tish", + "header.user.menu.studio.home": "Studio uyi", + "header.label.account.nav": "Account", + "header.label.account.menu": "Account menyusi", + "header.label.account.menu.for": "{username} uchun account menyusi", + "header.label.main.nav": "Asosiy", + "header.label.main.menu": "Asosiy menyu", + "header.label.main.header": "Asosiy", + "header.label.secondary.nav": "Ikkilamchi", + "header.label.skip.nav": "Asosiy tarkibga o'tish", + "header.label.app.nav": "Ilova", + "general.register.sentenceCase": "Roʻyxatdan oʻtish", + "general.signIn.sentenceCase": "Tizimga kirish", + "header.menu.dashboard.label": "Boshqaruv paneli", + "header.help.label": "Yordam", + "header.menu.profile.label": "Profil", + "header.menu.account.label": "Account", + "header.menu.orderHistory.label": "Buyurtma tarixi", + "header.navigation.skipNavLink": "Asosiy tarkibga o'tish.", + "header.menu.signOut.label": "Tizimdan chiqish", + "header.user.menu.studio": "Studio uyi", + "header.label.courseOutline": "Studiyadagi kurs rejasiga qaytish", + "header.label.search.nav": "Kontentni qidirish" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/vi.json b/src/i18n/messages/frontend-component-header/vi.json new file mode 100644 index 00000000..ea505254 --- /dev/null +++ b/src/i18n/messages/frontend-component-header/vi.json @@ -0,0 +1,35 @@ +{ + "header.links.courses": "Khóa học", + "header.links.programs": "Chương trình", + "header.links.content.search": "Khám phá mới", + "header.links.schools": "Trường học & Đối tác", + "header.user.menu.dashboard": "Bảng điều khiển", + "header.user.menu.profile": "Hồ sơ", + "header.user.menu.account.settings": "Tài khoản", + "header.user.menu.order.history": "Lịch sử đơn hàng", + "header.user.menu.logout": "Đăng xuất", + "header.user.menu.login": "Đăng nhập", + "header.user.menu.register": "Đăng ký", + "header.user.menu.studio.home": "Trang chủ Studio", + "header.label.account.nav": "Tài khoản", + "header.label.account.menu": "Trình đơn tài khoản", + "header.label.account.menu.for": "Trình đơn tài khoản cho {username}", + "header.label.main.nav": "Chính", + "header.label.main.menu": "Trình đơn chính", + "header.label.main.header": "Chính", + "header.label.secondary.nav": "Thứ cấp", + "header.label.skip.nav": "Chuyển đến nội dung chính", + "header.label.app.nav": "Ứng dụng", + "general.register.sentenceCase": "Đăng ký", + "general.signIn.sentenceCase": "Đăng nhập", + "header.menu.dashboard.label": "Bảng điều khiển", + "header.help.label": "Trợ giúp", + "header.menu.profile.label": "Hồ sơ", + "header.menu.account.label": "Tài khoản", + "header.menu.orderHistory.label": "Lịch sử đơn hàng", + "header.navigation.skipNavLink": "Chuyển đến nội dung chính.", + "header.menu.signOut.label": "Đăng xuất", + "header.user.menu.studio": "Trang chủ Studio", + "header.label.courseOutline": "Quay lại đề cương khóa học trong Studio", + "header.label.search.nav": "Tìm kiếm nội dung" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/zh_CN.json b/src/i18n/messages/frontend-component-header/zh_CN.json new file mode 100644 index 00000000..6772fbe5 --- /dev/null +++ b/src/i18n/messages/frontend-component-header/zh_CN.json @@ -0,0 +1,36 @@ +{ + "header.links.courses": "课程", + "header.links.programs": "项目", + "header.links.content.search": "探索新的课程", + "header.links.schools": "学校 & 伙伴", + "header.user.menu.dashboard": "课程面板", + "header.user.menu.profile": "个人主页", + "header.user.menu.account.settings": "账户", + "header.user.menu.order.history": "订单记录", + "header.user.menu.logout": "退出", + "header.user.menu.login": "登录", + "header.user.menu.register": "注册", + "header.user.menu.studio.home": "工作室主页", + "header.user.menu.studio.maintenance": "维护", + "header.label.account.nav": "账号", + "header.label.account.menu": "账户菜单", + "header.label.account.menu.for": "{username} 的帐户菜单", + "header.label.main.nav": "主要", + "header.label.main.menu": "主菜单", + "header.label.main.header": "主要", + "header.label.secondary.nav": "高中", + "header.label.skip.nav": "跳转到主要内容", + "header.label.app.nav": "应用", + "general.register.sentenceCase": "注册", + "general.signIn.sentenceCase": "登录", + "header.menu.dashboard.label": "课程面板", + "header.help.label": "帮助", + "header.menu.profile.label": "个人主页", + "header.menu.account.label": "账号", + "header.menu.orderHistory.label": "订单记录", + "header.navigation.skipNavLink": "跳回主頁", + "header.menu.signOut.label": "注销", + "header.user.menu.studio": "工作室主页", + "header.user.menu.maintenance": "维护", + "header.label.courseOutline": "返回 Studio 中的课程大纲" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-component-header/zh_HK.json b/src/i18n/messages/frontend-component-header/zh_HK.json new file mode 100644 index 00000000..eda7f161 --- /dev/null +++ b/src/i18n/messages/frontend-component-header/zh_HK.json @@ -0,0 +1,35 @@ +{ + "header.links.courses": "課程", + "header.links.programs": "精選課程", + "header.links.content.search": "發現新內容", + "header.links.schools": "學校及合作夥伴", + "header.user.menu.dashboard": "控制面板", + "header.user.menu.profile": "用戶資料", + "header.user.menu.account.settings": "帳戶", + "header.user.menu.order.history": "訂單歷史", + "header.user.menu.logout": "登出", + "header.user.menu.login": "登入", + "header.user.menu.register": "報名", + "header.user.menu.studio.home": "工作室主頁", + "header.label.account.nav": "帳戶", + "header.label.account.menu": "帳戶選單", + "header.label.account.menu.for": "{username}的帳號選單", + "header.label.main.nav": "主要", + "header.label.main.menu": "主選單", + "header.label.main.header": "主要", + "header.label.secondary.nav": "次要", + "header.label.skip.nav": "跳至主要內容", + "header.label.app.nav": "應用程式", + "general.register.sentenceCase": "登記", + "general.signIn.sentenceCase": "登入", + "header.menu.dashboard.label": "控制面板", + "header.help.label": "幫助", + "header.menu.profile.label": "用戶資料", + "header.menu.account.label": "帳戶", + "header.menu.orderHistory.label": "訂單歷史", + "header.navigation.skipNavLink": "跳至主要內容。", + "header.menu.signOut.label": "登出", + "header.user.menu.studio": "工作室主頁", + "header.label.courseOutline": "返回工作室中的課程大綱", + "header.label.search.nav": "搜尋內容" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/ar.json b/src/i18n/messages/frontend-platform/ar.json new file mode 100644 index 00000000..9f786831 --- /dev/null +++ b/src/i18n/messages/frontend-platform/ar.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "حدث خطأ غير متوقع. الرجاء الضغط على الزر أدناه لتحديث الصفحة.", + "unexpected.error.button.text": "حاول ثانية" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/bo.json b/src/i18n/messages/frontend-platform/bo.json new file mode 100644 index 00000000..c2b41ecc --- /dev/null +++ b/src/i18n/messages/frontend-platform/bo.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "ངེས་མེད་ཀྱི་གནད་དོན་ཞིག་བྱུང་སོང་བས། གཤམ་གསལ་གྱི་ཐེབས་དེར་བསྣུན་ནས་ཤོག་ངོས་དེ་བསྐྱར་སྐོར་ཞིག་བྱོས།", + "unexpected.error.button.text": "བསྐྱར་དུ་ཚོད་ལྟ་བྱོས།" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/da.json b/src/i18n/messages/frontend-platform/da.json new file mode 100644 index 00000000..766d22dd --- /dev/null +++ b/src/i18n/messages/frontend-platform/da.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "Der opstod en uventet fejl. Klik venligst på knappen nedenfor for at opdatere siden.", + "unexpected.error.button.text": "Prøv igen" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/de_DE.json b/src/i18n/messages/frontend-platform/de_DE.json new file mode 100644 index 00000000..49c26e45 --- /dev/null +++ b/src/i18n/messages/frontend-platform/de_DE.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "Ein unerwarteter Fehler ist aufgetreten. Bitte klicken Sie auf die Schaltfläche unten, um die Seite zu aktualisieren.", + "unexpected.error.button.text": "Erneut versuchen" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/el.json b/src/i18n/messages/frontend-platform/el.json new file mode 100644 index 00000000..effea4d1 --- /dev/null +++ b/src/i18n/messages/frontend-platform/el.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "Προέκυψε ένα μη αναμενόμενο σφάλμα. Κάντε κλικ στο κουμπί παρακάτω για να ανανεώσετε τη σελίδα.", + "unexpected.error.button.text": "Προσπάθησε ξανά" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/es_419.json b/src/i18n/messages/frontend-platform/es_419.json new file mode 100644 index 00000000..33af31fd --- /dev/null +++ b/src/i18n/messages/frontend-platform/es_419.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "Ocurrió un error inesperado. Haga clic en el botón a continuación para actualizar la página.", + "unexpected.error.button.text": "Intentar otra vez" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/es_ES.json b/src/i18n/messages/frontend-platform/es_ES.json new file mode 100644 index 00000000..33af31fd --- /dev/null +++ b/src/i18n/messages/frontend-platform/es_ES.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "Ocurrió un error inesperado. Haga clic en el botón a continuación para actualizar la página.", + "unexpected.error.button.text": "Intentar otra vez" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/fa.json b/src/i18n/messages/frontend-platform/fa.json new file mode 100644 index 00000000..e4ce6c07 --- /dev/null +++ b/src/i18n/messages/frontend-platform/fa.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "خطایی غیرمنتظره رخ داد. لطفاً روی دکمۀ زیر کلیک کنید تا صفحه دوباره بارگذاری شود.", + "unexpected.error.button.text": "دوباره امتحان کنید" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/fr_CA.json b/src/i18n/messages/frontend-platform/fr_CA.json new file mode 100644 index 00000000..8b8617bb --- /dev/null +++ b/src/i18n/messages/frontend-platform/fr_CA.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "Une erreur inattendue est survenue. Veuillez cliquer sur le bouton ci-dessous pour rafraîchir la page.", + "unexpected.error.button.text": "Essayer à nouveau" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/he.json b/src/i18n/messages/frontend-platform/he.json new file mode 100644 index 00000000..316f0fcf --- /dev/null +++ b/src/i18n/messages/frontend-platform/he.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "שגיאה לא צפויה התרחשה. אנא לחץ על הכפתור למטה כדי לרענן את הדף.", + "unexpected.error.button.text": "נסה שוב" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/hi.json b/src/i18n/messages/frontend-platform/hi.json new file mode 100644 index 00000000..b37eb74a --- /dev/null +++ b/src/i18n/messages/frontend-platform/hi.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "एक अप्रत्याशित त्रुटि हुई। पृष्ठ को ताज़ा करने के लिए कृपया नीचे दिए गए बटन पर क्लिक करें।", + "unexpected.error.button.text": "पुनः प्रयास करें" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/id.json b/src/i18n/messages/frontend-platform/id.json new file mode 100644 index 00000000..bf6251da --- /dev/null +++ b/src/i18n/messages/frontend-platform/id.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "An unexpected error occurred. Please click the button below to refresh the page.", + "unexpected.error.button.text": "Try again" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/index.js b/src/i18n/messages/frontend-platform/index.js new file mode 100644 index 00000000..6f74dc1a --- /dev/null +++ b/src/i18n/messages/frontend-platform/index.js @@ -0,0 +1,59 @@ +// This file is generated by the openedx/frontend-platform's "intl-import.js" script. +// +// Refer to the i18n documents in https://docs.openedx.org/en/latest/developers/references/i18n.html to update +// the file and use the Micro-frontend i18n pattern in new repositories. +// + +import messagesOfArLanguage from './ar.json'; +import messagesOfBoLanguage from './bo.json'; +import messagesOfDaLanguage from './da.json'; +import messagesOfDeDeLanguage from './de_DE.json'; +import messagesOfElLanguage from './el.json'; +import messagesOfEs419Language from './es_419.json'; +import messagesOfEsEsLanguage from './es_ES.json'; +import messagesOfFaLanguage from './fa.json'; +import messagesOfFrCaLanguage from './fr_CA.json'; +import messagesOfHeLanguage from './he.json'; +import messagesOfHiLanguage from './hi.json'; +import messagesOfIdLanguage from './id.json'; +import messagesOfItItLanguage from './it_IT.json'; +import messagesOfLvLanguage from './lv.json'; +import messagesOfPtBrLanguage from './pt_BR.json'; +import messagesOfPtPtLanguage from './pt_PT.json'; +import messagesOfRuLanguage from './ru.json'; +import messagesOfTeLanguage from './te.json'; +import messagesOfThLanguage from './th.json'; +import messagesOfTrTrLanguage from './tr_TR.json'; +import messagesOfUkLanguage from './uk.json'; +import messagesOfUzLanguage from './uz.json'; +import messagesOfViLanguage from './vi.json'; +import messagesOfZhCnLanguage from './zh_CN.json'; +import messagesOfZhHkLanguage from './zh_HK.json'; + +export default { + ar: messagesOfArLanguage, + 'zh-hk': messagesOfZhHkLanguage, + 'zh-cn': messagesOfZhCnLanguage, + vi: messagesOfViLanguage, + uz: messagesOfUzLanguage, + uk: messagesOfUkLanguage, + 'tr-tr': messagesOfTrTrLanguage, + th: messagesOfThLanguage, + te: messagesOfTeLanguage, + ru: messagesOfRuLanguage, + 'pt-pt': messagesOfPtPtLanguage, + 'pt-br': messagesOfPtBrLanguage, + lv: messagesOfLvLanguage, + 'it-it': messagesOfItItLanguage, + id: messagesOfIdLanguage, + hi: messagesOfHiLanguage, + he: messagesOfHeLanguage, + 'fr-ca': messagesOfFrCaLanguage, + fa: messagesOfFaLanguage, + 'es-es': messagesOfEsEsLanguage, + 'es-419': messagesOfEs419Language, + el: messagesOfElLanguage, + 'de-de': messagesOfDeDeLanguage, + da: messagesOfDaLanguage, + bo: messagesOfBoLanguage, +}; diff --git a/src/i18n/messages/frontend-platform/it_IT.json b/src/i18n/messages/frontend-platform/it_IT.json new file mode 100644 index 00000000..af200872 --- /dev/null +++ b/src/i18n/messages/frontend-platform/it_IT.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "Si è verificato un errore imprevisto. Fare clic sul pulsante in basso per aggiornare la pagina.", + "unexpected.error.button.text": "Riprova" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/lv.json b/src/i18n/messages/frontend-platform/lv.json new file mode 100644 index 00000000..2f1f9583 --- /dev/null +++ b/src/i18n/messages/frontend-platform/lv.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "Notikusi negaidīta kļūda. Lūdzu, noklikšķiniet uz tālāk esošās pogas, lai atsvaidzinātu lapu.", + "unexpected.error.button.text": "Mēģini vēlreiz" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/pt_BR.json b/src/i18n/messages/frontend-platform/pt_BR.json new file mode 100644 index 00000000..1013fa3c --- /dev/null +++ b/src/i18n/messages/frontend-platform/pt_BR.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "Ocorreu um erro inesperado. Por favor, clique no botão abaixo para atualizar a página.", + "unexpected.error.button.text": "Tente novamente" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/pt_PT.json b/src/i18n/messages/frontend-platform/pt_PT.json new file mode 100644 index 00000000..1013fa3c --- /dev/null +++ b/src/i18n/messages/frontend-platform/pt_PT.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "Ocorreu um erro inesperado. Por favor, clique no botão abaixo para atualizar a página.", + "unexpected.error.button.text": "Tente novamente" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/ru.json b/src/i18n/messages/frontend-platform/ru.json new file mode 100644 index 00000000..5a681968 --- /dev/null +++ b/src/i18n/messages/frontend-platform/ru.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "Произошла непредвиденная ошибка. Пожалуйста, нажмите кнопку ниже, чтобы обновить страницу.", + "unexpected.error.button.text": "Попробуйте еще раз" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/te.json b/src/i18n/messages/frontend-platform/te.json new file mode 100644 index 00000000..8b4c927a --- /dev/null +++ b/src/i18n/messages/frontend-platform/te.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "అనుకోని తప్పు జరిగినది. దయచేసి పేజీని రిఫ్రెష్ చేయడానికి దిగువ బటన్‌ను క్లిక్ చేయండి.", + "unexpected.error.button.text": "మళ్లీ ప్రయత్నించండి" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/th.json b/src/i18n/messages/frontend-platform/th.json new file mode 100644 index 00000000..3db46d97 --- /dev/null +++ b/src/i18n/messages/frontend-platform/th.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "เกิดความผิดพลาดอย่างไม่ได้คาดคิด. กรุณาคลิกปุ่มด้านล่างเพื่อรีเฟรชหน้า", + "unexpected.error.button.text": "ลองอีกครั้ง" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/tr_TR.json b/src/i18n/messages/frontend-platform/tr_TR.json new file mode 100644 index 00000000..de0140a2 --- /dev/null +++ b/src/i18n/messages/frontend-platform/tr_TR.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "Beklenmedik bir hata oluştu. Sayfayı yenilemek için lütfen aşağıdaki düğmeye tıklayın.", + "unexpected.error.button.text": "Tekrar deneyin" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/uk.json b/src/i18n/messages/frontend-platform/uk.json new file mode 100644 index 00000000..6e0da190 --- /dev/null +++ b/src/i18n/messages/frontend-platform/uk.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "Сталася неочікувана помилка. Натисніть кнопку нижче, щоб оновити сторінку.", + "unexpected.error.button.text": "Спробуйте знову" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/uz.json b/src/i18n/messages/frontend-platform/uz.json new file mode 100644 index 00000000..a00f38a6 --- /dev/null +++ b/src/i18n/messages/frontend-platform/uz.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "Kutilmagan xatolik yuz berdi. Sahifani yangilash uchun quyidagi tugmani bosing.", + "unexpected.error.button.text": "Qayta urinib ko‘ring" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/vi.json b/src/i18n/messages/frontend-platform/vi.json new file mode 100644 index 00000000..6699feb4 --- /dev/null +++ b/src/i18n/messages/frontend-platform/vi.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "Đã xảy ra lỗi không mong muốn. Vui lòng nhấp vào nút bên dưới để làm mới trang.", + "unexpected.error.button.text": "Thử lại" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/zh_CN.json b/src/i18n/messages/frontend-platform/zh_CN.json new file mode 100644 index 00000000..9862f801 --- /dev/null +++ b/src/i18n/messages/frontend-platform/zh_CN.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "一个意料之外的问题发生了。请点击下面的按钮刷新页面。", + "unexpected.error.button.text": "再试一次" +} \ No newline at end of file diff --git a/src/i18n/messages/frontend-platform/zh_HK.json b/src/i18n/messages/frontend-platform/zh_HK.json new file mode 100644 index 00000000..7dc9bfec --- /dev/null +++ b/src/i18n/messages/frontend-platform/zh_HK.json @@ -0,0 +1,4 @@ +{ + "unexpected.error.message.text": "一個意料之外的問題發生了。請點選下面的按鈕刷新頁面。", + "unexpected.error.button.text": "再試一次" +} \ No newline at end of file diff --git a/src/i18n/messages/hi.json b/src/i18n/messages/hi.json deleted file mode 100644 index 273bec90..00000000 --- a/src/i18n/messages/hi.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "header.links.courses": "पाठ्यक्रम", - "header.links.programs": "कार्यक्रम", - "header.links.content.search": "नई खोज करें", - "header.links.schools": "स्कूलों और भागीदारों", - "header.user.menu.career": "करियर", - "header.user.menu.newAlert": "नया", - "header.user.menu.dashboard": "डैशबोर्ड", - "header.user.menu.profile": "प्रोफाइल:", - "header.user.menu.account.settings": "लेखा", - "header.user.menu.order.history": "आदेश इतिहास", - "header.user.menu.logout": "लॉग आउट", - "header.user.menu.login": "लॉग इन करें", - "header.user.menu.register": "साइन अप", - "header.label.account.nav": "लेखा", - "header.label.account.menu": "अकाउंट मेनू ", - "header.label.account.menu.for": "अकाउंट मेनू फॉर {यूसर्नेम}", - "header.label.main.nav": "मुख्य ", - "header.label.main.menu": "मुख्य मेनू ", - "header.label.main.header": "मुख्य ", - "header.label.secondary.nav": "माध्यमिक", - "header.label.skip.nav": "मुख्य कन्टेंट पर जाएं", - "notification.title": "अधिसूचनाएं", - "notification.today.heading": "पिछले 24 घंटे", - "notification.earlier.heading": "पहले", - "notification.mark.as.read": "सभी को पढ़ा हुआ मार्क करें", - "notification.fullStop": "•", - "notification.load.more.notifications": "अधिक सूचनाएं लोड करें", - "notification.feedback": "प्रतिक्रिया", - "notification.recent.all.message": "यह आपकी सभी हालिया सूचनाएं हैं!", - "notification.expired.delete.message": "{days} दिनों के बाद सूचनाएं स्वचालित रूप से साफ़ हो जाती हैं", - "notification.no.message": "अभी तक कोई सूचना नहीं", - "notification.no.help.message": "जब आपको सूचनाएं मिलेंगी तो वे यहां दिखाई देंगी", - "notification.bell.icon.alt.message": "अधिसूचना घंटी चिह्न", - "general.register.sentenceCase": "रजिस्टर करें", - "general.signIn.sentenceCase": "साइन इन करें", - "header.menu.dashboard.label": "डैशबोर्ड", - "header.help.label": "मदद", - "header.menu.profile.label": "प्रोफाइल:", - "header.menu.account.label": "लेखा", - "header.menu.career.label": "करियर", - "header.menu.new.label": "नया", - "header.menu.orderHistory.label": "आदेश इतिहास", - "header.navigation.skipNavLink": "মেইন কনটেন্ট এ জান ", - "header.menu.signOut.label": "प्रस्थान करें", - "header.user.menu.studio": "स्टुडियो होम ", - "header.user.menu.maintenance": "रखरखाव", - "header.label.courseOutline": "बॅक तो कोर्स आउटलाइन स्टुडियो में ", - "tour.action.dismiss": "ख़ारिज करें", - "tour.action.end": "ठीक है", - "tour.example.title": "उदाहरण यात्रा", - "tour.example.body": "यह एक उदाहरण दौरा है" -} \ No newline at end of file diff --git a/src/i18n/messages/it.json b/src/i18n/messages/it.json deleted file mode 100644 index 115410b1..00000000 --- a/src/i18n/messages/it.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "header.links.courses": "Corsi", - "header.links.programs": "Programmi", - "header.links.content.search": "Scopri Nuovo", - "header.links.schools": "Scuole e Partner", - "header.user.menu.career": "Carriera", - "header.user.menu.newAlert": "Nuovo", - "header.user.menu.dashboard": "Pannello di controllo", - "header.user.menu.profile": "Profilo", - "header.user.menu.account.settings": "Account", - "header.user.menu.order.history": "Cronologia Ordini", - "header.user.menu.logout": "Disconnettersi", - "header.user.menu.login": "Login", - "header.user.menu.register": "Registrazione", - "header.label.account.nav": "Account", - "header.label.account.menu": "Menù Conto", - "header.label.account.menu.for": "Menu account per {username}", - "header.label.main.nav": "Principale", - "header.label.main.menu": "Menu principale", - "header.label.main.header": "Principale", - "header.label.secondary.nav": "Secondario", - "header.label.skip.nav": "Passa al contenuto principale", - "notification.title": "Notifiche", - "notification.today.heading": "Ultime 24 ore", - "notification.earlier.heading": "Prima", - "notification.mark.as.read": "Segna tutti come letti", - "notification.fullStop": "•", - "notification.load.more.notifications": "Carica più notifiche", - "notification.feedback": "Feedback", - "notification.recent.all.message": "Queste sono tutte le tue notifiche recenti!", - "notification.expired.delete.message": "Le notifiche vengono cancellate automaticamente dopo {days} giorni", - "notification.no.message": "Nessuna notifica ancora", - "notification.no.help.message": "Quando ricevi le notifiche, queste verranno visualizzate qui", - "notification.bell.icon.alt.message": "Icona campana di notifica", - "general.register.sentenceCase": "Registrazione", - "general.signIn.sentenceCase": "Accedi", - "header.menu.dashboard.label": "Pannello di controllo", - "header.help.label": "Aiuto", - "header.menu.profile.label": "Profilo", - "header.menu.account.label": "Account", - "header.menu.career.label": "Carriera", - "header.menu.new.label": "Nuovo", - "header.menu.orderHistory.label": "Cronologia Ordini", - "header.navigation.skipNavLink": "Passa al contenuto principale.", - "header.menu.signOut.label": "Esci", - "header.user.menu.studio": "Casa Studio", - "header.user.menu.maintenance": "Manutenzione", - "header.label.courseOutline": "Ritorno alla struttura del corso in Studio", - "tour.action.dismiss": "Chiudi", - "tour.action.end": "Va bene", - "tour.example.title": "Giro d'esempio", - "tour.example.body": "Questo è un tour di esempio" -} \ No newline at end of file diff --git a/src/i18n/messages/paragon/ar.json b/src/i18n/messages/paragon/ar.json new file mode 100644 index 00000000..b4cc0973 --- /dev/null +++ b/src/i18n/messages/paragon/ar.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "A message shown when a file with less than minimum allowed size is being uploaded in Dropzone.", + "string": "يجب أن يكون حجم الملف أكبر من {size}." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "A message shown when a file with more than maximum allowed size is being uploaded in Dropzone.", + "string": "يجب أن يكون حجم الملف أقل من {size}." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "A message shown when a file with wrong MIME type is being uploaded.", + "string": "نوع الملف يجب ان يكون {count, plural, one {{typeString} الملف} other {احدى من {typeString} ملفات}}." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "A message shown when multiple files are dragged over Dropzone.", + "string": "يسمح بتحميل ملف واحد فقط." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "A message shown in case file validation in Dropzone component for unknown reason.", + "string": "حدثت مشكلة غير متوقعة أثناء التحقق من صحة الملف. رجاءً حاول مرة اخرى." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "A message shown in case file upload in Dropzone component results in an error.", + "string": "حدثت مشكلة أثناء رفع ملفك. رجاءً حاول مجددًا." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Label of a close button on Alert component", + "string": "تجاهل" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the next element", + "string": "انتقل إلى التالي" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the previous element", + "string": "انتقل إلى السابق" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the next element", + "string": "انتقل إلى التالي" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the previous element", + "string": "انتقل إلى السابق" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "Text for all selected label", + "string": "تم تحديد الـ {numSelectedRows} كلها" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "A label of clear all selection button.", + "string": "إلغاء التحديد" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "A label for select all button.", + "string": "تحديد الـ {itemCount} كلها" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "Text for selected label", + "string": "تم تحديد {numSelectedRows}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "Text for selected label when table is paginated", + "string": "تم تحديد {numSelectedRows} ({numSelectedRowsOnPage} موضح أدناه)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "Label of an action button that collapses all expandable rows of DataTable.", + "string": "طي الكل" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "Label of an action button that expands all expandable rows of DataTable.", + "string": "فتح الكل" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "A text that appears on the `Clear filters` button", + "string": "إزالة المرشحات" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "A text describing how many rows is shown in the table", + "string": "عرض {firstRow} - {lastRow} من {itemCount} ." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "Title for the sidebar filters component", + "string": "المرشحات" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "A message shown when uploaded file's size must be in given range.", + "string": "بين {sizeMin} و {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "A message shown when uploaded file's size must be more than some value.", + "string": "أقصى قيمة {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "A message shown when uploaded file's size must be more than some value.", + "string": "أدنى قيمة {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "A message shown when uploaded file must be of certain type(s).", + "string": "ارفع ملفات {count ، plural, one {{firstPart}} other {{firstPart} أو {secondPart}}}." + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "A text that appears as a label for input of Dropzone component.", + "string": "اسحب و ألق ملفك هنا أو انقر للرفع." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Label of a cancel button that is shown during file upload in Dropzone component.", + "string": "إلغاء" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "A text that is shown near a progress bar during file upload in Dropzone component.", + "string": "رفع {filename} جارٍ." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "A message shown in case when the autosuggest menu is opened.", + "string": "إغلاق قائمة الخيارات" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "A message shown in case when the autosuggest menu is closed.", + "string": "فتح قائمة الخيارات" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "رسالة قارئ الشاشة لإعلام المستخدم بوجوده في أسفل خطوة جولة المنتج.", + "string": "أسفل الخطوة {step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "رسالة قارئ الشاشة لإعلام المستخدم بوجوده في أسفل خطوة جولة المنتج.", + "string": "أعلى الخطوة {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Close label for Toast component", + "string": "إغلاق " + } +} diff --git a/src/i18n/messages/paragon/da.json b/src/i18n/messages/paragon/da.json new file mode 100644 index 00000000..b443ad49 --- /dev/null +++ b/src/i18n/messages/paragon/da.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "En meddelelse, der vises, når en fil med mindre end den tilladte minimumsstørrelse uploades i Dropzone.", + "string": "Filen skal være større end {size} ." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "En besked, der vises, når en fil med mere end maksimal tilladt størrelse uploades i Dropzone.", + "string": "Filen skal være mindre end {size} ." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "En meddelelse, der vises, når en fil med forkert MIME-type uploades.", + "string": "Filtypen skal være {count, plural, one { {typeString} file} other {one of {typeString} files}}." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "En besked, der vises, når flere filer trækkes over Dropzone.", + "string": "Kun én upload tilladt." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "En besked vist i sagsfilvalidering i Dropzone-komponent af ukendt årsag.", + "string": "Der opstod et uventet problem under filvalidering. Prøv igen." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "En meddelelse vist i tilfælde af filupload i Dropzone-komponenten resulterer i en fejl.", + "string": "Der opstod et problem under upload af din fil. Prøv igen." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Etiket på en lukkeknap på Alert-komponent", + "string": "Afskedige" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "Tilgængelighedstekst, der beskriver handlingen for at navigere en rullebar karrusel til det næste element", + "string": "Rul til næste" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "Tilgængelighedstekst, der beskriver handlingen for at navigere en rullebar karrusel til det forrige element", + "string": "Rul til forrige" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "Tilgængelighedstekst, der beskriver handlingen for at navigere en rullebar karrusel til det næste element", + "string": "Rul til næste" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "Tilgængelighedstekst, der beskriver handlingen for at navigere en rullebar karrusel til det forrige element", + "string": "Rul til forrige" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "Tekst for alle valgte etiketter", + "string": "Alle {numSelectedRows} er valgt" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "En etiket med knappen Ryd alt.", + "string": "Ryd markering" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "En etiket til knappen Vælg alle.", + "string": "Vælg alle {itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "Tekst til valgt etiket", + "string": "{numSelectedRows} valgt" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "Tekst til valgt etiket, når tabellen er pagineret", + "string": "{numSelectedRows} valgt ( {numSelectedRowsOnPage} vist nedenfor)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "Etiket på en handlingsknap, der skjuler alle udvidelige rækker af DataTable.", + "string": "Skjul alle" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "Etiket på en handlingsknap, der udvider alle rækker af DataTable, der kan udvides.", + "string": "Udvid alle" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "En tekst, der vises på knappen 'Ryd filtre'", + "string": "Ryd filtre" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "En tekst, der beskriver, hvor mange rækker der er vist i tabellen", + "string": "Viser {firstRow} - {lastRow} af {itemCount} ." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "Titel for sidebjælkefiltre-komponenten", + "string": "Filtre" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "En meddelelse, der vises, når den uploadede fils størrelse skal være inden for et givet område.", + "string": "Mellem {sizeMin} og {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "En meddelelse, der vises, når den uploadede fils størrelse skal være større end en vis værdi.", + "string": "Max {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "En meddelelse, der vises, når den uploadede fils størrelse skal være større end en vis værdi.", + "string": "Min {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "En meddelelse, der vises, når filen uploades, skal være af en eller flere typer.", + "string": "Upload {count, plural, one { {firstPart} files} other { {firstPart} or {secondPart} files}}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "En tekst, der vises som en etiket til input af Dropzone-komponent.", + "string": "Træk og slip din fil her, eller klik for at uploade." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Etiket på en annulleringsknap, der vises under filupload i Dropzone-komponenten.", + "string": "Afbestille" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "En tekst, der vises nær en statuslinje under filupload i Dropzone-komponenten.", + "string": "Uploader {filename} ." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "En meddelelse vises i tilfælde af, at autoforslagsmenuen åbnes.", + "string": "Luk indstillingsmenuen" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "En meddelelse vises i tilfælde af, at autosuggest-menuen er lukket.", + "string": "Åbn indstillingsmenuen" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "Skærmlæsermeddelelse for at give brugeren besked om, at de er placeret nederst i produktrundvisningstrinnet.", + "string": "Nederst i trin {step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "Skærmlæsermeddelelse for at give brugeren besked om, at de er placeret nederst i produktrundvisningstrinnet.", + "string": "Øverst på trin {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Luk etiket til Toast-komponent", + "string": "Tæt" + } +} diff --git a/src/i18n/messages/paragon/de.json b/src/i18n/messages/paragon/de.json new file mode 100644 index 00000000..fb2ced0d --- /dev/null +++ b/src/i18n/messages/paragon/de.json @@ -0,0 +1,118 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "A message shown when a file with less than minimum allowed size is being uploaded in Dropzone.", + "string": "File must be larger than {size}." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "A message shown when a file with more than maximum allowed size is being uploaded in Dropzone.", + "string": "File must be less than {size}." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "A message shown when a file with wrong MIME type is being uploaded.", + "string": "The file type must be {count, plural, one {{typeString} file} other {one of {typeString} files}}." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "A message shown when multiple files are dragged over Dropzone.", + "string": "Only one upload permitted." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "A message shown in case file validation in Dropzone component for unknown reason.", + "string": "An unexpected problem occured during file validation. Please try again." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "A message shown in case file upload in Dropzone component results in an error.", + "string": "A problem occured while uploading your file. Please try again." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Label of a close button on Alert component", + "string": "Dismiss" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the next element", + "string": "Scroll to next" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the previous element", + "string": "Scroll to previous" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "Text for all selected label", + "string": "All {numSelectedRows} selected" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "A label of clear all selection button.", + "string": "Clear selection" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "A label for select all button.", + "string": "Select all {itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "Text for selected label", + "string": "{numSelectedRows} selected" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "Text for selected label when table is paginated", + "string": "{numSelectedRows} selected ({numSelectedRowsOnPage} shown below)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "Label of an action button that collapses all expandable rows of DataTable.", + "string": "Alles einklappen" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "Label of an action button that expands all expandable rows of DataTable.", + "string": "Alles ausklappen" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "A text that appears on the `Clear filters` button", + "string": "Clear filters" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "A text describing how many rows is shown in the table", + "string": "Showing {pageSize} of {itemCount}." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "Title for the sidebar filters component", + "string": "Filters" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "A message shown when uploaded file's size must be in given range.", + "string": "Between {sizeMin} and {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "A message shown when uploaded file's size must be more than some value.", + "string": "Max {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "A message shown when uploaded file's size must be more than some value.", + "string": "Min {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "A message shown when uploaded file must be of certain type(s).", + "string": "Upload {count, plural, one {{firstPart} files} other {{firstPart} or {secondPart} files}}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "A text that appears as a label for input of Dropzone component.", + "string": "Drag and drop your file here or click to upload." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Label of a cancel button that is shown during file upload in Dropzone component.", + "string": "Abbrechen" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "A text that is shown near a progress bar during file upload in Dropzone component.", + "string": "Uploading {filename}." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "A message shown in case when the autosuggest menu is opened.", + "string": "Close the options menu" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "A message shown in case when the autosuggest menu is closed.", + "string": "Open the options menu" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Close label for Toast component", + "string": "Schließen" + } +} diff --git a/src/i18n/messages/paragon/de_DE.json b/src/i18n/messages/paragon/de_DE.json new file mode 100644 index 00000000..02f76911 --- /dev/null +++ b/src/i18n/messages/paragon/de_DE.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "Eine Meldung wird angezeigt, wenn eine Datei mit einer geringeren als der zulässigen Mindestgröße in Dropzone hochgeladen wird.", + "string": "Die Datei muss größer als {size} sein." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "Eine Meldung wird angezeigt, wenn eine Datei mit mehr als der maximal zulässigen Größe in Dropzone hochgeladen wird.", + "string": "Die Datei muss kleiner als {size} sein." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "Eine Meldung wird angezeigt, wenn eine Datei mit falschem MIME-Typ hochgeladen wird.", + "string": "Der Dateityp muss {count, plural, one { {typeString} file} other {one of {typeString} files}} sein." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "Eine Meldung wird angezeigt, wenn mehrere Dateien über Dropzone gezogen werden.", + "string": "Es ist nur ein Upload zulässig." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "Aus unbekanntem Grund wird bei der Validierung der Falldatei in der Dropzone-Komponente eine Meldung angezeigt.", + "string": "Bei der Dateivalidierung ist ein unerwartetes Problem aufgetreten. Bitte versuche es erneut." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "Eine Meldung wird angezeigt, wenn das Hochladen einer Datei in die Dropzone-Komponente zu einem Fehler führt.", + "string": "Beim Hochladen Ihrer Datei ist ein Problem aufgetreten. Bitte versuche es erneut." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Beschriftung einer Schließen-Schaltfläche in der Alert-Komponente", + "string": "Tour Beenden" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "Barrierefreiheitstext, der die Aktion zum Navigieren in einem scrollbaren Karussell zum nächsten Element beschreibt", + "string": "Scrollen Sie zum nächsten" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "Barrierefreiheitstext, der die Aktion zum Navigieren in einem scrollbaren Karussell zum vorherigen Element beschreibt", + "string": "Scrollen Sie zum vorherigen" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "Barrierefreiheitstext, der die Aktion zum Navigieren in einem scrollbaren Karussell zum nächsten Element beschreibt", + "string": "Scrollen Sie zum nächsten" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "Barrierefreiheitstext, der die Aktion zum Navigieren in einem scrollbaren Karussell zum vorherigen Element beschreibt", + "string": "Scrollen Sie zum vorherigen" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "Text für alle ausgewählten Etiketten", + "string": "Alle {numSelectedRows} ausgewählt" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "Eine Beschriftung der Schaltfläche „Alle Auswahl löschen“.", + "string": "Klare Auswahl" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "Eine Beschriftung für die Schaltfläche „Alle auswählen“.", + "string": "Alle auswählen {itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "Text für ausgewähltes Etikett", + "string": "{numSelectedRows} ausgewählt" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "Text für die ausgewählte Beschriftung, wenn die Tabelle paginiert ist", + "string": "{numSelectedRows} ausgewählt ( {numSelectedRowsOnPage} unten gezeigt)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "Bezeichnung einer Aktionsschaltfläche, die alle erweiterbaren Zeilen von DataTable reduziert.", + "string": "Alles zusammenklappen" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "Bezeichnung einer Aktionsschaltfläche, die alle erweiterbaren Zeilen von DataTable erweitert.", + "string": "Alle erweitern" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "Ein Text, der auf der Schaltfläche „Filter löschen“ angezeigt wird", + "string": "Filter löschen" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "Ein Text, der beschreibt, wie viele Zeilen in der Tabelle angezeigt werden", + "string": "Zeigt {firstRow} - {lastRow} von {itemCount} ." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "Titel für die Seitenleistenfilterkomponente", + "string": "Filter" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "Es wird eine Meldung angezeigt, wenn die Größe der hochgeladenen Datei im angegebenen Bereich liegen muss.", + "string": "Zwischen {sizeMin} und {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "Es wird eine Meldung angezeigt, wenn die Größe der hochgeladenen Datei einen bestimmten Wert überschreiten muss.", + "string": "Max {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "Es wird eine Meldung angezeigt, wenn die Größe der hochgeladenen Datei einen bestimmten Wert überschreiten muss.", + "string": "Min. {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "Eine beim Hochladen der Datei angezeigte Meldung muss von einem oder mehreren bestimmten Typ(en) sein.", + "string": "Laden Sie {count, plural, one { {firstPart} files} other { {firstPart} or {secondPart} files}} hoch" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "Ein Text, der als Beschriftung für die Eingabe der Dropzone-Komponente erscheint.", + "string": "Ziehen Sie Ihre Datei per Drag-and-Drop hierher oder klicken Sie zum Hochladen." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Bezeichnung einer Abbrechen-Schaltfläche, die während des Datei-Uploads in der Dropzone-Komponente angezeigt wird.", + "string": "Löschen" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "Ein Text, der während des Datei-Uploads in der Dropzone-Komponente neben einem Fortschrittsbalken angezeigt wird.", + "string": "Hochladen von {filename} ." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "Eine Meldung wird angezeigt, wenn das Autosuggest-Menü geöffnet wird.", + "string": "Schließen Sie das Optionsmenü" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "Eine Meldung wird angezeigt, wenn das Autosuggest-Menü geschlossen wird.", + "string": "Öffnen Sie das Optionsmenü" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "Bildschirmlesemeldung, um den Benutzer darüber zu informieren, dass er sich am Ende des Produkttourschritts befindet.", + "string": "Unterseite der Stufe {step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "Bildschirmlesemeldung, um den Benutzer darüber zu informieren, dass er sich am Ende des Produkttourschritts befindet.", + "string": "Oberseite der Stufe {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Schließen Sie die Bezeichnung für die Toast-Komponente", + "string": "Schließen" + } +} diff --git a/src/i18n/messages/paragon/el.json b/src/i18n/messages/paragon/el.json new file mode 100644 index 00000000..076d9176 --- /dev/null +++ b/src/i18n/messages/paragon/el.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "Ένα μήνυμα που εμφανίζεται όταν ένα αρχείο με μικρότερο από το ελάχιστο επιτρεπόμενο μέγεθος μεταφορτώνεται στο Dropzone.", + "string": "Το αρχείο πρέπει να είναι μεγαλύτερο από {size} ." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "Ένα μήνυμα που εμφανίζεται όταν ένα αρχείο με μεγαλύτερο από το μέγιστο επιτρεπόμενο μέγεθος μεταφορτώνεται στο Dropzone.", + "string": "Το αρχείο πρέπει να είναι μικρότερο από {size} ." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "Ένα μήνυμα που εμφανίζεται όταν γίνεται αποστολή ενός αρχείου με λάθος τύπο MIME.", + "string": "Ο τύπος αρχείου πρέπει να είναι {count, plural, one { {typeString} file} other {one of {typeString} files}}." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "Ένα μήνυμα που εμφανίζεται όταν σύρονται πολλά αρχεία στο Dropzone.", + "string": "Επιτρέπεται μόνο μία μεταφόρτωση." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "Ένα μήνυμα που εμφανίζεται στην επικύρωση αρχείου υπόθεσης στο στοιχείο Dropzone για άγνωστο λόγο.", + "string": "Παρουσιάστηκε ένα μη αναμενόμενο πρόβλημα κατά την επικύρωση του αρχείου. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "Ένα μήνυμα που εμφανίζεται στη μεταφόρτωση αρχείου υπόθεσης στο στοιχείο Dropzone οδηγεί σε σφάλμα.", + "string": "Παρουσιάστηκε πρόβλημα κατά τη μεταφόρτωση του αρχείου σας. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Ετικέτα ενός κουμπιού κλεισίματος στο στοιχείο ειδοποίησης", + "string": "Απόρριψη" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "Κείμενο προσβασιμότητας που περιγράφει την ενέργεια για την πλοήγηση ενός καρουζέλ με δυνατότητα κύλισης στο επόμενο στοιχείο", + "string": "Κάντε κύλιση στο επόμενο" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "Κείμενο προσβασιμότητας που περιγράφει την ενέργεια για την πλοήγηση ενός καρουζέλ με δυνατότητα κύλισης στο προηγούμενο στοιχείο", + "string": "Κάντε κύλιση στο προηγούμενο" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "Κείμενο προσβασιμότητας που περιγράφει την ενέργεια για την πλοήγηση ενός καρουζέλ με δυνατότητα κύλισης στο επόμενο στοιχείο", + "string": "Κάντε κύλιση στο επόμενο" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "Κείμενο προσβασιμότητας που περιγράφει την ενέργεια για την πλοήγηση ενός καρουζέλ με δυνατότητα κύλισης στο προηγούμενο στοιχείο", + "string": "Κάντε κύλιση στο προηγούμενο" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "Κείμενο για όλες τις επιλεγμένες ετικέτες", + "string": "Επιλέχθηκαν όλα {numSelectedRows}" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "Μια ετικέτα με το κουμπί διαγραφής όλων των επιλογών.", + "string": "Καθαρή επιλογή" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "Μια ετικέτα για το κουμπί επιλογής όλων.", + "string": "Επιλέξτε όλα {itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "Κείμενο για την επιλεγμένη ετικέτα", + "string": "Επιλέχθηκε {numSelectedRows}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "Κείμενο για την επιλεγμένη ετικέτα κατά τη σελιδοποίηση του πίνακα", + "string": "Επιλέχθηκε {numSelectedRows} ( {numSelectedRowsOnPage} φαίνεται παρακάτω)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "Ετικέτα ενός κουμπιού ενέργειας που συμπτύσσει όλες τις επεκτάσιμες σειρές του DataTable.", + "string": "Αναδίπλωση όλων" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "Ετικέτα ενός κουμπιού ενέργειας που επεκτείνει όλες τις επεκτάσιμες σειρές του DataTable.", + "string": "Εμφάνιση όλων" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "Ένα κείμενο που εμφανίζεται στο κουμπί "Διαγραφή φίλτρων".", + "string": "Καθαρισμός φίλτρων" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "Ένα κείμενο που περιγράφει πόσες σειρές εμφανίζεται στον πίνακα", + "string": "Εμφάνιση {firstRow} - {lastRow} του {itemCount} ." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "Τίτλος για το στοιχείο φίλτρα πλευρικής γραμμής", + "string": "Φίλτρα" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "Ένα μήνυμα που εμφανίζεται όταν το μέγεθος του αρχείου μεταφόρτωσης πρέπει να βρίσκεται σε δεδομένο εύρος.", + "string": "Μεταξύ {sizeMin} και {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "Ένα μήνυμα που εμφανίζεται όταν το μέγεθος του αρχείου μεταφόρτωσης πρέπει να είναι μεγαλύτερη από κάποια τιμή.", + "string": "Μέγιστο {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "Ένα μήνυμα που εμφανίζεται όταν το μέγεθος του αρχείου μεταφόρτωσης πρέπει να είναι μεγαλύτερη από κάποια τιμή.", + "string": "Ελάχ. {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "Ένα μήνυμα που εμφανίζεται κατά τη μεταφόρτωση του αρχείου πρέπει να είναι συγκεκριμένου τύπου.", + "string": "Μεταφόρτωση {count, plural, one { {firstPart} files} other { {firstPart} or {secondPart} files}}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "Ένα κείμενο που εμφανίζεται ως ετικέτα για την εισαγωγή του στοιχείου Dropzone.", + "string": "Σύρετε και αποθέστε το αρχείο σας εδώ ή κάντε κλικ για μεταφόρτωση." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Ετικέτα ενός κουμπιού ακύρωσης που εμφανίζεται κατά τη μεταφόρτωση αρχείου στο στοιχείο Dropzone.", + "string": "Ακύρωση" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "Ένα κείμενο που εμφανίζεται κοντά σε μια γραμμή προόδου κατά τη μεταφόρτωση αρχείου στο στοιχείο Dropzone.", + "string": "Μεταφόρτωση {filename} ." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "Ένα μήνυμα που εμφανίζεται σε περίπτωση που ανοίξει το μενού αυτόματης πρότασης.", + "string": "Κλείστε το μενού επιλογών" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "Ένα μήνυμα που εμφανίζεται σε περίπτωση που το μενού αυτόματης πρότασης είναι κλειστό.", + "string": "Ανοίξτε το μενού επιλογών" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "Μήνυμα προγράμματος ανάγνωσης οθόνης για ειδοποίηση του χρήστη ότι βρίσκονται στο κάτω μέρος του βήματος περιήγησης προϊόντος.", + "string": "Κάτω βήματος {step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "Μήνυμα προγράμματος ανάγνωσης οθόνης για ειδοποίηση του χρήστη ότι βρίσκονται στο κάτω μέρος του βήματος περιήγησης προϊόντος.", + "string": "Κορυφή του βήματος {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Κλείστε την ετικέτα για το στοιχείο τοστ", + "string": "Κλείσιμο" + } +} diff --git a/src/i18n/messages/paragon/es_419.json b/src/i18n/messages/paragon/es_419.json new file mode 100644 index 00000000..0e2c4276 --- /dev/null +++ b/src/i18n/messages/paragon/es_419.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "Un mensaje que se muestra cuando se carga en Dropzone un archivo con un tamaño inferior al mínimo permitido.", + "string": "El archivo debe ser mayor que {size} ." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "Un mensaje que se muestra cuando se carga en Dropzone un archivo con un tamaño superior al máximo permitido.", + "string": "El archivo debe ser menor que {size} ." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "Un mensaje que se muestra cuando se carga un archivo con un tipo MIME incorrecto.", + "string": "El tipo de archivo debe ser {count, plural, one { {typeString} file} other {one of {typeString} files}}." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "Un mensaje que se muestra cuando se arrastran varios archivos sobre Dropzone.", + "string": "Sólo se permite una carga." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "Se muestra un mensaje en el caso de validación del archivo en el componente Dropzone por motivo desconocido.", + "string": "Se produjo un problema inesperado durante la validación del archivo. Inténtalo de nuevo." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "Se muestra un mensaje en caso de que la carga de archivos en el componente Dropzone genere un error.", + "string": "Se produjo un problema al cargar su archivo. Inténtalo de nuevo." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Etiqueta de un botón de cierre en el componente Alerta", + "string": "Descartar" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "Texto de accesibilidad que describe la acción para navegar en un carrusel desplazable al siguiente elemento", + "string": "Desplazarse al siguiente" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "Texto de accesibilidad que describe la acción para navegar en un carrusel desplazable al elemento anterior", + "string": "Desplazarse al anterior" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "Texto de accesibilidad que describe la acción para navegar en un carrusel desplazable al siguiente elemento", + "string": "Desplazarse al siguiente" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "Texto de accesibilidad que describe la acción para navegar en un carrusel desplazable al elemento anterior", + "string": "Desplazarse al anterior" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "Texto para todas las etiquetas seleccionadas", + "string": "Todos {numSelectedRows} seleccionados" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "Una etiqueta del botón de borrar toda la selección.", + "string": "Selección clara" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "Una etiqueta para el botón Seleccionar todo.", + "string": "Seleccionar todo {itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "Texto para la etiqueta seleccionada", + "string": "{numSelectedRows} seleccionado" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "Texto de la etiqueta seleccionada cuando la tabla está paginada", + "string": "{numSelectedRows} seleccionado ( {numSelectedRowsOnPage} se muestra a continuación)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "Etiqueta de un botón de acción que colapsa todas las filas expandibles de DataTable.", + "string": "Colapsar todo" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "Etiqueta de un botón de acción que expande todas las filas expandibles de DataTable.", + "string": "Expandir todo" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "Un texto que aparece en el botón `Borrar filtros`", + "string": "Borrar filtros" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "Un texto que describe cuántas filas se muestran en la tabla.", + "string": "Mostrando {firstRow} - {lastRow} de {itemCount} ." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "Título del componente de filtros de la barra lateral", + "string": "Filtros" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "Se muestra un mensaje cuando el tamaño del archivo cargado debe estar dentro del rango determinado.", + "string": "Entre {sizeMin} y {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "Se muestra un mensaje cuando el tamaño del archivo cargado debe ser mayor que algún valor.", + "string": "Max {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "Se muestra un mensaje cuando el tamaño del archivo cargado debe ser mayor que algún valor.", + "string": "Min {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "Un mensaje que se muestra cuando se carga un archivo debe ser de cierto tipo.", + "string": "Cargue {count, plural, one {archivos {firstPart} } other {archivos {firstPart} o {secondPart} }}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "Un texto que aparece como una etiqueta para la entrada del componente Dropzone.", + "string": "Arrastre y suelte su archivo aquí o haga clic para cargarlo." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Etiqueta de un botón de cancelar que se muestra durante la carga de archivos en el componente Dropzone.", + "string": "Cancelar" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "Un texto que se muestra cerca de una barra de progreso durante la carga de archivos en el componente Dropzone.", + "string": "Subiendo {filename} ." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "Un mensaje que se muestra en caso de que se abra el menú de sugerencias automáticas.", + "string": "Cerrar el menú de opciones" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "Un mensaje que se muestra en caso de que el menú de sugerencias automáticas esté cerrado.", + "string": "Abre el menú de opciones" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "Mensaje del lector de pantalla para notificar al usuario que se encuentra en la parte inferior del paso del recorrido por el producto.", + "string": "Parte inferior del paso {step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "Mensaje del lector de pantalla para notificar al usuario que se encuentra en la parte inferior del paso del recorrido por el producto.", + "string": "Parte superior del escalón {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Cerrar etiqueta para el componente Toast", + "string": "Cerrar" + } +} diff --git a/src/i18n/messages/paragon/es_ES.json b/src/i18n/messages/paragon/es_ES.json new file mode 100644 index 00000000..0726793f --- /dev/null +++ b/src/i18n/messages/paragon/es_ES.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "Un mensaje que se muestra cuando se carga en Dropzone un archivo con un tamaño inferior al mínimo permitido.", + "string": "El archivo debe ser mayor que {size} ." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "Un mensaje que se muestra cuando se carga en Dropzone un archivo con un tamaño superior al máximo permitido.", + "string": "El archivo debe ser menor que {size} ." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "Un mensaje que se muestra cuando se carga un archivo con un tipo MIME incorrecto.", + "string": "El tipo de archivo debe ser {count, plural, one { {typeString} file} other {one of {typeString} files}}." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "Un mensaje que se muestra cuando se arrastran varios archivos sobre Dropzone.", + "string": "Sólo se permite una carga." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "Se muestra un mensaje en el caso de validación del archivo en el componente Dropzone por motivo desconocido.", + "string": "Se produjo un problema inesperado durante la validación del archivo. Inténtalo de nuevo." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "Se muestra un mensaje en caso de que la carga de archivos en el componente Dropzone genere un error.", + "string": "Se produjo un problema al cargar su archivo. Inténtalo de nuevo." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Etiqueta de un botón de cierre en el componente Alerta", + "string": "Descartar" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "Texto de accesibilidad que describe la acción para navegar en un carrusel desplazable al siguiente elemento", + "string": "Desplazarse al siguiente" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "Texto de accesibilidad que describe la acción para navegar en un carrusel desplazable al elemento anterior", + "string": "Desplazarse al anterior" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "Texto de accesibilidad que describe la acción para navegar en un carrusel desplazable al siguiente elemento", + "string": "Desplazarse al siguiente" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "Texto de accesibilidad que describe la acción para navegar en un carrusel desplazable al elemento anterior", + "string": "Desplazarse al anterior" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "Texto para todas las etiquetas seleccionadas", + "string": "Todos {numSelectedRows} seleccionados" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "Una etiqueta del botón de borrar toda la selección.", + "string": "Selección clara" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "Una etiqueta para el botón Seleccionar todo.", + "string": "Seleccionar todo {itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "Texto para la etiqueta seleccionada", + "string": "{numSelectedRows} seleccionado" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "Texto de la etiqueta seleccionada cuando la tabla está paginada", + "string": "{numSelectedRows} seleccionado ( {numSelectedRowsOnPage} se muestra a continuación)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "Etiqueta de un botón de acción que colapsa todas las filas expandibles de DataTable.", + "string": "Contraer todo" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "Etiqueta de un botón de acción que expande todas las filas expandibles de DataTable.", + "string": "Desplegar todo" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "Un texto que aparece en el botón `Borrar filtros`", + "string": "Borrar filtros" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "Un texto que describe cuántas filas se muestran en la tabla.", + "string": "Mostrando {firstRow} - {lastRow} de {itemCount} ." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "Título del componente de filtros de la barra lateral", + "string": "Filtros" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "Se muestra un mensaje cuando el tamaño del archivo cargado debe estar dentro del rango determinado.", + "string": "Entre {sizeMin} y {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "Se muestra un mensaje cuando el tamaño del archivo cargado debe ser mayor que algún valor.", + "string": "Max {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "Se muestra un mensaje cuando el tamaño del archivo cargado debe ser mayor que algún valor.", + "string": "Min {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "Un mensaje que se muestra cuando se carga un archivo debe ser de cierto tipo.", + "string": "Cargue {count, plural, one {archivos {firstPart} } other {archivos {firstPart} o {secondPart} }}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "Un texto que aparece como una etiqueta para la entrada del componente Dropzone.", + "string": "Arrastre y suelte su archivo aquí o haga clic para cargarlo." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Etiqueta de un botón de cancelar que se muestra durante la carga de archivos en el componente Dropzone.", + "string": "Cancelar" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "Un texto que se muestra cerca de una barra de progreso durante la carga de archivos en el componente Dropzone.", + "string": "Subiendo {filename} ." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "Un mensaje que se muestra en caso de que se abra el menú de sugerencias automáticas.", + "string": "Cerrar el menú de opciones" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "Un mensaje que se muestra en caso de que el menú de sugerencias automáticas esté cerrado.", + "string": "Abre el menú de opciones" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "Mensaje del lector de pantalla para notificar al usuario que se encuentra en la parte inferior del paso del recorrido por el producto.", + "string": "Parte inferior del paso {step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "Mensaje del lector de pantalla para notificar al usuario que se encuentra en la parte inferior del paso del recorrido por el producto.", + "string": "Parte superior del escalón {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Cerrar etiqueta para el componente Toast", + "string": "Cerrar" + } +} diff --git a/src/i18n/messages/paragon/fa.json b/src/i18n/messages/paragon/fa.json new file mode 100644 index 00000000..d0fb3533 --- /dev/null +++ b/src/i18n/messages/paragon/fa.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "زمانی که فایلی با اندازه کمتر از حداقل مجاز در Dropzone بارگذاری می شود، پیامی نشان داده می‌شود.", + "string": "فایل باید بزرگتر از {size} باشد." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "زمانی که فایلی با اندازۀ بیش از حداکثر مجاز در Dropzone بارگذاری می‌شود، پیامی نشان داده می‌شود.", + "string": "فایل باید کمتر از {size} باشد." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "زمانی که فایلی با نوع MIME اشتباه در حال بارگذاری است، پیامی نشان داده می‌شود.", + "string": "نوع فایل باید {count, plural, one { {typeString} file} other { one of {typeString} files}} باشد." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "پیامی که هنگام کشیدن چندین فایل روی Dropzone نشان داده می‌شود.", + "string": "فقط یک دفعه بارگذاری، مجاز است." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "پیامی به‌دلیل نامشخصی در تأیید پرونده در مؤلفۀ Dropzone نشان داده شده‌است.", + "string": "مشکل غیرمنتظره ای در حین اعتبارسنجی فایل رخ داد. لطفاً دوباره تلاش کنید." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "پیامی که در بارگذاری فایل موردنظر در مؤلفه Dropzone نشان داده شده‌است منجر به خطا می‌شود.", + "string": "هنگام بارگذاری فایل موردنظر شما مشکلی رخ داد. لطفاً دوباره تلاش کنید." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "برچسب دکمۀ بستن در مؤلفه Alert", + "string": "رد" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "متن مربوط به دسترس‌پذیری توصیف‌کنندۀ عملکرد پیمایش قابل حرکت برای رفتن به عنصر بعدی را توصیف می‌کند", + "string": "برو به بعدی" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "متن مربوط به دسترس‌پذیری توصیف کنندۀ عملکرد پیمایش قابل حرکت، برای رفتن عنصر قبلی را توصیف می‌کند", + "string": "برو به قبلی" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "متن مربوط به دسترس‌پذیری توصیف کنندۀ عملکرد پیمایش قابل حرکت، برای رفتن عنصربعدی را توصیف می‌کند", + "string": "برو به بعدی" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "متن مربوط به دسترس‌پذیری توصیف کنندۀ عملکرد پیمایش قابل حرکت، برای رفتن عنصر قبلی را توصیف می‌کند", + "string": "برو به قبلی" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "متنی برای همۀبرچسب‌های انتخاب‌شده", + "string": "همۀ {numSelectedRows} انتخاب شدند" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "برچسبی برای دکمۀ حذف انتخاب همه.", + "string": "حذف انتخاب" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "برچسبی برای دکمۀ انتخاب همه.", + "string": "انتخاب همه {itemCount} " + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "متنی برای برچسب انتخاب‌شده", + "string": "{numSelectedRows} انتخاب شد" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "هنگام صفحه‌‍بندی جدول، متنی برای برچسب انتخاب‌شده", + "string": "{numSelectedRows} انتخاب شد ( {numSelectedRowsOnPage} نشان داده شده در زیر)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "برچسب یک دکمه عملگر که تمام ردیف‌های قابل گسترش DataTable را جمع می‌کند.", + "string": "همه را جمع کن" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "برچسب یک دکمه عملگر که تمام ردیف‌های قابل گسترش DataTable را گسترش می‌دهد.", + "string": "همه را گسترش بده" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "متنی که روی دکمۀ «حذف فیلترها» ظاهر می‌شود", + "string": "حذف فیلترها" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "متنی که توضیح می‌دهد چند ردیف در جدول نشان داده شده‌است", + "string": "نمایش {firstRow} - {lastRow} از {itemCount} ." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "عنوان مولفۀ فیلترهای نوار جانبی", + "string": "فیلترها" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "پیامی که هشدار می‌دهد اندازۀ فایل بارگذاری شده باید مقداری در دامنۀ خاص باشد.", + "string": "بین {sizeMin} و {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "پیامی حاوی این مطلب که فایل بارگذاری‌شده باید مقداری بیشتر داشته باشد.", + "string": "حداکثر {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "پیامی که هشدار می‌دهد اندازۀ فایل بارگذاری شده باید بیشتر از مقداری معین باشد.", + "string": "حداقل {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "پیامی که هشدار می‌دهد فایل بارگذاری‌شده باید از نوع(انواع) خاصی باشد.", + "string": "بارگذاری {تعداد، جمع، یک { {firstPart} فایل} دیگر { {firstPart} یا {secondPart} فایل}}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "متنی که به‌عنوان یک برچسب برای ورودی مولفۀ Dropzone ظاهر می‌شود.", + "string": "فایل خود را اینجا بکشید و رها کنید یا برای بارگذاری آن کلیک کنید." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "برچسب دکمۀ لغو که درحین بارگذاری فایل در مؤلفۀ Dropzone نمایش داده ‌می‌شود.", + "string": "لغو" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "متنی که درحین بارگذاری فایل در مولفۀ Dropzone در نزدیکی نوار پیشرفت نمایش داده می‌شود.", + "string": "درحال بارگذاری {filename} ." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "پیامی که درصورت بازشدن منوی پیشنهاد خودکار نمایش داده می‌شود.", + "string": "بستن منوی گزینه‌ها" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "پیامی که درصورت بستن منوی پیشنهاد خودکار نمایش داده می‌شود.", + "string": "بازکردن منوی گزینه‌ها" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "پیام صفحه‌خوان برای اطلاع‌رسانی به کاربر که آن‌ها در قسمت پایین مرحلۀ تور محصول قرار دارند.", + "string": "پایین مرحله {step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "پیام صفحه‌خوان برای اطلاع‌رسانی به کاربر که آن‌ها در قسمت پایین مرحلۀ تور محصول قرار دارند.", + "string": "بالای مرحلۀ {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "برچسب بستن برای مولفۀ تُست", + "string": "بستن" + } +} diff --git a/src/i18n/messages/paragon/fr_CA.json b/src/i18n/messages/paragon/fr_CA.json new file mode 100644 index 00000000..e1c42246 --- /dev/null +++ b/src/i18n/messages/paragon/fr_CA.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "A message shown when a file with less than minimum allowed size is being uploaded in Dropzone.", + "string": "Le fichier doit être plus grand que {size}." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "A message shown when a file with more than maximum allowed size is being uploaded in Dropzone.", + "string": "Le fichier doit être inférieur à {size}." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "A message shown when a file with wrong MIME type is being uploaded.", + "string": "Le type de fichier doit être {count, plural, one {{typeString} file} other {one of {typeString} files}}." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "A message shown when multiple files are dragged over Dropzone.", + "string": "Un seul téléchargement autorisé." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "A message shown in case file validation in Dropzone component for unknown reason.", + "string": "Un problème inattendu s'est produit lors de la validation du fichier. Veuillez réessayer." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "A message shown in case file upload in Dropzone component results in an error.", + "string": "Un problème est survenu lors du téléchargement de votre fichier. Veuillez réessayer." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Label of a close button on Alert component", + "string": "Rejeter" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the next element", + "string": "Faire défiler jusqu'au suivant" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the previous element", + "string": "Faire défiler jusqu'au précédent" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "Texte d'accessibilité décrivant l'action permettant de naviguer dans un carrousel déroulant jusqu'à l'élément suivant", + "string": "Faire défiler jusqu'au suivant" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "Texte d'accessibilité décrivant l'action permettant de naviguer dans un carrousel déroulant jusqu'à l'élément précédent", + "string": "Faire défiler jusqu'au précédent" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "Text for all selected label", + "string": "Tous les {numSelectedRows} sélectionnés" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "A label of clear all selection button.", + "string": "Effacer la sélection" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "A label for select all button.", + "string": "Tout sélectionner {itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "Text for selected label", + "string": "{numSelectedRows} sélectionné" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "Text for selected label when table is paginated", + "string": "{numSelectedRows} sélectionné ({numSelectedRowsOnPage} illustré ci-dessous)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "Label of an action button that collapses all expandable rows of DataTable.", + "string": "Tout replier" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "Label of an action button that expands all expandable rows of DataTable.", + "string": "Tout développer" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "A text that appears on the `Clear filters` button", + "string": "Effacer les filtres" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "A text describing how many rows is shown in the table", + "string": "Affiche {firstRow} - {lastRow} de {itemCount}." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "Title for the sidebar filters component", + "string": "Filtres" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "A message shown when uploaded file's size must be in given range.", + "string": "Entre {sizeMin} et {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "A message shown when uploaded file's size must be more than some value.", + "string": "Max {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "A message shown when uploaded file's size must be more than some value.", + "string": "Min {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "A message shown when uploaded file must be of certain type(s).", + "string": "Télécharger {count, plural, one {{firstPart} files} other {{firstPart} or {secondPart} files}}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "A text that appears as a label for input of Dropzone component.", + "string": "Faites glisser et déposez votre fichier ici ou cliquez pour télécharger." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Label of a cancel button that is shown during file upload in Dropzone component.", + "string": "Annuler" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "A text that is shown near a progress bar during file upload in Dropzone component.", + "string": "Téléchargement de {filename}." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "A message shown in case when the autosuggest menu is opened.", + "string": "Fermer le menu des options" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "A message shown in case when the autosuggest menu is closed.", + "string": "Ouvrir le menu des options" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "Message du lecteur d'écran pour informer l'utilisateur qu'il se trouve au bas de l'étape de présentation du produit.", + "string": "Bas de l'étape {step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "Message du lecteur d'écran pour informer l'utilisateur qu'il se trouve au bas de l'étape de présentation du produit.", + "string": "Haut de l'étape {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Close label for Toast component", + "string": "Fermer" + } +} diff --git a/src/i18n/messages/paragon/he.json b/src/i18n/messages/paragon/he.json new file mode 100644 index 00000000..9c5448e6 --- /dev/null +++ b/src/i18n/messages/paragon/he.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "הודעה המוצגת כאשר קובץ עם גודל קטן מהמינימום המותר מועלה ב-Dropzone.", + "string": "הקובץ חייב להיות גדול מ- {size} ." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "הודעה המוצגת כאשר קובץ עם גודל גדול מהמותר מועלה ב-Dropzone.", + "string": "הקובץ חייב להיות קטן מ- {size} ." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "הודעה המוצגת כאשר קובץ עם סוג MIME שגוי מועלה.", + "string": "סוג הקובץ חייב להיות {count, plural, one { {typeString} file} other {one of {typeString} files}}." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "הודעה המוצגת כאשר קבצים מרובים נגררים מעל Dropzone.", + "string": "רק העלאה אחת מותרת." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "הודעה המוצגת באימות קובץ מקרה ברכיב Dropzone מסיבה לא ידועה.", + "string": "אירעה בעיה בלתי צפויה במהלך אימות הקובץ. בבקשה נסה שוב." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "הודעה המוצגת במקרה של העלאת קובץ ברכיב Dropzone מביאה לשגיאה.", + "string": "אירעה בעיה בעת העלאת הקובץ שלך. בבקשה נסה שוב." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "תווית של לחצן סגירה ברכיב התראה", + "string": "ביטול" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "טקסט נגישות המתאר את הפעולה לניווט בקרוסלה ניתנת לגלילה לאלמנט הבא", + "string": "גלול להבא" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "טקסט נגישות המתאר את הפעולה לניווט בקרוסלה ניתנת לגלילה לאלמנט הקודם", + "string": "גלול לקודם" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "טקסט נגישות המתאר את הפעולה לניווט בקרוסלה ניתנת לגלילה לאלמנט הבא", + "string": "גלול להבא" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "טקסט נגישות המתאר את הפעולה לניווט בקרוסלה ניתנת לגלילה לאלמנט הקודם", + "string": "גלול לקודם" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "טקסט עבור כל התוויות שנבחרו", + "string": "כל {numSelectedRows} נבחרו" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "תווית של לחצן ניקוי הכל.", + "string": "נקה בחירה" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "תווית לחצן בחר הכל.", + "string": "בחר הכל {itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "טקסט עבור התווית שנבחרה", + "string": "{numSelectedRows} נבחר" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "טקסט עבור התווית שנבחרה כאשר הטבלה מעופפת", + "string": "{numSelectedRows} נבחר ( {numSelectedRowsOnPage} מוצג למטה)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "תווית של לחצן פעולה שמכווץ את כל השורות הניתנות להרחבה של DataTable.", + "string": "לכווץ הכול" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "תווית של לחצן פעולה שמרחיב את כל השורות הניתנות להרחבה של DataTable.", + "string": "להרחיב הכול" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "טקסט שמופיע על כפתור `נקה מסננים`", + "string": "נקה מסננים" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "טקסט המתאר כמה שורות מוצג בטבלה", + "string": "מציג {firstRow} - {lastRow} של {itemCount} ." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "כותרת עבור רכיב המסננים בסרגל הצד", + "string": "מסננים" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "הודעה המוצגת בעת העלאת גודל הקובץ חייבת להיות בטווח נתון.", + "string": "בין {sizeMin} ל- {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "הודעה המוצגת בעת העלאת גודל הקובץ חייב להיות יותר מערך כלשהו.", + "string": "מקסימום {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "הודעה המוצגת בעת העלאת גודל הקובץ חייב להיות יותר מערך כלשהו.", + "string": "מינימום {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "הודעה המוצגת בעת העלאת הקובץ חייבת להיות מסוגים מסוימים.", + "string": "העלה {count, plural, one { {firstPart} files} other { {firstPart} or {secondPart} files}}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "טקסט המופיע כתווית לקלט של רכיב Dropzone.", + "string": "גרור ושחרר את הקובץ שלך כאן או לחץ כדי להעלות." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "תווית של לחצן ביטול שמוצג במהלך העלאת קובץ ברכיב Dropzone.", + "string": "ביטול" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "טקסט שמוצג ליד סרגל התקדמות במהלך העלאת קובץ ברכיב Dropzone.", + "string": "מעלה {filename} ." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "הודעה מוצגת למקרה שבו נפתח תפריט ההצעה האוטומטית.", + "string": "סגור את תפריט האפשרויות" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "הודעה מוצגת למקרה שבו תפריט ההצעה האוטומטית נסגר.", + "string": "פתח את תפריט האפשרויות" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "הודעת קורא מסך להודיע למשתמש שהם נמצאים בתחתית שלב סיור המוצר.", + "string": "תחתית שלב {step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "הודעת קורא מסך להודיע למשתמש שהם נמצאים בתחתית שלב סיור המוצר.", + "string": "ראש שלב {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "סגור תווית עבור רכיב הטוסט", + "string": "סגור" + } +} diff --git a/src/i18n/messages/paragon/hi.json b/src/i18n/messages/paragon/hi.json new file mode 100644 index 00000000..f9611f85 --- /dev/null +++ b/src/i18n/messages/paragon/hi.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "ड्रॉपज़ोन में न्यूनतम अनुमत आकार से कम आकार वाली फ़ाइल अपलोड होने पर एक संदेश दिखाया जाता है।", + "string": "फ़ाइल {size} से बड़ी होनी चाहिए।" + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "ड्रॉपज़ोन में अधिकतम अनुमत आकार से अधिक आकार वाली फ़ाइल अपलोड होने पर एक संदेश दिखाया जाता है।", + "string": "फ़ाइल {size} से कम होनी चाहिए." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "गलत MIME प्रकार वाली फ़ाइल अपलोड होने पर एक संदेश दिखाया जाता है।", + "string": "फ़ाइल का प्रकार {गिनती, बहुवचन, एक { {typeString} फ़ाइल} अन्य { {typeString} फ़ाइलों में से एक}} होना चाहिए।" + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "एक संदेश तब दिखाया जाता है जब एकाधिक फ़ाइलें ड्रॉपज़ोन पर खींची जाती हैं।", + "string": "केवल एक अपलोड की अनुमति है." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "अज्ञात कारण से ड्रॉपज़ोन घटक में केस फ़ाइल सत्यापन में दिखाया गया एक संदेश।", + "string": "फ़ाइल सत्यापन के दौरान एक अप्रत्याशित समस्या उत्पन्न हुई. कृपया पुन: प्रयास करें।" + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "ड्रॉपज़ोन घटक में केस फ़ाइल अपलोड में दिखाए गए संदेश के परिणामस्वरूप त्रुटि होती है।", + "string": "आपकी फ़ाइल अपलोड करते समय एक समस्या उत्पन्न हुई. कृपया पुन: प्रयास करें।" + }, + "pgn.Alert.closeLabel": { + "developer_comment": "अलर्ट घटक पर बंद करें बटन का लेबल", + "string": "ख़ारिज करें" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "एक्सेसिबिलिटी टेक्स्ट स्क्रॉल करने योग्य कैरोसेल को अगले तत्व तक ले जाने की क्रिया का वर्णन करता है", + "string": "अगले तक स्क्रॉल करें" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "पिछले तत्व पर स्क्रॉल करने योग्य हिंडोला को नेविगेट करने की क्रिया का वर्णन करने वाला अभिगम्यता पाठ", + "string": "पिछले तक स्क्रॉल करें" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "एक्सेसिबिलिटी टेक्स्ट स्क्रॉल करने योग्य कैरोसेल को अगले तत्व तक ले जाने की क्रिया का वर्णन करता है", + "string": "अगले तक स्क्रॉल करें" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "पिछले तत्व पर स्क्रॉल करने योग्य हिंडोला को नेविगेट करने की क्रिया का वर्णन करने वाला अभिगम्यता पाठ", + "string": "पिछले तक स्क्रॉल करें" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "सभी चयनित लेबल के लिए पाठ", + "string": "सभी {numSelectedRows} चयनित" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "सभी चयन साफ़ करें बटन का एक लेबल।", + "string": "चयन साफ़ करें" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "सभी का चयन करें बटन के लिए एक लेबल।", + "string": "सभी {itemCount} चुनें" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "चयनित लेबल के लिए पाठ", + "string": "{numSelectedRows} चयनित" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "तालिका पृष्ठांकित होने पर चयनित लेबल के लिए पाठ", + "string": "{numSelectedRows} चयनित ( {numSelectedRowsOnPage} नीचे दिखाया गया है)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "एक एक्शन बटन का लेबल जो डेटाटेबल की सभी विस्तार योग्य पंक्तियों को संक्षिप्त करता है।", + "string": "সবকিছু সংক্ষিপ্ত করুন " + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "एक एक्शन बटन का लेबल जो डेटाटेबल की सभी विस्तार योग्य पंक्तियों का विस्तार करता है।", + "string": "সবকিছু সম্প্রসারণ করুন " + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "एक टेक्स्ट जो `फ़िल्टर साफ़ करें` बटन पर दिखाई देता है", + "string": "फ़िल्टर साफ़ करें" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "तालिका में कितनी पंक्तियों का वर्णन करने वाला एक पाठ दिखाया गया है", + "string": "{itemCount} का {firstRow} - {lastRow} दिखा रहा है।" + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "साइडबार फ़िल्टर घटक का शीर्षक", + "string": "फिल्टर" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "अपलोड की गई फ़ाइल का आकार दिए गए सीमा में होना चाहिए।", + "string": "{sizeMin} और {sizeMax} के बीच" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "अपलोड की गई फ़ाइल का आकार कुछ मान से अधिक होना चाहिए।", + "string": "अधिकतम {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "अपलोड की गई फ़ाइल का आकार कुछ मान से अधिक होना चाहिए।", + "string": "न्यूनतम {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "फ़ाइल अपलोड करते समय दिखाया जाने वाला संदेश निश्चित प्रकार का होना चाहिए।", + "string": "अपलोड करें {गिनती, बहुवचन, एक { {firstPart} फ़ाइलें} अन्य { {firstPart} या {secondPart} फ़ाइलें}}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "एक टेक्स्ट जो ड्रॉपज़ोन घटक के इनपुट के लिए एक लेबल के रूप में दिखाई देता है।", + "string": "अपनी फ़ाइल को यहां खींचें और छोड़ें या अपलोड करने के लिए क्लिक करें।" + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "रद्द करें बटन का लेबल जो ड्रॉपज़ोन घटक में फ़ाइल अपलोड के दौरान दिखाया जाता है।", + "string": "रद्द करें" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "एक टेक्स्ट जो ड्रॉपज़ोन घटक में फ़ाइल अपलोड के दौरान प्रगति पट्टी के पास दिखाया जाता है।", + "string": "{filename} अपलोड हो रहा है।" + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "स्वतः सुझाव मेनू खुलने पर एक संदेश दिखाया जाता है।", + "string": "विकल्प मेनू बंद करें" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "स्वतः सुझाव मेनू बंद होने की स्थिति में एक संदेश दिखाया जाता है।", + "string": "विकल्प मेनू खोलें" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "उपयोगकर्ता को सूचित करने के लिए स्क्रीन-रीडर संदेश कि वे उत्पाद भ्रमण चरण के नीचे स्थित हैं।", + "string": "चरण के नीचे {step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "उपयोगकर्ता को सूचित करने के लिए स्क्रीन-रीडर संदेश कि वे उत्पाद भ्रमण चरण के नीचे स्थित हैं।", + "string": "चरण का शीर्ष {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "टोस्ट घटक के लिए लेबल बंद करें", + "string": "बंद करना" + } +} diff --git a/src/i18n/messages/paragon/id.json b/src/i18n/messages/paragon/id.json new file mode 100644 index 00000000..c95473a6 --- /dev/null +++ b/src/i18n/messages/paragon/id.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "A message shown when a file with less than minimum allowed size is being uploaded in Dropzone.", + "string": "File must be larger than {size}." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "A message shown when a file with more than maximum allowed size is being uploaded in Dropzone.", + "string": "File must be less than {size}." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "A message shown when a file with wrong MIME type is being uploaded.", + "string": "The file type must be {count, plural, one {{typeString} file} other {one of {typeString} files}}." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "A message shown when multiple files are dragged over Dropzone.", + "string": "Only one upload permitted." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "A message shown in case file validation in Dropzone component for unknown reason.", + "string": "An unexpected problem occured during file validation. Please try again." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "A message shown in case file upload in Dropzone component results in an error.", + "string": "A problem occured while uploading your file. Please try again." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Label of a close button on Alert component", + "string": "Dismiss" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the next element", + "string": "Scroll to next" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the previous element", + "string": "Scroll to previous" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the next element", + "string": "Scroll to next" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the previous element", + "string": "Scroll to previous" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "Text for all selected label", + "string": "All {numSelectedRows} selected" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "A label of clear all selection button.", + "string": "Clear selection" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "A label for select all button.", + "string": "Select all {itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "Text for selected label", + "string": "{numSelectedRows} selected" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "Text for selected label when table is paginated", + "string": "{numSelectedRows} selected ({numSelectedRowsOnPage} shown below)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "Label of an action button that collapses all expandable rows of DataTable.", + "string": "Collapse all" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "Label of an action button that expands all expandable rows of DataTable.", + "string": "Expand all" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "A text that appears on the `Clear filters` button", + "string": "Clear filters" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "A text describing how many rows is shown in the table", + "string": "Showing {firstRow} - {lastRow} of {itemCount}." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "Title for the sidebar filters component", + "string": "Filters" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "A message shown when uploaded file's size must be in given range.", + "string": "Between {sizeMin} and {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "A message shown when uploaded file's size must be more than some value.", + "string": "Max {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "A message shown when uploaded file's size must be more than some value.", + "string": "Min {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "A message shown when uploaded file must be of certain type(s).", + "string": "Upload {count, plural, one {{firstPart} files} other {{firstPart} or {secondPart} files}}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "A text that appears as a label for input of Dropzone component.", + "string": "Drag and drop your file here or click to upload." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Label of a cancel button that is shown during file upload in Dropzone component.", + "string": "Cancel" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "A text that is shown near a progress bar during file upload in Dropzone component.", + "string": "Uploading {filename}." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "A message shown in case when the autosuggest menu is opened.", + "string": "Close the options menu" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "A message shown in case when the autosuggest menu is closed.", + "string": "Open the options menu" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "Screen-reader message to notify user that they are located at the bottom of the product tour step.", + "string": "Bottom of step {step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "Screen-reader message to notify user that they are located at the bottom of the product tour step.", + "string": "Top of step {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Close label for Toast component", + "string": "Close" + } +} diff --git a/src/i18n/messages/paragon/index.js b/src/i18n/messages/paragon/index.js new file mode 100644 index 00000000..b6230933 --- /dev/null +++ b/src/i18n/messages/paragon/index.js @@ -0,0 +1,61 @@ +// This file is generated by the openedx/frontend-platform's "intl-import.js" script. +// +// Refer to the i18n documents in https://docs.openedx.org/en/latest/developers/references/i18n.html to update +// the file and use the Micro-frontend i18n pattern in new repositories. +// + +import messagesOfArLanguage from './ar.json'; +import messagesOfDaLanguage from './da.json'; +import messagesOfDeLanguage from './de.json'; +import messagesOfDeDeLanguage from './de_DE.json'; +import messagesOfElLanguage from './el.json'; +import messagesOfEs419Language from './es_419.json'; +import messagesOfEsEsLanguage from './es_ES.json'; +import messagesOfFaLanguage from './fa.json'; +import messagesOfFrCaLanguage from './fr_CA.json'; +import messagesOfHeLanguage from './he.json'; +import messagesOfHiLanguage from './hi.json'; +import messagesOfIdLanguage from './id.json'; +import messagesOfItItLanguage from './it_IT.json'; +import messagesOfLvLanguage from './lv.json'; +import messagesOfPtBrLanguage from './pt_BR.json'; +import messagesOfPtPtLanguage from './pt_PT.json'; +import messagesOfRuLanguage from './ru.json'; +import messagesOfSwLanguage from './sw.json'; +import messagesOfTeLanguage from './te.json'; +import messagesOfThLanguage from './th.json'; +import messagesOfTrTrLanguage from './tr_TR.json'; +import messagesOfUkLanguage from './uk.json'; +import messagesOfUzLanguage from './uz.json'; +import messagesOfViLanguage from './vi.json'; +import messagesOfZhCnLanguage from './zh_CN.json'; +import messagesOfZhHkLanguage from './zh_HK.json'; + +export default { + ar: messagesOfArLanguage, + 'zh-hk': messagesOfZhHkLanguage, + 'zh-cn': messagesOfZhCnLanguage, + vi: messagesOfViLanguage, + uz: messagesOfUzLanguage, + uk: messagesOfUkLanguage, + 'tr-tr': messagesOfTrTrLanguage, + th: messagesOfThLanguage, + te: messagesOfTeLanguage, + sw: messagesOfSwLanguage, + ru: messagesOfRuLanguage, + 'pt-pt': messagesOfPtPtLanguage, + 'pt-br': messagesOfPtBrLanguage, + lv: messagesOfLvLanguage, + 'it-it': messagesOfItItLanguage, + id: messagesOfIdLanguage, + hi: messagesOfHiLanguage, + he: messagesOfHeLanguage, + 'fr-ca': messagesOfFrCaLanguage, + fa: messagesOfFaLanguage, + 'es-es': messagesOfEsEsLanguage, + 'es-419': messagesOfEs419Language, + el: messagesOfElLanguage, + 'de-de': messagesOfDeDeLanguage, + de: messagesOfDeLanguage, + da: messagesOfDaLanguage, +}; diff --git a/src/i18n/messages/paragon/it_IT.json b/src/i18n/messages/paragon/it_IT.json new file mode 100644 index 00000000..40ad68f0 --- /dev/null +++ b/src/i18n/messages/paragon/it_IT.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "Un messaggio mostrato quando in Dropzone viene caricato un file con una dimensione inferiore alla dimensione minima consentita.", + "string": "Il file deve essere più grande di {size} ." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "Un messaggio mostrato quando un file con dimensioni superiori a quelle massime consentite viene caricato in Dropzone.", + "string": "Il file deve essere inferiore a {size} ." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "Un messaggio mostrato quando viene caricato un file con tipo MIME errato.", + "string": "Il tipo di file deve essere {count, plural, one { {typeString} file} other {one of {typeString} files}}." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "Un messaggio mostrato quando più file vengono trascinati su Dropzone.", + "string": "È consentito un solo caricamento." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "Un messaggio mostrato nella convalida del file del caso nel componente Dropzone per un motivo sconosciuto.", + "string": "Si è verificato un problema imprevisto durante la convalida del file. Per favore riprova." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "Un messaggio mostrato nel caso in cui il caricamento del file nel componente Dropzone restituisca un errore.", + "string": "Si è verificato un problema durante il caricamento del file. Per favore riprova." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Etichetta di un pulsante di chiusura sul componente Alert", + "string": "Chiudi" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "Testo di accessibilità che descrive l'azione per navigare in un carosello scorrevole fino all'elemento successivo", + "string": "Scorri al successivo" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "Testo di accessibilità che descrive l'azione per navigare in un carosello scorrevole fino all'elemento precedente", + "string": "Scorri al precedente" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "Testo di accessibilità che descrive l'azione per navigare in un carosello scorrevole fino all'elemento successivo", + "string": "Scorri al successivo" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "Testo di accessibilità che descrive l'azione per navigare in un carosello scorrevole fino all'elemento precedente", + "string": "Scorri al precedente" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "Testo per tutte le etichette selezionate", + "string": "Tutto {numSelectedRows} selezionato" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "Un'etichetta del pulsante di selezione Cancella tutto.", + "string": "Cancella selezione" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "Un'etichetta per il pulsante Seleziona tutto.", + "string": "Seleziona tutto {itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "Testo per l'etichetta selezionata", + "string": "{numSelectedRows} selezionato" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "Testo per l'etichetta selezionata quando la tabella viene impaginata", + "string": "{numSelectedRows} selezionato ( {numSelectedRowsOnPage} mostrato di seguito)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "Etichetta di un pulsante di azione che comprime tutte le righe espandibili di DataTable.", + "string": "Comprimi tutto " + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "Etichetta di un pulsante di azione che espande tutte le righe espandibili di DataTable.", + "string": "Espandi tutto " + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "Un testo che appare sul pulsante "Cancella filtri".", + "string": "Cancella filtri" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "Un testo che descrive quante righe sono visualizzate nella tabella", + "string": "Visualizzazione {firstRow} - {lastRow} di {itemCount} ." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "Titolo per il componente filtri della barra laterale", + "string": "Filtri" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "Un messaggio mostrato quando la dimensione del file caricato deve rientrare nell'intervallo specificato.", + "string": "Tra {sizeMin} e {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "Un messaggio mostrato quando la dimensione del file caricato deve essere superiore a un valore.", + "string": "Max {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "Un messaggio mostrato quando la dimensione del file caricato deve essere superiore a un valore.", + "string": "Min {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "Un messaggio mostrato quando il file caricato deve essere di determinati tipi.", + "string": "Carica {count, plural, one { {firstPart} file} other { {firstPart} o {secondPart} file}}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "Un testo che appare come etichetta per l'input del componente Dropzone.", + "string": "Trascina e rilascia il tuo file qui o fai clic per caricarlo." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Etichetta di un pulsante Annulla mostrato durante il caricamento del file nel componente Dropzone.", + "string": "Annulla" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "Un testo che viene mostrato vicino a una barra di avanzamento durante il caricamento del file nel componente Dropzone.", + "string": "Caricamento {filename} ." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "Un messaggio mostrato nel caso in cui venga aperto il menu di suggerimento automatico.", + "string": "Chiudi il menu delle opzioni" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "Un messaggio mostrato nel caso in cui il menu di suggerimento automatico sia chiuso.", + "string": "Apri il menu delle opzioni" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "Messaggio dell'utilità per la lettura dello schermo per avvisare l'utente che si trova nella parte inferiore del passaggio della presentazione del prodotto.", + "string": "Parte inferiore del gradino {step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "Messaggio dell'utilità per la lettura dello schermo per avvisare l'utente che si trova nella parte inferiore del passaggio della presentazione del prodotto.", + "string": "Inizio del passaggio {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Chiudi l'etichetta per il componente Toast", + "string": "Chiudi" + } +} diff --git a/src/i18n/messages/paragon/lv.json b/src/i18n/messages/paragon/lv.json new file mode 100644 index 00000000..cdee80a8 --- /dev/null +++ b/src/i18n/messages/paragon/lv.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "Tiek parādīts ziņojums, kad Dropzone tiek augšupielādēts fails, kura izmērs ir mazāks par minimālo atļauto.", + "string": "Failam ir jābūt lielākam par {size} ." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "Tiek parādīts ziņojums, kad Dropzone tiek augšupielādēts fails, kura izmērs pārsniedz maksimālo atļauto.", + "string": "Faila izmēram ir jābūt mazākam par {size} ." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "Ziņojums tiek parādīts, kad tiek augšupielādēts fails ar nepareizu MIME tipu.", + "string": "Faila tipam ir jābūt {count, plural, one {{typeString} file} other {one of {typeString} files}}." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "Ziņojums, kas tiek parādīts, kad vairāki faili tiek vilkti virs Dropzone.", + "string": "Atļauta tikai viena augšupielāde." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "Ziņojums, kas nezināma iemesla dēļ tiek parādīts lietas faila validācijā Dropzone komponentā.", + "string": "Faila validācijas laikā radās neparedzēta problēma. Lūdzu mēģiniet vēlreiz." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "Ziņojums, kas tiek parādīts gadījuma faila augšupielādē Dropzone komponentā, rada kļūdu.", + "string": "Augšupielādējot failu, radās problēma. Lūdzu mēģiniet vēlreiz." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Brīdinājuma komponenta aizvēršanas pogas iezīme", + "string": "Noraidīt" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "Pieejamības teksts, kurā aprakstīta darbība ritināmā karuseļa pārejai uz nākamo elementu", + "string": "Ritiniet uz nākamo" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "Pieejamības teksts, kas apraksta darbību, lai ritināmā karuselī pārvietotos uz iepriekšējo elementu", + "string": "Ritiniet uz iepriekšējo" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "Pieejamības teksts, kurā aprakstīta darbība ritināmā karuseļa virzīšanai uz nākamo elementu", + "string": "Ritiniet uz nākamo" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "Pieejamības teksts, kas apraksta darbību, lai ritināmā karuselī pārvietotos uz iepriekšējo elementu", + "string": "Ritiniet uz iepriekšējo" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "Teksts visām atlasītajām iezīmēm", + "string": "Atlasīti visi {numSelectedRows}" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "Iezīme pogai “Dzēst visu”.", + "string": "Notīrīt atlasi" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "Iezīme pogai “Atlasīt visu”.", + "string": "Atlasiet visu {itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "Teksts atlasītajai iezīmei", + "string": "Atlasīts {numSelectedRows}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "Izvēlētās iezīmes teksts, ja tabula ir sadalīta lappusēs", + "string": "Atlasīts {numSelectedRows} ( {numSelectedRowsOnPage} parādīts tālāk)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "Darbības pogas iezīme, kas sakļauj visas DataTable izvēršamās rindas.", + "string": "Sakļaut visu" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "Darbības pogas iezīme, kas paplašina visas DataTable izvēršamās rindas.", + "string": "Paplašināt visu" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "Teksts, kas parādās uz pogas Notīrīt filtrus", + "string": "Notīrīt filtrus" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "Teksts, kas apraksta, cik rindu ir parādīts tabulā", + "string": "Tiek rādīts {firstRow} - {lastRow} no {itemCount} ." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "Sānjoslas filtru komponenta nosaukums", + "string": "Filtri" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "Ziņojumam, kas tiek rādīts, kad augšupielādēts fails, ir jāatrodas norādītajā diapazonā.", + "string": "Starp {sizeMin} un {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "Ziņojumam, kas tiek rādīts, kad augšupielādēts fails, ir jābūt lielākam par noteiktu vērtību.", + "string": "Maksimālais {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "Ziņojumam, kas tiek rādīts, kad augšupielādēts fails, ir jābūt lielākam par noteiktu vērtību.", + "string": "Min. {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "Ziņojumam, kas tiek rādīts, augšupielādējot failu, ir jābūt noteikta veida(-iem).", + "string": "Augšupielādējiet {skaits, daudzskaitlis, viens { {firstPart} faili} cits { {firstPart} vai {secondPart} faili}}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "Teksts, kas parādās kā iezīme Dropzone komponenta ievadei.", + "string": "Velciet un nometiet failu šeit vai noklikšķiniet, lai augšupielādētu." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Atcelšanas pogas iezīme, kas tiek rādīta faila augšupielādes laikā komponentā Dropzone.", + "string": "Atcelt" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "Teksts, kas tiek rādīts blakus norises joslai faila augšupielādes laikā komponentā Dropzone.", + "string": "Notiek {filename} augšupielāde." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "Paziņojums, kas tiek parādīts gadījumā, ja tiek atvērta automātiskās ierosināšanas izvēlne.", + "string": "Aizveriet opciju izvēlni" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "Ziņojums, kas tiek rādīts gadījumā, ja tiek aizvērta automātiskās ierosināšanas izvēlne.", + "string": "Atveriet opciju izvēlni" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "Ekrāna lasītāja ziņojums, kas lietotājam paziņo, ka viņš atrodas produkta apskates soļa apakšā.", + "string": "Darbības apakšā {step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "Ekrāna lasītāja ziņojums, kas lietotājam paziņo, ka viņš atrodas produkta apskates soļa apakšā.", + "string": "Darbības sākums {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Aizveriet grauzdiņa komponenta iezīmi", + "string": "Aizvērt" + } +} diff --git a/src/i18n/messages/paragon/pt_BR.json b/src/i18n/messages/paragon/pt_BR.json new file mode 100644 index 00000000..19a54e78 --- /dev/null +++ b/src/i18n/messages/paragon/pt_BR.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "Uma mensagem exibida quando um arquivo com tamanho menor que o mínimo permitido está sendo carregado no Dropzone.", + "string": "O arquivo deve ser maior que {size} ." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "Uma mensagem exibida quando um arquivo com tamanho maior que o máximo permitido está sendo carregado no Dropzone.", + "string": "O arquivo deve ser menor que {size} ." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "Uma mensagem exibida quando um arquivo com tipo MIME errado está sendo carregado.", + "string": "O tipo de arquivo deve ser {count, plural, one { {typeString} file} other {one of {typeString} files}}." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "Uma mensagem exibida quando vários arquivos são arrastados para o Dropzone.", + "string": "Apenas um upload é permitido." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "Uma mensagem mostrada na validação do arquivo de caso no componente Dropzone por motivo desconhecido.", + "string": "Ocorreu um problema inesperado durante a validação do arquivo. Por favor, tente novamente." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "Uma mensagem mostrada caso o upload do arquivo no componente Dropzone resulte em erro.", + "string": "Ocorreu um problema ao enviar seu arquivo. Por favor, tente novamente." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Rótulo de um botão Fechar no componente Alerta", + "string": "Ignorar" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "Texto de acessibilidade que descreve a ação para navegar em um carrossel rolável até o próximo elemento", + "string": "Role para o próximo" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "Texto de acessibilidade que descreve a ação para navegar em um carrossel rolável até o elemento anterior", + "string": "Role para o anterior" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "Texto de acessibilidade que descreve a ação para navegar em um carrossel rolável até o próximo elemento", + "string": "Role para o próximo" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "Texto de acessibilidade que descreve a ação para navegar em um carrossel rolável até o elemento anterior", + "string": "Role para o anterior" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "Texto para todos os rótulos selecionados", + "string": "Todos {numSelectedRows} selecionados" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "Um rótulo do botão limpar todas as seleções.", + "string": "Seleção clara" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "Um rótulo para o botão Selecionar tudo.", + "string": "Selecionar tudo {itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "Texto para rótulo selecionado", + "string": "{numSelectedRows} selecionado" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "Texto para rótulo selecionado quando a tabela é paginada", + "string": "{numSelectedRows} selecionado ( {numSelectedRowsOnPage} mostrado abaixo)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "Rótulo de um botão de ação que recolhe todas as linhas expansíveis do DataTable.", + "string": "contrair tudo" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "Rótulo de um botão de ação que expande todas as linhas expansíveis do DataTable.", + "string": "expandir tudo" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "Um texto que aparece no botão `Limpar filtros`", + "string": "Limpar filtros" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "Um texto descrevendo quantas linhas são mostradas na tabela", + "string": "Mostrando {firstRow} - {lastRow} de {itemCount} ." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "Título do componente de filtros da barra lateral", + "string": "Filtros" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "Uma mensagem exibida quando o tamanho do arquivo enviado deve estar dentro de um determinado intervalo.", + "string": "Entre {sizeMin} e {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "Uma mensagem exibida quando o tamanho do arquivo enviado deve ser maior que algum valor.", + "string": "Máximo {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "Uma mensagem exibida quando o tamanho do arquivo enviado deve ser maior que algum valor.", + "string": "Mínimo {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "Uma mensagem mostrada quando o arquivo é carregado deve ser de determinado(s) tipo(s).", + "string": "Carregar {contagem, plural, um {arquivos {firstPart} } outro {arquivos {firstPart} ou {secondPart} }}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "Um texto que aparece como um rótulo para entrada do componente Dropzone.", + "string": "Arraste e solte seu arquivo aqui ou clique para fazer upload." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Rótulo de um botão de cancelamento mostrado durante o upload do arquivo no componente Dropzone.", + "string": "Cancelar" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "Um texto mostrado próximo a uma barra de progresso durante o upload do arquivo no componente Dropzone.", + "string": "Carregando {filename} ." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "Uma mensagem mostrada quando o menu de sugestão automática é aberto.", + "string": "Fechar o menu de opções" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "Uma mensagem exibida caso o menu de sugestão automática esteja fechado.", + "string": "Abra o menu de opções" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "Mensagem do leitor de tela para notificar o usuário de que ele está localizado na parte inferior da etapa do tour do produto.", + "string": "Parte inferior da etapa {step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "Mensagem do leitor de tela para notificar o usuário de que ele está localizado na parte inferior da etapa do tour do produto.", + "string": "Início da etapa {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Fechar rótulo para componente Toast", + "string": "Fechar" + } +} diff --git a/src/i18n/messages/paragon/pt_PT.json b/src/i18n/messages/paragon/pt_PT.json new file mode 100644 index 00000000..3f6f88e4 --- /dev/null +++ b/src/i18n/messages/paragon/pt_PT.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "Uma mensagem mostrada quando um ficheiro com um tamanho inferior ao mínimo permitido está a ser carregado no Dropzone.", + "string": "O ficheiro tem de ser maior do que {size}." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "Uma mensagem mostrada quando um ficheiro com um tamanho superior ao máximo permitido está a ser carregado no Dropzone.", + "string": "O ficheiro tem de ser inferior a {size}." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "Uma mensagem mostrada quando um ficheiro com o tipo MIME errado está a ser carregado.", + "string": "O tipo de ficheiro tem de ser {count, plural, one ficheiro {{typeString}}} outro {um dos ficheiros {typeString}}." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "Uma mensagem mostrada quando vários ficheiros são arrastados para a Dropzone.", + "string": "Só é permitido um carregamento." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "Uma mensagem mostrada na validação do ficheiro de casos no componente Dropzone por uma razão desconhecida.", + "string": "Ocorreu um problema inesperado durante a validação do ficheiro. Por favor, tente novamente." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "Uma mensagem mostrada no caso de o carregamento de ficheiros no componente Dropzone resultar num erro.", + "string": "Ocorreu um problema ao carregar o seu ficheiro. Por favor, tente novamente." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Etiqueta de um botão de fecho no componente Alert", + "string": "Ignorar" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "Texto de acessibilidade que descreve a ação para navegar num carrossel de deslocação para o elemento seguinte", + "string": "Deslocação para o seguinte" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "Texto de acessibilidade que descreve a ação para navegar num carrossel de deslocação para o elemento anterior", + "string": "Deslocação para o anterior" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "Texto de acessibilidade que descreve a ação para navegar num carrossel de deslocação para o elemento seguinte", + "string": "Deslocação para o seguinte" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "Texto de acessibilidade que descreve a ação para navegar num carrossel de deslocação para o elemento anterior", + "string": "Deslocação para o anterior" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "Texto para todas as etiquetas selecionadas", + "string": "Todas as {numSelectedRows} selecionadas" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "Uma etiqueta do botão de seleção Limpar tudo.", + "string": "Limpar seleção" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "Uma etiqueta para o botão selecionar tudo.", + "string": "Selecionar todos os {itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "Texto da etiqueta selecionada", + "string": "{numSelectedRows} selecionado(s)" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "Texto da etiqueta selecionada quando a tabela é paginada", + "string": "{numSelectedRows} selecionado(s) ({numSelectedRowsOnPage} mostrado abaixo)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "Rótulo de um botão de ação que recolhe todas as linhas expansíveis da DataTable.", + "string": "Encolher tudo" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "Rótulo de um botão de ação que expande todas as linhas expansíveis da DataTable.", + "string": "Expandir tudo" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "Um texto que aparece no botão `Clear filters`", + "string": "Limpar filtros" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "Um texto que descreve o número de linhas apresentadas na tabela", + "string": "A mostrar {firstRow} - {lastRow} de {itemCount}." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "Título para a componente de filtros da barra lateral", + "string": "Filtros" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "Uma mensagem mostrada quando o tamanho do ficheiro carregado tem de estar dentro de um determinado intervalo.", + "string": "Entre {sizeMin} e {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "Uma mensagem apresentada quando o tamanho do ficheiro carregado tem de ser superior a um determinado valor.", + "string": "Max {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "Uma mensagem apresentada quando o tamanho do ficheiro carregado tem de ser superior a um determinado valor.", + "string": "Min {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "Uma mensagem mostrada quando o ficheiro carregado tem de ser de determinado(s) tipo(s).", + "string": "Carregar {count, plural, one {{firstPart} ficheiros} other {{firstPart} or {secondPart} ficheiros}}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "Um texto que aparece como uma etiqueta para a entrada do componente Dropzone.", + "string": "Arraste e largue o seu ficheiro aqui ou clique para carregar." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Rótulo de um botão de cancelamento que é mostrado durante o carregamento de ficheiros na componente Dropzone.", + "string": "Cancelar" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "Um texto que é mostrado perto de uma barra de progresso durante o carregamento de ficheiros na componente Dropzone.", + "string": "A carregar {filename}." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "Uma mensagem mostrada no caso de o menu de sugestões automáticas ser aberto.", + "string": "Fechar o menu de opções" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "Uma mensagem mostrada no caso de o menu de sugestões automáticas ser fechado.", + "string": "Abrir o menu de opções" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "Mensagem de leitura de ecrã para informar o utilizador de que se encontra na parte inferior da etapa de visita ao produto.", + "string": "Fundo da etapa {step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "Mensagem de leitura de ecrã para informar o utilizador de que se encontra na parte inferior da etapa de visita ao produto.", + "string": "Topo da etapa {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Fechar a etiqueta do componente Toast", + "string": "Fechar" + } +} diff --git a/src/i18n/messages/paragon/ru.json b/src/i18n/messages/paragon/ru.json new file mode 100644 index 00000000..63e0cb14 --- /dev/null +++ b/src/i18n/messages/paragon/ru.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "Сообщение, отображаемое, когда в Dropzone загружается файл размером меньше минимально допустимого.", + "string": "Файл должен быть больше, чем {size} ." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "Сообщение, отображаемое, когда в Dropzone загружается файл, размер которого превышает максимально допустимый.", + "string": "Файл должен быть меньше {size} ." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "Сообщение, отображаемое при загрузке файла с неправильным типом MIME.", + "string": "Тип файла должен быть {count, множественное число, один { файл {typeString} } другой {один из файлов {typeString} }}." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "Сообщение, отображаемое при перетаскивании нескольких файлов в Dropzone.", + "string": "Разрешена только одна загрузка." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "Сообщение, отображаемое при проверке файла дела в компоненте Dropzone по неизвестной причине.", + "string": "Во время проверки файла возникла непредвиденная проблема. Пожалуйста, попробуйте еще раз." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "Сообщение, отображаемое в случае, если загрузка файла в компоненте Dropzone приводит к ошибке.", + "string": "Возникла проблема при загрузке файла. Пожалуйста, попробуйте еще раз." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Метка кнопки закрытия на компоненте Alert", + "string": "Скрыть" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "Текст доступности, описывающий действие по переходу прокручиваемой карусели к следующему элементу.", + "string": "Перейти к следующему" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "Текст специальных возможностей, описывающий действие по переходу прокручиваемой карусели к предыдущему элементу.", + "string": "Перейти к предыдущему" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "Текст доступности, описывающий действие по переходу прокручиваемой карусели к следующему элементу.", + "string": "Перейти к следующему" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "Текст специальных возможностей, описывающий действие по переходу прокручиваемой карусели к предыдущему элементу.", + "string": "Перейти к предыдущему" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "Текст для всех выбранных ярлыков", + "string": "Все {numSelectedRows} выбрано" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "Ярлык кнопки очистки всего выбора.", + "string": "Очистить выбор" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "Метка для кнопки «Выбрать все».", + "string": "Выбрать все {itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "Текст для выбранной метки", + "string": "{numSelectedRows} выбрано" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "Текст для выбранной метки, когда таблица разбита на страницы", + "string": "выбран {numSelectedRows} ( {numSelectedRowsOnPage} показан ниже)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "Метка кнопки действия, которая сворачивает все расширяемые строки DataTable.", + "string": "Свернуть все" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "Метка кнопки действия, которая раскрывает все расширяемые строки DataTable.", + "string": "Развернуть все" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "Текст, который появляется на кнопке «Очистить фильтры».", + "string": "Отменить фильтры" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "Текст, описывающий, сколько строк отображается в таблице.", + "string": "Показаны {firstRow} - {lastRow} из {itemCount} ." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "Название компонента фильтров боковой панели", + "string": "Фильтры" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "Сообщение, отображаемое, когда размер загружаемого файла должен находиться в заданном диапазоне.", + "string": "Между {sizeMin} и {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "Сообщение, отображаемое, когда размер загружаемого файла должен быть больше некоторого значения.", + "string": "Макс {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "Сообщение, отображаемое, когда размер загружаемого файла должен быть больше некоторого значения.", + "string": "Мин {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "Сообщение, отображаемое при загрузке файла, должно относиться к определенному типу(ам).", + "string": "Загрузите {count, множественное число, один { файлы {firstPart} } другие { файлы {firstPart} или {secondPart} }}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "Текст, который отображается в качестве метки для ввода компонента Dropzone.", + "string": "Перетащите файл сюда или нажмите, чтобы загрузить." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Метка кнопки отмены, которая отображается во время загрузки файла в компоненте Dropzone.", + "string": "Отмена" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "Текст, который отображается рядом с индикатором выполнения во время загрузки файла в компонент Dropzone.", + "string": "Загрузка {filename} ." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "Сообщение, отображаемое в случае открытия меню автозаполнения.", + "string": "Закрыть меню опций" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "Сообщение, отображаемое в случае, если меню автозаполнения закрыто.", + "string": "Открыть меню опций" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "Сообщение средства чтения с экрана, уведомляющее пользователя о том, что он находится в нижней части этапа обзора продукта.", + "string": "Нижняя часть ступени {step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "Сообщение средства чтения с экрана, уведомляющее пользователя о том, что он находится в нижней части этапа обзора продукта.", + "string": "Начало ступени {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Закрыть ярлык для компонента Toast", + "string": "Закрыть" + } +} diff --git a/src/i18n/messages/paragon/sw.json b/src/i18n/messages/paragon/sw.json new file mode 100644 index 00000000..32c4f7c6 --- /dev/null +++ b/src/i18n/messages/paragon/sw.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "Ujumbe unaoonyeshwa wakati faili yenye ukubwa wa chini ya chini unaoruhusiwa inapakiwa katika Dropzone.", + "string": "Faili lazima iwe kubwa kuliko {size} ." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "Ujumbe unaoonyeshwa wakati faili iliyo na zaidi ya ukubwa unaoruhusiwa inapakiwa kwenye Dropzone.", + "string": "Faili lazima iwe chini ya {size} ." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "Ujumbe unaoonyeshwa wakati faili yenye aina isiyo sahihi ya MIME inapakiwa.", + "string": "Aina ya faili lazima iwe {count, wingi, moja { {typeString} file} nyingine {moja ya faili {typeString} }}." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "Ujumbe unaoonyeshwa wakati faili nyingi zinaburutwa kupitia Dropzone.", + "string": "Upakiaji mmoja pekee unaruhusiwa." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "Ujumbe unaoonyeshwa katika kesi ya uthibitishaji wa faili katika sehemu ya Dropzone kwa sababu isiyojulikana.", + "string": "Tatizo lisilotarajiwa lilitokea wakati wa uthibitishaji wa faili. Tafadhali jaribu tena." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "Ujumbe unaoonyeshwa katika kesi ya upakiaji wa faili katika sehemu ya Dropzone husababisha hitilafu.", + "string": "Tatizo limetokea wakati wa kupakia faili yako. Tafadhali jaribu tena." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Lebo ya kitufe cha kufunga kwenye kipengele cha Arifa", + "string": "Ondoa" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "Maandishi ya ufikivu yanayoelezea kitendo cha kuelekeza jukwa linalosogezwa hadi kwenye kipengele kinachofuata", + "string": "Tembeza hadi inayofuata" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "Maandishi ya ufikivu yanayoelezea kitendo cha kuelekeza jukwa linalosogezwa hadi kwenye kipengele kilichotangulia", + "string": "Sogeza hadi uliopita" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "Maandishi ya ufikivu yanayoelezea kitendo cha kuelekeza jukwa linalosogezwa hadi kwenye kipengele kinachofuata", + "string": "Tembeza hadi inayofuata" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "Maandishi ya ufikivu yanayoelezea kitendo cha kuelekeza jukwa linalosogezwa hadi kwenye kipengele kilichotangulia", + "string": "Sogeza hadi uliopita" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "Maandishi kwa lebo zote zilizochaguliwa", + "string": "Zote {numSelectedRows} zimechaguliwa" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "Lebo ya futa kitufe cha uteuzi wote.", + "string": "Futa uteuzi" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "Lebo ya kitufe cha kuchagua zote.", + "string": "Chagua zote {itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "Maandishi ya lebo iliyochaguliwa", + "string": "{numSelectedRows} imechaguliwa" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "Maandishi ya lebo iliyochaguliwa wakati jedwali limewekwa alama", + "string": "{numSelectedRows} imechaguliwa ( {numSelectedRowsOnPage} imeonyeshwa hapa chini)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "Lebo ya kitufe cha kitendo ambacho hukunja safu mlalo zote zinazoweza kupanuliwa za DataTable.", + "string": "Kunja zote" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "Lebo ya kitufe cha kitendo kinachopanua safu mlalo zote zinazoweza kupanuliwa za DataTable.", + "string": "Panua zote" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "Maandishi yanayoonekana kwenye kitufe cha `Futa vichujio`", + "string": "Futa vichungi" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "Maandishi yanayoelezea ni safu mlalo ngapi zinaonyeshwa kwenye jedwali", + "string": "Inaonyesha {firstRow} - {lastRow} ya {itemCount} ." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "Kichwa cha sehemu ya vichujio vya utepe", + "string": "Vichujio" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "Ujumbe unaoonyeshwa wakati saizi ya faili iliyopakiwa lazima iwe katika safu fulani.", + "string": "Kati ya {sizeMin} na {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "Ujumbe unaoonyeshwa wakati saizi ya faili iliyopakiwa lazima iwe zaidi ya thamani fulani.", + "string": "Upeo wa {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "Ujumbe unaoonyeshwa wakati saizi ya faili iliyopakiwa lazima iwe zaidi ya thamani fulani.", + "string": "Chini ya {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "Ujumbe unaoonyeshwa wakati faili iliyopakiwa lazima iwe ya aina fulani.", + "string": "Pakia {count, wingi, moja { {firstPart} files} nyingine { {firstPart} au {secondPart} faili}}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "Maandishi yanayoonekana kama lebo ya ingizo la sehemu ya Dropzone.", + "string": "Buruta na udondoshe faili yako hapa au ubofye ili upakie." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Lebo ya kitufe cha kughairi kinachoonyeshwa wakati wa kupakia faili katika kipengele cha Dropzone.", + "string": "Ghairi" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "Maandishi ambayo yanaonyeshwa karibu na upau wa maendeleo wakati wa upakiaji wa faili katika sehemu ya Dropzone.", + "string": "Inapakia {filename} ." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "Ujumbe unaoonyeshwa katika kesi wakati menyu ya pendekezo otomatiki inafunguliwa.", + "string": "Funga menyu ya chaguzi" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "Ujumbe unaoonyeshwa katika kesi wakati menyu ya pendekezo otomatiki imefungwa.", + "string": "Fungua menyu ya chaguzi" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "Ujumbe wa kisoma skrini ili kumjulisha mtumiaji kuwa ziko sehemu ya chini ya hatua ya ziara ya bidhaa.", + "string": "Chini ya hatua {step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "Ujumbe wa kisoma skrini ili kumjulisha mtumiaji kuwa ziko sehemu ya chini ya hatua ya ziara ya bidhaa.", + "string": "Juu ya hatua {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Funga lebo ya kipengele cha Toast", + "string": "Funga" + } +} diff --git a/src/i18n/messages/paragon/te.json b/src/i18n/messages/paragon/te.json new file mode 100644 index 00000000..ba39b8bd --- /dev/null +++ b/src/i18n/messages/paragon/te.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "డ్రాప్‌జోన్‌లో అనుమతించబడిన కనీస పరిమాణం కంటే తక్కువ పరిమాణం ఉన్న ఫైల్ అప్‌లోడ్ చేయబడుతున్నప్పుడు సందేశం చూపబడుతుంది.", + "string": "ఫైల్ తప్పనిసరిగా {size} కంటే పెద్దదిగా ఉండాలి." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "డ్రాప్‌జోన్‌లో అనుమతించబడిన గరిష్ట పరిమాణం కంటే ఎక్కువ ఫైల్ అప్‌లోడ్ చేయబడినప్పుడు సందేశం చూపబడుతుంది.", + "string": "ఫైల్ తప్పనిసరిగా {size} కంటే తక్కువగా ఉండాలి." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "తప్పు MIME రకంతో ఫైల్ అప్‌లోడ్ అవుతున్నప్పుడు సందేశం చూపబడుతుంది.", + "string": "ఫైల్ రకం తప్పనిసరిగా {count, plural, ఒకటి { {typeString} ఫైల్} మరొకటి { {typeString} ఫైల్‌లలో ఒకటి}} అయి ఉండాలి." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "బహుళ ఫైల్‌లు డ్రాప్‌జోన్‌పైకి లాగబడినప్పుడు చూపబడే సందేశం.", + "string": "ఒక అప్‌లోడ్ మాత్రమే అనుమతించబడింది." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "తెలియని కారణంతో డ్రాప్‌జోన్ కాంపోనెంట్‌లో కేస్ ఫైల్ ధ్రువీకరణలో సందేశం చూపబడింది.", + "string": "ఫైల్ ప్రామాణీకరణ సమయంలో ఊహించని సమస్య ఏర్పడింది. దయచేసి మళ్లీ ప్రయత్నించండి." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "డ్రాప్‌జోన్ కాంపోనెంట్‌లో ఫైల్ అప్‌లోడ్ సందర్భంలో చూపబడిన సందేశం లోపం ఏర్పడుతుంది.", + "string": "మీ ఫైల్‌ని అప్‌లోడ్ చేస్తున్నప్పుడు సమస్య ఏర్పడింది. దయచేసి మళ్లీ ప్రయత్నించండి." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "హెచ్చరిక భాగంపై క్లోజ్ బటన్ యొక్క లేబుల్", + "string": "రద్దుచేసే" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "స్క్రోల్ చేయదగిన రంగులరాట్నం తదుపరి మూలకానికి నావిగేట్ చేయడం కోసం చర్యను వివరించే యాక్సెసిబిలిటీ టెక్స్ట్", + "string": "తదుపరి దానికి స్క్రోల్ చేయండి" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "మునుపటి మూలకానికి స్క్రోల్ చేయదగిన రంగులరాట్నం నావిగేట్ చేయడం కోసం చర్యను వివరించే యాక్సెసిబిలిటీ టెక్స్ట్", + "string": "మునుపటికి స్క్రోల్ చేయండి" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "స్క్రోల్ చేయదగిన రంగులరాట్నం తదుపరి మూలకానికి నావిగేట్ చేయడం కోసం చర్యను వివరించే యాక్సెసిబిలిటీ టెక్స్ట్", + "string": "తదుపరి దానికి స్క్రోల్ చేయండి" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "మునుపటి మూలకానికి స్క్రోల్ చేయదగిన రంగులరాట్నం నావిగేట్ చేయడం కోసం చర్యను వివరించే యాక్సెసిబిలిటీ టెక్స్ట్", + "string": "మునుపటికి స్క్రోల్ చేయండి" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "ఎంచుకున్న అన్ని లేబుల్ కోసం వచనం", + "string": "మొత్తం {numSelectedRows} ఎంచుకోబడింది" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "మొత్తం ఎంపిక బటన్‌ను క్లియర్ చేసే లేబుల్.", + "string": "ఎంపికను క్లియర్ చేయండి" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "అన్నీ ఎంపిక బటన్ కోసం ఒక లేబుల్.", + "string": "మొత్తం {itemCount} ని ఎంచుకోండి" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "ఎంచుకున్న లేబుల్ కోసం వచనం", + "string": "{numSelectedRows} ఎంచుకోబడింది" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "పట్టిక పేజీలో ఉన్నప్పుడు ఎంచుకున్న లేబుల్ కోసం వచనం", + "string": "{numSelectedRows} ఎంచుకోబడింది ( {numSelectedRowsOnPage} క్రింద చూపబడింది)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "డేటా టేబుల్ యొక్క అన్ని విస్తరించదగిన అడ్డు వరుసలను కుదించే చర్య బటన్ యొక్క లేబుల్.", + "string": "అన్నింటినీ కుదించు" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "డేటా టేబుల్ యొక్క అన్ని విస్తరించదగిన వరుసలను విస్తరించే చర్య బటన్ యొక్క లేబుల్.", + "string": "అన్నింటినీ విస్తరించుట" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "`క్లియర్ ఫిల్టర్‌లు` బటన్‌పై కనిపించే వచనం", + "string": "ఫిల్టర్‌లను క్లియర్ చేయండి" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "పట్టికలో ఎన్ని అడ్డు వరుసలు చూపబడిందో వివరించే వచనం", + "string": "{itemCount} యొక్క {firstRow} - {lastRow} చూపుతోంది." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "సైడ్‌బార్ ఫిల్టర్‌ల భాగం కోసం శీర్షిక", + "string": "ఫిల్టర్లు" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "అప్‌లోడ్ చేయబడినప్పుడు చూపబడే సందేశం ఫైల్ పరిమాణం తప్పనిసరిగా ఇచ్చిన పరిధిలో ఉండాలి.", + "string": "{sizeMin} మరియు {sizeMax} మధ్య" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "అప్‌లోడ్ చేయబడినప్పుడు చూపబడే సందేశం ఫైల్ పరిమాణం తప్పనిసరిగా కొంత విలువ కంటే ఎక్కువగా ఉండాలి.", + "string": "గరిష్టంగా {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "అప్‌లోడ్ చేయబడినప్పుడు చూపబడే సందేశం ఫైల్ పరిమాణం తప్పనిసరిగా కొంత విలువ కంటే ఎక్కువగా ఉండాలి.", + "string": "కనిష్ట {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "ఫైల్‌ని అప్‌లోడ్ చేసినప్పుడు చూపబడే సందేశం తప్పనిసరిగా నిర్దిష్ట రకం(లు)కి చెందినదై ఉండాలి.", + "string": "అప్‌లోడ్ {గణన, బహువచనం, ఒకటి { {firstPart} ఫైల్‌లు} ఇతర { {firstPart} లేదా {secondPart} ఫైల్‌లు}}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "డ్రాప్‌జోన్ భాగం యొక్క ఇన్‌పుట్ కోసం లేబుల్‌గా కనిపించే వచనం.", + "string": "మీ ఫైల్‌ని ఇక్కడకు లాగి వదలండి లేదా అప్‌లోడ్ చేయడానికి క్లిక్ చేయండి." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "డ్రాప్‌జోన్ కాంపోనెంట్‌లో ఫైల్ అప్‌లోడ్ సమయంలో చూపబడే రద్దు బటన్ లేబుల్.", + "string": "రద్దు చేయండి" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "డ్రాప్‌జోన్ కాంపోనెంట్‌లో ఫైల్ అప్‌లోడ్ సమయంలో ప్రోగ్రెస్ బార్ దగ్గర చూపబడే వచనం.", + "string": "{filename} అప్‌లోడ్ చేస్తోంది." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "స్వీయసూచన మెను తెరిచినప్పుడు ఒక సందేశం చూపబడుతుంది.", + "string": "ఎంపికల మెనుని మూసివేయండి" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "స్వీయసూచన మెను మూసివేయబడినప్పుడు సందేశం చూపబడుతుంది.", + "string": "ఎంపికల మెనుని తెరవండి" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "ప్రోడక్ట్ టూర్ స్టెప్ దిగువన ఉన్నారని వినియోగదారుకు తెలియజేయడానికి స్క్రీన్-రీడర్ సందేశం.", + "string": "{step} అడుగు దిగువన" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "ప్రోడక్ట్ టూర్ స్టెప్ దిగువన ఉన్నారని వినియోగదారుకు తెలియజేయడానికి స్క్రీన్-రీడర్ సందేశం.", + "string": "{step} యొక్క పైభాగం" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "టోస్ట్ కాంపోనెంట్ కోసం లేబుల్‌ని మూసివేయండి", + "string": "దగ్గరగా" + } +} diff --git a/src/i18n/messages/paragon/th.json b/src/i18n/messages/paragon/th.json new file mode 100644 index 00000000..2144c2eb --- /dev/null +++ b/src/i18n/messages/paragon/th.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "ข้อความที่แสดงเมื่อมีการอัปโหลดไฟล์ที่มีขนาดน้อยกว่าขนาดขั้นต่ำที่อนุญาตใน Dropzone", + "string": "ไฟล์ต้องมีขนาดใหญ่กว่า {size}" + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "ข้อความที่แสดงเมื่อมีการอัปโหลดไฟล์ที่มีขนาดเกินขนาดสูงสุดที่อนุญาตใน Dropzone", + "string": "ไฟล์ต้องน้อยกว่า {size}" + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "ข้อความที่แสดงเมื่อมีการอัปโหลดไฟล์ที่มีประเภท MIME ไม่ถูกต้อง", + "string": "ประเภทไฟล์จะต้องเป็น {count, plural, one { {typeString} file} other {one of {typeString} files}}" + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "ข้อความที่แสดงเมื่อมีการลากไฟล์หลายไฟล์ไปที่ Dropzone", + "string": "อนุญาตให้อัปโหลดได้เพียงรายการเดียวเท่านั้น" + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "ข้อความที่แสดงในกรณีการตรวจสอบไฟล์ในส่วนประกอบ Dropzone โดยไม่ทราบสาเหตุ", + "string": "เกิดปัญหาที่ไม่คาดคิดระหว่างการตรวจสอบไฟล์ กรุณาลองอีกครั้ง." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "ข้อความที่แสดงในกรณีที่การอัปโหลดไฟล์ในส่วนประกอบ Dropzone ส่งผลให้เกิดข้อผิดพลาด", + "string": "เกิดปัญหาขณะอัปโหลดไฟล์ของคุณ กรุณาลองอีกครั้ง." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "ป้ายกำกับของปุ่มปิดบนส่วนประกอบการแจ้งเตือน", + "string": "ถอดถอน" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "ข้อความการช่วยเหลือพิเศษที่อธิบายการดำเนินการสำหรับการนำทางภาพหมุนที่เลื่อนได้ไปยังองค์ประกอบถัดไป", + "string": "เลื่อนไปถัดไป" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "ข้อความการช่วยเหลือพิเศษที่อธิบายการดำเนินการสำหรับการนำทางภาพหมุนที่เลื่อนได้ไปยังองค์ประกอบก่อนหน้า", + "string": "เลื่อนไปที่ก่อนหน้า" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "ข้อความการช่วยเหลือพิเศษที่อธิบายการดำเนินการสำหรับการนำทางภาพหมุนที่เลื่อนได้ไปยังองค์ประกอบถัดไป", + "string": "เลื่อนไปถัดไป" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "ข้อความการช่วยเหลือพิเศษที่อธิบายการดำเนินการสำหรับการนำทางภาพหมุนที่เลื่อนได้ไปยังองค์ประกอบก่อนหน้า", + "string": "เลื่อนไปที่ก่อนหน้า" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "ข้อความสำหรับป้ายกำกับที่เลือกทั้งหมด", + "string": "เลือก {numSelectedRows} ทั้งหมดแล้ว" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "ป้ายปุ่มล้างการเลือกทั้งหมด", + "string": "ล้างการเลือก" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "ป้ายกำกับสำหรับปุ่มเลือกทั้งหมด", + "string": "เลือก {itemCount} ทั้งหมด" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "ข้อความสำหรับป้ายกำกับที่เลือก", + "string": "เลือก {numSelectedRows} แล้ว" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "ข้อความสำหรับป้ายกำกับที่เลือกเมื่อมีการแบ่งหน้าตาราง", + "string": "เลือก {numSelectedRows} แล้ว ( {numSelectedRowsOnPage} แสดงด้านล่าง)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "ป้ายกำกับของปุ่มการดำเนินการที่จะยุบแถวที่ขยายได้ทั้งหมดของ DataTable", + "string": "ซ่อนทั้งหมด" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "ป้ายกำกับของปุ่มการดำเนินการที่ขยายแถวที่ขยายได้ทั้งหมดของ DataTable", + "string": "ขยายทั้งหมด" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "ข้อความที่ปรากฏบนปุ่ม "ล้างตัวกรอง"", + "string": "ล้างตัวกรอง" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "ข้อความอธิบายจำนวนแถวที่แสดงในตาราง", + "string": "กำลังแสดง {firstRow} - {lastRow} ของ {itemCount}" + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "ชื่อสำหรับส่วนประกอบตัวกรองแถบด้านข้าง", + "string": "ตัวกรอง" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "ข้อความที่แสดงเมื่อขนาดของไฟล์ที่อัปโหลดต้องอยู่ในช่วงที่กำหนด", + "string": "ระหว่าง {sizeMin} และ {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "ข้อความที่แสดงเมื่อขนาดของไฟล์ที่อัปโหลดต้องมากกว่าค่าบางค่า", + "string": "แม็กซ์ {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "ข้อความที่แสดงเมื่อขนาดของไฟล์ที่อัปโหลดต้องมากกว่าค่าบางค่า", + "string": "ขั้นต่ำ {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "ข้อความที่แสดงเมื่อไฟล์อัพโหลดต้องเป็นประเภทบางประเภท", + "string": "อัปโหลด {count, พหูพจน์, หนึ่งไฟล์ { {firstPart} files} other { {firstPart} or {secondPart} files}}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "ข้อความที่ปรากฏเป็นป้ายกำกับสำหรับการป้อนข้อมูลของส่วนประกอบ Dropzone", + "string": "ลากและวางไฟล์ของคุณที่นี่หรือคลิกเพื่ออัปโหลด" + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "ป้ายกำกับของปุ่มยกเลิกที่แสดงระหว่างการอัปโหลดไฟล์ในคอมโพเนนต์ Dropzone", + "string": "ยกเลิก" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "ข้อความที่แสดงใกล้กับแถบความคืบหน้าระหว่างการอัปโหลดไฟล์ในคอมโพเนนต์ Dropzone", + "string": "กำลังอัพโหลด {filename}" + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "ข้อความที่แสดงในกรณีที่เปิดเมนูแนะนำอัตโนมัติ", + "string": "ปิดเมนูตัวเลือก" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "ข้อความที่แสดงในกรณีที่เมนูแนะนำอัตโนมัติปิดอยู่", + "string": "เปิดเมนูตัวเลือก" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "ข้อความโปรแกรมอ่านหน้าจอเพื่อแจ้งให้ผู้ใช้ทราบว่าพวกเขาอยู่ที่ด้านล่างของขั้นตอนการแนะนำผลิตภัณฑ์", + "string": "ด้านล่างของบันได {step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "ข้อความโปรแกรมอ่านหน้าจอเพื่อแจ้งให้ผู้ใช้ทราบว่าพวกเขาอยู่ที่ด้านล่างของขั้นตอนการแนะนำผลิตภัณฑ์", + "string": "ด้านบนของขั้นตอน {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "ปิดป้ายกำกับสำหรับส่วนประกอบ Toast", + "string": "ปิด" + } +} diff --git a/src/i18n/messages/paragon/tr_TR.json b/src/i18n/messages/paragon/tr_TR.json new file mode 100644 index 00000000..0053aa35 --- /dev/null +++ b/src/i18n/messages/paragon/tr_TR.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "İzin verilen minimum boyuttan daha küçük bir dosya Dropzone'a yüklenirken gösterilen bir mesaj.", + "string": "Dosya {size} değerinden büyük olmalıdır." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "İzin verilen maksimum boyuttan daha büyük bir dosya Dropzone'a yüklenirken gösterilen bir mesaj.", + "string": "Dosya {size} değerinden küçük olmalıdır." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "Yanlış MIME türüne sahip bir dosya yüklenirken gösterilen mesaj.", + "string": "Dosya türü {count, plural, one { {typeString} file} other {one of {typeString} files}} olmalıdır." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "Birden fazla dosya Dropzone'a sürüklendiğinde gösterilen bir mesaj.", + "string": "Yalnızca bir yüklemeye izin verilir." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "Bilinmeyen bir nedenden dolayı Dropzone bileşeninde vaka dosyası doğrulamasında gösterilen bir mesaj.", + "string": "Dosya doğrulama sırasında beklenmeyen bir sorun oluştu. Lütfen tekrar deneyin." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "Dropzone bileşeninde dosya yükleme işleminin hatayla sonuçlanması durumunda gösterilen mesaj.", + "string": "Dosyanız yüklenirken bir sorun oluştu. Lütfen tekrar deneyin." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Uyarı bileşenindeki kapat düğmesinin etiketi", + "string": "İptal" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "Kaydırılabilir bir döngüde sonraki öğeye gitme eylemini açıklayan erişilebilirlik metni", + "string": "Sonrakine kaydır" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "Kaydırılabilir bir döngüde önceki öğeye gitme eylemini açıklayan erişilebilirlik metni", + "string": "Öncekine kaydır" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "Kaydırılabilir bir döngüde sonraki öğeye gitme eylemini açıklayan erişilebilirlik metni", + "string": "Sonrakine kaydır" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "Kaydırılabilir bir döngüde önceki öğeye gitme eylemini açıklayan erişilebilirlik metni", + "string": "Öncekine kaydır" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "Seçilen tüm etiketlerin metni", + "string": "Tüm {numSelectedRows} seçildi" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "Tüm seçimleri temizle düğmesinin etiketi.", + "string": "Seçimi temizle" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "Tümünü seç düğmesi için bir etiket.", + "string": "Tümünü seç {itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "Seçilen etiketin metni", + "string": "{numSelectedRows} seçildi" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "Tablo sayfalara ayrıldığında seçilen etiketin metni", + "string": "{numSelectedRows} seçildi ( {numSelectedRowsOnPage} aşağıda gösterilmiştir)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "DataTable'ın tüm genişletilebilir satırlarını daraltan bir eylem düğmesinin etiketi.", + "string": "Tümünü kapa" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "DataTable'ın tüm genişletilebilir satırlarını genişleten bir eylem düğmesinin etiketi.", + "string": "Tümünü genişlet" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "'Filtreleri temizle' düğmesinde görünen metin", + "string": "Filtreleri temizle" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "Tabloda kaç satırın gösterildiğini açıklayan bir metin", + "string": "{itemCount} {firstRow} - {lastRow} gösteriliyor." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "Kenar çubuğu filtreleri bileşeninin başlığı", + "string": "Filtreler" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "Yüklenen dosyanın boyutu belirtilen aralıkta olduğunda gösterilen mesaj gösterilmelidir.", + "string": "{sizeMin} ile {sizeMax} arasında" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "Yüklenen dosyanın boyutu bir değerden büyük olduğunda gösterilen mesaj.", + "string": "Maksimum {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "Yüklenen dosyanın boyutu bir değerden büyük olduğunda gösterilen mesaj.", + "string": "Min {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "Dosya yüklenirken gösterilen mesaj belirli tür(ler)de olmalıdır.", + "string": "{count, plural, one { {firstPart} files} diğer { {firstPart} veya {secondPart} files}} yükleyin" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "Dropzone bileşeninin girişi için etiket olarak görünen metin.", + "string": "Dosyanızı buraya sürükleyip bırakın veya yüklemek için tıklayın." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Dropzone bileşeninde dosya yükleme sırasında gösterilen iptal düğmesinin etiketi.", + "string": "İptal" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "Dropzone bileşeninde dosya yükleme sırasında ilerleme çubuğunun yanında gösterilen metin.", + "string": "{filename} yükleniyor." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "Otomatik öneri menüsünün açılması durumunda gösterilen mesaj.", + "string": "Seçenekler menüsünü kapat" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "Otomatik öneri menüsünün kapatılması durumunda gösterilen bir mesaj.", + "string": "Seçenekler menüsünü açın" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "Kullanıcıya ürün turu adımının alt kısmında bulunduğunu bildiren ekran okuyucu mesajı.", + "string": "{step} adımının alt kısmı" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "Kullanıcıya ürün turu adımının alt kısmında bulunduğunu bildiren ekran okuyucu mesajı.", + "string": "Adımın başı {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Tost bileşeni için etiketi kapat", + "string": "Kapat" + } +} diff --git a/src/i18n/messages/paragon/uk.json b/src/i18n/messages/paragon/uk.json new file mode 100644 index 00000000..7f29cf23 --- /dev/null +++ b/src/i18n/messages/paragon/uk.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "Повідомлення, яке відображається, коли в Dropzone завантажується файл, розмір якого менший за мінімально допустимий.", + "string": "Файл має бути більшим за {size} ." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "Повідомлення, яке відображається, коли в Dropzone завантажується файл, розмір якого перевищує максимально допустимий.", + "string": "Файл має бути меншим за {size} ." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "Повідомлення, яке відображається, коли завантажується файл із неправильним типом MIME.", + "string": "Тип файлу має бути {count, plural, one { файл {typeString} } other {один із файлів {typeString} }}." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "Повідомлення, яке відображається, коли кілька файлів перетягується через Dropzone.", + "string": "Дозволено лише одне завантаження." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "Повідомлення, яке відображається під час перевірки файлу справи в компоненті Dropzone з невідомої причини.", + "string": "Під час перевірки файлу виникла неочікувана проблема. Будь ласка спробуйте ще раз." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "Повідомлення, яке відображається під час завантаження файлу випадку в компонент Dropzone, призводить до помилки.", + "string": "Під час завантаження файлу виникла проблема. Будь ласка спробуйте ще раз." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Мітка кнопки закриття на компоненті Alert", + "string": "Відхилити" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "Текст доступності, що описує дію для переходу прокручуваної каруселі до наступного елемента", + "string": "Перейдіть до наступного" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "Текст доступності, що описує дію для переходу прокручуваної каруселі до попереднього елемента", + "string": "Перейти до попереднього" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "Текст доступності, що описує дію для переходу прокручуваної каруселі до наступного елемента", + "string": "Перейдіть до наступного" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "Текст доступності, що описує дію для переходу прокручуваної каруселі до попереднього елемента", + "string": "Перейти до попереднього" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "Текст для всіх вибраних міток", + "string": "Вибрано всі {numSelectedRows}" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "Позначка кнопки «Очистити весь вибір».", + "string": "Очистити вибір" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "Мітка для кнопки «Вибрати все».", + "string": "Виберіть усі {itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "Текст для вибраної мітки", + "string": "{numSelectedRows} вибрано" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "Текст для вибраного мітка, коли таблицю розбивають на сторінки", + "string": "{numSelectedRows} вибрано ( {numSelectedRowsOnPage} показано нижче)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "Мітка кнопки дії, яка згортає всі розгорнуті рядки DataTable.", + "string": "Згорнути всі" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "Мітка кнопки дії, яка розгортає всі розгорнуті рядки DataTable.", + "string": "Розгорнути всі" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "Текст, який з’являється на кнопці «Очистити фільтри».", + "string": "Очистити фільтри" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "Текст, що описує, скільки рядків показано в таблиці", + "string": "Показано {firstRow} - {lastRow} з {itemCount} ." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "Заголовок для компонента фільтрів бічної панелі", + "string": "Фільтри" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "Повідомлення, що відображається під час завантаження, розмір файлу має бути в заданому діапазоні.", + "string": "Між {sizeMin} та {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "Повідомлення, що відображається під час завантаження розміру файлу, має бути більше певного значення.", + "string": "Макс {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "Повідомлення, що відображається під час завантаження розміру файлу, має бути більше певного значення.", + "string": "Мін. {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "Повідомлення, яке відображається під час завантаження файлу, має бути певного типу.", + "string": "Завантажте {count, plural, one { {firstPart} files} other { {firstPart} or {secondPart} files}}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "Текст, який відображається як мітка для введення компонента Dropzone.", + "string": "Перетягніть файл сюди або натисніть, щоб завантажити." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Мітка кнопки скасування, яка відображається під час завантаження файлу в компонент Dropzone.", + "string": "Скасувати" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "Текст, який відображається біля індикатора виконання під час завантаження файлу в компонент Dropzone.", + "string": "Завантаження {filename} ." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "Повідомлення, яке відображається у випадку, коли відкрито меню автопропозицій.", + "string": "Закрийте меню параметрів" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "Повідомлення, яке відображається у випадку, коли меню автопропозицій закрито.", + "string": "Відкрийте меню параметрів" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "Повідомлення програми зчитування з екрана, щоб сповістити користувача про те, що він розташований у нижній частині кроку ознайомлення з продуктом.", + "string": "Нижня частина кроку {step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "Повідомлення програми зчитування з екрана, щоб сповістити користувача про те, що він розташований у нижній частині кроку ознайомлення з продуктом.", + "string": "Верхня частина кроку {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Закрити мітку для компонента Toast", + "string": "Закрити" + } +} diff --git a/src/i18n/messages/paragon/uz.json b/src/i18n/messages/paragon/uz.json new file mode 100644 index 00000000..facb51b0 --- /dev/null +++ b/src/i18n/messages/paragon/uz.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "Minimal ruxsat etilgan hajmdan kichikroq fayl Dropzone-ga yuklanayotganda ko‘rsatiladigan xabar.", + "string": "Fayl {size} dan kattaroq boʻlishi kerak." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "Dropzone-ga ruxsat etilgan maksimal hajmdan kattaroq fayl yuklanayotganda ko‘rsatiladigan xabar.", + "string": "Fayl {size} dan kichik bo‘lishi kerak." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "Noto‘g‘ri MIME turiga ega fayl yuklanganda ko‘rsatiladigan xabar.", + "string": "Fayl turi {hisob, ko‘plik, bitta { {typeString} fayl} boshqa { {typeString} fayllaridan biri}} bo‘lishi kerak." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "Bir nechta fayllar Dropzone orqali sudralganda ko‘rsatiladigan xabar.", + "string": "Faqat bitta yuklashga ruxsat berilgan." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "Noma'lum sabablarga ko‘ra Dropzone komponentida ish faylini tekshirishda ko‘rsatilgan xabar.", + "string": "Faylni tekshirish paytida kutilmagan muammo yuz berdi. Iltimos, qayta urinib ko‘ring." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "Dropzone komponentida fayl yuklanganda ko‘rsatilgan xabar xatolikka olib keladi.", + "string": "Faylingizni yuklashda muammo yuz berdi. Iltimos, qayta urinib koʻring." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Alert komponentidagi yopish tugmasi yorlig‘i", + "string": "Rad etish" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "Qaytib olinadigan karuseldan keyingi elementga o‘tish harakatini tavsiflovchi maxsus imkoniyatlar matni", + "string": "Keyingisiga o‘ting" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "Qaytib olinadigan karuseldan oldingi elementga o‘tish harakatini tavsiflovchi maxsus imkoniyatlar matni", + "string": "Oldingisiga o‘ting" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "Qaytib olinadigan karuseldan keyingi elementga o‘tish harakatini tavsiflovchi maxsus imkoniyatlar matni", + "string": "Keyingisiga o‘ting" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "Qaytib olinadigan karuseldan oldingi elementga o‘tish harakatini tavsiflovchi maxsus imkoniyatlar matni", + "string": "Oldingisiga o‘ting" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "Barcha tanlangan yorliq uchun matn", + "string": "Barcha {numSelectedRows} tanlandi" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "Barcha tanlovni tozalash tugmasi yorlig‘i.", + "string": "Tanlovni tozalash" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "Hammasini tanlash tugmasi uchun yorliq.", + "string": "Hammasini tanlang {itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "Tanlangan yorliq uchun matn", + "string": "{numSelectedRows} tanlangan" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "Jadval sahifalanganda tanlangan yorliq uchun matn", + "string": "{numSelectedRows} tanlangan ( {numSelectedRowsOnPage} quyida ko‘rsatilgan)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "Ma'lumotlar jadvalining barcha kengaytiriladigan qatorlarini yopib qo‘yadigan amal tugmasi yorlig‘i.", + "string": "Hammasini yig‘ish" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "Ma'lumotlar jadvalining barcha kengaytiriladigan qatorlarini kengaytiruvchi harakat tugmasi yorlig‘i.", + "string": "Hammasini kengaytiring" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "'Filtrlarni tozalash' tugmachasida paydo bo‘ladigan matn", + "string": "Filtrlarni tozalash" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "Jadvalda nechta qatorni tavsiflovchi matn ko‘rsatilgan", + "string": "{itemCount} dan {firstRow} - {lastRow} ko‘rsatilmoqda." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "Yon panel filtrlari komponenti sarlavhasi", + "string": "Filtrlar" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "Yuklangan fayl hajmi berilgan oraliqda bo‘lishi kerak.", + "string": "{sizeMin} va {sizeMax} orasida" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "Yuklangan faylning o‘lchami maʼlum qiymatdan kattaroq boʻlishi kerak.", + "string": "Maks {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "Yuklangan faylning o‘lchami maʼlum qiymatdan kattaroq boʻlishi kerak.", + "string": "Min {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "Fayl yuklanganda ko‘rsatiladigan xabar ma'lum turdagi(lar)da bo‘lishi kerak.", + "string": "Yuklang {hisoblash, koʻplik, bitta { {firstPart} fayllar} boshqa { {firstPart} yoki {secondPart} fayllar}}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "Dropzone komponentini kiritish uchun yorliq sifatida paydo bo‘ladigan matn.", + "string": "Faylingizni shu yerga sudrab tashlang yoki yuklash uchun bosing." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Dropzone komponentida fayl yuklash paytida ko‘rsatiladigan bekor qilish tugmasi yorlig‘i.", + "string": "Bekor qilish" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "Dropzone komponentida faylni yuklash vaqtida progress paneli yonida ko‘rsatiladigan matn.", + "string": "Yuklanmoqda {filename} ." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "Avtomatik taklif menyusi ochilganda ko‘rsatiladigan xabar.", + "string": "Variantlar menyusini yoping" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "Avtomatik taklif menyusi yopilganda ko‘rsatiladigan xabar.", + "string": "Variantlar menyusini oching" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "Ekranni o‘quvchi xabari foydalanuvchiga mahsulot sayohati bosqichining pastki qismida joylashganligi haqida xabar beradi.", + "string": "{step} qadamining pastki qismi" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "Ekranni o‘quvchi xabari foydalanuvchiga mahsulot sayohati bosqichining pastki qismida joylashganligi haqida xabar beradi.", + "string": "Yuqori bosqich {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Tost komponenti uchun yorliqni yoping", + "string": "Yopish" + } +} diff --git a/src/i18n/messages/paragon/vi.json b/src/i18n/messages/paragon/vi.json new file mode 100644 index 00000000..a784a533 --- /dev/null +++ b/src/i18n/messages/paragon/vi.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "Thông báo hiển thị khi một tệp có kích thước nhỏ hơn kích thước tối thiểu cho phép đang được tải lên trong Dropzone.", + "string": "Tệp phải lớn hơn {size} ." + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "Thông báo hiển thị khi một tệp có kích thước lớn hơn kích thước tối đa cho phép đang được tải lên trong Dropzone.", + "string": "Tệp phải nhỏ hơn {size} ." + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "Thông báo hiển thị khi tải lên một tệp có loại MIME sai.", + "string": "Loại tệp phải là {count, số nhiều, một { tệp {typeString} } khác {một trong các tệp {typeString} }}." + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "Thông báo hiển thị khi nhiều tệp được kéo qua Dropzone.", + "string": "Chỉ cho phép tải lên một lần." + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "Một thông báo hiển thị khi xác thực tệp trường hợp trong thành phần Dropzone mà không rõ lý do.", + "string": "Đã xảy ra sự cố không mong muốn trong quá trình xác thực tệp. Vui lòng thử lại." + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "Một thông báo hiển thị trong trường hợp tải lên tệp trong thành phần Dropzone dẫn đến lỗi.", + "string": "Đã xảy ra sự cố khi tải tệp của bạn lên. Vui lòng thử lại." + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Nhãn của nút đóng trên thành phần Cảnh báo", + "string": "Loại bỏ" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "Văn bản trợ năng mô tả hành động điều hướng băng chuyền có thể cuộn tới phần tử tiếp theo", + "string": "Di chuyển đến tiếp theo" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "Văn bản trợ năng mô tả hành động điều hướng băng chuyền có thể cuộn đến phần tử trước đó", + "string": "Cuộn về trước" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "Văn bản trợ năng mô tả hành động điều hướng băng chuyền có thể cuộn tới phần tử tiếp theo", + "string": "Di chuyển đến tiếp theo" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "Văn bản trợ năng mô tả hành động điều hướng băng chuyền có thể cuộn đến phần tử trước đó", + "string": "Cuộn về trước" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "Văn bản cho tất cả nhãn đã chọn", + "string": "Đã chọn tất cả {numSelectedRows}" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "Nhãn của nút chọn rõ ràng tất cả.", + "string": "Xóa lựa chọn" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "Một nhãn cho nút chọn tất cả.", + "string": "Chọn tất cả {itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "Văn bản cho nhãn đã chọn", + "string": "{numSelectedRows} đã chọn" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "Văn bản cho nhãn đã chọn khi bảng được đánh số trang", + "string": "{numSelectedRows} đã chọn ( {numSelectedRowsOnPage} hiển thị bên dưới)" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "Nhãn của nút hành động thu gọn tất cả các hàng DataTable có thể mở rộng.", + "string": "Thu gọn tất cả" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "Nhãn của nút tác vụ mở rộng tất cả các hàng DataTable có thể mở rộng.", + "string": "Mở rộng tất cả" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "Một văn bản xuất hiện trên nút `Xóa bộ lọc`", + "string": "Xóa bộ lọc" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "Một văn bản mô tả số lượng hàng được hiển thị trong bảng", + "string": "Đang hiển thị {firstRow} - {lastRow} của {itemCount} ." + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "Tiêu đề cho thành phần bộ lọc thanh bên", + "string": "Bộ lọc" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "Thông báo hiển thị khi kích thước tệp được tải lên phải nằm trong phạm vi nhất định.", + "string": "Giữa {sizeMin} và {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "Thông báo hiển thị khi kích thước tệp được tải lên phải lớn hơn một giá trị nào đó.", + "string": "Tối đa {sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "Thông báo hiển thị khi kích thước tệp được tải lên phải lớn hơn một giá trị nào đó.", + "string": "Tối thiểu {sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "Thông báo hiển thị khi tệp được tải lên phải thuộc (các) loại nhất định.", + "string": "Tải lên {count, số nhiều, một { tệp {firstPart} } tệp khác { {firstPart} hoặc {secondPart} }}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "Một văn bản xuất hiện dưới dạng nhãn cho đầu vào của thành phần Dropzone.", + "string": "Kéo và thả tệp của bạn vào đây hoặc nhấp để tải lên." + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Nhãn của nút hủy được hiển thị trong quá trình tải tệp lên trong thành phần Dropzone.", + "string": "Hủy bỏ" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "Một văn bản được hiển thị gần thanh tiến trình trong quá trình tải tệp lên trong thành phần Dropzone.", + "string": "Đang tải lên {filename} ." + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "Một thông báo hiển thị trong trường hợp trình đơn tự động đề xuất được mở.", + "string": "Đóng trình đơn tùy chọn" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "Một thông báo hiển thị trong trường hợp trình đơn tự động đề xuất bị đóng.", + "string": "Mở trình đơn tùy chọn" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "Thông báo của trình đọc màn hình để thông báo cho người dùng rằng họ đang ở cuối bước tham quan sản phẩm.", + "string": "Cuối bước {step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "Thông báo của trình đọc màn hình để thông báo cho người dùng rằng họ đang ở cuối bước tham quan sản phẩm.", + "string": "Đầu bước {step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Đóng nhãn cho thành phần Toast", + "string": "Đóng" + } +} diff --git a/src/i18n/messages/paragon/zh_CN.json b/src/i18n/messages/paragon/zh_CN.json new file mode 100644 index 00000000..0863f38b --- /dev/null +++ b/src/i18n/messages/paragon/zh_CN.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "当在 Dropzone 中上传小于允许的最小大小的文件时显示的消息。", + "string": "文件必须大于{size} 。" + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "当在 Dropzone 中上传的文件超过允许的最大大小时显示的消息。", + "string": "文件必须小于{size} 。" + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "上传 MIME 类型错误的文件时显示的消息。", + "string": "文件类型必须为 {count,plural, one { {typeString} file} other {one of {typeString} files}}。" + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "将多个文件拖动到 Dropzone 上时显示的消息。", + "string": "只允许上传一次。" + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "由于未知原因,Dropzone 组件中的文件验证中显示一条消息。", + "string": "文件验证期间出现意外问题。请再试一次。" + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "如果 Dropzone 组件中的文件上传导致错误,则会显示一条消息。", + "string": "上传文件时出现问题。请再试一次。" + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Alert 组件上关闭按钮的标签", + "string": "忽略" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "描述将可滚动轮播导航到下一个元素的操作的辅助功能文本", + "string": "滚动到下一个" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "描述将可滚动轮播导航至上一个元素的操作的辅助功能文本", + "string": "滚动到上一个" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "描述将可滚动轮播导航到下一个元素的操作的辅助功能文本", + "string": "滚动到下一个" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "描述将可滚动轮播导航至上一个元素的操作的辅助功能文本", + "string": "滚动到上一个" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "所有选定标签的文本", + "string": "全部选择{numSelectedRows}" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "清除所有选择按钮的标签。", + "string": "清空选项" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "用于全选按钮的标签。", + "string": "选择全部{itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "选定标签的文本", + "string": "{numSelectedRows}已选择" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "表格分页时所选标签的文本", + "string": "选择了{numSelectedRows} (如下所示的{numSelectedRowsOnPage} )" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "折叠 DataTable 的所有可展开行的操作按钮的标签。", + "string": "折叠全部" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "用于展开 DataTable 的所有可展开行的操作按钮的标签。", + "string": "展开全部" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "“清除过滤器”按钮上显示的文本", + "string": "清除过滤器" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "描述表中显示的行数的文本", + "string": "显示{itemCount}的{firstRow} - {lastRow} 。" + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "侧边栏过滤器组件的标题", + "string": "过滤器" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "当上传文件的大小必须在给定范围内时显示的消息。", + "string": "{sizeMin}和{sizeMax}之间" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "当上传的文件大小必须大于某个值时显示的消息。", + "string": "最大{sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "当上传的文件大小必须大于某个值时显示的消息。", + "string": "最小{sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "上传的文件必须属于特定类型时显示的消息。", + "string": "上传 {count,plural, one { {firstPart}个文件} other { {firstPart}或{secondPart}个文件}}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "显示为 Dropzone 组件输入标签的文本。", + "string": "将您的文件拖放到此处或单击上传。" + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Dropzone 组件中文件上传期间显示的取消按钮的标签。", + "string": "取消" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "在 Dropzone 组件中上传文件期间,在进度条附近显示的文本。", + "string": "正在上传{filename} 。" + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "打开自动建议菜单时显示的消息。", + "string": "关闭选项菜单" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "自动建议菜单关闭时显示的消息。", + "string": "打开选项菜单" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "屏幕阅读器消息,通知用户他们位于产品浏览步骤的底部。", + "string": "步骤底部{step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "屏幕阅读器消息,通知用户他们位于产品浏览步骤的底部。", + "string": "步骤顶部{step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Toast 组件的关闭标签", + "string": "关闭" + } +} diff --git a/src/i18n/messages/paragon/zh_HK.json b/src/i18n/messages/paragon/zh_HK.json new file mode 100644 index 00000000..27e31d5b --- /dev/null +++ b/src/i18n/messages/paragon/zh_HK.json @@ -0,0 +1,134 @@ +{ + "dropzone.Dropzone.invalidSizeLessError": { + "developer_comment": "當在 Dropzone 中上傳小於允許的最小大小的檔案時顯示的訊息。", + "string": "檔案必須大於{size} 。" + }, + "dropzone.Dropzone.invalidSizeMoreError": { + "developer_comment": "當在 Dropzone 中上傳的檔案超過允許的最大大小時顯示的訊息。", + "string": "檔案必須小於{size} 。" + }, + "dropzone.Dropzone.invalidType": { + "developer_comment": "上傳 MIME 類型錯誤的檔案時顯示的訊息。", + "string": "檔案類型必須為 {count,plural, one { {typeString} file} 其他 {one of {typeString} files}}。" + }, + "dropzone.Dropzone.multipleDraggedError": { + "developer_comment": "將多個檔案拖曳到 Dropzone 上時顯示的訊息。", + "string": "只允許上傳一次。" + }, + "dropzone.Dropzone.unexpectedValidationError": { + "developer_comment": "由於未知原因,Dropzone 元件中的檔案驗證中顯示一則訊息。", + "string": "文件驗證期間發生意外問題。請再試一次。" + }, + "dropzone.Dropzone.uploadError": { + "developer_comment": "如果 Dropzone 元件中的檔案上傳導致錯誤,則會顯示一則訊息。", + "string": "上傳文件時出現問題。請再試一次。" + }, + "pgn.Alert.closeLabel": { + "developer_comment": "Alert 元件上關閉按鈕的標籤", + "string": "忽略" + }, + "pgn.CardCarousel.scrollToNext": { + "developer_comment": "無障礙功能文字描述導航到可滾動旋轉木馬的下一個元素的操作", + "string": "滾動到下一個" + }, + "pgn.CardCarousel.scrollToPrevious": { + "developer_comment": "無障礙性文本描述導航可滾動旋轉木馬至上一個元素的動作", + "string": "滾動到上一個" + }, + "pgn.ChipCarousel.scrollToNext": { + "developer_comment": "無障礙性文本描述導航可滾動旋轉木馬至下一個元素的動作", + "string": "滾動到下一個" + }, + "pgn.ChipCarousel.scrollToPrevious": { + "developer_comment": "無障礙性文本描述導航可滾動旋轉木馬至上一個元素的動作", + "string": "滾動到上一個" + }, + "pgn.DataTable.BaseSelectionStatus.allSelectedText": { + "developer_comment": "所有選定標籤的文字", + "string": "全部選{numSelectedRows}" + }, + "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { + "developer_comment": "清除所有選擇按鈕的標籤。", + "string": "清空選項" + }, + "pgn.DataTable.BaseSelectionStatus.selectAllText": { + "developer_comment": "用於全選按鈕的標籤。", + "string": "選擇全部{itemCount}" + }, + "pgn.DataTable.BaseSelectionStatus.selectedText": { + "developer_comment": "選定標籤的文字", + "string": "{numSelectedRows}已選擇" + }, + "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { + "developer_comment": "表格分頁時所選標籤的文本", + "string": "選擇了{numSelectedRows} (如下所示的{numSelectedRowsOnPage} )" + }, + "pgn.DataTable.ExpandAll.collapseAllLabel": { + "developer_comment": "收起 DataTable 的所有可展開行的操作按鈕的標籤。", + "string": "全部收起" + }, + "pgn.DataTable.ExpandAll.expandAllLabel": { + "developer_comment": "用於展開 DataTable 的所有可展開行的操作按鈕的標籤。", + "string": "展開全部" + }, + "pgn.DataTable.FilterStatus.clearFiltersText": { + "developer_comment": "“清除篩選器”按鈕上顯示的文本", + "string": "清除篩選器" + }, + "pgn.DataTable.RowStatus.statusText": { + "developer_comment": "描述表中顯示的行數的文本", + "string": "顯示{itemCount}的{firstRow} - {lastRow} 。" + }, + "pgn.DataTable.SidebarFilters.title": { + "developer_comment": "側邊欄篩選器組件的標題", + "string": "篩選器" + }, + "pgn.Dropzone.DefaultContent.fileSizeBetween": { + "developer_comment": "當上傳檔案的大小必須在給定範圍內時顯示的訊息。", + "string": "{sizeMin}和{sizeMax}之間" + }, + "pgn.Dropzone.DefaultContent.fileSizeMax": { + "developer_comment": "當上傳的檔案大小必須大於某個值時顯示的訊息。", + "string": "最大{sizeMax}" + }, + "pgn.Dropzone.DefaultContent.fileSizeMin": { + "developer_comment": "當上傳的檔案大小必須大於某個值時顯示的訊息。", + "string": "最小{sizeMin}" + }, + "pgn.Dropzone.DefaultContent.fileTypeRestriction": { + "developer_comment": "上傳的文件必須屬於特定類型時顯示的訊息。", + "string": "上傳 {count,plural, one { {firstPart} files} 其他 { {firstPart}或{secondPart} files}}" + }, + "pgn.Dropzone.DefaultContent.label": { + "developer_comment": "顯示為 Dropzone 元件輸入標籤的文字。", + "string": "將您的文件拖放到此處或點擊上傳。" + }, + "pgn.Dropzone.UploadProgress.cancelLabel": { + "developer_comment": "Dropzone 元件中檔案上傳期間顯示的取消按鈕的標籤。", + "string": "取消" + }, + "pgn.Dropzone.UploadProgress.uploadLabel": { + "developer_comment": "在 Dropzone 元件中上傳檔案期間,在進度條附近顯示的文字。", + "string": "正在上傳{filename} 。" + }, + "pgn.FormAutosuggest.iconButtonClosed": { + "developer_comment": "開啟自動建議選單時顯示的訊息。", + "string": "關閉選項選單" + }, + "pgn.FormAutosuggest.iconButtonOpened": { + "developer_comment": "自動建議選單關閉時顯示的訊息。", + "string": "開啟選項選單" + }, + "pgn.ProductTour.Checkpoint.bottom-position-text": { + "developer_comment": "螢幕閱讀器訊息,通知用户他們位於產品瀏覽步驟的底部。", + "string": "步驟底部{step}" + }, + "pgn.ProductTour.Checkpoint.top-position-text": { + "developer_comment": "螢幕閱讀器訊息,通知用户他們位於產品瀏覽步驟的底部。", + "string": "步驟頂部{step}" + }, + "pgn.Toast.closeLabel": { + "developer_comment": "Toast 元件的關閉標籤", + "string": "關閉" + } +} diff --git a/src/i18n/messages/pt.json b/src/i18n/messages/pt.json deleted file mode 100644 index 41cd81b1..00000000 --- a/src/i18n/messages/pt.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "header.links.courses": "", - "header.links.programs": "", - "header.links.content.search": "", - "header.links.schools": "", - "header.user.menu.career": "", - "header.user.menu.newAlert": "", - "header.user.menu.dashboard": "", - "header.user.menu.profile": "", - "header.user.menu.account.settings": "", - "header.user.menu.order.history": "", - "header.user.menu.logout": "", - "header.user.menu.login": "Login", - "header.user.menu.register": "", - "header.label.account.nav": "", - "header.label.account.menu": "", - "header.label.account.menu.for": "", - "header.label.main.nav": "", - "header.label.main.menu": "", - "header.label.main.header": "", - "header.label.secondary.nav": "", - "header.label.skip.nav": "", - "notification.title": "", - "notification.today.heading": "", - "notification.earlier.heading": "", - "notification.mark.as.read": "", - "notification.fullStop": "", - "notification.load.more.notifications": "", - "notification.feedback": "", - "notification.recent.all.message": "", - "notification.expired.delete.message": "", - "notification.no.message": "", - "notification.no.help.message": "", - "notification.bell.icon.alt.message": "", - "general.register.sentenceCase": "", - "general.signIn.sentenceCase": "", - "header.menu.dashboard.label": "", - "header.help.label": "", - "header.menu.profile.label": "", - "header.menu.account.label": "", - "header.menu.career.label": "", - "header.menu.new.label": "", - "header.menu.orderHistory.label": "", - "header.navigation.skipNavLink": "", - "header.menu.signOut.label": "", - "header.user.menu.studio": "", - "header.user.menu.maintenance": "", - "header.label.courseOutline": "", - "tour.action.dismiss": "", - "tour.action.end": "", - "tour.example.title": "", - "tour.example.body": "" -} \ No newline at end of file diff --git a/src/i18n/messages/zh_CN.json b/src/i18n/messages/zh_CN.json deleted file mode 100644 index 2805cfcc..00000000 --- a/src/i18n/messages/zh_CN.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "header.links.courses": "课程", - "header.links.programs": "项目", - "header.links.content.search": "马上探索课程", - "header.links.schools": "学校", - "header.user.menu.career": "职业", - "header.user.menu.newAlert": "新增", - "header.user.menu.dashboard": "课程面板", - "header.user.menu.profile": "个人主页", - "header.user.menu.account.settings": "我的账户", - "header.user.menu.order.history": "查看历史记录", - "header.user.menu.logout": "退出", - "header.user.menu.login": "登录", - "header.user.menu.register": "注册", - "header.label.account.nav": "我的账户", - "header.label.account.menu": "账户菜单", - "header.label.account.menu.for": "{username} 的帐户菜单", - "header.label.main.nav": "主要", - "header.label.main.menu": "主菜单", - "header.label.main.header": "主要", - "header.label.secondary.nav": "高中", - "header.label.skip.nav": "跳转到主要内容", - "notification.title": "通知", - "notification.today.heading": "", - "notification.earlier.heading": "", - "notification.mark.as.read": "", - "notification.fullStop": "•", - "notification.load.more.notifications": "", - "notification.feedback": "反馈", - "notification.recent.all.message": "", - "notification.expired.delete.message": "", - "notification.no.message": "", - "notification.no.help.message": "", - "notification.bell.icon.alt.message": "", - "general.register.sentenceCase": "注册", - "general.signIn.sentenceCase": "登录", - "header.menu.dashboard.label": "课程面板", - "header.help.label": "帮助", - "header.menu.profile.label": "个人主页", - "header.menu.account.label": "我的账户", - "header.menu.career.label": "职业", - "header.menu.new.label": "新增", - "header.menu.orderHistory.label": "查看历史记录", - "header.navigation.skipNavLink": "跳至主要内容", - "header.menu.signOut.label": "退出", - "header.user.menu.studio": "工作室主页", - "header.user.menu.maintenance": "维护", - "header.label.courseOutline": "返回 Studio 中的课程大纲", - "tour.action.dismiss": "忽略", - "tour.action.end": "好的", - "tour.example.title": "", - "tour.example.body": "" -} \ No newline at end of file