diff --git a/docker-compose.yml b/docker-compose.yml index 96b6bfa..7bb5564 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: - ./:/srv/jekyll # Nginx serves the static site on port 80, for Gotenberg and local developers nginx: - image: 'nginx:1.23.4' + image: 'nginx:1.29.2' networks: - jekyll_gotenberg ports: @@ -21,7 +21,7 @@ services: - ./_site:/usr/share/nginx/html # Gotenberg receives requests on port 3000 gotenberg: - image: 'gotenberg/gotenberg:7.8.2' + image: 'gotenberg/gotenberg:7.10.2' environment: # Disable Open Office conversion DISABLE_UNOCONV: 1 diff --git a/package-lock.json b/package-lock.json index ea41b38..ae40148 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,9 +19,9 @@ }, "dependencies": { "@types/node": { - "version": "14.18.42", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.42.tgz", - "integrity": "sha512-xefu+RBie4xWlK8hwAzGh3npDz/4VhF6icY/shU+zv/1fNn+ZVG7T7CRwe9LId9sAYRPxI+59QBPuKL3WpyGRg==", + "version": "14.18.63", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.63.tgz", + "integrity": "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==", "dev": true } } @@ -42,993 +42,1044 @@ }, "dependencies": { "@types/node": { - "version": "14.18.42", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.42.tgz", - "integrity": "sha512-xefu+RBie4xWlK8hwAzGh3npDz/4VhF6icY/shU+zv/1fNn+ZVG7T7CRwe9LId9sAYRPxI+59QBPuKL3WpyGRg==", + "version": "14.18.63", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.63.tgz", + "integrity": "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==", "dev": true } } }, "@hint/configuration-accessibility": { - "version": "2.0.25", - "resolved": "https://registry.npmjs.org/@hint/configuration-accessibility/-/configuration-accessibility-2.0.25.tgz", - "integrity": "sha512-SJ+vGi+p3hML4OcW+VOu2e9UUX+6SW7YEdXdfnr6VBZi+Mls45mnhw6g3U+B5sYzskblFF/odaHHhzszzgXCrA==", + "version": "2.0.28", + "resolved": "https://registry.npmjs.org/@hint/configuration-accessibility/-/configuration-accessibility-2.0.28.tgz", + "integrity": "sha512-ruHZJOgjR9ey7T0vWnPKHl+fLN1vNvATEP+1NSpMQhhtnACM/iCudttLwTsJLrhPDgVfJDcyMHOlCvRQ766a1A==", "dev": true, "requires": { - "@hint/connector-puppeteer": "^2.5.22", - "@hint/formatter-html": "^4.3.15", - "@hint/formatter-summary": "^3.0.37", - "@hint/hint-axe": "^4.4.18" + "@hint/connector-puppeteer": "^2.5.25", + "@hint/formatter-html": "^4.3.17", + "@hint/formatter-summary": "^3.0.39", + "@hint/hint-axe": "^4.4.21" } }, "@hint/configuration-all": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/@hint/configuration-all/-/configuration-all-3.0.12.tgz", - "integrity": "sha512-cfX0wD3J7yu1NhtPA7DIx0BX6786I1kDsZJlrdwGMdtHzzpWe4BdGZENB4u2egQE1gowT9TqEA0IhWTAQzZz+Q==", - "dev": true, - "requires": { - "@hint/configuration-accessibility": "^2.0.25", - "@hint/configuration-development": "^8.3.16", - "@hint/configuration-progressive-web-apps": "^7.0.26", - "@hint/configuration-web-recommended": "^8.2.21", - "@hint/connector-jsdom": "^4.1.25", - "@hint/connector-local": "^3.2.25", - "@hint/connector-puppeteer": "^2.5.22", - "@hint/extension-browser": "^2.4.12", - "@hint/formatter-codeframe": "^3.1.34", - "@hint/formatter-excel": "^3.1.34", - "@hint/formatter-html": "^4.3.15", - "@hint/formatter-json": "^3.1.34", - "@hint/formatter-stylish": "^3.1.34", - "@hint/formatter-summary": "^3.0.37", - "@hint/hint-apple-touch-icons": "^4.0.20", - "@hint/hint-axe": "^4.4.18", - "@hint/hint-babel-config": "^2.4.25", - "@hint/hint-button-type": "^3.0.20", - "@hint/hint-compat-api": "^4.5.5", - "@hint/hint-content-type": "^4.2.24", - "@hint/hint-create-element-svg": "^1.3.24", - "@hint/hint-css-prefix-order": "^1.5.5", - "@hint/hint-detect-css-reflows": "^1.0.4", - "@hint/hint-disown-opener": "^4.0.20", - "@hint/hint-doctype": "^3.3.24", - "@hint/hint-highest-available-document-mode": "^5.0.20", - "@hint/hint-html-checker": "^3.3.24", - "@hint/hint-http-cache": "^4.0.20", - "@hint/hint-http-compression": "^5.2.24", - "@hint/hint-https-only": "^2.4.24", - "@hint/hint-image-optimization-cloudinary": "^3.2.24", - "@hint/hint-leading-dot-classlist": "^1.0.17", - "@hint/hint-manifest-app-name": "^2.4.26", - "@hint/hint-manifest-exists": "^2.4.26", - "@hint/hint-manifest-file-extension": "^3.0.21", - "@hint/hint-manifest-is-valid": "^3.4.17", - "@hint/hint-meta-charset-utf-8": "^4.0.20", - "@hint/hint-meta-theme-color": "^4.0.20", - "@hint/hint-meta-viewport": "^5.0.20", - "@hint/hint-minified-js": "^2.4.24", - "@hint/hint-no-bom": "^4.2.24", - "@hint/hint-no-broken-links": "^4.2.24", - "@hint/hint-no-disallowed-headers": "^3.1.19", - "@hint/hint-no-friendly-error-pages": "^3.3.24", - "@hint/hint-no-html-only-headers": "^3.0.20", - "@hint/hint-no-http-redirects": "^3.0.20", - "@hint/hint-no-inline-styles": "^1.0.16", - "@hint/hint-no-p3p": "^3.3.24", - "@hint/hint-no-protocol-relative-urls": "^3.1.4", - "@hint/hint-no-vulnerable-javascript-libraries": "^2.12.19", - "@hint/hint-performance-budget": "^2.4.24", - "@hint/hint-scoped-svg-styles": "^1.3.25", - "@hint/hint-sri": "^4.0.20", - "@hint/hint-ssllabs": "^2.4.24", - "@hint/hint-strict-transport-security": "^3.0.20", - "@hint/hint-stylesheet-limits": "^3.3.24", - "@hint/hint-typescript-config": "^2.5.12", - "@hint/hint-validate-set-cookie-header": "^3.0.20", - "@hint/hint-webpack-config": "^2.4.26", - "@hint/hint-x-content-type-options": "^4.0.20", - "@hint/parser-babel-config": "^2.1.40", - "@hint/parser-css": "^3.0.38", - "@hint/parser-html": "^3.1.3", - "@hint/parser-javascript": "^3.1.23", - "@hint/parser-jsx": "^1.1.4", - "@hint/parser-less": "^1.0.30", - "@hint/parser-manifest": "^2.3.17", - "@hint/parser-package-json": "^1.1.40", - "@hint/parser-sass": "^1.0.30", - "@hint/parser-typescript": "^1.0.24", - "@hint/parser-typescript-config": "^2.4.27", - "@hint/parser-webpack-config": "^2.1.39", - "vscode-webhint": "^2.1.9" + "version": "3.0.18", + "resolved": "https://registry.npmjs.org/@hint/configuration-all/-/configuration-all-3.0.18.tgz", + "integrity": "sha512-Dkon4CpQ6x7ndO/VkiZadw8mbydntXbQEEwJizS1cwXnF4OdtFsQUqMA1Z77uGi+LchbPGeffBl1WuBzLqecBQ==", + "dev": true, + "requires": { + "@hint/configuration-accessibility": "^2.0.28", + "@hint/configuration-development": "^8.3.20", + "@hint/configuration-progressive-web-apps": "^7.0.29", + "@hint/configuration-web-recommended": "^8.2.24", + "@hint/connector-jsdom": "^4.1.28", + "@hint/connector-local": "^3.2.28", + "@hint/connector-puppeteer": "^2.5.25", + "@hint/extension-browser": "^2.4.17", + "@hint/formatter-codeframe": "^3.1.36", + "@hint/formatter-excel": "^3.1.36", + "@hint/formatter-html": "^4.3.17", + "@hint/formatter-json": "^3.1.36", + "@hint/formatter-stylish": "^3.1.36", + "@hint/formatter-summary": "^3.0.39", + "@hint/hint-apple-touch-icons": "^4.0.23", + "@hint/hint-axe": "^4.4.21", + "@hint/hint-babel-config": "^2.4.28", + "@hint/hint-button-type": "^3.0.23", + "@hint/hint-compat-api": "^4.5.8", + "@hint/hint-content-type": "^4.2.27", + "@hint/hint-create-element-svg": "^1.3.27", + "@hint/hint-css-prefix-order": "^1.5.8", + "@hint/hint-detect-css-reflows": "^1.0.7", + "@hint/hint-disown-opener": "^4.0.23", + "@hint/hint-doctype": "^3.3.27", + "@hint/hint-highest-available-document-mode": "^5.0.23", + "@hint/hint-html-checker": "^3.3.27", + "@hint/hint-http-cache": "^4.0.23", + "@hint/hint-http-compression": "^5.2.27", + "@hint/hint-https-only": "^2.4.27", + "@hint/hint-image-optimization-cloudinary": "^3.2.27", + "@hint/hint-leading-dot-classlist": "^1.0.20", + "@hint/hint-manifest-app-name": "^2.4.29", + "@hint/hint-manifest-exists": "^2.4.29", + "@hint/hint-manifest-file-extension": "^3.0.24", + "@hint/hint-manifest-is-valid": "^3.4.20", + "@hint/hint-meta-charset-utf-8": "^4.0.23", + "@hint/hint-meta-theme-color": "^4.0.23", + "@hint/hint-meta-viewport": "^5.0.23", + "@hint/hint-minified-js": "^2.4.27", + "@hint/hint-no-bom": "^4.2.27", + "@hint/hint-no-broken-links": "^4.2.27", + "@hint/hint-no-disallowed-headers": "^3.1.22", + "@hint/hint-no-friendly-error-pages": "^3.3.27", + "@hint/hint-no-html-only-headers": "^3.0.23", + "@hint/hint-no-http-redirects": "^3.0.23", + "@hint/hint-no-inline-styles": "^1.0.19", + "@hint/hint-no-p3p": "^3.3.27", + "@hint/hint-no-protocol-relative-urls": "^3.1.7", + "@hint/hint-no-vulnerable-javascript-libraries": "^2.12.22", + "@hint/hint-performance-budget": "^2.4.27", + "@hint/hint-scoped-svg-styles": "^1.3.28", + "@hint/hint-sri": "^4.0.23", + "@hint/hint-ssllabs": "^2.4.27", + "@hint/hint-strict-transport-security": "^3.0.23", + "@hint/hint-stylesheet-limits": "^3.3.27", + "@hint/hint-typescript-config": "^2.5.16", + "@hint/hint-validate-set-cookie-header": "^3.0.23", + "@hint/hint-webpack-config": "^2.4.30", + "@hint/hint-x-content-type-options": "^4.0.23", + "@hint/parser-babel-config": "^2.1.43", + "@hint/parser-css": "^3.0.39", + "@hint/parser-html": "^3.1.4", + "@hint/parser-javascript": "^3.1.25", + "@hint/parser-jsx": "^1.1.6", + "@hint/parser-less": "^1.0.31", + "@hint/parser-manifest": "^2.3.20", + "@hint/parser-package-json": "^1.1.43", + "@hint/parser-sass": "^1.0.31", + "@hint/parser-typescript": "^1.0.26", + "@hint/parser-typescript-config": "^2.4.31", + "@hint/parser-webpack-config": "^2.1.42", + "vscode-webhint": "^2.1.15" } }, "@hint/configuration-development": { - "version": "8.3.16", - "resolved": "https://registry.npmjs.org/@hint/configuration-development/-/configuration-development-8.3.16.tgz", - "integrity": "sha512-iDEz1P+t03jEbAJUClJlUppmnaJKnNe2N9CthE2c8cu5DLLmiiPnZdgNaCS/mPU5ejQhwMDj22rDIIcthMn11w==", - "dev": true, - "requires": { - "@hint/configuration-accessibility": "^2.0.25", - "@hint/configuration-progressive-web-apps": "^7.0.26", - "@hint/connector-local": "^3.2.25", - "@hint/formatter-html": "^4.3.15", - "@hint/formatter-json": "^3.1.34", - "@hint/formatter-summary": "^3.0.37", - "@hint/hint-babel-config": "^2.4.25", - "@hint/hint-button-type": "^3.0.20", - "@hint/hint-compat-api": "^4.5.5", - "@hint/hint-create-element-svg": "^1.3.24", - "@hint/hint-css-prefix-order": "^1.5.5", - "@hint/hint-detect-css-reflows": "^1.0.4", - "@hint/hint-disown-opener": "^4.0.20", - "@hint/hint-highest-available-document-mode": "^5.0.20", - "@hint/hint-leading-dot-classlist": "^1.0.17", - "@hint/hint-meta-charset-utf-8": "^4.0.20", - "@hint/hint-meta-viewport": "^5.0.20", - "@hint/hint-no-bom": "^4.2.24", - "@hint/hint-no-inline-styles": "^1.0.16", - "@hint/hint-no-protocol-relative-urls": "^3.1.4", - "@hint/hint-scoped-svg-styles": "^1.3.25", - "@hint/hint-sri": "^4.0.20", - "@hint/hint-typescript-config": "^2.5.12", - "@hint/hint-webpack-config": "^2.4.26", - "@hint/parser-babel-config": "^2.1.40", - "@hint/parser-css": "^3.0.38", - "@hint/parser-html": "^3.1.3", - "@hint/parser-javascript": "^3.1.23", - "@hint/parser-jsx": "^1.1.4", - "@hint/parser-less": "^1.0.30", - "@hint/parser-sass": "^1.0.30", - "@hint/parser-typescript": "^1.0.24", - "@hint/parser-typescript-config": "^2.4.27", - "@hint/parser-webpack-config": "^2.1.39" + "version": "8.3.20", + "resolved": "https://registry.npmjs.org/@hint/configuration-development/-/configuration-development-8.3.20.tgz", + "integrity": "sha512-v4q6D7VDtYUo51n+idUr0/+MF+nVKRbv/W/dCpRwW2/0W4D1ZhLQsmNRnP/wezX0hGIf5/KkGPj30RmCRaMx+w==", + "dev": true, + "requires": { + "@hint/configuration-accessibility": "^2.0.28", + "@hint/configuration-progressive-web-apps": "^7.0.29", + "@hint/connector-local": "^3.2.28", + "@hint/formatter-html": "^4.3.17", + "@hint/formatter-json": "^3.1.36", + "@hint/formatter-summary": "^3.0.39", + "@hint/hint-babel-config": "^2.4.28", + "@hint/hint-button-type": "^3.0.23", + "@hint/hint-compat-api": "^4.5.8", + "@hint/hint-create-element-svg": "^1.3.27", + "@hint/hint-css-prefix-order": "^1.5.8", + "@hint/hint-detect-css-reflows": "^1.0.7", + "@hint/hint-disown-opener": "^4.0.23", + "@hint/hint-highest-available-document-mode": "^5.0.23", + "@hint/hint-leading-dot-classlist": "^1.0.20", + "@hint/hint-meta-charset-utf-8": "^4.0.23", + "@hint/hint-meta-viewport": "^5.0.23", + "@hint/hint-no-bom": "^4.2.27", + "@hint/hint-no-inline-styles": "^1.0.19", + "@hint/hint-no-protocol-relative-urls": "^3.1.7", + "@hint/hint-scoped-svg-styles": "^1.3.28", + "@hint/hint-sri": "^4.0.23", + "@hint/hint-typescript-config": "^2.5.16", + "@hint/hint-webpack-config": "^2.4.30", + "@hint/parser-babel-config": "^2.1.43", + "@hint/parser-css": "^3.0.39", + "@hint/parser-html": "^3.1.4", + "@hint/parser-javascript": "^3.1.25", + "@hint/parser-jsx": "^1.1.6", + "@hint/parser-less": "^1.0.31", + "@hint/parser-sass": "^1.0.31", + "@hint/parser-typescript": "^1.0.26", + "@hint/parser-typescript-config": "^2.4.31", + "@hint/parser-webpack-config": "^2.1.42" } }, "@hint/configuration-progressive-web-apps": { - "version": "7.0.26", - "resolved": "https://registry.npmjs.org/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.26.tgz", - "integrity": "sha512-BEK8u2DJrBShOc7qq5Ty6NWohJJSvy7MZivsS+7aK2Y9Yb8im+3GYKj03lA6XDcJp1oij+O8TNVM/JjuvcxUnA==", + "version": "7.0.29", + "resolved": "https://registry.npmjs.org/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.29.tgz", + "integrity": "sha512-0zQ7ooOrEfhmiBG71W7vqm5gyLOyuw9Ep8pnLlazrvqOAyb4FnKgu+W36py0a0IkgSdtgEqfoFMA3f2tCnU+ag==", "dev": true, "requires": { - "@hint/connector-jsdom": "^4.1.25", - "@hint/connector-puppeteer": "^2.5.22", - "@hint/formatter-html": "^4.3.15", - "@hint/formatter-summary": "^3.0.37", - "@hint/hint-apple-touch-icons": "^4.0.20", - "@hint/hint-manifest-app-name": "^2.4.26", - "@hint/hint-manifest-exists": "^2.4.26", - "@hint/hint-manifest-file-extension": "^3.0.21", - "@hint/hint-manifest-is-valid": "^3.4.17", - "@hint/parser-manifest": "^2.3.17" + "@hint/connector-jsdom": "^4.1.28", + "@hint/connector-puppeteer": "^2.5.25", + "@hint/formatter-html": "^4.3.17", + "@hint/formatter-summary": "^3.0.39", + "@hint/hint-apple-touch-icons": "^4.0.23", + "@hint/hint-manifest-app-name": "^2.4.29", + "@hint/hint-manifest-exists": "^2.4.29", + "@hint/hint-manifest-file-extension": "^3.0.24", + "@hint/hint-manifest-is-valid": "^3.4.20", + "@hint/parser-manifest": "^2.3.20" } }, "@hint/configuration-web-recommended": { - "version": "8.2.21", - "resolved": "https://registry.npmjs.org/@hint/configuration-web-recommended/-/configuration-web-recommended-8.2.21.tgz", - "integrity": "sha512-hCGpaLI/KBhlFgFHMeQ8mWXmzn6BDljBf9g1wVEOdicyxuueAgnTLkwIqSKRneFTmp7lks4S5Sn0HkUpYKJ3wg==", - "dev": true, - "requires": { - "@hint/configuration-accessibility": "^2.0.25", - "@hint/connector-jsdom": "^4.1.25", - "@hint/connector-local": "^3.2.25", - "@hint/connector-puppeteer": "^2.5.22", - "@hint/formatter-html": "^4.3.15", - "@hint/formatter-json": "^3.1.34", - "@hint/formatter-stylish": "^3.1.34", - "@hint/formatter-summary": "^3.0.37", - "@hint/hint-button-type": "^3.0.20", - "@hint/hint-compat-api": "^4.5.5", - "@hint/hint-content-type": "^4.2.24", - "@hint/hint-create-element-svg": "^1.3.24", - "@hint/hint-css-prefix-order": "^1.5.5", - "@hint/hint-detect-css-reflows": "^1.0.4", - "@hint/hint-disown-opener": "^4.0.20", - "@hint/hint-highest-available-document-mode": "^5.0.20", - "@hint/hint-html-checker": "^3.3.24", - "@hint/hint-http-cache": "^4.0.20", - "@hint/hint-http-compression": "^5.2.24", - "@hint/hint-image-optimization-cloudinary": "^3.2.24", - "@hint/hint-leading-dot-classlist": "^1.0.17", - "@hint/hint-meta-charset-utf-8": "^4.0.20", - "@hint/hint-meta-viewport": "^5.0.20", - "@hint/hint-no-bom": "^4.2.24", - "@hint/hint-no-disallowed-headers": "^3.1.19", - "@hint/hint-no-friendly-error-pages": "^3.3.24", - "@hint/hint-no-html-only-headers": "^3.0.20", - "@hint/hint-no-http-redirects": "^3.0.20", - "@hint/hint-no-inline-styles": "^1.0.16", - "@hint/hint-no-protocol-relative-urls": "^3.1.4", - "@hint/hint-no-vulnerable-javascript-libraries": "^2.12.19", - "@hint/hint-scoped-svg-styles": "^1.3.25", - "@hint/hint-sri": "^4.0.20", - "@hint/hint-ssllabs": "^2.4.24", - "@hint/hint-strict-transport-security": "^3.0.20", - "@hint/hint-stylesheet-limits": "^3.3.24", - "@hint/hint-validate-set-cookie-header": "^3.0.20", - "@hint/hint-x-content-type-options": "^4.0.20", - "@hint/parser-css": "^3.0.38", - "@hint/parser-html": "^3.1.3", - "@hint/parser-javascript": "^3.1.23" + "version": "8.2.24", + "resolved": "https://registry.npmjs.org/@hint/configuration-web-recommended/-/configuration-web-recommended-8.2.24.tgz", + "integrity": "sha512-hTQT/+OOKfu2sOJM6UzImibt3rBiHANXtov49Pn19V5zXL0s+PZAgPjdWUKdptwEDwgTaGN18QDpPJxaRVeFTw==", + "dev": true, + "requires": { + "@hint/configuration-accessibility": "^2.0.28", + "@hint/connector-jsdom": "^4.1.28", + "@hint/connector-local": "^3.2.28", + "@hint/connector-puppeteer": "^2.5.25", + "@hint/formatter-html": "^4.3.17", + "@hint/formatter-json": "^3.1.36", + "@hint/formatter-stylish": "^3.1.36", + "@hint/formatter-summary": "^3.0.39", + "@hint/hint-button-type": "^3.0.23", + "@hint/hint-compat-api": "^4.5.8", + "@hint/hint-content-type": "^4.2.27", + "@hint/hint-create-element-svg": "^1.3.27", + "@hint/hint-css-prefix-order": "^1.5.8", + "@hint/hint-detect-css-reflows": "^1.0.7", + "@hint/hint-disown-opener": "^4.0.23", + "@hint/hint-highest-available-document-mode": "^5.0.23", + "@hint/hint-html-checker": "^3.3.27", + "@hint/hint-http-cache": "^4.0.23", + "@hint/hint-http-compression": "^5.2.27", + "@hint/hint-image-optimization-cloudinary": "^3.2.27", + "@hint/hint-leading-dot-classlist": "^1.0.20", + "@hint/hint-meta-charset-utf-8": "^4.0.23", + "@hint/hint-meta-viewport": "^5.0.23", + "@hint/hint-no-bom": "^4.2.27", + "@hint/hint-no-disallowed-headers": "^3.1.22", + "@hint/hint-no-friendly-error-pages": "^3.3.27", + "@hint/hint-no-html-only-headers": "^3.0.23", + "@hint/hint-no-http-redirects": "^3.0.23", + "@hint/hint-no-inline-styles": "^1.0.19", + "@hint/hint-no-protocol-relative-urls": "^3.1.7", + "@hint/hint-no-vulnerable-javascript-libraries": "^2.12.22", + "@hint/hint-scoped-svg-styles": "^1.3.28", + "@hint/hint-sri": "^4.0.23", + "@hint/hint-ssllabs": "^2.4.27", + "@hint/hint-strict-transport-security": "^3.0.23", + "@hint/hint-stylesheet-limits": "^3.3.27", + "@hint/hint-validate-set-cookie-header": "^3.0.23", + "@hint/hint-x-content-type-options": "^4.0.23", + "@hint/parser-css": "^3.0.39", + "@hint/parser-html": "^3.1.4", + "@hint/parser-javascript": "^3.1.25" } }, "@hint/connector-jsdom": { - "version": "4.1.25", - "resolved": "https://registry.npmjs.org/@hint/connector-jsdom/-/connector-jsdom-4.1.25.tgz", - "integrity": "sha512-JvD2PwuRsgehmgGfyvNykpsS1wTjCLstsH1fnlltbFnrHHehgJpHVHPdGQZbU/2Eco01cIu8LyKMQZEkHDhIAA==", - "dev": true, - "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-connector-tools": "^4.0.39", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-dom": "^2.2.3", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-network": "^1.0.24", - "@hint/utils-types": "^1.2.0", - "canvas": "^2.10.2", + "version": "4.1.28", + "resolved": "https://registry.npmjs.org/@hint/connector-jsdom/-/connector-jsdom-4.1.28.tgz", + "integrity": "sha512-eRhx+yYt7OLbhVX1WtiGyoOOIh/4rk1SOOrAWQUZ7Ukty9WsxUdNgyqppzn6U2mNnHSP6T9hkiFTWnRIBVeufg==", + "dev": true, + "requires": { + "@hint/utils": "^7.0.24", + "@hint/utils-connector-tools": "^4.0.42", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-dom": "^2.2.4", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-network": "^1.0.27", + "@hint/utils-types": "^1.2.1", + "canvas": "^2.11.2", "jsdom": "^21.1.0", "mutationobserver-shim": "^0.3.7" } }, "@hint/connector-local": { - "version": "3.2.25", - "resolved": "https://registry.npmjs.org/@hint/connector-local/-/connector-local-3.2.25.tgz", - "integrity": "sha512-ARlY/dMyXpboaOZjhShZE3F9equ+y/FWapkiLwdT/7VmTTnpwx4M2UON0f+YNdNMpICrznHFpaNKeTDDSZElTw==", + "version": "3.2.28", + "resolved": "https://registry.npmjs.org/@hint/connector-local/-/connector-local-3.2.28.tgz", + "integrity": "sha512-oJxv+br08bqrGTP6weC6DJ3fwTwqq1Ot+/RBJU98d8t8XdEwSHRD2EAr4RySuVr6GVkzlEW+p91fTW8W9VtgAw==", "dev": true, "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-dom": "^2.2.3", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", + "@hint/utils": "^7.0.24", + "@hint/utils-dom": "^2.2.4", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", "chokidar": "^3.5.3", "globby": "^11.0.4", "jsdom": "^21.1.0" } }, "@hint/connector-puppeteer": { - "version": "2.5.22", - "resolved": "https://registry.npmjs.org/@hint/connector-puppeteer/-/connector-puppeteer-2.5.22.tgz", - "integrity": "sha512-OB8UmxwInT4dNatcNdFaKBnRigUyCXl9bRPzsOaqjI80bdZXqc/7zYqx7b0DJp0rDZL4EKKHEhfp2E+UOfOJ7g==", - "dev": true, - "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-connector-tools": "^4.0.39", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-dom": "^2.2.3", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-network": "^1.0.24", - "@hint/utils-types": "^1.2.0", + "version": "2.5.25", + "resolved": "https://registry.npmjs.org/@hint/connector-puppeteer/-/connector-puppeteer-2.5.25.tgz", + "integrity": "sha512-5P3qx0mJcNlxbBchC3GBxHBNjp1A321wrbELof0N0D1V3N+W5HnKykNhmvbFJyzDHZQqQ46Fh72vgehbSjvsPw==", + "dev": true, + "requires": { + "@hint/utils": "^7.0.24", + "@hint/utils-connector-tools": "^4.0.42", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-dom": "^2.2.4", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-network": "^1.0.27", + "@hint/utils-types": "^1.2.1", "is-ci": "^3.0.1", "lockfile": "^1.0.4", "puppeteer-core": "^13.0.1" } }, "@hint/extension-browser": { - "version": "2.4.12", - "resolved": "https://registry.npmjs.org/@hint/extension-browser/-/extension-browser-2.4.12.tgz", - "integrity": "sha512-johTQCPPl7cNiNrJVfiUE999z6j16xDoe2h/L2D64mtL8YkmbLhBeyTDwXqArJS95B7nj4J/wHuxri5q+irgRQ==", + "version": "2.4.17", + "resolved": "https://registry.npmjs.org/@hint/extension-browser/-/extension-browser-2.4.17.tgz", + "integrity": "sha512-by2Xtq1dWWoVsU/gRrLYSM6Es2mANb/bGmBMl/usG2UzjVpiEGzGRTFfANqjQvze1qu5fp7TGz42AIEjwqVVTQ==", "dev": true }, "@hint/formatter-codeframe": { - "version": "3.1.34", - "resolved": "https://registry.npmjs.org/@hint/formatter-codeframe/-/formatter-codeframe-3.1.34.tgz", - "integrity": "sha512-vCrKAu97gQ5jauuRPqlB7xdDzIb1WKY+dOg993l2ztrS/MeOmAOS6MHymzbpQHOycSiWhYHx1M3uRn2kqpHsww==", + "version": "3.1.36", + "resolved": "https://registry.npmjs.org/@hint/formatter-codeframe/-/formatter-codeframe-3.1.36.tgz", + "integrity": "sha512-QqkyjuCc8kF5kUMgjhCCJ0E73QyHjXdBmGG8joBHZ5IZW3gigJ//VGv4rFB/N9hl4BEYvA0b0ZsZ0udz4K2lwQ==", "dev": true, "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0", + "@hint/utils": "^7.0.24", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1", "chalk": "^4.1.2", "lodash": "^4.17.21", "strip-ansi": "^6.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" + } + } } }, "@hint/formatter-excel": { - "version": "3.1.34", - "resolved": "https://registry.npmjs.org/@hint/formatter-excel/-/formatter-excel-3.1.34.tgz", - "integrity": "sha512-8Q4KqEhOiXmD+btAe7hfKAT7huV0Kry/K+uaXyZSWp3TGJ8etYEye/89VZaPHmv3ZXJQuDWSu8EkFVCtszubcw==", + "version": "3.1.36", + "resolved": "https://registry.npmjs.org/@hint/formatter-excel/-/formatter-excel-3.1.36.tgz", + "integrity": "sha512-uYJz+6OLXRT/3CjB0Tgyb1Mv4ExSC7rWN3lv1vr8C2irMfxNBWxHRDcDNb/+7c9B3pw8klaVVZpHHFXENabXvw==", "dev": true, "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-types": "^1.2.0", + "@hint/utils": "^7.0.24", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-types": "^1.2.1", "exceljs": "4.3.0", "fs-extra": "^11.1.0", "lodash": "^4.17.21" } }, "@hint/formatter-html": { - "version": "4.3.15", - "resolved": "https://registry.npmjs.org/@hint/formatter-html/-/formatter-html-4.3.15.tgz", - "integrity": "sha512-hspmzrumdVzj+y9G+94Uz5sEtk1lb+aC+4NFImHiN7ksAVrQ4QPORJpbRswUa0W4f9h/hP9z8RRO8RPJiRMJcA==", + "version": "4.3.17", + "resolved": "https://registry.npmjs.org/@hint/formatter-html/-/formatter-html-4.3.17.tgz", + "integrity": "sha512-d38ZLOyA66onomLgscVcOf/UmUaV8d/xKUE/2ArB4EVF3HB5pnsVOws4ezxFMCMgnz52EIuENMwnvxD5jrmKVQ==", "dev": true, "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-types": "^1.2.0", - "ejs": "^3.1.8", + "@hint/utils": "^7.0.24", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-types": "^1.2.1", + "ejs": "^3.1.9", "fs-extra": "^11.1.0", "lodash": "^4.17.21" } }, "@hint/formatter-json": { - "version": "3.1.34", - "resolved": "https://registry.npmjs.org/@hint/formatter-json/-/formatter-json-3.1.34.tgz", - "integrity": "sha512-TLkjpy9fXs4lgnuD9n2Q68qL4bbvTyru9VzsALhArBkIaz2h5BvZbyy4Y94+2nAUOG4euic7vNw/lcMCkG9eEg==", + "version": "3.1.36", + "resolved": "https://registry.npmjs.org/@hint/formatter-json/-/formatter-json-3.1.36.tgz", + "integrity": "sha512-wmoA+X+bbULJOKHfm0lGqQofUVW9SSSKcPSWMPG80f6B+2gI6jhDnLHnzMb/co31xQt5Mi5ekAAF5pkx5yEfCQ==", "dev": true, "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-types": "^1.2.0", + "@hint/utils": "^7.0.24", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-types": "^1.2.1", "lodash": "^4.17.21" } }, "@hint/formatter-stylish": { - "version": "3.1.34", - "resolved": "https://registry.npmjs.org/@hint/formatter-stylish/-/formatter-stylish-3.1.34.tgz", - "integrity": "sha512-Btf0micqvEVZLjab2Ty/4yTCbsrmu0GqPfr2iakULACr0HyMVnzTv4QnZ21WxhOXNTEi5Wctmar4/CUazPCImw==", + "version": "3.1.36", + "resolved": "https://registry.npmjs.org/@hint/formatter-stylish/-/formatter-stylish-3.1.36.tgz", + "integrity": "sha512-VecVu/FYLk2K9RkqZ07kAm8czsnRhNV6fWq7bsBq8cz+5oAfZEARd7BuCHg8rnSkOlA1V7b5glkwSQ0KH2lvLQ==", "dev": true, "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0", + "@hint/utils": "^7.0.24", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1", "chalk": "^4.1.2", "lodash": "^4.17.21", "strip-ansi": "^6.0.0", "text-table": "^0.2.0" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" + } + } } }, "@hint/formatter-summary": { - "version": "3.0.37", - "resolved": "https://registry.npmjs.org/@hint/formatter-summary/-/formatter-summary-3.0.37.tgz", - "integrity": "sha512-InHYMCJ6qfKb/lY2+mdEUXpjnGNQdfXuOuv3z3dPGu1VRF2PinZQtl05z9C2bKeb3N1XgXjUtxl3Te0+OJQ7aw==", + "version": "3.0.39", + "resolved": "https://registry.npmjs.org/@hint/formatter-summary/-/formatter-summary-3.0.39.tgz", + "integrity": "sha512-cfIrZWFWBfDlkznB4gc24nysP+/Tmi7E+nchoZEW1xm4FKpmsc28ShgCw4dh5WhkfjVefioMU2/b8ul8II662Q==", "dev": true, "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-types": "^1.2.0", + "@hint/utils": "^7.0.24", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-types": "^1.2.1", "chalk": "^4.1.2", "lodash": "^4.17.21", "strip-ansi": "^6.0.0", "text-table": "^0.2.0" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" + } + } } }, "@hint/hint-apple-touch-icons": { - "version": "4.0.20", - "resolved": "https://registry.npmjs.org/@hint/hint-apple-touch-icons/-/hint-apple-touch-icons-4.0.20.tgz", - "integrity": "sha512-fRap6iPw3tvu1EtAmfrzYZys+KVkOMRg3MFqdzl05Hj86qg39jpI8lDTPeUkRQPWh31rv65vfgI+EdjJk03jjQ==", + "version": "4.0.23", + "resolved": "https://registry.npmjs.org/@hint/hint-apple-touch-icons/-/hint-apple-touch-icons-4.0.23.tgz", + "integrity": "sha512-YZz0FaFjE4rRFsxBHQ2Au+HOv+UJVFGGseRTHbHN2tiD5SrR1fjgvv5cOMyTuHB+QQoN9ruQSE8sw+to4uqWjA==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1", "image-size": "^1.0.2" } }, "@hint/hint-axe": { - "version": "4.4.18", - "resolved": "https://registry.npmjs.org/@hint/hint-axe/-/hint-axe-4.4.18.tgz", - "integrity": "sha512-MNisrv8A9wrgvFHAK99a4/fDn+DrGV+iu4Ae/hz5P+/Yr5OBMNV9AvYbf7r24GxnD0D6NRG1HiKgB5VpbWE1NA==", + "version": "4.4.21", + "resolved": "https://registry.npmjs.org/@hint/hint-axe/-/hint-axe-4.4.21.tgz", + "integrity": "sha512-oAXT+k7xnQdhSziQFkCe3NCJHk2gQzUVMZPVtgaHMgSM8Fdvs7XiUkeIYgR+IS9872RsP+xfTvRpdHBBkqh/sw==", "dev": true, "requires": { - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-types": "^1.2.0", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-types": "^1.2.1", "axe-core": "^4.4.1" } }, "@hint/hint-babel-config": { - "version": "2.4.25", - "resolved": "https://registry.npmjs.org/@hint/hint-babel-config/-/hint-babel-config-2.4.25.tgz", - "integrity": "sha512-gONXfl2XjwFDiTcJx/F875MoIfJLfpcX4O2+odVCnWBMihR9/UkS55iSn8UGodPVdP2Tirebr56sLFppXt+PqQ==", + "version": "2.4.28", + "resolved": "https://registry.npmjs.org/@hint/hint-babel-config/-/hint-babel-config-2.4.28.tgz", + "integrity": "sha512-nC1zQkk/RJo2UV6A46er1jLPKesDtnkC7eGdDON4dQmG67LmcMBlktHjGLZmm7RSGkAaYOlkADx3TB6H6RCCCw==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-types": "^1.2.0" + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-button-type": { - "version": "3.0.20", - "resolved": "https://registry.npmjs.org/@hint/hint-button-type/-/hint-button-type-3.0.20.tgz", - "integrity": "sha512-pV7fa65aQmF78uhW/Gx5pGYXVHmy55FedKaqvqj9hLpn0tSbAonRmihUyY3eW8kGMBsuPOWDh0C7kSKB7TKDmw==", + "version": "3.0.23", + "resolved": "https://registry.npmjs.org/@hint/hint-button-type/-/hint-button-type-3.0.23.tgz", + "integrity": "sha512-HzyTIktrpmH8q/IKB+NXkwHvDQOaSR/OWSYWfX5rwIlaBir60XeLW40ndkmTHFYxn+uqnNnXWa7nC5QF+dVV+w==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-types": "^1.2.0" + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-compat-api": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/@hint/hint-compat-api/-/hint-compat-api-4.5.5.tgz", - "integrity": "sha512-uOLs5ndKy8Wbowy73macVavmED3Yn6see3kZZEVrcQJRGnDsX3zP8ZhBoxaqVPjo5kjvFc5fbTHbmZjKsGywkw==", + "version": "4.5.8", + "resolved": "https://registry.npmjs.org/@hint/hint-compat-api/-/hint-compat-api-4.5.8.tgz", + "integrity": "sha512-YoTziEIkrDMyr661rOfaxDtjmEtXlOhmElRFLkkVo9dipBPWb6+lpxzuTsG0pqpKjA0quaBLgxW+iCqKdoluxg==", "dev": true, "requires": { - "@hint/utils-compat-data": "^1.1.11", - "@hint/utils-css": "^1.0.14", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-types": "^1.2.0", + "@hint/utils-compat-data": "^1.1.13", + "@hint/utils-css": "^1.0.15", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-types": "^1.2.1", "lodash": "^4.17.21" } }, "@hint/hint-content-type": { - "version": "4.2.24", - "resolved": "https://registry.npmjs.org/@hint/hint-content-type/-/hint-content-type-4.2.24.tgz", - "integrity": "sha512-/M2hIwJ1MFoLrVig+JPdUKC+hIZtodkHFLkKNOIMHAiJriJep7+q5ugFzAS9P4fTmnEodY4AYvqYh9Hm4rqXjw==", + "version": "4.2.27", + "resolved": "https://registry.npmjs.org/@hint/hint-content-type/-/hint-content-type-4.2.27.tgz", + "integrity": "sha512-+tVzsDDZ6HlusqGik2xfbH/I0PE1RmcU8tRb1hcxURzjPYqLDMCpecfV/QBz3rT7+gJRvPrdhUKjRfvmIEK8Fg==", "dev": true, "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0", - "content-type": "^1.0.4" + "@hint/utils": "^7.0.24", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1", + "content-type": "^1.0.5" } }, "@hint/hint-create-element-svg": { - "version": "1.3.24", - "resolved": "https://registry.npmjs.org/@hint/hint-create-element-svg/-/hint-create-element-svg-1.3.24.tgz", - "integrity": "sha512-rzzyfA1q3obF0FRlDdksZM9W7eeutfMwbUR4ToPw5JdYmtK0w82/lypue9Z6q/4yg8Tr54+PWRIJr9C8URTdgQ==", + "version": "1.3.27", + "resolved": "https://registry.npmjs.org/@hint/hint-create-element-svg/-/hint-create-element-svg-1.3.27.tgz", + "integrity": "sha512-iaKrNVgRoEHItjvOZg4HcE8oIVUB2Me6CNCWpKpod94KmG/S4OfSUGrUxWwc8pEzQ7UAN7NgRtWiwuksZueWUg==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-types": "^1.2.0" + "@hint/utils-debug": "^1.0.11", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-css-prefix-order": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/@hint/hint-css-prefix-order/-/hint-css-prefix-order-1.5.5.tgz", - "integrity": "sha512-FsLFDbwyIrL6HJkoken/jhkhYMDPMkrOBRAoQRQzGn1wXVo5ujg+dwSD3jv//Nt8hqube52oRBc1Ajra6t1d2g==", + "version": "1.5.8", + "resolved": "https://registry.npmjs.org/@hint/hint-css-prefix-order/-/hint-css-prefix-order-1.5.8.tgz", + "integrity": "sha512-S1Fl6s4zIRr5V5qmfRDpvHKPQoHlLcJM481Zr0RafjGsBJQoj+u9RepPVzRDqD9vujCIsuUw6zLa7mPzgPMHFQ==", "dev": true, "requires": { - "@hint/utils-css": "^1.0.14", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-types": "^1.2.0", - "postcss": "^8.4.13" + "@hint/utils-css": "^1.0.15", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-types": "^1.2.1", + "postcss": "^8.4.23" } }, "@hint/hint-detect-css-reflows": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@hint/hint-detect-css-reflows/-/hint-detect-css-reflows-1.0.4.tgz", - "integrity": "sha512-/aybA/2fndz+MLalEqYWx+UOQuo8YOC9sUXTFPw0vam+j5Ha9fdeSEfBoVbcEFYUpiSU/ou3Y/phfcsn8l5Z/A==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@hint/hint-detect-css-reflows/-/hint-detect-css-reflows-1.0.7.tgz", + "integrity": "sha512-FcMhgdwzwkizsziFm7gf6Elr3DgcaO/cwjgdaBNbIcnEAPZcdC5Nn03wkYM1AIMzGhmRvqpkxbFaXNpeSl6Q/A==", "dev": true, "requires": { - "@hint/utils-css": "^1.0.14", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-types": "^1.2.0", - "postcss": "^8.4.13" + "@hint/utils-css": "^1.0.15", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-types": "^1.2.1", + "postcss": "^8.4.23" } }, "@hint/hint-disown-opener": { - "version": "4.0.20", - "resolved": "https://registry.npmjs.org/@hint/hint-disown-opener/-/hint-disown-opener-4.0.20.tgz", - "integrity": "sha512-hBrlFXnAbNOAlqeSU08k6IIdI85NJYRLD6g7VUTZ/wNOaKh6TN+zMnP7Kvc1KNJ4BGxMWGELRP4RMTWxRykVVA==", + "version": "4.0.23", + "resolved": "https://registry.npmjs.org/@hint/hint-disown-opener/-/hint-disown-opener-4.0.23.tgz", + "integrity": "sha512-9+WE/xKzZ8+/zKJraT+GyzifNMLiPLfh9MlVZKHa9y/820dnOzPU6zyZjruK3sGkR6DbCOIXdIWkzM3UXhUkNw==", "dev": true, "requires": { - "@hint/utils-compat-data": "^1.1.11", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0" + "@hint/utils-compat-data": "^1.1.13", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-doctype": { - "version": "3.3.24", - "resolved": "https://registry.npmjs.org/@hint/hint-doctype/-/hint-doctype-3.3.24.tgz", - "integrity": "sha512-h3uv7QoAOIdIBbGycEdqBwqI8/xfwmwTaAKPGa9JM9vha7RiwT9sw9aRDQqtPQcn8p6MZcytYDMTWglkTtJXYQ==", + "version": "3.3.27", + "resolved": "https://registry.npmjs.org/@hint/hint-doctype/-/hint-doctype-3.3.27.tgz", + "integrity": "sha512-BrqxgCnjvvtaFVqCEuDwJ2c0Wsok+/X2lyHKWWrxxdQm8f41ShFbiEiENaVxqciVqHUuU9K9DgqYNbb5E3MnLw==", "dev": true, "requires": { - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-types": "^1.2.0" + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-highest-available-document-mode": { - "version": "5.0.20", - "resolved": "https://registry.npmjs.org/@hint/hint-highest-available-document-mode/-/hint-highest-available-document-mode-5.0.20.tgz", - "integrity": "sha512-NwXzOt2TL7SJsUJ9v29lXsa02+tWzd9xadq113PY9UKsWfzKTaLvxVycLEAYWwXXKrWbNdVNncz79UXbLG2tcg==", + "version": "5.0.23", + "resolved": "https://registry.npmjs.org/@hint/hint-highest-available-document-mode/-/hint-highest-available-document-mode-5.0.23.tgz", + "integrity": "sha512-5OGYN5sMRz1OXFnp/MLSKwWXAlUSSuo98/uh00rUgDnCGI3wSDdRI4Oi02cTUOWfqzXzrep50Kk4LVXFCX4nwg==", "dev": true, "requires": { - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0" + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-html-checker": { - "version": "3.3.24", - "resolved": "https://registry.npmjs.org/@hint/hint-html-checker/-/hint-html-checker-3.3.24.tgz", - "integrity": "sha512-SnlUUiXBKnxZhSTHCT5JLue2bJ+OQnQMehz5DH6bp1q5kVNZ7bQ2VCFJ7tcjzWJBPkCPAd/Zc+YDN6CXpk4Glg==", + "version": "3.3.27", + "resolved": "https://registry.npmjs.org/@hint/hint-html-checker/-/hint-html-checker-3.3.27.tgz", + "integrity": "sha512-FZEEzHCQP1fjeDMEAwLR81RbD0i+nj3QDB29hGzbKM0ePyqgobI0qZjaziqapci+7YccqzUQUNpnqfgW06sGnA==", "dev": true, "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-types": "^1.2.0", + "@hint/utils": "^7.0.24", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-types": "^1.2.1", "lodash": "^4.17.21" } }, "@hint/hint-http-cache": { - "version": "4.0.20", - "resolved": "https://registry.npmjs.org/@hint/hint-http-cache/-/hint-http-cache-4.0.20.tgz", - "integrity": "sha512-jxphvAQ4CCIzgQnbsnFijjvJjjPuCV+sDkLGj2a6tfMtbQ+q6SsFlenuQsBOP4gaoDleOpfhiTXk7+rzF00Puw==", + "version": "4.0.23", + "resolved": "https://registry.npmjs.org/@hint/hint-http-cache/-/hint-http-cache-4.0.23.tgz", + "integrity": "sha512-nUdeLHj+RdezmYp9prkoN6Nj6wp+q3fxyEtGc/xaXdf+Gizgbb+02n3Xocd8+OK8/k8y/n8lOXlfzzvDUkg+KA==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-types": "^1.2.0" + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-http-compression": { - "version": "5.2.24", - "resolved": "https://registry.npmjs.org/@hint/hint-http-compression/-/hint-http-compression-5.2.24.tgz", - "integrity": "sha512-117I7jgx5fsU7Ceavvm14LA+Dyp3zE/V16WHAYiIx1QftZ8XnKyN95x+4JkAXRkN2h/lXDsHHXVozF5dwYep+A==", + "version": "5.2.27", + "resolved": "https://registry.npmjs.org/@hint/hint-http-compression/-/hint-http-compression-5.2.27.tgz", + "integrity": "sha512-Qh7NcmYOohGMlbpd5ccnjF1Ymdsn/Qm+aLfbaiu49gq/q62oL8C/0rJovGEP1XXo677kw5Lo9tdnrLLuPvk5Dw==", "dev": true, "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0" + "@hint/utils": "^7.0.24", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-https-only": { - "version": "2.4.24", - "resolved": "https://registry.npmjs.org/@hint/hint-https-only/-/hint-https-only-2.4.24.tgz", - "integrity": "sha512-b+9g91AfRWMiw1cSPlJrBF0k6Uo3WTlrnqvy4ibxdGoBAJ1iXUhDBgxcNA/Nwbz81XUr5IkGBeTP0Divl1Vufw==", + "version": "2.4.27", + "resolved": "https://registry.npmjs.org/@hint/hint-https-only/-/hint-https-only-2.4.27.tgz", + "integrity": "sha512-vUVmVcJGgKF0A0afhY9d/UKFMSlIfWXMLO6vPb1p704cvb5wWQ1juFgYUxGpCdh/gX8rJphhhIoO2oinSBsL9g==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-types": "^1.2.0" + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-image-optimization-cloudinary": { - "version": "3.2.24", - "resolved": "https://registry.npmjs.org/@hint/hint-image-optimization-cloudinary/-/hint-image-optimization-cloudinary-3.2.24.tgz", - "integrity": "sha512-yM0nyjyqmHFC/UJzZKOABN8axAQWgA+EGGIF5+qlmNAEwmxPncZcVia3ovY6L53gSrTEOPxPn8IGREeTTgl0Tw==", + "version": "3.2.27", + "resolved": "https://registry.npmjs.org/@hint/hint-image-optimization-cloudinary/-/hint-image-optimization-cloudinary-3.2.27.tgz", + "integrity": "sha512-Ohksn2aaX8kQlNO7qEv+HMZGE1PxAMsVN5E10Z70yoKLpzdZthVLPi5DONmuzgeLzFpSEBqHKjAYMxYFMMLRXQ==", "dev": true, "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0", - "cloudinary": "^1.33.0", + "@hint/utils": "^7.0.24", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1", + "cloudinary": "^2.2.0", "fs-extra": "^11.1.0", "image-size": "^1.0.2" } }, "@hint/hint-leading-dot-classlist": { - "version": "1.0.17", - "resolved": "https://registry.npmjs.org/@hint/hint-leading-dot-classlist/-/hint-leading-dot-classlist-1.0.17.tgz", - "integrity": "sha512-Hc3QYh2oSEV27WkmS+rUYrFbgkReMrD/prDX5wEKzr6AUPw5gTMBcsl+PAmeo4tQE+ONVn8KF+zwik9S2tUOuA==", + "version": "1.0.20", + "resolved": "https://registry.npmjs.org/@hint/hint-leading-dot-classlist/-/hint-leading-dot-classlist-1.0.20.tgz", + "integrity": "sha512-OMp+aIi2uoUpIAHt4Riu8YcUHy5dv7vKitTM2EE1N1FN/5O2bJxFBWn88FDP4SZcclO2ZfDMs8H6O03ttcAIzw==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-types": "^1.2.0" + "@hint/utils-debug": "^1.0.11", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-manifest-app-name": { - "version": "2.4.26", - "resolved": "https://registry.npmjs.org/@hint/hint-manifest-app-name/-/hint-manifest-app-name-2.4.26.tgz", - "integrity": "sha512-PkQDO81MxM+d1KtVfeOPuBmzT3M4CaTIySxE0cpRb+QnHF2tFpDXtN381NdFLHxcNT205wVcyp3R9D4SyjZAkw==", + "version": "2.4.29", + "resolved": "https://registry.npmjs.org/@hint/hint-manifest-app-name/-/hint-manifest-app-name-2.4.29.tgz", + "integrity": "sha512-UMVja/2eAF4OmKCB0GWSb5xqeQanj4dTgCZ1y9bYti6z1Cs73N8QAvK4E4IWBVZrCRmC7sKg9vqDwazIT7vs2Q==", "dev": true, "requires": { - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-types": "^1.2.0", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-types": "^1.2.1", "punycode": "^2.3.0" } }, "@hint/hint-manifest-exists": { - "version": "2.4.26", - "resolved": "https://registry.npmjs.org/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.26.tgz", - "integrity": "sha512-NQ+wdhEisxu74JrSaRsq0F7UQ24rLCiGiBwx6ESVGT+8Q3+rgTzO8Uk7bwETTdS1UovY4qNJcnP/RgB2r7B1Gw==", + "version": "2.4.29", + "resolved": "https://registry.npmjs.org/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.29.tgz", + "integrity": "sha512-nu71v79er5esMnij0KBF9y8ClAol5+vdXkGV+4xBOs77j/cV9cQD61lhRyjKYQkjcv3t2oDBe3YcGqHweDOxRA==", "dev": true, "requires": { - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0" + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-manifest-file-extension": { - "version": "3.0.21", - "resolved": "https://registry.npmjs.org/@hint/hint-manifest-file-extension/-/hint-manifest-file-extension-3.0.21.tgz", - "integrity": "sha512-E/mqfXuxF5TzQbiqzo3T0w5mkQGVj6BKMhJLpmo2PJ5bWH0vVhRvl3XbYQMI8HLNaUN9mC3NY1P+btCU8rUiLA==", + "version": "3.0.24", + "resolved": "https://registry.npmjs.org/@hint/hint-manifest-file-extension/-/hint-manifest-file-extension-3.0.24.tgz", + "integrity": "sha512-vMz5QTXNCyf0kwn6w0COC4BRKMqKtUL3cknZbihytoWaoyLvg9GTc+pmpU4MlqAl8NABcktubzJU0k8uO4jRNg==", "dev": true, "requires": { - "@hint/utils-fs": "^1.0.15", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0" + "@hint/utils-fs": "^1.0.16", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-manifest-is-valid": { - "version": "3.4.17", - "resolved": "https://registry.npmjs.org/@hint/hint-manifest-is-valid/-/hint-manifest-is-valid-3.4.17.tgz", - "integrity": "sha512-EaA1Qfq9vOuJGNiMKuTXLFP+4sjUgTLUc53VQoKSUfrgRntmrzA4GeBb6z9vcDI8OCFNb50CqWiepdTgJTOrhQ==", + "version": "3.4.20", + "resolved": "https://registry.npmjs.org/@hint/hint-manifest-is-valid/-/hint-manifest-is-valid-3.4.20.tgz", + "integrity": "sha512-Cn3okyElZmNqLLK+/1uIYGWwDpCHn0+d3ERO5MWSUAFRVkxdtCl5mYUA4Gh6Syh/2feHUVkKj3A3zh4JoaHeqg==", "dev": true, "requires": { - "@hint/utils-compat-data": "^1.1.11", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0", + "@hint/utils-compat-data": "^1.1.13", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1", "bcp47": "^1.1.2", - "color-string": "^1.9.0" + "color-string": "^1.9.1" } }, "@hint/hint-meta-charset-utf-8": { - "version": "4.0.20", - "resolved": "https://registry.npmjs.org/@hint/hint-meta-charset-utf-8/-/hint-meta-charset-utf-8-4.0.20.tgz", - "integrity": "sha512-3TsEAvylKJ+O68ZFoxIyWSXAa81YsbdBLbxq79/znPJkmPIyI5zrIANdL/JPRQzvmCNaygFhfZmq2qDAkt6mbA==", + "version": "4.0.23", + "resolved": "https://registry.npmjs.org/@hint/hint-meta-charset-utf-8/-/hint-meta-charset-utf-8-4.0.23.tgz", + "integrity": "sha512-tWmpM/A5njyHY0tXxVbeATQks2ofAIz0/aCSdz3q2dO66U9WAWwm3k7RaFUjmVcvCBhvOUmSzsj6vnMwyA58cw==", "dev": true, "requires": { - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0" + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-meta-theme-color": { - "version": "4.0.20", - "resolved": "https://registry.npmjs.org/@hint/hint-meta-theme-color/-/hint-meta-theme-color-4.0.20.tgz", - "integrity": "sha512-INuwkmK/s2Rwnl8qsUVysaeOruZ79+05kjwbD+/LdQswF+U0Qt6haXbbDubylZOf5rrfvbU5f/5Ba7pzpwezhA==", + "version": "4.0.23", + "resolved": "https://registry.npmjs.org/@hint/hint-meta-theme-color/-/hint-meta-theme-color-4.0.23.tgz", + "integrity": "sha512-LNgV/ha99SM1f2Jxt++jlbZV6PtKOe6mIWeqRKFT4VZwzSpMCaN5PDXdmA7Dn17wsFEMtyDWLdtsyHt9LVTVDg==", "dev": true, "requires": { - "@hint/utils-compat-data": "^1.1.11", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0", - "color-string": "^1.9.0" + "@hint/utils-compat-data": "^1.1.13", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1", + "color-string": "^1.9.1" } }, "@hint/hint-meta-viewport": { - "version": "5.0.20", - "resolved": "https://registry.npmjs.org/@hint/hint-meta-viewport/-/hint-meta-viewport-5.0.20.tgz", - "integrity": "sha512-LjLyQK7nToFX4lQgGfwW9neJamoKhesX0Yw25dYoEsefXE8tsbTopqlzWlQAW/DmWRYbaWbzmXHerlFsBfffoA==", + "version": "5.0.23", + "resolved": "https://registry.npmjs.org/@hint/hint-meta-viewport/-/hint-meta-viewport-5.0.23.tgz", + "integrity": "sha512-XWMP7KDgCch/6v122T95tU9wNWSMF7jd6vpF0nPA38Sn9s0Vpjhcpp2dbEnkMe1NuKrVoakrnDoXoEzmVJ7f2w==", "dev": true, "requires": { - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1", "metaviewport-parser": "^0.3.0" } }, "@hint/hint-minified-js": { - "version": "2.4.24", - "resolved": "https://registry.npmjs.org/@hint/hint-minified-js/-/hint-minified-js-2.4.24.tgz", - "integrity": "sha512-KrSMcMPP2GLdzLXUZl9fWf2cHP5jQg8IxXXTDb2OM0PSna5iEquSjapaVx1AB0gp1jJBjwkSqsxrRhgdh5P3Rw==", + "version": "2.4.27", + "resolved": "https://registry.npmjs.org/@hint/hint-minified-js/-/hint-minified-js-2.4.27.tgz", + "integrity": "sha512-mtC6EaYisZoXZuIN66M6n7lqLvKpzS/8bs8Lnrddpldhaqubc1jBwMH3BedkbzNq/Mqw7/6y4b/F6wzUqWXpQQ==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-types": "^1.2.0" + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-no-bom": { - "version": "4.2.24", - "resolved": "https://registry.npmjs.org/@hint/hint-no-bom/-/hint-no-bom-4.2.24.tgz", - "integrity": "sha512-5oDSlblOTsWhouH+vqBRO80KAcZkpDIqd708bCWrUlyF3C7klGVnyHu7OpnaDXqLGUuWW86koo0ndcP3s7ehYw==", + "version": "4.2.27", + "resolved": "https://registry.npmjs.org/@hint/hint-no-bom/-/hint-no-bom-4.2.27.tgz", + "integrity": "sha512-WqaT8AOJdvbaz6Mn55VxHo7oi6mkX/EePRp4de4d7ZMdEQoEPV1cwz7Knyu5Dewa/ARSQME4vVFyFBp/krBq1A==", "dev": true, "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-types": "^1.2.0" + "@hint/utils": "^7.0.24", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-no-broken-links": { - "version": "4.2.24", - "resolved": "https://registry.npmjs.org/@hint/hint-no-broken-links/-/hint-no-broken-links-4.2.24.tgz", - "integrity": "sha512-LhFu65C8V9FaA60jXDefvm0bZBAxROt6VCKOAE8aCXBLhgo4WCIr9UDwniUdQba5jyFA8uGmnLcvk7vNuhM6Jw==", + "version": "4.2.27", + "resolved": "https://registry.npmjs.org/@hint/hint-no-broken-links/-/hint-no-broken-links-4.2.27.tgz", + "integrity": "sha512-3+ZUT8wROkYcCXJritUlkpHyq1QTdwRCixRf7STWROOeNM3BvS8CXmlf+CeILt9euA4rZhXVSyDc5oi4Wd6hPw==", "dev": true, "requires": { - "@hint/utils-connector-tools": "^4.0.39", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-types": "^1.2.0" + "@hint/utils-connector-tools": "^4.0.42", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-no-disallowed-headers": { - "version": "3.1.19", - "resolved": "https://registry.npmjs.org/@hint/hint-no-disallowed-headers/-/hint-no-disallowed-headers-3.1.19.tgz", - "integrity": "sha512-vgG0fC7FXj7uXZTlBgQfclcClbXHmEXod01cIt1hWaVaSNe5EmQfgF2wGqLoRuZxBV+gSTc54U1una2OiCBIrg==", + "version": "3.1.22", + "resolved": "https://registry.npmjs.org/@hint/hint-no-disallowed-headers/-/hint-no-disallowed-headers-3.1.22.tgz", + "integrity": "sha512-nTmledRUUGi+pGHQR0F6E1b0ymO4sm44EucS7JM/9lDs4dKHhvk4EOQxifvKvqA8i5aoqd2ik0WGLfdza56cMg==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0" + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-no-friendly-error-pages": { - "version": "3.3.24", - "resolved": "https://registry.npmjs.org/@hint/hint-no-friendly-error-pages/-/hint-no-friendly-error-pages-3.3.24.tgz", - "integrity": "sha512-b2zQ+dNp0g6UTKSEoz9dgxjgKSZprP7yeEz7SP8ecJ0QY1FifdL5cMfyMUqjKdEfU1VxOS2V0iDMliScGIm8PA==", + "version": "3.3.27", + "resolved": "https://registry.npmjs.org/@hint/hint-no-friendly-error-pages/-/hint-no-friendly-error-pages-3.3.27.tgz", + "integrity": "sha512-XFmYLNErOefM7mXDGRTukoAjqDAWy+WlGpnIVj/32hdfEIpVcmSWYw8oMDsjKH1XM6kmVleY4G8KpW0YZUO9KQ==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-types": "^1.2.0" + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-no-html-only-headers": { - "version": "3.0.20", - "resolved": "https://registry.npmjs.org/@hint/hint-no-html-only-headers/-/hint-no-html-only-headers-3.0.20.tgz", - "integrity": "sha512-zgvphYWGuvW9HpZWPwt7MGc1nCrRnnv3p6+jI0QL2K6EV9uhKPuvtqGot87kTTbI6hLWINZT9vQhHxaOfFCHpQ==", + "version": "3.0.23", + "resolved": "https://registry.npmjs.org/@hint/hint-no-html-only-headers/-/hint-no-html-only-headers-3.0.23.tgz", + "integrity": "sha512-/fFm0s6mg9DHZ6CKxxhj1KUIi78GrxLHzJ30Hvly/YHLvQWLRrIO9HsJj7u+mSLikqxDwYIvyAFdajdL09rofA==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0" + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-no-http-redirects": { - "version": "3.0.20", - "resolved": "https://registry.npmjs.org/@hint/hint-no-http-redirects/-/hint-no-http-redirects-3.0.20.tgz", - "integrity": "sha512-4yGw7T3eLC4a6SQXmL3DosNnZYr7Flmz8Actp46rv4oJtHNE6CMUfBddoGW/EPrFJrodaUajfY5TAVZ7uT/a7A==", + "version": "3.0.23", + "resolved": "https://registry.npmjs.org/@hint/hint-no-http-redirects/-/hint-no-http-redirects-3.0.23.tgz", + "integrity": "sha512-rovL7b9GwZQX3ap/oOwRrvjwwLqPvP4/Mxf1GLxf594WUtrT5lomR7wofBHBpZbNySkyrr1yTkR+bZ7e2n/cCg==", "dev": true, "requires": { - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-types": "^1.2.0" + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-no-inline-styles": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/@hint/hint-no-inline-styles/-/hint-no-inline-styles-1.0.16.tgz", - "integrity": "sha512-dwocVuPVRn/k8v2WRLfMK10TmRwsrxr8nia9Vt1E+eFZgFnWaMRiErvwb3uZj3stnwv8r42cfCkcvgWCczbaVQ==", + "version": "1.0.19", + "resolved": "https://registry.npmjs.org/@hint/hint-no-inline-styles/-/hint-no-inline-styles-1.0.19.tgz", + "integrity": "sha512-9mvOPEcRM9UPlJg1+93mrf6X0MH7H2P9Aifyc/HrIu1pGKvhX5YPyUEtmUlNua6KaZrBpKVLuWW6vtSIm6ClCw==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-types": "^1.2.0" + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-no-p3p": { - "version": "3.3.24", - "resolved": "https://registry.npmjs.org/@hint/hint-no-p3p/-/hint-no-p3p-3.3.24.tgz", - "integrity": "sha512-c2RvUf49zUWwLBO8dAGLJU+ibiOe9u+y7Yl2wmbfO/YbBwbbaiY8zImpFp1zL+IA2NHcmks1Y08pcI4o//Tm6Q==", + "version": "3.3.27", + "resolved": "https://registry.npmjs.org/@hint/hint-no-p3p/-/hint-no-p3p-3.3.27.tgz", + "integrity": "sha512-muHqUNbKR+waQDIIq8C6fOf1ad3JgEaxL8CYEOzwqcujIXOKEKsRNWyyraMVoSPlkhzwg53BqeGl0qtdUMv0BQ==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0" + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-no-protocol-relative-urls": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.1.4.tgz", - "integrity": "sha512-VnH7piIsrSkb7wYjzO8zkLMHpHDWrFChBeK9idd95bjUjwSqSYyR01aRVd+YKbkqUlX6D+3PuWQFz5UY4+P7Fg==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.1.7.tgz", + "integrity": "sha512-hNbJ7V33quGucb30Z0wrJwEQ7rjIqY1FkGEVle8eDu1nirmZnWpWcg71LYxvdM0FEqrmc5GsV+MJqUekBPspoA==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0" + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-no-vulnerable-javascript-libraries": { - "version": "2.12.19", - "resolved": "https://registry.npmjs.org/@hint/hint-no-vulnerable-javascript-libraries/-/hint-no-vulnerable-javascript-libraries-2.12.19.tgz", - "integrity": "sha512-SfXT+xczi2lfrSrfer/CYyRKDi8RqOLEWm3V6OoRatvvo1wDOUZww9xTJWwq05VgJ6uXrfwhNQhTgO/7V93lLA==", - "dev": true, - "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-types": "^1.2.0", - "js-library-detector": "^6.5.0", + "version": "2.12.22", + "resolved": "https://registry.npmjs.org/@hint/hint-no-vulnerable-javascript-libraries/-/hint-no-vulnerable-javascript-libraries-2.12.22.tgz", + "integrity": "sha512-5ywostqTiAssUYNai+Yvdw1TQpBEsbwh/Dm1aEE151t4beQ6+L7nd5tmRgHNvS1a6xMirbeG8yTeVsa2Kt099g==", + "dev": true, + "requires": { + "@hint/utils": "^7.0.24", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-types": "^1.2.1", + "js-library-detector": "^6.6.0", "lodash": "^4.17.21", - "semver": "^7.3.5" + "semver": "^7.5.2" } }, "@hint/hint-performance-budget": { - "version": "2.4.24", - "resolved": "https://registry.npmjs.org/@hint/hint-performance-budget/-/hint-performance-budget-2.4.24.tgz", - "integrity": "sha512-3IHXedbdwT/lvYsFKH02vInxLfNHW2E1Tb3tv+iRul9YbZWn2IhRd5zuZeKME7rvzCjLLBX6DLLmUehRT7TDtQ==", + "version": "2.4.27", + "resolved": "https://registry.npmjs.org/@hint/hint-performance-budget/-/hint-performance-budget-2.4.27.tgz", + "integrity": "sha512-pVfBh/YXoTTkhnqwac08jBQCkvROvh38IHIauOF7PwsrLRRHG54Zj5nSybYkDfwWhMo2nv+0H3s1Haig8a95ew==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-types": "^1.2.0" + "@hint/utils-debug": "^1.0.11", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-scoped-svg-styles": { - "version": "1.3.25", - "resolved": "https://registry.npmjs.org/@hint/hint-scoped-svg-styles/-/hint-scoped-svg-styles-1.3.25.tgz", - "integrity": "sha512-w89eqJ0nAUW8oAkWf7kgUX1MC53VxPmIuKERQgDxJSlieyiZdjh22sCjfS6gLyBPX3H+wCBilPIpSXjoshwEPA==", + "version": "1.3.28", + "resolved": "https://registry.npmjs.org/@hint/hint-scoped-svg-styles/-/hint-scoped-svg-styles-1.3.28.tgz", + "integrity": "sha512-6LsYDkW4CEzcpi9wSIBPTSNK2EooNw+oo2w0GlKXtL9cg1yntwykFujALcVGv8cGvBJULjm+6Hc0gvxQcaR15g==", "dev": true, "requires": { - "@hint/utils-css": "^1.0.14", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-types": "^1.2.0" + "@hint/utils-css": "^1.0.15", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-sri": { - "version": "4.0.20", - "resolved": "https://registry.npmjs.org/@hint/hint-sri/-/hint-sri-4.0.20.tgz", - "integrity": "sha512-HItjKDJ0Eq3XFC2sqb9Ux8WcsM1E+9xZiZgCxiJh5uqP8AkYeSj3oj3CwallrLM8YCzIMVspY6GuFtaejl0IOg==", + "version": "4.0.23", + "resolved": "https://registry.npmjs.org/@hint/hint-sri/-/hint-sri-4.0.23.tgz", + "integrity": "sha512-SzYM120S269FQ+oQ50YX3990IBhJ652szTK+xQg0EsB70aqWue+OP7A0+Pwfa+YEJnV4HCpEC+N2vOwTWfqRTg==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0" + "@hint/utils-debug": "^1.0.11", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-ssllabs": { - "version": "2.4.24", - "resolved": "https://registry.npmjs.org/@hint/hint-ssllabs/-/hint-ssllabs-2.4.24.tgz", - "integrity": "sha512-oxhEa7/h3bVQDwXwFWQx3wgO5S35EA1v020el8Ljn0Hk31Bks/EOl2g7+qk/qyMGDH2fZTjvokRI95qQi9j1dw==", + "version": "2.4.27", + "resolved": "https://registry.npmjs.org/@hint/hint-ssllabs/-/hint-ssllabs-2.4.27.tgz", + "integrity": "sha512-TF7/56DsOjTRFAeDfaAM9s90nxpmGUUifP/7SjxIXVGb4X3OAYkbGRAIZRz0vsAyTkKNZzMqO1Ti2QOH1qiHvQ==", "dev": true, "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-types": "^1.2.0", + "@hint/utils": "^7.0.24", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-types": "^1.2.1", "got": "^11.8.5" } }, "@hint/hint-strict-transport-security": { - "version": "3.0.20", - "resolved": "https://registry.npmjs.org/@hint/hint-strict-transport-security/-/hint-strict-transport-security-3.0.20.tgz", - "integrity": "sha512-ABJIeZbWHvDWXlmnIRfO/4Uphrt19wp16f1UuVgfC/pvO1zF9jMx9WApSsjd8ZU6Cw+OtGWb2f4RydNTlLoymw==", + "version": "3.0.23", + "resolved": "https://registry.npmjs.org/@hint/hint-strict-transport-security/-/hint-strict-transport-security-3.0.23.tgz", + "integrity": "sha512-JN9yJFWiS5YuqCP69rTgRIh4wWE+lSwg+y0qtgiqBK/7OBPtUUcngoU1lz6VRNkRSQklBAyFHOyuq1XZeWj9JA==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0" + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-stylesheet-limits": { - "version": "3.3.24", - "resolved": "https://registry.npmjs.org/@hint/hint-stylesheet-limits/-/hint-stylesheet-limits-3.3.24.tgz", - "integrity": "sha512-2HuGOY1j1S/8CaL/zRkrD1Hze0AFDNgq2ey67MpNbkMVlyNjGtrXW8o6USldofg316NbJ032NuPC64QqVlkH1Q==", + "version": "3.3.27", + "resolved": "https://registry.npmjs.org/@hint/hint-stylesheet-limits/-/hint-stylesheet-limits-3.3.27.tgz", + "integrity": "sha512-/yq2dZ0rEmL1pXpew7lE60qjTQZFjVVPoDs/kMyH+ekx25gLJDcEvN/yLeQK3FOSEW+woTPk089N9rgn3RuujQ==", "dev": true, "requires": { - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-types": "^1.2.0" + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-typescript-config": { - "version": "2.5.12", - "resolved": "https://registry.npmjs.org/@hint/hint-typescript-config/-/hint-typescript-config-2.5.12.tgz", - "integrity": "sha512-Jlu58ja5YnMdb9XLfQqg0tooQ10XYRLVdhRgNeWWf+U8U4lPTXTQ6RRmvQLZEUwQFzTs7gqWpPDG30FiI/gwwA==", + "version": "2.5.16", + "resolved": "https://registry.npmjs.org/@hint/hint-typescript-config/-/hint-typescript-config-2.5.16.tgz", + "integrity": "sha512-UzZ9mS7m7BthPEJvNIS0aF9t3jwp3lTVQx/VH7BWvMCFgLnURa14v5Zi7UgIezR0hmCZgGjShZMXBbSm0kX7FA==", "dev": true, "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-types": "^1.2.0" + "@hint/utils": "^7.0.24", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-validate-set-cookie-header": { - "version": "3.0.20", - "resolved": "https://registry.npmjs.org/@hint/hint-validate-set-cookie-header/-/hint-validate-set-cookie-header-3.0.20.tgz", - "integrity": "sha512-bT+g5ro8z6k2G+KGJrf4ZC+TjBLtnhJnFRWBZ+CBm3rJdYY2IjI0Tp1XZ+lL2BG/n+eeybfDO9xxhuKOmvhopg==", + "version": "3.0.23", + "resolved": "https://registry.npmjs.org/@hint/hint-validate-set-cookie-header/-/hint-validate-set-cookie-header-3.0.23.tgz", + "integrity": "sha512-/5xBRh1fgUsH9ynnBjdIogLOot5XB0chiCZc1KqHGlQKg2vbPLyZXSoVSNC4oSabqtTjUmLVFoCVj0/CrxycCA==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0" + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-webpack-config": { - "version": "2.4.26", - "resolved": "https://registry.npmjs.org/@hint/hint-webpack-config/-/hint-webpack-config-2.4.26.tgz", - "integrity": "sha512-vHGJtBpb5J9ADZLhvEEeHdpkrHeHZ+djVLlC9iDkho7SaIHD/XC151GX6zE86Z+/KF8aWPzWU6tfr2iAA1Z1bw==", + "version": "2.4.30", + "resolved": "https://registry.npmjs.org/@hint/hint-webpack-config/-/hint-webpack-config-2.4.30.tgz", + "integrity": "sha512-GnsL/XjP5/EsyxQIpKqnY0Uf8Pkg0XfUaRJZkV6RecUaI1HGPLDU1DtPPZIzHWUsI5VNI1Ph1y691R6QmpeqJg==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-types": "^1.2.0" + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-types": "^1.2.1" } }, "@hint/hint-x-content-type-options": { - "version": "4.0.20", - "resolved": "https://registry.npmjs.org/@hint/hint-x-content-type-options/-/hint-x-content-type-options-4.0.20.tgz", - "integrity": "sha512-LoQa12SXfT09+eueeQtbgC76/RadbPxecQVrOFLoUTj/y6vl8cAwk6BUFiiSafEyfjoNhzNPs42iGN8kveWLmA==", + "version": "4.0.23", + "resolved": "https://registry.npmjs.org/@hint/hint-x-content-type-options/-/hint-x-content-type-options-4.0.23.tgz", + "integrity": "sha512-fxMpx7TDnpkTc8VMWC+8+bO01Yf9F5LveUMW7pn+5EVKXOYKXO72l2osRdRBZErjWK710HSA1iWxdVZl66Shpw==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-i18n": "^1.0.14", - "@hint/utils-network": "^1.0.24", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0" + "@hint/utils-debug": "^1.0.11", + "@hint/utils-i18n": "^1.0.15", + "@hint/utils-network": "^1.0.27", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1" } }, "@hint/parser-babel-config": { - "version": "2.1.40", - "resolved": "https://registry.npmjs.org/@hint/parser-babel-config/-/parser-babel-config-2.1.40.tgz", - "integrity": "sha512-+E7PJbI/mNd/in3DBxUR54+wDd44euhCkbWU4xLr1DBuMyYgCa6CDGG7hCjWpidhl5aSFFygGlQj/5V26s8uIA==", + "version": "2.1.43", + "resolved": "https://registry.npmjs.org/@hint/parser-babel-config/-/parser-babel-config-2.1.43.tgz", + "integrity": "sha512-+tioyerTq7Zu54Q6WKsBgmvAee3ACKEpYPkSb23BLeNuRThguN1c9dhoJHnwUXiSZAGpfcqyVMSjjGhXK/rYgA==", "dev": true, "requires": { - "@hint/utils-fs": "^1.0.15", - "@hint/utils-json": "^1.0.25", - "@hint/utils-network": "^1.0.24", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-json": "^1.0.28", + "@hint/utils-network": "^1.0.27", "lodash": "^4.17.21" } }, "@hint/parser-css": { - "version": "3.0.38", - "resolved": "https://registry.npmjs.org/@hint/parser-css/-/parser-css-3.0.38.tgz", - "integrity": "sha512-gVsQZWw4DUVJJ1th+Vl59Alv5YBuLsnJfTN/wc52C0qC98cvB7MK7fEatpaqtIyfLzzua2DxNsatl2MYxDNn+g==", + "version": "3.0.39", + "resolved": "https://registry.npmjs.org/@hint/parser-css/-/parser-css-3.0.39.tgz", + "integrity": "sha512-mUwYltAGbCQ7Aoyk0ySaSEdGJeCFioPSeePz1mXYgACzigtlJ6x1Q10ozQYG3WFgXizwpberuGHnJJ/fM6he0Q==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-string": "^1.0.13", - "postcss": "^8.4.13", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-string": "^1.0.14", + "postcss": "^8.4.23", "postcss-safe-parser": "^6.0.0" } }, "@hint/parser-html": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/@hint/parser-html/-/parser-html-3.1.3.tgz", - "integrity": "sha512-MPUq+BIFzDkY8YNmSqCDjLpzjjQ5jtOZHAOR9PpUenZGZHO7eIrMlqGDhYZUDKhNAU1YR1sW5FhayTd/NeDAvw==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/@hint/parser-html/-/parser-html-3.1.4.tgz", + "integrity": "sha512-9hrs19vU95PdWbBcF/A8Lc6wKt4dhijwgrkchgP9oo4gUK6weWgl0pltyK/J3rlegho41yXVCrtzmcqA4C8ung==", "dev": true, "requires": { - "@hint/utils-dom": "^2.2.3" + "@hint/utils-dom": "^2.2.4" } }, "@hint/parser-javascript": { - "version": "3.1.23", - "resolved": "https://registry.npmjs.org/@hint/parser-javascript/-/parser-javascript-3.1.23.tgz", - "integrity": "sha512-LmKIfNQzquRRP8l5gOyKi/2D9qI+6qlnHqLO5uk/AHfQpGDxKs19qkdP8TINs/W/O0Wd6se9lViGvDdTK4iivA==", + "version": "3.1.25", + "resolved": "https://registry.npmjs.org/@hint/parser-javascript/-/parser-javascript-3.1.25.tgz", + "integrity": "sha512-XKH0urYBPD3PiHBipDtSpGt8qNvgFuPKaXl/YqQK5fehykr/KmFblCs3JpHxa7fG86QIS544OEm5dTm6uspH5A==", "dev": true, "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-debug": "^1.0.10", + "@hint/utils": "^7.0.24", + "@hint/utils-debug": "^1.0.11", "@types/estree-jsx": "^0.0.1", "acorn": "^8.8.2", "acorn-jsx": "^5.3.2", @@ -1037,247 +1088,261 @@ } }, "@hint/parser-jsx": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/@hint/parser-jsx/-/parser-jsx-1.1.4.tgz", - "integrity": "sha512-DeL5wJwUyfJwlWeDFZIJqe7vdirPzTfj+HMoLGjVyrP9LXClDAy6JSvRoUiMR/9r5POKU7anu58v8dPD5bgtrQ==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/@hint/parser-jsx/-/parser-jsx-1.1.6.tgz", + "integrity": "sha512-T+eMdse5ETL+eTO6PN3O8hTCAwNy0bWZq6M2lOYAyPLQtziS3KLmX6qEDuToyAkVRxhJGczPzNp/p7ZOZ1lP+g==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-dom": "^2.2.3", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-dom": "^2.2.4", "parse5": "^6.0.1", "parse5-htmlparser2-tree-adapter": "^6.0.1" } }, "@hint/parser-less": { - "version": "1.0.30", - "resolved": "https://registry.npmjs.org/@hint/parser-less/-/parser-less-1.0.30.tgz", - "integrity": "sha512-jehPgv1SYMxNDDfHJ+It/DpwASC+bFhJ5t07nL9jRtPdQ+3K8poleRaL3Ds7j9nK+EFpP8uR8pQQHyKnFTa33A==", + "version": "1.0.31", + "resolved": "https://registry.npmjs.org/@hint/parser-less/-/parser-less-1.0.31.tgz", + "integrity": "sha512-7efEKVCJuSRlr/lMZ4BM61ULBlOpX7ExBDfipCrELjW+u1lTbnqx/3GJo5vbR+DxtuojekqMjMzziCqf6Zucmg==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-string": "^1.0.13", - "postcss": "^8.4.13", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-string": "^1.0.14", + "postcss": "^8.4.23", "postcss-less": "^5.0.0" } }, "@hint/parser-manifest": { - "version": "2.3.17", - "resolved": "https://registry.npmjs.org/@hint/parser-manifest/-/parser-manifest-2.3.17.tgz", - "integrity": "sha512-Gu2PeKy83p+BhqDWguTmou+SBl+f68A1+YWIi5f5UqfJW00W8qf2lrSKW0DRLdLQj3nhfJHCAqCUFoGZm8iB1w==", + "version": "2.3.20", + "resolved": "https://registry.npmjs.org/@hint/parser-manifest/-/parser-manifest-2.3.20.tgz", + "integrity": "sha512-Wv26kCLlRidoi8D/jJV63o6rznv7r5R8ofNdmhbKRzR7KwSgjoIrQnal3JrCXPmMvIeKf5AkNKWKhWLSKYtk2A==", "dev": true, "requires": { - "@hint/utils-json": "^1.0.25", - "@hint/utils-network": "^1.0.24", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0" + "@hint/utils-json": "^1.0.28", + "@hint/utils-network": "^1.0.27", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1" } }, "@hint/parser-package-json": { - "version": "1.1.40", - "resolved": "https://registry.npmjs.org/@hint/parser-package-json/-/parser-package-json-1.1.40.tgz", - "integrity": "sha512-vFDswSV7EOoVkZmHVpOyP6TwUl0vxh/Fd4lWi3s39ZoE13gfJUELtXnkWza5aWsi1ek3i7VgXMVNFwxBCyWw4Q==", + "version": "1.1.43", + "resolved": "https://registry.npmjs.org/@hint/parser-package-json/-/parser-package-json-1.1.43.tgz", + "integrity": "sha512-GYvGvC2hvJA0HOFmmextMmgQTrrivpOgjVuwsvnF+ieP48dUrlz5tH+e8uew6xcgmmUtBYEDiLNuN7X0CJ4U+w==", "dev": true, "requires": { - "@hint/utils-fs": "^1.0.15", - "@hint/utils-json": "^1.0.25", - "@hint/utils-network": "^1.0.24" + "@hint/utils-fs": "^1.0.16", + "@hint/utils-json": "^1.0.28", + "@hint/utils-network": "^1.0.27" } }, "@hint/parser-sass": { - "version": "1.0.30", - "resolved": "https://registry.npmjs.org/@hint/parser-sass/-/parser-sass-1.0.30.tgz", - "integrity": "sha512-G2PZWU+kZy/IEg4UX69Ts6h7VW6Gyi1QX+g4MWN4pvM2/3NW3IZ1Zpyed927uBRv09oVvObZoHIieE+ZB1B0Eg==", + "version": "1.0.31", + "resolved": "https://registry.npmjs.org/@hint/parser-sass/-/parser-sass-1.0.31.tgz", + "integrity": "sha512-8hh3Js30R16l20rptHVEDPOb6dbC7eBmp6imxrxdp0uIVX9GgSVTFEW30mpgBH5156mQnAeP5ZOY6voicXOqdA==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-string": "^1.0.13", - "postcss": "^8.4.13", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-string": "^1.0.14", + "postcss": "^8.4.23", "postcss-sass": "^0.5.0", - "postcss-scss": "^4.0.4" + "postcss-scss": "^4.0.6" } }, "@hint/parser-typescript": { - "version": "1.0.24", - "resolved": "https://registry.npmjs.org/@hint/parser-typescript/-/parser-typescript-1.0.24.tgz", - "integrity": "sha512-exIFHKO4l6enfPU2CeEOT4GjjEDo8XX5QE4DlLECCkL6UBb+rdQRSc/lfU2nl0iIqINPpms2YRgom3jIdm8KjQ==", + "version": "1.0.26", + "resolved": "https://registry.npmjs.org/@hint/parser-typescript/-/parser-typescript-1.0.26.tgz", + "integrity": "sha512-G5NAnM17eeCScoFvdZiUJcde7QJRPLCk6p+Nr0ZHCWe+qPevBOc2p/Dfw+tgbe4NAWgAnRSSRse1Ipq7yvDzXg==", "dev": true, "requires": { - "@hint/parser-javascript": "^3.1.23", - "@hint/utils-debug": "^1.0.10", - "@typescript-eslint/typescript-estree": "^5.50.0" + "@hint/parser-javascript": "^3.1.25", + "@hint/utils-debug": "^1.0.11", + "@typescript-eslint/typescript-estree": "^5.59.5" } }, "@hint/parser-typescript-config": { - "version": "2.4.27", - "resolved": "https://registry.npmjs.org/@hint/parser-typescript-config/-/parser-typescript-config-2.4.27.tgz", - "integrity": "sha512-rYz8yWaMK6S9byqutVDsU1b98hHN0AgHFFXiCbTW3CMHSNhlFYPG+H8KMmT94y47geSlPgUUIp/EpJ48V/nv7A==", + "version": "2.4.31", + "resolved": "https://registry.npmjs.org/@hint/parser-typescript-config/-/parser-typescript-config-2.4.31.tgz", + "integrity": "sha512-X5yk6rwCz3mugca0tTI9wNb4dc/Ge/N3h4GH+qjGR5hoBqKvlWmI5/hMBkmaNrIYC2JTp6If9DV3lZxH0d2qGQ==", "dev": true, "requires": { - "@hint/utils-fs": "^1.0.15", - "@hint/utils-json": "^1.0.25", - "@hint/utils-network": "^1.0.24", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-json": "^1.0.28", + "@hint/utils-network": "^1.0.27", "lodash": "^4.17.21" } }, "@hint/parser-webpack-config": { - "version": "2.1.39", - "resolved": "https://registry.npmjs.org/@hint/parser-webpack-config/-/parser-webpack-config-2.1.39.tgz", - "integrity": "sha512-V4CzhOEpW2HGjmqldgGDZa9JOVe6XasP05QG45sc5H+wnpjbe+GLEyffRVRXrc1+mgLTiS5gyNDynmGvpsPung==", + "version": "2.1.42", + "resolved": "https://registry.npmjs.org/@hint/parser-webpack-config/-/parser-webpack-config-2.1.42.tgz", + "integrity": "sha512-U4UoICVjkZHbP2vLv0c4IKQ6DZZmldcNd2KX4N0og1dEDVWOsI1Tj7Vsr1RCn8WAyYAKKoGMAb6O0Le48JGoqg==", "dev": true, "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-network": "^1.0.24" + "@hint/utils": "^7.0.24", + "@hint/utils-network": "^1.0.27" } }, "@hint/utils": { - "version": "7.0.22", - "resolved": "https://registry.npmjs.org/@hint/utils/-/utils-7.0.22.tgz", - "integrity": "sha512-3M+8O/jwE6XFPekGD99HeBpTMd/KdJ1nH68lEa/HQjkl0MwkYFWyNP/a1zDy06oGbRviSi7HofqJGyJQq7HlIA==", + "version": "7.0.24", + "resolved": "https://registry.npmjs.org/@hint/utils/-/utils-7.0.24.tgz", + "integrity": "sha512-/9kRU/uOId6B+lallh2L6B2R01Mzf6aQSNE+wuXq2lj2T6lFE7BFyR3+DuoaK1SUam6JOhMZMd56r08d5Uz76A==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-string": "^1.0.13", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-string": "^1.0.14", "chalk": "^4.1.2", "configstore": "^5.0.1", - "content-type": "^1.0.4", - "eventemitter2": "^6.4.5", + "content-type": "^1.0.5", + "eventemitter2": "^6.4.9", "file-type": "^16.5.4", "globby": "^11.0.4", - "is-svg": "^4.3.2", + "is-svg": "^4.4.0", "is-wsl": "^2.2.0", "lodash": "^4.17.21", - "npm-registry-fetch": "^14.0.3", - "semver": "^7.3.5" + "npm-registry-fetch": "^14.0.5", + "semver": "^7.5.2" } }, "@hint/utils-compat-data": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/@hint/utils-compat-data/-/utils-compat-data-1.1.11.tgz", - "integrity": "sha512-YhQ8f3akbLqTRgSBiD3GEeeGFQ7KX1rLrwozT2LdWvxf5HZ9W4TMQl5msIQnIG5sRtmJhOwwbZ5al5iC7LAAqw==", + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/@hint/utils-compat-data/-/utils-compat-data-1.1.13.tgz", + "integrity": "sha512-0kmEcbTJo3/nliVcwuQSYOnMfzgsYHnaaJO1xdJ+efieb/SKCyiNLkEmnhuBwUNhciJz9QlUiVTAyriXkL15kg==", "dev": true, "requires": { - "@hint/utils-css": "^1.0.14", - "@mdn/browser-compat-data": "^4.1.10", - "mdn-data": "^2.0.27", + "@hint/utils-css": "^1.0.15", + "@mdn/browser-compat-data": "^5.5.23", + "mdn-data": "^2.6.1", "postcss-selector-parser": "^6.0.8", "postcss-value-parser": "^4.2.0", - "semver": "^7.3.5" + "semver": "^7.5.2" } }, "@hint/utils-connector-tools": { - "version": "4.0.39", - "resolved": "https://registry.npmjs.org/@hint/utils-connector-tools/-/utils-connector-tools-4.0.39.tgz", - "integrity": "sha512-e1TMVO6ZuoD10/EtdIZywbVY9irciaDuekMfZr5Hj1jz2HaCmsXEW2RoYTYk9uHwPHODTB+rz7voQdW7TGqreQ==", + "version": "4.0.42", + "resolved": "https://registry.npmjs.org/@hint/utils-connector-tools/-/utils-connector-tools-4.0.42.tgz", + "integrity": "sha512-N8/whQ6l9I7SM62LsjmHNGf5Tu3CFPemU0wZ3P9qePxz1oyNgXoGPD8/B2LUD4DMh9moi3X8uY7d1dg1IGWFag==", "dev": true, "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-network": "^1.0.24", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0", + "@hint/utils": "^7.0.24", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-network": "^1.0.27", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1", "data-urls": "^3.0.2", "https": "^1.0.0", "iconv-lite": "^0.6.3", - "node-fetch": "^2.6.7" + "node-fetch": "^2.x" } }, "@hint/utils-css": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/@hint/utils-css/-/utils-css-1.0.14.tgz", - "integrity": "sha512-b7l/Zneoo6Q3PAotdFYOrEJWZR9x03RP7mJSwrAfC1VV4MBwJcZ/sOoMNkTAko5MvVX4gxO0me0ct466LQZilA==", + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/@hint/utils-css/-/utils-css-1.0.15.tgz", + "integrity": "sha512-I59xB7Qcuxuxl8+lbLwky3yTCNoM5rScMOJT9ZknqXNULte+XPCpKvr50IvbNMBmxgThRWR9d5YdM8EzJERaHQ==", "dev": true }, "@hint/utils-debug": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/@hint/utils-debug/-/utils-debug-1.0.10.tgz", - "integrity": "sha512-OB3B0I4nv7HwH+hmYp97qiw+P6r4X8hgjnKBUZgotuPd4pib7VVFLXwhjQH7cjU8QSXqXOGbNjOmRZSwcTa61g==", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@hint/utils-debug/-/utils-debug-1.0.11.tgz", + "integrity": "sha512-mUhEAsLzDql2lqo7g0Ojz2RdMODCfM4SpELB27r8brB9rsipAwCC29tonwgOCcaAuifNffsnaJ9BieBfIoupOA==", "dev": true, "requires": { "debug": "4.3.4" } }, "@hint/utils-dom": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/@hint/utils-dom/-/utils-dom-2.2.3.tgz", - "integrity": "sha512-l7CKhIunWiQGzOVoMmWHSRcAev40U3ClYTZ5Mip0cI7MKmvB/1AS2b91e+Lqi+4/BtQ2PHdUCI1YxIRSFiGbUw==", + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/@hint/utils-dom/-/utils-dom-2.2.4.tgz", + "integrity": "sha512-BCM2UQJsiIAR1AQuioQb7JnFTiPHythS+gDGICrZwoyRxrOoCPLJXSSvZ8WHm31+gztjyCtV0ZjyDb5Jz6Ze8w==", "dev": true, "requires": { - "@hint/utils-debug": "^1.0.10", - "@hint/utils-types": "^1.2.0", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-types": "^1.2.1", "@types/parse5": "^6.0.3", "css-select": "^4.3.0", - "eventemitter2": "^6.4.5", + "eventemitter2": "^6.4.9", "parse5": "^6.0.1", "parse5-htmlparser2-tree-adapter": "^6.0.1" } }, "@hint/utils-fs": { - "version": "1.0.15", - "resolved": "https://registry.npmjs.org/@hint/utils-fs/-/utils-fs-1.0.15.tgz", - "integrity": "sha512-O9v8mVQoObhjIj3JcpYg6YQvDo1nuNluBkub9ww1E+KJ/7uliyhEefWhVajEokk7FyadlxVxlnuJVjIBigrzIQ==", + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/@hint/utils-fs/-/utils-fs-1.0.16.tgz", + "integrity": "sha512-dO20DPi+7arxEWpVf3RQfAQ7zELer+ughCQj6RqkrI6IgXb25JLxvBy8PGz9Unj7jTdTSj7ubvgR0u/ceSZLlg==", "dev": true, "requires": { "jsonc-parser": "^3.0.0" } }, "@hint/utils-i18n": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/@hint/utils-i18n/-/utils-i18n-1.0.14.tgz", - "integrity": "sha512-zGHqJk4uDurJevpFeGkOk9+kh51STlWiPeaIPdgimswAOj3j3IJjXixH8TmnPtBR86CAQ2z1c7q8OHhYQLvaAA==", + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/@hint/utils-i18n/-/utils-i18n-1.0.15.tgz", + "integrity": "sha512-VkQG3do4e1le43YcB9r3YNb6aOD5nnQlwNo4d4wqwLgTofpVHyHzGYG7BrlQf+akxJ0QF71bkzTpFo6bhoEBDQ==", "dev": true, "requires": { - "@hint/utils-types": "^1.2.0" + "@hint/utils-types": "^1.2.1" } }, "@hint/utils-json": { - "version": "1.0.25", - "resolved": "https://registry.npmjs.org/@hint/utils-json/-/utils-json-1.0.25.tgz", - "integrity": "sha512-EqtkWU98YB338os4EoqcomzvjL1Jdnyul0yZdx9m6N8oFMHDCfXIV/M5is0V3gpwBsDB3My6sDf3i2GnfGehkg==", + "version": "1.0.28", + "resolved": "https://registry.npmjs.org/@hint/utils-json/-/utils-json-1.0.28.tgz", + "integrity": "sha512-96Tu3eODA+d2vZq/VScZygR8Wc86IJSs51UNhhUKWUwmkV5Y1C2VCCGcay3VgUx4u4mXlwhdzuCOa0cJhy8BDA==", "dev": true, "requires": { - "@hint/utils-fs": "^1.0.15", - "@hint/utils-network": "^1.0.24", - "@hint/utils-types": "^1.2.0", - "ajv": "^8.11.0", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-network": "^1.0.27", + "@hint/utils-types": "^1.2.1", + "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "jsonc-parser": "^3.0.0", "lodash": "^4.17.21" } }, "@hint/utils-network": { - "version": "1.0.24", - "resolved": "https://registry.npmjs.org/@hint/utils-network/-/utils-network-1.0.24.tgz", - "integrity": "sha512-BM6qmxehjx7V36mqtKGWUlvFFQEG9+MblN/yA6xY/QZT4jr0/px/BEEp01+rT2OvH8ceYpe5jDW8xZkpRoRZnw==", + "version": "1.0.27", + "resolved": "https://registry.npmjs.org/@hint/utils-network/-/utils-network-1.0.27.tgz", + "integrity": "sha512-gyC8N5hNybHuU89EDa1C85yBI96xFn3tEw/Xns8GU/4PEerYgwGacg5YdBNIzfXWY00FOlC2uoU6oYl2HqmM7A==", "dev": true, "requires": { - "@hint/utils": "^7.0.22", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0", - "content-type": "^1.0.4", + "@hint/utils": "^7.0.24", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1", + "content-type": "^1.0.5", "https": "^1.0.0", "lodash": "^4.17.21", - "node-fetch": "^2.6.7" + "node-fetch": "^2.x" } }, "@hint/utils-string": { - "version": "1.0.13", - "resolved": "https://registry.npmjs.org/@hint/utils-string/-/utils-string-1.0.13.tgz", - "integrity": "sha512-yXBdDTj8diby+OjgX7TG0hhfVKhgcy2OgSrvT7rYTLSUsPJOtcWhAm+5MIdN7JbQwqv0QwpSIowz14rVBkln7g==", + "version": "1.0.14", + "resolved": "https://registry.npmjs.org/@hint/utils-string/-/utils-string-1.0.14.tgz", + "integrity": "sha512-hyEqnFB1noTw7y1UNvFLxfRV9nPvdzgM4ahisA035Xz193zF9o/cjgVMSGZyWy0QcTZnbHke334vsYWytEnudw==", "dev": true }, "@hint/utils-types": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@hint/utils-types/-/utils-types-1.2.0.tgz", - "integrity": "sha512-ZXxdw1jh4oYMmzFIxpVRqSNhbx5bzOxumn4K+5thbhuGOJE5BUZVWNNa18My0ktdTl5IpMjCNVDhQeZRQxQT1w==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@hint/utils-types/-/utils-types-1.2.1.tgz", + "integrity": "sha512-0kL3YUgDyD10c0yZwvOdS6uySc3VG074pSEQ0/+NRiuEFwfVRVz4CRq6gvfoIHRmlNRspbNr2fKZ8tcoPWy9ag==", "dev": true }, + "@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "requires": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + } + }, "@mapbox/node-pre-gyp": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.10.tgz", - "integrity": "sha512-4ySo4CjzStuprMwk35H5pPbkymjv1SF3jGLj6rAHp/xT/RF7TL7bd9CTm1xDY49K2qF7jmR/g7k+SkLETP6opA==", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz", + "integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==", "dev": true, "optional": true, "requires": { @@ -1293,9 +1358,9 @@ } }, "@mdn/browser-compat-data": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-4.2.1.tgz", - "integrity": "sha512-EWUguj2kd7ldmrF9F+vI5hUOralPd+sdsUnYbRy33vZTuZkduC1shE9TtEMEjAQwyfyMb4ole5KtjF8MsnQOlA==", + "version": "5.7.6", + "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-5.7.6.tgz", + "integrity": "sha512-7xdrMX0Wk7grrTZQwAoy1GkvPMFoizStUoL+VmtUkAxegbCCec+3FKwOM6yc/uGU5+BEczQHXAlWiqvM8JeENg==", "dev": true }, "@nodelib/fs.scandir": { @@ -1325,14 +1390,21 @@ } }, "@npmcli/fs": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.0.tgz", - "integrity": "sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz", + "integrity": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==", "dev": true, "requires": { "semver": "^7.3.5" } }, + "@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "optional": true + }, "@sindresorhus/is": { "version": "4.6.0", "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz", @@ -1373,9 +1445,9 @@ } }, "@types/estree": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.0.tgz", - "integrity": "sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", + "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", "dev": true }, "@types/estree-jsx": { @@ -1388,9 +1460,9 @@ } }, "@types/http-cache-semantics": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz", - "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz", + "integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==", "dev": true }, "@types/keyv": { @@ -1403,10 +1475,13 @@ } }, "@types/node": { - "version": "18.15.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz", - "integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==", - "dev": true + "version": "24.7.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.0.tgz", + "integrity": "sha512-IbKooQVqUBrlzWTi79E8Fw78l8k1RNtlDDNWsFZs7XonuQSJ8oNYfEeclhprUldXISRMLzBpILuKgPlIxm+/Yw==", + "dev": true, + "requires": { + "undici-types": "~7.14.0" + } }, "@types/parse5": { "version": "6.0.3", @@ -1415,18 +1490,18 @@ "dev": true }, "@types/responselike": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz", - "integrity": "sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.3.tgz", + "integrity": "sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==", "dev": true, "requires": { "@types/node": "*" } }, "@types/yauzl": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.0.tgz", - "integrity": "sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==", + "version": "2.10.3", + "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz", + "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", "dev": true, "optional": true, "requires": { @@ -1434,19 +1509,19 @@ } }, "@typescript-eslint/types": { - "version": "5.57.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.57.0.tgz", - "integrity": "sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", + "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==", "dev": true }, "@typescript-eslint/typescript-estree": { - "version": "5.57.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.0.tgz", - "integrity": "sha512-LTzQ23TV82KpO8HPnWuxM2V7ieXW8O142I7hQTxWIHDcCEIjtkat6H96PFkYBQqGFLW/G/eVVOB9Z8rcvdY/Vw==", + "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==", "dev": true, "requires": { - "@typescript-eslint/types": "5.57.0", - "@typescript-eslint/visitor-keys": "5.57.0", + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/visitor-keys": "5.62.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -1455,12 +1530,12 @@ } }, "@typescript-eslint/visitor-keys": { - "version": "5.57.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.0.tgz", - "integrity": "sha512-ery2g3k0hv5BLiKpPuwYt9KBkAp2ugT6VvyShXdLOkax895EC55sP0Tx5L0fZaQueiK3fBLvHVvEl3jFS5ia+g==", + "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==", "dev": true, "requires": { - "@typescript-eslint/types": "5.57.0", + "@typescript-eslint/types": "5.62.0", "eslint-visitor-keys": "^3.3.0" } }, @@ -1477,10 +1552,19 @@ "dev": true, "optional": true }, + "abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "dev": true, + "requires": { + "event-target-shim": "^5.0.0" + } + }, "acorn": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz", - "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", + "version": "8.15.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", + "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true }, "acorn-globals": { @@ -1506,10 +1590,13 @@ "dev": true }, "acorn-walk": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", - "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", - "dev": true + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", + "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", + "dev": true, + "requires": { + "acorn": "^8.11.0" + } }, "agent-base": { "version": "6.0.2", @@ -1521,13 +1608,11 @@ } }, "agentkeepalive": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.3.0.tgz", - "integrity": "sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.6.0.tgz", + "integrity": "sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==", "dev": true, "requires": { - "debug": "^4.1.0", - "depd": "^2.0.0", "humanize-ms": "^1.2.1" } }, @@ -1542,15 +1627,15 @@ } }, "ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "dev": true, "requires": { - "fast-deep-equal": "^3.1.1", + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" + "require-from-string": "^2.0.2" } }, "ajv-formats": { @@ -1569,12 +1654,46 @@ "dev": true, "requires": { "string-width": "^4.1.0" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + }, + "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==", + "dev": true + }, + "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==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" + } + } } }, "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", + "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", "dev": true }, "ansi-styles": { @@ -1597,25 +1716,38 @@ } }, "aproba": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", - "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.1.0.tgz", + "integrity": "sha512-tLIEcj5GuR2RSTnxNKdkK0dJ/GrC7P38sUkiDmDuHfsHmbagTFAxDVIBltoklXEVIQ/f14IL8IMJ5pn9Hez1Ew==", "dev": true, "optional": true }, "archiver": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/archiver/-/archiver-5.3.1.tgz", - "integrity": "sha512-8KyabkmbYrH+9ibcTScQ1xCJC/CGcugdVIwB+53f5sZziXgwUh3iXlAlANMxcZyDEfTHMe6+Z5FofV8nopXP7w==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/archiver/-/archiver-5.3.2.tgz", + "integrity": "sha512-+25nxyyznAXF7Nef3y0EbBeqmGZgeN/BxHX29Rs39djAfaFalmQ89SE6CWyDCHzGL0yt/ycBtNOmGTW0FyGWNw==", "dev": true, "requires": { "archiver-utils": "^2.1.0", - "async": "^3.2.3", + "async": "^3.2.4", "buffer-crc32": "^0.2.1", "readable-stream": "^3.6.0", - "readdir-glob": "^1.0.0", + "readdir-glob": "^1.1.2", "tar-stream": "^2.2.0", "zip-stream": "^4.1.0" + }, + "dependencies": { + "readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + } } }, "archiver-utils": { @@ -1637,9 +1769,9 @@ }, "dependencies": { "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "dev": true, "requires": { "balanced-match": "^1.0.0", @@ -1660,12 +1792,6 @@ "path-is-absolute": "^1.0.0" } }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, "minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", @@ -1716,6 +1842,20 @@ "requires": { "delegates": "^1.0.0", "readable-stream": "^3.6.0" + }, + "dependencies": { + "readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "optional": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + } } }, "array-union": { @@ -1724,29 +1864,10 @@ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true }, - "ast-types": { - "version": "0.13.4", - "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz", - "integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==", - "dev": true, - "optional": true, - "requires": { - "tslib": "^2.0.1" - }, - "dependencies": { - "tslib": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", - "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==", - "dev": true, - "optional": true - } - } - }, "async": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", - "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==", + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", "dev": true }, "asynckit": { @@ -1756,9 +1877,9 @@ "dev": true }, "axe-core": { - "version": "4.6.3", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.6.3.tgz", - "integrity": "sha512-/BQzOX780JhsxDnPpH4ZiyrJAzcd8AfzFPkv+89veFSr1rcMjuq2JDCwypKaPeB6ljHp9KjXhPpjgCvQlWYuqg==", + "version": "4.10.3", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.3.tgz", + "integrity": "sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==", "dev": true }, "balanced-match": { @@ -1773,6 +1894,12 @@ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", "dev": true }, + "baseline-browser-mapping": { + "version": "2.8.13", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.13.tgz", + "integrity": "sha512-7s16KR8io8nIBWQyCYhmFhd+ebIzb9VKTzki+wOJXHTxTnV6+mFGH3+Jwn1zoKaY9/H9T/0BcKCZnzXljPnpSQ==", + "dev": true + }, "bcp47": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/bcp47/-/bcp47-1.1.2.tgz", @@ -1780,9 +1907,9 @@ "dev": true }, "big-integer": { - "version": "1.6.51", - "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz", - "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==", + "version": "1.6.52", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz", + "integrity": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==", "dev": true }, "binary": { @@ -1796,9 +1923,9 @@ } }, "binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", "dev": true }, "bl": { @@ -1810,6 +1937,29 @@ "buffer": "^5.5.0", "inherits": "^2.0.4", "readable-stream": "^3.4.0" + }, + "dependencies": { + "buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "requires": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + } } }, "bluebird": { @@ -1838,46 +1988,92 @@ "type-fest": "^0.20.2", "widest-line": "^3.1.0", "wrap-ansi": "^7.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + }, + "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==", + "dev": true + }, + "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==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" + } + }, + "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==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + } } }, "brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", "dev": true, "requires": { "balanced-match": "^1.0.0" } }, "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, "requires": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" } }, "browserslist": { - "version": "4.21.5", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz", - "integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==", + "version": "4.26.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.26.3.tgz", + "integrity": "sha512-lAUU+02RFBuCKQPj/P6NgjlbCnLBMp4UtgTx7vNHd3XSIJF87s9a5rA3aH2yw3GS9DqZAUbOtZdCCiZeVRqt0w==", "dev": true, "requires": { - "caniuse-lite": "^1.0.30001449", - "electron-to-chromium": "^1.4.284", - "node-releases": "^2.0.8", - "update-browserslist-db": "^1.0.10" + "baseline-browser-mapping": "^2.8.9", + "caniuse-lite": "^1.0.30001746", + "electron-to-chromium": "^1.5.227", + "node-releases": "^2.0.21", + "update-browserslist-db": "^1.1.3" } }, "buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", "dev": true, "requires": { "base64-js": "^1.3.1", - "ieee754": "^1.1.13" + "ieee754": "^1.2.1" } }, "buffer-crc32": { @@ -1898,41 +2094,32 @@ "integrity": "sha512-9q/rDEGSb/Qsvv2qvzIzdluL5k7AaJOTrw23z9reQthrbF7is4CtlT0DXyO1oei2DCp4uojjzQ7igaSHp1kAEQ==", "dev": true }, - "builtins": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz", - "integrity": "sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==", - "dev": true, - "requires": { - "semver": "^7.0.0" - } - }, - "bytes": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", - "dev": true, - "optional": true - }, "cacache": { - "version": "17.0.4", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-17.0.4.tgz", - "integrity": "sha512-Z/nL3gU+zTUjz5pCA5vVjYM8pmaw2kxM7JEiE0fv3w77Wj+sFbi70CrBruUWH0uNcEdvLDixFpgA2JM4F4DBjA==", + "version": "17.1.4", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.4.tgz", + "integrity": "sha512-/aJwG2l3ZMJ1xNAnqbMpA40of9dj/pIH3QfiuQSqjfPJF747VR0J/bHn+/KdNnHKc6XQcWt/AfRSBft82W1d2A==", "dev": true, "requires": { "@npmcli/fs": "^3.1.0", "fs-minipass": "^3.0.0", - "glob": "^8.0.1", + "glob": "^10.2.2", "lru-cache": "^7.7.1", - "minipass": "^4.0.0", + "minipass": "^7.0.3", "minipass-collect": "^1.0.2", "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", "ssri": "^10.0.0", "tar": "^6.1.11", "unique-filename": "^3.0.0" + }, + "dependencies": { + "minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true + } } }, "cacheable-lookup": { @@ -1942,9 +2129,9 @@ "dev": true }, "cacheable-request": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.2.tgz", - "integrity": "sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==", + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz", + "integrity": "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==", "dev": true, "requires": { "clone-response": "^1.0.2", @@ -1956,6 +2143,16 @@ "responselike": "^2.0.0" } }, + "call-bind-apply-helpers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "dev": true, + "requires": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + } + }, "camelcase": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", @@ -1963,15 +2160,15 @@ "dev": true }, "caniuse-lite": { - "version": "1.0.30001473", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001473.tgz", - "integrity": "sha512-ewDad7+D2vlyy+E4UJuVfiBsU69IL+8oVmTuZnH5Q6CIUbxNfI50uVpRHbUPDD6SUaN2o0Lh4DhTrvLG/Tn1yg==", + "version": "1.0.30001748", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001748.tgz", + "integrity": "sha512-5P5UgAr0+aBmNiplks08JLw+AW/XG/SurlgZLgB1dDLfAw7EfRGxIwzPHxdSCGY/BTKDqIVyJL87cCN6s0ZR0w==", "dev": true }, "canvas": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/canvas/-/canvas-2.11.0.tgz", - "integrity": "sha512-bdTjFexjKJEwtIo0oRx8eD4G2yWoUOXP9lj279jmQ2zMnTQhT8C3512OKz3s+ZOaQlLbE7TuVvRDYDB3Llyy5g==", + "version": "2.11.2", + "resolved": "https://registry.npmjs.org/canvas/-/canvas-2.11.2.tgz", + "integrity": "sha512-ItanGBMrmRV7Py2Z+Xhs7cT+FNt5K0vPL4p9EZ/UX/Mu7hFbkxSjKF2KVtPwX7UYWp7dRKnrTvReflgrItJbdw==", "dev": true, "optional": true, "requires": { @@ -2000,9 +2197,9 @@ } }, "chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", "dev": true, "requires": { "anymatch": "~3.1.2", @@ -2022,9 +2219,9 @@ "dev": true }, "ci-info": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", - "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", + "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", "dev": true }, "clean-stack": { @@ -2049,9 +2246,9 @@ } }, "cli-spinners": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.7.0.tgz", - "integrity": "sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==", + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz", + "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==", "dev": true }, "clone": { @@ -2078,24 +2275,15 @@ } }, "cloudinary": { - "version": "1.35.0", - "resolved": "https://registry.npmjs.org/cloudinary/-/cloudinary-1.35.0.tgz", - "integrity": "sha512-0aRLVOaVsoiqDCNkSzlPGR/oYOlE3AGrtwFTPx7xlZCPyKNzqeD9t9ENmPwzHn3yn/afAvy4h1sqb2yPyJOAow==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/cloudinary/-/cloudinary-2.7.0.tgz", + "integrity": "sha512-qrqDn31+qkMCzKu1GfRpzPNAO86jchcNwEHCUiqvPHNSFqu7FTNF9FuAkBUyvM1CFFgFPu64NT0DyeREwLwK0w==", "dev": true, "requires": { - "cloudinary-core": "^2.10.2", - "core-js": "^3.6.5", "lodash": "^4.17.21", - "proxy-agent": "^5.0.0", "q": "^1.5.1" } }, - "cloudinary-core": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/cloudinary-core/-/cloudinary-core-2.13.0.tgz", - "integrity": "sha512-Nt0Q5I2FtenmJghtC4YZ3MZZbGg1wLm84SsxcuVwZ83OyJqG9CNIGp86CiI6iDv3QobaqBUpOT7vg+HqY5HxEA==", - "dev": true - }, "color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -2138,15 +2326,28 @@ } }, "compress-commons": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.1.tgz", - "integrity": "sha512-QLdDLCKNV2dtoTorqgxngQCMA+gWXkM/Nwu7FpeBhk/RdkzimqC3jueb/FDmaZeXh+uby1jkBqE3xArsLBE5wQ==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.2.tgz", + "integrity": "sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==", "dev": true, "requires": { "buffer-crc32": "^0.2.13", "crc32-stream": "^4.0.2", "normalize-path": "^3.0.0", "readable-stream": "^3.6.0" + }, + "dependencies": { + "readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + } } }, "concat-map": { @@ -2182,12 +2383,6 @@ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", "dev": true }, - "core-js": { - "version": "3.29.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.29.1.tgz", - "integrity": "sha512-+jwgnhg6cQxKYIIjGtAHq2nwUOolo9eoFZ4sHfUH09BLXBgxnH4gA0zEd+t+BO2cNB8idaBtZFcFTRjQJRJmAw==", - "dev": true - }, "core-util-is": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", @@ -2201,13 +2396,26 @@ "dev": true }, "crc32-stream": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.2.tgz", - "integrity": "sha512-DxFZ/Hk473b/muq1VJ///PMNLj0ZMnzye9thBpmjpJKCc5eMgB95aK8zCGrGfQ90cWo561Te6HK9D+j4KPdM6w==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.3.tgz", + "integrity": "sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw==", "dev": true, "requires": { "crc-32": "^1.2.0", "readable-stream": "^3.4.0" + }, + "dependencies": { + "readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + } } }, "cross-fetch": { @@ -2231,9 +2439,9 @@ } }, "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, "requires": { "path-key": "^3.1.0", @@ -2261,9 +2469,9 @@ } }, "css-what": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", - "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz", + "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==", "dev": true }, "cssesc": { @@ -2281,13 +2489,6 @@ "rrweb-cssom": "^0.6.0" } }, - "data-uri-to-buffer": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz", - "integrity": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==", - "dev": true, - "optional": true - }, "data-urls": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz", @@ -2327,9 +2528,9 @@ } }, "dayjs": { - "version": "1.11.7", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", - "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==", + "version": "1.11.18", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.18.tgz", + "integrity": "sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA==", "dev": true }, "debug": { @@ -2342,9 +2543,9 @@ } }, "decimal.js": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", - "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz", + "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==", "dev": true }, "decompress-response": { @@ -2384,42 +2585,6 @@ "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==", "dev": true }, - "degenerator": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/degenerator/-/degenerator-3.0.2.tgz", - "integrity": "sha512-c0mef3SNQo56t6urUU6tdQAs+ThoD0o9B9MJ8HEt7NQcGEILCRFqQb7ZbP9JAv+QF1Ky5plydhMR/IrqWDm+TQ==", - "dev": true, - "optional": true, - "requires": { - "ast-types": "^0.13.2", - "escodegen": "^1.8.1", - "esprima": "^4.0.0", - "vm2": "^3.9.8" - }, - "dependencies": { - "escodegen": { - "version": "1.14.3", - "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz", - "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==", - "dev": true, - "optional": true, - "requires": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - } - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true, - "optional": true - } - } - }, "delayed-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", @@ -2433,16 +2598,10 @@ "dev": true, "optional": true }, - "depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "dev": true - }, "detect-libc": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz", - "integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", "dev": true, "optional": true }, @@ -2524,6 +2683,17 @@ "is-obj": "^2.0.0" } }, + "dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "dev": true, + "requires": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + } + }, "duplexer2": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", @@ -2533,12 +2703,6 @@ "readable-stream": "^2.0.2" }, "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, "readable-stream": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", @@ -2577,25 +2741,31 @@ "integrity": "sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==", "dev": true }, + "eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true + }, "ejs": { - "version": "3.1.9", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz", - "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==", + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", + "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", "dev": true, "requires": { "jake": "^10.8.5" } }, "electron-to-chromium": { - "version": "1.4.347", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.347.tgz", - "integrity": "sha512-LNi3+/9nV0vT6Bz1OsSoZ/w7IgNuWdefZ7mjKNjZxyRlI/ag6uMXxsxAy5Etvuixq3Q26exw2fc4bNYvYQqXSw==", + "version": "1.5.233", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.233.tgz", + "integrity": "sha512-iUdTQSf7EFXsDdQsp8MwJz5SVk4APEFqXU/S47OtQ0YLqacSwPXdZ5vRlMX3neb07Cy2vgioNuRnWUXFwuslkg==", "dev": true }, "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==", + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", "dev": true }, "encoding": { @@ -2609,9 +2779,9 @@ } }, "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==", + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz", + "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==", "dev": true, "requires": { "once": "^1.4.0" @@ -2629,35 +2799,67 @@ "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", "dev": true }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "es-define-property": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", "dev": true }, - "escape-goat": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz", + "es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "dev": true + }, + "es-object-atoms": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "dev": true, + "requires": { + "es-errors": "^1.3.0" + } + }, + "es-set-tostringtag": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", + "dev": true, + "requires": { + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + } + }, + "escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "dev": true + }, + "escape-goat": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz", "integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==", "dev": true }, "escodegen": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", - "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", + "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", "dev": true, "requires": { "esprima": "^4.0.1", "estraverse": "^5.2.0", "esutils": "^2.0.2", - "optionator": "^0.8.1", "source-map": "~0.6.1" } }, "eslint-visitor-keys": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz", - "integrity": "sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==", + "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==", "dev": true }, "esprima": { @@ -2678,12 +2880,24 @@ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true }, + "event-target-shim": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", + "dev": true + }, "eventemitter2": { "version": "6.4.9", "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-6.4.9.tgz", "integrity": "sha512-JEPTiaOt9f04oa6NOkc4aH+nVp5I3wEjpHbIPqfgCdD5v5bUzy7xQqwcVO2aDQgOWhI28da57HksMrzK9HlRxg==", "dev": true }, + "events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "dev": true + }, "exceljs": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/exceljs/-/exceljs-4.3.0.tgz", @@ -2701,6 +2915,17 @@ "uuid": "^8.3.0" }, "dependencies": { + "readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, "saxes": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", @@ -2758,16 +2983,16 @@ "dev": true }, "fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", + "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", "dev": true, "requires": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", "glob-parent": "^5.1.2", "merge2": "^1.3.0", - "micromatch": "^4.0.4" + "micromatch": "^4.0.8" } }, "fast-levenshtein": { @@ -2776,19 +3001,25 @@ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, + "fast-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", + "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", + "dev": true + }, "fast-xml-parser": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.3.tgz", - "integrity": "sha512-LsNDahCiCcJPe8NO7HijcnukHB24tKbfDDA5IILx9dmW3Frb52lhbeX6MPNUSvyGNfav2VTYpJ/OqkRoVLrh2Q==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz", + "integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==", "dev": true, "requires": { - "strnum": "^1.0.5" + "strnum": "^1.1.1" } }, "fastq": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", - "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", + "version": "1.19.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz", + "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==", "dev": true, "requires": { "reusify": "^1.0.4" @@ -2814,13 +3045,6 @@ "token-types": "^4.1.1" } }, - "file-uri-to-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-2.0.0.tgz", - "integrity": "sha512-hjPFI8oE/2iQPVe4gbrJ73Pp+Xfub2+WI2LlXDbsaJBwT5wuMh35WNWVYYTpnz895shtwfyutMFLFywpQAFdLg==", - "dev": true, - "optional": true - }, "filelist": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", @@ -2828,12 +3052,23 @@ "dev": true, "requires": { "minimatch": "^5.0.1" + }, + "dependencies": { + "minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dev": true, + "requires": { + "brace-expansion": "^2.0.1" + } + } } }, "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, "requires": { "to-regex-range": "^5.0.1" @@ -2849,14 +3084,34 @@ "path-exists": "^4.0.0" } }, + "foreground-child": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", + "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", + "dev": true, + "requires": { + "cross-spawn": "^7.0.6", + "signal-exit": "^4.0.1" + }, + "dependencies": { + "signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true + } + } + }, "form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz", + "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==", "dev": true, "requires": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", "mime-types": "^2.1.12" } }, @@ -2867,9 +3122,9 @@ "dev": true }, "fs-extra": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz", - "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==", + "version": "11.3.2", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz", + "integrity": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==", "dev": true, "requires": { "graceful-fs": "^4.2.0", @@ -2878,12 +3133,20 @@ } }, "fs-minipass": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.1.tgz", - "integrity": "sha512-MhaJDcFRTuLidHrIttu0RDGyyXs/IYHVmlcxfLAEFIWjc1vdLAkdwT7Ace2u7DbitWC0toKMl5eJZRYNVreIMw==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.3.tgz", + "integrity": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==", "dev": true, "requires": { - "minipass": "^4.0.0" + "minipass": "^7.0.3" + }, + "dependencies": { + "minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true + } } }, "fs.realpath": { @@ -2893,9 +3156,9 @@ "dev": true }, "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "dev": true, "optional": true }, @@ -2912,9 +3175,9 @@ }, "dependencies": { "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "dev": true, "requires": { "balanced-match": "^1.0.0", @@ -2964,38 +3227,11 @@ } } }, - "ftp": { - "version": "0.3.10", - "resolved": "https://registry.npmjs.org/ftp/-/ftp-0.3.10.tgz", - "integrity": "sha512-faFVML1aBx2UoDStmLwv2Wptt4vw5x03xxX172nhA5Y5HBshW5JweqQ2W4xL4dezQTG8inJsuYcpPHHU3X5OTQ==", - "dev": true, - "optional": true, - "requires": { - "readable-stream": "1.1.x", - "xregexp": "2.0.0" - }, - "dependencies": { - "readable-stream": { - "version": "1.1.14", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", - "integrity": "sha512-+MeVjFf4L44XUkhM1eYbD8fyEsxcV81pqMSR5gblfcLCHfZvbrqy4/qYHE+/R5HoBUT11WV5O08Cr1n3YXkWVQ==", - "dev": true, - "optional": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - } - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==", - "dev": true, - "optional": true - } - } + "function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "dev": true }, "gauge": { "version": "3.0.2", @@ -3013,81 +3249,103 @@ "string-width": "^4.2.3", "strip-ansi": "^6.0.1", "wide-align": "^1.1.2" - } - }, - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - }, - "get-uri": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-3.0.2.tgz", - "integrity": "sha512-+5s0SJbGoyiJTZZ2JTpFPLMPSch72KEqGOTvQsBqg0RBWvwhWUSYZFAtz3TPW0GXJuLBJPts1E241iHg+VRfhg==", - "dev": true, - "optional": true, - "requires": { - "@tootallnate/once": "1", - "data-uri-to-buffer": "3", - "debug": "4", - "file-uri-to-path": "2", - "fs-extra": "^8.1.0", - "ftp": "^0.3.10" }, "dependencies": { - "@tootallnate/once": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", - "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true, "optional": true }, - "fs-extra": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "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==", + "dev": true, + "optional": true + }, + "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==", "dev": true, "optional": true, "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" } }, - "jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, "optional": true, "requires": { - "graceful-fs": "^4.1.6" + "ansi-regex": "^5.0.1" } - }, - "universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "dev": true, - "optional": true } } }, + "get-intrinsic": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", + "dev": true, + "requires": { + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" + } + }, + "get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "dev": true, + "requires": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" + } + }, + "get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + }, "glob": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", - "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", "dev": true, "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "dependencies": { + "minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true + } } }, "glob-parent": { @@ -3131,6 +3389,12 @@ "minimist": "^1.2.5" } }, + "gopd": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", + "dev": true + }, "got": { "version": "11.8.6", "resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz", @@ -3179,6 +3443,21 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true }, + "has-symbols": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "dev": true + }, + "has-tostringtag": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "dev": true, + "requires": { + "has-symbols": "^1.0.3" + } + }, "has-unicode": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", @@ -3192,24 +3471,33 @@ "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==", "dev": true }, + "hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dev": true, + "requires": { + "function-bind": "^1.1.2" + } + }, "hint": { - "version": "7.1.8", - "resolved": "https://registry.npmjs.org/hint/-/hint-7.1.8.tgz", - "integrity": "sha512-YcH8NV69bR16EsoNuxS8Nna9HFkNh7QW/Tb7EMjZKr46MkTnZysXhXGFvIeMvSEj+fcITTlV2y+kd3vzsS6WTg==", - "dev": true, - "requires": { - "@hint/configuration-development": "^8.3.16", - "@hint/configuration-web-recommended": "^8.2.21", - "@hint/utils": "^7.0.22", - "@hint/utils-debug": "^1.0.10", - "@hint/utils-fs": "^1.0.15", - "@hint/utils-json": "^1.0.25", - "@hint/utils-network": "^1.0.24", - "@hint/utils-string": "^1.0.13", - "@hint/utils-types": "^1.2.0", - "browserslist": "^4.19.3", + "version": "7.1.13", + "resolved": "https://registry.npmjs.org/hint/-/hint-7.1.13.tgz", + "integrity": "sha512-UrOu4JOCshkZCBOqVFXRZkplAwUIMIsydFI6RWKJWuqTlWnhVqdNg1komRad9NR1uRpAsFphX5n3RAR9QHB4Dw==", + "dev": true, + "requires": { + "@hint/configuration-development": "^8.3.20", + "@hint/configuration-web-recommended": "^8.2.24", + "@hint/utils": "^7.0.24", + "@hint/utils-debug": "^1.0.11", + "@hint/utils-fs": "^1.0.16", + "@hint/utils-json": "^1.0.28", + "@hint/utils-network": "^1.0.27", + "@hint/utils-string": "^1.0.14", + "@hint/utils-types": "^1.2.1", + "browserslist": "^4.23.0", "chalk": "^4.1.2", - "eventemitter2": "^6.4.5", + "eventemitter2": "^6.4.9", "globby": "^11.0.4", "is-ci": "^3.0.1", "lodash": "^4.17.21", @@ -3218,53 +3506,12 @@ "os-locale": "^5.0.0", "setimmediate": "^1.0.5", "update-notifier": "^5.1.0" - }, - "dependencies": { - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dev": true, - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - } - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", - "dev": true, - "requires": { - "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.3" - } - }, - "prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true - }, - "type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dev": true, - "requires": { - "prelude-ls": "^1.2.1" - } - } } }, "hosted-git-info": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-6.1.1.tgz", - "integrity": "sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==", + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-6.1.3.tgz", + "integrity": "sha512-HVJyzUrLIL1c0QmviVh5E8VGyUS7xCFPS6yydaVd1UegW+ibV/CohqTH9MkOLDp5o+rb82DMo77PTuc9F/8GKw==", "dev": true, "requires": { "lru-cache": "^7.5.1" @@ -3280,25 +3527,11 @@ } }, "http-cache-semantics": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", - "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz", + "integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==", "dev": true }, - "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==", - "dev": true, - "optional": true, - "requires": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - } - }, "http-proxy-agent": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", @@ -3367,15 +3600,15 @@ "dev": true }, "ignore": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", - "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", "dev": true }, "image-size": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/image-size/-/image-size-1.0.2.tgz", - "integrity": "sha512-xfOoWjceHntRb3qFCrh5ZFORYH8XCdYpASltMhZ/Q0KZiOwjdE/Yl2QCiWdwD+lygV5bMCvauzgu5PxBX/Yerg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/image-size/-/image-size-1.2.1.tgz", + "integrity": "sha512-rH+46sQJ2dlwfjfhCyNx5thzrv+dtmBIhPHk0zgRUukHzZ/kRueTJXoYYsclBaKcSMBWuGbOFXtioLpzTb5euw==", "dev": true, "requires": { "queue": "6.0.2" @@ -3433,16 +3666,16 @@ "integrity": "sha512-CYdFeFexxhv/Bcny+Q0BfOV+ltRlJcd4BBZBYFX/O0u4npJrgZtIcjokegtiSMAvlMTJ+Koq0GBCc//3bueQxw==", "dev": true }, - "ip": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", - "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", + "ip-address": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.0.1.tgz", + "integrity": "sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==", "dev": true }, "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==", + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz", + "integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==", "dev": true }, "is-binary-path": { @@ -3585,11 +3818,10 @@ "dev": true }, "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==", - "dev": true, - "optional": true + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true }, "isexe": { "version": "2.0.0", @@ -3597,49 +3829,37 @@ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true }, + "jackspeak": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", + "dev": true, + "requires": { + "@isaacs/cliui": "^8.0.2", + "@pkgjs/parseargs": "^0.11.0" + } + }, "jake": { - "version": "10.8.5", - "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz", - "integrity": "sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==", + "version": "10.9.4", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.4.tgz", + "integrity": "sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==", "dev": true, "requires": { - "async": "^3.2.3", - "chalk": "^4.0.2", - "filelist": "^1.0.1", - "minimatch": "^3.0.4" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - } + "async": "^3.2.6", + "filelist": "^1.0.4", + "picocolors": "^1.1.1" } }, "js-library-detector": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/js-library-detector/-/js-library-detector-6.6.0.tgz", - "integrity": "sha512-z8OkDmXALZ22bIzBtIW8cpJ39MV93/Zu1rWrFdhsNw+sity2rOLaGT2kfWWQ6mnRTWs4ddONY5kiroA8e98Gvg==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/js-library-detector/-/js-library-detector-6.7.0.tgz", + "integrity": "sha512-c80Qupofp43y4cJ7+8TTDN/AsDwLi5oOm/plBrWI+iQt485vKXCco+yVmOwEgdo9VOdsYTuV0UlTeetVPTriXA==", "dev": true }, "jsdom": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-21.1.1.tgz", - "integrity": "sha512-Jjgdmw48RKcdAIQyUD1UdBh2ecH7VqwaXPN3ehoZN6MqgVbMn+lRm1aAT1AsdJRAJpwfa4IpwgzySn61h2qu3w==", + "version": "21.1.2", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-21.1.2.tgz", + "integrity": "sha512-sCpFmK2jv+1sjff4u7fzft+pUh2KSUbUrEHYHyfSIbGTIcmnjyp83qg6qLwdJ/I3LpTXx33ACxeRL7Lsyc6lGQ==", "dev": true, "requires": { "abab": "^2.0.6", @@ -3655,7 +3875,7 @@ "http-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.1", "is-potential-custom-element-name": "^1.0.1", - "nwsapi": "^2.2.2", + "nwsapi": "^2.2.4", "parse5": "^7.1.2", "rrweb-cssom": "^0.6.0", "saxes": "^6.0.0", @@ -3682,18 +3902,18 @@ } }, "entities": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.4.0.tgz", - "integrity": "sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", + "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", "dev": true }, "parse5": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", - "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz", + "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==", "dev": true, "requires": { - "entities": "^4.4.0" + "entities": "^6.0.0" } }, "tr46": { @@ -3722,9 +3942,9 @@ } }, "ws": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", - "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", + "version": "8.18.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", + "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", "dev": true } } @@ -3742,15 +3962,15 @@ "dev": true }, "jsonc-parser": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", - "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz", + "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==", "dev": true }, "jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz", + "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==", "dev": true, "requires": { "graceful-fs": "^4.1.6", @@ -3775,12 +3995,6 @@ "setimmediate": "^1.0.5" }, "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, "readable-stream": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", @@ -3814,9 +4028,9 @@ } }, "keyv": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.2.tgz", - "integrity": "sha512-5MHbFaKn8cNSmVW7BYnijeAVlE4cYA/SVkifVgrh7yotnfhKmjuXpDKjrABLnT0SfHWV21P8ow07OGfRrNDg8g==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", "dev": true, "requires": { "json-buffer": "3.0.1" @@ -3840,12 +4054,6 @@ "readable-stream": "^2.0.5" }, "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, "readable-stream": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", @@ -3888,13 +4096,13 @@ } }, "levn": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", - "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", "dev": true, "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" } }, "lie": { @@ -4046,17 +4254,17 @@ }, "dependencies": { "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true } } }, "make-fetch-happen": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.0.3.tgz", - "integrity": "sha512-oPLh5m10lRNNZDjJ2kP8UpboUx2uFXVaVweVe/lWut4iHWcQEmfqSVJt2ihZsFI8HbpwyyocaXbCAWf0g1ukIA==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.1.1.tgz", + "integrity": "sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==", "dev": true, "requires": { "agentkeepalive": "^4.2.1", @@ -4066,7 +4274,7 @@ "https-proxy-agent": "^5.0.0", "is-lambda": "^1.0.1", "lru-cache": "^7.7.1", - "minipass": "^4.0.0", + "minipass": "^5.0.0", "minipass-fetch": "^3.0.0", "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", @@ -4085,10 +4293,16 @@ "p-defer": "^1.0.0" } }, + "math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", + "dev": true + }, "mdn-data": { - "version": "2.0.31", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.31.tgz", - "integrity": "sha512-BoMtKzFjk2+b5QDi1QtS4XBZtwd1WIBVQSVe9Q6iIgQP+m6KhlbukWM8bp7rYgWXOXzp/cBqgHWU7az4hGV1WA==", + "version": "2.24.0", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.24.0.tgz", + "integrity": "sha512-i97fklrJl03tL1tdRVw0ZfLLvuDsdb6wxL+TrJ+PKkCbLrp2PCu2+OYdCKychIUm19nSM/35S6qz7pJpnXttoA==", "dev": true }, "mem": { @@ -4121,12 +4335,12 @@ "dev": true }, "micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, "requires": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" } }, @@ -4159,9 +4373,9 @@ "optional": true }, "minimatch": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, "requires": { "brace-expansion": "^2.0.1" @@ -4174,9 +4388,9 @@ "dev": true }, "minipass": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz", - "integrity": "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", "dev": true }, "minipass-collect": { @@ -4200,15 +4414,23 @@ } }, "minipass-fetch": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.1.tgz", - "integrity": "sha512-t9/wowtf7DYkwz8cfMSt0rMwiyNIBXf5CKZ3S5ZMqRqMYT0oLTp0x1WorMI9WTwvaPg21r1JbFxJMum8JrLGfw==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.5.tgz", + "integrity": "sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==", "dev": true, "requires": { "encoding": "^0.1.13", - "minipass": "^4.0.0", + "minipass": "^7.0.3", "minipass-sized": "^1.0.3", "minizlib": "^2.1.2" + }, + "dependencies": { + "minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true + } } }, "minipass-flush": { @@ -4232,9 +4454,9 @@ } }, "minipass-json-stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz", - "integrity": "sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.2.tgz", + "integrity": "sha512-myxeeTm57lYs8pH2nxPzmEEg8DGIgW+9mv6D4JZD2pa81I/OBjeU7PtICXV6c9eRGTA5JMDsuIPUZRCyBMYNhg==", "dev": true, "requires": { "jsonparse": "^1.3.1", @@ -4338,44 +4560,37 @@ "dev": true }, "nan": { - "version": "2.17.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz", - "integrity": "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==", + "version": "2.23.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.23.0.tgz", + "integrity": "sha512-1UxuyYGdoQHcGg87Lkqm3FzefucTa0NAiOcuRsDmysep3c1LVCRK2krrUDafMWtjSG04htvAmvg96+SDknOmgQ==", "dev": true, "optional": true }, "nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", "dev": true }, "negotiator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz", + "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==", "dev": true }, - "netmask": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz", - "integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==", - "dev": true, - "optional": true - }, "node-fetch": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz", - "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", "dev": true, "requires": { "whatwg-url": "^5.0.0" } }, "node-releases": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz", - "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==", + "version": "2.0.23", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.23.tgz", + "integrity": "sha512-cCmFDMSm26S6tQSDpBCg/NR8NENrVPhAJSf+XbxBG4rPFaaonlEoE9wHQmun+cls499TQGSb7ZyPBRlzgKfpeg==", "dev": true }, "nopt": { @@ -4413,13 +4628,13 @@ } }, "npm-registry-fetch": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-14.0.3.tgz", - "integrity": "sha512-YaeRbVNpnWvsGOjX2wk5s85XJ7l1qQBGAp724h8e2CZFFhMSuw9enom7K1mWVUtvXO1uUSFIAPofQK0pPN0ZcA==", + "version": "14.0.5", + "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-14.0.5.tgz", + "integrity": "sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA==", "dev": true, "requires": { "make-fetch-happen": "^11.0.0", - "minipass": "^4.0.0", + "minipass": "^5.0.0", "minipass-fetch": "^3.0.0", "minipass-json-stream": "^1.0.1", "minizlib": "^2.1.2", @@ -4459,9 +4674,9 @@ } }, "nwsapi": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.2.tgz", - "integrity": "sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==", + "version": "2.2.22", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.22.tgz", + "integrity": "sha512-ujSMe1OWVn55euT1ihwCI1ZcAaAU3nxUiDwfDQldc51ZXaB9m2AyOn6/jh1BLe2t/G8xd6uKG1UBF2aZJeg2SQ==", "dev": true }, "object-assign": { @@ -4490,17 +4705,17 @@ } }, "optionator": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", - "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", + "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", "dev": true, "requires": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "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" } }, "ora": { @@ -4518,6 +4733,23 @@ "log-symbols": "^4.1.0", "strip-ansi": "^6.0.0", "wcwidth": "^1.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" + } + } } }, "os-locale": { @@ -4582,82 +4814,10 @@ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true }, - "pac-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-5.0.0.tgz", - "integrity": "sha512-CcFG3ZtnxO8McDigozwE3AqAw15zDvGH+OjXO4kzf7IkEKkQ4gxQ+3sdF50WmhQ4P/bVusXcqNE2S3XrNURwzQ==", - "dev": true, - "optional": true, - "requires": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4", - "get-uri": "3", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "5", - "pac-resolver": "^5.0.0", - "raw-body": "^2.2.0", - "socks-proxy-agent": "5" - }, - "dependencies": { - "@tootallnate/once": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", - "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", - "dev": true, - "optional": true - }, - "http-proxy-agent": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", - "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", - "dev": true, - "optional": true, - "requires": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - } - }, - "socks-proxy-agent": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-5.0.1.tgz", - "integrity": "sha512-vZdmnjb9a2Tz6WEQVIurybSwElwPxMZaIc7PzqbJTrezcKNznv6giT7J7tZDZ1BojVaa1jvO/UiUdhDVB0ACoQ==", - "dev": true, - "optional": true, - "requires": { - "agent-base": "^6.0.2", - "debug": "4", - "socks": "^2.3.3" - } - } - } - }, - "pac-resolver": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-5.0.1.tgz", - "integrity": "sha512-cy7u00ko2KVgBAjuhevqpPeHIkCIqPe1v24cydhWjmeuzaBfmUWFCZJ1iAh5TuVzVZoUzXIW7K8sMYOZ84uZ9Q==", - "dev": true, - "optional": true, - "requires": { - "degenerator": "^3.0.2", - "ip": "^1.1.5", - "netmask": "^2.0.2" - }, - "dependencies": { - "ip": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz", - "integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==", - "dev": true, - "optional": true - } - } - }, - "package-json": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", - "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", + "package-json": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", + "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", "dev": true, "requires": { "got": "^9.6.0", @@ -4805,13 +4965,19 @@ } }, "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true } } }, + "package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "dev": true + }, "pako": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", @@ -4851,6 +5017,24 @@ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "dev": true }, + "path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, + "requires": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "dependencies": { + "lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true + } + } + }, "path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", @@ -4870,9 +5054,9 @@ "dev": true }, "picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "dev": true }, "picomatch": { @@ -4891,14 +5075,14 @@ } }, "postcss": { - "version": "8.4.21", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", - "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==", + "version": "8.5.6", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", + "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", "dev": true, "requires": { - "nanoid": "^3.3.4", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "nanoid": "^3.3.11", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" } }, "postcss-less": { @@ -4924,15 +5108,15 @@ } }, "postcss-scss": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.6.tgz", - "integrity": "sha512-rLDPhJY4z/i4nVFZ27j9GqLxj1pwxE80eAzUNRMXtcpipFYIeowerzBgG3yJhMtObGEXidtIgbUpQ3eLDsf5OQ==", + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.9.tgz", + "integrity": "sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==", "dev": true }, "postcss-selector-parser": { - "version": "6.0.11", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz", - "integrity": "sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==", + "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==", "dev": true, "requires": { "cssesc": "^3.0.0", @@ -4946,9 +5130,9 @@ "dev": true }, "prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", - "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", "dev": true }, "prepend-http": { @@ -4963,6 +5147,12 @@ "integrity": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==", "dev": true }, + "process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", + "dev": true + }, "process-nextick-args": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", @@ -4975,12 +5165,6 @@ "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", "dev": true }, - "promise-inflight": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", - "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", - "dev": true - }, "promise-retry": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", @@ -4991,73 +5175,6 @@ "retry": "^0.12.0" } }, - "proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-5.0.0.tgz", - "integrity": "sha512-gkH7BkvLVkSfX9Dk27W6TyNOWWZWRilRfk1XxGNWOYJ2TuedAv1yFpCaU9QSBmBe716XOTNpYNOzhysyw8xn7g==", - "dev": true, - "optional": true, - "requires": { - "agent-base": "^6.0.0", - "debug": "4", - "http-proxy-agent": "^4.0.0", - "https-proxy-agent": "^5.0.0", - "lru-cache": "^5.1.1", - "pac-proxy-agent": "^5.0.0", - "proxy-from-env": "^1.0.0", - "socks-proxy-agent": "^5.0.0" - }, - "dependencies": { - "@tootallnate/once": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", - "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", - "dev": true, - "optional": true - }, - "http-proxy-agent": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", - "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", - "dev": true, - "optional": true, - "requires": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - } - }, - "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==", - "dev": true, - "optional": true, - "requires": { - "yallist": "^3.0.2" - } - }, - "socks-proxy-agent": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-5.0.1.tgz", - "integrity": "sha512-vZdmnjb9a2Tz6WEQVIurybSwElwPxMZaIc7PzqbJTrezcKNznv6giT7J7tZDZ1BojVaa1jvO/UiUdhDVB0ACoQ==", - "dev": true, - "optional": true, - "requires": { - "agent-base": "^6.0.2", - "debug": "4", - "socks": "^2.3.3" - } - }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true, - "optional": true - } - } - }, "proxy-from-env": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", @@ -5065,15 +5182,18 @@ "dev": true }, "psl": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", - "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", - "dev": true + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.15.0.tgz", + "integrity": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==", + "dev": true, + "requires": { + "punycode": "^2.3.1" + } }, "pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz", + "integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==", "dev": true, "requires": { "end-of-stream": "^1.1.0", @@ -5081,9 +5201,9 @@ } }, "punycode": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", - "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "dev": true }, "pupa": { @@ -5148,31 +5268,6 @@ "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", "dev": true }, - "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==", - "dev": true, - "optional": true, - "requires": { - "bytes": "3.1.2", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "dependencies": { - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dev": true, - "optional": true, - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } - } - } - }, "rc": { "version": "1.2.8", "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", @@ -5194,32 +5289,45 @@ } }, "readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz", + "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==", "dev": true, "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" + "abort-controller": "^3.0.0", + "buffer": "^6.0.3", + "events": "^3.3.0", + "process": "^0.11.10", + "string_decoder": "^1.3.0" } }, "readable-web-to-node-stream": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.2.tgz", - "integrity": "sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.4.tgz", + "integrity": "sha512-9nX56alTf5bwXQ3ZDipHJhusu9NTQJ/CVPtb/XHAJCXihZeitfJvIRS4GqQ/mfIoOE3IelHMrpayVrosdHBuLw==", "dev": true, "requires": { - "readable-stream": "^3.6.0" + "readable-stream": "^4.7.0" } }, "readdir-glob": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.2.tgz", - "integrity": "sha512-6RLVvwJtVwEDfPdn6X6Ille4/lxGl0ATOY4FN/B9nxQcgOazvvI0nodiD19ScKq0PvA/29VpaOQML36o5IzZWA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz", + "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==", "dev": true, "requires": { "minimatch": "^5.1.0" + }, + "dependencies": { + "minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dev": true, + "requires": { + "brace-expansion": "^2.0.1" + } + } } }, "readdirp": { @@ -5293,9 +5401,9 @@ "dev": true }, "reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", + "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", "dev": true }, "rimraf": { @@ -5308,9 +5416,9 @@ }, "dependencies": { "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "dev": true, "requires": { "balanced-match": "^1.0.0", @@ -5379,24 +5487,10 @@ } }, "semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - } - } + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", + "dev": true }, "semver-diff": { "version": "3.1.1", @@ -5408,9 +5502,9 @@ }, "dependencies": { "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true } } @@ -5428,13 +5522,6 @@ "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", "dev": true }, - "setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", - "dev": true, - "optional": true - }, "shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", @@ -5476,9 +5563,9 @@ } }, "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==", + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz", + "integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==", "dev": true, "requires": { "is-arrayish": "^0.3.1" @@ -5497,12 +5584,12 @@ "dev": true }, "socks": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz", - "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==", + "version": "2.8.7", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.7.tgz", + "integrity": "sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==", "dev": true, "requires": { - "ip": "^2.0.0", + "ip-address": "^10.0.1", "smart-buffer": "^4.2.0" } }, @@ -5525,29 +5612,41 @@ "optional": true }, "source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "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==", "dev": true }, "ssri": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.1.tgz", - "integrity": "sha512-WVy6di9DlPOeBWEjMScpNipeSX2jIZBGEn5Uuo8Q7aIuFEuDX0pw8RxcOjlD1TWP4obi24ki7m/13+nFpcbXrw==", + "version": "10.0.6", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz", + "integrity": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==", "dev": true, "requires": { - "minipass": "^4.0.0" + "minipass": "^7.0.3" + }, + "dependencies": { + "minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true + } } }, - "statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, - "optional": true + "requires": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + } }, - "string-width": { - "version": "4.2.3", + "string-width-cjs": { + "version": "npm:string-width@4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, @@ -5555,6 +5654,29 @@ "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + }, + "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==", + "dev": true + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" + } + } } }, "string_decoder": { @@ -5567,12 +5689,29 @@ } }, "strip-ansi": { - "version": "6.0.1", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", + "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", + "dev": true, + "requires": { + "ansi-regex": "^6.0.1" + } + }, + "strip-ansi-cjs": { + "version": "npm:strip-ansi@6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, "requires": { "ansi-regex": "^5.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + } } }, "strip-final-newline": { @@ -5588,9 +5727,9 @@ "dev": true }, "strnum": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", - "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz", + "integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==", "dev": true }, "strtok3": { @@ -5619,14 +5758,14 @@ "dev": true }, "tar": { - "version": "6.1.13", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz", - "integrity": "sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", + "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", "dev": true, "requires": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", - "minipass": "^4.0.0", + "minipass": "^5.0.0", "minizlib": "^2.1.1", "mkdirp": "^1.0.3", "yallist": "^4.0.0" @@ -5685,6 +5824,19 @@ "fs-constants": "^1.0.0", "inherits": "^2.0.3", "readable-stream": "^3.1.1" + }, + "dependencies": { + "readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + } } }, "text-table": { @@ -5700,13 +5852,10 @@ "dev": true }, "tmp": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", - "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", - "dev": true, - "requires": { - "rimraf": "^3.0.0" - } + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz", + "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==", + "dev": true }, "to-readable-stream": { "version": "1.0.0", @@ -5723,13 +5872,6 @@ "is-number": "^7.0.0" } }, - "toidentifier": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", - "dev": true, - "optional": true - }, "token-types": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/token-types/-/token-types-4.2.1.tgz", @@ -5741,9 +5883,9 @@ } }, "tough-cookie": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.2.tgz", - "integrity": "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", + "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", "dev": true, "requires": { "psl": "^1.1.33", @@ -5788,12 +5930,12 @@ } }, "type-check": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", - "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", "dev": true, "requires": { - "prelude-ls": "~1.1.2" + "prelude-ls": "^1.2.1" } }, "type-fest": { @@ -5819,8 +5961,26 @@ "requires": { "buffer": "^5.2.1", "through": "^2.3.8" + }, + "dependencies": { + "buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "requires": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + } } }, + "undici-types": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.14.0.tgz", + "integrity": "sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==", + "dev": true + }, "unique-filename": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz", @@ -5849,22 +6009,15 @@ } }, "universalify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", "dev": true }, - "unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", - "dev": true, - "optional": true - }, "unzipper": { - "version": "0.10.11", - "resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.10.11.tgz", - "integrity": "sha512-+BrAq2oFqWod5IESRjL3S8baohbevGcVA+teAIOYWM3pDVdseogqbzhhvvmiyQrUNKFUnDMtELW3X8ykbyDCJw==", + "version": "0.10.14", + "resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.10.14.tgz", + "integrity": "sha512-ti4wZj+0bQTiX2KmKWuwj7lhV+2n//uXEotUmGuQqrbVZSEGFMbI68+c6JCQ8aAmUWYvtHEz2A8K6wXvueR/6g==", "dev": true, "requires": { "big-integer": "^1.6.17", @@ -5879,12 +6032,6 @@ "setimmediate": "~1.0.4" }, "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, "readable-stream": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", @@ -5918,13 +6065,13 @@ } }, "update-browserslist-db": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", - "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", + "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==", "dev": true, "requires": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" + "escalade": "^3.2.0", + "picocolors": "^1.1.1" } }, "update-notifier": { @@ -5966,15 +6113,6 @@ } } }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dev": true, - "requires": { - "punycode": "^2.1.0" - } - }, "url-parse": { "version": "1.5.10", "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", @@ -6007,29 +6145,15 @@ "dev": true }, "validate-npm-package-name": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.0.tgz", - "integrity": "sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==", - "dev": true, - "requires": { - "builtins": "^5.0.0" - } - }, - "vm2": { - "version": "3.9.14", - "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.14.tgz", - "integrity": "sha512-HgvPHYHeQy8+QhzlFryvSteA4uQLBCOub02mgqdR+0bN/akRZ48TGB1v0aCv7ksyc0HXx16AZtMHKS38alc6TA==", - "dev": true, - "optional": true, - "requires": { - "acorn": "^8.7.0", - "acorn-walk": "^8.2.0" - } + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz", + "integrity": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==", + "dev": true }, "vscode-webhint": { - "version": "2.1.9", - "resolved": "https://registry.npmjs.org/vscode-webhint/-/vscode-webhint-2.1.9.tgz", - "integrity": "sha512-bjt1URxdsmA5QGTalyKpO9O1PVylmmUk9q2dnmL0qGSLYLUgVqHh7tMZiOv4QBl+6r/p4N8vzMwTVcQbb8H0qA==", + "version": "2.1.15", + "resolved": "https://registry.npmjs.org/vscode-webhint/-/vscode-webhint-2.1.15.tgz", + "integrity": "sha512-sRveRRdhbjqZqdNhk9dpLT5LU69VzMfEOJEv7jDHEqpRsXGeYEP/cgyV0tbfuXZWNePzJQwpi+Owkn4FHZabwQ==", "dev": true }, "w3c-xmlserializer": { @@ -6098,6 +6222,44 @@ "optional": true, "requires": { "string-width": "^1.0.2 || 2 || 3 || 4" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "optional": true + }, + "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==", + "dev": true, + "optional": true + }, + "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==", + "dev": true, + "optional": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "optional": true, + "requires": { + "ansi-regex": "^5.0.1" + } + } } }, "widest-line": { @@ -6107,16 +6269,69 @@ "dev": true, "requires": { "string-width": "^4.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + }, + "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==", + "dev": true + }, + "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==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" + } + } } }, "word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", "dev": true }, "wrap-ansi": { - "version": "7.0.0", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "requires": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "dependencies": { + "ansi-styles": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", + "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", + "dev": true + } + } + }, + "wrap-ansi-cjs": { + "version": "npm:wrap-ansi@7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, @@ -6124,6 +6339,40 @@ "ansi-styles": "^4.0.0", "string-width": "^4.1.0", "strip-ansi": "^6.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + }, + "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==", + "dev": true + }, + "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==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" + } + } } }, "wrappy": { @@ -6168,13 +6417,6 @@ "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", "dev": true }, - "xregexp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/xregexp/-/xregexp-2.0.0.tgz", - "integrity": "sha512-xl/50/Cf32VsGq/1R8jJE5ajH1yMCQkpmoS10QbFZWl2Oor4H0Me64Pu2yxvsRWK3m6soJbmGfzSR7BYmDcWAA==", - "dev": true, - "optional": true - }, "yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", @@ -6192,14 +6434,78 @@ } }, "zip-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.0.tgz", - "integrity": "sha512-zshzwQW7gG7hjpBlgeQP9RuyPGNxvJdzR8SUM3QhxCnLjWN2E7j3dOvpeDcQoETfHx0urRS7EtmVToql7YpU4A==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.1.tgz", + "integrity": "sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ==", "dev": true, "requires": { - "archiver-utils": "^2.1.0", - "compress-commons": "^4.1.0", + "archiver-utils": "^3.0.4", + "compress-commons": "^4.1.2", "readable-stream": "^3.6.0" + }, + "dependencies": { + "archiver-utils": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-3.0.4.tgz", + "integrity": "sha512-KVgf4XQVrTjhyWmx6cte4RxonPLR9onExufI1jhvw/MQ4BB6IsZD5gT8Lq+u/+pRkWna/6JoHpiQioaqFP5Rzw==", + "dev": true, + "requires": { + "glob": "^7.2.3", + "graceful-fs": "^4.2.0", + "lazystream": "^1.0.0", + "lodash.defaults": "^4.2.0", + "lodash.difference": "^4.5.0", + "lodash.flatten": "^4.4.0", + "lodash.isplainobject": "^4.0.6", + "lodash.union": "^4.6.0", + "normalize-path": "^3.0.0", + "readable-stream": "^3.6.0" + } + }, + "brace-expansion": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + } } } } diff --git a/package.json b/package.json index 5b60818..bc3bdc7 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,9 @@ "not dead" ], "devDependencies": { - "@hint/configuration-all": "3.0.12", - "@hint/connector-jsdom": "4.1.25", - "hint": "7.1.8" + "@hint/configuration-all": "3.0.18", + "@hint/connector-jsdom": "4.1.28", + "hint": "7.1.13" }, "scripts": { "hint": "hint http://localhost && hint https://codehearts.com",