From 74caf690e866073df6b6a4489cbf7c63804852dc Mon Sep 17 00:00:00 2001 From: John Godley Date: Sun, 29 Nov 2020 10:48:14 +0000 Subject: [PATCH 1/4] Bump packages --- package.json | 56 +- phpcs.xml.dist | 15 + yarn.lock | 2445 ++++++++++++++++++++++++------------------------ 3 files changed, 1249 insertions(+), 1267 deletions(-) diff --git a/package.json b/package.json index 1222412..a773c3f 100644 --- a/package.json +++ b/package.json @@ -42,40 +42,40 @@ }, "homepage": "https://github.com/johngodley/search-regex", "devDependencies": { - "@babel/core": "^7.12.3", + "@babel/core": "^7.12.9", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-decorators": "^7.12.1", "@babel/plugin-proposal-export-namespace-from": "^7.12.1", "@babel/plugin-proposal-function-sent": "^7.12.1", "@babel/plugin-proposal-json-strings": "^7.12.1", - "@babel/plugin-proposal-numeric-separator": "^7.12.1", + "@babel/plugin-proposal-numeric-separator": "^7.12.7", "@babel/plugin-proposal-object-rest-spread": "^7.12.1", "@babel/plugin-proposal-throw-expressions": "^7.12.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/preset-env": "^7.12.1", - "@babel/preset-react": "^7.12.1", + "@babel/preset-env": "^7.12.7", + "@babel/preset-react": "^7.12.7", "@hot-loader/react-dom": "^17.0.0", - "@types/classnames": "^2.2.10", + "@types/classnames": "^2.2.11", "@types/deep-equal": "^1.0.1", - "@types/eslint": "^7.2.4", + "@types/eslint": "^7.2.5", "@types/jest": "^26.0.15", - "@types/mocha": "^8.0.3", + "@types/mocha": "^8.0.4", "@types/qs": "^6.9.5", - "@types/react-dom": "^16.9.8", - "@types/react-redux": "^7.1.9", + "@types/react-dom": "^17.0.0", + "@types/react-redux": "^7.1.11", "@wordpress/prettier-config": "^0.4.0", "apidoc": "^0.25.0", "autoprefixer": "^9.8.6", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.1.0", - "babel-jest": "26.6.1", - "babel-loader": "^8.1.0", + "babel-jest": "26.6.3", + "babel-loader": "^8.2.2", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "chai": "^4.2.0", - "css-loader": "^5.0.0", + "css-loader": "^5.0.1", "download": "^8.0.0", - "eslint": "^7.12.1", + "eslint": "^7.14.0", "eslint-config-wpcalypso": "^6.1.0", "eslint-loader": "^4.0.2", "eslint-plugin-flowtype": "^5.2.0", @@ -83,7 +83,7 @@ "eslint-plugin-wpcalypso": "^5.0.0", "exports-loader": "^1.1.1", "extract-text-webpack-plugin": "3.0.2", - "fetch-mock": "^9.10.7", + "fetch-mock": "^9.11.0", "glob-all": "^3.2.1", "gulp": "^4.0.2", "gulp-deleted": "1.0.0", @@ -95,15 +95,15 @@ "html-webpack-plugin": "^4.5.0", "i18n-calypso-cli": "^1.0.0", "imports-loader": "^1.2.0", - "jest": "26.6.1", + "jest": "26.6.3", "json-loader": "^0.5.7", - "mocha": "^8.2.0", + "mocha": "^8.2.1", "node-fetch": "^2.6.1", - "node-sass": "^4.14.1", + "node-sass": "^5.0.0", "null-loader": "^4.0.1", "path": "^0.12.7", "postcss-focus": "^5.0.1", - "postcss-loader": "^4.0.4", + "postcss-loader": "^4.1.0", "postcss-preset-env": "^6.7.0", "postcss-reporter": "^7.0.1", "precss": "^4.0.0", @@ -112,19 +112,19 @@ "redux-devtools-extension": "^2.13.8", "redux-mock-store": "^1.5.4", "request-promise": "^4.2.6", - "sass-loader": "^10.0.4", + "sass-loader": "^10.1.0", "shared-git-hooks": "^1.2.1", "style-loader": "2.0.0", - "stylelint": "^13.7.2", + "stylelint": "^13.8.0", "stylelint-config-wordpress": "^17.0.0", "through": "^2.3.8", "through2": "^4.0.2", - "typescript": "^4.0.5", - "underscore": "^1.11.0", - "webpack": "5.3.0", - "webpack-bundle-analyzer": "^3.9.0", + "typescript": "^4.1.2", + "underscore": "^1.12.0", + "webpack": "5.8.0", + "webpack-bundle-analyzer": "^4.1.0", "webpack-bundle-size-analyzer": "^3.1.0", - "webpack-cli": "^4.1.0", + "webpack-cli": "^4.2.0", "webpack-dev-server": "^3.11.0" }, "dependencies": { @@ -144,13 +144,13 @@ "react-copy-to-clipboard": "^5.0.2", "react-delta": "^1.1.0", "react-dom": "^17.0.1", - "react-dropzone": "^11.2.1", + "react-dropzone": "^11.2.4", "react-highlight-words": "^0.16.0", "react-redux": "^7.2.2", - "react-textarea-autosize": "^8.2.0", + "react-textarea-autosize": "^8.3.0", "redux": "^4.0.5", "redux-thunk": "^2.3.0", - "whatwg-fetch": "^3.4.1" + "whatwg-fetch": "^3.5.0" }, "eslintConfig": { "env": { diff --git a/phpcs.xml.dist b/phpcs.xml.dist index dfa6f48..15b96a2 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -405,6 +405,7 @@ + ./source ./models ./search-regex-admin.php ./search-regex-capabilities.php @@ -421,4 +422,18 @@ + + + + + error + + + + + + + + + diff --git a/yarn.lock b/yarn.lock index 1ed7750..5e460b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9,24 +9,24 @@ dependencies: "@babel/highlight" "^7.10.4" -"@babel/compat-data@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.1.tgz#d7386a689aa0ddf06255005b4b991988021101a0" - integrity sha512-725AQupWJZ8ba0jbKceeFblZTY90McUBWMwHhkFQ9q1zKPJ95GUktljFcgcsIVwRnTnRKlcYzfiNImg5G9m6ZQ== +"@babel/compat-data@^7.12.5", "@babel/compat-data@^7.12.7": + version "7.12.7" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41" + integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw== -"@babel/core@>=7.9.0", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.5": - version "7.12.3" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8" - integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g== +"@babel/core@>=7.9.0", "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.12.9", "@babel/core@^7.7.5": + version "7.12.9" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" + integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ== dependencies: "@babel/code-frame" "^7.10.4" - "@babel/generator" "^7.12.1" + "@babel/generator" "^7.12.5" "@babel/helper-module-transforms" "^7.12.1" - "@babel/helpers" "^7.12.1" - "@babel/parser" "^7.12.3" - "@babel/template" "^7.10.4" - "@babel/traverse" "^7.12.1" - "@babel/types" "^7.12.1" + "@babel/helpers" "^7.12.5" + "@babel/parser" "^7.12.7" + "@babel/template" "^7.12.7" + "@babel/traverse" "^7.12.9" + "@babel/types" "^7.12.7" convert-source-map "^1.7.0" debug "^4.1.0" gensync "^1.0.0-beta.1" @@ -36,12 +36,12 @@ semver "^5.4.1" source-map "^0.5.0" -"@babel/generator@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.1.tgz#0d70be32bdaa03d7c51c8597dda76e0df1f15468" - integrity sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg== +"@babel/generator@^7.12.5": + version "7.12.5" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de" + integrity sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A== dependencies: - "@babel/types" "^7.12.1" + "@babel/types" "^7.12.5" jsesc "^2.5.1" source-map "^0.5.0" @@ -60,7 +60,7 @@ "@babel/helper-explode-assignable-expression" "^7.10.4" "@babel/types" "^7.10.4" -"@babel/helper-builder-react-jsx-experimental@^7.12.1": +"@babel/helper-builder-react-jsx-experimental@^7.12.4": version "7.12.4" resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.12.4.tgz#55fc1ead5242caa0ca2875dcb8eed6d311e50f48" integrity sha512-AjEa0jrQqNk7eDQOo0pTfUOwQBMF+xVqrausQwT9/rTKy0g04ggFNaJpaE09IQMn9yExluigWMJcj0WC7bq+Og== @@ -77,14 +77,14 @@ "@babel/helper-annotate-as-pure" "^7.10.4" "@babel/types" "^7.10.4" -"@babel/helper-compilation-targets@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.1.tgz#310e352888fbdbdd8577be8dfdd2afb9e7adcf50" - integrity sha512-jtBEif7jsPwP27GPHs06v4WBV0KrE8a/P7n0N0sSvHn2hwUCYnolP/CLmz51IzAW4NlN+HuoBtb9QcwnRo9F/g== +"@babel/helper-compilation-targets@^7.12.5": + version "7.12.5" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz#cb470c76198db6a24e9dbc8987275631e5d29831" + integrity sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw== dependencies: - "@babel/compat-data" "^7.12.1" + "@babel/compat-data" "^7.12.5" "@babel/helper-validator-option" "^7.12.1" - browserslist "^4.12.0" + browserslist "^4.14.5" semver "^5.5.0" "@babel/helper-create-class-features-plugin@^7.12.1": @@ -99,12 +99,11 @@ "@babel/helper-split-export-declaration" "^7.10.4" "@babel/helper-create-regexp-features-plugin@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.1.tgz#18b1302d4677f9dc4740fe8c9ed96680e29d37e8" - integrity sha512-rsZ4LGvFTZnzdNZR5HZdmJVuXK8834R5QkF3WvcnBhrlVtF0HSIUC6zbreL9MgjTywhKokn8RIYRiq99+DLAxA== + version "7.12.7" + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.7.tgz#2084172e95443fa0a09214ba1bb328f9aea1278f" + integrity sha512-idnutvQPdpbduutvi3JVfEgcVIHooQnhvhx0Nk9isOINOIGYkZea1Pk2JlJRiUnMefrlvr0vkByATBY/mB4vjQ== dependencies: "@babel/helper-annotate-as-pure" "^7.10.4" - "@babel/helper-regex" "^7.10.4" regexpu-core "^4.7.1" "@babel/helper-define-map@^7.10.4": @@ -147,18 +146,18 @@ "@babel/types" "^7.10.4" "@babel/helper-member-expression-to-functions@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz#fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c" - integrity sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ== + version "7.12.7" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855" + integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw== dependencies: - "@babel/types" "^7.12.1" + "@babel/types" "^7.12.7" -"@babel/helper-module-imports@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz#1644c01591a15a2f084dd6d092d9430eb1d1216c" - integrity sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA== +"@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.5": + version "7.12.5" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb" + integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA== dependencies: - "@babel/types" "^7.12.1" + "@babel/types" "^7.12.5" "@babel/helper-module-transforms@^7.12.1": version "7.12.1" @@ -176,24 +175,17 @@ lodash "^4.17.19" "@babel/helper-optimise-call-expression@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673" - integrity sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== + version "7.12.7" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.7.tgz#7f94ae5e08721a49467346aa04fd22f750033b9c" + integrity sha512-I5xc9oSJ2h59OwyUqjv95HRyzxj53DAubUERgQMrpcCEYQyToeHA+NEcUEsVWB4j53RDeskeBJ0SgRAYHDBckw== dependencies: - "@babel/types" "^7.10.4" + "@babel/types" "^7.12.7" "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== -"@babel/helper-regex@^7.10.4": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.10.5.tgz#32dfbb79899073c415557053a19bd055aae50ae0" - integrity sha512-68kdUAzDrljqBrio7DYAEgCoJHxppJOERHOgOrDN7WjOzP0ZQ1LsSDRXcemzVZaLvjaJsJEESb6qt+znNuENDg== - dependencies: - lodash "^4.17.19" - "@babel/helper-remap-async-to-generator@^7.12.1": version "7.12.1" resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.12.1.tgz#8c4dbbf916314f6047dc05e6a2217074238347fd" @@ -204,14 +196,14 @@ "@babel/types" "^7.12.1" "@babel/helper-replace-supers@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.1.tgz#f15c9cc897439281891e11d5ce12562ac0cf3fa9" - integrity sha512-zJjTvtNJnCFsCXVi5rUInstLd/EIVNmIKA1Q9ynESmMBWPWd+7sdR+G4/wdu+Mppfep0XLyG2m7EBPvjCeFyrw== + version "7.12.5" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.5.tgz#f009a17543bbbbce16b06206ae73b63d3fca68d9" + integrity sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA== dependencies: "@babel/helper-member-expression-to-functions" "^7.12.1" "@babel/helper-optimise-call-expression" "^7.10.4" - "@babel/traverse" "^7.12.1" - "@babel/types" "^7.12.1" + "@babel/traverse" "^7.12.5" + "@babel/types" "^7.12.5" "@babel/helper-simple-access@^7.12.1": version "7.12.1" @@ -254,14 +246,14 @@ "@babel/traverse" "^7.10.4" "@babel/types" "^7.10.4" -"@babel/helpers@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.1.tgz#8a8261c1d438ec18cb890434df4ec768734c1e79" - integrity sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g== +"@babel/helpers@^7.12.5": + version "7.12.5" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e" + integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA== dependencies: "@babel/template" "^7.10.4" - "@babel/traverse" "^7.12.1" - "@babel/types" "^7.12.1" + "@babel/traverse" "^7.12.5" + "@babel/types" "^7.12.5" "@babel/highlight@^7.10.4": version "7.10.4" @@ -272,10 +264,10 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.12.1", "@babel/parser@^7.12.3", "@babel/parser@^7.5.5", "@babel/parser@^7.7.0": - version "7.12.3" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd" - integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw== +"@babel/parser@^7.1.0", "@babel/parser@^7.12.7", "@babel/parser@^7.5.5", "@babel/parser@^7.7.0": + version "7.12.7" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056" + integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg== "@babel/plugin-proposal-async-generator-functions@^7.12.1": version "7.12.1" @@ -352,10 +344,10 @@ "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" -"@babel/plugin-proposal-numeric-separator@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.1.tgz#0e2c6774c4ce48be412119b4d693ac777f7685a6" - integrity sha512-MR7Ok+Af3OhNTCxYVjJZHS0t97ydnJZt/DbR4WISO39iDnhiD8XHrY12xuSJ90FFEGjir0Fzyyn7g/zY6hxbxA== +"@babel/plugin-proposal-numeric-separator@^7.12.7": + version "7.12.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.7.tgz#8bf253de8139099fea193b297d23a9d406ef056b" + integrity sha512-8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ== dependencies: "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-numeric-separator" "^7.10.4" @@ -377,10 +369,10 @@ "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" -"@babel/plugin-proposal-optional-chaining@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.1.tgz#cce122203fc8a32794296fc377c6dedaf4363797" - integrity sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw== +"@babel/plugin-proposal-optional-chaining@^7.12.7": + version "7.12.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.7.tgz#e02f0ea1b5dc59d401ec16fb824679f683d3303c" + integrity sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA== dependencies: "@babel/helper-plugin-utils" "^7.10.4" "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" @@ -529,7 +521,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.10.4" -"@babel/plugin-syntax-top-level-await@^7.12.1": +"@babel/plugin-syntax-top-level-await@^7.12.1", "@babel/plugin-syntax-top-level-await@^7.8.3": version "7.12.1" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.1.tgz#dd6c0b357ac1bb142d98537450a319625d13d2a0" integrity sha512-i7ooMZFS+a/Om0crxZodrTzNEPJHZrlMVGMTEpFAj6rYY/bKCddB0Dk/YxfPuYXOopuhKk/e1jV6h+WUU9XN3A== @@ -727,12 +719,12 @@ dependencies: "@babel/helper-plugin-utils" "^7.10.4" -"@babel/plugin-transform-react-jsx-development@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.1.tgz#0b8f8cd531dcf7991f1e5f2c10a2a4f1cfc78e36" - integrity sha512-IilcGWdN1yNgEGOrB96jbTplRh+V2Pz1EoEwsKsHfX1a/L40cUYuD71Zepa7C+ujv7kJIxnDftWeZbKNEqZjCQ== +"@babel/plugin-transform-react-jsx-development@^7.12.7": + version "7.12.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.7.tgz#4c2a647de79c7e2b16bfe4540677ba3121e82a08" + integrity sha512-Rs3ETtMtR3VLXFeYRChle5SsP/P9Jp/6dsewBQfokDSzKJThlsuFcnzLTDRALiUmTC48ej19YD9uN1mupEeEDg== dependencies: - "@babel/helper-builder-react-jsx-experimental" "^7.12.1" + "@babel/helper-builder-react-jsx-experimental" "^7.12.4" "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-jsx" "^7.12.1" @@ -750,13 +742,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.10.4" -"@babel/plugin-transform-react-jsx@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.1.tgz#c2d96c77c2b0e4362cc4e77a43ce7c2539d478cb" - integrity sha512-RmKejwnT0T0QzQUzcbP5p1VWlpnP8QHtdhEtLG55ZDQnJNalbF3eeDyu3dnGKvGzFIQiBzFhBYTwvv435p9Xpw== +"@babel/plugin-transform-react-jsx@^7.12.7": + version "7.12.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.7.tgz#8b14d45f6eccd41b7f924bcb65c021e9f0a06f7f" + integrity sha512-YFlTi6MEsclFAPIDNZYiCRbneg1MFGao9pPG9uD5htwE0vDbPaMUMeYd6itWjw7K4kro4UbdQf3ljmFl9y48dQ== dependencies: "@babel/helper-builder-react-jsx" "^7.10.4" - "@babel/helper-builder-react-jsx-experimental" "^7.12.1" + "@babel/helper-builder-react-jsx-experimental" "^7.12.4" "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-jsx" "^7.12.1" @@ -797,13 +789,12 @@ "@babel/helper-plugin-utils" "^7.10.4" "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" -"@babel/plugin-transform-sticky-regex@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.1.tgz#5c24cf50de396d30e99afc8d1c700e8bce0f5caf" - integrity sha512-CiUgKQ3AGVk7kveIaPEET1jNDhZZEl1RPMWdTBE1799bdz++SwqDHStmxfCtDfBhQgCl38YRiSnrMuUMZIWSUQ== +"@babel/plugin-transform-sticky-regex@^7.12.7": + version "7.12.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.7.tgz#560224613ab23987453948ed21d0b0b193fa7fad" + integrity sha512-VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg== dependencies: "@babel/helper-plugin-utils" "^7.10.4" - "@babel/helper-regex" "^7.10.4" "@babel/plugin-transform-template-literals@^7.12.1": version "7.12.1" @@ -834,14 +825,14 @@ "@babel/helper-create-regexp-features-plugin" "^7.12.1" "@babel/helper-plugin-utils" "^7.10.4" -"@babel/preset-env@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.1.tgz#9c7e5ca82a19efc865384bb4989148d2ee5d7ac2" - integrity sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg== +"@babel/preset-env@^7.12.7": + version "7.12.7" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.7.tgz#54ea21dbe92caf6f10cb1a0a576adc4ebf094b55" + integrity sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew== dependencies: - "@babel/compat-data" "^7.12.1" - "@babel/helper-compilation-targets" "^7.12.1" - "@babel/helper-module-imports" "^7.12.1" + "@babel/compat-data" "^7.12.7" + "@babel/helper-compilation-targets" "^7.12.5" + "@babel/helper-module-imports" "^7.12.5" "@babel/helper-plugin-utils" "^7.10.4" "@babel/helper-validator-option" "^7.12.1" "@babel/plugin-proposal-async-generator-functions" "^7.12.1" @@ -851,10 +842,10 @@ "@babel/plugin-proposal-json-strings" "^7.12.1" "@babel/plugin-proposal-logical-assignment-operators" "^7.12.1" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1" - "@babel/plugin-proposal-numeric-separator" "^7.12.1" + "@babel/plugin-proposal-numeric-separator" "^7.12.7" "@babel/plugin-proposal-object-rest-spread" "^7.12.1" "@babel/plugin-proposal-optional-catch-binding" "^7.12.1" - "@babel/plugin-proposal-optional-chaining" "^7.12.1" + "@babel/plugin-proposal-optional-chaining" "^7.12.7" "@babel/plugin-proposal-private-methods" "^7.12.1" "@babel/plugin-proposal-unicode-property-regex" "^7.12.1" "@babel/plugin-syntax-async-generators" "^7.8.0" @@ -896,14 +887,14 @@ "@babel/plugin-transform-reserved-words" "^7.12.1" "@babel/plugin-transform-shorthand-properties" "^7.12.1" "@babel/plugin-transform-spread" "^7.12.1" - "@babel/plugin-transform-sticky-regex" "^7.12.1" + "@babel/plugin-transform-sticky-regex" "^7.12.7" "@babel/plugin-transform-template-literals" "^7.12.1" "@babel/plugin-transform-typeof-symbol" "^7.12.1" "@babel/plugin-transform-unicode-escapes" "^7.12.1" "@babel/plugin-transform-unicode-regex" "^7.12.1" "@babel/preset-modules" "^0.1.3" - "@babel/types" "^7.12.1" - core-js-compat "^3.6.2" + "@babel/types" "^7.12.7" + core-js-compat "^3.7.0" semver "^5.5.0" "@babel/preset-modules@^0.1.3": @@ -917,54 +908,54 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/preset-react@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.1.tgz#7f022b13f55b6dd82f00f16d1c599ae62985358c" - integrity sha512-euCExymHCi0qB9u5fKw7rvlw7AZSjw/NaB9h7EkdTt5+yHRrXdiRTh7fkG3uBPpJg82CqLfp1LHLqWGSCrab+g== +"@babel/preset-react@^7.12.7": + version "7.12.7" + resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.7.tgz#36d61d83223b07b6ac4ec55cf016abb0f70be83b" + integrity sha512-wKeTdnGUP5AEYCYQIMeXMMwU7j+2opxrG0WzuZfxuuW9nhKvvALBjl67653CWamZJVefuJGI219G591RSldrqQ== dependencies: "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-transform-react-display-name" "^7.12.1" - "@babel/plugin-transform-react-jsx" "^7.12.1" - "@babel/plugin-transform-react-jsx-development" "^7.12.1" + "@babel/plugin-transform-react-jsx" "^7.12.7" + "@babel/plugin-transform-react-jsx-development" "^7.12.7" "@babel/plugin-transform-react-jsx-self" "^7.12.1" "@babel/plugin-transform-react-jsx-source" "^7.12.1" "@babel/plugin-transform-react-pure-annotations" "^7.12.1" -"@babel/runtime@^7.10.1", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.8.4": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.1.tgz#b4116a6b6711d010b2dad3b7b6e43bf1b9954740" - integrity sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA== +"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.1", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.8.4": + version "7.12.5" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e" + integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg== dependencies: regenerator-runtime "^0.13.4" -"@babel/template@^7.10.4", "@babel/template@^7.3.3": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278" - integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== +"@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.3.3": + version "7.12.7" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc" + integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow== dependencies: "@babel/code-frame" "^7.10.4" - "@babel/parser" "^7.10.4" - "@babel/types" "^7.10.4" + "@babel/parser" "^7.12.7" + "@babel/types" "^7.12.7" -"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.7.0": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e" - integrity sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw== +"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.9", "@babel/traverse@^7.7.0": + version "7.12.9" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f" + integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw== dependencies: "@babel/code-frame" "^7.10.4" - "@babel/generator" "^7.12.1" + "@babel/generator" "^7.12.5" "@babel/helper-function-name" "^7.10.4" "@babel/helper-split-export-declaration" "^7.11.0" - "@babel/parser" "^7.12.1" - "@babel/types" "^7.12.1" + "@babel/parser" "^7.12.7" + "@babel/types" "^7.12.7" debug "^4.1.0" globals "^11.1.0" lodash "^4.17.19" -"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae" - integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA== +"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": + version "7.12.7" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13" + integrity sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ== dependencies: "@babel/helper-validator-identifier" "^7.10.4" lodash "^4.17.19" @@ -1043,93 +1034,93 @@ resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd" integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw== -"@jest/console@^26.6.1": - version "26.6.1" - resolved "https://registry.yarnpkg.com/@jest/console/-/console-26.6.1.tgz#6a19eaac4aa8687b4db9130495817c65aec3d34e" - integrity sha512-cjqcXepwC5M+VeIhwT6Xpi/tT4AiNzlIx8SMJ9IihduHnsSrnWNvTBfKIpmqOOCNOPqtbBx6w2JqfoLOJguo8g== +"@jest/console@^26.6.2": + version "26.6.2" + resolved "https://registry.yarnpkg.com/@jest/console/-/console-26.6.2.tgz#4e04bc464014358b03ab4937805ee36a0aeb98f2" + integrity sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g== dependencies: - "@jest/types" "^26.6.1" + "@jest/types" "^26.6.2" "@types/node" "*" chalk "^4.0.0" - jest-message-util "^26.6.1" - jest-util "^26.6.1" + jest-message-util "^26.6.2" + jest-util "^26.6.2" slash "^3.0.0" -"@jest/core@^26.6.1": - version "26.6.1" - resolved "https://registry.yarnpkg.com/@jest/core/-/core-26.6.1.tgz#77426822f667a2cda82bf917cee11cc8ba71f9ac" - integrity sha512-p4F0pgK3rKnoS9olXXXOkbus1Bsu6fd8pcvLMPsUy4CVXZ8WSeiwQ1lK5hwkCIqJ+amZOYPd778sbPha/S8Srw== +"@jest/core@^26.6.3": + version "26.6.3" + resolved "https://registry.yarnpkg.com/@jest/core/-/core-26.6.3.tgz#7639fcb3833d748a4656ada54bde193051e45fad" + integrity sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw== dependencies: - "@jest/console" "^26.6.1" - "@jest/reporters" "^26.6.1" - "@jest/test-result" "^26.6.1" - "@jest/transform" "^26.6.1" - "@jest/types" "^26.6.1" + "@jest/console" "^26.6.2" + "@jest/reporters" "^26.6.2" + "@jest/test-result" "^26.6.2" + "@jest/transform" "^26.6.2" + "@jest/types" "^26.6.2" "@types/node" "*" ansi-escapes "^4.2.1" chalk "^4.0.0" exit "^0.1.2" graceful-fs "^4.2.4" - jest-changed-files "^26.6.1" - jest-config "^26.6.1" - jest-haste-map "^26.6.1" - jest-message-util "^26.6.1" + jest-changed-files "^26.6.2" + jest-config "^26.6.3" + jest-haste-map "^26.6.2" + jest-message-util "^26.6.2" jest-regex-util "^26.0.0" - jest-resolve "^26.6.1" - jest-resolve-dependencies "^26.6.1" - jest-runner "^26.6.1" - jest-runtime "^26.6.1" - jest-snapshot "^26.6.1" - jest-util "^26.6.1" - jest-validate "^26.6.1" - jest-watcher "^26.6.1" + jest-resolve "^26.6.2" + jest-resolve-dependencies "^26.6.3" + jest-runner "^26.6.3" + jest-runtime "^26.6.3" + jest-snapshot "^26.6.2" + jest-util "^26.6.2" + jest-validate "^26.6.2" + jest-watcher "^26.6.2" micromatch "^4.0.2" p-each-series "^2.1.0" rimraf "^3.0.0" slash "^3.0.0" strip-ansi "^6.0.0" -"@jest/environment@^26.6.1": - version "26.6.1" - resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.6.1.tgz#38a56f1cc66f96bf53befcc5ebeaf1c2dce90e9a" - integrity sha512-GNvHwkOFJtNgSwdzH9flUPzF9AYAZhUg124CBoQcwcZCM9s5TLz8Y3fMtiaWt4ffbigoetjGk5PU2Dd8nLrSEw== +"@jest/environment@^26.6.2": + version "26.6.2" + resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.6.2.tgz#ba364cc72e221e79cc8f0a99555bf5d7577cf92c" + integrity sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA== dependencies: - "@jest/fake-timers" "^26.6.1" - "@jest/types" "^26.6.1" + "@jest/fake-timers" "^26.6.2" + "@jest/types" "^26.6.2" "@types/node" "*" - jest-mock "^26.6.1" + jest-mock "^26.6.2" -"@jest/fake-timers@^26.6.1": - version "26.6.1" - resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-26.6.1.tgz#5aafba1822075b7142e702b906094bea15f51acf" - integrity sha512-T/SkMLgOquenw/nIisBRD6XAYpFir0kNuclYLkse5BpzeDUukyBr+K31xgAo9M0hgjU9ORlekAYPSzc0DKfmKg== +"@jest/fake-timers@^26.6.2": + version "26.6.2" + resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-26.6.2.tgz#459c329bcf70cee4af4d7e3f3e67848123535aad" + integrity sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA== dependencies: - "@jest/types" "^26.6.1" + "@jest/types" "^26.6.2" "@sinonjs/fake-timers" "^6.0.1" "@types/node" "*" - jest-message-util "^26.6.1" - jest-mock "^26.6.1" - jest-util "^26.6.1" + jest-message-util "^26.6.2" + jest-mock "^26.6.2" + jest-util "^26.6.2" -"@jest/globals@^26.6.1": - version "26.6.1" - resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-26.6.1.tgz#b232c7611d8a2de62b4bf9eb9a007138322916f4" - integrity sha512-acxXsSguuLV/CeMYmBseefw6apO7NuXqpE+v5r3yD9ye2PY7h1nS20vY7Obk2w6S7eJO4OIAJeDnoGcLC/McEQ== +"@jest/globals@^26.6.2": + version "26.6.2" + resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-26.6.2.tgz#5b613b78a1aa2655ae908eba638cc96a20df720a" + integrity sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA== dependencies: - "@jest/environment" "^26.6.1" - "@jest/types" "^26.6.1" - expect "^26.6.1" + "@jest/environment" "^26.6.2" + "@jest/types" "^26.6.2" + expect "^26.6.2" -"@jest/reporters@^26.6.1": - version "26.6.1" - resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-26.6.1.tgz#582ede05278cf5eeffe58bc519f4a35f54fbcb0d" - integrity sha512-J6OlXVFY3q1SXWJhjme5i7qT/BAZSikdOK2t8Ht5OS32BDo6KfG5CzIzzIFnAVd82/WWbc9Hb7SJ/jwSvVH9YA== +"@jest/reporters@^26.6.2": + version "26.6.2" + resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-26.6.2.tgz#1f518b99637a5f18307bd3ecf9275f6882a667f6" + integrity sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw== dependencies: "@bcoe/v8-coverage" "^0.2.3" - "@jest/console" "^26.6.1" - "@jest/test-result" "^26.6.1" - "@jest/transform" "^26.6.1" - "@jest/types" "^26.6.1" + "@jest/console" "^26.6.2" + "@jest/test-result" "^26.6.2" + "@jest/transform" "^26.6.2" + "@jest/types" "^26.6.2" chalk "^4.0.0" collect-v8-coverage "^1.0.0" exit "^0.1.2" @@ -1140,73 +1131,73 @@ istanbul-lib-report "^3.0.0" istanbul-lib-source-maps "^4.0.0" istanbul-reports "^3.0.2" - jest-haste-map "^26.6.1" - jest-resolve "^26.6.1" - jest-util "^26.6.1" - jest-worker "^26.6.1" + jest-haste-map "^26.6.2" + jest-resolve "^26.6.2" + jest-util "^26.6.2" + jest-worker "^26.6.2" slash "^3.0.0" source-map "^0.6.0" string-length "^4.0.1" terminal-link "^2.0.0" - v8-to-istanbul "^6.0.1" + v8-to-istanbul "^7.0.0" optionalDependencies: node-notifier "^8.0.0" -"@jest/source-map@^26.5.0": - version "26.5.0" - resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-26.5.0.tgz#98792457c85bdd902365cd2847b58fff05d96367" - integrity sha512-jWAw9ZwYHJMe9eZq/WrsHlwF8E3hM9gynlcDpOyCb9bR8wEd9ZNBZCi7/jZyzHxC7t3thZ10gO2IDhu0bPKS5g== +"@jest/source-map@^26.6.2": + version "26.6.2" + resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-26.6.2.tgz#29af5e1e2e324cafccc936f218309f54ab69d535" + integrity sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA== dependencies: callsites "^3.0.0" graceful-fs "^4.2.4" source-map "^0.6.0" -"@jest/test-result@^26.6.1": - version "26.6.1" - resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-26.6.1.tgz#d75698d8a06aa663e8936663778c831512330cc1" - integrity sha512-wqAgIerIN2gSdT2A8WeA5+AFh9XQBqYGf8etK143yng3qYd0mF0ie2W5PVmgnjw4VDU6ammI9NdXrKgNhreawg== +"@jest/test-result@^26.6.2": + version "26.6.2" + resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-26.6.2.tgz#55da58b62df134576cc95476efa5f7949e3f5f18" + integrity sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ== dependencies: - "@jest/console" "^26.6.1" - "@jest/types" "^26.6.1" + "@jest/console" "^26.6.2" + "@jest/types" "^26.6.2" "@types/istanbul-lib-coverage" "^2.0.0" collect-v8-coverage "^1.0.0" -"@jest/test-sequencer@^26.6.1": - version "26.6.1" - resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-26.6.1.tgz#34216ac2c194b0eeebde30d25424d1134703fd2e" - integrity sha512-0csqA/XApZiNeTIPYh6koIDCACSoR6hi29T61tKJMtCZdEC+tF3PoNt7MS0oK/zKC6daBgCbqXxia5ztr/NyCQ== +"@jest/test-sequencer@^26.6.3": + version "26.6.3" + resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-26.6.3.tgz#98e8a45100863886d074205e8ffdc5a7eb582b17" + integrity sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw== dependencies: - "@jest/test-result" "^26.6.1" + "@jest/test-result" "^26.6.2" graceful-fs "^4.2.4" - jest-haste-map "^26.6.1" - jest-runner "^26.6.1" - jest-runtime "^26.6.1" + jest-haste-map "^26.6.2" + jest-runner "^26.6.3" + jest-runtime "^26.6.3" -"@jest/transform@^26.6.1": - version "26.6.1" - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.6.1.tgz#f70786f96e0f765947b4fb4f54ffcfb7bd783711" - integrity sha512-oNFAqVtqRxZRx6vXL3I4bPKUK0BIlEeaalkwxyQGGI8oXDQBtYQBpiMe5F7qPs4QdvvFYB42gPGIMMcxXaBBxQ== +"@jest/transform@^26.6.2": + version "26.6.2" + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.6.2.tgz#5ac57c5fa1ad17b2aae83e73e45813894dcf2e4b" + integrity sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA== dependencies: "@babel/core" "^7.1.0" - "@jest/types" "^26.6.1" + "@jest/types" "^26.6.2" babel-plugin-istanbul "^6.0.0" chalk "^4.0.0" convert-source-map "^1.4.0" fast-json-stable-stringify "^2.0.0" graceful-fs "^4.2.4" - jest-haste-map "^26.6.1" + jest-haste-map "^26.6.2" jest-regex-util "^26.0.0" - jest-util "^26.6.1" + jest-util "^26.6.2" micromatch "^4.0.2" pirates "^4.0.1" slash "^3.0.0" source-map "^0.6.1" write-file-atomic "^3.0.0" -"@jest/types@^26.6.1": - version "26.6.1" - resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.1.tgz#2638890e8031c0bc8b4681e0357ed986e2f866c5" - integrity sha512-ywHavIKNpAVrStiRY5wiyehvcktpijpItvGiK72RAn5ctqmzvPk8OvKnvHeBqa1XdQr959CTWAJMqxI8BTibyg== +"@jest/types@^26.6.2": + version "26.6.2" + resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e" + integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ== dependencies: "@types/istanbul-lib-coverage" "^2.0.0" "@types/istanbul-reports" "^3.0.0" @@ -1279,13 +1270,13 @@ dependencies: "@babel/core" ">=7.9.0" -"@stylelint/postcss-markdown@^0.36.1": - version "0.36.1" - resolved "https://registry.yarnpkg.com/@stylelint/postcss-markdown/-/postcss-markdown-0.36.1.tgz#829b87e6c0f108014533d9d7b987dc9efb6632e8" - integrity sha512-iDxMBWk9nB2BPi1VFQ+Dc5+XpvODBHw2n3tYpaBZuEAFQlbtF9If0Qh5LTTwSi/XwdbJ2jt+0dis3i8omyggpw== +"@stylelint/postcss-markdown@^0.36.2": + version "0.36.2" + resolved "https://registry.yarnpkg.com/@stylelint/postcss-markdown/-/postcss-markdown-0.36.2.tgz#0a540c4692f8dcdfc13c8e352c17e7bfee2bb391" + integrity sha512-2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ== dependencies: - remark "^12.0.0" - unist-util-find-all-after "^3.0.1" + remark "^13.0.0" + unist-util-find-all-after "^3.0.2" "@szmarczak/http-timer@^1.1.2": version "1.1.2" @@ -1330,9 +1321,9 @@ integrity sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA== "@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7": - version "7.1.10" - resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.10.tgz#ca58fc195dd9734e77e57c6f2df565623636ab40" - integrity sha512-x8OM8XzITIMyiwl5Vmo2B1cR1S1Ipkyv4mdlbJjMa1lmuKvKY9FrBbEANIaMlnWn5Rf7uO+rC/VgYabNkE17Hw== + version "7.1.12" + resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.12.tgz#4d8e9e51eb265552a7e4f1ff2219ab6133bdfb2d" + integrity sha512-wMTHiiTiBAAPebqaPiPDLFA4LYPKr6Ph0Xq/6rq1Ur3v66HXyG+clfR9CNETkD7MQS8ZHvpQOtA53DLws5WAEQ== dependencies: "@babel/parser" "^7.1.0" "@babel/types" "^7.0.0" @@ -1348,24 +1339,24 @@ "@babel/types" "^7.0.0" "@types/babel__template@*": - version "7.0.3" - resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.0.3.tgz#b8aaeba0a45caca7b56a5de9459872dde3727214" - integrity sha512-uCoznIPDmnickEi6D0v11SBpW0OuVqHJCa7syXqQHy5uktSCreIlt0iglsCnmvz8yCb38hGcWeseA8cWJSwv5Q== + version "7.4.0" + resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.0.tgz#0c888dd70b3ee9eebb6e4f200e809da0076262be" + integrity sha512-NTPErx4/FiPCGScH7foPyr+/1Dkzkni+rHiYHHoTjvwou7AQzJkNeD60A9CXRy+ZEN2B1bggmkTMCDb+Mv5k+A== dependencies: "@babel/parser" "^7.1.0" "@babel/types" "^7.0.0" "@types/babel__traverse@*", "@types/babel__traverse@^7.0.4", "@types/babel__traverse@^7.0.6": - version "7.0.15" - resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.15.tgz#db9e4238931eb69ef8aab0ad6523d4d4caa39d03" - integrity sha512-Pzh9O3sTK8V6I1olsXpCfj2k/ygO2q1X0vhhnDrEQyYLHZesWz+zMZMVcwXLCYf0U36EtmyYaFGPfXlTtDHe3A== + version "7.0.16" + resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.16.tgz#0bbbf70c7bc4193210dd27e252c51260a37cd6a7" + integrity sha512-S63Dt4CZOkuTmpLGGWtT/mQdVORJOpx6SZWGVaP56dda/0Nx5nEe82K7/LAm8zYr6SfMq+1N2OreIOrHAx656w== dependencies: "@babel/types" "^7.3.0" -"@types/classnames@^2.2.10": - version "2.2.10" - resolved "https://registry.yarnpkg.com/@types/classnames/-/classnames-2.2.10.tgz#cc658ca319b6355399efc1f5b9e818f1a24bf999" - integrity sha512-1UzDldn9GfYYEsWWnn/P4wkTlkZDH7lDb0wBMGbtIQc9zXEQq7FlKBdZUn6OBqD8sKZZ2RQO2mAjGpXiDGoRmQ== +"@types/classnames@^2.2.11": + version "2.2.11" + resolved "https://registry.yarnpkg.com/@types/classnames/-/classnames-2.2.11.tgz#2521cc86f69d15c5b90664e4829d84566052c1cf" + integrity sha512-2koNhpWm3DgWRp5tpkiJ8JGc1xTn2q0l+jUNUE7oMKXUf5NpI9AIdC4kbjGNFBdHtcxBD18LAksoudAVhFKCjw== "@types/deep-equal@^1.0.1": version "1.0.1" @@ -1380,10 +1371,10 @@ "@types/eslint" "*" "@types/estree" "*" -"@types/eslint@*", "@types/eslint@^7.2.4": - version "7.2.4" - resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.4.tgz#d12eeed7741d2491b69808576ac2d20c14f74c41" - integrity sha512-YCY4kzHMsHoyKspQH+nwSe+70Kep7Vjt2X+dZe5Vs2vkRudqtoFoUIv1RlJmZB8Hbp7McneupoZij4PadxsK5Q== +"@types/eslint@*", "@types/eslint@^7.2.5": + version "7.2.5" + resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.5.tgz#92172ecf490c2fce4b076739693d75f30376d610" + integrity sha512-Dc6ar9x16BdaR3NSxSF7T4IjL9gxxViJq8RmFd+2UAyA+K6ck2W+gUwfgpG/y9TPyUuBL35109bbULpEynvltA== dependencies: "@types/estree" "*" "@types/json-schema" "*" @@ -1453,25 +1444,32 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0" integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw== +"@types/mdast@^3.0.0": + version "3.0.3" + resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.3.tgz#2d7d671b1cd1ea3deb306ea75036c2a0407d2deb" + integrity sha512-SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw== + dependencies: + "@types/unist" "*" + "@types/minimatch@*": version "3.0.3" resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== "@types/minimist@^1.2.0": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6" - integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY= + version "1.2.1" + resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.1.tgz#283f669ff76d7b8260df8ab7a4262cc83d988256" + integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg== -"@types/mocha@^8.0.3": - version "8.0.3" - resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.0.3.tgz#51b21b6acb6d1b923bbdc7725c38f9f455166402" - integrity sha512-vyxR57nv8NfcU0GZu8EUXZLTbCMupIUwy95LJ6lllN+JRPG25CwMHoB1q5xKh8YKhQnHYRAn4yW2yuHbf/5xgg== +"@types/mocha@^8.0.4": + version "8.0.4" + resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.0.4.tgz#b840c2dce46bacf286e237bfb59a29e843399148" + integrity sha512-M4BwiTJjHmLq6kjON7ZoI2JMlBvpY3BYSdiP6s/qCT3jb1s9/DeJF0JELpAxiVSIxXDzfNKe+r7yedMIoLbknQ== "@types/node@*": - version "14.14.5" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.5.tgz#e92d3b8f76583efa26c1a63a21c9d3c1143daa29" - integrity sha512-H5Wn24s/ZOukBmDn03nnGTp18A60ny9AmCwnEcgJiTgSGsCO7k+NWP7zjCCbhlcnVCoI+co52dUAt9GMhOSULw== + version "14.14.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.10.tgz#5958a82e41863cfc71f2307b3748e3491ba03785" + integrity sha512-J32dgx2hw8vXrSbu4ZlVhn1Nm3GbeCFNw2FWL8S5QKucHGY0cyNwjdQdO+KMBZ4wpmC7KhLCiNsdk1RFRIYUQQ== "@types/normalize-package-data@^2.4.0": version "2.4.0" @@ -1498,27 +1496,42 @@ resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.5.tgz#434711bdd49eb5ee69d90c1d67c354a9a8ecb18b" integrity sha512-/JHkVHtx/REVG0VVToGRGH2+23hsYLHdyG+GrvoUGlGAd0ErauXDyvHtRI/7H7mzLm+tBCKA7pfcpkQ1lf58iQ== -"@types/react-dom@^16.9.0", "@types/react-dom@^16.9.8": - version "16.9.8" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.8.tgz#fe4c1e11dfc67155733dfa6aa65108b4971cb423" - integrity sha512-ykkPQ+5nFknnlU6lDd947WbQ6TE3NNzbQAkInC2EKY1qeYdTKp7onFusmYZb+ityzx2YviqT6BXSu+LyWWJwcA== +"@types/react-dom@^16.9.0": + version "16.9.10" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.10.tgz#4485b0bec3d41f856181b717f45fd7831101156f" + integrity sha512-ItatOrnXDMAYpv6G8UCk2VhbYVTjZT9aorLtA/OzDN9XJ2GKcfam68jutoAcILdRjsRUO8qb7AmyObF77Q8QFw== + dependencies: + "@types/react" "^16" + +"@types/react-dom@^17.0.0": + version "17.0.0" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.0.tgz#b3b691eb956c4b3401777ee67b900cb28415d95a" + integrity sha512-lUqY7OlkF/RbNtD5nIq7ot8NquXrdFrjSOR6+w9a9RFQevGi1oZO1dcJbXMeONAPKtZ2UrZOEJ5UOCVsxbLk/g== dependencies: "@types/react" "*" -"@types/react-redux@^7.1.9": - version "7.1.9" - resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.9.tgz#280c13565c9f13ceb727ec21e767abe0e9b4aec3" - integrity sha512-mpC0jqxhP4mhmOl3P4ipRsgTgbNofMRXJb08Ms6gekViLj61v1hOZEKWDCyWsdONr6EjEA6ZHXC446wdywDe0w== +"@types/react-redux@^7.1.11": + version "7.1.11" + resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.11.tgz#a18e8ab3651e8e8cc94798934927937c66021217" + integrity sha512-OjaFlmqy0CRbYKBoaWF84dub3impqnLJUrz4u8PRjDzaa4n1A2cVmjMV81shwXyAD5x767efhA8STFGJz/r1Zg== dependencies: "@types/hoist-non-react-statics" "^3.3.0" "@types/react" "*" hoist-non-react-statics "^3.3.0" redux "^4.0.0" -"@types/react@*", "@types/react@^16.9.0": - version "16.9.53" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.53.tgz#40cd4f8b8d6b9528aedd1fff8fcffe7a112a3d23" - integrity sha512-4nW60Sd4L7+WMXH1D6jCdVftuW7j4Za6zdp6tJ33Rqv0nk1ZAmQKML9ZLD4H0dehA3FZxXR/GM8gXplf82oNGw== +"@types/react@*": + version "17.0.0" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.0.tgz#5af3eb7fad2807092f0046a1302b7823e27919b8" + integrity sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw== + dependencies: + "@types/prop-types" "*" + csstype "^3.0.2" + +"@types/react@^16", "@types/react@^16.9.0": + version "16.14.2" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.2.tgz#85dcc0947d0645349923c04ccef6018a1ab7538c" + integrity sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ== dependencies: "@types/prop-types" "*" csstype "^3.0.2" @@ -1539,13 +1552,13 @@ integrity sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA== "@types/uglify-js@*": - version "3.11.0" - resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.11.0.tgz#2868d405cc45cd9dc3069179052103032c33afbc" - integrity sha512-I0Yd8TUELTbgRHq2K65j8rnDPAzAP+DiaF/syLem7yXwYLsHZhPd+AM2iXsWmf9P2F2NlFCgl5erZPQx9IbM9Q== + version "3.11.1" + resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.11.1.tgz#97ff30e61a0aa6876c270b5f538737e2d6ab8ceb" + integrity sha512-7npvPKV+jINLu1SpSYVWG8KvyJBhBa8tmzMMdDoVc2pWUYHN8KIXlPJhjJ4LT97c4dXJA2SHL/q6ADbDriZN+Q== dependencies: source-map "^0.6.1" -"@types/unist@^2.0.0", "@types/unist@^2.0.2": +"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2": version "2.0.3" resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e" integrity sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ== @@ -1560,9 +1573,9 @@ source-map "^0.7.3" "@types/webpack@^4.41.8": - version "4.41.23" - resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.23.tgz#1925f42a7325be4ae0fce38329f1cc27768fcda7" - integrity sha512-ojA4CupZg8RCzVJLugWlvqrHpT59GWhqFxbinlsnvk10MjQCWB+ot7XDACctbWhnhtdhYK7+HOH1JxkVLiZhMg== + version "4.41.25" + resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.25.tgz#4d3b5aecc4e44117b376280fbfd2dc36697968c4" + integrity sha512-cr6kZ+4m9lp86ytQc1jPOJXgINQyz3kLLunZ57jznW+WIAL0JqZbGubQk4GlD42MuQL5JGOABrxdpqqWeovlVQ== dependencies: "@types/anymatch" "*" "@types/node" "*" @@ -1577,9 +1590,9 @@ integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw== "@types/yargs@^15.0.0": - version "15.0.9" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.9.tgz#524cd7998fe810cdb02f26101b699cccd156ff19" - integrity sha512-HmU8SeIRhZCWcnRskCs36Q1Q00KBV6Cqh/ora8WN1+22dY07AZdn6Gel8QZ3t26XYPImtcL8WV/eqjhVmMEw4g== + version "15.0.10" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.10.tgz#0fe3c8173a0d5c3e780b389050140c3f5ea6ea74" + integrity sha512-z8PNtlhrj7eJNLmrAivM7rjBESG6JwC5xP3RVk12i/8HVP7Xnx/sEmERnRImyEuUaJfO942X0qMOYsoupaJbZQ== dependencies: "@types/yargs-parser" "*" @@ -1733,17 +1746,17 @@ "@webassemblyjs/wast-parser" "1.9.0" "@xtuc/long" "4.2.2" -"@webpack-cli/info@^1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@webpack-cli/info/-/info-1.0.2.tgz#7ba1a7cfa9efa5b51e76b20ada88ac33b0340ad3" - integrity sha512-FEfLQwmN4pXZSYSrtp+KC84rFanoCIxXFpS2wUvviDCE2fnajwxw2GXzbj83IlH4Dl8Wq8kJjavVwvxv3YJmnw== +"@webpack-cli/info@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@webpack-cli/info/-/info-1.1.0.tgz#c596d5bc48418b39df00c5ed7341bf0f102dbff1" + integrity sha512-uNWSdaYHc+f3LdIZNwhdhkjjLDDl3jP2+XBqAq9H8DjrJUvlOKdP8TNruy1yEaDfgpAIgbSAN7pye4FEHg9tYQ== dependencies: envinfo "^7.7.3" -"@webpack-cli/serve@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.0.1.tgz#28abe7dcb18224ccd4b4e2d37f70e5be66c3d6a9" - integrity sha512-WGMaTMTK6NOe29Hw1WBEok9vGLfKg5C6jWzNOS/6HH1YadR+RL+TRWRcSyc81Dzulljhk/Ree9mrDM4Np9GGOQ== +"@webpack-cli/serve@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.1.0.tgz#13ad38f89b6e53d1133bac0006a128217a6ebf92" + integrity sha512-7RfnMXCpJ/NThrhq4gYQYILB18xWyoQcBey81oIyVbmgbc6m5ZHHyFK+DyH7pLHJf0p14MxL4mTsoPAgBSTpIg== "@wordpress/base-styles@^3.2.0": version "3.2.0" @@ -1850,6 +1863,11 @@ acorn-walk@^7.1.1: resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc" integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== +acorn-walk@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.0.0.tgz#56ae4c0f434a45fff4a125e7ea95fa9c98f67a16" + integrity sha512-oZRad/3SMOI/pxbbmqyurIx7jHw1wZDcR9G44L8pUVFEomX/0dH89SrM1KaDXuv1NpzAXz6Op/Xu/Qd5XXzdEA== + acorn@^7.1.1, acorn@^7.4.0: version "7.4.1" resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" @@ -1927,7 +1945,7 @@ ansi-colors@^3.0.0: resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf" integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA== -ansi-escapes@^4.2.1, ansi-escapes@^4.3.1: +ansi-escapes@^4.2.1: version "4.3.1" resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.1.tgz#a5c47cc43181f1f38ffd7076837700d395522a61" integrity sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA== @@ -2105,7 +2123,7 @@ arr-union@^3.1.0: resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= -array-back@^4.0.0, array-back@^4.0.1: +array-back@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/array-back/-/array-back-4.0.1.tgz#9b80312935a52062e1a233a9c7abeb5481b30e90" integrity sha512-Z/JnaVEXv+A9xabHzN43FiiiWEE7gPCRXMrVmRm00tWbjZRul1iHm7ECzlyNq1p4a4ATXz+G9FJ3GqGOkOV3fg== @@ -2136,12 +2154,14 @@ array-flatten@^2.1.0: integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ== array-includes@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348" - integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ== + version "3.1.2" + resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.2.tgz#a8db03e0b88c8c6aeddc49cb132f9bcab4ebf9c8" + integrity sha512-w2GspexNQpx+PutG3QpT437/BenZBj0M/MZGn5mzv/MofYqo0xmRHzn4lFsoDlWJ+THYsGJmFlW68WlDFx7VRw== dependencies: + call-bind "^1.0.0" define-properties "^1.1.3" - es-abstract "^1.17.0" + es-abstract "^1.18.0-next.1" + get-intrinsic "^1.0.1" is-string "^1.0.5" array-initial@^1.0.0: @@ -2196,12 +2216,13 @@ array-unique@^0.3.2: integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= array.prototype.flatmap@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.3.tgz#1c13f84a178566042dd63de4414440db9222e443" - integrity sha512-OOEk+lkePcg+ODXIpvuU9PAryCikCJyo7GlDG1upleEpQRx6mzL9puEBkozQ5iAx20KV0l3DbyQwqciJtqe5Pg== + version "1.2.4" + resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz#94cfd47cc1556ec0747d97f7c7738c58122004c9" + integrity sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q== dependencies: + call-bind "^1.0.0" define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" + es-abstract "^1.18.0-next.1" function-bind "^1.1.1" arrify@^1.0.1: @@ -2278,6 +2299,11 @@ async-settle@^1.0.0: dependencies: async-done "^1.2.2" +async@0.9.x: + version "0.9.2" + resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d" + integrity sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0= + async@^2.4.1, async@^2.6.2: version "2.6.3" resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" @@ -2336,9 +2362,9 @@ aws-sign2@~0.7.0: integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= aws4@^1.8.0: - version "1.10.1" - resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.1.tgz#e1e82e4f3e999e2cfd61b161280d16a111f86428" - integrity sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA== + version "1.11.0" + resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59" + integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== babel-core@^7.0.0-bridge.0: version "7.0.0-bridge.0" @@ -2357,29 +2383,28 @@ babel-eslint@^10.1.0: eslint-visitor-keys "^1.0.0" resolve "^1.12.0" -babel-jest@26.6.1, babel-jest@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.6.1.tgz#07bd7bec14de47fe0f2c9a139741329f1f41788b" - integrity sha512-duMWEOKrSBYRVTTNpL2SipNIWnZOjP77auOBMPQ3zXAdnDbyZQWU8r/RxNWpUf9N6cgPFecQYelYLytTVXVDtA== +babel-jest@26.6.3, babel-jest@^26.6.3: + version "26.6.3" + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.6.3.tgz#d87d25cb0037577a0c89f82e5755c5d293c01056" + integrity sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA== dependencies: - "@jest/transform" "^26.6.1" - "@jest/types" "^26.6.1" + "@jest/transform" "^26.6.2" + "@jest/types" "^26.6.2" "@types/babel__core" "^7.1.7" babel-plugin-istanbul "^6.0.0" - babel-preset-jest "^26.5.0" + babel-preset-jest "^26.6.2" chalk "^4.0.0" graceful-fs "^4.2.4" slash "^3.0.0" -babel-loader@^8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.1.0.tgz#c611d5112bd5209abe8b9fa84c3e4da25275f1c3" - integrity sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw== +babel-loader@^8.2.2: + version "8.2.2" + resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.2.tgz#9363ce84c10c9a40e6c753748e1441b60c8a0b81" + integrity sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g== dependencies: - find-cache-dir "^2.1.0" + find-cache-dir "^3.3.1" loader-utils "^1.4.0" - mkdirp "^0.5.3" - pify "^4.0.1" + make-dir "^3.1.0" schema-utils "^2.6.5" babel-plugin-dynamic-import-node@^2.3.3: @@ -2400,10 +2425,10 @@ babel-plugin-istanbul@^6.0.0: istanbul-lib-instrument "^4.0.0" test-exclude "^6.0.0" -babel-plugin-jest-hoist@^26.5.0: - version "26.5.0" - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.5.0.tgz#3916b3a28129c29528de91e5784a44680db46385" - integrity sha512-ck17uZFD3CDfuwCLATWZxkkuGGFhMij8quP8CNhwj8ek1mqFgbFzRJ30xwC04LLscj/aKsVFfRST+b5PT7rSuw== +babel-plugin-jest-hoist@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz#8185bd030348d254c6d7dd974355e6a28b21e62d" + integrity sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw== dependencies: "@babel/template" "^7.3.3" "@babel/types" "^7.3.3" @@ -2415,10 +2440,10 @@ babel-plugin-transform-react-remove-prop-types@^0.4.24: resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a" integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA== -babel-preset-current-node-syntax@^0.1.3: - version "0.1.4" - resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-0.1.4.tgz#826f1f8e7245ad534714ba001f84f7e906c3b615" - integrity sha512-5/INNCYhUGqw7VbVjT/hb3ucjgkVHKXY7lX3ZjlN4gm565VyFmJUrJ/h+h16ECVB38R/9SF6aACydpKMLZ/c9w== +babel-preset-current-node-syntax@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.0.tgz#cf5feef29551253471cfa82fc8e0f5063df07a77" + integrity sha512-mGkvkpocWJes1CmMKtgGUwCeeq0pOhALyymozzDWYomHTbDLwueDYG6p4TK1YOeYHCzBzYPsWkgTto10JubI1Q== dependencies: "@babel/plugin-syntax-async-generators" "^7.8.4" "@babel/plugin-syntax-bigint" "^7.8.3" @@ -2431,22 +2456,15 @@ babel-preset-current-node-syntax@^0.1.3: "@babel/plugin-syntax-object-rest-spread" "^7.8.3" "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" "@babel/plugin-syntax-optional-chaining" "^7.8.3" + "@babel/plugin-syntax-top-level-await" "^7.8.3" -babel-preset-jest@^26.5.0: - version "26.5.0" - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-26.5.0.tgz#f1b166045cd21437d1188d29f7fba470d5bdb0e7" - integrity sha512-F2vTluljhqkiGSJGBg/jOruA8vIIIL11YrxRcO7nviNTMbbofPSHwnm8mgP7d/wS7wRSexRoI6X1A6T74d4LQA== +babel-preset-jest@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz#747872b1171df032252426586881d62d31798fee" + integrity sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ== dependencies: - babel-plugin-jest-hoist "^26.5.0" - babel-preset-current-node-syntax "^0.1.3" - -babel-runtime@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" - integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4= - dependencies: - core-js "^2.4.0" - regenerator-runtime "^0.11.0" + babel-plugin-jest-hoist "^26.6.2" + babel-preset-current-node-syntax "^1.0.0" bach@^1.0.0: version "1.2.0" @@ -2474,9 +2492,9 @@ balanced-match@^1.0.0: integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= base64-js@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.1.tgz#58ece8cb75dd07e71ed08c736abc5fac4dbf8df1" - integrity sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g== + version "1.5.1" + resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" + integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== base@^0.11.1: version "0.11.2" @@ -2503,16 +2521,6 @@ bcrypt-pbkdf@^1.0.0: dependencies: tweetnacl "^0.14.3" -bfj@^6.1.1: - version "6.1.2" - resolved "https://registry.yarnpkg.com/bfj/-/bfj-6.1.2.tgz#325c861a822bcb358a41c78a33b8e6e2086dde7f" - integrity sha512-BmBJa4Lip6BPRINSZ0BPEIfB1wUY/9rwbwvIHQA1KjX9om29B6id0wnWXq7m3bn5JrUVjeOTnVuhPT1FiHwPGw== - dependencies: - bluebird "^3.5.5" - check-types "^8.0.3" - hoopy "^0.1.4" - tryer "^1.0.1" - big.js@^5.2.2: version "5.2.2" resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" @@ -2543,14 +2551,7 @@ bl@^1.0.0: readable-stream "^2.3.5" safe-buffer "^5.1.1" -block-stream@*: - version "0.0.9" - resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a" - integrity sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo= - dependencies: - inherits "~2.0.0" - -bluebird@^3.5.0, bluebird@^3.5.5: +bluebird@^3.5.0: version "3.7.2" resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== @@ -2643,15 +2644,16 @@ browser-stdout@1.3.1: resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60" integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw== -browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.6.4, browserslist@^4.8.5: - version "4.14.5" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.5.tgz#1c751461a102ddc60e40993639b709be7f2c4015" - integrity sha512-Z+vsCZIvCBvqLoYkBFTwEYH3v5MCQbsAjp50ERycpOjnPmolg1Gjy4+KaWWpm8QOJt9GHkhdqAl14NpCX73CWA== +browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.14.7, browserslist@^4.6.4: + version "4.14.7" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.7.tgz#c071c1b3622c1c2e790799a37bb09473a4351cb6" + integrity sha512-BSVRLCeG3Xt/j/1cCGj1019Wbty0H+Yvu2AOuZSuoaUWn3RatbL33Cxk+Q4jRMRAbOm0p7SLravLjpnT6s0vzQ== dependencies: - caniuse-lite "^1.0.30001135" - electron-to-chromium "^1.3.571" - escalade "^3.1.0" - node-releases "^1.1.61" + caniuse-lite "^1.0.30001157" + colorette "^1.2.1" + electron-to-chromium "^1.3.591" + escalade "^3.1.1" + node-releases "^1.1.66" bser@2.1.1: version "2.1.1" @@ -2699,9 +2701,9 @@ buffer-indexof@^1.0.0: integrity sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g== buffer@^5.2.1: - version "5.6.1" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.6.1.tgz#b99419405f4290a7a1f20b51037cee9f1fbd7f6a" - integrity sha512-2z15UUHpS9/3tk9mY/q+Rl3rydOi7yMp5XWNQnRvoz+mJwiv8brqYwp9a+nOCtma6dwuEIxljD8W3ysVBZ05Vg== + version "5.7.1" + resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" + integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== dependencies: base64-js "^1.3.1" ieee754 "^1.1.13" @@ -2757,6 +2759,14 @@ cacheable-request@^6.0.0: normalize-url "^4.1.0" responselike "^1.0.2" +call-bind@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.0.tgz#24127054bb3f9bdcb4b1fb82418186072f77b8ce" + integrity sha512-AEXsYIyyDY3MCzbwdhzG3Jx1R0J2wetQyUynn6dYHAO+bg8l1k7jwZtRv4ryryFs7EP+NDlikJlVe59jr0cM2w== + dependencies: + function-bind "^1.1.1" + get-intrinsic "^1.0.0" + call-me-maybe@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b" @@ -2807,15 +2817,15 @@ camelcase@^5.0.0, camelcase@^5.3.1: resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== -camelcase@^6.0.0, camelcase@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.1.0.tgz#27dc176173725fb0adf8a48b647f4d7871944d78" - integrity sha512-WCMml9ivU60+8rEJgELlFp1gxFcEGxwYleE3bziHEDeqsqAWGHdimB7beBFGjLzVNgPGyDsfgXLQEYMpmIFnVQ== +camelcase@^6.0.0, camelcase@^6.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809" + integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg== -caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001135: - version "1.0.30001151" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001151.tgz#1ddfde5e6fff02aad7940b4edb7d3ac76b0cb00b" - integrity sha512-Zh3sHqskX6mHNrqUerh+fkf0N72cMxrmflzje/JyVImfpknscMnkeJrlFGJcqTmaa0iszdYptGpWMJCRQDkBVw== +caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001157: + version "1.0.30001161" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001161.tgz#64f7ffe79ee780b8c92843ff34feb36cea4651e0" + integrity sha512-JharrCDxOqPLBULF9/SPa6yMcBRTjZARJ6sc3cuKrPfyIk64JN6kuMINWqA99Xc8uElMFcROliwtz0n9pYej+g== capture-exit@^2.0.0: version "2.0.0" @@ -2829,11 +2839,6 @@ caseless@~0.12.0: resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= -ccount@^1.0.0: - version "1.0.5" - resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.0.5.tgz#ac82a944905a65ce204eb03023157edf29425c17" - integrity sha512-MOli1W+nfbPLlKEhInaxhRdp7KVLFxLN5ykwzHgLsLI3H3gs5jjFAK4Eoj3OzzcxCtumDaI8onoVDeQyWaNTkw== - chai@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/chai/-/chai-4.2.0.tgz#760aa72cf20e3795e84b12877ce0e83737aa29e5" @@ -2896,11 +2901,6 @@ char-regex@^1.0.2: resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf" integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw== -character-entities-html4@^1.0.0: - version "1.1.4" - resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.4.tgz#0e64b0a3753ddbf1fdc044c5fd01d0199a02e125" - integrity sha512-HRcDxZuZqMx3/a+qrzxdBKBPUpxWEq9xw2OPZ3a/174ihfrQKVsFhqtthBInFy1zZ9GgZyFXOatNujm8M+El3g== - character-entities-legacy@^1.0.0: version "1.1.4" resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz#94bc1845dce70a5bb9d2ecc748725661293d8fc1" @@ -2921,11 +2921,6 @@ check-error@^1.0.2: resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz#574d312edd88bb5dd8912e9286dd6c0aed4aac82" integrity sha1-V00xLt2Iu13YkS6Sht1sCu1KrII= -check-types@^8.0.3: - version "8.0.3" - resolved "https://registry.yarnpkg.com/check-types/-/check-types-8.0.3.tgz#3356cca19c889544f2d7a95ed49ce508a0ecf552" - integrity sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ== - chokidar@3.4.3, chokidar@^3.2.2: version "3.4.3" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.3.tgz#c1df38231448e45ca4ac588e6c79573ba6a57d5b" @@ -2960,6 +2955,11 @@ chokidar@^2.0.0, chokidar@^2.1.8: optionalDependencies: fsevents "^1.2.7" +chownr@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece" + integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== + chrome-trace-event@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz#234090ee97c7d4ad1a2c4beae27505deffc608a4" @@ -2972,10 +2972,10 @@ ci-info@^2.0.0: resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== -cjs-module-lexer@^0.4.2: - version "0.4.3" - resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-0.4.3.tgz#9e31f7fe701f5fcee5793f77ab4e58fa8dcde8bc" - integrity sha512-5RLK0Qfs0PNDpEyBXIr3bIT1Muw3ojSlvpw6dAmkUcO0+uTrsBn7GuEIgx40u+OzbCBLDta7nvmud85P4EmTsQ== +cjs-module-lexer@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz#4186fcca0eae175970aee870b9fe2d6cf8d5655f" + integrity sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw== class-utils@^0.3.5: version "0.3.6" @@ -3093,11 +3093,6 @@ code-point-at@^1.0.0: resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= -collapse-white-space@^1.0.2: - version "1.0.6" - resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.6.tgz#e63629c0016665792060dbbeb79c42239d2c5287" - integrity sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ== - collect-v8-coverage@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz#cc2c8e94fc18bbdffe64d6534570c8a673b27f59" @@ -3191,16 +3186,16 @@ combined-stream@^1.0.6, combined-stream@~1.0.6: delayed-stream "~1.0.0" command-line-usage@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/command-line-usage/-/command-line-usage-6.1.0.tgz#f28376a3da3361ff3d36cfd31c3c22c9a64c7cb6" - integrity sha512-Ew1clU4pkUeo6AFVDFxCbnN7GIZfXl48HIOQeFQnkO3oOqvpI7wdqtLRwv9iOCZ/7A+z4csVZeiDdEcj8g6Wiw== + version "6.1.1" + resolved "https://registry.yarnpkg.com/command-line-usage/-/command-line-usage-6.1.1.tgz#c908e28686108917758a49f45efb4f02f76bc03f" + integrity sha512-F59pEuAR9o1SF/bD0dQBDluhpT4jJQNWUHEuVBqpDmCUo6gPjCi+m9fCWnWZVR/oG6cMTUms4h+3NPl74wGXvA== dependencies: - array-back "^4.0.0" + array-back "^4.0.1" chalk "^2.4.2" - table-layout "^1.0.0" + table-layout "^1.0.1" typical "^5.2.0" -commander@^2.18.0, commander@^2.19.0, commander@^2.20.0, commander@^2.8.1, commander@^2.9.0: +commander@^2.19.0, commander@^2.20.0, commander@^2.8.1, commander@^2.9.0: version "2.20.3" resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== @@ -3210,7 +3205,7 @@ commander@^4.1.1: resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== -commander@^6.0.0: +commander@^6.2.0: version "6.2.0" resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.0.tgz#b990bfb8ac030aedc6d11bc04d1488ffef56db75" integrity sha512-zP4jEKbe8SHzKJYQmq8Y9gYjtO/POJLgIdKgV7B9qNmABVFVc+ctqSX6iXh4mCpJfRBOabiZ2YKPg8ciDw6C+Q== @@ -3331,12 +3326,12 @@ copy-to-clipboard@^3: dependencies: toggle-selection "^1.0.6" -core-js-compat@^3.6.2: - version "3.6.5" - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.5.tgz#2a51d9a4e25dfd6e690251aa81f99e3c05481f1c" - integrity sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng== +core-js-compat@^3.7.0: + version "3.8.0" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.8.0.tgz#3248c6826f4006793bd637db608bca6e4cd688b1" + integrity sha512-o9QKelQSxQMYWHXc/Gc4L8bx/4F7TTraE5rhuN8I7mKBt5dBIUpXpIR3omv70ebr8ST5R3PqbDQr+ZI3+Tt1FQ== dependencies: - browserslist "^4.8.5" + browserslist "^4.14.7" semver "7.0.0" core-js@^1.0.0: @@ -3344,15 +3339,10 @@ core-js@^1.0.0: resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636" integrity sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY= -core-js@^2.4.0: - version "2.6.11" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c" - integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg== - core-js@^3.0.0: - version "3.6.5" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a" - integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA== + version "3.8.0" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.8.0.tgz#0fc2d4941cadf80538b030648bb64d230b4da0ce" + integrity sha512-W2VYNB0nwQQE7tKS7HzXd7r2y/y2SVJl4ga6oH/dnaLFzM0o2lB2P3zCkWj5Wc/zyMYjtgd5Hmhk0ObkQFZOIA== core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2" @@ -3370,14 +3360,6 @@ cosmiconfig@^7.0.0: path-type "^4.0.0" yaml "^1.10.0" -cross-spawn@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-3.0.1.tgz#1256037ecb9f0c5f79e3d6ef135e30770184b982" - integrity sha1-ElYDfsufDF9549bvE14wdwGEuYI= - dependencies: - lru-cache "^4.0.1" - which "^1.2.9" - cross-spawn@^6.0.0: version "6.0.5" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" @@ -3389,7 +3371,7 @@ cross-spawn@^6.0.0: shebang-command "^1.2.0" which "^1.2.9" -cross-spawn@^7.0.0, cross-spawn@^7.0.2: +cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3: version "7.0.3" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== @@ -3418,16 +3400,16 @@ css-has-pseudo@^0.10.0: postcss "^7.0.6" postcss-selector-parser "^5.0.0-rc.4" -css-loader@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.0.0.tgz#f0a48dfacc3ab9936a05ee16a09e7f313872e117" - integrity sha512-9g35eXRBgjvswyJWoqq/seWp+BOxvUl8IinVNTsUBFFxtwfEYvlmEn6ciyn0liXGbGh5HyJjPGCuobDSfqMIVg== +css-loader@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.0.1.tgz#9e4de0d6636a6266a585bd0900b422c85539d25f" + integrity sha512-cXc2ti9V234cq7rJzFKhirb2L2iPy8ZjALeVJAozXYz9te3r4eqLSixNAbMDJSgJEQywqXzs8gonxaboeKqwiw== dependencies: - camelcase "^6.1.0" + camelcase "^6.2.0" cssesc "^3.0.0" icss-utils "^5.0.0" loader-utils "^2.0.0" - postcss "^8.1.1" + postcss "^8.1.4" postcss-modules-extract-imports "^3.0.0" postcss-modules-local-by-default "^4.0.0" postcss-modules-scope "^3.0.0" @@ -3491,9 +3473,9 @@ cssstyle@^2.2.0: cssom "~0.3.6" csstype@^3.0.2: - version "3.0.4" - resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.4.tgz#b156d7be03b84ff425c9a0a4b1e5f4da9c5ca888" - integrity sha512-xc8DUsCLmjvCfoD7LTGE0ou2MIWLx0K9RCZwSHMOdynqRsP4MtUcLeqh1HcQ2dInwDTqn+3CE0/FZh1et+p4jA== + version "3.0.5" + resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.5.tgz#7fdec6a28a67ae18647c51668a9ff95bb2fa7bb8" + integrity sha512-uVDi8LpBUKQj6sdxNaTetL6FpeCqTjOvAQuQUa/qAqq8oOd4ivkbhgnqayl0dnPal8Tb/yB1tF+gOvCBiicaiQ== currently-unhandled@^0.4.1: version "0.4.1" @@ -3538,7 +3520,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3: dependencies: ms "2.0.0" -debug@4.2.0, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: +debug@4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1" integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg== @@ -3546,12 +3528,19 @@ debug@4.2.0, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: ms "2.1.2" debug@^3.1.1, debug@^3.2.5, debug@^3.2.6: - version "3.2.6" - resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" - integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== + version "3.2.7" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" + integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== dependencies: ms "^2.1.1" +debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0: + version "4.3.1" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee" + integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== + dependencies: + ms "2.1.2" + decamelize-keys@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9" @@ -3815,10 +3804,10 @@ detect-node@^2.0.4: resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c" integrity sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw== -diff-sequences@^26.5.0: - version "26.5.0" - resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.5.0.tgz#ef766cf09d43ed40406611f11c6d8d9dd8b2fefd" - integrity sha512-ZXx86srb/iYy6jG71k++wBN9P9J05UNQ5hQHQd9MtMPvcqXPx/vKU69jfHV637D00Q2gSgPk2D+jSx3l1lDW/Q== +diff-sequences@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.6.2.tgz#48ba99157de1923412eed41db6b6d4aa9ca7c0b1" + integrity sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q== diff@4.0.2: version "4.0.2" @@ -4006,15 +3995,17 @@ ee-first@1.1.1: resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= -ejs@^2.6.1: - version "2.7.4" - resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba" - integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== +ejs@^3.1.5: + version "3.1.5" + resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.5.tgz#aed723844dc20acb4b170cd9ab1017e476a0d93b" + integrity sha512-dldq3ZfFtgVTJMLjOe+/3sROTzALlL9E34V4/sDtUd/KlBSS0s6U1/+WPE1B4sj9CXHJpL1M6rhNJnc9Wbal9w== + dependencies: + jake "^10.6.1" -electron-to-chromium@^1.3.571: - version "1.3.584" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.584.tgz#506cf7ba5895aafa8241876ab028654b61fd9ceb" - integrity sha512-NB3DzrTzJFhWkUp+nl2KtUtoFzrfGXTir2S+BU4tXGyXH9vlluPuFpE3pTKeH7+PY460tHLjKzh6K2+TWwW+Ww== +electron-to-chromium@^1.3.591: + version "1.3.610" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.610.tgz#1254eb394acd220a836ea1f203f8cded4e487052" + integrity sha512-eFDC+yVQpEhtlapk4CYDPfV9ajF9cEof5TBcO49L1ETO+aYogrKWDmYpZyxBScMNe8Bo/gJamH4amQ4yyvXg4g== emittery@^0.7.1: version "0.7.2" @@ -4061,14 +4052,14 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0: once "^1.4.0" enhanced-resolve@^5.3.1: - version "5.3.1" - resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.3.1.tgz#3f988d0d7775bdc2d96ede321dc81f8249492f57" - integrity sha512-G1XD3MRGrGfNcf6Hg0LVZG7GIKcYkbfHa5QMxt1HDUTdYoXH0JR1xXyg+MaKLF73E9A27uWNVxvFivNRYeUB6w== + version "5.3.2" + resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.3.2.tgz#142295dda51aaaff049cf256459dc9a82a0b67f3" + integrity sha512-G28GCrglCAH6+EqMN2D+Q2wCUS1O1vVQJBn8ME2I/Api41YBe4vLWWRBOUbwDH7vwzSZdljxwTRVqnf+sm6XqQ== dependencies: graceful-fs "^4.2.4" tapable "^2.0.0" -enquirer@^2.3.4, enquirer@^2.3.5: +enquirer@^2.3.5, enquirer@^2.3.6: version "2.3.6" resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== @@ -4090,6 +4081,11 @@ entities@~2.0.0: resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.3.tgz#5c487e5742ab93c15abb5da22759b8590ec03b7f" integrity sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ== +env-paths@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.0.tgz#cdca557dc009152917d6166e2febe1f039685e43" + integrity sha512-6u0VYSCo/OW6IoD5WCLLy9JUGARbamfSavcNXry/eu8aHVFei6CD3Sw+VGX5alea1i9pgPHW0mbu6Xj0uBh7gA== + envinfo@^7.7.3: version "7.7.3" resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.7.3.tgz#4b2d8622e3e7366afb8091b23ed95569ea0208cc" @@ -4109,7 +4105,7 @@ error-ex@^1.2.0, error-ex@^1.3.1: dependencies: is-arrayish "^0.2.1" -es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.4, es-abstract@^1.17.5: +es-abstract@^1.17.0-next.1, es-abstract@^1.17.4, es-abstract@^1.17.5: version "1.17.7" resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.7.tgz#a4de61b2f66989fc7421676c1cb9787573ace54c" integrity sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g== @@ -4145,11 +4141,12 @@ es-abstract@^1.18.0-next.0, es-abstract@^1.18.0-next.1: string.prototype.trimstart "^1.0.1" es-get-iterator@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.0.tgz#bb98ad9d6d63b31aacdc8f89d5d0ee57bcb5b4c8" - integrity sha512-UfrmHuWQlNMTs35e1ypnvikg6jCz3SK8v8ImvmDsh36fCVUR1MqoFDiyn0/k52C8NqO3YsO8Oe0azeesNuqSsQ== + version "1.1.1" + resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.1.tgz#b93ddd867af16d5118e00881396533c1c6647ad9" + integrity sha512-qorBw8Y7B15DVLaJWy6WdEV/ZkieBcu6QCq/xzWzGOKJqgG1j754vXRfZ3NY7HSShneqU43mPB4OkQBTkvHhFw== dependencies: - es-abstract "^1.17.4" + call-bind "^1.0.0" + get-intrinsic "^1.0.1" has-symbols "^1.0.1" is-arguments "^1.0.4" is-map "^2.0.1" @@ -4202,7 +4199,7 @@ es6-weak-map@^2.0.1: es6-iterator "^2.0.3" es6-symbol "^3.1.1" -escalade@^3.1.0: +escalade@^3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== @@ -4322,10 +4319,10 @@ eslint-visitor-keys@^2.0.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== -eslint@^7.12.1: - version "7.12.1" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.12.1.tgz#bd9a81fa67a6cfd51656cdb88812ce49ccec5801" - integrity sha512-HlMTEdr/LicJfN08LB3nM1rRYliDXOmfoO4vj39xN6BLpFzF00hbwBoqHk8UcJ2M/3nlARZWy/mslvGEuZFvsg== +eslint@^7.14.0: + version "7.14.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.14.0.tgz#2d2cac1d28174c510a97b377f122a5507958e344" + integrity sha512-5YubdnPXrlrYAFCKybPuHIAH++PINe1pmKNc5wQRB9HSbqIK1ywAnntE3Wwua4giKu0bjligf1gLF6qxMGOYRA== dependencies: "@babel/code-frame" "^7.0.0" "@eslint/eslintrc" "^0.2.1" @@ -4453,10 +4450,10 @@ execa@^1.0.0: signal-exit "^3.0.0" strip-eof "^1.0.0" -execa@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.3.tgz#0a34dabbad6d66100bd6f2c576c8669403f317f2" - integrity sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A== +execa@^4.0.0, execa@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a" + integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA== dependencies: cross-spawn "^7.0.0" get-stream "^5.0.0" @@ -4500,16 +4497,16 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2: dependencies: homedir-polyfill "^1.0.1" -expect@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/expect/-/expect-26.6.1.tgz#e1e053cdc43b21a452b36fc7cc9401e4603949c1" - integrity sha512-BRfxIBHagghMmr1D2MRY0Qv5d3Nc8HCqgbDwNXw/9izmM5eBb42a2YjLKSbsqle76ozGkAEPELQX4IdNHAKRNA== +expect@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/expect/-/expect-26.6.2.tgz#c6b996bf26bf3fe18b67b2d0f51fc981ba934417" + integrity sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA== dependencies: - "@jest/types" "^26.6.1" + "@jest/types" "^26.6.2" ansi-styles "^4.0.0" jest-get-type "^26.3.0" - jest-matcher-utils "^26.6.1" - jest-message-util "^26.6.1" + jest-matcher-utils "^26.6.2" + jest-message-util "^26.6.2" jest-regex-util "^26.0.0" exports-loader@^1.1.1: @@ -4521,7 +4518,7 @@ exports-loader@^1.1.1: schema-utils "^3.0.0" source-map "^0.6.1" -express@^4.16.3, express@^4.17.1: +express@^4.17.1: version "4.17.1" resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134" integrity sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g== @@ -4703,9 +4700,9 @@ fastest-levenshtein@^1.0.12: integrity sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow== fastq@^1.6.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.8.0.tgz#550e1f9f59bbc65fe185cb6a9b4d95357107f481" - integrity sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q== + version "1.9.0" + resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.9.0.tgz#e16a72f338eaca48e91b5c23593bcc2ef66b7947" + integrity sha512-i7FVWL8HhVY+CTkwFxkN2mk3h+787ixS5S63eb78diVRc1MCssarHq3W5cj0av7YDSwmaV928RNag+U1etRQ7w== dependencies: reusify "^1.0.4" @@ -4755,12 +4752,13 @@ fecha@^4.2.0: resolved "https://registry.yarnpkg.com/fecha/-/fecha-4.2.0.tgz#3ffb6395453e3f3efff850404f0a59b6747f5f41" integrity sha512-aN3pcx/DSmtyoovUudctc8+6Hl4T+hI9GBBHLjA76jdZl7+b1sgh5g4k+u/GL3dTy1/pnYzKp69FpJ0OicE3Wg== -fetch-mock@^9.10.7: - version "9.10.7" - resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-9.10.7.tgz#9673717af181e1ecb791cf32315c13580d4571ea" - integrity sha512-YkiMHSL8CQ0vlWYpqGvlaZjViFk0Kar9jonPjSvaWoztkeHH6DENqUzBIsffzjVKhwchPI74SZRLRpIsEyNcZQ== +fetch-mock@^9.11.0: + version "9.11.0" + resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-9.11.0.tgz#371c6fb7d45584d2ae4a18ee6824e7ad4b637a3f" + integrity sha512-PG1XUv+x7iag5p/iNHD4/jdpxL9FtVSqRMUQhPab4hVDt80T1MH5ehzVrL2IdXO9Q2iBggArFvPqjUbHFuI58Q== dependencies: - babel-runtime "^6.26.0" + "@babel/core" "^7.0.0" + "@babel/runtime" "^7.0.0" core-js "^3.0.0" debug "^4.1.1" glob-to-regexp "^0.4.0" @@ -4777,10 +4775,17 @@ file-entry-cache@^5.0.1: dependencies: flat-cache "^2.0.1" +file-entry-cache@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a" + integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA== + dependencies: + flat-cache "^3.0.4" + file-selector@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/file-selector/-/file-selector-0.2.2.tgz#76186ac94ea01a18262a1e9ee36a8815911bc0b4" - integrity sha512-tMZc0lkFzhOGlZUAkQ5iljPORvDX+nWEI+9C5nj9KT7Ax8bAUUtI/GYM8JFIjyKfKlQkJRC84D0UgxwDqRGvRQ== + version "0.2.4" + resolved "https://registry.yarnpkg.com/file-selector/-/file-selector-0.2.4.tgz#7b98286f9dbb9925f420130ea5ed0a69238d4d80" + integrity sha512-ZDsQNbrv6qRi1YTDOEWzf5J2KjZ9KMI1Q2SGeTkCJmNNW25Jg4TW4UMcmoqcg4WrAyKRcpBXdbWRxkfrOzVRbA== dependencies: tslib "^2.0.3" @@ -4814,6 +4819,13 @@ file-uri-to-path@1.0.0: resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== +filelist@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.1.tgz#f10d1a3ae86c1694808e8f20906f43d4c9132dbb" + integrity sha512-8zSK6Nu0DQIC08mUC46sWGXi+q3GGpKydAG36k+JDba6VRpkevvOWUW5a/PhShij4+vHT9M+ghgG7eM+a9JDUQ== + dependencies: + minimatch "^3.0.4" + filename-reserved-regex@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz#abf73dfab735d045440abfea2d91f389ebbfa229" @@ -4833,6 +4845,11 @@ filesize@^3.6.1: resolved "https://registry.yarnpkg.com/filesize/-/filesize-3.6.1.tgz#090bb3ee01b6f801a8a8be99d31710b3422bb317" integrity sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg== +filesize@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/filesize/-/filesize-6.1.0.tgz#e81bdaa780e2451d714d71c0d7a4f3238d37ad00" + integrity sha512-LpCHtPQ3sFx67z+uh2HnSyWSLLu5Jxo21795uRDuar/EOuYWXib5EmPaGIBuSnRqH2IODiKA2k5re/K9OnN/Yg== + fill-range@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" @@ -4863,15 +4880,6 @@ finalhandler@~1.1.2: statuses "~1.5.0" unpipe "~1.0.0" -find-cache-dir@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7" - integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== - dependencies: - commondir "^1.0.1" - make-dir "^2.0.0" - pkg-dir "^3.0.0" - find-cache-dir@^3.3.1: version "3.3.1" resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.1.tgz#89b33fad4a4670daa94f855f7fbe31d6d84fe880" @@ -4957,6 +4965,14 @@ flat-cache@^2.0.1: rimraf "2.6.3" write "1.0.3" +flat-cache@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11" + integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg== + dependencies: + flatted "^3.1.0" + rimraf "^3.0.2" + flat@^5.0.2: version "5.0.2" resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241" @@ -4967,6 +4983,11 @@ flatted@^2.0.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138" integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA== +flatted@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067" + integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA== + flatten@^1.0.2: version "1.0.3" resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.3.tgz#c1283ac9f27b368abc1e36d1ff7b04501a30356b" @@ -5070,6 +5091,13 @@ fs-extra@^9.0.1: jsonfile "^6.0.1" universalify "^1.0.0" +fs-minipass@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb" + integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== + dependencies: + minipass "^3.0.0" + fs-mkdirp-stream@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz#0b7815fc3201c6a69e14db98ce098c16935259eb" @@ -5091,21 +5119,16 @@ fsevents@^1.2.7: bindings "^1.5.0" nan "^2.12.1" -fsevents@^2.1.2, fsevents@~2.1.2: +fsevents@^2.1.2: + version "2.2.1" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.2.1.tgz#1fb02ded2036a8ac288d507a65962bd87b97628d" + integrity sha512-bTLYHSeC0UH/EFXS9KqWnXuOl/wHK5Z/d+ghd5AsFMYN7wIGkUCOJyzy88+wJKkZPGON8u4Z9f6U4FdgURE9qA== + +fsevents@~2.1.2: version "2.1.3" resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e" integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== -fstream@^1.0.0, fstream@^1.0.12: - version "1.0.12" - resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045" - integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg== - dependencies: - graceful-fs "^4.1.2" - inherits "~2.0.0" - mkdirp ">=0.5 0" - rimraf "2" - function-bind@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" @@ -5138,9 +5161,9 @@ gaze@^1.0.0: globule "^1.0.0" gensync@^1.0.0-beta.1: - version "1.0.0-beta.1" - resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269" - integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== + version "1.0.0-beta.2" + resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" + integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== get-caller-file@^1.0.1: version "1.0.3" @@ -5157,6 +5180,15 @@ get-func-name@^2.0.0: resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41" integrity sha1-6td0q+5y4gQJQzoGY2YCPdaIekE= +get-intrinsic@^1.0.0, get-intrinsic@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.0.1.tgz#94a9768fcbdd0595a1c9273aacf4c89d075631be" + integrity sha512-ZnWP+AmS1VUaLgTRy47+zKtjTxz+0xMpx3I52i+aalBK1QP19ggLF3Db89KJX7kjfOfP2eoa01qc++GwPgufPg== + dependencies: + function-bind "^1.1.1" + has "^1.0.3" + has-symbols "^1.0.1" + get-package-type@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a" @@ -5481,7 +5513,7 @@ got@^9.6.0: to-readable-stream "^1.0.0" url-parse-lax "^3.0.0" -graceful-fs@^4.0.0, graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.2, graceful-fs@^4.2.4: +graceful-fs@^4.0.0, graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.2, graceful-fs@^4.2.3, graceful-fs@^4.2.4: version "4.2.4" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb" integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== @@ -5583,7 +5615,7 @@ gulplog@^1.0.0: dependencies: glogg "^1.0.0" -gzip-size@^5.0.0: +gzip-size@^5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-5.1.1.tgz#cb9bee692f87c0612b232840a873904e4c135274" integrity sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA== @@ -5750,16 +5782,18 @@ homedir-polyfill@^1.0.1: dependencies: parse-passwd "^1.0.0" -hoopy@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/hoopy/-/hoopy-0.1.4.tgz#609207d661100033a9a9402ad3dea677381c1b1d" - integrity sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ== - hosted-git-info@^2.1.4: version "2.8.8" resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488" integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg== +hosted-git-info@^3.0.6: + version "3.0.7" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-3.0.7.tgz#a30727385ea85acfcee94e0aad9e368c792e036c" + integrity sha512-fWqc0IcuXs+BmE9orLDyVykAG9GJtGLGuZAAqgcckPgv5xad4AcXGIv8galtQvlwutxSlaMcdw7BUtq2EIvqCQ== + dependencies: + lru-cache "^6.0.0" + hpack.js@^2.1.6: version "2.1.6" resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2" @@ -5964,14 +5998,14 @@ iconv-lite@^0.6.2: safer-buffer ">= 2.1.2 < 3.0.0" icss-utils@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.0.0.tgz#03ed56c3accd32f9caaf1752ebf64ef12347bb84" - integrity sha512-aF2Cf/CkEZrI/vsu5WI/I+akFgdbwQHVE9YRZxATrhH4PVIe6a3BIjwjEcW+z+jP/hNh+YvM3lAAn1wJQ6opSg== + version "5.1.0" + resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae" + integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA== ieee754@^1.1.13: - version "1.1.13" - resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84" - integrity sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg== + version "1.2.1" + resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" + integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== ignore-by-default@^1.0.1: version "1.0.1" @@ -5989,9 +6023,9 @@ ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.8: integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== import-fresh@^3.0.0, import-fresh@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66" - integrity sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ== + version "3.2.2" + resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.2.tgz#fc129c160c5d68235507f4331a6baad186bdbc3e" + integrity sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw== dependencies: parent-module "^1.0.0" resolve-from "^4.0.0" @@ -6037,11 +6071,6 @@ imurmurhash@^0.1.4: resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= -in-publish@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/in-publish/-/in-publish-2.0.1.tgz#948b1a535c8030561cea522f73f78f4be357e00c" - integrity sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ== - indent-string@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80" @@ -6067,7 +6096,7 @@ inflight@^1.0.4: once "^1.3.0" wrappy "1" -inherits@2, inherits@2.0.4, inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.0, inherits@~2.0.3: +inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3: version "2.0.4" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== @@ -6113,7 +6142,7 @@ interpret@^1.4.0: resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e" integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== -interpret@^2.0.0: +interpret@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9" integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw== @@ -6178,11 +6207,6 @@ is-alphabetical@^1.0.0: resolved "https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-1.0.4.tgz#9e7d6b94916be22153745d184c298cbf986a686d" integrity sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg== -is-alphanumeric@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz#4a9cef71daf4c001c1d81d63d140cf53fd6889f4" - integrity sha1-Spzvcdr0wAHB2B1j0UDPU/1oifQ= - is-alphanumerical@^1.0.0: version "1.0.4" resolved "https://registry.yarnpkg.com/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz#7eb9a2431f855f6b1ef1a78e326df515696c4dbf" @@ -6236,9 +6260,9 @@ is-buffer@^1.1.5: integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== is-buffer@^2.0.0: - version "2.0.4" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623" - integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A== + version "2.0.5" + resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191" + integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ== is-callable@^1.1.4, is-callable@^1.2.2: version "1.2.2" @@ -6252,10 +6276,10 @@ is-ci@^2.0.0: dependencies: ci-info "^2.0.0" -is-core-module@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.0.0.tgz#58531b70aed1db7c0e8d4eb1a0a2d1ddd64bd12d" - integrity sha512-jq1AH6C8MuteOoBPwkxHafmByhL9j5q4OaPGdbuD+ZtQJVzH+i6E3BJDQcBA09k57i2Hh2yQbEG8yObZ0jdlWw== +is-core-module@^2.1.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a" + integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ== dependencies: has "^1.0.3" @@ -6578,21 +6602,11 @@ is-weakset@^2.0.1: resolved "https://registry.yarnpkg.com/is-weakset/-/is-weakset-2.0.1.tgz#e9a0af88dbd751589f5e50d80f4c98b780884f83" integrity sha512-pi4vhbhVHGLxohUw7PhGsueT4vRGFoXhP7+RGN0jKIv9+8PWYCQTqtADngrxOm2g46hoH0+g8uZZBzMrvVGDmw== -is-whitespace-character@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz#0858edd94a95594c7c9dd0b5c174ec6e45ee4aa7" - integrity sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w== - is-windows@^1.0.1, is-windows@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== -is-word-character@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-word-character/-/is-word-character-1.0.4.tgz#ce0e73216f98599060592f62ff31354ddbeb0230" - integrity sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA== - is-wsl@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" @@ -6610,7 +6624,7 @@ is-yarn-global@^0.3.0: resolved "https://registry.yarnpkg.com/is-yarn-global/-/is-yarn-global-0.3.0.tgz#d502d3382590ea3004893746754c89139973e232" integrity sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw== -isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: +isarray@1.0.0, isarray@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= @@ -6699,72 +6713,82 @@ isurl@^1.0.0-alpha5: has-to-string-tag-x "^1.2.0" is-object "^1.0.1" +jake@^10.6.1: + version "10.8.2" + resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.2.tgz#ebc9de8558160a66d82d0eadc6a2e58fbc500a7b" + integrity sha512-eLpKyrfG3mzvGE2Du8VoPbeSkRry093+tyNjdYaBbJS9v17knImYGNXQCUV0gLxQtF82m3E8iRb/wdSQZLoq7A== + dependencies: + async "0.9.x" + chalk "^2.4.2" + filelist "^1.0.1" + minimatch "^3.0.4" + jed@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/jed/-/jed-1.1.1.tgz#7a549bbd9ffe1585b0cd0a191e203055bee574b4" integrity sha1-elSbvZ/+FYWwzQoZHiAwVb7ldLQ= -jest-changed-files@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-26.6.1.tgz#2fac3dc51297977ee883347948d8e3d37c417fba" - integrity sha512-NhSdZ5F6b/rIN5V46x1l31vrmukD/bJUXgYAY8VtP1SknYdJwjYDRxuLt7Z8QryIdqCjMIn2C0Cd98EZ4umo8Q== +jest-changed-files@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-26.6.2.tgz#f6198479e1cc66f22f9ae1e22acaa0b429c042d0" + integrity sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ== dependencies: - "@jest/types" "^26.6.1" + "@jest/types" "^26.6.2" execa "^4.0.0" throat "^5.0.0" -jest-cli@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-26.6.1.tgz#8952242fa812c05bd129abf7c022424045b7fd67" - integrity sha512-aPLoEjlwFrCWhiPpW5NUxQA1X1kWsAnQcQ0SO/fHsCvczL3W75iVAcH9kP6NN+BNqZcHNEvkhxT5cDmBfEAh+w== +jest-cli@^26.6.3: + version "26.6.3" + resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-26.6.3.tgz#43117cfef24bc4cd691a174a8796a532e135e92a" + integrity sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg== dependencies: - "@jest/core" "^26.6.1" - "@jest/test-result" "^26.6.1" - "@jest/types" "^26.6.1" + "@jest/core" "^26.6.3" + "@jest/test-result" "^26.6.2" + "@jest/types" "^26.6.2" chalk "^4.0.0" exit "^0.1.2" graceful-fs "^4.2.4" import-local "^3.0.2" is-ci "^2.0.0" - jest-config "^26.6.1" - jest-util "^26.6.1" - jest-validate "^26.6.1" + jest-config "^26.6.3" + jest-util "^26.6.2" + jest-validate "^26.6.2" prompts "^2.0.1" yargs "^15.4.1" -jest-config@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-26.6.1.tgz#8c343fbdd9c24ad003e261f73583c3c020f32b42" - integrity sha512-mtJzIynIwW1d1nMlKCNCQiSgWaqFn8cH/fOSNY97xG7Y9tBCZbCSuW2GTX0RPmceSJGO7l27JgwC18LEg0Vg+g== +jest-config@^26.6.3: + version "26.6.3" + resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-26.6.3.tgz#64f41444eef9eb03dc51d5c53b75c8c71f645349" + integrity sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg== dependencies: "@babel/core" "^7.1.0" - "@jest/test-sequencer" "^26.6.1" - "@jest/types" "^26.6.1" - babel-jest "^26.6.1" + "@jest/test-sequencer" "^26.6.3" + "@jest/types" "^26.6.2" + babel-jest "^26.6.3" chalk "^4.0.0" deepmerge "^4.2.2" glob "^7.1.1" graceful-fs "^4.2.4" - jest-environment-jsdom "^26.6.1" - jest-environment-node "^26.6.1" + jest-environment-jsdom "^26.6.2" + jest-environment-node "^26.6.2" jest-get-type "^26.3.0" - jest-jasmine2 "^26.6.1" + jest-jasmine2 "^26.6.3" jest-regex-util "^26.0.0" - jest-resolve "^26.6.1" - jest-util "^26.6.1" - jest-validate "^26.6.1" + jest-resolve "^26.6.2" + jest-util "^26.6.2" + jest-validate "^26.6.2" micromatch "^4.0.2" - pretty-format "^26.6.1" + pretty-format "^26.6.2" -jest-diff@^26.0.0, jest-diff@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.6.1.tgz#38aa194979f454619bb39bdee299fb64ede5300c" - integrity sha512-BBNy/zin2m4kG5In126O8chOBxLLS/XMTuuM2+YhgyHk87ewPzKTuTJcqj3lOWOi03NNgrl+DkMeV/exdvG9gg== +jest-diff@^26.0.0, jest-diff@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.6.2.tgz#1aa7468b52c3a68d7d5c5fdcdfcd5e49bd164394" + integrity sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA== dependencies: chalk "^4.0.0" - diff-sequences "^26.5.0" + diff-sequences "^26.6.2" jest-get-type "^26.3.0" - pretty-format "^26.6.1" + pretty-format "^26.6.2" jest-docblock@^26.0.0: version "26.0.0" @@ -6773,130 +6797,131 @@ jest-docblock@^26.0.0: dependencies: detect-newline "^3.0.0" -jest-each@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-26.6.1.tgz#e968e88309a3e2ae9648634af8f89d8ee5acfddd" - integrity sha512-gSn8eB3buchuq45SU7pLB7qmCGax1ZSxfaWuEFblCyNMtyokYaKFh9dRhYPujK6xYL57dLIPhLKatjmB5XWzGA== +jest-each@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-26.6.2.tgz#02526438a77a67401c8a6382dfe5999952c167cb" + integrity sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A== dependencies: - "@jest/types" "^26.6.1" + "@jest/types" "^26.6.2" chalk "^4.0.0" jest-get-type "^26.3.0" - jest-util "^26.6.1" - pretty-format "^26.6.1" + jest-util "^26.6.2" + pretty-format "^26.6.2" -jest-environment-jsdom@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-26.6.1.tgz#63093bf89daee6139616568a43633b84cf7aac21" - integrity sha512-A17RiXuHYNVlkM+3QNcQ6n5EZyAc6eld8ra9TW26luounGWpku4tj03uqRgHJCI1d4uHr5rJiuCH5JFRtdmrcA== +jest-environment-jsdom@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-26.6.2.tgz#78d09fe9cf019a357009b9b7e1f101d23bd1da3e" + integrity sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q== dependencies: - "@jest/environment" "^26.6.1" - "@jest/fake-timers" "^26.6.1" - "@jest/types" "^26.6.1" + "@jest/environment" "^26.6.2" + "@jest/fake-timers" "^26.6.2" + "@jest/types" "^26.6.2" "@types/node" "*" - jest-mock "^26.6.1" - jest-util "^26.6.1" + jest-mock "^26.6.2" + jest-util "^26.6.2" jsdom "^16.4.0" -jest-environment-node@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-26.6.1.tgz#4d73d8b33c26989a92a0ed3ad0bfd6f7a196d9bd" - integrity sha512-YffaCp6h0j1kbcf1NVZ7umC6CPgD67YS+G1BeornfuSkx5s3xdhuwG0DCxSiHPXyT81FfJzA1L7nXvhq50OWIg== +jest-environment-node@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-26.6.2.tgz#824e4c7fb4944646356f11ac75b229b0035f2b0c" + integrity sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag== dependencies: - "@jest/environment" "^26.6.1" - "@jest/fake-timers" "^26.6.1" - "@jest/types" "^26.6.1" + "@jest/environment" "^26.6.2" + "@jest/fake-timers" "^26.6.2" + "@jest/types" "^26.6.2" "@types/node" "*" - jest-mock "^26.6.1" - jest-util "^26.6.1" + jest-mock "^26.6.2" + jest-util "^26.6.2" jest-get-type@^26.3.0: version "26.3.0" resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-26.3.0.tgz#e97dc3c3f53c2b406ca7afaed4493b1d099199e0" integrity sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig== -jest-haste-map@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-26.6.1.tgz#97e96f5fd7576d980307fbe6160b10c016b543d4" - integrity sha512-9kPafkv0nX6ta1PrshnkiyhhoQoFWncrU/uUBt3/AP1r78WSCU5iLceYRTwDvJl67H3RrXqSlSVDDa/AsUB7OQ== +jest-haste-map@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-26.6.2.tgz#dd7e60fe7dc0e9f911a23d79c5ff7fb5c2cafeaa" + integrity sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w== dependencies: - "@jest/types" "^26.6.1" + "@jest/types" "^26.6.2" "@types/graceful-fs" "^4.1.2" "@types/node" "*" anymatch "^3.0.3" fb-watchman "^2.0.0" graceful-fs "^4.2.4" jest-regex-util "^26.0.0" - jest-serializer "^26.5.0" - jest-util "^26.6.1" - jest-worker "^26.6.1" + jest-serializer "^26.6.2" + jest-util "^26.6.2" + jest-worker "^26.6.2" micromatch "^4.0.2" sane "^4.0.3" walker "^1.0.7" optionalDependencies: fsevents "^2.1.2" -jest-jasmine2@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-26.6.1.tgz#11c92603d1fa97e3c33404359e69d6cec7e57017" - integrity sha512-2uYdT32o/ZzSxYAPduAgokO8OlAL1YdG/9oxcEY138EDNpIK5XRRJDaGzTZdIBWSxk0aR8XxN44FvfXtHB+Fiw== +jest-jasmine2@^26.6.3: + version "26.6.3" + resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz#adc3cf915deacb5212c93b9f3547cd12958f2edd" + integrity sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg== dependencies: "@babel/traverse" "^7.1.0" - "@jest/environment" "^26.6.1" - "@jest/source-map" "^26.5.0" - "@jest/test-result" "^26.6.1" - "@jest/types" "^26.6.1" + "@jest/environment" "^26.6.2" + "@jest/source-map" "^26.6.2" + "@jest/test-result" "^26.6.2" + "@jest/types" "^26.6.2" "@types/node" "*" chalk "^4.0.0" co "^4.6.0" - expect "^26.6.1" + expect "^26.6.2" is-generator-fn "^2.0.0" - jest-each "^26.6.1" - jest-matcher-utils "^26.6.1" - jest-message-util "^26.6.1" - jest-runtime "^26.6.1" - jest-snapshot "^26.6.1" - jest-util "^26.6.1" - pretty-format "^26.6.1" + jest-each "^26.6.2" + jest-matcher-utils "^26.6.2" + jest-message-util "^26.6.2" + jest-runtime "^26.6.3" + jest-snapshot "^26.6.2" + jest-util "^26.6.2" + pretty-format "^26.6.2" throat "^5.0.0" -jest-leak-detector@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-26.6.1.tgz#f63e46dc4e3aa30d29b40ae49966a15730d25bbe" - integrity sha512-j9ZOtJSJKlHjrs4aIxWjiQUjyrffPdiAQn2Iw0916w7qZE5Lk0T2KhIH6E9vfhzP6sw0Q0jtnLLb4vQ71o1HlA== +jest-leak-detector@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-26.6.2.tgz#7717cf118b92238f2eba65054c8a0c9c653a91af" + integrity sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg== dependencies: jest-get-type "^26.3.0" - pretty-format "^26.6.1" + pretty-format "^26.6.2" -jest-matcher-utils@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-26.6.1.tgz#bc90822d352c91c2ec1814731327691d06598400" - integrity sha512-9iu3zrsYlUnl8pByhREF9rr5eYoiEb1F7ymNKg6lJr/0qD37LWS5FSW/JcoDl8UdMX2+zAzabDs7sTO+QFKjCg== +jest-matcher-utils@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz#8e6fd6e863c8b2d31ac6472eeb237bc595e53e7a" + integrity sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw== dependencies: chalk "^4.0.0" - jest-diff "^26.6.1" + jest-diff "^26.6.2" jest-get-type "^26.3.0" - pretty-format "^26.6.1" + pretty-format "^26.6.2" -jest-message-util@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-26.6.1.tgz#d62c20c0fe7be10bfd6020b675abb9b5fa933ff3" - integrity sha512-cqM4HnqncIebBNdTKrBoWR/4ufHTll0pK/FWwX0YasK+TlBQEMqw3IEdynuuOTjDPFO3ONlFn37280X48beByw== +jest-message-util@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-26.6.2.tgz#58173744ad6fc0506b5d21150b9be56ef001ca07" + integrity sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA== dependencies: "@babel/code-frame" "^7.0.0" - "@jest/types" "^26.6.1" + "@jest/types" "^26.6.2" "@types/stack-utils" "^2.0.0" chalk "^4.0.0" graceful-fs "^4.2.4" micromatch "^4.0.2" + pretty-format "^26.6.2" slash "^3.0.0" stack-utils "^2.0.2" -jest-mock@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-26.6.1.tgz#6c12a92a82fc833f81a5b6de6b67d78386e276a3" - integrity sha512-my0lPTBu1awY8iVG62sB2sx9qf8zxNDVX+5aFgoB8Vbqjb6LqIOsfyFA8P1z6H2IsqMbvOX9oCJnK67Y3yUIMA== +jest-mock@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-26.6.2.tgz#d6cb712b041ed47fe0d9b6fc3474bc6543feb302" + integrity sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew== dependencies: - "@jest/types" "^26.6.1" + "@jest/types" "^26.6.2" "@types/node" "*" jest-pnp-resolver@^1.2.2: @@ -6909,172 +6934,172 @@ jest-regex-util@^26.0.0: resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-26.0.0.tgz#d25e7184b36e39fd466c3bc41be0971e821fee28" integrity sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A== -jest-resolve-dependencies@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.1.tgz#e9d091a159ad198c029279737a8b4c507791d75c" - integrity sha512-MN6lufbZJ3RBfTnJesZtHu3hUCBqPdHRe2+FhIt0yiqJ3fMgzWRqMRQyN/d/QwOE7KXwAG2ekZutbPhuD7s51A== +jest-resolve-dependencies@^26.6.3: + version "26.6.3" + resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz#6680859ee5d22ee5dcd961fe4871f59f4c784fb6" + integrity sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg== dependencies: - "@jest/types" "^26.6.1" + "@jest/types" "^26.6.2" jest-regex-util "^26.0.0" - jest-snapshot "^26.6.1" + jest-snapshot "^26.6.2" -jest-resolve@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-26.6.1.tgz#e9a9130cc069620d5aeeb87043dd9e130b68c6a1" - integrity sha512-hiHfQH6rrcpAmw9xCQ0vD66SDuU+7ZulOuKwc4jpbmFFsz0bQG/Ib92K+9/489u5rVw0btr/ZhiHqBpmkbCvuQ== +jest-resolve@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-26.6.2.tgz#a3ab1517217f469b504f1b56603c5bb541fbb507" + integrity sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ== dependencies: - "@jest/types" "^26.6.1" + "@jest/types" "^26.6.2" chalk "^4.0.0" graceful-fs "^4.2.4" jest-pnp-resolver "^1.2.2" - jest-util "^26.6.1" + jest-util "^26.6.2" read-pkg-up "^7.0.1" resolve "^1.18.1" slash "^3.0.0" -jest-runner@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-26.6.1.tgz#a945971b5a23740c1fe20e372a38de668b7c76bf" - integrity sha512-DmpNGdgsbl5s0FGkmsInmqnmqCtliCSnjWA2TFAJS1m1mL5atwfPsf+uoZ8uYQ2X0uDj4NM+nPcDnUpbNTRMBA== +jest-runner@^26.6.3: + version "26.6.3" + resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-26.6.3.tgz#2d1fed3d46e10f233fd1dbd3bfaa3fe8924be159" + integrity sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ== dependencies: - "@jest/console" "^26.6.1" - "@jest/environment" "^26.6.1" - "@jest/test-result" "^26.6.1" - "@jest/types" "^26.6.1" + "@jest/console" "^26.6.2" + "@jest/environment" "^26.6.2" + "@jest/test-result" "^26.6.2" + "@jest/types" "^26.6.2" "@types/node" "*" chalk "^4.0.0" emittery "^0.7.1" exit "^0.1.2" graceful-fs "^4.2.4" - jest-config "^26.6.1" + jest-config "^26.6.3" jest-docblock "^26.0.0" - jest-haste-map "^26.6.1" - jest-leak-detector "^26.6.1" - jest-message-util "^26.6.1" - jest-resolve "^26.6.1" - jest-runtime "^26.6.1" - jest-util "^26.6.1" - jest-worker "^26.6.1" + jest-haste-map "^26.6.2" + jest-leak-detector "^26.6.2" + jest-message-util "^26.6.2" + jest-resolve "^26.6.2" + jest-runtime "^26.6.3" + jest-util "^26.6.2" + jest-worker "^26.6.2" source-map-support "^0.5.6" throat "^5.0.0" -jest-runtime@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-26.6.1.tgz#9a131e7b4f0bc6beefd62e7443f757c1d5fa9dec" - integrity sha512-7uOCNeezXDWgjEyzYbRN2ViY7xNZzusNVGAMmU0UHRUNXuY4j4GBHKGMqPo/cBPZA9bSYp+lwK2DRRBU5Dv6YQ== - dependencies: - "@jest/console" "^26.6.1" - "@jest/environment" "^26.6.1" - "@jest/fake-timers" "^26.6.1" - "@jest/globals" "^26.6.1" - "@jest/source-map" "^26.5.0" - "@jest/test-result" "^26.6.1" - "@jest/transform" "^26.6.1" - "@jest/types" "^26.6.1" +jest-runtime@^26.6.3: + version "26.6.3" + resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-26.6.3.tgz#4f64efbcfac398331b74b4b3c82d27d401b8fa2b" + integrity sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw== + dependencies: + "@jest/console" "^26.6.2" + "@jest/environment" "^26.6.2" + "@jest/fake-timers" "^26.6.2" + "@jest/globals" "^26.6.2" + "@jest/source-map" "^26.6.2" + "@jest/test-result" "^26.6.2" + "@jest/transform" "^26.6.2" + "@jest/types" "^26.6.2" "@types/yargs" "^15.0.0" chalk "^4.0.0" - cjs-module-lexer "^0.4.2" + cjs-module-lexer "^0.6.0" collect-v8-coverage "^1.0.0" exit "^0.1.2" glob "^7.1.3" graceful-fs "^4.2.4" - jest-config "^26.6.1" - jest-haste-map "^26.6.1" - jest-message-util "^26.6.1" - jest-mock "^26.6.1" + jest-config "^26.6.3" + jest-haste-map "^26.6.2" + jest-message-util "^26.6.2" + jest-mock "^26.6.2" jest-regex-util "^26.0.0" - jest-resolve "^26.6.1" - jest-snapshot "^26.6.1" - jest-util "^26.6.1" - jest-validate "^26.6.1" + jest-resolve "^26.6.2" + jest-snapshot "^26.6.2" + jest-util "^26.6.2" + jest-validate "^26.6.2" slash "^3.0.0" strip-bom "^4.0.0" yargs "^15.4.1" -jest-serializer@^26.5.0: - version "26.5.0" - resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-26.5.0.tgz#f5425cc4c5f6b4b355f854b5f0f23ec6b962bc13" - integrity sha512-+h3Gf5CDRlSLdgTv7y0vPIAoLgX/SI7T4v6hy+TEXMgYbv+ztzbg5PSN6mUXAT/hXYHvZRWm+MaObVfqkhCGxA== +jest-serializer@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-26.6.2.tgz#d139aafd46957d3a448f3a6cdabe2919ba0742d1" + integrity sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g== dependencies: "@types/node" "*" graceful-fs "^4.2.4" -jest-snapshot@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-26.6.1.tgz#469e9d0b749496aea7dad0d7e5e5c88b91cdb4cc" - integrity sha512-JA7bZp7HRTIJYAi85pJ/OZ2eur2dqmwIToA5/6d7Mn90isGEfeF9FvuhDLLEczgKP1ihreBzrJ6Vr7zteP5JNA== +jest-snapshot@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-26.6.2.tgz#f3b0af1acb223316850bd14e1beea9837fb39c84" + integrity sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og== dependencies: "@babel/types" "^7.0.0" - "@jest/types" "^26.6.1" + "@jest/types" "^26.6.2" "@types/babel__traverse" "^7.0.4" "@types/prettier" "^2.0.0" chalk "^4.0.0" - expect "^26.6.1" + expect "^26.6.2" graceful-fs "^4.2.4" - jest-diff "^26.6.1" + jest-diff "^26.6.2" jest-get-type "^26.3.0" - jest-haste-map "^26.6.1" - jest-matcher-utils "^26.6.1" - jest-message-util "^26.6.1" - jest-resolve "^26.6.1" + jest-haste-map "^26.6.2" + jest-matcher-utils "^26.6.2" + jest-message-util "^26.6.2" + jest-resolve "^26.6.2" natural-compare "^1.4.0" - pretty-format "^26.6.1" + pretty-format "^26.6.2" semver "^7.3.2" -jest-util@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.6.1.tgz#4cc0d09ec57f28d12d053887eec5dc976a352e9b" - integrity sha512-xCLZUqVoqhquyPLuDXmH7ogceGctbW8SMyQVjD9o+1+NPWI7t0vO08udcFLVPLgKWcvc+zotaUv/RuaR6l8HIA== +jest-util@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.6.2.tgz#907535dbe4d5a6cb4c47ac9b926f6af29576cbc1" + integrity sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q== dependencies: - "@jest/types" "^26.6.1" + "@jest/types" "^26.6.2" "@types/node" "*" chalk "^4.0.0" graceful-fs "^4.2.4" is-ci "^2.0.0" micromatch "^4.0.2" -jest-validate@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-26.6.1.tgz#28730eb8570d60968d9d06f1a8c94d922167bd2a" - integrity sha512-BEFpGbylKocnNPZULcnk+TGaz1oFZQH/wcaXlaXABbu0zBwkOGczuWgdLucUouuQqn7VadHZZeTvo8VSFDLMOA== +jest-validate@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-26.6.2.tgz#23d380971587150467342911c3d7b4ac57ab20ec" + integrity sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ== dependencies: - "@jest/types" "^26.6.1" + "@jest/types" "^26.6.2" camelcase "^6.0.0" chalk "^4.0.0" jest-get-type "^26.3.0" leven "^3.1.0" - pretty-format "^26.6.1" + pretty-format "^26.6.2" -jest-watcher@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-26.6.1.tgz#debfa34e9c5c3e735593403794fe53d2955bfabc" - integrity sha512-0LBIPPncNi9CaLKK15bnxyd2E8OMl4kJg0PTiNOI+MXztXw1zVdtX/x9Pr6pXaQYps+eS/ts43O4+HByZ7yJSw== +jest-watcher@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-26.6.2.tgz#a5b683b8f9d68dbcb1d7dae32172d2cca0592975" + integrity sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ== dependencies: - "@jest/test-result" "^26.6.1" - "@jest/types" "^26.6.1" + "@jest/test-result" "^26.6.2" + "@jest/types" "^26.6.2" "@types/node" "*" ansi-escapes "^4.2.1" chalk "^4.0.0" - jest-util "^26.6.1" + jest-util "^26.6.2" string-length "^4.0.1" -jest-worker@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.6.1.tgz#c2ae8cde6802cc14056043f997469ec170d9c32a" - integrity sha512-R5IE3qSGz+QynJx8y+ICEkdI2OJ3RJjRQVEyCcFAd3yVhQSEtquziPO29Mlzgn07LOVE8u8jhJ1FqcwegiXWOw== +jest-worker@^26.6.1, jest-worker@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.6.2.tgz#7f72cbc4d643c365e27b9fd775f9d0eaa9c7a8ed" + integrity sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== dependencies: "@types/node" "*" merge-stream "^2.0.0" supports-color "^7.0.0" -jest@26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.1.tgz#821e8280d2bdeeed40ac7bc43941dceff0f1b650" - integrity sha512-f+ahfqw3Ffy+9vA7sWFGpTmhtKEMsNAZiWBVXDkrpIO73zIz22iimjirnV78kh/eWlylmvLh/0WxHN6fZraZdA== +jest@26.6.3: + version "26.6.3" + resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.3.tgz#40e8fdbe48f00dfa1f0ce8121ca74b88ac9148ef" + integrity sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q== dependencies: - "@jest/core" "^26.6.1" + "@jest/core" "^26.6.3" import-local "^3.0.2" - jest-cli "^26.6.1" + jest-cli "^26.6.3" js-base64@^2.1.8, js-base64@^2.1.9: version "2.6.4" @@ -7213,11 +7238,11 @@ jsonfile@^4.0.0: graceful-fs "^4.1.6" jsonfile@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.1.tgz#98966cba214378c8c84b82e085907b40bf614179" - integrity sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg== + version "6.1.0" + resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" + integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== dependencies: - universalify "^1.0.0" + universalify "^2.0.0" optionalDependencies: graceful-fs "^4.1.6" @@ -7304,10 +7329,10 @@ klona@^2.0.4: resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.4.tgz#7bb1e3affb0cb8624547ef7e8f6708ea2e39dfc0" integrity sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA== -known-css-properties@^0.19.0: - version "0.19.0" - resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.19.0.tgz#5d92b7fa16c72d971bda9b7fe295bdf61836ee5b" - integrity sha512-eYboRV94Vco725nKMlpkn3nV2+96p9c3gKXRsYqAJSswSENvBhN7n5L+uDhY58xQa0UukWsDMTGELzmD8Q+wTA== +known-css-properties@^0.20.0: + version "0.20.0" + resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.20.0.tgz#0570831661b47dd835293218381166090ff60e96" + integrity sha512-URvsjaA9ypfreqJ2/ylDr5MUERhJZ+DhguoWRr2xgS5C7aGCalXo+ewL+GixgKBfhT2vuL02nbIgNGqVWgTOYw== kuler@^2.0.0: version "2.0.0" @@ -7385,14 +7410,6 @@ liftoff@^3.1.0: rechoir "^0.6.2" resolve "^1.1.7" -line-column@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/line-column/-/line-column-1.0.2.tgz#d25af2936b6f4849172b312e4792d1d987bc34a2" - integrity sha1-0lryk2tvSEkXKzEuR5LR2Ye8NKI= - dependencies: - isarray "^1.0.0" - isobject "^2.0.0" - lines-and-columns@^1.1.6: version "1.1.6" resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" @@ -7540,11 +7557,11 @@ logform@^2.2.0: triple-beam "^1.3.0" loglevel@^1.6.8: - version "1.7.0" - resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.7.0.tgz#728166855a740d59d38db01cf46f042caa041bb0" - integrity sha512-i2sY04nal5jDcagM3FMfG++T69GEEM8CYuOfeOIvmXzOIcwE9a/CJPR0MFM97pYMj/u10lzz7/zd7+qwhrBTqQ== + version "1.7.1" + resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197" + integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw== -longest-streak@^2.0.1: +longest-streak@^2.0.0: version "2.0.4" resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-2.0.4.tgz#b8599957da5b5dab64dee3fe316fa774597d90e4" integrity sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg== @@ -7586,13 +7603,12 @@ lowercase-keys@^2.0.0: resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479" integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA== -lru-cache@^4.0.1: - version "4.1.5" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd" - integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== +lru-cache@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" + integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== dependencies: - pseudomap "^1.0.2" - yallist "^2.1.2" + yallist "^4.0.0" lru@^3.1.0: version "3.1.0" @@ -7608,7 +7624,7 @@ make-dir@^1.0.0: dependencies: pify "^3.0.0" -make-dir@^2.0.0, make-dir@^2.1.0: +make-dir@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== @@ -7616,7 +7632,7 @@ make-dir@^2.0.0, make-dir@^2.1.0: pify "^4.0.1" semver "^5.6.0" -make-dir@^3.0.0, make-dir@^3.0.2: +make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== @@ -7659,11 +7675,6 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -markdown-escapes@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.4.tgz#c95415ef451499d7602b91095f3c8e8975f78535" - integrity sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg== - markdown-it@^11.0.0: version "11.0.1" resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-11.0.1.tgz#b54f15ec2a2193efa66dda1eb4173baea08993d6" @@ -7675,13 +7686,6 @@ markdown-it@^11.0.0: mdurl "^1.0.1" uc.micro "^1.0.5" -markdown-table@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-2.0.0.tgz#194a90ced26d31fe753d8b9434430214c011865b" - integrity sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A== - dependencies: - repeat-string "^1.0.0" - matchdep@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/matchdep/-/matchdep-2.0.0.tgz#c6f34834a0d8dbc3b37c27ee8bbcb27c7775582e" @@ -7693,9 +7697,9 @@ matchdep@^2.0.0: stack-trace "0.0.10" matched@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/matched/-/matched-5.0.0.tgz#4b10735a89f87b6f9bf457136472631e19df05d7" - integrity sha512-O0LCuxYYBNBjP2dmAg0i6PME0Mb0dvjulpMC0tTIeMRh6kXYsugOT5GOWpFkSzqjQjgOUs/eiyvpVhXdN2La4g== + version "5.0.1" + resolved "https://registry.yarnpkg.com/matched/-/matched-5.0.1.tgz#620606d9dac6b7f4e955354b82e02ef4e3a62dc3" + integrity sha512-E1fhSTPRyhAlNaNvGXAgZQlq1hL0bgYMTk/6bktVlIhzUnX/SZs7296ACdVeNJE8xFNGSuvd9IpI7vSnmcqLvw== dependencies: glob "^7.1.6" picomatch "^2.2.1" @@ -7705,12 +7709,37 @@ mathml-tag-names@^2.1.3: resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3" integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg== -mdast-util-compact@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/mdast-util-compact/-/mdast-util-compact-2.0.1.tgz#cabc69a2f43103628326f35b1acf735d55c99490" - integrity sha512-7GlnT24gEwDrdAwEHrU4Vv5lLWrEer4KOkAiKT9nYstsTad7Oc1TwqT2zIMKRdZF7cTuaf+GA1E4Kv7jJh8mPA== +mdast-util-from-markdown@^0.8.0: + version "0.8.1" + resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.1.tgz#781371d493cac11212947226190270c15dc97116" + integrity sha512-qJXNcFcuCSPqUF0Tb0uYcFDIq67qwB3sxo9RPdf9vG8T90ViKnksFqdB/Coq2a7sTnxL/Ify2y7aIQXDkQFH0w== dependencies: - unist-util-visit "^2.0.0" + "@types/mdast" "^3.0.0" + mdast-util-to-string "^1.0.0" + micromark "~2.10.0" + parse-entities "^2.0.0" + +mdast-util-to-markdown@^0.5.0: + version "0.5.4" + resolved "https://registry.yarnpkg.com/mdast-util-to-markdown/-/mdast-util-to-markdown-0.5.4.tgz#be680ed0c0e11a07d07c7adff9551eec09c1b0f9" + integrity sha512-0jQTkbWYx0HdEA/h++7faebJWr5JyBoBeiRf0u3F4F3QtnyyGaWIsOwo749kRb1ttKrLLr+wRtOkfou9yB0p6A== + dependencies: + "@types/unist" "^2.0.0" + longest-streak "^2.0.0" + mdast-util-to-string "^2.0.0" + parse-entities "^2.0.0" + repeat-string "^1.0.0" + zwitch "^1.0.0" + +mdast-util-to-string@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-1.1.0.tgz#27055500103f51637bd07d01da01eb1967a43527" + integrity sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A== + +mdast-util-to-string@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz#b8cfe6a713e1091cb5b728fc48885a4767f8b97b" + integrity sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w== mdurl@^1.0.1: version "1.0.1" @@ -7751,22 +7780,22 @@ meow@^3.7.0: redent "^1.0.0" trim-newlines "^1.0.0" -meow@^7.1.1: - version "7.1.1" - resolved "https://registry.yarnpkg.com/meow/-/meow-7.1.1.tgz#7c01595e3d337fcb0ec4e8eed1666ea95903d306" - integrity sha512-GWHvA5QOcS412WCo8vwKDlTelGLsCGBVevQB5Kva961rmNfun0PCbv5+xta2kUMFJyR8/oWnn7ddeKdosbAPbA== +meow@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/meow/-/meow-8.0.0.tgz#1aa10ee61046719e334ffdc038bb5069250ec99a" + integrity sha512-nbsTRz2fwniJBFgUkcdISq8y/q9n9VbiHYbfwklFh5V4V2uAcxtKQkDc0yCLPM/kP0d+inZBewn3zJqewHE7kg== dependencies: "@types/minimist" "^1.2.0" camelcase-keys "^6.2.2" decamelize-keys "^1.1.0" hard-rejection "^2.1.0" minimist-options "4.1.0" - normalize-package-data "^2.5.0" + normalize-package-data "^3.0.0" read-pkg-up "^7.0.1" redent "^3.0.0" trim-newlines "^3.0.0" - type-fest "^0.13.1" - yargs-parser "^18.1.3" + type-fest "^0.18.0" + yargs-parser "^20.2.3" merge-descriptors@1.0.1: version "1.0.1" @@ -7788,6 +7817,14 @@ methods@~1.1.2: resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= +micromark@~2.10.0: + version "2.10.1" + resolved "https://registry.yarnpkg.com/micromark/-/micromark-2.10.1.tgz#cd73f54e0656f10e633073db26b663a221a442a7" + integrity sha512-fUuVF8sC1X7wsCS29SYQ2ZfIZYbTymp0EYr6sab3idFjigFFjGa5UwoniPlV9tAgntjuapW1t9U+S0yDYeGKHQ== + dependencies: + debug "^4.0.0" + parse-entities "^2.0.0" + micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4: version "3.1.10" resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" @@ -7890,6 +7927,21 @@ minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5: resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== +minipass@^3.0.0: + version "3.1.3" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.3.tgz#7d42ff1f39635482e15f9cdb53184deebd5815fd" + integrity sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg== + dependencies: + yallist "^4.0.0" + +minizlib@^2.1.1: + version "2.1.2" + resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" + integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== + dependencies: + minipass "^3.0.0" + yallist "^4.0.0" + mixin-deep@^1.2.0: version "1.3.2" resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" @@ -7898,17 +7950,22 @@ mixin-deep@^1.2.0: for-in "^1.0.2" is-extendable "^1.0.1" -"mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5: +mkdirp@^0.5.1, mkdirp@^0.5.5: version "0.5.5" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== dependencies: minimist "^1.2.5" -mocha@^8.2.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.2.0.tgz#f8aa79110b4b5a6580c65d4dd8083c425282624e" - integrity sha512-lEWEMq2LMfNJMKeuEwb5UELi+OgFDollXaytR5ggQcHpzG3NP/R7rvixAvF+9/lLsTWhWG+4yD2M70GsM06nxw== +mkdirp@^1.0.3, mkdirp@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" + integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== + +mocha@^8.2.1: + version "8.2.1" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.2.1.tgz#f2fa68817ed0e53343d989df65ccd358bc3a4b39" + integrity sha512-cuLBVfyFfFqbNR0uUKbDGXKGk+UDFe6aR4os78XIrMQpZl/nv7JYHcvP5MFIAb374b2zFXsdgEGwmzMtP0Xg8w== dependencies: "@ungap/promise-all-settled" "1.1.2" ansi-colors "4.1.1" @@ -7984,10 +8041,10 @@ nanoid@3.1.12: resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.12.tgz#6f7736c62e8d39421601e4a0c77623a97ea69654" integrity sha512-1qstj9z5+x491jfiC4Nelk+f8XBad7LN20PmyWINJEMRSf3wcAjAWysw1qaA8z6NSKe2sjq1hRSDpBH5paCb6A== -nanoid@^3.1.15: - version "3.1.16" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.16.tgz#b21f0a7d031196faf75314d7c65d36352beeef64" - integrity sha512-+AK8MN0WHji40lj8AEuwLOvLSbWYApQpre/aFJZD71r43wVRLrOYS4FmJOPQYon1TqB462RzrrxlfA74XRES8w== +nanoid@^3.1.18: + version "3.1.18" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.18.tgz#0680db22ab01c372e89209f5d18283d98de3e96d" + integrity sha512-rndlDjbbHbcV3xi+R2fpJ+PbGMdfBxz5v1fATIQFq0DP64FsicQdwnKLy47K4kZHdRpmQXtz24eGsxQqamzYTA== nanomatch@^1.2.9: version "1.2.13" @@ -8057,23 +8114,21 @@ node-forge@^0.10.0: resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3" integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA== -node-gyp@^3.8.0: - version "3.8.0" - resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-3.8.0.tgz#540304261c330e80d0d5edce253a68cb3964218c" - integrity sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA== +node-gyp@^7.1.0: + version "7.1.2" + resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-7.1.2.tgz#21a810aebb187120251c3bcec979af1587b188ae" + integrity sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ== dependencies: - fstream "^1.0.0" - glob "^7.0.3" - graceful-fs "^4.1.2" - mkdirp "^0.5.0" - nopt "2 || 3" - npmlog "0 || 1 || 2 || 3 || 4" - osenv "0" - request "^2.87.0" - rimraf "2" - semver "~5.3.0" - tar "^2.0.0" - which "1" + env-paths "^2.2.0" + glob "^7.1.4" + graceful-fs "^4.2.3" + nopt "^5.0.0" + npmlog "^4.1.2" + request "^2.88.2" + rimraf "^3.0.2" + semver "^7.3.2" + tar "^6.0.2" + which "^2.0.2" node-int64@^0.4.0: version "0.4.0" @@ -8097,28 +8152,27 @@ node-notifier@^8.0.0: uuid "^8.3.0" which "^2.0.2" -node-releases@^1.1.61: - version "1.1.64" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.64.tgz#71b4ae988e9b1dd7c1ffce58dd9e561752dfebc5" - integrity sha512-Iec8O9166/x2HRMJyLLLWkd0sFFLrFNy+Xf+JQfSQsdBJzPcHpNl3JQ9gD4j+aJxmCa25jNsIbM4bmACtSbkSg== +node-releases@^1.1.66: + version "1.1.67" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.67.tgz#28ebfcccd0baa6aad8e8d4d8fe4cbc49ae239c12" + integrity sha512-V5QF9noGFl3EymEwUYzO+3NTDpGfQB4ve6Qfnzf3UNydMhjQRVPR1DZTuvWiLzaFJYw2fmDwAfnRNEVb64hSIg== -node-sass@^4.14.1: - version "4.14.1" - resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.14.1.tgz#99c87ec2efb7047ed638fb4c9db7f3a42e2217b5" - integrity sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g== +node-sass@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-5.0.0.tgz#4e8f39fbef3bac8d2dc72ebe3b539711883a78d2" + integrity sha512-opNgmlu83ZCF792U281Ry7tak9IbVC+AKnXGovcQ8LG8wFaJv6cLnRlc6DIHlmNxWEexB5bZxi9SZ9JyUuOYjw== dependencies: async-foreach "^0.1.3" chalk "^1.1.1" - cross-spawn "^3.0.0" + cross-spawn "^7.0.3" gaze "^1.0.0" get-stdin "^4.0.1" glob "^7.0.3" - in-publish "^2.0.0" lodash "^4.17.15" meow "^3.7.0" mkdirp "^0.5.1" nan "^2.13.2" - node-gyp "^3.8.0" + node-gyp "^7.1.0" npmlog "^4.0.0" request "^2.88.0" sass-graph "2.2.5" @@ -8149,10 +8203,10 @@ nomnom@1.8.1: chalk "~0.4.0" underscore "~1.6.0" -"nopt@2 || 3": - version "3.0.6" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9" - integrity sha1-xkZdvwirzU2zWTF/eaxopkayj/k= +nopt@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88" + integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ== dependencies: abbrev "1" @@ -8173,6 +8227,16 @@ normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package- semver "2 || 3 || 4 || 5" validate-npm-package-license "^3.0.1" +normalize-package-data@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.0.tgz#1f8a7c423b3d2e85eb36985eaf81de381d01301a" + integrity sha512-6lUjEI0d3v6kFrtgA/lOx4zHCWULXsFNIjHolnZCKCTLA6m/G625cdn3O7eNmT0iD3jfo6HZ9cdImGZwf21prw== + dependencies: + hosted-git-info "^3.0.6" + resolve "^1.17.0" + semver "^7.3.2" + validate-npm-package-license "^3.0.1" + normalize-path@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" @@ -8230,7 +8294,7 @@ npm-run-path@^4.0.0: dependencies: path-key "^3.0.0" -"npmlog@0 || 1 || 2 || 3 || 4", npmlog@^4.0.0: +npmlog@^4.0.0, npmlog@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b" integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== @@ -8300,12 +8364,12 @@ object-inspect@^1.8.0: integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA== object-is@^1.0.1, object-is@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.3.tgz#2e3b9e65560137455ee3bd62aec4d90a2ea1cc81" - integrity sha512-teyqLvFWzLkq5B9ki8FVWA902UER2qkxmdA4nLf+wjOLAWgxzCWZNCxpDq9MvE8MmhWNr+I8w3BN49Vx36Y6Xg== + version "1.1.4" + resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.4.tgz#63d6c83c00a43f4cbc9434eb9757c8a5b8565068" + integrity sha512-1ZvAZ4wlF7IyPVOcE1Omikt7UpaFlOQq0HlSti+ZvDH3UiD2brwGMwDbyV43jao2bKJ+4+WdPJHSd7kgzKYVqg== dependencies: + call-bind "^1.0.0" define-properties "^1.1.3" - es-abstract "^1.18.0-next.1" object-keys@^1.0.12, object-keys@^1.1.1: version "1.1.1" @@ -8320,12 +8384,12 @@ object-visit@^1.0.0: isobject "^3.0.0" object.assign@^4.0.4, object.assign@^4.1.0, object.assign@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.1.tgz#303867a666cdd41936ecdedfb1f8f3e32a478cdd" - integrity sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA== + version "4.1.2" + resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940" + integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== dependencies: + call-bind "^1.0.0" define-properties "^1.1.3" - es-abstract "^1.18.0-next.0" has-symbols "^1.0.1" object-keys "^1.1.1" @@ -8340,31 +8404,33 @@ object.defaults@^1.0.0, object.defaults@^1.1.0: isobject "^3.0.0" object.entries@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add" - integrity sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA== + version "1.1.3" + resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.3.tgz#c601c7f168b62374541a07ddbd3e2d5e4f7711a6" + integrity sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg== dependencies: + call-bind "^1.0.0" define-properties "^1.1.3" - es-abstract "^1.17.5" + es-abstract "^1.18.0-next.1" has "^1.0.3" object.fromentries@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9" - integrity sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ== + version "2.0.3" + resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.3.tgz#13cefcffa702dc67750314a3305e8cb3fad1d072" + integrity sha512-IDUSMXs6LOSJBWE++L0lzIbSqHl9KDCfff2x/JSEIDtEUavUnyMYC2ZGay/04Zq4UT8lvd4xNhU4/YHKibAOlw== dependencies: + call-bind "^1.0.0" define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" - function-bind "^1.1.1" + es-abstract "^1.18.0-next.1" has "^1.0.3" object.getownpropertydescriptors@^2.0.3: - version "2.1.0" - resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz#369bf1f9592d8ab89d712dced5cb81c7c5352649" - integrity sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg== + version "2.1.1" + resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.1.tgz#0dfda8d108074d9c563e80490c883b6661091544" + integrity sha512-6DtXgZ/lIZ9hqx4GtZETobXLR/ZLaa0aqV0kzbn80Rf8Z2e/XFnhA0I7p07N2wH8bBBltr2xQPi6sbKWAY2Eng== dependencies: + call-bind "^1.0.0" define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" + es-abstract "^1.18.0-next.1" object.map@^1.0.0: version "1.0.1" @@ -8390,13 +8456,13 @@ object.reduce@^1.0.0: make-iterator "^1.0.0" object.values@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e" - integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA== + version "1.1.2" + resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.2.tgz#7a2015e06fcb0f546bd652486ce8583a4731c731" + integrity sha512-MYC0jvJopr8EK6dPBiO8Nb9mvjdypOachO5REGk6MXzujbBrAisKo3HmdEI6kZDL6fC31Mwee/5YbtMebixeag== dependencies: + call-bind "^1.0.0" define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" - function-bind "^1.1.1" + es-abstract "^1.18.0-next.1" has "^1.0.3" obuf@^1.0.0, obuf@^1.1.2: @@ -8437,7 +8503,7 @@ onetime@^5.1.0: dependencies: mimic-fn "^2.1.0" -opener@^1.5.1: +opener@^1.5.2: version "1.5.2" resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598" integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A== @@ -8487,11 +8553,6 @@ original@^1.0.0: dependencies: url-parse "^1.4.3" -os-homedir@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" - integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= - os-locale@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-1.4.0.tgz#20f9f17ae29ed345e8bde583b13d2009803c14d9" @@ -8499,19 +8560,6 @@ os-locale@^1.4.0: dependencies: lcid "^1.0.0" -os-tmpdir@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" - integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= - -osenv@0: - version "0.1.5" - resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" - integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== - dependencies: - os-homedir "^1.0.0" - os-tmpdir "^1.0.0" - p-cancelable@^0.4.0: version "0.4.1" resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.4.1.tgz#35f363d67d52081c8d9585e37bcceb7e0bbcb2a0" @@ -8523,9 +8571,9 @@ p-cancelable@^1.0.0: integrity sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw== p-each-series@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.1.0.tgz#961c8dd3f195ea96c747e636b262b800a6b1af48" - integrity sha512-ZuRs1miPT4HrjFa+9fRfOFXxGJfORgelKV9f9nNOWw2gl6gVsRaVDOQP0+MI0G0wGKns1Yacsu0GjOFbTK0JFQ== + version "2.2.0" + resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.2.0.tgz#105ab0357ce72b202a8a8b94933672657b5e2a9a" + integrity sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA== p-event@^2.1.0: version "2.3.1" @@ -8552,11 +8600,11 @@ p-limit@^2.0.0, p-limit@^2.2.0: p-try "^2.0.0" p-limit@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.0.2.tgz#1664e010af3cadc681baafd3e2a437be7b0fb5fe" - integrity sha512-iwqZSOoWIW+Ew4kAGUlN16J4M7OB3ysMLSZtnhmqx7njIHFPlxWBX8xo3lVTyFVq6mI/lL9qt2IsN1sHwaxJkg== + version "3.1.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" + integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== dependencies: - p-try "^2.0.0" + yocto-queue "^0.1.0" p-locate@^3.0.0: version "3.0.0" @@ -9059,9 +9107,9 @@ postcss-focus@^5.0.1: integrity sha512-iVP+4VLenlI0tHHJD+7HyE+7pQ6Hlg3+Zm/xTwNE1LT7OgmYC4r1ale6AnEkABGNKKE3j1LkF/BNcv89lDoICw== postcss-font-variant@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-font-variant/-/postcss-font-variant-4.0.0.tgz#71dd3c6c10a0d846c5eda07803439617bbbabacc" - integrity sha512-M8BFYKOvCrI2aITzDad7kWuXXTm0YhGdP9Q8HanmN4EF1Hmcgs1KK5rSHylt/lUJe8yLxiSwWAHdScoEiIxztg== + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-font-variant/-/postcss-font-variant-4.0.1.tgz#42d4c0ab30894f60f98b17561eb5c0321f502641" + integrity sha512-I3ADQSTNtLTTd8uxZhtSOrTCQ9G4qUVKPjHiDk0bV75QSxXjVWiJVJ2VLdspGUi9fbW9BcjKJoRvxAH1pckqmA== dependencies: postcss "^7.0.2" @@ -9111,10 +9159,10 @@ postcss-less@^3.1.4: dependencies: postcss "^7.0.14" -postcss-loader@^4.0.4: - version "4.0.4" - resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-4.0.4.tgz#b2d005b52e008a44991cf8123bee207e635eb53e" - integrity sha512-pntA9zIR14drQo84yGTjQJg1m7T0DkXR4vXYHBngiRZdJtEeCrojL6lOpqUanMzG375lIJbT4Yug85zC/AJWGw== +postcss-loader@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-4.1.0.tgz#4647a6c8dad3cb6b253fbfaa21d62201086f6e39" + integrity sha512-vbCkP70F3Q9PIk6d47aBwjqAMI4LfkXCoyxj+7NPNuVIwfTGdzv2KVQes59/RuxMniIgsYQCFSY42P3+ykJfaw== dependencies: cosmiconfig "^7.0.0" klona "^2.0.4" @@ -9393,7 +9441,7 @@ postcss@^6.0.21, postcss@^6.0.22, postcss@^6.0.6: source-map "^0.6.1" supports-color "^5.4.0" -postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.26, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6: +postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.26, postcss@^7.0.32, postcss@^7.0.35, postcss@^7.0.5, postcss@^7.0.6: version "7.0.35" resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.35.tgz#d2be00b998f7f211d8a276974079f2e92b970e24" integrity sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg== @@ -9402,15 +9450,15 @@ postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0. source-map "^0.6.1" supports-color "^6.1.0" -postcss@^8.1.1: - version "8.1.4" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.1.4.tgz#356dfef367a70f3d04347f74560c85846e20e4c1" - integrity sha512-LfqcwgMq9LOd8pX7K2+r2HPitlIGC5p6PoZhVELlqhh2YGDVcXKpkCseqan73Hrdik6nBd2OvoDPUaP/oMj9hQ== +postcss@^8.1.4: + version "8.1.10" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.1.10.tgz#129834f94c720554d2cfdaeb27d5542ac4a026ea" + integrity sha512-iBXEV5VTTYaRRdxiFYzTtuv2lGMQBExqkZKSzkJe+Fl6rvQrA/49UVGKqB+LG54hpW/TtDBMGds8j33GFNW7pg== dependencies: colorette "^1.2.1" - line-column "^1.0.2" - nanoid "^3.1.15" + nanoid "^3.1.18" source-map "^0.6.1" + vfile-location "^3.2.0" precss@^4.0.0: version "4.0.0" @@ -9452,12 +9500,12 @@ pretty-error@^2.1.1: lodash "^4.17.20" renderkid "^2.0.4" -pretty-format@^26.0.0, pretty-format@^26.6.1: - version "26.6.1" - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.1.tgz#af9a2f63493a856acddeeb11ba6bcf61989660a8" - integrity sha512-MeqqsP5PYcRBbGMvwzsyBdmAJ4EFX7pWFyl7x4+dMVg5pE0ZDdBIvEH2ergvIO+Gvwv1wh64YuOY9y5LuyY/GA== +pretty-format@^26.0.0, pretty-format@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93" + integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg== dependencies: - "@jest/types" "^26.6.1" + "@jest/types" "^26.6.2" ansi-regex "^5.0.0" ansi-styles "^4.0.0" react-is "^17.0.1" @@ -9519,11 +9567,6 @@ prr@~1.0.1: resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY= -pseudomap@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" - integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= - psl@^1.1.28: version "1.8.0" resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24" @@ -9698,10 +9741,10 @@ react-dom@^17.0.1: object-assign "^4.1.1" scheduler "^0.20.1" -react-dropzone@^11.2.1: - version "11.2.1" - resolved "https://registry.yarnpkg.com/react-dropzone/-/react-dropzone-11.2.1.tgz#7544439ed2e27d1e4ac8efff5c6290b758cc29f5" - integrity sha512-AVWKQKKd4M8vIYzRC7QvvyzsGMrz6UAtAYW2WvSlEmstHKXhHL3CAq9LUzALfzMcDd2mxmntSNcpxij0w7U4qA== +react-dropzone@^11.2.4: + version "11.2.4" + resolved "https://registry.yarnpkg.com/react-dropzone/-/react-dropzone-11.2.4.tgz#391a8d2e41a8a974340f83524d306540192e3313" + integrity sha512-EGSvK2CxFTuc28WxwuJCICyuYFX8b+sRumwU6Bs6sTbElV2HtQkT0d6C+HEee6XfbjiLIZ+Th9uji27rvo2wGw== dependencies: attr-accept "^2.2.1" file-selector "^0.2.2" @@ -9757,14 +9800,14 @@ react-redux@^7.2.2: react-is "^16.13.1" react-resize-aware@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/react-resize-aware/-/react-resize-aware-3.0.1.tgz#39d6f264ad3b85dec461a5e04d9760860d14f44c" - integrity sha512-HdPzwdcAv+BMFQEgyacFB40G4IxNMO7tSqaMjbnAouot8LXi5/Rx3/Fv+LU2cQekqiivE1LF4sGnwQ7SnoHrpg== + version "3.1.0" + resolved "https://registry.yarnpkg.com/react-resize-aware/-/react-resize-aware-3.1.0.tgz#fa1da751d1d72f90c3b79969d05c2c577dfabd92" + integrity sha512-bIhHlxVTX7xKUz14ksXMEHjzCZPTpQZKZISY3nbTD273pDKPABGFNFBP6Tr42KECxzC5YQiKpMchjTVJCqaxpA== -react-textarea-autosize@^8.2.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-8.2.0.tgz#fae38653f5ec172a855fd5fffb39e466d56aebdb" - integrity sha512-grajUlVbkx6VdtSxCgzloUIphIZF5bKr21OYMceWPKkniy7H0mRAT/AXPrRtObAe+zUePnNlBwUc4ivVjUGIjw== +react-textarea-autosize@^8.3.0: + version "8.3.0" + resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-8.3.0.tgz#e6e2fd186d9f61bb80ac6e2dcb4c55504f93c2fa" + integrity sha512-3GLWFAan2pbwBeoeNDoqGmSbrShORtgWfaWX0RJDivsUrpShh01saRM5RU/i4Zmf+whpBVEY5cA90Eq8Ub1N3w== dependencies: "@babel/runtime" "^7.10.2" use-composed-ref "^1.0.0" @@ -9929,14 +9972,9 @@ regenerate-unicode-properties@^8.2.0: regenerate "^1.4.0" regenerate@^1.4.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.1.tgz#cad92ad8e6b591773485fbe05a485caf4f457e6f" - integrity sha512-j2+C8+NtXQgEKWk49MMP5P/u2GhnahTtVkRIHr5R5lVRlbKvmQ+oS+A5aLKWp2ma5VkT8sh6v+v4hbH0YHR66A== - -regenerator-runtime@^0.11.0: - version "0.11.1" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" - integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== + version "1.4.2" + resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" + integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== regenerator-runtime@^0.13.4: version "0.13.7" @@ -9984,9 +10022,9 @@ regexpu-core@^4.7.1: unicode-match-property-value-ecmascript "^1.2.0" registry-auth-token@^4.0.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.0.tgz#1d37dffda72bbecd0f581e4715540213a65eb7da" - integrity sha512-P+lWzPrsgfN+UEpDS3U8AQKg/UjZX6mQSJueZj3EK+vNESoqBSpBUD3gmu4sF9lOsjXWjF11dQKUqemf3veq1w== + version "4.2.1" + resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.1.tgz#6d7b4006441918972ccd5fedcd41dc322c79b250" + integrity sha512-6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw== dependencies: rc "^1.2.8" @@ -10014,56 +10052,28 @@ relateurl@^0.2.7: resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9" integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk= -remark-parse@^8.0.0: - version "8.0.3" - resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-8.0.3.tgz#9c62aa3b35b79a486454c690472906075f40c7e1" - integrity sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q== +remark-parse@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-9.0.0.tgz#4d20a299665880e4f4af5d90b7c7b8a935853640" + integrity sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw== dependencies: - ccount "^1.0.0" - collapse-white-space "^1.0.2" - is-alphabetical "^1.0.0" - is-decimal "^1.0.0" - is-whitespace-character "^1.0.0" - is-word-character "^1.0.0" - markdown-escapes "^1.0.0" - parse-entities "^2.0.0" - repeat-string "^1.5.4" - state-toggle "^1.0.0" - trim "0.0.1" - trim-trailing-lines "^1.0.0" - unherit "^1.0.4" - unist-util-remove-position "^2.0.0" - vfile-location "^3.0.0" - xtend "^4.0.1" - -remark-stringify@^8.0.0: - version "8.1.1" - resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-8.1.1.tgz#e2a9dc7a7bf44e46a155ec78996db896780d8ce5" - integrity sha512-q4EyPZT3PcA3Eq7vPpT6bIdokXzFGp9i85igjmhRyXWmPs0Y6/d2FYwUNotKAWyLch7g0ASZJn/KHHcHZQ163A== - dependencies: - ccount "^1.0.0" - is-alphanumeric "^1.0.0" - is-decimal "^1.0.0" - is-whitespace-character "^1.0.0" - longest-streak "^2.0.1" - markdown-escapes "^1.0.0" - markdown-table "^2.0.0" - mdast-util-compact "^2.0.0" - parse-entities "^2.0.0" - repeat-string "^1.5.4" - state-toggle "^1.0.0" - stringify-entities "^3.0.0" - unherit "^1.0.4" - xtend "^4.0.1" + mdast-util-from-markdown "^0.8.0" -remark@^12.0.0: - version "12.0.1" - resolved "https://registry.yarnpkg.com/remark/-/remark-12.0.1.tgz#f1ddf68db7be71ca2bad0a33cd3678b86b9c709f" - integrity sha512-gS7HDonkdIaHmmP/+shCPejCEEW+liMp/t/QwmF0Xt47Rpuhl32lLtDV1uKWvGoq+kxr5jSgg5oAIpGuyULjUw== +remark-stringify@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-9.0.0.tgz#8ba0c9e4167c42733832215a81550489759e3793" + integrity sha512-8x29DpTbVzEc6Dwb90qhxCtbZ6hmj3BxWWDpMhA+1WM4dOEGH5U5/GFe3Be5Hns5MvPSFAr1e2KSVtKZkK5nUw== dependencies: - remark-parse "^8.0.0" - remark-stringify "^8.0.0" - unified "^9.0.0" + mdast-util-to-markdown "^0.5.0" + +remark@^13.0.0: + version "13.0.0" + resolved "https://registry.yarnpkg.com/remark/-/remark-13.0.0.tgz#d15d9bf71a402f40287ebe36067b66d54868e425" + integrity sha512-HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA== + dependencies: + remark-parse "^9.0.0" + remark-stringify "^9.0.0" + unified "^9.1.0" remove-bom-buffer@^3.0.0: version "3.0.0" @@ -10103,7 +10113,7 @@ repeat-element@^1.1.2: resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce" integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== -repeat-string@^1.0.0, repeat-string@^1.5.4, repeat-string@^1.6.1: +repeat-string@^1.0.0, repeat-string@^1.6.1: version "1.6.1" resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= @@ -10160,7 +10170,7 @@ request-promise@^4.2.6: stealthy-require "^1.1.1" tough-cookie "^2.3.3" -request@^2.87.0, request@^2.88.0, request@^2.88.2: +request@^2.88.0, request@^2.88.2: version "2.88.2" resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3" integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== @@ -10255,12 +10265,12 @@ resolve-url@^0.2.1: resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= -resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.18.1, resolve@^1.3.2, resolve@^1.4.0, resolve@^1.9.0: - version "1.18.1" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.18.1.tgz#018fcb2c5b207d2a6424aee361c5a266da8f4130" - integrity sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA== +resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.3.2, resolve@^1.4.0, resolve@^1.9.0: + version "1.19.0" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c" + integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg== dependencies: - is-core-module "^2.0.0" + is-core-module "^2.1.0" path-parse "^1.0.6" responselike@1.0.2, responselike@^1.0.2: @@ -10285,13 +10295,6 @@ reusify@^1.0.4: resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== -rimraf@2, rimraf@^2.6.3: - version "2.7.1" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" - integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== - dependencies: - glob "^7.1.3" - rimraf@2.6.3: version "2.6.3" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab" @@ -10299,7 +10302,14 @@ rimraf@2.6.3: dependencies: glob "^7.1.3" -rimraf@^3.0.0: +rimraf@^2.6.3: + version "2.7.1" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" + integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== + dependencies: + glob "^7.1.3" + +rimraf@^3.0.0, rimraf@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== @@ -10363,10 +10373,10 @@ sass-graph@2.2.5: scss-tokenizer "^0.2.3" yargs "^13.3.2" -sass-loader@^10.0.4: - version "10.0.4" - resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.0.4.tgz#ec7181096947d078d60a1d76d527f47c19b151d8" - integrity sha512-zhdZ8qvZM4iL5XjLVEjJLvKWvC+MB+hHgzL2x/Nf7UHpUNmPYsJvypW79bW39g4LZ603dH/dRSsRYzJJIljtdA== +sass-loader@^10.1.0: + version "10.1.0" + resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.1.0.tgz#1727fcc0c32ab3eb197cda61d78adf4e9174a4b3" + integrity sha512-ZCKAlczLBbFd3aGAhowpYEy69Te3Z68cg8bnHHl6WnSCvnKpbM6pQrz957HWMa8LKVuhnD9uMplmMAHwGQtHeg== dependencies: klona "^2.0.4" loader-utils "^2.0.0" @@ -10497,11 +10507,6 @@ semver@^7.2.1, semver@^7.3.2, semver@~7.3.2: resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938" integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== -semver@~5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f" - integrity sha1-myzl094C0XxgEq0yaqa00M9U+U8= - send@0.17.1: version "0.17.1" resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8" @@ -10888,17 +10893,12 @@ stack-trace@0.0.10, stack-trace@0.0.x: integrity sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA= stack-utils@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.2.tgz#5cf48b4557becb4638d0bc4f21d23f5d19586593" - integrity sha512-0H7QK2ECz3fyZMzQ8rH0j2ykpfbnd20BFtfg/SqVC2+sCTtcw0aDTGB7dk+de4U4uUeuz6nOtJcrkFFLG1B0Rg== + version "2.0.3" + resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.3.tgz#cd5f030126ff116b78ccb3c027fe302713b61277" + integrity sha512-gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw== dependencies: escape-string-regexp "^2.0.0" -state-toggle@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/state-toggle/-/state-toggle-1.0.3.tgz#e123b16a88e143139b09c6852221bc9815917dfe" - integrity sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ== - static-extend@^0.1.1: version "0.1.2" resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" @@ -10988,32 +10988,33 @@ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0: strip-ansi "^6.0.0" string.prototype.matchall@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.2.tgz#48bb510326fb9fdeb6a33ceaa81a6ea04ef7648e" - integrity sha512-N/jp6O5fMf9os0JU3E72Qhf590RSRZU/ungsL/qJUYVTNv7hTG0P/dbPjxINVN9jpscu3nzYwKESU3P3RY5tOg== + version "4.0.3" + resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.3.tgz#24243399bc31b0a49d19e2b74171a15653ec996a" + integrity sha512-OBxYDA2ifZQ2e13cP82dWFMaCV9CGF8GzmN4fljBVw5O5wep0lu4gacm1OL6MjROoUnB8VbkWRThqkV2YFLNxw== dependencies: + call-bind "^1.0.0" define-properties "^1.1.3" - es-abstract "^1.17.0" + es-abstract "^1.18.0-next.1" has-symbols "^1.0.1" internal-slot "^1.0.2" regexp.prototype.flags "^1.3.0" - side-channel "^1.0.2" + side-channel "^1.0.3" string.prototype.trimend@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.2.tgz#6ddd9a8796bc714b489a3ae22246a208f37bfa46" - integrity sha512-8oAG/hi14Z4nOVP0z6mdiVZ/wqjDtWSLygMigTzAb+7aPEDTleeFf+WrF+alzecxIRkckkJVn+dTlwzJXORATw== + version "1.0.3" + resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.3.tgz#a22bd53cca5c7cf44d7c9d5c732118873d6cd18b" + integrity sha512-ayH0pB+uf0U28CtjlLvL7NaohvR1amUvVZk+y3DYb0Ey2PUV5zPkkKy9+U1ndVEIXO8hNg18eIv9Jntbii+dKw== dependencies: + call-bind "^1.0.0" define-properties "^1.1.3" - es-abstract "^1.18.0-next.1" string.prototype.trimstart@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.2.tgz#22d45da81015309cd0cdd79787e8919fc5c613e7" - integrity sha512-7F6CdBTl5zyu30BJFdzSTlSlLPwODC23Od+iLoVH8X6+3fvDPPuBVVj9iaB1GOsSTSIgVfsfm27R2FGrAPznWg== + version "1.0.3" + resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.3.tgz#9b4cb590e123bb36564401d59824298de50fd5aa" + integrity sha512-oBIBUy5lea5tt0ovtOFiEQaBkoBBkyJhZXzJYrSmDo5IUUqbOPvVezuRs/agBIdZ2p2Eo1FD6bD9USyBLfl3xg== dependencies: + call-bind "^1.0.0" define-properties "^1.1.3" - es-abstract "^1.18.0-next.1" string_decoder@^1.1.1: version "1.3.0" @@ -11029,15 +11030,6 @@ string_decoder@~1.1.1: dependencies: safe-buffer "~5.1.0" -stringify-entities@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-3.1.0.tgz#b8d3feac256d9ffcc9fa1fefdcf3ca70576ee903" - integrity sha512-3FP+jGMmMV/ffZs86MoghGqAoqXAdxLrJP4GUdrDN1aIScYih5tuIO3eF4To5AJZ79KDZ8Fpdy7QJnK8SsL1Vg== - dependencies: - character-entities-html4 "^1.0.0" - character-entities-legacy "^1.0.0" - xtend "^4.0.0" - strip-ansi@^3.0.0, strip-ansi@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" @@ -11181,22 +11173,22 @@ stylelint-scss@^3.17.2: postcss-selector-parser "^6.0.2" postcss-value-parser "^4.1.0" -stylelint@^13.7.2: - version "13.7.2" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.7.2.tgz#6f3c58eea4077680ed0ceb0d064b22b100970486" - integrity sha512-mmieorkfmO+ZA6CNDu1ic9qpt4tFvH2QUB7vqXgrMVHe5ENU69q7YDq0YUg/UHLuCsZOWhUAvcMcLzLDIERzSg== +stylelint@^13.8.0: + version "13.8.0" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.8.0.tgz#446765dbe25e3617f819a0165956faf2563ddc23" + integrity sha512-iHH3dv3UI23SLDrH4zMQDjLT9/dDIz/IpoFeuNxZmEx86KtfpjDOscxLTFioQyv+2vQjPlRZnK0UoJtfxLICXQ== dependencies: "@stylelint/postcss-css-in-js" "^0.37.2" - "@stylelint/postcss-markdown" "^0.36.1" + "@stylelint/postcss-markdown" "^0.36.2" autoprefixer "^9.8.6" balanced-match "^1.0.0" chalk "^4.1.0" cosmiconfig "^7.0.0" - debug "^4.1.1" + debug "^4.2.0" execall "^2.0.0" fast-glob "^3.2.4" fastest-levenshtein "^1.0.12" - file-entry-cache "^5.0.1" + file-entry-cache "^6.0.0" get-stdin "^8.0.0" global-modules "^2.0.0" globby "^11.0.1" @@ -11205,14 +11197,14 @@ stylelint@^13.7.2: ignore "^5.1.8" import-lazy "^4.0.0" imurmurhash "^0.1.4" - known-css-properties "^0.19.0" + known-css-properties "^0.20.0" lodash "^4.17.20" log-symbols "^4.0.0" mathml-tag-names "^2.1.3" - meow "^7.1.1" + meow "^8.0.0" micromatch "^4.0.2" normalize-selector "^0.2.0" - postcss "^7.0.32" + postcss "^7.0.35" postcss-html "^0.36.0" postcss-less "^3.1.4" postcss-media-query-parser "^0.2.3" @@ -11220,7 +11212,7 @@ stylelint@^13.7.2: postcss-safe-parser "^4.0.2" postcss-sass "^0.4.4" postcss-scss "^2.1.1" - postcss-selector-parser "^6.0.2" + postcss-selector-parser "^6.0.4" postcss-syntax "^0.36.2" postcss-value-parser "^4.1.0" resolve-from "^5.0.0" @@ -11231,8 +11223,8 @@ stylelint@^13.7.2: style-search "^0.1.0" sugarss "^2.0.0" svg-tags "^1.0.0" - table "^6.0.1" - v8-compile-cache "^2.1.1" + table "^6.0.3" + v8-compile-cache "^2.2.0" write-file-atomic "^3.0.3" sugarss@^2.0.0: @@ -11306,7 +11298,7 @@ symbol-tree@^3.2.4: resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== -table-layout@^1.0.0: +table-layout@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/table-layout/-/table-layout-1.0.1.tgz#8411181ee951278ad0638aea2f779a9ce42894f9" integrity sha512-dEquqYNJiGwY7iPfZ3wbXDI944iqanTSchrACLL2nOB+1r+h1Nzu2eH+DuPPvWvm5Ry7iAPeFlgEtP5bIp5U7Q== @@ -11326,10 +11318,10 @@ table@^5.2.3: slice-ansi "^2.1.0" string-width "^3.0.0" -table@^6.0.1: - version "6.0.3" - resolved "https://registry.yarnpkg.com/table/-/table-6.0.3.tgz#e5b8a834e37e27ad06de2e0fda42b55cfd8a0123" - integrity sha512-8321ZMcf1B9HvVX/btKv8mMZahCjn2aYrDlpqHaBFCfnox64edeH9kEid0vTLTRR8gWR2A20aDgeuTTea4sVtw== +table@^6.0.3: + version "6.0.4" + resolved "https://registry.yarnpkg.com/table/-/table-6.0.4.tgz#c523dd182177e926c723eb20e1b341238188aa0d" + integrity sha512-sBT4xRLdALd+NFBvwOz8bw4b15htyythha+q+DVZqy2RS08PPC8O2sZFgJYEY7bJvbCFKccs+WIZ/cd+xxTWCw== dependencies: ajv "^6.12.4" lodash "^4.17.20" @@ -11348,10 +11340,10 @@ tapable@^1.1.3: resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== -tapable@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.0.0.tgz#a49c3d6a8a2bb606e7db372b82904c970d537a08" - integrity sha512-bjzn0C0RWoffnNdTzNi7rNDhs1Zlwk2tRXgk8EiHKAOX1Mag3d6T0Y5zNa7l9CJ+EoUne/0UHdwS8tMbkh9zDg== +tapable@^2.0.0, tapable@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.1.1.tgz#b01cc1902d42a7bb30514e320ce21c456f72fd3f" + integrity sha512-Wib1S8m2wdpLbmQz0RBEVosIyvb/ykfKXf3ZIDqvWoMg/zTNm6G/tDSuUM61J1kNCDXWJrLHGSFeMhAG+gAGpQ== tar-stream@^1.5.2: version "1.6.2" @@ -11366,14 +11358,17 @@ tar-stream@^1.5.2: to-buffer "^1.1.1" xtend "^4.0.0" -tar@^2.0.0: - version "2.2.2" - resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40" - integrity sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA== +tar@^6.0.2: + version "6.0.5" + resolved "https://registry.yarnpkg.com/tar/-/tar-6.0.5.tgz#bde815086e10b39f1dcd298e89d596e1535e200f" + integrity sha512-0b4HOimQHj9nXNEAA7zWwMM91Zhhba3pspja6sQbgTpynOJf+bkjBnfybNYzbpLbnwXnbyB4LOREvlyXLkCHSg== dependencies: - block-stream "*" - fstream "^1.0.12" - inherits "2" + chownr "^2.0.0" + fs-minipass "^2.0.0" + minipass "^3.0.0" + minizlib "^2.1.1" + mkdirp "^1.0.3" + yallist "^4.0.0" tcomb@^3.2.21: version "3.2.29" @@ -11393,10 +11388,10 @@ terminal-link@^2.0.0: ansi-escapes "^4.2.1" supports-hyperlinks "^2.0.0" -terser-webpack-plugin@^5.0.0: - version "5.0.2" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.0.2.tgz#dc771be6e5f161eda2b553d996db55e44859f21c" - integrity sha512-adg+JLykDi9HkouHqmVg+qbSGyKSJXioNQl7v79xqyaFbv6a/pCd5nVj4HcTDaFNxt6CzDuUrMEnAEbKA/w/QQ== +terser-webpack-plugin@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.0.3.tgz#ec60542db2421f45735c719d2e17dabfbb2e3e42" + integrity sha512-zFdGk8Lh9ZJGPxxPE6jwysOlATWB8GMW8HcfGULWA/nPal+3VdATflQvSBSLQJRCmYZnfFJl6vkRTiwJGNgPiQ== dependencies: jest-worker "^26.6.1" p-limit "^3.0.2" @@ -11415,9 +11410,9 @@ terser@^4.6.3: source-map-support "~0.5.12" terser@^5.3.8: - version "5.3.8" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.3.8.tgz#991ae8ba21a3d990579b54aa9af11586197a75dd" - integrity sha512-zVotuHoIfnYjtlurOouTazciEfL7V38QMAOhGqpXDEg6yT13cF4+fEP9b0rrCEQTn+tT46uxgFsTZzhygk+CzQ== + version "5.5.1" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.5.1.tgz#540caa25139d6f496fdea056e414284886fb2289" + integrity sha512-6VGWZNVP2KTUcltUQJ25TtNjx/XgdDsBDKGt8nN0MpydU36LmbPPcMBd2kmtZNNGVVDLg44k7GKeHHj+4zPIBQ== dependencies: commander "^2.20.0" source-map "~0.7.2" @@ -11635,16 +11630,6 @@ trim-repeated@^1.0.0: dependencies: escape-string-regexp "^1.0.2" -trim-trailing-lines@^1.0.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.3.tgz#7f0739881ff76657b7776e10874128004b625a94" - integrity sha512-4ku0mmjXifQcTVfYDfR5lpgV7zVqPg6zV9rdZmwOPqq0+Zq19xDqEgagqVbc4pOOShbncuAOIs59R3+3gcF3ZA== - -trim@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd" - integrity sha1-WFhUf2spB1fulczMZm+1AITEYN0= - triple-beam@^1.2.0, triple-beam@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/triple-beam/-/triple-beam-1.3.0.tgz#a595214c7298db8339eeeee083e4d10bd8cb8dd9" @@ -11662,11 +11647,6 @@ trough@^1.0.0: dependencies: glob "^7.1.2" -tryer@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8" - integrity sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA== - ts-essentials@^2.0.3: version "2.0.12" resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-2.0.12.tgz#c9303f3d74f75fa7528c3d49b80e089ab09d8745" @@ -11718,10 +11698,10 @@ type-fest@^0.11.0: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz#97abf0872310fed88a5c466b25681576145e33f1" integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ== -type-fest@^0.13.1: - version "0.13.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934" - integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg== +type-fest@^0.18.0: + version "0.18.1" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f" + integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw== type-fest@^0.6.0: version "0.6.0" @@ -11763,10 +11743,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^4.0.5: - version "4.0.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389" - integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ== +typescript@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9" + integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ== typical@^5.0.0, typical@^5.2.0: version "5.2.0" @@ -11784,9 +11764,9 @@ uc.micro@^1.0.1, uc.micro@^1.0.5: integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA== uglify-js@^3.1.4: - version "3.11.4" - resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.11.4.tgz#b47b7ae99d4bd1dca65b53aaa69caa0909e6fadf" - integrity sha512-FyYnoxVL1D6+jDGQpbK5jW6y/2JlVfRfEeQ67BPCUg5wfCjaKOpr2XeceE4QL+MkhxliLtf5EbrMDZgzpt2CNw== + version "3.12.0" + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.12.0.tgz#b943f129275c41d435eb54b643bbffee71dccf57" + integrity sha512-8lBMSkFZuAK7gGF8LswsXmir8eX8d2AAMOnxSDWjKBx/fBR6MypQjs78m6ML9zQVp1/hD4TBdfeMZMC7nW1TAA== unbzip2-stream@^1.0.9: version "1.4.3" @@ -11808,10 +11788,10 @@ undefsafe@^2.0.3: dependencies: debug "^2.2.0" -underscore@^1.11.0: - version "1.11.0" - resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.11.0.tgz#dd7c23a195db34267186044649870ff1bab5929e" - integrity sha512-xY96SsN3NA461qIRKZ/+qox37YXPtSBswMGfiNptr+wrt6ds4HaMw23TP612fEyGekRE6LNRiLYr/aqbHXNedw== +underscore@^1.12.0: + version "1.12.0" + resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.0.tgz#4814940551fc80587cef7840d1ebb0f16453be97" + integrity sha512-21rQzss/XPMjolTiIezSu3JAjgagXKROtNrYFEOWK109qY1Uv2tVjPTZ1ci2HgvQDA16gHYSthQIJfB+XId/rQ== underscore@~1.6.0: version "1.6.0" @@ -11839,14 +11819,6 @@ undertaker@^1.2.1: object.reduce "^1.0.0" undertaker-registry "^1.0.0" -unherit@^1.0.4: - version "1.1.3" - resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.3.tgz#6c9b503f2b41b262330c80e91c8614abdaa69c22" - integrity sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ== - dependencies: - inherits "^2.0.0" - xtend "^4.0.0" - unicode-canonical-property-names-ecmascript@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818" @@ -11870,7 +11842,7 @@ unicode-property-aliases-ecmascript@^1.0.4: resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz#dd57a99f6207bedff4628abefb94c50db941c8f4" integrity sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg== -unified@^9.0.0: +unified@^9.1.0: version "9.2.0" resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.0.tgz#67a62c627c40589edebbf60f53edfd4d822027f8" integrity sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg== @@ -11912,24 +11884,17 @@ unique-string@^2.0.0: dependencies: crypto-random-string "^2.0.0" -unist-util-find-all-after@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/unist-util-find-all-after/-/unist-util-find-all-after-3.0.1.tgz#95cc62f48812d879b4685a0512bf1b838da50e9a" - integrity sha512-0GICgc++sRJesLwEYDjFVJPJttBpVQaTNgc6Jw0Jhzvfs+jtKePEMu+uD+PqkRUrAvGQqwhpDwLGWo1PK8PDEw== +unist-util-find-all-after@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/unist-util-find-all-after/-/unist-util-find-all-after-3.0.2.tgz#fdfecd14c5b7aea5e9ef38d5e0d5f774eeb561f6" + integrity sha512-xaTC/AGZ0rIM2gM28YVRAFPIZpzbpDtU3dRmp7EXlNVA8ziQc4hY3H7BHXM1J49nEmiqc3svnqMReW+PGqbZKQ== dependencies: unist-util-is "^4.0.0" unist-util-is@^4.0.0: - version "4.0.2" - resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.0.2.tgz#c7d1341188aa9ce5b3cff538958de9895f14a5de" - integrity sha512-Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ== - -unist-util-remove-position@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz#5d19ca79fdba712301999b2b73553ca8f3b352cc" - integrity sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA== - dependencies: - unist-util-visit "^2.0.0" + version "4.0.3" + resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.0.3.tgz#e8b44db55fc20c43752b3346c116344d45d7c91d" + integrity sha512-bTofCFVx0iQM8Jqb1TBDVRIQW03YkD3p66JOd/aCWuqzlLyUtx1ZAGw/u+Zw+SttKvSVcvTiKYbfrtLoLefykw== unist-util-stringify-position@^2.0.0: version "2.0.3" @@ -11938,23 +11903,6 @@ unist-util-stringify-position@^2.0.0: dependencies: "@types/unist" "^2.0.2" -unist-util-visit-parents@^3.0.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz#65a6ce698f78a6b0f56aa0e88f13801886cdaef6" - integrity sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg== - dependencies: - "@types/unist" "^2.0.0" - unist-util-is "^4.0.0" - -unist-util-visit@^2.0.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-2.0.3.tgz#c3703893146df47203bb8a9795af47d7b971208c" - integrity sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q== - dependencies: - "@types/unist" "^2.0.0" - unist-util-is "^4.0.0" - unist-util-visit-parents "^3.0.0" - universalify@^0.1.0: version "0.1.2" resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" @@ -11965,6 +11913,11 @@ universalify@^1.0.0: resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d" integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug== +universalify@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717" + integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== + unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" @@ -12067,9 +12020,9 @@ use-memo-one@^1.1.1: integrity sha512-oFfsyun+bP7RX8X2AskHNTxu+R3QdE/RC5IefMbqptmACAA/gfol1KDD5KRzPsGMa62sWxGZw+Ui43u6x4ddoQ== use-subscription@^1.2.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.5.0.tgz#0df66fdf97b9a340147ad72f76fac1db6f56d240" - integrity sha512-/FVRiB2I7NDjzWoNBYPt6YkkvleMm/lFtxj1hH6nX2TVrJ/5UTbovw9OE1efv2Zl0HoAYuTjM7zHd9OsABn5sg== + version "1.5.1" + resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.5.1.tgz#73501107f02fad84c6dd57965beb0b75c68c42d1" + integrity sha512-Xv2a1P/yReAjAbhylMfFplFKj9GssgTwN7RlcTxBujFQcloStWNDQdc4g4NRWH9xS4i/FDk04vQBptAXoF3VcA== dependencies: object-assign "^4.1.1" @@ -12118,15 +12071,15 @@ uuid@^8.3.0: resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.1.tgz#2ba2e6ca000da60fce5a196954ab241131e05a31" integrity sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg== -v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.0, v8-compile-cache@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz#54bc3cdd43317bca91e35dcaf305b1a7237de745" - integrity sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ== +v8-compile-cache@^2.0.3, v8-compile-cache@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132" + integrity sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q== -v8-to-istanbul@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-6.0.1.tgz#7ef0e32faa10f841fe4c1b0f8de96ed067c0be1e" - integrity sha512-PzM1WlqquhBvsV+Gco6WSFeg1AGdD53ccMRkFeyHRE/KRZaVacPOmQYP3EeVgDBtKD2BJ8kgynBQ5OtKiHCH+w== +v8-to-istanbul@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-7.0.0.tgz#b4fe00e35649ef7785a9b7fcebcea05f37c332fc" + integrity sha512-fLL2rFuQpMtm9r8hrAV2apXX/WqHJ6+IC4/eQVdMDGBUgH/YMV4Gv3duk3kjmyg6uiQWBAA9nJwue4iJUOkHeA== dependencies: "@types/istanbul-lib-coverage" "^2.0.1" convert-source-map "^1.6.0" @@ -12166,10 +12119,10 @@ verror@1.10.0: core-util-is "1.0.2" extsprintf "^1.2.0" -vfile-location@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-3.1.0.tgz#81cd8a04b0ac935185f4fce16f270503fc2f692f" - integrity sha512-FCZ4AN9xMcjFIG1oGmZKo61PjwJHRVA+0/tPUP2ul4uIwjGGndIxavEMRpWn5p4xwm/ZsdXp9YNygf1ZyE4x8g== +vfile-location@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-3.2.0.tgz#d8e41fbcbd406063669ebf6c33d56ae8721d0f3c" + integrity sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA== vfile-message@^2.0.0: version "2.0.4" @@ -12260,9 +12213,9 @@ walker@^1.0.7, walker@~1.0.5: makeerror "1.0.x" watchpack@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.0.0.tgz#b12248f32f0fd4799b7be0802ad1f6573a45955c" - integrity sha512-xSdCxxYZWNk3VK13bZRYhsQpfa8Vg63zXG+3pyU8ouqSLRCv4IGXIp9Kr226q6GBkGRlZrST2wwKtjfKz2m7Cg== + version "2.0.1" + resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.0.1.tgz#2f2192c542c82a3bcde76acd3411470c120426a8" + integrity sha512-vO8AKGX22ZRo6PiOFM9dC0re8IcKh8Kd/aH2zeqUc6w4/jBGlTy2P7fTC6ekT0NjVeGjgU2dGC5rNstKkeLEQg== dependencies: glob-to-regexp "^0.4.1" graceful-fs "^4.1.2" @@ -12289,24 +12242,23 @@ webidl-conversions@^6.1.0: resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-6.1.0.tgz#9111b4d7ea80acd40f5270d666621afa78b69514" integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w== -webpack-bundle-analyzer@^3.9.0: - version "3.9.0" - resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.9.0.tgz#f6f94db108fb574e415ad313de41a2707d33ef3c" - integrity sha512-Ob8amZfCm3rMB1ScjQVlbYYUEJyEjdEtQ92jqiFUYt5VkEeO2v5UMbv49P/gnmCZm3A6yaFQzCBvpZqN4MUsdA== +webpack-bundle-analyzer@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.1.0.tgz#31f9e5e187ee32fae2392b21806582cc6fe74cf9" + integrity sha512-R3oQaPn7KGJGqnOyuAbdNlH4Nm+w+gvoXQZWqYjgaMnR+vY4Ga8VD5ntfkKa00GarO7LQfOlePvtGvr254Z4Ag== dependencies: - acorn "^7.1.1" - acorn-walk "^7.1.1" - bfj "^6.1.1" - chalk "^2.4.1" - commander "^2.18.0" - ejs "^2.6.1" - express "^4.16.3" - filesize "^3.6.1" - gzip-size "^5.0.0" - lodash "^4.17.19" - mkdirp "^0.5.1" - opener "^1.5.1" - ws "^6.0.0" + acorn "^8.0.4" + acorn-walk "^8.0.0" + chalk "^4.1.0" + commander "^6.2.0" + ejs "^3.1.5" + express "^4.17.1" + filesize "^6.1.0" + gzip-size "^5.1.1" + lodash "^4.17.20" + mkdirp "^1.0.4" + opener "^1.5.2" + ws "^7.3.1" webpack-bundle-size-analyzer@^3.1.0: version "3.1.0" @@ -12317,23 +12269,23 @@ webpack-bundle-size-analyzer@^3.1.0: filesize "^3.6.1" humanize "0.0.9" -webpack-cli@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.1.0.tgz#3a8fe05326015cc92b67abea68e3c320d418b16e" - integrity sha512-NdhxXMZmoik62Y05t0h1y65LjBM7BwFPq311ihXuMM3RY6dlc4KkCTyHLzTuBEc+bqq6d3xh+CWmU0xRexNJBA== +webpack-cli@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.2.0.tgz#10a09030ad2bd4d8b0f78322fba6ea43ec56aaaa" + integrity sha512-EIl3k88vaF4fSxWSgtAQR+VwicfLMTZ9amQtqS4o+TDPW9HGaEpbFBbAZ4A3ZOT5SOnMxNOzROsSTPiE8tBJPA== dependencies: - "@webpack-cli/info" "^1.0.2" - "@webpack-cli/serve" "^1.0.1" - ansi-escapes "^4.3.1" + "@webpack-cli/info" "^1.1.0" + "@webpack-cli/serve" "^1.1.0" colorette "^1.2.1" command-line-usage "^6.1.0" - commander "^6.0.0" - enquirer "^2.3.4" - execa "^4.0.0" + commander "^6.2.0" + enquirer "^2.3.6" + execa "^4.1.0" import-local "^3.0.2" - interpret "^2.0.0" + interpret "^2.2.0" + leven "^3.1.0" rechoir "^0.7.0" - v8-compile-cache "^2.1.0" + v8-compile-cache "^2.2.0" webpack-merge "^4.2.2" webpack-dev-middleware@^3.7.2: @@ -12409,18 +12361,18 @@ webpack-sources@^1.0.1: source-list-map "^2.0.0" source-map "~0.6.1" -webpack-sources@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.1.0.tgz#0d6d309f5e048e445d34e22c07073a238ca12730" - integrity sha512-gOlNIlnBzDC4yIqRcguYXscNRfSL4KSd2EXMXxkTPCao56YW8CbjrY+EfW5fqJNOdWhlFMxGTy1ctwJgeprnXg== +webpack-sources@^2.1.1: + version "2.2.0" + resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.2.0.tgz#058926f39e3d443193b6c31547229806ffd02bac" + integrity sha512-bQsA24JLwcnWGArOKUxYKhX3Mz/nK1Xf6hxullKERyktjNMC4x8koOeaDNTA2fEJ09BdWLbM/iTW0ithREUP0w== dependencies: source-list-map "^2.0.1" source-map "^0.6.1" -webpack@5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.3.0.tgz#cfa5d9d235fff41e71de0c7c1cd1fc58c7a6ff28" - integrity sha512-0LumZ36pDaWsh+PO3i6FpNQYVqNu5Rs/Jn5AoYQyHpUxIlzn5H7omwApiEzaIUeWDccExOpkNZGO6agCVSqXPg== +webpack@5.8.0: + version "5.8.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.8.0.tgz#65f00a181708279ff982c2d7338e1dd5505364c4" + integrity sha512-X2yosPiHip3L0TE+ylruzrOqSgEgsdGyBOGFWKYChcwlKChaw9VodZIUovG1oo7s0ss6e3ZxBMn9tXR+nkPThA== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.45" @@ -12442,10 +12394,10 @@ webpack@5.3.0: neo-async "^2.6.2" pkg-dir "^4.2.0" schema-utils "^3.0.0" - tapable "^2.0.0" - terser-webpack-plugin "^5.0.0" + tapable "^2.1.1" + terser-webpack-plugin "^5.0.3" watchpack "^2.0.0" - webpack-sources "^2.1.0" + webpack-sources "^2.1.1" websocket-driver@0.6.5: version "0.6.5" @@ -12475,10 +12427,10 @@ whatwg-encoding@^1.0.5: dependencies: iconv-lite "0.4.24" -whatwg-fetch@>=0.10.0, whatwg-fetch@^3.4.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.4.1.tgz#e5f871572d6879663fa5674c8f833f15a8425ab3" - integrity sha512-sofZVzE1wKwO+EYPbWfiwzaKovWiZXf4coEzjGP9b2GBVgQRLQUZ2QcuPpQExGDAW5GItpEm6Tl4OU5mywnAoQ== +whatwg-fetch@>=0.10.0, whatwg-fetch@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.5.0.tgz#605a2cd0a7146e5db141e29d1c62ab84c0c4c868" + integrity sha512-jXkLtsR42xhXg7akoDKvKWE40eJeI+2KZqcp2h3NsOrRnDvtWX36KcKl30dy+hxECivdk2BVUHVNrPtoMBUx6A== whatwg-mimetype@^2.3.0: version "2.3.0" @@ -12546,13 +12498,6 @@ which-typed-array@^1.1.2: has-symbols "^1.0.1" is-typed-array "^1.1.3" -which@1, which@^1.2.14, which@^1.2.9, which@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" - integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - dependencies: - isexe "^2.0.0" - which@2.0.2, which@^2.0.1, which@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" @@ -12560,6 +12505,13 @@ which@2.0.2, which@^2.0.1, which@^2.0.2: dependencies: isexe "^2.0.0" +which@^1.2.14, which@^1.2.9, which@^1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" + integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== + dependencies: + isexe "^2.0.0" + wide-align@1.1.3, wide-align@^1.1.0: version "1.1.3" resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" @@ -12621,9 +12573,9 @@ workerpool@6.0.2: integrity sha512-DSNyvOpFKrNusaaUwk+ej6cBj1bmhLcBfj80elGk+ZIo5JSkq+unB1dLKEOcNfJDZgjGICfhQ0Q5TbP0PvF4+Q== wp-pot@^1.9.6: - version "1.9.6" - resolved "https://registry.yarnpkg.com/wp-pot/-/wp-pot-1.9.6.tgz#24153939c75a2cc01db9e3f783bccc337193ad2a" - integrity sha512-nNhn4vzJ/hg7j3lbG8NGzFyzDfbsmw1HE2Qoy8qw+esAZwgt6kibkelc/p0FduZd1VziVQ0kT0PM/AoZMLoyig== + version "1.9.8" + resolved "https://registry.yarnpkg.com/wp-pot/-/wp-pot-1.9.8.tgz#cd99256ed4f928a13e6d5a9b8c821d4b6044d162" + integrity sha512-F861Rx872AW57paoX9Pi8yQA9GW4grw/g7Koe//LSL2G1W0z3T+M/xMSFd2e//vWv2DAsoeiIkNpztpWhLxkTg== dependencies: matched "^5.0.0" path-sort "^0.1.0" @@ -12677,17 +12629,17 @@ write@1.0.3: dependencies: mkdirp "^0.5.1" -ws@^6.0.0, ws@^6.2.1: +ws@^6.2.1: version "6.2.1" resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb" integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA== dependencies: async-limiter "~1.0.0" -ws@^7.2.3: - version "7.3.1" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.1.tgz#d0547bf67f7ce4f12a72dfe31262c68d7dc551c8" - integrity sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA== +ws@^7.2.3, ws@^7.3.1: + version "7.4.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.0.tgz#a5dd76a24197940d4a8bb9e0e152bb4503764da7" + integrity sha512-kyFwXuV/5ymf+IXhS6f0+eAFvydbaBW3zjpT6hUdAh/hbVjTIB5EHBGi0bPoCLSK2wcuz3BrEkB9LrYv1Nm4NQ== xdg-basedir@^4.0.0: version "4.0.0" @@ -12713,7 +12665,7 @@ xmlchars@^2.2.0: resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb" integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== -xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.0, xtend@~4.0.1: +xtend@^4.0.0, xtend@~4.0.0, xtend@~4.0.1: version "4.0.2" resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== @@ -12728,10 +12680,10 @@ y18n@^4.0.0: resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== -yallist@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" - integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= +yallist@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" + integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== yaml@^1.10.0: version "1.10.0" @@ -12754,7 +12706,7 @@ yargs-parser@5.0.0-security.0: camelcase "^3.0.0" object.assign "^4.1.0" -yargs-parser@^18.1.2, yargs-parser@^18.1.3: +yargs-parser@^18.1.2: version "18.1.3" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== @@ -12762,6 +12714,11 @@ yargs-parser@^18.1.2, yargs-parser@^18.1.3: camelcase "^5.0.0" decamelize "^1.2.0" +yargs-parser@^20.2.3: + version "20.2.4" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54" + integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA== + yargs-unparser@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-2.0.0.tgz#f131f9226911ae5d9ad38c432fe809366c2325eb" @@ -12838,3 +12795,13 @@ yazl@^2.5.1: integrity sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw== dependencies: buffer-crc32 "~0.2.3" + +yocto-queue@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" + integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== + +zwitch@^1.0.0: + version "1.0.5" + resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920" + integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw== From 0fce1aa92531aca20c5fb8961bbd0e71012f04f6 Mon Sep 17 00:00:00 2001 From: John Godley Date: Sun, 29 Nov 2020 10:48:43 +0000 Subject: [PATCH 2/4] Slash post and comment before saving This will retain any slashes in the post --- source/core/comment.php | 3 +++ source/core/post.php | 3 +++ 2 files changed, 6 insertions(+) diff --git a/source/core/comment.php b/source/core/comment.php index 1ebae75..9d7782c 100644 --- a/source/core/comment.php +++ b/source/core/comment.php @@ -86,6 +86,9 @@ public function get_title_column() { } public function save( $row_id, $column_id, $content ) { + // wp_update_comment expects slashes to be present, which are then removed + $content = wp_slash( $content ); + // This does all the sanitization $result = wp_update_comment( [ $this->get_table_id() => $row_id, diff --git a/source/core/post.php b/source/core/post.php index e976f49..6c09725 100644 --- a/source/core/post.php +++ b/source/core/post.php @@ -169,6 +169,9 @@ public function get_table_name() { } public function save( $row_id, $column_id, $content ) { + // wp_update_post expects slashes to be present, which are then removed + $content = wp_slash( $content ); + // This does all the sanitization $result = wp_update_post( [ 'ID' => $row_id, From dea57fefa2ca39eb410b3416eb8eddf4afb77ab8 Mon Sep 17 00:00:00 2001 From: John Godley Date: Sun, 29 Nov 2020 10:49:02 +0000 Subject: [PATCH 3/4] =?UTF-8?q?Don=E2=80=99t=20show=20=E2=80=98update=20pr?= =?UTF-8?q?eset=E2=80=99=20when=20no=20preset=20is=20selected?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/component/presets/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/component/presets/index.js b/client/component/presets/index.js index 8057df2..ab74f8a 100644 --- a/client/component/presets/index.js +++ b/client/component/presets/index.js @@ -78,7 +78,7 @@ function Presets( props ) { const presetActions = []; - if ( ! currentPreset ) { + if ( ! currentPreset || currentPreset === '0' ) { presetActions.push( { __( 'Save search as new preset' ) } @@ -86,7 +86,7 @@ function Presets( props ) { ); } - if ( currentPreset ) { + if ( currentPreset && currentPreset !== '0' ) { presetActions.push( { __( 'Update current preset' ) } From 15b64ff7e95027ee6f1f052391196f3056a0a00c Mon Sep 17 00:00:00 2001 From: John Godley Date: Sun, 29 Nov 2020 12:16:05 +0000 Subject: [PATCH 4/4] Package up 2.4.1 --- locale/json/search-regex-it_IT.json | 2 +- locale/json/search-regex-ja.json | 2 +- locale/json/search-regex-nl_BE.json | 2 +- locale/json/search-regex-nl_NL.json | 2 +- locale/search-regex-it_IT.mo | Bin 26603 -> 26704 bytes locale/search-regex-it_IT.po | 268 +++++++++++------------ locale/search-regex-ja.mo | Bin 29246 -> 29352 bytes locale/search-regex-ja.po | 274 ++++++++++++------------ locale/search-regex-nl_BE.po | 266 +++++++++++------------ locale/search-regex-nl_NL.po | 266 +++++++++++------------ locale/search-regex.pot | 316 ++++++++++++++-------------- package.json | 2 +- readme.txt | 5 +- search-regex-strings.php | 28 +-- search-regex-version.php | 4 +- search-regex.js | 4 +- search-regex.php | 2 +- 17 files changed, 739 insertions(+), 704 deletions(-) diff --git a/locale/json/search-regex-it_IT.json b/locale/json/search-regex-it_IT.json index a417762..cd693b8 100644 --- a/locale/json/search-regex-it_IT.json +++ b/locale/json/search-regex-it_IT.json @@ -1 +1 @@ -{"":[],"Please review your data and try again.":["Controlla i dati e prova di nuovo."],"There was a problem making a request to your site. This could indicate you provided data that did not match requirements, or that the plugin sent a bad request.":["Si è verificato un problema nel fare una richiesta al tuo sito. Forse hai fornito dei dati diversi da quelli richiesti oppure il plugin ha inviato una richiesta errata."],"Bad data":["Dati errati"],"Your REST API is returning a 404 page. This is almost certainly an external plugin or server configuration issue.":["La REST API restituisce una pagina 404. Molto probabilmente è un problema generato da un plugin esterno o dalla configurazione del server."],"2000 per page":["2000 per pagina"],"1000 per page":["1000 per pagina"],"Set a preset to use by default when Search Regex is loaded.":["Imposta un preset da usare in modo predefinito quando Search Regex viene caricato."],"No default preset":["Nessun preset predefinito"],"Default Preset":["Preset predefinito"],"Your admin pages are being cached. Clear this cache and try again. There may be multiple caches involved.":["Le tue pagine di amministrazione sono in cache. Svuota questa cache e riprova. Potrebbero essere attive più cache."],"This is usually fixed by doing one of the following:":["Ciò di solito si corregge facendo una di queste cose:"],"You are using an old or cached session":["Stai usando una sessione vecchia o in cache"],"Debug Information":["Informazioni di debug"],"Show debug":["Mostra il debug"],"WordPress returned an unexpected message. This could be a PHP error from another plugin, or data inserted by your theme.":["WordPress ha restituito un messaggio inatteso. Potrebbe essere dovuto a un errore PHP di un plugin oppure ai dati inseriti dal tuo tema."],"Your WordPress REST API has been disabled. You will need to enable it to continue.":["La tua REST API di WordPress è stata disabilitata. Devi abilitarla per continuare."],"Your REST API is being redirected. Please remove the redirection for the API.":["La tua REST API viene reindirizzata. Rimuovi il rendirizzamento per la API."],"A security plugin or firewall is blocking access. You will need to whitelist the REST API.":["Un plugin di sicurezza o il firewall sta bloccando l'accesso. Devi aggiungere la REST API in whitelist."],"Your server configuration is blocking access to the REST API. You will need to fix this.":["La configurazione del tuo server sta bloccando l'accesso alla REST API. Devi correggere questa cosa."],"Check your {{link}}Site Health{{/link}} and fix any issues.":["Controlla il tuo {{link}}Salute del sito (Site Health){{/link}} e correggi i problemi."],"Can you access your {{api}}REST API{{/api}} without it redirecting? If not then you will need to fix any issues.":["Riesci ad accedere alla tua {{api}}REST API{{/api}} senza alcun reindirizzamento? Se non ci riesci, devi correggere tutti gli errori."],"Preset":["Preset"],"Upload":["Upload"],"Add File":["Aggiungi un file"],"Preset saved":["Preset salvato"],"Copy to clipboard":["Copia negli appunti"],"Are you sure you want to delete this preset?":["Sei sicuro di voler eliminare questo preset?"],"Locked fields":["Campi bloccati"],"For example, create tag {{code}}URL{{/code}} and title {{code}}Image URL{{/code}}. Your search could be {{code}}{{/code}}. When the preset is used it will ask the user for the {{code}}Image URL{{/code}} instead of the full search phrase.":["Per esempio, crea il tag {{code}}URL{{/code}} e il titolo {{code}}URL immagine{{/code}}. La tua ricerca potrebbe essere {{code}}{{/code}}. Quando il preset viene usato, chiederà all'utente la {{code}}URL immagine{{/code}} invece dell'intera frase di ricerca."],"A tag creates a custom input field. Insert the tag anywhere in the search or replace field and when the preset is used it will be replaced with a custom text field with the tag label.":["Un tag crea un campo di inserimento personalizzato. Inserisci il tag dove preferisci nel campo di ricerca o di sostituzione e, quando il preset viene usato, sarà sostituito con un campo di testo personalizzato con l'etichetta del tag."],"Enter tag which is used in the field":["Inserisci il tag usato nel campo"],"Tag":["Tag"],"Enter tag title shown to user":["Inserisci il titolo del tag mostrato all'utente"],"Tags":["Tag"],"Locking a field removes it from the search form and prevents changes.":["Bloccare un campo lo rimuove dal modulo di ricerca e impedisce i cambiamenti."],"Fields":["Campi"],"Locked Fields":["Campi bloccati"],"Advanced preset":["Preset avanzati"],"Describe the preset":["Descrivi il preset"],"Preset Description":["Descrizione del preset"],"Give the preset a name":["Dai un nome al preset"],"Preset Name":["Nome del preset"],"Edit preset":["Modifica il preset"],"Results per page":["Risultati per pagina"],"Source Flags":["Opzioni sorgente"],"remove phrase":["rimuovi la frase"],"no phrase":["nessuna frase"],"Import":["Importa"],"Paste a single preset JSON.":["Incolla un singolo JSON di preset."],"Please check your JSON data is a valid preset. You may have copied it incorrectly, or pasted something that is not a preset.":["Controlla che i dati del tuo JSON siano un valido preset. Potresti averlo copiato male o aver incollato qualcosa che non è un preset."],"Unable to import preset":["Impossibile importare il preset"],"Import preset from clipboard":["Importa il preset dagli appunti"],"Done":["Fatto"],"Uploaded %(total)d preset":["Caricato %(total)d preset","Caricati %(total)d preset"],"Importing":["Importazione in corso"],"File selected":["File selezionato"],"Click 'Add File' or drag and drop here.":["Fai clic su 'Aggiungi file' o trascinalo qui."],"Import a JSON file":["Importa un file JSON"],"Import JSON":["Importa JSON"],"Export JSON":["Esporta JSON"],"Download presets!":["Scarica i preset!"],"There are no presets":["Non ci sono preset"],"Flags":["Flag"],"Presets":["Preset"],"If that did not help then {{strong}}create an issue{{/strong}} or send it in an {{strong}}email{{/strong}}.":["Se non è stato di aiuto, allora {{strong}}apri un ticket{{/strong}} or invialo in una {{strong}}email{{/strong}}."],"Please check the {{link}}support site{{/link}} before proceeding further.":["Vai al {{link}}sito di supporto{{/link}} prima di procedere oltre."],"Enter preset name":["Inserisci il nome del preset"],"Enter a name for your preset":["Inserisci un nome per il tuo preset"],"Saving Preset":["Salvataggio del preset"],"Update current preset":["Aggiorna il preset corrente"],"Save search as new preset":["Salva la ricerca come nuovo preset"],"No preset":["Non ci sono preset"],"Saving preset":["Salvataggio del preset"],"Advanced":["Avanzato"],"Standard":["Standard"],"matched rows = %(searched)s, phrases = %(found)s":["righe corrispondenti = %(searched)s, frasi = %(found)s"],"Please backup your data before making modifications.":["Fai un backup dei tuoi dati prima di apportare modifiche."],"Show row actions as dropdown menu.":["Mostra le azioni di riga come menu a discesa."],"Replace Row":["Sostituisci riga"],"Delete Row":["Elimina riga"],"Inline Editor":["Editor in linea"],"Edit Page":["Modifica pagina"],"%s row.":["%s riga.","%s righe."],"%s phrase.":["%s frase.","%s frasi."],"Replace Information":["Sostituisci l'informazione"],"An unknown error occurred.":["Si è verificato un errore sconosciuto."],"GUID":["GUID"],"Slug":["Slug"],"Excerpt":["Riassunto"],"Content":["Contenuto"],"Search GUID":["Cerca GUID"],"Display name":["Nome visualizzato"],"Nicename":["Nicename"],"Value":["Valore"],"Include spam comments":["Includi i commenti spam"],"Comment":["Commento"],"Name":["Nome"],"Search your redirects":["Cerca i tuoi reindirizzamenti"],"Title":["Titolo"],"URL":["URL"],"Disabled! Detected PHP %1$s, need PHP %2$s+":["Disabilitato! Rilevato PHP %1$s, necessario PHP %2$s+"],"Plugins":["Plugin"],"Specific Post Types":["Specifici tipi di articolo"],"Search all WordPress options.":["Cerca in tutte le opzioni di WordPress."],"WordPress Options":["Opzioni di WordPress"],"Search user meta name and values.":["Cerca nei nomi e valori dei metadati dell'utente."],"User Meta":["Metadati utente"],"Search user email, URL, and name.":["Cerca in email utente, URL e nome."],"Users":["Utenti"],"Search comment meta names and values.":["Cerca nei nomi e valori dei metadati dei commenti."],"Comment Meta":["Metadati dei commenti"],"Search comment content, URL, and author, with optional support for spam comments.":["Cerca nel contenuto del commento, URL e autore, con supporto opzionale per i commenti spam."],"Comments":["Commenti"],"Search post meta names and values.":["Cerca nei nomi e valori dei metadati degli articoli."],"Post Meta":["Metadati articoli"],"Search all posts, pages, and custom post types.":["Cerca in tutti gli articoli, pagine e tipi di articolo personalizzati."],"All Post Types":["Tutti i tipi di articolo"],"Please enable JavaScript":["Abilita JavaScript"],"Loading, please wait...":["In caricamento, attendi..."],"Create Issue":["Apri un ticket"],"SearchRegexi10n is not defined. This usually means another plugin is blocking Search Regex from loading. Please disable all plugins and try again.":["SearchRegexi10n non è definito. Di solito ciò significa che un altro plugin sta impedendo il caricamento di Search Regex. Disabilita tutti i plugin e riprova."],"If you think Search Regex is at fault then create an issue.":["Se ritieni che Search Regex abbia un problema, apri un ticket."],"Please see the list of common problems.":["Consulta la lista dei problemi comuni."],"Please note that Search Regex requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Search Regex":["Tieni presente che Search Regex richiede che la REST API di WordPress sia abilitata. Se l'hai disabilitata, non potrai usare Search Regex"],"Also check if your browser is able to load search-regex.js:":["Verifica che il tuo browser riesca a caricare search-regex.js:"],"This may be caused by another plugin - look at your browser's error console for more details.":["Ciò potrebbe essere causato da un altro plugin. Guarda la console degli errori del tuo browser per maggiori dettagli."],"Unable to load Search Regex ☹️":["Impossibile caricare Search Regex ☹️"],"Unable to load Search Regex":["Impossibile caricare Search Regex"],"Search Regex requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Search Regex richiede WordPress v%1$1s, tu stai usando v%2$2s. Aggiorna il tuo WordPress"],"Search Regex Support":["Supporto per Search Regex"],"You can find full documentation about using Search Regex on the searchregex.com support site.":["Puoi trovare la documentazione completa sull'uso di Search Regex nel sito di supporto searchregex.com."],"Settings":["Impostazioni"],"Actions":["Azioni"],"Matched Phrases":["Frasi corrispondenti"],"Matches":["Corrispondenze"],"Row ID":["ID di riga"],"Maximum number of page requests has been exceeded and the search stopped. Try to be more specific with your search term.":["È stato superato il numero massimo di richieste di pagina e la ricerca si è fermata. Cerca di essere più specifico nei termini di ricerca."],"No more matching results found.":["Nessun'altra corrispondenza trovata."],"Last page":["Ultima pagina"],"Page %(current)s of %(total)s":["Pagina %(current)s di %(total)s"],"Matches: %(phrases)s across %(rows)s database row.":["Corrispondenze: %(phrases)s in %(rows)s riga di database.","Corrispondenze: %(phrases)s in %(rows)s righe di database."],"Next page":["Pagina successiva"],"Progress %(current)s$":["Avanzamento %(current)s$"],"Prev page":["Pagina precedente"],"First page":["Prima pagina"],"%s database row in total":["%s riga di database in totale","%s righe di database in totale"],"500 per page":["500 per pagina"],"250 per page":["250 per pagina"],"100 per page":["100 per pagina"],"50 per page":["50 per pagina "],"25 per page":["25 per pagina "],"Ignore Case":["Ignora le maiuscole"],"Regular Expression":["Espressione regolare"],"Row updated":["Riga aggiornata"],"Row replaced":["Riga sostituita"],"Row deleted":["Riga cancellata"],"Settings saved":["Impostazioni salvate"],"{{link}}Source Flags{{/link}} - additional options for the selected source. For example, include post {{guid}}GUID{{/guid}} in the search.":["{{link}}Opzioni Sorgente{{/link}} - opzioni aggiuntive per la sorgente selezionata. Per esempio, includi il {{guid}}GUID{{/guid}} dell'articolo nella ricerca."],"{{link}}Source{{/link}} - the source of data you wish to search. For example, posts, pages, or comments.":["{{link}}Sorgente{{/link}} - la sorgente dei dati in cui vuoi cercare. Per esempio, articoli, pagine o commenti."],"{{link}}Regular expression{{/link}} - a way of defining a pattern for text matching. Provides more advanced matches.":["{{link}}Espressione regulare{{/link}} - Un modo per definire uno schema per la corrispondenza del testo. Fornisce corrispondenze più avanzate."],"{{link}}Search Flags{{/link}} - additional qualifiers for your search, to enable case insensitivity, and to enable regular expression support.":["{{link}}Opzioni di ricerca{{/link}} - qualificatori aggiuntivi per la tua ricerca che consentono di ignorare le maiuscole e di abilitare il supporto per le espressioni regolari."],"The following concepts are used by Search Regex:":["I seguenti elementi sono usati da Search Regex:"],"Quick Help":["Aiuto veloce"],"Like this plugin? You might want to consider {{link}}Redirection{{/link}}, a plugin to manage redirects, from the same author.":["Ti piace questo plugin? Potresti considerare {{link}}Redirection{{/link}}, un plugin per gestire i reindirizzamenti, realizzato dallo stesso autore."],"Redirection":["Redirection"],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["Se vuoi inviare informazioni che preferisci non vadano in un repository pubblico, allora mandale via {{email}}email{{/email}}. Includi quante più informazioni possibili!"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Tieni presente che qualsiasi supporto è fornito quando è possibile e non è garantito. Non fornisco supporto a pagamento."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["Se vuoi segnalare un bug, leggi la guida {{report}}Reporting Bugs{{/report}}."],"Full documentation for Search Regex can be found at {{site}}https://searchregex.com{{/site}}.":["La documentazione completa di Search Regex è disponibile su {{site}}https://searchregex.com{{/site}}."],"Need more help?":["Hai bisogno di altro aiuto?"],"Results":["Risultati"],"Source Options":["Opzioni sorgente"],"Source":["Sorgente"],"Enter global replacement text":["Inserisci il testo sostitutivo globale"],"Search Flags":["Opzioni di ricerca"],"Enter search phrase":["Inserisci la frase di ricerca"],"Replace All":["Sostituisci tutto"],"Search":["Cerca"],"Search and replace information in your database.":["Cerca e sostituisci informazioni nel tuo database."],"Update":["Aggiorna"],"How Search Regex uses the REST API - don't change unless necessary":["Come Search Regex usa la REST API. Non cambiarla se non è necessario."],"REST API":["REST API"],"I'm a nice person and I have helped support the author of this plugin":["Sono una persona carina e ho sostenuto l'autore di questo plugin"],"Relative REST API":["REST API relativa"],"Raw REST API":["REST API grezza"],"Default REST API":["REST API predefinita"],"Plugin Support":["Supporto al plugin"],"Support 💰":["Supporto 💰"],"You get useful software and I get to carry on making it better.":["Tu ricevi software utile e io posso continuare a migliorarlo."],"Search Regex is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Search Regex è distribuito gratuitamente - la vita è meravigliosa e adorabile! Lo sviluppo ha richiesto molto tempo e fatica e tu puoi aiutare lo sviluppo {{strong}}facendo una piccola donazione{{/strong}}."],"I'd like to support some more.":["Vorrei dare maggiore aiuto."],"You've supported this plugin - thank you!":["Hai sostenuto questo plugin. Grazie!"],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["Se ciò non aiuta, apri la console degli errori del tuo browser e apri un {{link}}nuovo ticket{{/link}} con i dettagli."],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["Se stai usando un plugin di caching delle pagine o un servizio (CloudFlare, OVH, ecc.), puoi anche provare a svuotare la cache."],"Search Regex is not working. Try clearing your browser cache and reloading this page.":["Search Regex non sta funzionando. Prova a svuotare la cache del tuo browser e a ricaricare questa pagina."],"clearing your cache.":["svuotare la cache."],"If you are using a caching system such as Cloudflare then please read this: ":["Se stai usando un sistema di cache come Cloudflare, leggi questo: "],"Please clear your browser cache and reload this page.":["Pulisci la cache del tuo browser e ricarica questa pagina."],"Cached Search Regex detected":["Rilevata cache di Search Regex"],"Show %s more":["Mostrane %s altro","Mostrane altri %s"],"Maximum number of matches exceeded and hidden from view. These will be included in any replacements.":["È stato superato il numero massimo di corrispondenze e sono nascoste dalla vista. Queste saranno incluse nelle eventuali sostituzioni."],"Replace %(count)s match.":["Sostituisci %(count)s corrispondenza.","Sostituisci %(count)s corrispondenze."],"Delete":["Elimina"],"Edit":["Modifica"],"Replacement for all matches in this row":["Sostituzione per tutte le corrispondenze in questa riga"],"Check Again":["Controlla di nuovo"],"Testing - %s$":["In test - %s$"],"Show Problems":["Mostra i problemi"],"Summary":["Sommario"],"You are using a broken REST API route. Changing to a working API should fix the problem.":["Stai usando una route REST API non funzionante. Cambiarla con un'API funzionante dovrebbe risolvere il problema."],"Your REST API is not working and the plugin will not be able to continue until this is fixed.":["La tua REST API non sta funzionando e il plugin non sarà in grado di continuare finché ciò non sarà sistemato."],"There are some problems connecting to your REST API. It is not necessary to fix these problems and the plugin is able to work.":["Ci sono alcuni problemi di connessione alla tua REST API. Non è necessario sistemare questi problemi: il plugin è in grado di funzionare."],"Unavailable":["Non disponibile"],"Not working but fixable":["Non funzionante ma sistemabile"],"Working but some issues":["Funzionante ma con problemi"],"Good":["Buono"],"Current API":["API corrente"],"Switch to this API":["Usa questa API"],"Hide":["Nascondi"],"Show Full":["Mostra tutto"],"Working!":["Funzionante!"],"Finished!":["Finito!"],"Replace progress":["Avanzamento di sostituzione"],"Cancel":["Annulla"],"Replace":["Sostituisci"],"Search phrase will be removed":["La frase di ricerca sarà rimossa"],"Remove":["Rimuovi"],"Multi":["Multi"],"Single":["Singolo"],"View notice":["Guarda la notifica"],"Replace single phrase.":["Sostituisci la singola frase."],"Replacement for this match":["Sostituzione per questa corrispondenza"],"Support":["Supporto"],"Options":["Opzioni"],"Search & Replace":["Cerca & Sostituisci"],"If you are using WordPress 5.2 or newer then look at your {{link}}Site Health{{/link}} and resolve any issues.":["Se stai usando WordPress 5.2 o superiore, dai uno sguardo a {{link}}Salute del sito (Site Health){{/link}} e risolvi eventuali problemi."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Disabilita temporaneamente altri plugin!{{/link}} Ciò risolve molti problemi."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Il software di cache{{/link}}, in particulare Cloudflare, può mettere in cache la cosa sbagliata. Prova a svuotare tutte le tue cache."],"What do I do next?":["Cosa faccio ora?"],"Something went wrong 🙁":["Qualcosa è andato storto 🙁"],"Log out, clear your browser cache, and log in again - your browser has cached an old session.":["Esci dalla sessione, svuota la cache del browser e rientra. Il tuo browser ha in cache una vecchia sessione."],"Reload the page - your current session is old.":["Ricarica la pagina. La tua sessione corrente è vecchia."],"Include these details in your report along with a description of what you were doing and a screenshot.":["Includi questi dettagli nel tuo rapporto insieme con una descrizione di quello che stavi facendo a uno screenshot."],"Email":["Email"],"Create An Issue":["Apri un ticket"],"Close":["Chiudi"],"Save":["Salva"],"Editing %s":["Modifica di %s"],"Unable to make request due to browser security. This is typically because your WordPress and Site URL settings are inconsistent, or the request was blocked by your site CORS policy.":["Impossibile fare richiesta a motivo della sicurezza del browser. Ciò avviene di solito perché le impostazioni del tuo WordPress e dell'opzione Indirizzo sito (URL) non sono coerenti, oppure perché la richiesta è stata bloccata dalla policy CORS del tuo sito."],"Possible cause":["Possibile causa"],"This could be a security plugin, or your server is out of memory or has an external error. Please check your server error log":["Ciò può essere dovuto a un plugin di sicurezza oppure il tuo server ha esaurito la memoria oppure ha un errore esterno. Controlla il registro degli errori del server"],"Your server has rejected the request for being too big. You will need to reconfigure it to continue.":["Il tuo server ha respinto la richiesta perché troppo grande. Devi cambiarla per continuare."],"Your REST API is probably being blocked by a security plugin. Please disable this, or configure it to allow REST API requests.":["La tua REST API probabilmente è bloccata da un plugin di sicurezza. Disabilitalo oppure configuralo per permettere richieste REST API."],"Read this REST API guide for more information.":["Leggi questa guida REST API per ulteriori informazioni."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress non ha restituito una risposta. Ciò può significare che si è verificato un errore o che la richiesta è stata bloccata. Controlla il registro degli errori del tuo server."],"John Godley":["John Godley"],"Adds search and replace functionality across posts, pages, comments, and meta-data, with full regular expression support":["Aggiunge la funzionalità di cerca e sostituisci negli articoli, pagine, commenti e metadati, con il supporto completo alle espressioni regolari."],"https://searchregex.com/":["https://searchregex.com/"],"Search Regex":["Search Regex"]} \ No newline at end of file +{"":[],"Serialized Value":["Valore serializzato"],"Exclude drafts":["Escludi le bozze"],"Please review your data and try again.":["Controlla i dati e prova di nuovo."],"There was a problem making a request to your site. This could indicate you provided data that did not match requirements, or that the plugin sent a bad request.":["Si è verificato un problema nel fare una richiesta al tuo sito. Forse hai fornito dei dati diversi da quelli richiesti oppure il plugin ha inviato una richiesta errata."],"Bad data":["Dati errati"],"Your REST API is returning a 404 page. This is almost certainly an external plugin or server configuration issue.":["La REST API restituisce una pagina 404. Molto probabilmente è un problema generato da un plugin esterno o dalla configurazione del server."],"2000 per page":["2000 per pagina"],"1000 per page":["1000 per pagina"],"Set a preset to use by default when Search Regex is loaded.":["Imposta un preset da usare in modo predefinito quando Search Regex viene caricato."],"No default preset":["Nessun preset predefinito"],"Default Preset":["Preset predefinito"],"Your admin pages are being cached. Clear this cache and try again. There may be multiple caches involved.":["Le tue pagine di amministrazione sono in cache. Svuota questa cache e riprova. Potrebbero essere attive più cache."],"This is usually fixed by doing one of the following:":["Ciò di solito si corregge facendo una di queste cose:"],"You are using an old or cached session":["Stai usando una sessione vecchia o in cache"],"Debug Information":["Informazioni di debug"],"Show debug":["Mostra il debug"],"WordPress returned an unexpected message. This could be a PHP error from another plugin, or data inserted by your theme.":["WordPress ha restituito un messaggio inatteso. Potrebbe essere dovuto a un errore PHP di un plugin oppure ai dati inseriti dal tuo tema."],"Your WordPress REST API has been disabled. You will need to enable it to continue.":["La tua REST API di WordPress è stata disabilitata. Devi abilitarla per continuare."],"Your REST API is being redirected. Please remove the redirection for the API.":["La tua REST API viene reindirizzata. Rimuovi il rendirizzamento per la API."],"A security plugin or firewall is blocking access. You will need to whitelist the REST API.":["Un plugin di sicurezza o il firewall sta bloccando l'accesso. Devi aggiungere la REST API in whitelist."],"Your server configuration is blocking access to the REST API. You will need to fix this.":["La configurazione del tuo server sta bloccando l'accesso alla REST API. Devi correggere questa cosa."],"Check your {{link}}Site Health{{/link}} and fix any issues.":["Controlla il tuo {{link}}Salute del sito (Site Health){{/link}} e correggi i problemi."],"Can you access your {{api}}REST API{{/api}} without it redirecting? If not then you will need to fix any issues.":["Riesci ad accedere alla tua {{api}}REST API{{/api}} senza alcun reindirizzamento? Se non ci riesci, devi correggere tutti gli errori."],"Preset":["Preset"],"Upload":["Upload"],"Add File":["Aggiungi un file"],"Preset saved":["Preset salvato"],"Copy to clipboard":["Copia negli appunti"],"Are you sure you want to delete this preset?":["Sei sicuro di voler eliminare questo preset?"],"Locked fields":["Campi bloccati"],"For example, create tag {{code}}URL{{/code}} and title {{code}}Image URL{{/code}}. Your search could be {{code}}{{/code}}. When the preset is used it will ask the user for the {{code}}Image URL{{/code}} instead of the full search phrase.":["Per esempio, crea il tag {{code}}URL{{/code}} e il titolo {{code}}URL immagine{{/code}}. La tua ricerca potrebbe essere {{code}}{{/code}}. Quando il preset viene usato, chiederà all'utente la {{code}}URL immagine{{/code}} invece dell'intera frase di ricerca."],"A tag creates a custom input field. Insert the tag anywhere in the search or replace field and when the preset is used it will be replaced with a custom text field with the tag label.":["Un tag crea un campo di inserimento personalizzato. Inserisci il tag dove preferisci nel campo di ricerca o di sostituzione e, quando il preset viene usato, sarà sostituito con un campo di testo personalizzato con l'etichetta del tag."],"Enter tag which is used in the field":["Inserisci il tag usato nel campo"],"Tag":["Tag"],"Enter tag title shown to user":["Inserisci il titolo del tag mostrato all'utente"],"Tags":["Tag"],"Locking a field removes it from the search form and prevents changes.":["Bloccare un campo lo rimuove dal modulo di ricerca e impedisce i cambiamenti."],"Fields":["Campi"],"Locked Fields":["Campi bloccati"],"Advanced preset":["Preset avanzati"],"Describe the preset":["Descrivi il preset"],"Preset Description":["Descrizione del preset"],"Give the preset a name":["Dai un nome al preset"],"Preset Name":["Nome del preset"],"Edit preset":["Modifica il preset"],"Results per page":["Risultati per pagina"],"Source Flags":["Opzioni sorgente"],"remove phrase":["rimuovi la frase"],"no phrase":["nessuna frase"],"Import":["Importa"],"Paste a single preset JSON.":["Incolla un singolo JSON di preset."],"Please check your JSON data is a valid preset. You may have copied it incorrectly, or pasted something that is not a preset.":["Controlla che i dati del tuo JSON siano un valido preset. Potresti averlo copiato male o aver incollato qualcosa che non è un preset."],"Unable to import preset":["Impossibile importare il preset"],"Import preset from clipboard":["Importa il preset dagli appunti"],"Done":["Fatto"],"Uploaded %(total)d preset":["Caricato %(total)d preset","Caricati %(total)d preset"],"Importing":["Importazione in corso"],"File selected":["File selezionato"],"Click 'Add File' or drag and drop here.":["Fai clic su 'Aggiungi file' o trascinalo qui."],"Import a JSON file":["Importa un file JSON"],"Import JSON":["Importa JSON"],"Export JSON":["Esporta JSON"],"Download presets!":["Scarica i preset!"],"There are no presets":["Non ci sono preset"],"Flags":["Flag"],"Presets":["Preset"],"If that did not help then {{strong}}create an issue{{/strong}} or send it in an {{strong}}email{{/strong}}.":["Se non è stato di aiuto, allora {{strong}}apri un ticket{{/strong}} or invialo in una {{strong}}email{{/strong}}."],"Please check the {{link}}support site{{/link}} before proceeding further.":["Vai al {{link}}sito di supporto{{/link}} prima di procedere oltre."],"Enter preset name":["Inserisci il nome del preset"],"Enter a name for your preset":["Inserisci un nome per il tuo preset"],"Saving Preset":["Salvataggio del preset"],"Update current preset":["Aggiorna il preset corrente"],"Save search as new preset":["Salva la ricerca come nuovo preset"],"No preset":["Non ci sono preset"],"Saving preset":["Salvataggio del preset"],"Advanced":["Avanzato"],"Standard":["Standard"],"matched rows = %(searched)s, phrases = %(found)s":["righe corrispondenti = %(searched)s, frasi = %(found)s"],"Please backup your data before making modifications.":["Fai un backup dei tuoi dati prima di apportare modifiche."],"Show row actions as dropdown menu.":["Mostra le azioni di riga come menu a discesa."],"Replace Row":["Sostituisci riga"],"Delete Row":["Elimina riga"],"Inline Editor":["Editor in linea"],"Edit Page":["Modifica pagina"],"%s row.":["%s riga.","%s righe."],"%s phrase.":["%s frase.","%s frasi."],"Replace Information":["Sostituisci l'informazione"],"An unknown error occurred.":["Si è verificato un errore sconosciuto."],"GUID":["GUID"],"Slug":["Slug"],"Excerpt":["Riassunto"],"Content":["Contenuto"],"Search GUID":["Cerca GUID"],"Display name":["Nome visualizzato"],"Nicename":["Nicename"],"Value":["Valore"],"Include spam comments":["Includi i commenti spam"],"Comment":["Commento"],"Name":["Nome"],"Search your redirects":["Cerca i tuoi reindirizzamenti"],"Title":["Titolo"],"URL":["URL"],"Disabled! Detected PHP %1$s, need PHP %2$s+":["Disabilitato! Rilevato PHP %1$s, necessario PHP %2$s+"],"Plugins":["Plugin"],"Specific Post Types":["Specifici tipi di articolo"],"Search all WordPress options.":["Cerca in tutte le opzioni di WordPress."],"WordPress Options":["Opzioni di WordPress"],"Search user meta name and values.":["Cerca nei nomi e valori dei metadati dell'utente."],"User Meta":["Metadati utente"],"Search user email, URL, and name.":["Cerca in email utente, URL e nome."],"Users":["Utenti"],"Search comment meta names and values.":["Cerca nei nomi e valori dei metadati dei commenti."],"Comment Meta":["Metadati dei commenti"],"Search comment content, URL, and author, with optional support for spam comments.":["Cerca nel contenuto del commento, URL e autore, con supporto opzionale per i commenti spam."],"Comments":["Commenti"],"Search post meta names and values.":["Cerca nei nomi e valori dei metadati degli articoli."],"Post Meta":["Metadati articoli"],"Search all posts, pages, and custom post types.":["Cerca in tutti gli articoli, pagine e tipi di articolo personalizzati."],"All Post Types":["Tutti i tipi di articolo"],"Please enable JavaScript":["Abilita JavaScript"],"Loading, please wait...":["In caricamento, attendi..."],"Create Issue":["Apri un ticket"],"SearchRegexi10n is not defined. This usually means another plugin is blocking Search Regex from loading. Please disable all plugins and try again.":["SearchRegexi10n non è definito. Di solito ciò significa che un altro plugin sta impedendo il caricamento di Search Regex. Disabilita tutti i plugin e riprova."],"If you think Search Regex is at fault then create an issue.":["Se ritieni che Search Regex abbia un problema, apri un ticket."],"Please see the list of common problems.":["Consulta la lista dei problemi comuni."],"Please note that Search Regex requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Search Regex":["Tieni presente che Search Regex richiede che la REST API di WordPress sia abilitata. Se l'hai disabilitata, non potrai usare Search Regex"],"Also check if your browser is able to load search-regex.js:":["Verifica che il tuo browser riesca a caricare search-regex.js:"],"This may be caused by another plugin - look at your browser's error console for more details.":["Ciò potrebbe essere causato da un altro plugin. Guarda la console degli errori del tuo browser per maggiori dettagli."],"Unable to load Search Regex ☹️":["Impossibile caricare Search Regex ☹️"],"Unable to load Search Regex":["Impossibile caricare Search Regex"],"Search Regex requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Search Regex richiede WordPress v%1$1s, tu stai usando v%2$2s. Aggiorna il tuo WordPress"],"Search Regex Support":["Supporto per Search Regex"],"You can find full documentation about using Search Regex on the searchregex.com support site.":["Puoi trovare la documentazione completa sull'uso di Search Regex nel sito di supporto searchregex.com."],"Settings":["Impostazioni"],"Actions":["Azioni"],"Matched Phrases":["Frasi corrispondenti"],"Matches":["Corrispondenze"],"Row ID":["ID di riga"],"Maximum number of page requests has been exceeded and the search stopped. Try to be more specific with your search term.":["È stato superato il numero massimo di richieste di pagina e la ricerca si è fermata. Cerca di essere più specifico nei termini di ricerca."],"No more matching results found.":["Nessun'altra corrispondenza trovata."],"Last page":["Ultima pagina"],"Page %(current)s of %(total)s":["Pagina %(current)s di %(total)s"],"Matches: %(phrases)s across %(rows)s database row.":["Corrispondenze: %(phrases)s in %(rows)s riga di database.","Corrispondenze: %(phrases)s in %(rows)s righe di database."],"Next page":["Pagina successiva"],"Progress %(current)s$":["Avanzamento %(current)s$"],"Prev page":["Pagina precedente"],"First page":["Prima pagina"],"%s database row in total":["%s riga di database in totale","%s righe di database in totale"],"500 per page":["500 per pagina"],"250 per page":["250 per pagina"],"100 per page":["100 per pagina"],"50 per page":["50 per pagina "],"25 per page":["25 per pagina "],"Ignore Case":["Ignora le maiuscole"],"Regular Expression":["Espressione regolare"],"Row updated":["Riga aggiornata"],"Row replaced":["Riga sostituita"],"Row deleted":["Riga cancellata"],"Settings saved":["Impostazioni salvate"],"{{link}}Source Flags{{/link}} - additional options for the selected source. For example, include post {{guid}}GUID{{/guid}} in the search.":["{{link}}Opzioni Sorgente{{/link}} - opzioni aggiuntive per la sorgente selezionata. Per esempio, includi il {{guid}}GUID{{/guid}} dell'articolo nella ricerca."],"{{link}}Source{{/link}} - the source of data you wish to search. For example, posts, pages, or comments.":["{{link}}Sorgente{{/link}} - la sorgente dei dati in cui vuoi cercare. Per esempio, articoli, pagine o commenti."],"{{link}}Regular expression{{/link}} - a way of defining a pattern for text matching. Provides more advanced matches.":["{{link}}Espressione regulare{{/link}} - Un modo per definire uno schema per la corrispondenza del testo. Fornisce corrispondenze più avanzate."],"{{link}}Search Flags{{/link}} - additional qualifiers for your search, to enable case insensitivity, and to enable regular expression support.":["{{link}}Opzioni di ricerca{{/link}} - qualificatori aggiuntivi per la tua ricerca che consentono di ignorare le maiuscole e di abilitare il supporto per le espressioni regolari."],"The following concepts are used by Search Regex:":["I seguenti elementi sono usati da Search Regex:"],"Quick Help":["Aiuto veloce"],"Like this plugin? You might want to consider {{link}}Redirection{{/link}}, a plugin to manage redirects, from the same author.":["Ti piace questo plugin? Potresti considerare {{link}}Redirection{{/link}}, un plugin per gestire i reindirizzamenti, realizzato dallo stesso autore."],"Redirection":["Redirection"],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["Se vuoi inviare informazioni che preferisci non vadano in un repository pubblico, allora mandale via {{email}}email{{/email}}. Includi quante più informazioni possibili!"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Tieni presente che qualsiasi supporto è fornito quando è possibile e non è garantito. Non fornisco supporto a pagamento."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["Se vuoi segnalare un bug, leggi la guida {{report}}Reporting Bugs{{/report}}."],"Full documentation for Search Regex can be found at {{site}}https://searchregex.com{{/site}}.":["La documentazione completa di Search Regex è disponibile su {{site}}https://searchregex.com{{/site}}."],"Need more help?":["Hai bisogno di altro aiuto?"],"Results":["Risultati"],"Source Options":["Opzioni sorgente"],"Source":["Sorgente"],"Enter global replacement text":["Inserisci il testo sostitutivo globale"],"Search Flags":["Opzioni di ricerca"],"Enter search phrase":["Inserisci la frase di ricerca"],"Replace All":["Sostituisci tutto"],"Search":["Cerca"],"Search and replace information in your database.":["Cerca e sostituisci informazioni nel tuo database."],"Update":["Aggiorna"],"How Search Regex uses the REST API - don't change unless necessary":["Come Search Regex usa la REST API. Non cambiarla se non è necessario."],"REST API":["REST API"],"I'm a nice person and I have helped support the author of this plugin":["Sono una persona carina e ho sostenuto l'autore di questo plugin"],"Relative REST API":["REST API relativa"],"Raw REST API":["REST API grezza"],"Default REST API":["REST API predefinita"],"Plugin Support":["Supporto al plugin"],"Support 💰":["Supporto 💰"],"You get useful software and I get to carry on making it better.":["Tu ricevi software utile e io posso continuare a migliorarlo."],"Search Regex is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Search Regex è distribuito gratuitamente - la vita è meravigliosa e adorabile! Lo sviluppo ha richiesto molto tempo e fatica e tu puoi aiutare lo sviluppo {{strong}}facendo una piccola donazione{{/strong}}."],"I'd like to support some more.":["Vorrei dare maggiore aiuto."],"You've supported this plugin - thank you!":["Hai sostenuto questo plugin. Grazie!"],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["Se ciò non aiuta, apri la console degli errori del tuo browser e apri un {{link}}nuovo ticket{{/link}} con i dettagli."],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["Se stai usando un plugin di caching delle pagine o un servizio (CloudFlare, OVH, ecc.), puoi anche provare a svuotare la cache."],"Search Regex is not working. Try clearing your browser cache and reloading this page.":["Search Regex non sta funzionando. Prova a svuotare la cache del tuo browser e a ricaricare questa pagina."],"clearing your cache.":["svuotare la cache."],"If you are using a caching system such as Cloudflare then please read this: ":["Se stai usando un sistema di cache come Cloudflare, leggi questo: "],"Please clear your browser cache and reload this page.":["Pulisci la cache del tuo browser e ricarica questa pagina."],"Cached Search Regex detected":["Rilevata cache di Search Regex"],"Show %s more":["Mostrane %s altro","Mostrane altri %s"],"Maximum number of matches exceeded and hidden from view. These will be included in any replacements.":["È stato superato il numero massimo di corrispondenze e sono nascoste dalla vista. Queste saranno incluse nelle eventuali sostituzioni."],"Replace %(count)s match.":["Sostituisci %(count)s corrispondenza.","Sostituisci %(count)s corrispondenze."],"Delete":["Elimina"],"Edit":["Modifica"],"Replacement for all matches in this row":["Sostituzione per tutte le corrispondenze in questa riga"],"Check Again":["Controlla di nuovo"],"Testing - %s$":["In test - %s$"],"Show Problems":["Mostra i problemi"],"Summary":["Sommario"],"You are using a broken REST API route. Changing to a working API should fix the problem.":["Stai usando una route REST API non funzionante. Cambiarla con un'API funzionante dovrebbe risolvere il problema."],"Your REST API is not working and the plugin will not be able to continue until this is fixed.":["La tua REST API non sta funzionando e il plugin non sarà in grado di continuare finché ciò non sarà sistemato."],"There are some problems connecting to your REST API. It is not necessary to fix these problems and the plugin is able to work.":["Ci sono alcuni problemi di connessione alla tua REST API. Non è necessario sistemare questi problemi: il plugin è in grado di funzionare."],"Unavailable":["Non disponibile"],"Not working but fixable":["Non funzionante ma sistemabile"],"Working but some issues":["Funzionante ma con problemi"],"Good":["Buono"],"Current API":["API corrente"],"Switch to this API":["Usa questa API"],"Hide":["Nascondi"],"Show Full":["Mostra tutto"],"Working!":["Funzionante!"],"Finished!":["Finito!"],"Replace progress":["Avanzamento di sostituzione"],"Cancel":["Annulla"],"Replace":["Sostituisci"],"Search phrase will be removed":["La frase di ricerca sarà rimossa"],"Remove":["Rimuovi"],"Multi":["Multi"],"Single":["Singolo"],"View notice":["Guarda la notifica"],"Replace single phrase.":["Sostituisci la singola frase."],"Replacement for this match":["Sostituzione per questa corrispondenza"],"Support":["Supporto"],"Options":["Opzioni"],"Search & Replace":["Cerca & Sostituisci"],"If you are using WordPress 5.2 or newer then look at your {{link}}Site Health{{/link}} and resolve any issues.":["Se stai usando WordPress 5.2 o superiore, dai uno sguardo a {{link}}Salute del sito (Site Health){{/link}} e risolvi eventuali problemi."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Disabilita temporaneamente altri plugin!{{/link}} Ciò risolve molti problemi."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Il software di cache{{/link}}, in particulare Cloudflare, può mettere in cache la cosa sbagliata. Prova a svuotare tutte le tue cache."],"What do I do next?":["Cosa faccio ora?"],"Something went wrong 🙁":["Qualcosa è andato storto 🙁"],"Log out, clear your browser cache, and log in again - your browser has cached an old session.":["Esci dalla sessione, svuota la cache del browser e rientra. Il tuo browser ha in cache una vecchia sessione."],"Reload the page - your current session is old.":["Ricarica la pagina. La tua sessione corrente è vecchia."],"Include these details in your report along with a description of what you were doing and a screenshot.":["Includi questi dettagli nel tuo rapporto insieme con una descrizione di quello che stavi facendo a uno screenshot."],"Email":["Email"],"Create An Issue":["Apri un ticket"],"Close":["Chiudi"],"Save":["Salva"],"Editing %s":["Modifica di %s"],"Unable to make request due to browser security. This is typically because your WordPress and Site URL settings are inconsistent, or the request was blocked by your site CORS policy.":["Impossibile fare richiesta a motivo della sicurezza del browser. Ciò avviene di solito perché le impostazioni del tuo WordPress e dell'opzione Indirizzo sito (URL) non sono coerenti, oppure perché la richiesta è stata bloccata dalla policy CORS del tuo sito."],"Possible cause":["Possibile causa"],"This could be a security plugin, or your server is out of memory or has an external error. Please check your server error log":["Ciò può essere dovuto a un plugin di sicurezza oppure il tuo server ha esaurito la memoria oppure ha un errore esterno. Controlla il registro degli errori del server"],"Your server has rejected the request for being too big. You will need to reconfigure it to continue.":["Il tuo server ha respinto la richiesta perché troppo grande. Devi cambiarla per continuare."],"Your REST API is probably being blocked by a security plugin. Please disable this, or configure it to allow REST API requests.":["La tua REST API probabilmente è bloccata da un plugin di sicurezza. Disabilitalo oppure configuralo per permettere richieste REST API."],"Read this REST API guide for more information.":["Leggi questa guida REST API per ulteriori informazioni."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress non ha restituito una risposta. Ciò può significare che si è verificato un errore o che la richiesta è stata bloccata. Controlla il registro degli errori del tuo server."],"John Godley":["John Godley"],"Adds search and replace functionality across posts, pages, comments, and meta-data, with full regular expression support":["Aggiunge la funzionalità di cerca e sostituisci negli articoli, pagine, commenti e metadati, con il supporto completo alle espressioni regolari."],"https://searchregex.com/":["https://searchregex.com/"],"Search Regex":["Search Regex"]} \ No newline at end of file diff --git a/locale/json/search-regex-ja.json b/locale/json/search-regex-ja.json index 467cc11..4102ab2 100644 --- a/locale/json/search-regex-ja.json +++ b/locale/json/search-regex-ja.json @@ -1 +1 @@ -{"":[],"Please review your data and try again.":["データを見直し再度お試しください。"],"There was a problem making a request to your site. This could indicate you provided data that did not match requirements, or that the plugin sent a bad request.":["このサイトへのリクエストに問題がありました。これは、要件に一致しないデータを提供したか、プラグインが不正なリクエストを送信したことを示しています。"],"Bad data":["不正なデータ"],"Your REST API is returning a 404 page. This is almost certainly an external plugin or server configuration issue.":["お使いの REST API が 404 ページを返しました。これは、ほぼ間違いなく外部プラグインかサーバーの設定の問題です。"],"2000 per page":["2000件 / ページ"],"1000 per page":["1000件 / ページ"],"Set a preset to use by default when Search Regex is loaded.":["Search Regex が読み込まれたら標準で使用するプリセットを設定します。"],"No default preset":["標準のプリセットなし"],"Default Preset":["標準のプリセット"],"Your admin pages are being cached. Clear this cache and try again. There may be multiple caches involved.":["管理画面のページがキャッシュされています。このキャッシュを消去し再度お試しください。複数のキャッシュが関与している可能性があります。"],"This is usually fixed by doing one of the following:":["これは、以下のいずれかを行うことで通常は解決されます:"],"You are using an old or cached session":["古いか、キャッシュされたセッションを使用中です"],"Debug Information":["デバッグ情報"],"Show debug":["デバッグを表示"],"WordPress returned an unexpected message. This could be a PHP error from another plugin, or data inserted by your theme.":["WordPress が予期せぬメッセージを返しました。これは、他のプラグインによる PHP エラー、または利用中のテーマによって挿入されたデータの可能性があります。"],"Your WordPress REST API has been disabled. You will need to enable it to continue.":["WordPress REST API が無効になっています。 続行するには有効化する必要があります。"],"Your REST API is being redirected. Please remove the redirection for the API.":["お使いの REST API はリダイレクトされています。API のリダイレクトを削除してください。"],"A security plugin or firewall is blocking access. You will need to whitelist the REST API.":["セキュリティ用のプラグインかファイアーウォールがアクセスを遮断しています。REST API をホワイトリストに登録する必要があります。"],"Your server configuration is blocking access to the REST API. You will need to fix this.":["お使いのサーバーの設定が REST API へのアクセスを遮断しています。これを修正する必要があります。"],"Check your {{link}}Site Health{{/link}} and fix any issues.":["{{link}}サイトヘルス{{/link}}を確認し、問題を修正してください。"],"Can you access your {{api}}REST API{{/api}} without it redirecting? If not then you will need to fix any issues.":["リダイレクトなしに {{/api}}REST API{{/api}} にアクセスできますか? エラーがあれば修正する必要があります。"],"Preset":["プリセット"],"Upload":["アップロード"],"Add File":["ファイルの追加"],"Preset saved":["プリセットを保存しました"],"Copy to clipboard":["クリップボードにコピー"],"Are you sure you want to delete this preset?":["このプリセットを削除しますか ?"],"Locked fields":["入力欄のロック"],"For example, create tag {{code}}URL{{/code}} and title {{code}}Image URL{{/code}}. Your search could be {{code}}{{/code}}. When the preset is used it will ask the user for the {{code}}Image URL{{/code}} instead of the full search phrase.":["例: タイトル {{{code}}URL{{/code}}} とタグ {{{code}}Image URL{/code}} を作成します。検索では {{{code}}{{/code}}} とすることができます。プリセットを使うと、完全な検索語句の代わりに {{{code}}Image URL{{/code}}} をユーザーに要求します。"],"A tag creates a custom input field. Insert the tag anywhere in the search or replace field and when the preset is used it will be replaced with a custom text field with the tag label.":["タグは、独自の入力欄を作成します。検索か置換欄の好きな位置にタグを挿入し、プリセットを使用すると、タグラベルの独自のテキストに置き換えられます。"],"Enter tag which is used in the field":["入力欄で使うタグを入力"],"Tag":["タグ"],"Enter tag title shown to user":["ユーザーに表示されるタグのタイトルを入力"],"Tags":["タグ"],"Locking a field removes it from the search form and prevents changes.":["入力欄をロックすると、検索フォームから入力が消え変更を防止できます。"],"Fields":["入力欄"],"Locked Fields":["入力欄のロック"],"Advanced preset":["高度なプリセット"],"Describe the preset":["プリセットを説明します"],"Preset Description":["プリセットの説明"],"Give the preset a name":["プリセットに名前をつけてください"],"Preset Name":["プリセット名"],"Edit preset":["プリセットの編集"],"Results per page":["ページあたりの結果表示数"],"Source Flags":["入力元フラグ"],"remove phrase":["語句の削除"],"no phrase":["語句なし"],"Import":["インポート"],"Paste a single preset JSON.":["単一のプリセットの JSON データを貼り付けしてください。"],"Please check your JSON data is a valid preset. You may have copied it incorrectly, or pasted something that is not a preset.":["JSON のデータは正しいプリセットかを、ご確認ください。不完全なコピーや、プリセット以外のデータを貼り付けした可能性があります。"],"Unable to import preset":["プリセットをインポートできません"],"Import preset from clipboard":["クリップボードからプリセットをインポート"],"Done":["完了"],"Uploaded %(total)d preset":[["計%(total)d個のプリセットをアップロードしました"]],"Importing":["インポート中"],"File selected":["選択されたファイル"],"Click 'Add File' or drag and drop here.":["「ファイルの追加」をクリック、またはここへドロップ。"],"Import a JSON file":["JSON ファイルのインポート"],"Import JSON":["JSON のインポート"],"Export JSON":["JSON のエクスポート"],"Download presets!":["プリセットのダウンロード !"],"There are no presets":["プリセットはありません"],"Flags":["フラグ"],"Presets":["プリセット"],"If that did not help then {{strong}}create an issue{{/strong}} or send it in an {{strong}}email{{/strong}}.":["解決しない場合、{{strong}}問題 (issue) のトピックを作成するか{{/strong}}、{{strong}}メール{{/strong}}を送信してください。"],"Please check the {{link}}support site{{/link}} before proceeding further.":["先に進める前に、{{link}}サポート用サイト{{/link}}をご確認ください。"],"Enter preset name":["プリセット名を入力"],"Enter a name for your preset":["プリセットの名前を入力"],"Saving Preset":["プリセットの保存"],"Update current preset":["現在のプリセットを更新"],"Save search as new preset":["検索を新規プリセットとして保存"],"No preset":["プリセットなし"],"Saving preset":["プリセットの保存"],"Advanced":["高度"],"Standard":["標準"],"matched rows = %(searched)s, phrases = %(found)s":["一致した行 = %(searched)s、語句 = %(found)s"],"Please backup your data before making modifications.":["変更を加える前に、データをバックアップすることを強くおすすめします。"],"Show row actions as dropdown menu.":["行への操作をドロップダウンメニューで表示。"],"Replace Row":["行を置換"],"Delete Row":["行を削除"],"Inline Editor":["インラインエディター"],"Edit Page":["行を編集"],"%s row.":[["%s行。"]],"%s phrase.":[["%s語句。"]],"Replace Information":["置換情報"],"An unknown error occurred.":["不明なエラーが発生しました。"],"GUID":["GUID"],"Slug":["スラッグ"],"Excerpt":["抜粋"],"Content":["本文"],"Search GUID":["GUID 検索"],"Display name":["表示名"],"Nicename":["ナイスネーム"],"Value":["値"],"Include spam comments":["スパムコメントを含む"],"Comment":["コメント"],"Name":["名前"],"Search your redirects":["リダイレクトの検索"],"Title":["タイトル"],"URL":["URL"],"Disabled! Detected PHP %1$s, need PHP %2$s+":["無効です。PHP %1$s が検出されました。PHP %2$s+ が必要です"],"Plugins":["プラグイン"],"Specific Post Types":["特定の投稿種別"],"Search all WordPress options.":["WordPress のすべての設定から検索。"],"WordPress Options":["WordPress 設定"],"Search user meta name and values.":["ユーザーのメタ情報の名前と値を検索。"],"User Meta":["ユーザーのメタ情報"],"Search user email, URL, and name.":["ユーザーのメールアドレス、URL、名前から検索。"],"Users":["ユーザー"],"Search comment meta names and values.":["コメントの名前と値から検索"],"Comment Meta":["コメントメタ情報"],"Search comment content, URL, and author, with optional support for spam comments.":["コメント本文、URL、投稿者、また追加のスパムコメント対策用設定などから検索。"],"Comments":["コメント"],"Search post meta names and values.":["投稿の名前と値から検索。"],"Post Meta":["投稿メタ情報"],"Search all posts, pages, and custom post types.":["すべての投稿、固定ページ、カスタム投稿種別から検索。"],"All Post Types":["すべての投稿種別"],"Please enable JavaScript":["JavaScript を有効にしてください"],"Loading, please wait...":["読み込み中、少々お待ちください..."],"Create Issue":["問題を報告"],"SearchRegexi10n is not defined. This usually means another plugin is blocking Search Regex from loading. Please disable all plugins and try again.":["SearchRegexi10n が定義されていません。別のプラグインが Search Regex の機能をブロックしているようです。一度すべてのプラグインを無効にしてから、もう一度お試しください。"],"If you think Search Regex is at fault then create an issue.":["Search Regex に問題がある場合は、問題を報告してください。"],"Please see the list of common problems.":["お手数ですが開発者のウェブサイトをご覧ください。"],"Please note that Search Regex requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Search Regex":["Search Regex では、WordPress の REST API を 有効にする必要があります。無効にすると、Search Regex を使用できません"],"Also check if your browser is able to load search-regex.js:":["また使用中のブラウザが search-regex.js を読み込み可能か確認してください:"],"This may be caused by another plugin - look at your browser's error console for more details.":["この問題は、使用中の別のプラグインが原因である可能性があります。詳細はブラウザのエラーコンソールを確認してください。"],"Unable to load Search Regex ☹️":["Search Regex を読み込めません☹️"],"Unable to load Search Regex":["Search Regex を読み込めません"],"Search Regex requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Search Regex には WordPress v%1$1s が必要です。このサイトでは v%2$2s を使用しています。WordPress 本体を更新してください"],"Search Regex Support":["Search Regex ヘルプ"],"You can find full documentation about using Search Regex on the searchregex.com support site.":["Search Regex の完全版マニュアルは、searchregex.com にあります。"],"Settings":["設定"],"Actions":["操作"],"Matched Phrases":["一致した語句"],"Matches":["一致数"],"Row ID":["行の ID"],"Maximum number of page requests has been exceeded and the search stopped. Try to be more specific with your search term.":["ページリクエストの上限値を超えたため、検索が停止しました。検索語句をより具体的にしてください。"],"No more matching results found.":["これ以上の一致結果はありません。"],"Last page":["最後のページ"],"Page %(current)s of %(total)s":["%(total)s ページ中 %(current)s ページ"],"Matches: %(phrases)s across %(rows)s database row.":[["一致: %(phrases)s件 (データベース内の%(rows)s行中)"]],"Next page":["次のページ"],"Progress %(current)s$":["進行状況 %(current)s$"],"Prev page":["前のページ"],"First page":["最初のページ"],"%s database row in total":[["合計 %s データベース行"]],"500 per page":["500件 / ページ"],"250 per page":["250件 / ページ"],"100 per page":["100件 / ページ"],"50 per page":["50件 / ページ "],"25 per page":["25件 / ページ "],"Ignore Case":["大文字小文字の区別なし"],"Regular Expression":["正規表現"],"Row updated":["行の更新"],"Row replaced":["行の入れ替え"],"Row deleted":["行の削除"],"Settings saved":["設定を保存"],"{{link}}Source Flags{{/link}} - additional options for the selected source. For example, include post {{guid}}GUID{{/guid}} in the search.":["{{link}}検索フラグ{{/ link}} - 選択した入力元用の追加のオプションです。たとえば、検索に投稿 {{guid}}GUID{{/ guid}} を含めます。"],"{{link}}Source{{/link}} - the source of data you wish to search. For example, posts, pages, or comments.":["{{link}}入力元{{/ link}} - 検索したいデータの入力元です。投稿、ページ、コメントなどです。"],"{{link}}Regular expression{{/link}} - a way of defining a pattern for text matching. Provides more advanced matches.":["{{link}}正規表現{{/ link}} - 文字列一致のパターンを定義する記法です。より高度な検索が可能です。"],"{{link}}Search Flags{{/link}} - additional qualifiers for your search, to enable case insensitivity, and to enable regular expression support.":["{{link}}検索フラグ{{/ link}} - 検索を修飾します。大文字小文字を区別しない、また正規表現の対応を有効にします。"],"The following concepts are used by Search Regex:":["Search Regex では以下の概念が採用されています:"],"Quick Help":["簡易ヘルプ"],"Like this plugin? You might want to consider {{link}}Redirection{{/link}}, a plugin to manage redirects, from the same author.":["本プラグインを気に入っていただけたでしょうか ? 開発者のほかのプラグイン {{link}}Redirection{{/ link}} のご使用はいかがですか ?"],"Redirection":["Redirection"],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["不要な情報を公開リポジトリに送信する場合は、{{email}}メール{{/email}}から直接送信できます。できるだけ多くの情報を含めてください。"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["できる限りサポートしますが、限界がありますことをご了承ください。有料サポートはありません。"],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["バグ報告をする場合、{{report}}Reporting Bugs{{/report}} の手引きをお読みください。"],"Full documentation for Search Regex can be found at {{site}}https://searchregex.com{{/site}}.":["Search Regex に関する包括的な説明文書は、{{site}}https://searchregex.com{{/site}} にあります。"],"Need more help?":["サポートが必要ですか ?"],"Results":["結果表示数"],"Source Options":["入力元の設定"],"Source":["入力元"],"Enter global replacement text":["全体の置換用の文字列を入力"],"Search Flags":["検索フラグ"],"Enter search phrase":["検索語句を入力"],"Replace All":["すべて置換"],"Search":["検索"],"Search and replace information in your database.":["使用しているデータベースの情報を検索し置換します。"],"Update":["更新"],"How Search Regex uses the REST API - don't change unless necessary":["Search Regex による REST API の利用方法 - 必要なく変更しないよう"],"REST API":["REST API"],"I'm a nice person and I have helped support the author of this plugin":["すでにこのプラグインの作者を支援しました"],"Relative REST API":["相対的な REST API"],"Raw REST API":["そのままの REST API"],"Default REST API":["標準の REST API"],"Plugin Support":["プラグインの支援"],"Support 💰":["支援💰"],"You get useful software and I get to carry on making it better.":["私はこのプラグインをもっと便利にしていきます。"],"Search Regex is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Search Regex は無料で使用できます。人生はすばらしくてステキです ! 開発には多大な時間と労力が必要でしたが、{{strong}}少額の寄付{{/ strong}}でこの開発を支援することができます。"],"I'd like to support some more.":["もっと支援したいです。"],"You've supported this plugin - thank you!":["このプラグインを支援していただき、ありがとうございます。"],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["問題が解決しない場合は、ブラウザのエラーコンソールを開き、詳細を記載した {{link}}new issue{{/link}} を作成してください。"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["キャッシュプラグインまたは CDN サービス (CloudFlare、OVHなど) を使用している場合は、そのキャッシュを削除すると解決することがあります。"],"Search Regex is not working. Try clearing your browser cache and reloading this page.":["Search Regex が機能していません。ブラウザのキャッシュをクリアして、このページをリロードしてみてください。"],"clearing your cache.":["キャッシュを削除しています。"],"If you are using a caching system such as Cloudflare then please read this: ":["Cloudflare などの CDN キャッシュを使用している場合は、次の項目をお読みください: "],"Please clear your browser cache and reload this page.":["ブラウザのキャッシュをクリアして、このページをリロードしてください。"],"Cached Search Regex detected":["キャッシュされた正規表現が検出されました"],"Show %s more":[["さらに%s件表示"]],"Maximum number of matches exceeded and hidden from view. These will be included in any replacements.":["一致の上限数を超えたので結果は表示されません。これらはすべての置換に含まれます。"],"Replace %(count)s match.":[["%(count)s件の一致を置換します。"]],"Delete":["削除"],"Edit":["編集"],"Replacement for all matches in this row":["この行のすべての一致項目を置換"],"Check Again":["もう一度確認する"],"Testing - %s$":["テスト中 - %s$"],"Show Problems":["問題を表示"],"Summary":["概要"],"You are using a broken REST API route. Changing to a working API should fix the problem.":["壊れた REST API ルートが使用されています。問題の解決には、機能している API に変更する必要があります。"],"Your REST API is not working and the plugin will not be able to continue until this is fixed.":["お使いの REST API が機能していません。これが修正されるまで本プラグインは続行できません。"],"There are some problems connecting to your REST API. It is not necessary to fix these problems and the plugin is able to work.":["REST API への接続にいくつかの問題がありますが、これらの問題の修正は必須ではなく、プラグインは機能します。"],"Unavailable":["利用できません"],"Not working but fixable":["機能していないが修正可能"],"Working but some issues":["機能中だが問題あり"],"Good":["良好"],"Current API":["現在の API"],"Switch to this API":["この API に切り替え"],"Hide":["非表示"],"Show Full":["すべて表示"],"Working!":["稼働中"],"Finished!":["完了 !"],"Replace progress":["置換の進行状況"],"Cancel":["キャンセル"],"Replace":["置換"],"Search phrase will be removed":["検索語句は削除されます"],"Remove":["削除"],"Multi":["複数行"],"Single":["単一行"],"View notice":["通知を表示"],"Replace single phrase.":["単一の語句を置換します。"],"Replacement for this match":["この一致項目の置換"],"Support":["ヘルプ"],"Options":["設定"],"Search & Replace":["検索と置換"],"If you are using WordPress 5.2 or newer then look at your {{link}}Site Health{{/link}} and resolve any issues.":["WordPress 5.2以降を使用している場合は、{{link}}サイトヘルス{{/link}}を確認して問題を解決してください。"],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}一時的に他のプラグインを無効にしてください ! {{/link}}これにより、いくつかの問題が修正されるはずです。"],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}キャッシュのソフトウェア{{/link}}、特に Cloudflare は、間違ったものをキャッシュする可能性があります。一度すべてのキャッシュを削除してみてください。"],"What do I do next?":["次はどうしますか?"],"Something went wrong 🙁":["何かがうまくいきません 🙁"],"Log out, clear your browser cache, and log in again - your browser has cached an old session.":["ログアウトし、ブラウザのキャッシュをクリアして、再度ログインしてください。ブラウザは古いセッションをキャッシュしています。"],"Reload the page - your current session is old.":["ページを再読み込みしてください - 現在のセッションは古いです。"],"Include these details in your report along with a description of what you were doing and a screenshot.":["これらの問題の詳細を、実行内容の説明とスクリーンショットをあわせて報告してください。"],"Email":["メールアドレス"],"Create An Issue":["問題を報告"],"Close":["閉じる"],"Save":["保存"],"Editing %s":["%s 編集中"],"Unable to make request due to browser security. This is typically because your WordPress and Site URL settings are inconsistent, or the request was blocked by your site CORS policy.":["ブラウザのセキュリティにより、リクエストを実行できません。これは通常、WordPress とサイトの URL 設定に一貫性がないか、リクエストがサイトの CORS ポリシーによってブロックされたことが原因です。"],"Possible cause":["考えられる原因"],"This could be a security plugin, or your server is out of memory or has an external error. Please check your server error log":["これはセキュリティのプラグインが原因か、サーバーのメモリの不足、または外部エラーが発生しています。ご契約のレンタルサーバーなどのエラーログを確認してください"],"Your server has rejected the request for being too big. You will need to reconfigure it to continue.":["リクエストが大きすぎるためサーバーに拒否されました。続行するには再設定が必要です。"],"Your REST API is probably being blocked by a security plugin. Please disable this, or configure it to allow REST API requests.":["REST API がセキュリティプラグインによってブロックされている可能性があります。これを無効にするか、REST API リクエストを許可するように設定してください。"],"Read this REST API guide for more information.":["詳細は、この REST API ガイドをお読みください。"],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress は応答を返しませんでした。これは、エラーが発生したか、要求がブロックされたことを意味します。サーバーのエラーログを確認してください。"],"John Godley":["John Godley"],"Adds search and replace functionality across posts, pages, comments, and meta-data, with full regular expression support":["投稿、ページ、コメント、メタデータにわたって、正規表現に完全に対応した検索と置換機能を追加します"],"https://searchregex.com/":["https://searchregex.com/"],"Search Regex":["Search Regex"]} \ No newline at end of file +{"":[],"Serialized Value":["シリアル化された値"],"Exclude drafts":["下書きを除外"],"Please review your data and try again.":["データを見直し再度お試しください。"],"There was a problem making a request to your site. This could indicate you provided data that did not match requirements, or that the plugin sent a bad request.":["このサイトへのリクエストに問題がありました。これは、要件に一致しないデータを提供したか、プラグインが不正なリクエストを送信したことを示しています。"],"Bad data":["不正なデータ"],"Your REST API is returning a 404 page. This is almost certainly an external plugin or server configuration issue.":["お使いの REST API が 404 ページを返しました。これは、ほぼ間違いなく外部プラグインかサーバーの設定の問題です。"],"2000 per page":["2000件 / ページ"],"1000 per page":["1000件 / ページ"],"Set a preset to use by default when Search Regex is loaded.":["Search Regex が読み込まれたら標準で使用するプリセットを設定します。"],"No default preset":["標準のプリセットなし"],"Default Preset":["標準のプリセット"],"Your admin pages are being cached. Clear this cache and try again. There may be multiple caches involved.":["管理画面のページがキャッシュされています。このキャッシュを消去し再度お試しください。複数のキャッシュが関与している可能性があります。"],"This is usually fixed by doing one of the following:":["これは、以下のいずれかを行うことで通常は解決されます:"],"You are using an old or cached session":["古いか、キャッシュされたセッションを使用中です"],"Debug Information":["デバッグ情報"],"Show debug":["デバッグを表示"],"WordPress returned an unexpected message. This could be a PHP error from another plugin, or data inserted by your theme.":["WordPress が予期せぬメッセージを返しました。これは、他のプラグインによる PHP エラー、または利用中のテーマによって挿入されたデータの可能性があります。"],"Your WordPress REST API has been disabled. You will need to enable it to continue.":["WordPress REST API が無効になっています。 続行するには有効化する必要があります。"],"Your REST API is being redirected. Please remove the redirection for the API.":["お使いの REST API はリダイレクトされています。API のリダイレクトを削除してください。"],"A security plugin or firewall is blocking access. You will need to whitelist the REST API.":["セキュリティ用のプラグインかファイアーウォールがアクセスを遮断しています。REST API をホワイトリストに登録する必要があります。"],"Your server configuration is blocking access to the REST API. You will need to fix this.":["お使いのサーバーの設定が REST API へのアクセスを遮断しています。これを修正する必要があります。"],"Check your {{link}}Site Health{{/link}} and fix any issues.":["{{link}}サイトヘルス{{/link}}を確認し、問題を修正してください。"],"Can you access your {{api}}REST API{{/api}} without it redirecting? If not then you will need to fix any issues.":["リダイレクトなしに {{/api}}REST API{{/api}} にアクセスできますか? エラーがあれば修正する必要があります。"],"Preset":["プリセット"],"Upload":["アップロード"],"Add File":["ファイルの追加"],"Preset saved":["プリセットを保存しました"],"Copy to clipboard":["クリップボードにコピー"],"Are you sure you want to delete this preset?":["このプリセットを削除しますか ?"],"Locked fields":["入力欄のロック"],"For example, create tag {{code}}URL{{/code}} and title {{code}}Image URL{{/code}}. Your search could be {{code}}{{/code}}. When the preset is used it will ask the user for the {{code}}Image URL{{/code}} instead of the full search phrase.":["例: タイトル {{{code}}URL{{/code}}} とタグ {{{code}}Image URL{/code}} を作成します。検索では {{{code}}{{/code}}} とすることができます。プリセットを使うと、完全な検索語句の代わりに {{{code}}Image URL{{/code}}} をユーザーに要求します。"],"A tag creates a custom input field. Insert the tag anywhere in the search or replace field and when the preset is used it will be replaced with a custom text field with the tag label.":["タグは、独自の入力欄を作成します。検索か置換欄の好きな位置にタグを挿入し、プリセットを使用すると、タグラベルの独自のテキストに置き換えられます。"],"Enter tag which is used in the field":["入力欄で使うタグを入力"],"Tag":["タグ"],"Enter tag title shown to user":["ユーザーに表示されるタグのタイトルを入力"],"Tags":["タグ"],"Locking a field removes it from the search form and prevents changes.":["入力欄をロックすると、検索フォームから入力が消え変更を防止できます。"],"Fields":["入力欄"],"Locked Fields":["入力欄のロック"],"Advanced preset":["高度なプリセット"],"Describe the preset":["プリセットを説明します"],"Preset Description":["プリセットの説明"],"Give the preset a name":["プリセットに名前をつけてください"],"Preset Name":["プリセット名"],"Edit preset":["プリセットの編集"],"Results per page":["ページあたりの結果表示数"],"Source Flags":["入力元フラグ"],"remove phrase":["語句の削除"],"no phrase":["語句なし"],"Import":["インポート"],"Paste a single preset JSON.":["単一のプリセットの JSON データを貼り付けしてください。"],"Please check your JSON data is a valid preset. You may have copied it incorrectly, or pasted something that is not a preset.":["JSON のデータは正しいプリセットかを、ご確認ください。不完全なコピーや、プリセット以外のデータを貼り付けした可能性があります。"],"Unable to import preset":["プリセットをインポートできません"],"Import preset from clipboard":["クリップボードからプリセットをインポート"],"Done":["完了"],"Uploaded %(total)d preset":[["計%(total)d個のプリセットをアップロードしました"]],"Importing":["インポート中"],"File selected":["選択されたファイル"],"Click 'Add File' or drag and drop here.":["「ファイルの追加」をクリック、またはここへドロップ。"],"Import a JSON file":["JSON ファイルのインポート"],"Import JSON":["JSON のインポート"],"Export JSON":["JSON のエクスポート"],"Download presets!":["プリセットのダウンロード !"],"There are no presets":["プリセットはありません"],"Flags":["フラグ"],"Presets":["プリセット"],"If that did not help then {{strong}}create an issue{{/strong}} or send it in an {{strong}}email{{/strong}}.":["解決しない場合、{{strong}}問題 (issue) のトピックを作成するか{{/strong}}、{{strong}}メール{{/strong}}を送信してください。"],"Please check the {{link}}support site{{/link}} before proceeding further.":["先に進める前に、{{link}}サポート用サイト{{/link}}をご確認ください。"],"Enter preset name":["プリセット名を入力"],"Enter a name for your preset":["プリセットの名前を入力"],"Saving Preset":["プリセットの保存"],"Update current preset":["現在のプリセットを更新"],"Save search as new preset":["検索を新規プリセットとして保存"],"No preset":["プリセットなし"],"Saving preset":["プリセットの保存"],"Advanced":["高度"],"Standard":["標準"],"matched rows = %(searched)s, phrases = %(found)s":["一致した行 = %(searched)s、語句 = %(found)s"],"Please backup your data before making modifications.":["変更を加える前に、データをバックアップすることを強くおすすめします。"],"Show row actions as dropdown menu.":["行への操作をドロップダウンメニューで表示。"],"Replace Row":["行を置換"],"Delete Row":["行を削除"],"Inline Editor":["インラインエディター"],"Edit Page":["行を編集"],"%s row.":[["%s行。"]],"%s phrase.":[["%s語句。"]],"Replace Information":["置換情報"],"An unknown error occurred.":["不明なエラーが発生しました。"],"GUID":["GUID"],"Slug":["スラッグ"],"Excerpt":["抜粋"],"Content":["本文"],"Search GUID":["GUID 検索"],"Display name":["表示名"],"Nicename":["ナイスネーム"],"Value":["値"],"Include spam comments":["スパムコメントを含む"],"Comment":["コメント"],"Name":["名前"],"Search your redirects":["リダイレクトの検索"],"Title":["タイトル"],"URL":["URL"],"Disabled! Detected PHP %1$s, need PHP %2$s+":["無効です。PHP %1$s が検出されました。PHP %2$s+ が必要です"],"Plugins":["プラグイン"],"Specific Post Types":["特定の投稿種別"],"Search all WordPress options.":["WordPress のすべての設定から検索。"],"WordPress Options":["WordPress 設定"],"Search user meta name and values.":["ユーザーのメタ情報の名前と値を検索。"],"User Meta":["ユーザーのメタ情報"],"Search user email, URL, and name.":["ユーザーのメールアドレス、URL、名前から検索。"],"Users":["ユーザー"],"Search comment meta names and values.":["コメントの名前と値から検索"],"Comment Meta":["コメントメタ情報"],"Search comment content, URL, and author, with optional support for spam comments.":["コメント本文、URL、投稿者、また追加のスパムコメント対策用設定などから検索。"],"Comments":["コメント"],"Search post meta names and values.":["投稿の名前と値から検索。"],"Post Meta":["投稿メタ情報"],"Search all posts, pages, and custom post types.":["すべての投稿、固定ページ、カスタム投稿種別から検索。"],"All Post Types":["すべての投稿種別"],"Please enable JavaScript":["JavaScript を有効にしてください"],"Loading, please wait...":["読み込み中、少々お待ちください..."],"Create Issue":["問題を報告"],"SearchRegexi10n is not defined. This usually means another plugin is blocking Search Regex from loading. Please disable all plugins and try again.":["SearchRegexi10n が定義されていません。別のプラグインが Search Regex の機能をブロックしているようです。一度すべてのプラグインを無効にしてから、もう一度お試しください。"],"If you think Search Regex is at fault then create an issue.":["Search Regex に問題がある場合は、問題を報告してください。"],"Please see the list of common problems.":["お手数ですが開発者のウェブサイトをご覧ください。"],"Please note that Search Regex requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Search Regex":["Search Regex では、WordPress の REST API を 有効にする必要があります。無効にすると、Search Regex を使用できません"],"Also check if your browser is able to load search-regex.js:":["また使用中のブラウザが search-regex.js を読み込み可能か確認してください:"],"This may be caused by another plugin - look at your browser's error console for more details.":["この問題は、使用中の別のプラグインが原因である可能性があります。詳細はブラウザのエラーコンソールを確認してください。"],"Unable to load Search Regex ☹️":["Search Regex を読み込めません☹️"],"Unable to load Search Regex":["Search Regex を読み込めません"],"Search Regex requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Search Regex には WordPress v%1$1s が必要です。このサイトでは v%2$2s を使用しています。WordPress 本体を更新してください"],"Search Regex Support":["Search Regex ヘルプ"],"You can find full documentation about using Search Regex on the searchregex.com support site.":["Search Regex の完全版マニュアルは、searchregex.com にあります。"],"Settings":["設定"],"Actions":["操作"],"Matched Phrases":["一致した語句"],"Matches":["一致数"],"Row ID":["行の ID"],"Maximum number of page requests has been exceeded and the search stopped. Try to be more specific with your search term.":["ページリクエストの上限値を超えたため、検索が停止しました。検索語句をより具体的にしてください。"],"No more matching results found.":["これ以上の一致結果はありません。"],"Last page":["最後のページ"],"Page %(current)s of %(total)s":["%(total)s ページ中 %(current)s ページ"],"Matches: %(phrases)s across %(rows)s database row.":[["一致: %(phrases)s件 (データベース内の%(rows)s行中)"]],"Next page":["次のページ"],"Progress %(current)s$":["進行状況 %(current)s$"],"Prev page":["前のページ"],"First page":["最初のページ"],"%s database row in total":[["合計 %s データベース行"]],"500 per page":["500件 / ページ"],"250 per page":["250件 / ページ"],"100 per page":["100件 / ページ"],"50 per page":["50件 / ページ "],"25 per page":["25件 / ページ "],"Ignore Case":["大文字小文字の区別なし"],"Regular Expression":["正規表現"],"Row updated":["行の更新"],"Row replaced":["行の入れ替え"],"Row deleted":["行の削除"],"Settings saved":["設定を保存"],"{{link}}Source Flags{{/link}} - additional options for the selected source. For example, include post {{guid}}GUID{{/guid}} in the search.":["{{link}}検索フラグ{{/ link}} - 選択した入力元用の追加のオプションです。たとえば、検索に投稿 {{guid}}GUID{{/ guid}} を含めます。"],"{{link}}Source{{/link}} - the source of data you wish to search. For example, posts, pages, or comments.":["{{link}}入力元{{/ link}} - 検索したいデータの入力元です。投稿、ページ、コメントなどです。"],"{{link}}Regular expression{{/link}} - a way of defining a pattern for text matching. Provides more advanced matches.":["{{link}}正規表現{{/ link}} - 文字列一致のパターンを定義する記法です。より高度な検索が可能です。"],"{{link}}Search Flags{{/link}} - additional qualifiers for your search, to enable case insensitivity, and to enable regular expression support.":["{{link}}検索フラグ{{/ link}} - 検索を修飾します。大文字小文字を区別しない、また正規表現の対応を有効にします。"],"The following concepts are used by Search Regex:":["Search Regex では以下の概念が採用されています:"],"Quick Help":["簡易ヘルプ"],"Like this plugin? You might want to consider {{link}}Redirection{{/link}}, a plugin to manage redirects, from the same author.":["本プラグインを気に入っていただけたでしょうか ? よければ開発者のほかのプラグイン {{link}}Redirection{{/ link}} もご利用ください。"],"Redirection":["Redirection"],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["不要な情報を公開リポジトリに送信する場合は、{{email}}メール{{/email}}から直接送信できます。できるだけ多くの情報を含めてください。"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["できる限りサポートしますが、限界があることを了承ください。有料サポートはありません。"],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["バグ報告を行う場合、{{report}}Reporting Bugs{{/report}} の手引きをお読みください。"],"Full documentation for Search Regex can be found at {{site}}https://searchregex.com{{/site}}.":["Search Regex に関する包括的な説明文書は、{{site}}https://searchregex.com{{/site}} にあります。"],"Need more help?":["サポートが必要ですか ?"],"Results":["結果表示数"],"Source Options":["入力元の設定"],"Source":["入力元"],"Enter global replacement text":["全体の置換用の文字列を入力"],"Search Flags":["検索フラグ"],"Enter search phrase":["検索語句を入力"],"Replace All":["すべて置換"],"Search":["検索"],"Search and replace information in your database.":["使用しているデータベースの情報を検索し置換します。"],"Update":["更新"],"How Search Regex uses the REST API - don't change unless necessary":["Search Regex による REST API の利用方法 - 必要なく変更しないよう"],"REST API":["REST API"],"I'm a nice person and I have helped support the author of this plugin":["すでにこのプラグインの作者を支援しました"],"Relative REST API":["相対的な REST API"],"Raw REST API":["そのままの REST API"],"Default REST API":["標準の REST API"],"Plugin Support":["プラグインの支援"],"Support 💰":["支援💰"],"You get useful software and I get to carry on making it better.":["私はこのプラグインをもっと便利にしていきます。"],"Search Regex is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Search Regex は無料で使用できます。人生はすばらしくてステキです ! 開発には多大な時間と労力が必要でしたが、{{strong}}少額の寄付{{/ strong}}でこの開発を支援することができます。"],"I'd like to support some more.":["もっと支援したいです。"],"You've supported this plugin - thank you!":["このプラグインを支援していただき、ありがとうございます。"],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["問題が解決しない場合は、ブラウザのエラーコンソールを開き、詳細を記載した {{link}}new issue{{/link}} を作成してください。"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["キャッシュプラグインまたは CDN サービス (CloudFlare、OVHなど) を使用している場合は、そのキャッシュを削除すると解決することがあります。"],"Search Regex is not working. Try clearing your browser cache and reloading this page.":["Search Regex が機能していません。ブラウザのキャッシュをクリアして、このページをリロードしてみてください。"],"clearing your cache.":["キャッシュを削除しています。"],"If you are using a caching system such as Cloudflare then please read this: ":["Cloudflare などの CDN キャッシュを使用している場合は、次の項目をお読みください: "],"Please clear your browser cache and reload this page.":["ブラウザのキャッシュをクリアして、このページをリロードしてください。"],"Cached Search Regex detected":["キャッシュされた正規表現が検出されました"],"Show %s more":[["さらに%s件表示"]],"Maximum number of matches exceeded and hidden from view. These will be included in any replacements.":["一致の上限数を超えたので結果は表示されません。これらはすべての置換に含まれます。"],"Replace %(count)s match.":[["%(count)s件の一致を置換します。"]],"Delete":["削除"],"Edit":["編集"],"Replacement for all matches in this row":["この行のすべての一致項目を置換"],"Check Again":["もう一度確認する"],"Testing - %s$":["テスト中 - %s$"],"Show Problems":["問題を表示"],"Summary":["概要"],"You are using a broken REST API route. Changing to a working API should fix the problem.":["壊れた REST API ルートが使用されています。問題の解決には、機能している API に変更する必要があります。"],"Your REST API is not working and the plugin will not be able to continue until this is fixed.":["お使いの REST API が機能していません。これが修正されるまで本プラグインは続行できません。"],"There are some problems connecting to your REST API. It is not necessary to fix these problems and the plugin is able to work.":["REST API への接続にいくつかの問題がありますが、これらの問題の修正は必須ではなく、プラグインは機能します。"],"Unavailable":["利用できません"],"Not working but fixable":["機能していないが修正可能"],"Working but some issues":["機能中だが問題あり"],"Good":["良好"],"Current API":["現在の API"],"Switch to this API":["この API に切り替え"],"Hide":["非表示"],"Show Full":["すべて表示"],"Working!":["稼働中"],"Finished!":["完了 !"],"Replace progress":["置換の進行状況"],"Cancel":["キャンセル"],"Replace":["置換"],"Search phrase will be removed":["検索語句は削除されます"],"Remove":["削除"],"Multi":["複数行"],"Single":["単一行"],"View notice":["通知を表示"],"Replace single phrase.":["単一の語句を置換します。"],"Replacement for this match":["この一致項目の置換"],"Support":["ヘルプ"],"Options":["設定"],"Search & Replace":["検索と置換"],"If you are using WordPress 5.2 or newer then look at your {{link}}Site Health{{/link}} and resolve any issues.":["WordPress 5.2以降を使用している場合は、{{link}}サイトヘルス{{/link}}を確認して問題を解決してください。"],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}一時的に他のプラグインを無効にしてください ! {{/link}}これにより、いくつかの問題が修正されるはずです。"],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}キャッシュのソフトウェア{{/link}}、特に Cloudflare は、間違ったものをキャッシュする可能性があります。一度すべてのキャッシュを削除してみてください。"],"What do I do next?":["次はどうしますか?"],"Something went wrong 🙁":["何かがうまくいきません 🙁"],"Log out, clear your browser cache, and log in again - your browser has cached an old session.":["ログアウトし、ブラウザのキャッシュをクリアして、再度ログインしてください。ブラウザは古いセッションをキャッシュしています。"],"Reload the page - your current session is old.":["ページを再読み込みしてください - 現在のセッションは古いです。"],"Include these details in your report along with a description of what you were doing and a screenshot.":["これらの問題の詳細を、実行内容の説明とスクリーンショットをあわせて報告してください。"],"Email":["メールアドレス"],"Create An Issue":["問題を報告"],"Close":["閉じる"],"Save":["保存"],"Editing %s":["%s 編集中"],"Unable to make request due to browser security. This is typically because your WordPress and Site URL settings are inconsistent, or the request was blocked by your site CORS policy.":["ブラウザのセキュリティにより、リクエストを実行できません。これは通常、WordPress とサイトの URL 設定に一貫性がないか、リクエストがサイトの CORS ポリシーによってブロックされたことが原因です。"],"Possible cause":["考えられる原因"],"This could be a security plugin, or your server is out of memory or has an external error. Please check your server error log":["これはセキュリティのプラグインが原因か、サーバーのメモリの不足、または外部エラーが発生しています。ご契約のレンタルサーバーなどのエラーログを確認してください"],"Your server has rejected the request for being too big. You will need to reconfigure it to continue.":["リクエストが大きすぎるためサーバーに拒否されました。続行するには再設定が必要です。"],"Your REST API is probably being blocked by a security plugin. Please disable this, or configure it to allow REST API requests.":["REST API がセキュリティプラグインによってブロックされている可能性があります。これを無効にするか、REST API リクエストを許可するように設定してください。"],"Read this REST API guide for more information.":["詳細は、この REST API ガイドをお読みください。"],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress は応答を返しませんでした。これは、エラーが発生したか、要求がブロックされたことを意味します。サーバーのエラーログを確認してください。"],"John Godley":["John Godley"],"Adds search and replace functionality across posts, pages, comments, and meta-data, with full regular expression support":["投稿、ページ、コメント、メタデータにわたって、正規表現に完全に対応した検索と置換機能を追加します"],"https://searchregex.com/":["https://searchregex.com/"],"Search Regex":["Search Regex"]} \ No newline at end of file diff --git a/locale/json/search-regex-nl_BE.json b/locale/json/search-regex-nl_BE.json index 06c1c15..3005c6b 100644 --- a/locale/json/search-regex-nl_BE.json +++ b/locale/json/search-regex-nl_BE.json @@ -1 +1 @@ -{"":[],"Please review your data and try again.":[""],"There was a problem making a request to your site. This could indicate you provided data that did not match requirements, or that the plugin sent a bad request.":[""],"Bad data":[""],"Your REST API is returning a 404 page. This is almost certainly an external plugin or server configuration issue.":[""],"2000 per page":[""],"1000 per page":[""],"Set a preset to use by default when Search Regex is loaded.":[""],"No default preset":[""],"Default Preset":[""],"Your admin pages are being cached. Clear this cache and try again. There may be multiple caches involved.":[""],"This is usually fixed by doing one of the following:":[""],"You are using an old or cached session":[""],"Debug Information":[""],"Show debug":[""],"WordPress returned an unexpected message. This could be a PHP error from another plugin, or data inserted by your theme.":[""],"Your WordPress REST API has been disabled. You will need to enable it to continue.":[""],"Your REST API is being redirected. Please remove the redirection for the API.":[""],"A security plugin or firewall is blocking access. You will need to whitelist the REST API.":[""],"Your server configuration is blocking access to the REST API. You will need to fix this.":[""],"Check your {{link}}Site Health{{/link}} and fix any issues.":[""],"Can you access your {{api}}REST API{{/api}} without it redirecting? If not then you will need to fix any issues.":[""],"Preset":[""],"Upload":[""],"Add File":[""],"Preset saved":[""],"Copy to clipboard":[""],"Are you sure you want to delete this preset?":[""],"Locked fields":[""],"For example, create tag {{code}}URL{{/code}} and title {{code}}Image URL{{/code}}. Your search could be {{code}}{{/code}}. When the preset is used it will ask the user for the {{code}}Image URL{{/code}} instead of the full search phrase.":[""],"A tag creates a custom input field. Insert the tag anywhere in the search or replace field and when the preset is used it will be replaced with a custom text field with the tag label.":[""],"Enter tag which is used in the field":[""],"Tag":[""],"Enter tag title shown to user":[""],"Tags":[""],"Locking a field removes it from the search form and prevents changes.":[""],"Fields":[""],"Locked Fields":[""],"Advanced preset":[""],"Describe the preset":[""],"Preset Description":[""],"Give the preset a name":[""],"Preset Name":[""],"Edit preset":[""],"Results per page":[""],"Source Flags":[""],"remove phrase":[""],"no phrase":[""],"Import":[""],"Paste a single preset JSON.":[""],"Please check your JSON data is a valid preset. You may have copied it incorrectly, or pasted something that is not a preset.":[""],"Unable to import preset":[""],"Import preset from clipboard":[""],"Done":[""],"Uploaded %(total)d preset":["",""],"Importing":[""],"File selected":[""],"Click 'Add File' or drag and drop here.":[""],"Import a JSON file":[""],"Import JSON":[""],"Export JSON":[""],"Download presets!":[""],"There are no presets":[""],"Flags":[""],"Presets":[""],"If that did not help then {{strong}}create an issue{{/strong}} or send it in an {{strong}}email{{/strong}}.":[""],"Please check the {{link}}support site{{/link}} before proceeding further.":[""],"Enter preset name":[""],"Enter a name for your preset":[""],"Saving Preset":[""],"Update current preset":[""],"Save search as new preset":[""],"No preset":[""],"Saving preset":[""],"Advanced":[""],"Standard":[""],"matched rows = %(searched)s, phrases = %(found)s":[""],"Please backup your data before making modifications.":[""],"Show row actions as dropdown menu.":[""],"Replace Row":[""],"Delete Row":[""],"Inline Editor":[""],"Edit Page":[""],"%s row.":["",""],"%s phrase.":["",""],"Replace Information":[""],"An unknown error occurred.":[""],"GUID":["GUID"],"Slug":["Slug"],"Excerpt":["Samenvatting"],"Content":["Inhoud"],"Search GUID":["Zoek GUID"],"Display name":["Schermnaam (getoond op site)"],"Nicename":["Schermnaam (backend)"],"Value":["Waarde"],"Include spam comments":["Inclusief spam reacties"],"Comment":["Reactie"],"Name":["Naam"],"Search your redirects":["Zoek je redirects"],"Title":["Titel"],"URL":["URL"],"Disabled! Detected PHP %1$s, need PHP %2$s+":["Uitgeschakeld! Gedetecteerd PHP %1$s, nodig PHP %2$s+"],"Plugins":["Plugins"],"Specific Post Types":["Specifieke berichttypen"],"Search all WordPress options.":["Doorzoek alle WordPress opties"],"WordPress Options":["WordPress opties"],"Search user meta name and values.":["Zoek gebruiker gegevens naam en waarden."],"User Meta":["Gebruiker Meta"],"Search user email, URL, and name.":["Zoek e-mail, URL en naam van gebruiker."],"Users":["Gebruikers"],"Search comment meta names and values.":["Zoek reactie meta namen en waarden"],"Comment Meta":["Reactie Meta"],"Search comment content, URL, and author, with optional support for spam comments.":["Doorzoek reactie inhoud, URL en auteur, met optie voor spam reacties. "],"Comments":["Reacties"],"Search post meta names and values.":["Zoek bericht meta namen en waarden"],"Post Meta":["Bericht meta"],"Search all posts, pages, and custom post types.":["Doorzoek alle berichten, pagina's en aangepaste bericht typen."],"All Post Types":["Alle berichttypen"],"Please enable JavaScript":["Schakel Javascript in"],"Loading, please wait...":["Aan het laden..."],"Create Issue":["Meld een probleem"],"SearchRegexi10n is not defined. This usually means another plugin is blocking Search Regex from loading. Please disable all plugins and try again.":["SearchRegexi10n is niet gedefinieerd. Dit betekent meestal dat een andere plugin Search Regex blokkeert om te laden. Zet alle plugins uit en probeer het opnieuw."],"If you think Search Regex is at fault then create an issue.":["Denk je dat Search Regex het probleem veroorzaakt, maak dan een probleemrapport aan."],"Please see the list of common problems.":["Bekijk hier de lijst van algemene problemen."],"Please note that Search Regex requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Search Regex":["Search Regex vereist dat de WordPress REST API geactiveerd is. Heb je deze uitgezet, dan kun je Search Regex niet gebruiken."],"Also check if your browser is able to load search-regex.js:":["Controleer ook of je browser search-regex.js kan laden:"],"This may be caused by another plugin - look at your browser's error console for more details.":["Dit kan worden veroorzaakt door een andere plugin - bekijk je browser's foutconsole voor meer gegevens."],"Unable to load Search Regex ☹️":["Laden van Search Regex ☹️ onmogelijk"],"Unable to load Search Regex":["Laden van Search Regex onmogelijk"],"Search Regex requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Search Regex heeft WordPress v%1$1s nodig, en je gebruikt v%2$2s - update je WordPress"],"Search Regex Support":["Search Regex ondersteuning"],"You can find full documentation about using Search Regex on the searchregex.com support site.":["Je kunt de volledige documentatie over het gebruik van Search Regex vinden op de searchregex.com support site."],"Settings":["Instellingen"],"Actions":["Acties"],"Matched Phrases":["Gevonden zoektermen"],"Matches":["Gevonden"],"Row ID":["Regel ID"],"Maximum number of page requests has been exceeded and the search stopped. Try to be more specific with your search term.":["Het maximum aantal van pagina aanvragen is overschreven en zoeken is gestopt. Probeer een preciezere zoekterm te gebruiken."],"No more matching results found.":["Geen resultaten meer gevonden."],"Last page":["Laatste pagina"],"Page %(current)s of %(total)s":["Pagina %(current)s van %(total)s"],"Matches: %(phrases)s across %(rows)s database row.":["Gevonden in: %(phrases)s in %(rows)s database regel.","Gevonden in: %(phrases)s in %(rows)s database regels."],"Next page":["Volgende pagina"],"Progress %(current)s$":["Voortgang %(current)s$"],"Prev page":["Vorige pagina"],"First page":["Eerste pagina"],"%s database row in total":["%s database regel totaal","%s database regels totaal"],"500 per page":["500 per pagina"],"250 per page":["250 per pagina"],"100 per page":["100 per pagina"],"50 per page":[""],"25 per page":[""],"Ignore Case":["Negeer hoofdletter gebruik"],"Regular Expression":["Reguliere expressie"],"Row updated":["Regel bijgewerkt"],"Row replaced":["Regel vervangen"],"Row deleted":["Regel verwijderd"],"Settings saved":["Instellingen opgeslagen"],"{{link}}Source Flags{{/link}} - additional options for the selected source. For example, include post {{guid}}GUID{{/guid}} in the search.":["{{link}}Zoekopties{{/link}} - aanvullende opties voor de selecteerde bron. Bijvoorbeeld\nom bericht {{guid}}GUID{{/guid}} toe te voegen aan de zoekterm."],"{{link}}Source{{/link}} - the source of data you wish to search. For example, posts, pages, or comments.":["{{link}}Bron{{/link}} - de bron van de gegevens waarin je zoekt. Bijvoorbeeld: berichten, pagina's, reacties."],"{{link}}Regular expression{{/link}} - a way of defining a pattern for text matching. Provides more advanced matches.":["{{link}}Reguliere expressie{{/link}} - een manier om patronen aan maken om tekst mee te zoeken. Geeft meer geavanceerde zoekresultaten."],"{{link}}Search Flags{{/link}} - additional qualifiers for your search, to enable case insensitivity, and to enable regular expression support.":["{{link}}Zoekopties{{/link}} - aanvullende opties voor je zoekterm, om hoofdlettergebruik te negeren en voor gebruik van reguliere expressies."],"The following concepts are used by Search Regex:":["De volgende concepten worden gebruikt door Search Regex:"],"Quick Help":["Snelle hulp"],"Like this plugin? You might want to consider {{link}}Redirection{{/link}}, a plugin to manage redirects, from the same author.":[""],"Redirection":["Omleiding"],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["Als je informatie wilt sturen, maar die je niet in de openbare repository wilt delen, stuur dan een {{email}}email{{/email}} direct aan mij - met zoveel informatie als mogelijk!"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Support wordt gegeven op basis van beschikbare tijd en is niet gegarandeerd. Ik geef geen betaalde ondersteuning."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["Wil je een bug doorgeven, lees dan de {{report}}Reporting Bugs{{/report}} gids."],"Full documentation for Search Regex can be found at {{site}}https://searchregex.com{{/site}}.":["Volledige documentatie voor Search Regex kan je vinden op {{site}}https://searchregex.com{{/site}}."],"Need more help?":["Meer hulp nodig?"],"Results":["Resultaten"],"Source Options":["Bron opties"],"Source":["Bron"],"Enter global replacement text":["Term voor vervangen invoeren"],"Search Flags":["Zoek opties"],"Enter search phrase":["Zoekterm invoeren"],"Replace All":["Alles vervangen"],"Search":["Zoeken"],"Search and replace information in your database.":["Zoek en vervang informatie in je database."],"Update":["Bijwerken"],"How Search Regex uses the REST API - don't change unless necessary":["Hoe Search Regex de REST API gebruikt - niet veranderen als het niet noodzakelijk is"],"REST API":["REST API"],"I'm a nice person and I have helped support the author of this plugin":["Ik ben een aardig persoon en ik heb de auteur van deze plugin geholpen met ondersteuning"],"Relative REST API":["Relatieve REST API"],"Raw REST API":["Raw REST API"],"Default REST API":["Standaard REST API"],"Plugin Support":["Plugin ondersteuning"],"Support 💰":["Ondersteuning 💰"],"You get useful software and I get to carry on making it better.":["Je krijgt goed bruikbare software en ik kan doorgaan met het verbeteren ervan."],"Search Regex is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Search Regex is gratis te gebruiken - het leven is life is wonderbaarlijk en verrukkelijk! Het kostte me veel tijd en moeite om dit te ontwikkelen. Je kunt verdere ontwikkeling ondersteunen met het doen van {{strong}}een kleine donatie{{/strong}}."],"I'd like to support some more.":["Ik wil graag meer bijdragen."],"You've supported this plugin - thank you!":["Je hebt deze plugin gesteund - dankjewel!"],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["Werkt dit niet, open dan je browser's foutconsole en maak een {{link}}nieuw probleemrapport{{/link}} aan met alle gegevens."],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["Als je gebruik maakt van een pagina caching plugin of dienst (CloudFlare, OVH, etc.), dan kan je ook proberen om die cache leeg te maken."],"Search Regex is not working. Try clearing your browser cache and reloading this page.":["Search Regex werkt niet. Probeer je browser cache leeg te maken en deze pagina opnieuw te laden."],"clearing your cache.":["je cache opschonen."],"If you are using a caching system such as Cloudflare then please read this: ":["Gebruik je een caching systeem zoals Cloudflare, lees dan dit:"],"Please clear your browser cache and reload this page.":["Maak je browser cache leeg en laad deze pagina nogmaals."],"Cached Search Regex detected":["Gecachede Search Regex gevonden"],"Show %s more":["Nog %s weergeven","Nog %s weergeven"],"Maximum number of matches exceeded and hidden from view. These will be included in any replacements.":["Het maximum aantal zoekresultaten is overschreden en niet zichtbaar. Deze zullen \nworden gebruikt bij vervangingen."],"Replace %(count)s match.":["Vervang %(count)s gevonden.","Vervang %(count)s gevonden."],"Delete":["Verwijderen"],"Edit":["Bewerken"],"Replacement for all matches in this row":["Vervanging voor alle gevonden zoektermen in deze regel"],"Check Again":["Opnieuw controleren"],"Testing - %s$":["Aan het testen - %s$"],"Show Problems":["Toon problemen"],"Summary":["Samenvatting"],"You are using a broken REST API route. Changing to a working API should fix the problem.":["Je gebruikte een defecte REST API route. Wijziging naar een werkende API zou het probleem moeten oplossen."],"Your REST API is not working and the plugin will not be able to continue until this is fixed.":["Je REST API werkt niet en de plugin kan niet verder voordat dit is opgelost."],"There are some problems connecting to your REST API. It is not necessary to fix these problems and the plugin is able to work.":["Er zijn enkele problemen in de verbinding met je REST API. Het is niet nodig om deze problemen op te lossen en de plugin werkt gewoon."],"Unavailable":["Niet beschikbaar"],"Not working but fixable":["Werkt niet, maar te repareren"],"Working but some issues":["Werkt, maar met problemen"],"Good":["Goed"],"Current API":["Huidige API"],"Switch to this API":["Gebruik deze API"],"Hide":["Verberg"],"Show Full":["Toon volledig"],"Working!":["Werkt!"],"Finished!":["Klaar!"],"Replace progress":["Voortgang vervangen"],"Cancel":["Annuleren"],"Replace":["Vervangen"],"Search phrase will be removed":["Zoekterm zal worden verwijderd"],"Remove":["Verwijderen"],"Multi":["Meerdere"],"Single":["Enkel"],"View notice":["Toon bericht"],"Replace single phrase.":["Vervang enkele zoekterm"],"Replacement for this match":["Vervanging voor deze gevonden zoekterm"],"Support":["Support"],"Options":["Opties"],"Search & Replace":["Zoek en vervang"],"If you are using WordPress 5.2 or newer then look at your {{link}}Site Health{{/link}} and resolve any issues.":["Als je WordPress 5.2 of nieuwer gebruikt, kijk dan bij {{link}}Sitediagnose{{/link}} en los de problemen op."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Zet andere plugins tijdelijk uit!{{/link}} Dit lost heel vaak problemen op."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Caching software{{/link}}, en zeker Cloudflare, kunnen het verkeerde cachen. Probeer alle cache te verwijderen."],"What do I do next?":["Wat moet ik nu doen?"],"Something went wrong 🙁":["Er is iets fout gegaan 🙁"],"Log out, clear your browser cache, and log in again - your browser has cached an old session.":["Log uit, wis de browsercache en log opnieuw in - je browser heeft een oude sessie in de cache opgeslagen."],"Reload the page - your current session is old.":["Herlaad de pagina - je huidige sessie is oud."],"Include these details in your report along with a description of what you were doing and a screenshot.":["Voeg deze gegevens toe aan je melding, samen met een beschrijving van wat je deed en een schermafbeelding."],"Email":["E-mail"],"Create An Issue":["Meld een probleem"],"Close":["Sluiten"],"Save":["Opslaan"],"Editing %s":["Aan het bewerken %s"],"Unable to make request due to browser security. This is typically because your WordPress and Site URL settings are inconsistent, or the request was blocked by your site CORS policy.":["Niet mogelijk om een verzoek te doen vanwege browser beveiliging. Dit gebeurt meestal omdat WordPress en de site URL niet overeenkomen, of het verzoek wordt geblokkeerd door het CORS beleid van je site."],"Possible cause":["Mogelijke oorzaak"],"This could be a security plugin, or your server is out of memory or has an external error. Please check your server error log":["Dit kan een beveiliging plugin zijn. Of je server heeft geen geheugen meer of heeft een externe fout. Bekijk de error log op je server"],"Your server has rejected the request for being too big. You will need to reconfigure it to continue.":[""],"Your REST API is probably being blocked by a security plugin. Please disable this, or configure it to allow REST API requests.":["Je REST API wordt waarschijnlijk geblokkeerd door een beveiliging plugin. Zet de plugin uit, of configureer hem zodat hij REST API verzoeken toestaat."],"Read this REST API guide for more information.":["Lees deze REST API gids voor meer informatie."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress heeft geen reactie gegeven. Dit kan betekenen dat er een fout is opgetreden of dat het verzoek werd geblokkeerd. Bekijk je server foutlog."],"John Godley":["John Godley"],"Adds search and replace functionality across posts, pages, comments, and meta-data, with full regular expression support":["Voeg zoek en vervang functionaliteit toe in berichten, pagina's, reacties en meta-data, met volledige ondersteuning van reguliere expressies."],"https://searchregex.com/":["https://searchregex.com/"],"Search Regex":["Search Regex"]} \ No newline at end of file +{"":[],"Serialized Value":[""],"Exclude drafts":[""],"Please review your data and try again.":[""],"There was a problem making a request to your site. This could indicate you provided data that did not match requirements, or that the plugin sent a bad request.":[""],"Bad data":[""],"Your REST API is returning a 404 page. This is almost certainly an external plugin or server configuration issue.":[""],"2000 per page":[""],"1000 per page":[""],"Set a preset to use by default when Search Regex is loaded.":[""],"No default preset":[""],"Default Preset":[""],"Your admin pages are being cached. Clear this cache and try again. There may be multiple caches involved.":[""],"This is usually fixed by doing one of the following:":[""],"You are using an old or cached session":[""],"Debug Information":[""],"Show debug":[""],"WordPress returned an unexpected message. This could be a PHP error from another plugin, or data inserted by your theme.":[""],"Your WordPress REST API has been disabled. You will need to enable it to continue.":[""],"Your REST API is being redirected. Please remove the redirection for the API.":[""],"A security plugin or firewall is blocking access. You will need to whitelist the REST API.":[""],"Your server configuration is blocking access to the REST API. You will need to fix this.":[""],"Check your {{link}}Site Health{{/link}} and fix any issues.":[""],"Can you access your {{api}}REST API{{/api}} without it redirecting? If not then you will need to fix any issues.":[""],"Preset":[""],"Upload":[""],"Add File":[""],"Preset saved":[""],"Copy to clipboard":[""],"Are you sure you want to delete this preset?":[""],"Locked fields":[""],"For example, create tag {{code}}URL{{/code}} and title {{code}}Image URL{{/code}}. Your search could be {{code}}{{/code}}. When the preset is used it will ask the user for the {{code}}Image URL{{/code}} instead of the full search phrase.":[""],"A tag creates a custom input field. Insert the tag anywhere in the search or replace field and when the preset is used it will be replaced with a custom text field with the tag label.":[""],"Enter tag which is used in the field":[""],"Tag":[""],"Enter tag title shown to user":[""],"Tags":[""],"Locking a field removes it from the search form and prevents changes.":[""],"Fields":[""],"Locked Fields":[""],"Advanced preset":[""],"Describe the preset":[""],"Preset Description":[""],"Give the preset a name":[""],"Preset Name":[""],"Edit preset":[""],"Results per page":[""],"Source Flags":[""],"remove phrase":[""],"no phrase":[""],"Import":[""],"Paste a single preset JSON.":[""],"Please check your JSON data is a valid preset. You may have copied it incorrectly, or pasted something that is not a preset.":[""],"Unable to import preset":[""],"Import preset from clipboard":[""],"Done":[""],"Uploaded %(total)d preset":["",""],"Importing":[""],"File selected":[""],"Click 'Add File' or drag and drop here.":[""],"Import a JSON file":[""],"Import JSON":[""],"Export JSON":[""],"Download presets!":[""],"There are no presets":[""],"Flags":[""],"Presets":[""],"If that did not help then {{strong}}create an issue{{/strong}} or send it in an {{strong}}email{{/strong}}.":[""],"Please check the {{link}}support site{{/link}} before proceeding further.":[""],"Enter preset name":[""],"Enter a name for your preset":[""],"Saving Preset":[""],"Update current preset":[""],"Save search as new preset":[""],"No preset":[""],"Saving preset":[""],"Advanced":[""],"Standard":[""],"matched rows = %(searched)s, phrases = %(found)s":[""],"Please backup your data before making modifications.":[""],"Show row actions as dropdown menu.":[""],"Replace Row":[""],"Delete Row":[""],"Inline Editor":[""],"Edit Page":[""],"%s row.":["",""],"%s phrase.":["",""],"Replace Information":[""],"An unknown error occurred.":[""],"GUID":["GUID"],"Slug":["Slug"],"Excerpt":["Samenvatting"],"Content":["Inhoud"],"Search GUID":["Zoek GUID"],"Display name":["Schermnaam (getoond op site)"],"Nicename":["Schermnaam (backend)"],"Value":["Waarde"],"Include spam comments":["Inclusief spam reacties"],"Comment":["Reactie"],"Name":["Naam"],"Search your redirects":["Zoek je redirects"],"Title":["Titel"],"URL":["URL"],"Disabled! Detected PHP %1$s, need PHP %2$s+":["Uitgeschakeld! Gedetecteerd PHP %1$s, nodig PHP %2$s+"],"Plugins":["Plugins"],"Specific Post Types":["Specifieke berichttypen"],"Search all WordPress options.":["Doorzoek alle WordPress opties"],"WordPress Options":["WordPress opties"],"Search user meta name and values.":["Zoek gebruiker gegevens naam en waarden."],"User Meta":["Gebruiker Meta"],"Search user email, URL, and name.":["Zoek e-mail, URL en naam van gebruiker."],"Users":["Gebruikers"],"Search comment meta names and values.":["Zoek reactie meta namen en waarden"],"Comment Meta":["Reactie Meta"],"Search comment content, URL, and author, with optional support for spam comments.":["Doorzoek reactie inhoud, URL en auteur, met optie voor spam reacties. "],"Comments":["Reacties"],"Search post meta names and values.":["Zoek bericht meta namen en waarden"],"Post Meta":["Bericht meta"],"Search all posts, pages, and custom post types.":["Doorzoek alle berichten, pagina's en aangepaste bericht typen."],"All Post Types":["Alle berichttypen"],"Please enable JavaScript":["Schakel Javascript in"],"Loading, please wait...":["Aan het laden..."],"Create Issue":["Meld een probleem"],"SearchRegexi10n is not defined. This usually means another plugin is blocking Search Regex from loading. Please disable all plugins and try again.":["SearchRegexi10n is niet gedefinieerd. Dit betekent meestal dat een andere plugin Search Regex blokkeert om te laden. Zet alle plugins uit en probeer het opnieuw."],"If you think Search Regex is at fault then create an issue.":["Denk je dat Search Regex het probleem veroorzaakt, maak dan een probleemrapport aan."],"Please see the list of common problems.":["Bekijk hier de lijst van algemene problemen."],"Please note that Search Regex requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Search Regex":["Search Regex vereist dat de WordPress REST API geactiveerd is. Heb je deze uitgezet, dan kun je Search Regex niet gebruiken."],"Also check if your browser is able to load search-regex.js:":["Controleer ook of je browser search-regex.js kan laden:"],"This may be caused by another plugin - look at your browser's error console for more details.":["Dit kan worden veroorzaakt door een andere plugin - bekijk je browser's foutconsole voor meer gegevens."],"Unable to load Search Regex ☹️":["Laden van Search Regex ☹️ onmogelijk"],"Unable to load Search Regex":["Laden van Search Regex onmogelijk"],"Search Regex requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Search Regex heeft WordPress v%1$1s nodig, en je gebruikt v%2$2s - update je WordPress"],"Search Regex Support":["Search Regex ondersteuning"],"You can find full documentation about using Search Regex on the searchregex.com support site.":["Je kunt de volledige documentatie over het gebruik van Search Regex vinden op de searchregex.com support site."],"Settings":["Instellingen"],"Actions":["Acties"],"Matched Phrases":["Gevonden zoektermen"],"Matches":["Gevonden"],"Row ID":["Regel ID"],"Maximum number of page requests has been exceeded and the search stopped. Try to be more specific with your search term.":["Het maximum aantal van pagina aanvragen is overschreven en zoeken is gestopt. Probeer een preciezere zoekterm te gebruiken."],"No more matching results found.":["Geen resultaten meer gevonden."],"Last page":["Laatste pagina"],"Page %(current)s of %(total)s":["Pagina %(current)s van %(total)s"],"Matches: %(phrases)s across %(rows)s database row.":["Gevonden in: %(phrases)s in %(rows)s database regel.","Gevonden in: %(phrases)s in %(rows)s database regels."],"Next page":["Volgende pagina"],"Progress %(current)s$":["Voortgang %(current)s$"],"Prev page":["Vorige pagina"],"First page":["Eerste pagina"],"%s database row in total":["%s database regel totaal","%s database regels totaal"],"500 per page":["500 per pagina"],"250 per page":["250 per pagina"],"100 per page":["100 per pagina"],"50 per page":[""],"25 per page":[""],"Ignore Case":["Negeer hoofdletter gebruik"],"Regular Expression":["Reguliere expressie"],"Row updated":["Regel bijgewerkt"],"Row replaced":["Regel vervangen"],"Row deleted":["Regel verwijderd"],"Settings saved":["Instellingen opgeslagen"],"{{link}}Source Flags{{/link}} - additional options for the selected source. For example, include post {{guid}}GUID{{/guid}} in the search.":["{{link}}Zoekopties{{/link}} - aanvullende opties voor de selecteerde bron. Bijvoorbeeld\nom bericht {{guid}}GUID{{/guid}} toe te voegen aan de zoekterm."],"{{link}}Source{{/link}} - the source of data you wish to search. For example, posts, pages, or comments.":["{{link}}Bron{{/link}} - de bron van de gegevens waarin je zoekt. Bijvoorbeeld: berichten, pagina's, reacties."],"{{link}}Regular expression{{/link}} - a way of defining a pattern for text matching. Provides more advanced matches.":["{{link}}Reguliere expressie{{/link}} - een manier om patronen aan maken om tekst mee te zoeken. Geeft meer geavanceerde zoekresultaten."],"{{link}}Search Flags{{/link}} - additional qualifiers for your search, to enable case insensitivity, and to enable regular expression support.":["{{link}}Zoekopties{{/link}} - aanvullende opties voor je zoekterm, om hoofdlettergebruik te negeren en voor gebruik van reguliere expressies."],"The following concepts are used by Search Regex:":["De volgende concepten worden gebruikt door Search Regex:"],"Quick Help":["Snelle hulp"],"Like this plugin? You might want to consider {{link}}Redirection{{/link}}, a plugin to manage redirects, from the same author.":[""],"Redirection":["Omleiding"],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["Als je informatie wilt sturen, maar die je niet in de openbare repository wilt delen, stuur dan een {{email}}email{{/email}} direct aan mij - met zoveel informatie als mogelijk!"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Support wordt gegeven op basis van beschikbare tijd en is niet gegarandeerd. Ik geef geen betaalde ondersteuning."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["Wil je een bug doorgeven, lees dan de {{report}}Reporting Bugs{{/report}} gids."],"Full documentation for Search Regex can be found at {{site}}https://searchregex.com{{/site}}.":["Volledige documentatie voor Search Regex kan je vinden op {{site}}https://searchregex.com{{/site}}."],"Need more help?":["Meer hulp nodig?"],"Results":["Resultaten"],"Source Options":["Bron opties"],"Source":["Bron"],"Enter global replacement text":["Term voor vervangen invoeren"],"Search Flags":["Zoek opties"],"Enter search phrase":["Zoekterm invoeren"],"Replace All":["Alles vervangen"],"Search":["Zoeken"],"Search and replace information in your database.":["Zoek en vervang informatie in je database."],"Update":["Bijwerken"],"How Search Regex uses the REST API - don't change unless necessary":["Hoe Search Regex de REST API gebruikt - niet veranderen als het niet noodzakelijk is"],"REST API":["REST API"],"I'm a nice person and I have helped support the author of this plugin":["Ik ben een aardig persoon en ik heb de auteur van deze plugin geholpen met ondersteuning"],"Relative REST API":["Relatieve REST API"],"Raw REST API":["Raw REST API"],"Default REST API":["Standaard REST API"],"Plugin Support":["Plugin ondersteuning"],"Support 💰":["Ondersteuning 💰"],"You get useful software and I get to carry on making it better.":["Je krijgt goed bruikbare software en ik kan doorgaan met het verbeteren ervan."],"Search Regex is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Search Regex is gratis te gebruiken - het leven is life is wonderbaarlijk en verrukkelijk! Het kostte me veel tijd en moeite om dit te ontwikkelen. Je kunt verdere ontwikkeling ondersteunen met het doen van {{strong}}een kleine donatie{{/strong}}."],"I'd like to support some more.":["Ik wil graag meer bijdragen."],"You've supported this plugin - thank you!":["Je hebt deze plugin gesteund - dankjewel!"],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["Werkt dit niet, open dan je browser's foutconsole en maak een {{link}}nieuw probleemrapport{{/link}} aan met alle gegevens."],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["Als je gebruik maakt van een pagina caching plugin of dienst (CloudFlare, OVH, etc.), dan kan je ook proberen om die cache leeg te maken."],"Search Regex is not working. Try clearing your browser cache and reloading this page.":["Search Regex werkt niet. Probeer je browser cache leeg te maken en deze pagina opnieuw te laden."],"clearing your cache.":["je cache opschonen."],"If you are using a caching system such as Cloudflare then please read this: ":["Gebruik je een caching systeem zoals Cloudflare, lees dan dit:"],"Please clear your browser cache and reload this page.":["Maak je browser cache leeg en laad deze pagina nogmaals."],"Cached Search Regex detected":["Gecachede Search Regex gevonden"],"Show %s more":["Nog %s weergeven","Nog %s weergeven"],"Maximum number of matches exceeded and hidden from view. These will be included in any replacements.":["Het maximum aantal zoekresultaten is overschreden en niet zichtbaar. Deze zullen \nworden gebruikt bij vervangingen."],"Replace %(count)s match.":["Vervang %(count)s gevonden.","Vervang %(count)s gevonden."],"Delete":["Verwijderen"],"Edit":["Bewerken"],"Replacement for all matches in this row":["Vervanging voor alle gevonden zoektermen in deze regel"],"Check Again":["Opnieuw controleren"],"Testing - %s$":["Aan het testen - %s$"],"Show Problems":["Toon problemen"],"Summary":["Samenvatting"],"You are using a broken REST API route. Changing to a working API should fix the problem.":["Je gebruikte een defecte REST API route. Wijziging naar een werkende API zou het probleem moeten oplossen."],"Your REST API is not working and the plugin will not be able to continue until this is fixed.":["Je REST API werkt niet en de plugin kan niet verder voordat dit is opgelost."],"There are some problems connecting to your REST API. It is not necessary to fix these problems and the plugin is able to work.":["Er zijn enkele problemen in de verbinding met je REST API. Het is niet nodig om deze problemen op te lossen en de plugin werkt gewoon."],"Unavailable":["Niet beschikbaar"],"Not working but fixable":["Werkt niet, maar te repareren"],"Working but some issues":["Werkt, maar met problemen"],"Good":["Goed"],"Current API":["Huidige API"],"Switch to this API":["Gebruik deze API"],"Hide":["Verberg"],"Show Full":["Toon volledig"],"Working!":["Werkt!"],"Finished!":["Klaar!"],"Replace progress":["Voortgang vervangen"],"Cancel":["Annuleren"],"Replace":["Vervangen"],"Search phrase will be removed":["Zoekterm zal worden verwijderd"],"Remove":["Verwijderen"],"Multi":["Meerdere"],"Single":["Enkel"],"View notice":["Toon bericht"],"Replace single phrase.":["Vervang enkele zoekterm"],"Replacement for this match":["Vervanging voor deze gevonden zoekterm"],"Support":["Support"],"Options":["Opties"],"Search & Replace":["Zoek en vervang"],"If you are using WordPress 5.2 or newer then look at your {{link}}Site Health{{/link}} and resolve any issues.":["Als je WordPress 5.2 of nieuwer gebruikt, kijk dan bij {{link}}Sitediagnose{{/link}} en los de problemen op."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Zet andere plugins tijdelijk uit!{{/link}} Dit lost heel vaak problemen op."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Caching software{{/link}}, en zeker Cloudflare, kunnen het verkeerde cachen. Probeer alle cache te verwijderen."],"What do I do next?":["Wat moet ik nu doen?"],"Something went wrong 🙁":["Er is iets fout gegaan 🙁"],"Log out, clear your browser cache, and log in again - your browser has cached an old session.":["Log uit, wis de browsercache en log opnieuw in - je browser heeft een oude sessie in de cache opgeslagen."],"Reload the page - your current session is old.":["Herlaad de pagina - je huidige sessie is oud."],"Include these details in your report along with a description of what you were doing and a screenshot.":["Voeg deze gegevens toe aan je melding, samen met een beschrijving van wat je deed en een schermafbeelding."],"Email":["E-mail"],"Create An Issue":["Meld een probleem"],"Close":["Sluiten"],"Save":["Opslaan"],"Editing %s":["Aan het bewerken %s"],"Unable to make request due to browser security. This is typically because your WordPress and Site URL settings are inconsistent, or the request was blocked by your site CORS policy.":["Niet mogelijk om een verzoek te doen vanwege browser beveiliging. Dit gebeurt meestal omdat WordPress en de site URL niet overeenkomen, of het verzoek wordt geblokkeerd door het CORS beleid van je site."],"Possible cause":["Mogelijke oorzaak"],"This could be a security plugin, or your server is out of memory or has an external error. Please check your server error log":["Dit kan een beveiliging plugin zijn. Of je server heeft geen geheugen meer of heeft een externe fout. Bekijk de error log op je server"],"Your server has rejected the request for being too big. You will need to reconfigure it to continue.":[""],"Your REST API is probably being blocked by a security plugin. Please disable this, or configure it to allow REST API requests.":["Je REST API wordt waarschijnlijk geblokkeerd door een beveiliging plugin. Zet de plugin uit, of configureer hem zodat hij REST API verzoeken toestaat."],"Read this REST API guide for more information.":["Lees deze REST API gids voor meer informatie."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress heeft geen reactie gegeven. Dit kan betekenen dat er een fout is opgetreden of dat het verzoek werd geblokkeerd. Bekijk je server foutlog."],"John Godley":["John Godley"],"Adds search and replace functionality across posts, pages, comments, and meta-data, with full regular expression support":["Voeg zoek en vervang functionaliteit toe in berichten, pagina's, reacties en meta-data, met volledige ondersteuning van reguliere expressies."],"https://searchregex.com/":["https://searchregex.com/"],"Search Regex":["Search Regex"]} \ No newline at end of file diff --git a/locale/json/search-regex-nl_NL.json b/locale/json/search-regex-nl_NL.json index 3a8d26a..a94d901 100644 --- a/locale/json/search-regex-nl_NL.json +++ b/locale/json/search-regex-nl_NL.json @@ -1 +1 @@ -{"":[],"Please review your data and try again.":[""],"There was a problem making a request to your site. This could indicate you provided data that did not match requirements, or that the plugin sent a bad request.":[""],"Bad data":[""],"Your REST API is returning a 404 page. This is almost certainly an external plugin or server configuration issue.":[""],"2000 per page":[""],"1000 per page":[""],"Set a preset to use by default when Search Regex is loaded.":[""],"No default preset":[""],"Default Preset":[""],"Your admin pages are being cached. Clear this cache and try again. There may be multiple caches involved.":[""],"This is usually fixed by doing one of the following:":[""],"You are using an old or cached session":[""],"Debug Information":[""],"Show debug":[""],"WordPress returned an unexpected message. This could be a PHP error from another plugin, or data inserted by your theme.":[""],"Your WordPress REST API has been disabled. You will need to enable it to continue.":[""],"Your REST API is being redirected. Please remove the redirection for the API.":[""],"A security plugin or firewall is blocking access. You will need to whitelist the REST API.":[""],"Your server configuration is blocking access to the REST API. You will need to fix this.":[""],"Check your {{link}}Site Health{{/link}} and fix any issues.":[""],"Can you access your {{api}}REST API{{/api}} without it redirecting? If not then you will need to fix any issues.":[""],"Preset":[""],"Upload":[""],"Add File":[""],"Preset saved":[""],"Copy to clipboard":[""],"Are you sure you want to delete this preset?":[""],"Locked fields":[""],"For example, create tag {{code}}URL{{/code}} and title {{code}}Image URL{{/code}}. Your search could be {{code}}{{/code}}. When the preset is used it will ask the user for the {{code}}Image URL{{/code}} instead of the full search phrase.":[""],"A tag creates a custom input field. Insert the tag anywhere in the search or replace field and when the preset is used it will be replaced with a custom text field with the tag label.":[""],"Enter tag which is used in the field":[""],"Tag":[""],"Enter tag title shown to user":[""],"Tags":[""],"Locking a field removes it from the search form and prevents changes.":[""],"Fields":[""],"Locked Fields":[""],"Advanced preset":[""],"Describe the preset":[""],"Preset Description":[""],"Give the preset a name":[""],"Preset Name":[""],"Edit preset":[""],"Results per page":[""],"Source Flags":[""],"remove phrase":[""],"no phrase":[""],"Import":[""],"Paste a single preset JSON.":[""],"Please check your JSON data is a valid preset. You may have copied it incorrectly, or pasted something that is not a preset.":[""],"Unable to import preset":[""],"Import preset from clipboard":[""],"Done":[""],"Uploaded %(total)d preset":["",""],"Importing":[""],"File selected":[""],"Click 'Add File' or drag and drop here.":[""],"Import a JSON file":[""],"Import JSON":[""],"Export JSON":[""],"Download presets!":[""],"There are no presets":[""],"Flags":[""],"Presets":[""],"If that did not help then {{strong}}create an issue{{/strong}} or send it in an {{strong}}email{{/strong}}.":[""],"Please check the {{link}}support site{{/link}} before proceeding further.":[""],"Enter preset name":[""],"Enter a name for your preset":[""],"Saving Preset":[""],"Update current preset":[""],"Save search as new preset":[""],"No preset":[""],"Saving preset":[""],"Advanced":["Geavanceerd"],"Standard":["Standaard"],"matched rows = %(searched)s, phrases = %(found)s":[""],"Please backup your data before making modifications.":["Maak eerst een back-up van je gegevens, voordat je wijzigen gaat maken."],"Show row actions as dropdown menu.":["Laat rij acties zien als dropdown menu."],"Replace Row":["Vervang rij"],"Delete Row":["Verwijder rij"],"Inline Editor":["Inline editor"],"Edit Page":["Pagina bewerken"],"%s row.":["%s rij","%s rijen"],"%s phrase.":["",""],"Replace Information":["Vervang informatie"],"An unknown error occurred.":["Er is een onbekende fout opgetreden. "],"GUID":["GUID"],"Slug":["Slug"],"Excerpt":["Samenvatting"],"Content":["Inhoud"],"Search GUID":["Zoek GUID"],"Display name":["Schermnaam (getoond op site)"],"Nicename":["Schermnaam (backend)"],"Value":["Waarde"],"Include spam comments":["Inclusief spam reacties"],"Comment":["Reactie"],"Name":["Naam"],"Search your redirects":["Zoek je redirects"],"Title":["Titel"],"URL":["URL"],"Disabled! Detected PHP %1$s, need PHP %2$s+":["Uitgeschakeld! Gedetecteerd PHP %1$s, nodig PHP %2$s+"],"Plugins":["Plugins"],"Specific Post Types":["Specifieke berichttypen"],"Search all WordPress options.":["Doorzoek alle WordPress opties"],"WordPress Options":["WordPress opties"],"Search user meta name and values.":["Zoek gebruiker gegevens naam en waarden."],"User Meta":["Gebruiker Meta"],"Search user email, URL, and name.":["Zoek e-mail, URL en naam van gebruiker."],"Users":["Gebruikers"],"Search comment meta names and values.":["Zoek reactie meta namen en waarden"],"Comment Meta":["Reactie Meta"],"Search comment content, URL, and author, with optional support for spam comments.":["Doorzoek reactie inhoud, URL en auteur, met optie voor spam reacties. "],"Comments":["Reacties"],"Search post meta names and values.":["Zoek bericht meta namen en waarden"],"Post Meta":["Bericht meta"],"Search all posts, pages, and custom post types.":["Doorzoek alle berichten, pagina's en aangepaste bericht typen."],"All Post Types":["Alle berichttypen"],"Please enable JavaScript":["Schakel Javascript in"],"Loading, please wait...":["Aan het laden..."],"Create Issue":["Meld een probleem"],"SearchRegexi10n is not defined. This usually means another plugin is blocking Search Regex from loading. Please disable all plugins and try again.":["SearchRegexi10n is niet gedefinieerd. Dit betekent meestal dat een andere plugin Search Regex blokkeert om te laden. Zet alle plugins uit en probeer het opnieuw."],"If you think Search Regex is at fault then create an issue.":["Denk je dat Search Regex het probleem veroorzaakt, maak dan een probleemrapport aan."],"Please see the list of common problems.":["Bekijk hier de lijst van algemene problemen."],"Please note that Search Regex requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Search Regex":["Search Regex vereist dat de WordPress REST API geactiveerd is. Heb je deze uitgezet, dan kun je Search Regex niet gebruiken."],"Also check if your browser is able to load search-regex.js:":["Controleer ook of je browser search-regex.js kan laden:"],"This may be caused by another plugin - look at your browser's error console for more details.":["Dit kan worden veroorzaakt door een andere plugin - bekijk je browser's foutconsole voor meer gegevens."],"Unable to load Search Regex ☹️":["Laden van Search Regex ☹️ onmogelijk"],"Unable to load Search Regex":["Laden van Search Regex onmogelijk"],"Search Regex requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Search Regex heeft WordPress v%1$1s nodig, en je gebruikt v%2$2s - update je WordPress"],"Search Regex Support":["Search Regex ondersteuning"],"You can find full documentation about using Search Regex on the searchregex.com support site.":["Je kunt de volledige documentatie over het gebruik van Search Regex vinden op de searchregex.com support site."],"Settings":["Instellingen"],"Actions":["Acties"],"Matched Phrases":["Gevonden zoektermen"],"Matches":["Gevonden"],"Row ID":["Regel ID"],"Maximum number of page requests has been exceeded and the search stopped. Try to be more specific with your search term.":["Het maximum aantal van pagina aanvragen is overschreven en zoeken is gestopt. Probeer een preciezere zoekterm te gebruiken."],"No more matching results found.":["Geen resultaten meer gevonden."],"Last page":["Laatste pagina"],"Page %(current)s of %(total)s":["Pagina %(current)s van %(total)s"],"Matches: %(phrases)s across %(rows)s database row.":["Gevonden in: %(phrases)s in %(rows)s database regel.","Gevonden in: %(phrases)s in %(rows)s database regels."],"Next page":["Volgende pagina"],"Progress %(current)s$":["Voortgang %(current)s$"],"Prev page":["Vorige pagina"],"First page":["Eerste pagina"],"%s database row in total":["%s database regel totaal","%s database regels totaal"],"500 per page":["500 per pagina"],"250 per page":["250 per pagina"],"100 per page":["100 per pagina"],"50 per page":["50 per pagina "],"25 per page":["25 per pagina "],"Ignore Case":["Negeer hoofdletter gebruik"],"Regular Expression":["Reguliere expressie"],"Row updated":["Regel bijgewerkt"],"Row replaced":["Regel vervangen"],"Row deleted":["Regel verwijderd"],"Settings saved":["Instellingen opgeslagen"],"{{link}}Source Flags{{/link}} - additional options for the selected source. For example, include post {{guid}}GUID{{/guid}} in the search.":["{{link}}Zoekopties{{/link}} - aanvullende opties voor de selecteerde bron. Bijvoorbeeld\nom bericht {{guid}}GUID{{/guid}} toe te voegen aan de zoekterm."],"{{link}}Source{{/link}} - the source of data you wish to search. For example, posts, pages, or comments.":["{{link}}Bron{{/link}} - de bron van de gegevens waarin je zoekt. Bijvoorbeeld: berichten, pagina's, reacties."],"{{link}}Regular expression{{/link}} - a way of defining a pattern for text matching. Provides more advanced matches.":["{{link}}Reguliere expressie{{/link}} - een manier om patronen aan maken om tekst mee te zoeken. Geeft meer geavanceerde zoekresultaten."],"{{link}}Search Flags{{/link}} - additional qualifiers for your search, to enable case insensitivity, and to enable regular expression support.":["{{link}}Zoekopties{{/link}} - aanvullende opties voor je zoekterm, om hoofdlettergebruik te negeren en voor gebruik van reguliere expressies."],"The following concepts are used by Search Regex:":["De volgende concepten worden gebruikt door Search Regex:"],"Quick Help":["Snelle hulp"],"Like this plugin? You might want to consider {{link}}Redirection{{/link}}, a plugin to manage redirects, from the same author.":["Vind je deze plugin leuk? Je kunt overwegen {{link}}Redirection{{/link}} , een plugin om omleidingen te beheren, van dezelfde auteur."],"Redirection":["Omleiding"],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["Als je informatie wilt sturen, maar die je niet in de openbare repository wilt delen, stuur dan een {{email}}email{{/email}} direct aan mij - met zoveel informatie als mogelijk!"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Support wordt gegeven op basis van beschikbare tijd en is niet gegarandeerd. Ik geef geen betaalde ondersteuning."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["Wil je een bug doorgeven, lees dan de {{report}}Reporting Bugs{{/report}} gids."],"Full documentation for Search Regex can be found at {{site}}https://searchregex.com{{/site}}.":["Volledige documentatie voor Search Regex kan je vinden op {{site}}https://searchregex.com{{/site}}."],"Need more help?":["Meer hulp nodig?"],"Results":["Resultaten"],"Source Options":["Bron opties"],"Source":["Bron"],"Enter global replacement text":["Term voor vervangen invoeren"],"Search Flags":["Zoek opties"],"Enter search phrase":["Zoekterm invoeren"],"Replace All":["Alles vervangen"],"Search":["Zoeken"],"Search and replace information in your database.":["Zoek en vervang informatie in je database."],"Update":["Bijwerken"],"How Search Regex uses the REST API - don't change unless necessary":["Hoe Search Regex de REST API gebruikt - niet veranderen als het niet noodzakelijk is"],"REST API":["REST API"],"I'm a nice person and I have helped support the author of this plugin":["Ik ben een aardig persoon en ik heb de auteur van deze plugin geholpen met ondersteuning"],"Relative REST API":["Relatieve REST API"],"Raw REST API":["Raw REST API"],"Default REST API":["Standaard REST API"],"Plugin Support":["Plugin ondersteuning"],"Support 💰":["Ondersteuning 💰"],"You get useful software and I get to carry on making it better.":["Je krijgt goed bruikbare software en ik kan doorgaan met het verbeteren ervan."],"Search Regex is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Search Regex is gratis te gebruiken - het leven is life is wonderbaarlijk en verrukkelijk! Het kostte me veel tijd en moeite om dit te ontwikkelen. Je kunt verdere ontwikkeling ondersteunen met het doen van {{strong}}een kleine donatie{{/strong}}."],"I'd like to support some more.":["Ik wil graag meer bijdragen."],"You've supported this plugin - thank you!":["Je hebt deze plugin gesteund - dankjewel!"],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["Werkt dit niet, open dan je browser's foutconsole en maak een {{link}}nieuw probleemrapport{{/link}} aan met alle gegevens."],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["Als je gebruik maakt van een pagina caching plugin of dienst (CloudFlare, OVH, etc.), dan kan je ook proberen om die cache leeg te maken."],"Search Regex is not working. Try clearing your browser cache and reloading this page.":["Search Regex werkt niet. Probeer je browser cache leeg te maken en deze pagina opnieuw te laden."],"clearing your cache.":["je cache opschonen."],"If you are using a caching system such as Cloudflare then please read this: ":["Gebruik je een caching systeem zoals Cloudflare, lees dan dit:"],"Please clear your browser cache and reload this page.":["Maak je browser cache leeg en laad deze pagina nogmaals."],"Cached Search Regex detected":["Gecachede Search Regex gevonden"],"Show %s more":["Nog %s weergeven","Nog %s weergeven"],"Maximum number of matches exceeded and hidden from view. These will be included in any replacements.":["Het maximum aantal zoekresultaten is overschreden en niet zichtbaar. Deze zullen \nworden gebruikt bij vervangingen."],"Replace %(count)s match.":["Vervang %(count)s gevonden.","Vervang %(count)s gevonden."],"Delete":["Verwijderen"],"Edit":["Bewerken"],"Replacement for all matches in this row":["Vervanging voor alle gevonden zoektermen in deze regel"],"Check Again":["Opnieuw controleren"],"Testing - %s$":["Aan het testen - %s$"],"Show Problems":["Toon problemen"],"Summary":["Samenvatting"],"You are using a broken REST API route. Changing to a working API should fix the problem.":["Je gebruikte een defecte REST API route. Wijziging naar een werkende API zou het probleem moeten oplossen."],"Your REST API is not working and the plugin will not be able to continue until this is fixed.":["Je REST API werkt niet en de plugin kan niet verder voordat dit is opgelost."],"There are some problems connecting to your REST API. It is not necessary to fix these problems and the plugin is able to work.":["Er zijn enkele problemen in de verbinding met je REST API. Het is niet nodig om deze problemen op te lossen en de plugin werkt gewoon."],"Unavailable":["Niet beschikbaar"],"Not working but fixable":["Werkt niet, maar te repareren"],"Working but some issues":["Werkt, maar met problemen"],"Good":["Goed"],"Current API":["Huidige API"],"Switch to this API":["Gebruik deze API"],"Hide":["Verberg"],"Show Full":["Toon volledig"],"Working!":["Werkt!"],"Finished!":["Klaar!"],"Replace progress":["Voortgang vervangen"],"Cancel":["Annuleren"],"Replace":["Vervangen"],"Search phrase will be removed":["Zoekterm zal worden verwijderd"],"Remove":["Verwijderen"],"Multi":["Meerdere"],"Single":["Enkel"],"View notice":["Toon bericht"],"Replace single phrase.":["Vervang enkele zoekterm"],"Replacement for this match":["Vervanging voor deze gevonden zoekterm"],"Support":["Support"],"Options":["Opties"],"Search & Replace":["Zoek en vervang"],"If you are using WordPress 5.2 or newer then look at your {{link}}Site Health{{/link}} and resolve any issues.":["Als je WordPress 5.2 of nieuwer gebruikt, kijk dan bij {{link}}Sitediagnose{{/link}} en los de problemen op."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Zet andere plugins tijdelijk uit!{{/link}} Dit lost heel vaak problemen op."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Caching software{{/link}}, en zeker Cloudflare, kunnen het verkeerde cachen. Probeer alle cache te verwijderen."],"What do I do next?":["Wat moet ik nu doen?"],"Something went wrong 🙁":["Er is iets fout gegaan 🙁"],"Log out, clear your browser cache, and log in again - your browser has cached an old session.":["Log uit, wis de browsercache en log opnieuw in - je browser heeft een oude sessie in de cache opgeslagen."],"Reload the page - your current session is old.":["Herlaad de pagina - je huidige sessie is oud."],"Include these details in your report along with a description of what you were doing and a screenshot.":["Voeg deze gegevens toe aan je melding, samen met een beschrijving van wat je deed en een schermafbeelding."],"Email":["E-mail"],"Create An Issue":["Meld een probleem"],"Close":["Sluiten"],"Save":["Opslaan"],"Editing %s":["Aan het bewerken %s"],"Unable to make request due to browser security. This is typically because your WordPress and Site URL settings are inconsistent, or the request was blocked by your site CORS policy.":["Niet mogelijk om een verzoek te doen vanwege browser beveiliging. Dit gebeurt meestal omdat WordPress en de site URL niet overeenkomen, of het verzoek wordt geblokkeerd door het CORS beleid van je site."],"Possible cause":["Mogelijke oorzaak"],"This could be a security plugin, or your server is out of memory or has an external error. Please check your server error log":["Dit kan een beveiliging plugin zijn. Of je server heeft geen geheugen meer of heeft een externe fout. Bekijk de error log op je server"],"Your server has rejected the request for being too big. You will need to reconfigure it to continue.":["Je server heeft de aanvraag geweigerd omdat het te groot is. Je moet het aanpassen om door te gaan."],"Your REST API is probably being blocked by a security plugin. Please disable this, or configure it to allow REST API requests.":["Je REST API wordt waarschijnlijk geblokkeerd door een beveiliging plugin. Zet de plugin uit, of configureer hem zodat hij REST API verzoeken toestaat."],"Read this REST API guide for more information.":["Lees deze REST API gids voor meer informatie."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress heeft geen reactie gegeven. Dit kan betekenen dat er een fout is opgetreden of dat het verzoek werd geblokkeerd. Bekijk je server foutlog."],"John Godley":["John Godley"],"Adds search and replace functionality across posts, pages, comments, and meta-data, with full regular expression support":["Voeg zoek en vervang functionaliteit toe in berichten, pagina's, reacties en meta-data, met volledige ondersteuning van reguliere expressies."],"https://searchregex.com/":["https://searchregex.com/"],"Search Regex":["Search Regex"]} \ No newline at end of file +{"":[],"Serialized Value":[""],"Exclude drafts":[""],"Please review your data and try again.":[""],"There was a problem making a request to your site. This could indicate you provided data that did not match requirements, or that the plugin sent a bad request.":[""],"Bad data":[""],"Your REST API is returning a 404 page. This is almost certainly an external plugin or server configuration issue.":[""],"2000 per page":[""],"1000 per page":[""],"Set a preset to use by default when Search Regex is loaded.":[""],"No default preset":[""],"Default Preset":[""],"Your admin pages are being cached. Clear this cache and try again. There may be multiple caches involved.":[""],"This is usually fixed by doing one of the following:":[""],"You are using an old or cached session":[""],"Debug Information":[""],"Show debug":[""],"WordPress returned an unexpected message. This could be a PHP error from another plugin, or data inserted by your theme.":[""],"Your WordPress REST API has been disabled. You will need to enable it to continue.":[""],"Your REST API is being redirected. Please remove the redirection for the API.":[""],"A security plugin or firewall is blocking access. You will need to whitelist the REST API.":[""],"Your server configuration is blocking access to the REST API. You will need to fix this.":[""],"Check your {{link}}Site Health{{/link}} and fix any issues.":[""],"Can you access your {{api}}REST API{{/api}} without it redirecting? If not then you will need to fix any issues.":[""],"Preset":[""],"Upload":[""],"Add File":[""],"Preset saved":[""],"Copy to clipboard":[""],"Are you sure you want to delete this preset?":[""],"Locked fields":[""],"For example, create tag {{code}}URL{{/code}} and title {{code}}Image URL{{/code}}. Your search could be {{code}}{{/code}}. When the preset is used it will ask the user for the {{code}}Image URL{{/code}} instead of the full search phrase.":[""],"A tag creates a custom input field. Insert the tag anywhere in the search or replace field and when the preset is used it will be replaced with a custom text field with the tag label.":[""],"Enter tag which is used in the field":[""],"Tag":[""],"Enter tag title shown to user":[""],"Tags":[""],"Locking a field removes it from the search form and prevents changes.":[""],"Fields":[""],"Locked Fields":[""],"Advanced preset":[""],"Describe the preset":[""],"Preset Description":[""],"Give the preset a name":[""],"Preset Name":[""],"Edit preset":[""],"Results per page":[""],"Source Flags":[""],"remove phrase":[""],"no phrase":[""],"Import":[""],"Paste a single preset JSON.":[""],"Please check your JSON data is a valid preset. You may have copied it incorrectly, or pasted something that is not a preset.":[""],"Unable to import preset":[""],"Import preset from clipboard":[""],"Done":[""],"Uploaded %(total)d preset":["",""],"Importing":[""],"File selected":[""],"Click 'Add File' or drag and drop here.":[""],"Import a JSON file":[""],"Import JSON":[""],"Export JSON":[""],"Download presets!":[""],"There are no presets":[""],"Flags":[""],"Presets":[""],"If that did not help then {{strong}}create an issue{{/strong}} or send it in an {{strong}}email{{/strong}}.":[""],"Please check the {{link}}support site{{/link}} before proceeding further.":[""],"Enter preset name":[""],"Enter a name for your preset":[""],"Saving Preset":[""],"Update current preset":[""],"Save search as new preset":[""],"No preset":[""],"Saving preset":[""],"Advanced":["Geavanceerd"],"Standard":["Standaard"],"matched rows = %(searched)s, phrases = %(found)s":[""],"Please backup your data before making modifications.":["Maak eerst een back-up van je gegevens, voordat je wijzigen gaat maken."],"Show row actions as dropdown menu.":["Laat rij acties zien als dropdown menu."],"Replace Row":["Vervang rij"],"Delete Row":["Verwijder rij"],"Inline Editor":["Inline editor"],"Edit Page":["Pagina bewerken"],"%s row.":["%s rij","%s rijen"],"%s phrase.":["",""],"Replace Information":["Vervang informatie"],"An unknown error occurred.":["Er is een onbekende fout opgetreden. "],"GUID":["GUID"],"Slug":["Slug"],"Excerpt":["Samenvatting"],"Content":["Inhoud"],"Search GUID":["Zoek GUID"],"Display name":["Schermnaam (getoond op site)"],"Nicename":["Schermnaam (backend)"],"Value":["Waarde"],"Include spam comments":["Inclusief spam reacties"],"Comment":["Reactie"],"Name":["Naam"],"Search your redirects":["Zoek je redirects"],"Title":["Titel"],"URL":["URL"],"Disabled! Detected PHP %1$s, need PHP %2$s+":["Uitgeschakeld! Gedetecteerd PHP %1$s, nodig PHP %2$s+"],"Plugins":["Plugins"],"Specific Post Types":["Specifieke berichttypen"],"Search all WordPress options.":["Doorzoek alle WordPress opties"],"WordPress Options":["WordPress opties"],"Search user meta name and values.":["Zoek gebruiker gegevens naam en waarden."],"User Meta":["Gebruiker Meta"],"Search user email, URL, and name.":["Zoek e-mail, URL en naam van gebruiker."],"Users":["Gebruikers"],"Search comment meta names and values.":["Zoek reactie meta namen en waarden"],"Comment Meta":["Reactie Meta"],"Search comment content, URL, and author, with optional support for spam comments.":["Doorzoek reactie inhoud, URL en auteur, met optie voor spam reacties. "],"Comments":["Reacties"],"Search post meta names and values.":["Zoek bericht meta namen en waarden"],"Post Meta":["Bericht meta"],"Search all posts, pages, and custom post types.":["Doorzoek alle berichten, pagina's en aangepaste bericht typen."],"All Post Types":["Alle berichttypen"],"Please enable JavaScript":["Schakel Javascript in"],"Loading, please wait...":["Aan het laden..."],"Create Issue":["Meld een probleem"],"SearchRegexi10n is not defined. This usually means another plugin is blocking Search Regex from loading. Please disable all plugins and try again.":["SearchRegexi10n is niet gedefinieerd. Dit betekent meestal dat een andere plugin Search Regex blokkeert om te laden. Zet alle plugins uit en probeer het opnieuw."],"If you think Search Regex is at fault then create an issue.":["Denk je dat Search Regex het probleem veroorzaakt, maak dan een probleemrapport aan."],"Please see the list of common problems.":["Bekijk hier de lijst van algemene problemen."],"Please note that Search Regex requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Search Regex":["Search Regex vereist dat de WordPress REST API geactiveerd is. Heb je deze uitgezet, dan kun je Search Regex niet gebruiken."],"Also check if your browser is able to load search-regex.js:":["Controleer ook of je browser search-regex.js kan laden:"],"This may be caused by another plugin - look at your browser's error console for more details.":["Dit kan worden veroorzaakt door een andere plugin - bekijk je browser's foutconsole voor meer gegevens."],"Unable to load Search Regex ☹️":["Laden van Search Regex ☹️ onmogelijk"],"Unable to load Search Regex":["Laden van Search Regex onmogelijk"],"Search Regex requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Search Regex heeft WordPress v%1$1s nodig, en je gebruikt v%2$2s - update je WordPress"],"Search Regex Support":["Search Regex ondersteuning"],"You can find full documentation about using Search Regex on the searchregex.com support site.":["Je kunt de volledige documentatie over het gebruik van Search Regex vinden op de searchregex.com support site."],"Settings":["Instellingen"],"Actions":["Acties"],"Matched Phrases":["Gevonden zoektermen"],"Matches":["Gevonden"],"Row ID":["Regel ID"],"Maximum number of page requests has been exceeded and the search stopped. Try to be more specific with your search term.":["Het maximum aantal van pagina aanvragen is overschreven en zoeken is gestopt. Probeer een preciezere zoekterm te gebruiken."],"No more matching results found.":["Geen resultaten meer gevonden."],"Last page":["Laatste pagina"],"Page %(current)s of %(total)s":["Pagina %(current)s van %(total)s"],"Matches: %(phrases)s across %(rows)s database row.":["Gevonden in: %(phrases)s in %(rows)s database regel.","Gevonden in: %(phrases)s in %(rows)s database regels."],"Next page":["Volgende pagina"],"Progress %(current)s$":["Voortgang %(current)s$"],"Prev page":["Vorige pagina"],"First page":["Eerste pagina"],"%s database row in total":["%s database regel totaal","%s database regels totaal"],"500 per page":["500 per pagina"],"250 per page":["250 per pagina"],"100 per page":["100 per pagina"],"50 per page":["50 per pagina "],"25 per page":["25 per pagina "],"Ignore Case":["Negeer hoofdletter gebruik"],"Regular Expression":["Reguliere expressie"],"Row updated":["Regel bijgewerkt"],"Row replaced":["Regel vervangen"],"Row deleted":["Regel verwijderd"],"Settings saved":["Instellingen opgeslagen"],"{{link}}Source Flags{{/link}} - additional options for the selected source. For example, include post {{guid}}GUID{{/guid}} in the search.":["{{link}}Zoekopties{{/link}} - aanvullende opties voor de selecteerde bron. Bijvoorbeeld\nom bericht {{guid}}GUID{{/guid}} toe te voegen aan de zoekterm."],"{{link}}Source{{/link}} - the source of data you wish to search. For example, posts, pages, or comments.":["{{link}}Bron{{/link}} - de bron van de gegevens waarin je zoekt. Bijvoorbeeld: berichten, pagina's, reacties."],"{{link}}Regular expression{{/link}} - a way of defining a pattern for text matching. Provides more advanced matches.":["{{link}}Reguliere expressie{{/link}} - een manier om patronen aan maken om tekst mee te zoeken. Geeft meer geavanceerde zoekresultaten."],"{{link}}Search Flags{{/link}} - additional qualifiers for your search, to enable case insensitivity, and to enable regular expression support.":["{{link}}Zoekopties{{/link}} - aanvullende opties voor je zoekterm, om hoofdlettergebruik te negeren en voor gebruik van reguliere expressies."],"The following concepts are used by Search Regex:":["De volgende concepten worden gebruikt door Search Regex:"],"Quick Help":["Snelle hulp"],"Like this plugin? You might want to consider {{link}}Redirection{{/link}}, a plugin to manage redirects, from the same author.":["Vind je deze plugin leuk? Je kunt overwegen {{link}}Redirection{{/link}} , een plugin om omleidingen te beheren, van dezelfde auteur."],"Redirection":["Omleiding"],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["Als je informatie wilt sturen, maar die je niet in de openbare repository wilt delen, stuur dan een {{email}}email{{/email}} direct aan mij - met zoveel informatie als mogelijk!"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Support wordt gegeven op basis van beschikbare tijd en is niet gegarandeerd. Ik geef geen betaalde ondersteuning."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["Wil je een bug doorgeven, lees dan de {{report}}Reporting Bugs{{/report}} gids."],"Full documentation for Search Regex can be found at {{site}}https://searchregex.com{{/site}}.":["Volledige documentatie voor Search Regex kan je vinden op {{site}}https://searchregex.com{{/site}}."],"Need more help?":["Meer hulp nodig?"],"Results":["Resultaten"],"Source Options":["Bron opties"],"Source":["Bron"],"Enter global replacement text":["Term voor vervangen invoeren"],"Search Flags":["Zoek opties"],"Enter search phrase":["Zoekterm invoeren"],"Replace All":["Alles vervangen"],"Search":["Zoeken"],"Search and replace information in your database.":["Zoek en vervang informatie in je database."],"Update":["Bijwerken"],"How Search Regex uses the REST API - don't change unless necessary":["Hoe Search Regex de REST API gebruikt - niet veranderen als het niet noodzakelijk is"],"REST API":["REST API"],"I'm a nice person and I have helped support the author of this plugin":["Ik ben een aardig persoon en ik heb de auteur van deze plugin geholpen met ondersteuning"],"Relative REST API":["Relatieve REST API"],"Raw REST API":["Raw REST API"],"Default REST API":["Standaard REST API"],"Plugin Support":["Plugin ondersteuning"],"Support 💰":["Ondersteuning 💰"],"You get useful software and I get to carry on making it better.":["Je krijgt goed bruikbare software en ik kan doorgaan met het verbeteren ervan."],"Search Regex is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Search Regex is gratis te gebruiken - het leven is life is wonderbaarlijk en verrukkelijk! Het kostte me veel tijd en moeite om dit te ontwikkelen. Je kunt verdere ontwikkeling ondersteunen met het doen van {{strong}}een kleine donatie{{/strong}}."],"I'd like to support some more.":["Ik wil graag meer bijdragen."],"You've supported this plugin - thank you!":["Je hebt deze plugin gesteund - dankjewel!"],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["Werkt dit niet, open dan je browser's foutconsole en maak een {{link}}nieuw probleemrapport{{/link}} aan met alle gegevens."],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["Als je gebruik maakt van een pagina caching plugin of dienst (CloudFlare, OVH, etc.), dan kan je ook proberen om die cache leeg te maken."],"Search Regex is not working. Try clearing your browser cache and reloading this page.":["Search Regex werkt niet. Probeer je browser cache leeg te maken en deze pagina opnieuw te laden."],"clearing your cache.":["je cache opschonen."],"If you are using a caching system such as Cloudflare then please read this: ":["Gebruik je een caching systeem zoals Cloudflare, lees dan dit:"],"Please clear your browser cache and reload this page.":["Maak je browser cache leeg en laad deze pagina nogmaals."],"Cached Search Regex detected":["Gecachede Search Regex gevonden"],"Show %s more":["Nog %s weergeven","Nog %s weergeven"],"Maximum number of matches exceeded and hidden from view. These will be included in any replacements.":["Het maximum aantal zoekresultaten is overschreden en niet zichtbaar. Deze zullen \nworden gebruikt bij vervangingen."],"Replace %(count)s match.":["Vervang %(count)s gevonden.","Vervang %(count)s gevonden."],"Delete":["Verwijderen"],"Edit":["Bewerken"],"Replacement for all matches in this row":["Vervanging voor alle gevonden zoektermen in deze regel"],"Check Again":["Opnieuw controleren"],"Testing - %s$":["Aan het testen - %s$"],"Show Problems":["Toon problemen"],"Summary":["Samenvatting"],"You are using a broken REST API route. Changing to a working API should fix the problem.":["Je gebruikte een defecte REST API route. Wijziging naar een werkende API zou het probleem moeten oplossen."],"Your REST API is not working and the plugin will not be able to continue until this is fixed.":["Je REST API werkt niet en de plugin kan niet verder voordat dit is opgelost."],"There are some problems connecting to your REST API. It is not necessary to fix these problems and the plugin is able to work.":["Er zijn enkele problemen in de verbinding met je REST API. Het is niet nodig om deze problemen op te lossen en de plugin werkt gewoon."],"Unavailable":["Niet beschikbaar"],"Not working but fixable":["Werkt niet, maar te repareren"],"Working but some issues":["Werkt, maar met problemen"],"Good":["Goed"],"Current API":["Huidige API"],"Switch to this API":["Gebruik deze API"],"Hide":["Verberg"],"Show Full":["Toon volledig"],"Working!":["Werkt!"],"Finished!":["Klaar!"],"Replace progress":["Voortgang vervangen"],"Cancel":["Annuleren"],"Replace":["Vervangen"],"Search phrase will be removed":["Zoekterm zal worden verwijderd"],"Remove":["Verwijderen"],"Multi":["Meerdere"],"Single":["Enkel"],"View notice":["Toon bericht"],"Replace single phrase.":["Vervang enkele zoekterm"],"Replacement for this match":["Vervanging voor deze gevonden zoekterm"],"Support":["Support"],"Options":["Opties"],"Search & Replace":["Zoek en vervang"],"If you are using WordPress 5.2 or newer then look at your {{link}}Site Health{{/link}} and resolve any issues.":["Als je WordPress 5.2 of nieuwer gebruikt, kijk dan bij {{link}}Sitediagnose{{/link}} en los de problemen op."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Zet andere plugins tijdelijk uit!{{/link}} Dit lost heel vaak problemen op."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Caching software{{/link}}, en zeker Cloudflare, kunnen het verkeerde cachen. Probeer alle cache te verwijderen."],"What do I do next?":["Wat moet ik nu doen?"],"Something went wrong 🙁":["Er is iets fout gegaan 🙁"],"Log out, clear your browser cache, and log in again - your browser has cached an old session.":["Log uit, wis de browsercache en log opnieuw in - je browser heeft een oude sessie in de cache opgeslagen."],"Reload the page - your current session is old.":["Herlaad de pagina - je huidige sessie is oud."],"Include these details in your report along with a description of what you were doing and a screenshot.":["Voeg deze gegevens toe aan je melding, samen met een beschrijving van wat je deed en een schermafbeelding."],"Email":["E-mail"],"Create An Issue":["Meld een probleem"],"Close":["Sluiten"],"Save":["Opslaan"],"Editing %s":["Aan het bewerken %s"],"Unable to make request due to browser security. This is typically because your WordPress and Site URL settings are inconsistent, or the request was blocked by your site CORS policy.":["Niet mogelijk om een verzoek te doen vanwege browser beveiliging. Dit gebeurt meestal omdat WordPress en de site URL niet overeenkomen, of het verzoek wordt geblokkeerd door het CORS beleid van je site."],"Possible cause":["Mogelijke oorzaak"],"This could be a security plugin, or your server is out of memory or has an external error. Please check your server error log":["Dit kan een beveiliging plugin zijn. Of je server heeft geen geheugen meer of heeft een externe fout. Bekijk de error log op je server"],"Your server has rejected the request for being too big. You will need to reconfigure it to continue.":["Je server heeft de aanvraag geweigerd omdat het te groot is. Je moet het aanpassen om door te gaan."],"Your REST API is probably being blocked by a security plugin. Please disable this, or configure it to allow REST API requests.":["Je REST API wordt waarschijnlijk geblokkeerd door een beveiliging plugin. Zet de plugin uit, of configureer hem zodat hij REST API verzoeken toestaat."],"Read this REST API guide for more information.":["Lees deze REST API gids voor meer informatie."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress heeft geen reactie gegeven. Dit kan betekenen dat er een fout is opgetreden of dat het verzoek werd geblokkeerd. Bekijk je server foutlog."],"John Godley":["John Godley"],"Adds search and replace functionality across posts, pages, comments, and meta-data, with full regular expression support":["Voeg zoek en vervang functionaliteit toe in berichten, pagina's, reacties en meta-data, met volledige ondersteuning van reguliere expressies."],"https://searchregex.com/":["https://searchregex.com/"],"Search Regex":["Search Regex"]} \ No newline at end of file diff --git a/locale/search-regex-it_IT.mo b/locale/search-regex-it_IT.mo index 6370b33519ccdcdaa27fb777122c5125b504c10c..a233af8f457e3b24a39cf499624642b1a45ae8a7 100644 GIT binary patch delta 4365 zcmYM%3s9F;8prVm<)Q|N+(cCTgQlXOTn#i$O^FtibiE+TDso9SQUoal^{?Z)i)&d@ z>Tb2sn6qLF4Go*-Zo8(VW9FDNx?Nl^?M^n4Gu2jV&Uo4HZ_hikj^pP%=e+N^Jm;Jj zymmIAyF0*tIWlmU@h3RIYzP+iQDnA0;{Rq)+&~NJho~4AX%>QCqUP`ouEm>PTpMN9pLiXH<2KC4-(fud3sdkm z>iy(sx1bEHB`(5Xd=E9DlQ@a-?Hq+sRP>KA3&ICb6Pb)!;Y?JAbG`b-$egVlHK7L7 zb6Zgzw|MQZq9)pjB*l)PCeV%j@Dq$;eETj@rVoM7QTLNKz~lv# zJ1M+`O_(y=Y$UefQap<~#p5|K8fXeC&O=RPJ}Tu)QK_y%WpEw-?^dARYe7B#5-Rok zkhA2szfjOhPoQ4-5Xa#^Q62TW-*p^|%0x1%eG+QmU!n$BjhVO(^!_S6~jO75S-y!43zpjyw3SFBV)XL`J+xRrzhpFUUE6qiv zaHlXX;U)HX5k9d3J;<(5zSRtjW6I_3}TkmSd8lT7*?QvaJEa~Ce#OE7c!>3 ziCWPW48tC5z?--bpPXQ}22bD)ocI7=K|F;ka9$3FFTm_?_#p9>T(|c_Cb~?dVYu%9 z!xZ}Sz+BJeuEFX&H+w$s*@_)J|0X_;OE|&T@HlFVIvFhj58+OHAC=LP$!?r-)I#gA zK==O{3fwgN6gfBK)Z24RAk4+BSd2QPmoXB*MEwxDg`6vUjD67rHlhaHiZQsui}#^2 z+JU+ShcMhv;j{{P0d@L&P%qv<4HP=nZP75)1hP=iJ&0<56xkJ9f&;JxbqM!)@f)ZK zy^G593DkT4K)(k5ih^FaiG1$u4(iY)PIEst^KmF~C30SE3;M7NwW9N=lwU?o>|0cS zx4rsa)7`|QQ0;?J*Ln1G@*f#M`lzU)V(P=LVLvJZ?Wm59p;qud=HW-E>l!zMcQ6a< zumPXOudo@H&2+zT^q`+Og_qeaYe(IhYkAbZK_T}Mw!^(X-Sdo}f@X3NYjDiZ+<<#f54NMO*_^YQpSw63 zgBagNP*BRppfWJavqBFLH(?ZR#z@?S>bMP+fiBb@zlYs;0ju#(^W3*SX1@EttwavK z?Zyneg#N`8BKVA{q6QPO6|?XtYGOAq9S1FRD=)w(;%a13wgEMfZq&*z;c)!ktB);q z86A$wL^h`4%wqDd!&gs5AU2^+$p>EhRnKocZ(cQ{42HhP!5Q3UuI4To~s1#@5A$$az@gAz< z=A~{c_F*mYTR0Yzmbvf8Y@AH|G3tBZk1lhkJ{Rk#*oykl{DjKLrsZawCkriiU%F*j zL3|!roaGW|g1a#e51=x343+9zsELPE@*h%+LynWRxj5eLQFx1r=c>5dIPGz>Rrq<= zqKN&$q2)CV6_vhkreKVxo9uRb8d8zS4ElShi+W*T9A6BmN6q CKMRil delta 4274 zcmYM%3sBZo8prWNA{Q^*6#`zR6fqGM5GlwDB5H=FZvh6f>?-P-rl6%b8hizIIJE0h?As&t)xC@nF3+6Mv3D8L6!gcJ9@qKI}KGY0TQ5|Nv>-k8|rVy1-3F^7I zsE(Jq`}L?qw<41_&8P$pU=M7=SjIOW&`8H~sE%%<&cPUo8Ys@igD{*p9W_u6s-pr_ z;>D;X^rH`#px)nt6vZ^V>j4}{d>TEK{2LnTunU!8k9fPL(Wn9YqXxPQHPA@BiFsIw zxd}Gm9Y`0Z(ZvUyhj2XC-@$&^g+=JQo%%1NG3Rz;YVi~<#sU_!7!TkwyoLE#n`BHW z?!#6LX1YrJkEq1ocJcejwlOD=e@zE}G?80KkxeM&nTI|f_1ErQ#|3rt9O}U)tjE2` zBuyG=>$$Pcsi+xLU?ska+6zCRDjM0}4iJyk#PwK*pQ0)_E5%l9wnsxR&PNTr0=3!J zqSkIR@{V~Kb^kCbq2s85K1Lt@2PujPzJuk#6ub{ha5Xk#4kq7e4AnP&d=|ZhG*;2L zg@bVA0As3f7i#xvr~EV{R2+{=WDu(4BT%KzMOAPLY7>{D-kXDZej%##kE8Zd12R$1 zJWoR}G~+P*1FEA7sE$8FRie|~@0Dr?&PNR}9b-i@Zr|+UCe-nJ1GPEd!8H6A zChGim(ojczn7$tLp=LG=)nN`Q!2%ag!(ifaWWSm!)ZSR>+<+m(J5c?-jCy|`s=v2g zd>rE#-<+Xw8n0l99w5C6j2dj$b`cII-i#x3A7|iIBzH6VF8kaZWEIU?WVy|2&f}=k zU%`Cr!Z6GmLjAR-g)}r1KZfHX)Qpy64_t@p_!$hrKcOn{7V5pD?)tw`GrffB_y4G+ zxPcllGTl}>!I_dy{q@3NE@-WDup3TB4N#0qWCm*HRmfM`Y{hzf9e3ftp~gIc$56Y! zFvA|pI_yq-4%P2P)amI!otE!1sJ~_w$Ikl;=3-C0hMMX3sM4waiudESu@VsW>>x z&Tu)Z5@)d%ALJ>m@wx+sA$r~!+x4^DG&HL9YIqE5jI)I=Mcjo8cMLMsiu zcnCGnKT&IR3H4$63Ux|uy8Ged+_xN~x$Z}8!fF>kf=XyLM&f!@zdKL~>_t7_h8~}J zbA*OA-6xogVFmVsl8S6tQ-~?J3^k+esDzqO9sM4)1P4(Gf8g%_19gngV@wdo59bkI zA8)Uh7E*uByrR%{REx@d1x~~@sB`*v9EYFcQXDveXYd8wh>=D12gXkHh%X?kWGd)H zr==0!z$>Vw*fz-~+A@i!HIw~ZP{|Kte>{y!>0PNPkpGx1sjT9@J^skK6GG zCZhj7Tk1!ht5JzG;3E78HQq#TihZyGALGI!xB)NW7M#zPRf)ewmGTCvBKmoxwNJ({ z9ESQ7=i)$|fm-wB*bg^hDDFi~@Br$==e5(|XqqpPWic6~`5UZ3PMrA`)lt?oI>91b zg{M#*-2Z?vzre+)=T2YoahD!8XcRhT%{m*a|a^Ev)G_)&oQ7=wJy)YGZZmX~t z)}dy)9@X*F$hXHdp_bwts-&0krvZ^~kqMt+XFeYF+!UmUrWB*KTXxgXn*AB0@D!@V z9q7ZGsDTpw_LTTBoOmT_z^AYW?nEWF#~E<`6}5zCP!;_$Ky2`@j&??i_(J zI04mh8L9%aQER*e+i?>v!19OeH~w#!M(iuGr>6+Bh<}R}_^ykS_=?>@JPo~(G-_xl zv)3^bKSa&E6G_q}l-UFpqGnu&18|GGeh{OHkD@Bjjv3g2+H?^!?dI)^+Kfr4rOca2 z{Z;ZpF35*aOEK3yu*SK``5gA<{!6Gm(~8~jP3K{E|2-Ve^^>Sdc3}fXKWzWM;T3El zo>Wf#N71-m&QZZZ)JdE06;#Ksp^nR5RLMTX!T3K6<%n2twq1O69BW9={P zcVItix1YtOnDQ(8+%{B2yrkLuXrR%8%kTzP3U1T(pqfD=#^t3)luc2wfK z@fi#t+r|{mwQ(aJBpx!4qly=C39g#YpVVamFY48hJ;UQ;1LKBlkBAs?Pex{TN@jN6 Z$jrR#QGv^McZCJMD5&cbc%tk~)Q_EP?e+iw diff --git a/locale/search-regex-it_IT.po b/locale/search-regex-it_IT.po index 3ef0819..cbeb44c 100644 --- a/locale/search-regex-it_IT.po +++ b/locale/search-regex-it_IT.po @@ -2,7 +2,7 @@ # This file is distributed under the same license as the Plugins - Search Regex - Development (trunk) package. msgid "" msgstr "" -"PO-Revision-Date: 2020-09-13 13:41:36+0000\n" +"PO-Revision-Date: 2020-10-30 18:54:05+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -11,6 +11,14 @@ msgstr "" "Language: it\n" "Project-Id-Version: Plugins - Search Regex - Development (trunk)\n" +#: source/core/meta.php:24 +msgid "Serialized Value" +msgstr "Valore serializzato" + +#: source/core/post.php:85 +msgid "Exclude drafts" +msgstr "Escludi le bozze" + #: search-regex-strings.php:236 msgid "Please review your data and try again." msgstr "Controlla i dati e prova di nuovo." @@ -27,23 +35,23 @@ msgstr "Dati errati" msgid "Your REST API is returning a 404 page. This is almost certainly an external plugin or server configuration issue." msgstr "La REST API restituisce una pagina 404. Molto probabilmente è un problema generato da un plugin esterno o dalla configurazione del server." -#: search-regex-strings.php:180 +#: search-regex-strings.php:67 msgid "2000 per page" msgstr "2000 per pagina" -#: search-regex-strings.php:179 +#: search-regex-strings.php:66 msgid "1000 per page" msgstr "1000 per pagina" -#: search-regex-strings.php:92 +#: search-regex-strings.php:106 msgid "Set a preset to use by default when Search Regex is loaded." msgstr "Imposta un preset da usare in modo predefinito quando Search Regex viene caricato." -#: search-regex-strings.php:91 +#: search-regex-strings.php:105 msgid "No default preset" msgstr "Nessun preset predefinito" -#: search-regex-strings.php:90 +#: search-regex-strings.php:104 msgid "Default Preset" msgstr "Preset predefinito" @@ -107,173 +115,173 @@ msgstr "Upload" msgid "Add File" msgstr "Aggiungi un file" -#: search-regex-strings.php:171 +#: search-regex-strings.php:58 msgid "Preset saved" msgstr "Preset salvato" -#: search-regex-strings.php:148 +#: search-regex-strings.php:162 msgid "Copy to clipboard" msgstr "Copia negli appunti" -#: search-regex-strings.php:145 +#: search-regex-strings.php:159 msgid "Are you sure you want to delete this preset?" msgstr "Sei sicuro di voler eliminare questo preset?" -#: search-regex-strings.php:144 +#: search-regex-strings.php:158 msgid "Locked fields" msgstr "Campi bloccati" -#: search-regex-strings.php:139 +#: search-regex-strings.php:153 msgid "For example, create tag {{code}}URL{{/code}} and title {{code}}Image URL{{/code}}. Your search could be {{code}}{{/code}}. When the preset is used it will ask the user for the {{code}}Image URL{{/code}} instead of the full search phrase." msgstr "Per esempio, crea il tag {{code}}URL{{/code}} e il titolo {{code}}URL immagine{{/code}}. La tua ricerca potrebbe essere {{code}}{{/code}}. Quando il preset viene usato, chiederà all'utente la {{code}}URL immagine{{/code}} invece dell'intera frase di ricerca." -#: search-regex-strings.php:138 +#: search-regex-strings.php:152 msgid "A tag creates a custom input field. Insert the tag anywhere in the search or replace field and when the preset is used it will be replaced with a custom text field with the tag label." msgstr "Un tag crea un campo di inserimento personalizzato. Inserisci il tag dove preferisci nel campo di ricerca o di sostituzione e, quando il preset viene usato, sarà sostituito con un campo di testo personalizzato con l'etichetta del tag." -#: search-regex-strings.php:137 +#: search-regex-strings.php:151 msgid "Enter tag which is used in the field" msgstr "Inserisci il tag usato nel campo" -#: search-regex-strings.php:136 +#: search-regex-strings.php:150 msgid "Tag" msgstr "Tag" -#: search-regex-strings.php:135 +#: search-regex-strings.php:149 msgid "Enter tag title shown to user" msgstr "Inserisci il titolo del tag mostrato all'utente" -#: search-regex-strings.php:133 +#: search-regex-strings.php:147 msgid "Tags" msgstr "Tag" -#: search-regex-strings.php:132 +#: search-regex-strings.php:146 msgid "Locking a field removes it from the search form and prevents changes." msgstr "Bloccare un campo lo rimuove dal modulo di ricerca e impedisce i cambiamenti." -#: search-regex-strings.php:131 +#: search-regex-strings.php:145 msgid "Fields" msgstr "Campi" -#: search-regex-strings.php:130 +#: search-regex-strings.php:144 msgid "Locked Fields" msgstr "Campi bloccati" -#: search-regex-strings.php:129 +#: search-regex-strings.php:143 msgid "Advanced preset" msgstr "Preset avanzati" -#: search-regex-strings.php:128 +#: search-regex-strings.php:142 msgid "Describe the preset" msgstr "Descrivi il preset" -#: search-regex-strings.php:127 +#: search-regex-strings.php:141 msgid "Preset Description" msgstr "Descrizione del preset" -#: search-regex-strings.php:126 +#: search-regex-strings.php:140 msgid "Give the preset a name" msgstr "Dai un nome al preset" -#: search-regex-strings.php:125 +#: search-regex-strings.php:139 msgid "Preset Name" msgstr "Nome del preset" -#: search-regex-strings.php:124 +#: search-regex-strings.php:138 msgid "Edit preset" msgstr "Modifica il preset" -#: search-regex-strings.php:123 +#: search-regex-strings.php:137 msgid "Results per page" msgstr "Risultati per pagina" -#: search-regex-strings.php:122 +#: search-regex-strings.php:136 msgid "Source Flags" msgstr "Opzioni sorgente" -#: search-regex-strings.php:117 +#: search-regex-strings.php:131 msgid "remove phrase" msgstr "rimuovi la frase" -#: search-regex-strings.php:116 +#: search-regex-strings.php:130 msgid "no phrase" msgstr "nessuna frase" -#: search-regex-strings.php:115 +#: search-regex-strings.php:129 msgid "Import" msgstr "Importa" -#: search-regex-strings.php:114 +#: search-regex-strings.php:128 msgid "Paste a single preset JSON." msgstr "Incolla un singolo JSON di preset." -#: search-regex-strings.php:113 +#: search-regex-strings.php:127 msgid "Please check your JSON data is a valid preset. You may have copied it incorrectly, or pasted something that is not a preset." msgstr "Controlla che i dati del tuo JSON siano un valido preset. Potresti averlo copiato male o aver incollato qualcosa che non è un preset." -#: search-regex-strings.php:112 +#: search-regex-strings.php:126 msgid "Unable to import preset" msgstr "Impossibile importare il preset" -#: search-regex-strings.php:111 +#: search-regex-strings.php:125 msgid "Import preset from clipboard" msgstr "Importa il preset dagli appunti" -#: search-regex-strings.php:110 +#: search-regex-strings.php:124 msgid "Done" msgstr "Fatto" -#: search-regex-strings.php:109 +#: search-regex-strings.php:123 msgid "Uploaded %(total)d preset" msgid_plural "Uploaded %(total)d presets" msgstr[0] "Caricato %(total)d preset" msgstr[1] "Caricati %(total)d preset" -#: search-regex-strings.php:108 +#: search-regex-strings.php:122 msgid "Importing" msgstr "Importazione in corso" -#: search-regex-strings.php:107 +#: search-regex-strings.php:121 msgid "File selected" msgstr "File selezionato" -#: search-regex-strings.php:106 +#: search-regex-strings.php:120 msgid "Click 'Add File' or drag and drop here." msgstr "Fai clic su 'Aggiungi file' o trascinalo qui." -#: search-regex-strings.php:105 +#: search-regex-strings.php:119 msgid "Import a JSON file" msgstr "Importa un file JSON" -#: search-regex-strings.php:104 +#: search-regex-strings.php:118 msgid "Import JSON" msgstr "Importa JSON" -#: search-regex-strings.php:103 +#: search-regex-strings.php:117 msgid "Export JSON" msgstr "Esporta JSON" -#: search-regex-strings.php:102 +#: search-regex-strings.php:116 msgid "Download presets!" msgstr "Scarica i preset!" -#: search-regex-strings.php:101 +#: search-regex-strings.php:115 msgid "There are no presets" msgstr "Non ci sono preset" -#: search-regex-strings.php:100 +#: search-regex-strings.php:114 msgid "Flags" msgstr "Flag" -#: search-regex-strings.php:73 search-regex-strings.php:75 +#: search-regex-strings.php:87 search-regex-strings.php:89 msgid "Presets" msgstr "Preset" -#: search-regex-strings.php:62 +#: search-regex-strings.php:76 msgid "If that did not help then {{strong}}create an issue{{/strong}} or send it in an {{strong}}email{{/strong}}." msgstr "Se non è stato di aiuto, allora {{strong}}apri un ticket{{/strong}} or invialo in una {{strong}}email{{/strong}}." -#: search-regex-strings.php:61 +#: search-regex-strings.php:75 msgid "Please check the {{link}}support site{{/link}} before proceeding further." msgstr "Vai al {{link}}sito di supporto{{/link}} prima di procedere oltre." @@ -317,11 +325,11 @@ msgstr "Standard" msgid "matched rows = %(searched)s, phrases = %(found)s" msgstr "righe corrispondenti = %(searched)s, frasi = %(found)s" -#: search-regex-strings.php:149 +#: search-regex-strings.php:163 msgid "Please backup your data before making modifications." msgstr "Fai un backup dei tuoi dati prima di apportare modifiche." -#: search-regex-strings.php:89 +#: search-regex-strings.php:103 msgid "Show row actions as dropdown menu." msgstr "Mostra le azioni di riga come menu a discesa." @@ -361,19 +369,19 @@ msgstr "Sostituisci l'informazione" msgid "An unknown error occurred." msgstr "Si è verificato un errore sconosciuto." -#: source/core/post.php:125 +#: source/core/post.php:132 msgid "GUID" msgstr "GUID" -#: source/core/post.php:124 +#: source/core/post.php:131 msgid "Slug" msgstr "Slug" -#: source/core/post.php:122 +#: source/core/post.php:129 msgid "Excerpt" msgstr "Riassunto" -#: source/core/post.php:121 +#: source/core/post.php:128 msgid "Content" msgstr "Contenuto" @@ -389,7 +397,7 @@ msgstr "Nome visualizzato" msgid "Nicename" msgstr "Nicename" -#: source/core/meta.php:20 source/core/options.php:20 +#: source/core/meta.php:27 source/core/options.php:20 msgid "Value" msgstr "Valore" @@ -401,8 +409,8 @@ msgstr "Includi i commenti spam" msgid "Comment" msgstr "Commento" -#: search-regex-strings.php:98 source/core/meta.php:19 -#: source/core/comment.php:22 source/core/options.php:19 +#: source/core/meta.php:19 source/core/comment.php:22 +#: source/core/options.php:19 search-regex-strings.php:112 msgid "Name" msgstr "Nome" @@ -410,13 +418,13 @@ msgstr "Nome" msgid "Search your redirects" msgstr "Cerca i tuoi reindirizzamenti" -#: search-regex-strings.php:134 source/plugin/redirection.php:28 -#: source/core/post.php:123 +#: source/plugin/redirection.php:28 source/core/post.php:130 +#: search-regex-strings.php:148 msgid "Title" msgstr "Titolo" -#: source/plugin/redirection.php:27 source/core/user.php:36 -#: source/core/comment.php:24 +#: source/plugin/redirection.php:27 source/core/comment.php:24 +#: source/core/user.php:36 msgid "URL" msgstr "URL" @@ -551,7 +559,7 @@ msgstr "Puoi trovare la documentazione completa sull'uso di Search Regex nel sit msgid "Settings" msgstr "Impostazioni" -#: search-regex-strings.php:88 search-regex-strings.php:212 +#: search-regex-strings.php:102 search-regex-strings.php:212 msgid "Actions" msgstr "Azioni" @@ -611,99 +619,99 @@ msgid_plural "%s database rows in total" msgstr[0] "%s riga di database in totale" msgstr[1] "%s righe di database in totale" -#: search-regex-strings.php:178 +#: search-regex-strings.php:65 msgid "500 per page" msgstr "500 per pagina" -#: search-regex-strings.php:177 +#: search-regex-strings.php:64 msgid "250 per page" msgstr "250 per pagina" -#: search-regex-strings.php:176 +#: search-regex-strings.php:63 msgid "100 per page" msgstr "100 per pagina" -#: search-regex-strings.php:175 +#: search-regex-strings.php:62 msgid "50 per page" msgstr "50 per pagina " -#: search-regex-strings.php:174 +#: search-regex-strings.php:61 msgid "25 per page" msgstr "25 per pagina " -#: search-regex-strings.php:173 +#: search-regex-strings.php:60 msgid "Ignore Case" msgstr "Ignora le maiuscole" -#: search-regex-strings.php:172 +#: search-regex-strings.php:59 msgid "Regular Expression" msgstr "Espressione regolare" -#: search-regex-strings.php:170 +#: search-regex-strings.php:57 msgid "Row updated" msgstr "Riga aggiornata" -#: search-regex-strings.php:169 +#: search-regex-strings.php:56 msgid "Row replaced" msgstr "Riga sostituita" -#: search-regex-strings.php:168 +#: search-regex-strings.php:55 msgid "Row deleted" msgstr "Riga cancellata" -#: search-regex-strings.php:167 +#: search-regex-strings.php:54 msgid "Settings saved" msgstr "Impostazioni salvate" -#: search-regex-strings.php:166 search-regex-admin.php:238 +#: search-regex-admin.php:238 search-regex-strings.php:180 msgid "{{link}}Source Flags{{/link}} - additional options for the selected source. For example, include post {{guid}}GUID{{/guid}} in the search." msgstr "{{link}}Opzioni Sorgente{{/link}} - opzioni aggiuntive per la sorgente selezionata. Per esempio, includi il {{guid}}GUID{{/guid}} dell'articolo nella ricerca." -#: search-regex-strings.php:165 search-regex-admin.php:251 +#: search-regex-admin.php:251 search-regex-strings.php:179 msgid "{{link}}Source{{/link}} - the source of data you wish to search. For example, posts, pages, or comments." msgstr "{{link}}Sorgente{{/link}} - la sorgente dei dati in cui vuoi cercare. Per esempio, articoli, pagine o commenti." -#: search-regex-strings.php:164 search-regex-admin.php:250 +#: search-regex-admin.php:250 search-regex-strings.php:178 msgid "{{link}}Regular expression{{/link}} - a way of defining a pattern for text matching. Provides more advanced matches." msgstr "{{link}}Espressione regulare{{/link}} - Un modo per definire uno schema per la corrispondenza del testo. Fornisce corrispondenze più avanzate." -#: search-regex-strings.php:163 search-regex-admin.php:249 +#: search-regex-admin.php:249 search-regex-strings.php:177 msgid "{{link}}Search Flags{{/link}} - additional qualifiers for your search, to enable case insensitivity, and to enable regular expression support." msgstr "{{link}}Opzioni di ricerca{{/link}} - qualificatori aggiuntivi per la tua ricerca che consentono di ignorare le maiuscole e di abilitare il supporto per le espressioni regolari." -#: search-regex-strings.php:162 search-regex-admin.php:247 +#: search-regex-admin.php:247 search-regex-strings.php:176 msgid "The following concepts are used by Search Regex:" msgstr "I seguenti elementi sono usati da Search Regex:" -#: search-regex-strings.php:161 +#: search-regex-strings.php:175 msgid "Quick Help" msgstr "Aiuto veloce" -#: search-regex-strings.php:160 +#: search-regex-strings.php:174 msgid "Like this plugin? You might want to consider {{link}}Redirection{{/link}}, a plugin to manage redirects, from the same author." msgstr "Ti piace questo plugin? Potresti considerare {{link}}Redirection{{/link}}, un plugin per gestire i reindirizzamenti, realizzato dallo stesso autore." -#: search-regex-strings.php:159 source/plugin/redirection.php:81 +#: source/plugin/redirection.php:81 search-regex-strings.php:173 msgid "Redirection" msgstr "Redirection" -#: search-regex-strings.php:158 +#: search-regex-strings.php:172 msgid "If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!" msgstr "Se vuoi inviare informazioni che preferisci non vadano in un repository pubblico, allora mandale via {{email}}email{{/email}}. Includi quante più informazioni possibili!" -#: search-regex-strings.php:157 +#: search-regex-strings.php:171 msgid "Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support." msgstr "Tieni presente che qualsiasi supporto è fornito quando è possibile e non è garantito. Non fornisco supporto a pagamento." -#: search-regex-strings.php:156 +#: search-regex-strings.php:170 msgid "If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide." msgstr "Se vuoi segnalare un bug, leggi la guida {{report}}Reporting Bugs{{/report}}." -#: search-regex-strings.php:155 +#: search-regex-strings.php:169 msgid "Full documentation for Search Regex can be found at {{site}}https://searchregex.com{{/site}}." msgstr "La documentazione completa di Search Regex è disponibile su {{site}}https://searchregex.com{{/site}}." -#: search-regex-strings.php:154 +#: search-regex-strings.php:168 msgid "Need more help?" msgstr "Hai bisogno di altro aiuto?" @@ -715,7 +723,7 @@ msgstr "Risultati" msgid "Source Options" msgstr "Opzioni sorgente" -#: search-regex-strings.php:121 search-regex-strings.php:202 +#: search-regex-strings.php:135 search-regex-strings.php:202 #: search-regex-strings.php:208 msgid "Source" msgstr "Sorgente" @@ -724,7 +732,7 @@ msgstr "Sorgente" msgid "Enter global replacement text" msgstr "Inserisci il testo sostitutivo globale" -#: search-regex-strings.php:120 search-regex-strings.php:198 +#: search-regex-strings.php:134 search-regex-strings.php:198 msgid "Search Flags" msgstr "Opzioni di ricerca" @@ -732,97 +740,97 @@ msgstr "Opzioni di ricerca" msgid "Enter search phrase" msgstr "Inserisci la frase di ricerca" -#: search-regex-strings.php:152 +#: search-regex-strings.php:166 msgid "Replace All" msgstr "Sostituisci tutto" -#: search-regex-strings.php:99 search-regex-strings.php:118 -#: search-regex-strings.php:142 search-regex-strings.php:151 +#: search-regex-strings.php:113 search-regex-strings.php:132 +#: search-regex-strings.php:156 search-regex-strings.php:165 #: search-regex-strings.php:197 msgid "Search" msgstr "Cerca" -#: search-regex-strings.php:150 +#: search-regex-strings.php:164 msgid "Search and replace information in your database." msgstr "Cerca e sostituisci informazioni nel tuo database." -#: search-regex-strings.php:95 +#: search-regex-strings.php:109 msgid "Update" msgstr "Aggiorna" -#: search-regex-strings.php:94 +#: search-regex-strings.php:108 msgid "How Search Regex uses the REST API - don't change unless necessary" msgstr "Come Search Regex usa la REST API. Non cambiarla se non è necessario." -#: search-regex-strings.php:93 +#: search-regex-strings.php:107 msgid "REST API" msgstr "REST API" -#: search-regex-strings.php:87 +#: search-regex-strings.php:101 msgid "I'm a nice person and I have helped support the author of this plugin" msgstr "Sono una persona carina e ho sostenuto l'autore di questo plugin" -#: search-regex-strings.php:86 +#: search-regex-strings.php:100 msgid "Relative REST API" msgstr "REST API relativa" -#: search-regex-strings.php:85 +#: search-regex-strings.php:99 msgid "Raw REST API" msgstr "REST API grezza" -#: search-regex-strings.php:84 +#: search-regex-strings.php:98 msgid "Default REST API" msgstr "REST API predefinita" -#: search-regex-strings.php:83 +#: search-regex-strings.php:97 msgid "Plugin Support" msgstr "Supporto al plugin" -#: search-regex-strings.php:82 +#: search-regex-strings.php:96 msgid "Support 💰" msgstr "Supporto 💰" -#: search-regex-strings.php:81 +#: search-regex-strings.php:95 msgid "You get useful software and I get to carry on making it better." msgstr "Tu ricevi software utile e io posso continuare a migliorarlo." -#: search-regex-strings.php:80 +#: search-regex-strings.php:94 msgid "Search Regex is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}." msgstr "Search Regex è distribuito gratuitamente - la vita è meravigliosa e adorabile! Lo sviluppo ha richiesto molto tempo e fatica e tu puoi aiutare lo sviluppo {{strong}}facendo una piccola donazione{{/strong}}." -#: search-regex-strings.php:79 +#: search-regex-strings.php:93 msgid "I'd like to support some more." msgstr "Vorrei dare maggiore aiuto." -#: search-regex-strings.php:78 +#: search-regex-strings.php:92 msgid "You've supported this plugin - thank you!" msgstr "Hai sostenuto questo plugin. Grazie!" -#: search-regex-strings.php:60 +#: search-regex-strings.php:74 msgid "If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details." msgstr "Se ciò non aiuta, apri la console degli errori del tuo browser e apri un {{link}}nuovo ticket{{/link}} con i dettagli." -#: search-regex-strings.php:59 search-regex-admin.php:371 +#: search-regex-admin.php:371 search-regex-strings.php:73 msgid "If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache." msgstr "Se stai usando un plugin di caching delle pagine o un servizio (CloudFlare, OVH, ecc.), puoi anche provare a svuotare la cache." -#: search-regex-strings.php:58 +#: search-regex-strings.php:72 msgid "Search Regex is not working. Try clearing your browser cache and reloading this page." msgstr "Search Regex non sta funzionando. Prova a svuotare la cache del tuo browser e a ricaricare questa pagina." -#: search-regex-strings.php:57 +#: search-regex-strings.php:71 msgid "clearing your cache." msgstr "svuotare la cache." -#: search-regex-strings.php:56 +#: search-regex-strings.php:70 msgid "If you are using a caching system such as Cloudflare then please read this: " msgstr "Se stai usando un sistema di cache come Cloudflare, leggi questo: " -#: search-regex-strings.php:55 +#: search-regex-strings.php:69 msgid "Please clear your browser cache and reload this page." msgstr "Pulisci la cache del tuo browser e ricarica questa pagina." -#: search-regex-strings.php:54 +#: search-regex-strings.php:68 msgid "Cached Search Regex detected" msgstr "Rilevata cache di Search Regex" @@ -842,11 +850,11 @@ msgid_plural "Replace %(count)s matches." msgstr[0] "Sostituisci %(count)s corrispondenza." msgstr[1] "Sostituisci %(count)s corrispondenze." -#: search-regex-strings.php:147 +#: search-regex-strings.php:161 msgid "Delete" msgstr "Elimina" -#: search-regex-strings.php:146 +#: search-regex-strings.php:160 msgid "Edit" msgstr "Modifica" @@ -927,13 +935,13 @@ msgid "Replace progress" msgstr "Avanzamento di sostituzione" #: search-regex-strings.php:17 search-regex-strings.php:23 -#: search-regex-strings.php:141 search-regex-strings.php:153 +#: search-regex-strings.php:155 search-regex-strings.php:167 #: search-regex-strings.php:184 msgid "Cancel" msgstr "Annulla" -#: search-regex-strings.php:22 search-regex-strings.php:119 -#: search-regex-strings.php:143 search-regex-strings.php:199 +#: search-regex-strings.php:22 search-regex-strings.php:133 +#: search-regex-strings.php:157 search-regex-strings.php:199 msgid "Replace" msgstr "Sostituisci" @@ -965,31 +973,31 @@ msgstr "Sostituisci la singola frase." msgid "Replacement for this match" msgstr "Sostituzione per questa corrispondenza" -#: search-regex-strings.php:72 search-regex-strings.php:77 +#: search-regex-strings.php:86 search-regex-strings.php:91 msgid "Support" msgstr "Supporto" -#: search-regex-strings.php:71 search-regex-strings.php:76 +#: search-regex-strings.php:85 search-regex-strings.php:90 msgid "Options" msgstr "Opzioni" -#: search-regex-strings.php:74 +#: search-regex-strings.php:88 msgid "Search & Replace" msgstr "Cerca & Sostituisci" -#: search-regex-strings.php:69 +#: search-regex-strings.php:83 msgid "If you are using WordPress 5.2 or newer then look at your {{link}}Site Health{{/link}} and resolve any issues." msgstr "Se stai usando WordPress 5.2 o superiore, dai uno sguardo a {{link}}Salute del sito (Site Health){{/link}} e risolvi eventuali problemi." -#: search-regex-strings.php:68 +#: search-regex-strings.php:82 msgid "{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems." msgstr "{{link}}Disabilita temporaneamente altri plugin!{{/link}} Ciò risolve molti problemi." -#: search-regex-strings.php:67 +#: search-regex-strings.php:81 msgid "{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches." msgstr "{{link}}Il software di cache{{/link}}, in particulare Cloudflare, può mettere in cache la cosa sbagliata. Prova a svuotare tutte le tue cache." -#: search-regex-strings.php:66 +#: search-regex-strings.php:80 msgid "What do I do next?" msgstr "Cosa faccio ora?" @@ -1006,16 +1014,16 @@ msgstr "Esci dalla sessione, svuota la cache del browser e rientra. Il tuo brows msgid "Reload the page - your current session is old." msgstr "Ricarica la pagina. La tua sessione corrente è vecchia." -#: search-regex-strings.php:65 +#: search-regex-strings.php:79 msgid "Include these details in your report along with a description of what you were doing and a screenshot." msgstr "Includi questi dettagli nel tuo rapporto insieme con una descrizione di quello che stavi facendo a uno screenshot." -#: search-regex-strings.php:64 search-regex-strings.php:97 -#: source/core/comment.php:23 +#: source/core/comment.php:23 search-regex-strings.php:78 +#: search-regex-strings.php:111 msgid "Email" msgstr "Email" -#: search-regex-strings.php:63 search-regex-strings.php:96 +#: search-regex-strings.php:77 search-regex-strings.php:110 msgid "Create An Issue" msgstr "Apri un ticket" @@ -1024,7 +1032,7 @@ msgid "Close" msgstr "Chiudi" #: search-regex-strings.php:5 search-regex-strings.php:16 -#: search-regex-strings.php:140 +#: search-regex-strings.php:154 msgid "Save" msgstr "Salva" @@ -1074,6 +1082,6 @@ msgid "https://searchregex.com/" msgstr "https://searchregex.com/" #. Plugin Name of the plugin -#: search-regex-strings.php:70 +#: search-regex-strings.php:84 msgid "Search Regex" msgstr "Search Regex" \ No newline at end of file diff --git a/locale/search-regex-ja.mo b/locale/search-regex-ja.mo index f796a5de9bae0a03553b7005ff4bb8adf02d8217..447be47b06af512565d61219ee14b8ed3e5e83f9 100644 GIT binary patch delta 4455 zcmYM%4Rp`f9mnyT;;$k^BNCF*h?0ebc&H*3nWr&-v_hmvP)Sfh1gDVH2!#-p0nnVNclS zO;B;1i#yUxjuG5P1M81gRv3uFw{h2 zPyNu!V+waYf#@;BSkSEx&AZwH1WUC(@JAvZKiEd1E-=g?Ty;oOw`09P!r~$ zCY*xzaXRK=VN09%F=T9W(#2Pub=aT&o7e_ZTT%Z(H2kfMnSqr!2Or`rEM{ZWm>rmnm+&3z&a##GWmMufTzm^TKIT61uZg5AT1W~~Y}2zf^)IC1r$Z|Zq6RwZ zUi=J~5}!pDX|hRM@6B>9K`r2Q%*9&NndtnKJwq9&@dsl*R^tMUO0X4N<d@7o_V5t$tvQ8y{tr|_cTii{q^;fa7D!P{ckF>9aVRdsC3qU2!C{HUunWcu z(5RrX1s7vVJ7YRv6;8y@QKz^ICq@%xpyI)(M8=>>J`q*wLR1A8;*Yli^<5?E{Vk}{ z??TR!XAaZQN{^#HIE|h0B5I)U_IBVHR3(y8&(l#8zl@q-4tB?dsPC##r~Z(OKSN!^ z^Qgml6O(lR!&t6*2Fyn#SnT3gu|DxivdxgUMR$57*) zLVbS;HQo)y%x~_{;5W!TmSoHq7>i@{0*=RiKe2ne6}u20!Zba{7cef_7#3rSkaKD( zk=-;k$ab4E&O4~m$9A*{rJ|QkM+S|@aS>{7%TX(;#76jA)XMf_I37by@HzVMJ5(k9 zgZl2F>u=e~uJ|d`xGAVDNk`2$vJ>@J$#dwClTam^hB{31u^z5KO|Tl3NCm0_+fkLP z#idw>J1{?mKd`Vts=Wo}sOxzU8(<6vNaH@)nfmJ*CD5U3(+jn-(fE6O1sh{3b=OLJ zqe__R;%wA4%SBbH5;eg#=T6l3Rj38Mk2=IBa21~SXy^x_faNHWuTZ7Ai#hlRIUXjb zt6iao{fHkT+i5bo88aNGp;ovbRf%Y>!W>+Oqp$&4PRAV7xSwD?dhyTL5|*NV5H=ul zn!TtMUBM=J1LxyC9E&r18Z!@%N8z4*ZjGv-4{e7U!+!~@g<8}<3I zBA$t&p+nK$+1oxa!=00ybDhia9`A3)16aWcK8Hh}vs;wd*KScVuBE>pYU^rI3q0$* zg~hu6jWUekz?wzKxiN2J6#fMn)6}6>m`L3t@jcW)M^S$WUBD68HPcqC6m^JSN4>Yn z#WkozK15y1V;JetxTXf)MU~q3Q=33EYJemcXQBqkLQOCZ+u~I8<4V+){T21zRqTM* zUEH+4{jLRS+(h&=P&$nkI0V~b9`f5`N>R6>$~`}Zs>lV@d$9xTM7>cJ%fvX$LM1W_ z_5A|Wp07u}_Y3#DW&ri?6=uv~I!btOd!W7Ng@f!NoPk=&Hq?N>#w@HxB@i~)Ce#kM z5l_P1_yBbncm2$m+1O=>F-LGaj>Np7_BQMtO8pPg(emeZz%Ni+aT{Z?-Y{d@VLWQ( z{ZK1df^BdOF2%hrPGuh&6Z=u`<={S?fx1=k+*MWD?|jLlQAo!E)M>tg`fw8`N-KUB zIbY^|T!7!>8#t3?==l%m!v@duBZd*E1*D?J>5EGAc}&CEs04Q4)9CG|p#d&p3Vw~u zVIp6!iRIx0;^TM-6Gz$pOPEYNfc>b%nW##b(e{sF4@(JysKeG{j7@AfDuG-iLC?%} z50;}|+-M(|eW(mSanG+i@1g#XX~^BvO536iS69^ceJ~TVP+PGcBX9?{z-kYRrfAb?726Q<$^s8fCu^_?%rK950dQ95dzLCA{DC>Ix? zPxrrsh6Y-QEpdhTx$5Q-_Qd|VcBKoQ8!(Ul_fUy8BT%BT7>!9Te$MGf zRd538P?zLUf0gKWbf`ohUc535*?*l)CfWfKP!sla_C>uv5W{f<#^Hfg2`zcEw-Pv6+s$coEl5Vn4BHvi-pr`x1AYcn>Pk>?!sy5K}OXcq+EXx3Ci) z!6(8P1GVD&`8MIG0y|$TR3hmf4V8EV#$yF)f@-XXhfyUx;+~(zX2dtK7JtBV_~%0V z{o7M*C63}+`cL5?oG{J)ePAalj-LMGO*P&)8n4i?4=IL8df5)R2e%QI&anS0*1E`; zKN7FT6__>C{{O-y>`0t5%O2ix>`uH5wUAoW0xshP{1&(3pE!8SlyiQuE&UCw;z2oo zZCQ*dCBbpccKafx6wS{sNXRdlTsUuT@Ig$y=1ohcPcE9is31QfdvekIg5ZPXO--A2 z?V6g_BO$G4pR{g$dh`nJ?3EWD_07Rm*R~!E1>OjiRo>XVt8UlE;G_OCe7?W`YIP{E zJXk#R+s7h8Wh+8~iclFnHS2Qy1LMldLV@*lE8e-jzA6-06AJ7I1vZ2N%R;4P!B72d y8iub51=fWERSX&YJ}awHe5mX|sQlef+0Ib;Z|YWW)Y}?tdtK?S;NaYUNB<9w7FLY_ delta 4355 zcmYM%3sl$T9mnwpL*yc&g762!&;(ROMI{V0xr6~>Q}B`^GOu}yykya7@$c^_H?T#d zb#x}QE~1;J{ZC#h>C`5tPFwR*>QRqt{7q|05zf6 zsP~qkI$rOd*Pbyb<~SI2V)d!pcogYU>I>4YM@M1 zM|r4;m!h_?3={D&RQnf@q?l$`@5kZ9C()~v|C@q3yoH)!c%0qS0jL4*LJc$$HPA%- zFJ@yUW_j#{w;^4a9WFlTJcRkwe}F^q78YV+Jo#TuVM)9(>+p|Qjd^TnDIUNLcoTDQ z-C$$p;6B`g!7Nu3-;bL3`!4<%IX31G$Y1j{|7amMktCZwq-QxMCX#=h-a0DOQ4{LL zU092)$RbTD)7E=aozqb(sK82m9d#CNqcR$GmmMGumlD@v4F*sdT##flw%AKS4Ie=b z{3PnI`A~aTkF+s6QO`d_O{g6;&?QX7D@amI@KCk~ldu?P<4>>|Gx5%0#*lqehA*La zHHD`s+{6@o>TYAIumyE`by9j(go@)(6G=g(d>ks(S*Q$_pbqgIRJ$dp_gAA*zY%qo z8jyv0%_|htpc%*DZ%`dwKy`c-m5FZmyl=7{I0rRAK2E?ARJ&T#X|H$jF4Xngi#nVi zU@D%%1l|8`3hHPO%h!vEsFjUDb(o2oV4jN~!eHY0$aytYsI&2ub2EkzZ$tIB6V-kn zs=xPL+>SAfZ%$JT0Vw`*`LaXpUHbDW8PMdog%jI{49L3YvjknJ{a zI@?jH{}yxb7KUQ>DDtm8Euf&4lwlaIL9OTs497ZD$1h?CzKhDhQB=D&SAPz*(m$d4 zy@uL~A5a5ErP)k-oJncqUkyf3p}o$;JFo~fKq+b>Gf^wALcY?b5o_@+Y{B89jd=!- zqfUQ8y1kY)*qitas^5#K+w(Q*w)`iZ{A*<~oV@oi3nQ=-wbCwB>Xd)Qv8VwOQJE@3 z4Y0tu7}b6SYC(^q4)11c!0o8-Kr*Y*M0R;8C^d)hVf+X=2F8DKMs~My;qBBXJLI#KSlj z)9+z5_#FNMyRjaBp2cc0W)dH&Ahtmgzjm+9#4*$YKf{4|3UwyFv3gCHdk~pzUr2IJ za8AP;G?<5naVAIj9EMG{Thf7ph`+-|yzS~6r`Q#~>O6pJdHxx49!>Ur`h9`@Uq(SQ zYeL$Zw@@qWz$jct{ypf!Ik*EK!hfJLmYZu&eF^Hlxh`IdIy29pu45glzqg%-Fw#p! zI|WVPOH>C}U2O7f2hpfol7Q+c6-%)gHGx-91GS*e&Tbcffok^^s^1P5|A5L^Xg>FU zD1{*u^hwM`U5gc{7wS+M*@1fRENY-GOh8j$ComY*E*Z7gd8h@IxaXBPDTp6(xSsl! z`|b6PE+qdte4awvaWQH|Gq4=zqXyoOn#c*aVuMZbeH8`H!RG02O!Rr>KFhp;j>RLHiraWUM8waPfJJAnroF*PH$L zHF{7B`W-5R|8hofXO|NXMIGXwq1xqoIZ0Y^IdYy%CD!0;_yWeV3_X7nLvTMP;d>Z` zXHXqo!6Dd%JsF*0Cs2&Tsjot{ufx&UfDB>0M<{4!eP;3%!)iQ=pQGxZE3+S-YuH2_ z%f4*JJvad~W*PG=E<+u%E2xRxMr9ysww+)ys(upcy&_xhHH#={hL5`!wmbJ=JoQIi zd>VDQ0;mqIVJ`OOPHHQrVP7o6L0EPCV6tzX2s0rLaZAtLMHjYD0U^uFuH1yy+sr$d4f?jAqb=>6q6>4Sg zqB?HFSo|EXV+X#9U(Mr+;-f5g42D+Nz0E?-r+FS9!&9hhp3gq(7OX!`yVN@HcF2z#~$Q;4fv{qqaSzf#pm zg?t0m!6DRuzjvNSb#xxX@iOWI^u2o?US;1Ofa=GC_hB0LtQ5BsZ@~+g@?&HEg1r`b z?T4as5m$?fDU0n)ui+iUT{sSJVls|dLZ>(j2Ly5QQ4?-jYA4W&8t@&|L{4HpUPfg! zb(!tI0M-8tF9oG^7V3qi*dL$86ZjII!^O+(^PER)Cgx%z^^33&ucLncPg-H)y~qtT zf5#`Wa3y<<$58!ES!KVZ-q_Xlzg&K7=fSWwe4X$+d>Yq3YOl-R&_f(wZSVbf)SfO! zEnowl$DiUaaUmzJ4!cpQ_parCQy9-I)$b>oZSn@cxBu%QZ;XwL_UDe;+OOZZd($%} zBxOv@o|uuHk?HT4v@qOXUa%@8B;eZ~*womp?4Mf0%E7z_<1Cv5&59Z4LO| z3Ha&)zJ`ErOTf2VZ~7XNruq}659t$KAMmyH)Vv( diff --git a/locale/search-regex-ja.po b/locale/search-regex-ja.po index 1288424..8009a78 100644 --- a/locale/search-regex-ja.po +++ b/locale/search-regex-ja.po @@ -2,7 +2,7 @@ # This file is distributed under the same license as the Plugins - Search Regex - Development (trunk) package. msgid "" msgstr "" -"PO-Revision-Date: 2020-09-13 14:41:15+0000\n" +"PO-Revision-Date: 2020-11-04 06:02:48+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -11,6 +11,14 @@ msgstr "" "Language: ja_JP\n" "Project-Id-Version: Plugins - Search Regex - Development (trunk)\n" +#: source/core/meta.php:24 +msgid "Serialized Value" +msgstr "シリアル化された値" + +#: source/core/post.php:85 +msgid "Exclude drafts" +msgstr "下書きを除外" + #: search-regex-strings.php:236 msgid "Please review your data and try again." msgstr "データを見直し再度お試しください。" @@ -27,23 +35,23 @@ msgstr "不正なデータ" msgid "Your REST API is returning a 404 page. This is almost certainly an external plugin or server configuration issue." msgstr "お使いの REST API が 404 ページを返しました。これは、ほぼ間違いなく外部プラグインかサーバーの設定の問題です。" -#: search-regex-strings.php:180 +#: search-regex-strings.php:67 msgid "2000 per page" msgstr "2000件 / ページ" -#: search-regex-strings.php:179 +#: search-regex-strings.php:66 msgid "1000 per page" msgstr "1000件 / ページ" -#: search-regex-strings.php:92 +#: search-regex-strings.php:106 msgid "Set a preset to use by default when Search Regex is loaded." msgstr "Search Regex が読み込まれたら標準で使用するプリセットを設定します。" -#: search-regex-strings.php:91 +#: search-regex-strings.php:105 msgid "No default preset" msgstr "標準のプリセットなし" -#: search-regex-strings.php:90 +#: search-regex-strings.php:104 msgid "Default Preset" msgstr "標準のプリセット" @@ -107,172 +115,172 @@ msgstr "アップロード" msgid "Add File" msgstr "ファイルの追加" -#: search-regex-strings.php:171 +#: search-regex-strings.php:58 msgid "Preset saved" msgstr "プリセットを保存しました" -#: search-regex-strings.php:148 +#: search-regex-strings.php:162 msgid "Copy to clipboard" msgstr "クリップボードにコピー" -#: search-regex-strings.php:145 +#: search-regex-strings.php:159 msgid "Are you sure you want to delete this preset?" msgstr "このプリセットを削除しますか ?" -#: search-regex-strings.php:144 +#: search-regex-strings.php:158 msgid "Locked fields" msgstr "入力欄のロック" -#: search-regex-strings.php:139 +#: search-regex-strings.php:153 msgid "For example, create tag {{code}}URL{{/code}} and title {{code}}Image URL{{/code}}. Your search could be {{code}}{{/code}}. When the preset is used it will ask the user for the {{code}}Image URL{{/code}} instead of the full search phrase." msgstr "例: タイトル {{{code}}URL{{/code}}} とタグ {{{code}}Image URL{/code}} を作成します。検索では {{{code}}{{/code}}} とすることができます。プリセットを使うと、完全な検索語句の代わりに {{{code}}Image URL{{/code}}} をユーザーに要求します。" -#: search-regex-strings.php:138 +#: search-regex-strings.php:152 msgid "A tag creates a custom input field. Insert the tag anywhere in the search or replace field and when the preset is used it will be replaced with a custom text field with the tag label." msgstr "タグは、独自の入力欄を作成します。検索か置換欄の好きな位置にタグを挿入し、プリセットを使用すると、タグラベルの独自のテキストに置き換えられます。" -#: search-regex-strings.php:137 +#: search-regex-strings.php:151 msgid "Enter tag which is used in the field" msgstr "入力欄で使うタグを入力" -#: search-regex-strings.php:136 +#: search-regex-strings.php:150 msgid "Tag" msgstr "タグ" -#: search-regex-strings.php:135 +#: search-regex-strings.php:149 msgid "Enter tag title shown to user" msgstr "ユーザーに表示されるタグのタイトルを入力" -#: search-regex-strings.php:133 +#: search-regex-strings.php:147 msgid "Tags" msgstr "タグ" -#: search-regex-strings.php:132 +#: search-regex-strings.php:146 msgid "Locking a field removes it from the search form and prevents changes." msgstr "入力欄をロックすると、検索フォームから入力が消え変更を防止できます。" -#: search-regex-strings.php:131 +#: search-regex-strings.php:145 msgid "Fields" msgstr "入力欄" -#: search-regex-strings.php:130 +#: search-regex-strings.php:144 msgid "Locked Fields" msgstr "入力欄のロック" -#: search-regex-strings.php:129 +#: search-regex-strings.php:143 msgid "Advanced preset" msgstr "高度なプリセット" -#: search-regex-strings.php:128 +#: search-regex-strings.php:142 msgid "Describe the preset" msgstr "プリセットを説明します" -#: search-regex-strings.php:127 +#: search-regex-strings.php:141 msgid "Preset Description" msgstr "プリセットの説明" -#: search-regex-strings.php:126 +#: search-regex-strings.php:140 msgid "Give the preset a name" msgstr "プリセットに名前をつけてください" -#: search-regex-strings.php:125 +#: search-regex-strings.php:139 msgid "Preset Name" msgstr "プリセット名" -#: search-regex-strings.php:124 +#: search-regex-strings.php:138 msgid "Edit preset" msgstr "プリセットの編集" -#: search-regex-strings.php:123 +#: search-regex-strings.php:137 msgid "Results per page" msgstr "ページあたりの結果表示数" -#: search-regex-strings.php:122 +#: search-regex-strings.php:136 msgid "Source Flags" msgstr "入力元フラグ" -#: search-regex-strings.php:117 +#: search-regex-strings.php:131 msgid "remove phrase" msgstr "語句の削除" -#: search-regex-strings.php:116 +#: search-regex-strings.php:130 msgid "no phrase" msgstr "語句なし" -#: search-regex-strings.php:115 +#: search-regex-strings.php:129 msgid "Import" msgstr "インポート" -#: search-regex-strings.php:114 +#: search-regex-strings.php:128 msgid "Paste a single preset JSON." msgstr "単一のプリセットの JSON データを貼り付けしてください。" -#: search-regex-strings.php:113 +#: search-regex-strings.php:127 msgid "Please check your JSON data is a valid preset. You may have copied it incorrectly, or pasted something that is not a preset." msgstr "JSON のデータは正しいプリセットかを、ご確認ください。不完全なコピーや、プリセット以外のデータを貼り付けした可能性があります。" -#: search-regex-strings.php:112 +#: search-regex-strings.php:126 msgid "Unable to import preset" msgstr "プリセットをインポートできません" -#: search-regex-strings.php:111 +#: search-regex-strings.php:125 msgid "Import preset from clipboard" msgstr "クリップボードからプリセットをインポート" -#: search-regex-strings.php:110 +#: search-regex-strings.php:124 msgid "Done" msgstr "完了" -#: search-regex-strings.php:109 +#: search-regex-strings.php:123 msgid "Uploaded %(total)d preset" msgid_plural "Uploaded %(total)d presets" msgstr[0] "計%(total)d個のプリセットをアップロードしました" -#: search-regex-strings.php:108 +#: search-regex-strings.php:122 msgid "Importing" msgstr "インポート中" -#: search-regex-strings.php:107 +#: search-regex-strings.php:121 msgid "File selected" msgstr "選択されたファイル" -#: search-regex-strings.php:106 +#: search-regex-strings.php:120 msgid "Click 'Add File' or drag and drop here." msgstr "「ファイルの追加」をクリック、またはここへドロップ。" -#: search-regex-strings.php:105 +#: search-regex-strings.php:119 msgid "Import a JSON file" msgstr "JSON ファイルのインポート" -#: search-regex-strings.php:104 +#: search-regex-strings.php:118 msgid "Import JSON" msgstr "JSON のインポート" -#: search-regex-strings.php:103 +#: search-regex-strings.php:117 msgid "Export JSON" msgstr "JSON のエクスポート" -#: search-regex-strings.php:102 +#: search-regex-strings.php:116 msgid "Download presets!" msgstr "プリセットのダウンロード !" -#: search-regex-strings.php:101 +#: search-regex-strings.php:115 msgid "There are no presets" msgstr "プリセットはありません" -#: search-regex-strings.php:100 +#: search-regex-strings.php:114 msgid "Flags" msgstr "フラグ" -#: search-regex-strings.php:73 search-regex-strings.php:75 +#: search-regex-strings.php:87 search-regex-strings.php:89 msgid "Presets" msgstr "プリセット" -#: search-regex-strings.php:62 +#: search-regex-strings.php:76 msgid "If that did not help then {{strong}}create an issue{{/strong}} or send it in an {{strong}}email{{/strong}}." msgstr "解決しない場合、{{strong}}問題 (issue) のトピックを作成するか{{/strong}}、{{strong}}メール{{/strong}}を送信してください。" -#: search-regex-strings.php:61 +#: search-regex-strings.php:75 msgid "Please check the {{link}}support site{{/link}} before proceeding further." msgstr "先に進める前に、{{link}}サポート用サイト{{/link}}をご確認ください。" @@ -316,11 +324,11 @@ msgstr "標準" msgid "matched rows = %(searched)s, phrases = %(found)s" msgstr "一致した行 = %(searched)s、語句 = %(found)s" -#: search-regex-strings.php:149 +#: search-regex-strings.php:163 msgid "Please backup your data before making modifications." msgstr "変更を加える前に、データをバックアップすることを強くおすすめします。" -#: search-regex-strings.php:89 +#: search-regex-strings.php:103 msgid "Show row actions as dropdown menu." msgstr "行への操作をドロップダウンメニューで表示。" @@ -358,19 +366,19 @@ msgstr "置換情報" msgid "An unknown error occurred." msgstr "不明なエラーが発生しました。" -#: source/core/post.php:125 +#: source/core/post.php:132 msgid "GUID" msgstr "GUID" -#: source/core/post.php:124 +#: source/core/post.php:131 msgid "Slug" msgstr "スラッグ" -#: source/core/post.php:122 +#: source/core/post.php:129 msgid "Excerpt" msgstr "抜粋" -#: source/core/post.php:121 +#: source/core/post.php:128 msgid "Content" msgstr "本文" @@ -386,7 +394,7 @@ msgstr "表示名" msgid "Nicename" msgstr "ナイスネーム" -#: source/core/meta.php:20 source/core/options.php:20 +#: source/core/meta.php:27 source/core/options.php:20 msgid "Value" msgstr "値" @@ -398,8 +406,8 @@ msgstr "スパムコメントを含む" msgid "Comment" msgstr "コメント" -#: search-regex-strings.php:98 source/core/meta.php:19 -#: source/core/comment.php:22 source/core/options.php:19 +#: source/core/meta.php:19 source/core/comment.php:22 +#: source/core/options.php:19 search-regex-strings.php:112 msgid "Name" msgstr "名前" @@ -407,13 +415,13 @@ msgstr "名前" msgid "Search your redirects" msgstr "リダイレクトの検索" -#: search-regex-strings.php:134 source/plugin/redirection.php:28 -#: source/core/post.php:123 +#: source/plugin/redirection.php:28 source/core/post.php:130 +#: search-regex-strings.php:148 msgid "Title" msgstr "タイトル" -#: source/plugin/redirection.php:27 source/core/user.php:36 -#: source/core/comment.php:24 +#: source/plugin/redirection.php:27 source/core/comment.php:24 +#: source/core/user.php:36 msgid "URL" msgstr "URL" @@ -548,7 +556,7 @@ msgstr "Search Regex の完全版マニュアルは、{{/code}}. When the preset is used it will ask the user for the {{code}}Image URL{{/code}} instead of the full search phrase." msgstr "" -#: search-regex-strings.php:138 +#: search-regex-strings.php:152 msgid "A tag creates a custom input field. Insert the tag anywhere in the search or replace field and when the preset is used it will be replaced with a custom text field with the tag label." msgstr "" -#: search-regex-strings.php:137 +#: search-regex-strings.php:151 msgid "Enter tag which is used in the field" msgstr "" -#: search-regex-strings.php:136 +#: search-regex-strings.php:150 msgid "Tag" msgstr "" -#: search-regex-strings.php:135 +#: search-regex-strings.php:149 msgid "Enter tag title shown to user" msgstr "" -#: search-regex-strings.php:133 +#: search-regex-strings.php:147 msgid "Tags" msgstr "" -#: search-regex-strings.php:132 +#: search-regex-strings.php:146 msgid "Locking a field removes it from the search form and prevents changes." msgstr "" -#: search-regex-strings.php:131 +#: search-regex-strings.php:145 msgid "Fields" msgstr "" -#: search-regex-strings.php:130 +#: search-regex-strings.php:144 msgid "Locked Fields" msgstr "" -#: search-regex-strings.php:129 +#: search-regex-strings.php:143 msgid "Advanced preset" msgstr "" -#: search-regex-strings.php:128 +#: search-regex-strings.php:142 msgid "Describe the preset" msgstr "" -#: search-regex-strings.php:127 +#: search-regex-strings.php:141 msgid "Preset Description" msgstr "" -#: search-regex-strings.php:126 +#: search-regex-strings.php:140 msgid "Give the preset a name" msgstr "" -#: search-regex-strings.php:125 +#: search-regex-strings.php:139 msgid "Preset Name" msgstr "" -#: search-regex-strings.php:124 +#: search-regex-strings.php:138 msgid "Edit preset" msgstr "" -#: search-regex-strings.php:123 +#: search-regex-strings.php:137 msgid "Results per page" msgstr "" -#: search-regex-strings.php:122 +#: search-regex-strings.php:136 msgid "Source Flags" msgstr "" -#: search-regex-strings.php:117 +#: search-regex-strings.php:131 msgid "remove phrase" msgstr "" -#: search-regex-strings.php:116 +#: search-regex-strings.php:130 msgid "no phrase" msgstr "" -#: search-regex-strings.php:115 +#: search-regex-strings.php:129 msgid "Import" msgstr "" -#: search-regex-strings.php:114 +#: search-regex-strings.php:128 msgid "Paste a single preset JSON." msgstr "" -#: search-regex-strings.php:113 +#: search-regex-strings.php:127 msgid "Please check your JSON data is a valid preset. You may have copied it incorrectly, or pasted something that is not a preset." msgstr "" -#: search-regex-strings.php:112 +#: search-regex-strings.php:126 msgid "Unable to import preset" msgstr "" -#: search-regex-strings.php:111 +#: search-regex-strings.php:125 msgid "Import preset from clipboard" msgstr "" -#: search-regex-strings.php:110 +#: search-regex-strings.php:124 msgid "Done" msgstr "" -#: search-regex-strings.php:109 +#: search-regex-strings.php:123 msgid "Uploaded %(total)d preset" msgid_plural "Uploaded %(total)d presets" msgstr[0] "" msgstr[1] "" -#: search-regex-strings.php:108 +#: search-regex-strings.php:122 msgid "Importing" msgstr "" -#: search-regex-strings.php:107 +#: search-regex-strings.php:121 msgid "File selected" msgstr "" -#: search-regex-strings.php:106 +#: search-regex-strings.php:120 msgid "Click 'Add File' or drag and drop here." msgstr "" -#: search-regex-strings.php:105 +#: search-regex-strings.php:119 msgid "Import a JSON file" msgstr "" -#: search-regex-strings.php:104 +#: search-regex-strings.php:118 msgid "Import JSON" msgstr "" -#: search-regex-strings.php:103 +#: search-regex-strings.php:117 msgid "Export JSON" msgstr "" -#: search-regex-strings.php:102 +#: search-regex-strings.php:116 msgid "Download presets!" msgstr "" -#: search-regex-strings.php:101 +#: search-regex-strings.php:115 msgid "There are no presets" msgstr "" -#: search-regex-strings.php:100 +#: search-regex-strings.php:114 msgid "Flags" msgstr "" -#: search-regex-strings.php:73 search-regex-strings.php:75 +#: search-regex-strings.php:87 search-regex-strings.php:89 msgid "Presets" msgstr "" -#: search-regex-strings.php:62 +#: search-regex-strings.php:76 msgid "If that did not help then {{strong}}create an issue{{/strong}} or send it in an {{strong}}email{{/strong}}." msgstr "" -#: search-regex-strings.php:61 +#: search-regex-strings.php:75 msgid "Please check the {{link}}support site{{/link}} before proceeding further." msgstr "" @@ -317,11 +325,11 @@ msgstr "" msgid "matched rows = %(searched)s, phrases = %(found)s" msgstr "" -#: search-regex-strings.php:149 +#: search-regex-strings.php:163 msgid "Please backup your data before making modifications." msgstr "" -#: search-regex-strings.php:89 +#: search-regex-strings.php:103 msgid "Show row actions as dropdown menu." msgstr "" @@ -361,19 +369,19 @@ msgstr "" msgid "An unknown error occurred." msgstr "" -#: source/core/post.php:125 +#: source/core/post.php:132 msgid "GUID" msgstr "GUID" -#: source/core/post.php:124 +#: source/core/post.php:131 msgid "Slug" msgstr "Slug" -#: source/core/post.php:122 +#: source/core/post.php:129 msgid "Excerpt" msgstr "Samenvatting" -#: source/core/post.php:121 +#: source/core/post.php:128 msgid "Content" msgstr "Inhoud" @@ -389,7 +397,7 @@ msgstr "Schermnaam (getoond op site)" msgid "Nicename" msgstr "Schermnaam (backend)" -#: source/core/meta.php:20 source/core/options.php:20 +#: source/core/meta.php:27 source/core/options.php:20 msgid "Value" msgstr "Waarde" @@ -401,8 +409,8 @@ msgstr "Inclusief spam reacties" msgid "Comment" msgstr "Reactie" -#: search-regex-strings.php:98 source/core/meta.php:19 -#: source/core/comment.php:22 source/core/options.php:19 +#: source/core/meta.php:19 source/core/comment.php:22 +#: source/core/options.php:19 search-regex-strings.php:112 msgid "Name" msgstr "Naam" @@ -410,13 +418,13 @@ msgstr "Naam" msgid "Search your redirects" msgstr "Zoek je redirects" -#: search-regex-strings.php:134 source/plugin/redirection.php:28 -#: source/core/post.php:123 +#: source/plugin/redirection.php:28 source/core/post.php:130 +#: search-regex-strings.php:148 msgid "Title" msgstr "Titel" -#: source/plugin/redirection.php:27 source/core/user.php:36 -#: source/core/comment.php:24 +#: source/plugin/redirection.php:27 source/core/comment.php:24 +#: source/core/user.php:36 msgid "URL" msgstr "URL" @@ -551,7 +559,7 @@ msgstr "Je kunt de volledige documentatie over het gebruik van Search Regex vind msgid "Settings" msgstr "Instellingen" -#: search-regex-strings.php:88 search-regex-strings.php:212 +#: search-regex-strings.php:102 search-regex-strings.php:212 msgid "Actions" msgstr "Acties" @@ -611,101 +619,101 @@ msgid_plural "%s database rows in total" msgstr[0] "%s database regel totaal" msgstr[1] "%s database regels totaal" -#: search-regex-strings.php:178 +#: search-regex-strings.php:65 msgid "500 per page" msgstr "500 per pagina" -#: search-regex-strings.php:177 +#: search-regex-strings.php:64 msgid "250 per page" msgstr "250 per pagina" -#: search-regex-strings.php:176 +#: search-regex-strings.php:63 msgid "100 per page" msgstr "100 per pagina" -#: search-regex-strings.php:175 +#: search-regex-strings.php:62 msgid "50 per page" msgstr "" -#: search-regex-strings.php:174 +#: search-regex-strings.php:61 msgid "25 per page" msgstr "" -#: search-regex-strings.php:173 +#: search-regex-strings.php:60 msgid "Ignore Case" msgstr "Negeer hoofdletter gebruik" -#: search-regex-strings.php:172 +#: search-regex-strings.php:59 msgid "Regular Expression" msgstr "Reguliere expressie" -#: search-regex-strings.php:170 +#: search-regex-strings.php:57 msgid "Row updated" msgstr "Regel bijgewerkt" -#: search-regex-strings.php:169 +#: search-regex-strings.php:56 msgid "Row replaced" msgstr "Regel vervangen" -#: search-regex-strings.php:168 +#: search-regex-strings.php:55 msgid "Row deleted" msgstr "Regel verwijderd" -#: search-regex-strings.php:167 +#: search-regex-strings.php:54 msgid "Settings saved" msgstr "Instellingen opgeslagen" -#: search-regex-strings.php:166 search-regex-admin.php:238 +#: search-regex-admin.php:238 search-regex-strings.php:180 msgid "{{link}}Source Flags{{/link}} - additional options for the selected source. For example, include post {{guid}}GUID{{/guid}} in the search." msgstr "" "{{link}}Zoekopties{{/link}} - aanvullende opties voor de selecteerde bron. Bijvoorbeeld\n" "om bericht {{guid}}GUID{{/guid}} toe te voegen aan de zoekterm." -#: search-regex-strings.php:165 search-regex-admin.php:251 +#: search-regex-admin.php:251 search-regex-strings.php:179 msgid "{{link}}Source{{/link}} - the source of data you wish to search. For example, posts, pages, or comments." msgstr "{{link}}Bron{{/link}} - de bron van de gegevens waarin je zoekt. Bijvoorbeeld: berichten, pagina's, reacties." -#: search-regex-strings.php:164 search-regex-admin.php:250 +#: search-regex-admin.php:250 search-regex-strings.php:178 msgid "{{link}}Regular expression{{/link}} - a way of defining a pattern for text matching. Provides more advanced matches." msgstr "{{link}}Reguliere expressie{{/link}} - een manier om patronen aan maken om tekst mee te zoeken. Geeft meer geavanceerde zoekresultaten." -#: search-regex-strings.php:163 search-regex-admin.php:249 +#: search-regex-admin.php:249 search-regex-strings.php:177 msgid "{{link}}Search Flags{{/link}} - additional qualifiers for your search, to enable case insensitivity, and to enable regular expression support." msgstr "{{link}}Zoekopties{{/link}} - aanvullende opties voor je zoekterm, om hoofdlettergebruik te negeren en voor gebruik van reguliere expressies." -#: search-regex-strings.php:162 search-regex-admin.php:247 +#: search-regex-admin.php:247 search-regex-strings.php:176 msgid "The following concepts are used by Search Regex:" msgstr "De volgende concepten worden gebruikt door Search Regex:" -#: search-regex-strings.php:161 +#: search-regex-strings.php:175 msgid "Quick Help" msgstr "Snelle hulp" -#: search-regex-strings.php:160 +#: search-regex-strings.php:174 msgid "Like this plugin? You might want to consider {{link}}Redirection{{/link}}, a plugin to manage redirects, from the same author." msgstr "" -#: search-regex-strings.php:159 source/plugin/redirection.php:81 +#: source/plugin/redirection.php:81 search-regex-strings.php:173 msgid "Redirection" msgstr "Omleiding" -#: search-regex-strings.php:158 +#: search-regex-strings.php:172 msgid "If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!" msgstr "Als je informatie wilt sturen, maar die je niet in de openbare repository wilt delen, stuur dan een {{email}}email{{/email}} direct aan mij - met zoveel informatie als mogelijk!" -#: search-regex-strings.php:157 +#: search-regex-strings.php:171 msgid "Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support." msgstr "Support wordt gegeven op basis van beschikbare tijd en is niet gegarandeerd. Ik geef geen betaalde ondersteuning." -#: search-regex-strings.php:156 +#: search-regex-strings.php:170 msgid "If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide." msgstr "Wil je een bug doorgeven, lees dan de {{report}}Reporting Bugs{{/report}} gids." -#: search-regex-strings.php:155 +#: search-regex-strings.php:169 msgid "Full documentation for Search Regex can be found at {{site}}https://searchregex.com{{/site}}." msgstr "Volledige documentatie voor Search Regex kan je vinden op {{site}}https://searchregex.com{{/site}}." -#: search-regex-strings.php:154 +#: search-regex-strings.php:168 msgid "Need more help?" msgstr "Meer hulp nodig?" @@ -717,7 +725,7 @@ msgstr "Resultaten" msgid "Source Options" msgstr "Bron opties" -#: search-regex-strings.php:121 search-regex-strings.php:202 +#: search-regex-strings.php:135 search-regex-strings.php:202 #: search-regex-strings.php:208 msgid "Source" msgstr "Bron" @@ -726,7 +734,7 @@ msgstr "Bron" msgid "Enter global replacement text" msgstr "Term voor vervangen invoeren" -#: search-regex-strings.php:120 search-regex-strings.php:198 +#: search-regex-strings.php:134 search-regex-strings.php:198 msgid "Search Flags" msgstr "Zoek opties" @@ -734,97 +742,97 @@ msgstr "Zoek opties" msgid "Enter search phrase" msgstr "Zoekterm invoeren" -#: search-regex-strings.php:152 +#: search-regex-strings.php:166 msgid "Replace All" msgstr "Alles vervangen" -#: search-regex-strings.php:99 search-regex-strings.php:118 -#: search-regex-strings.php:142 search-regex-strings.php:151 +#: search-regex-strings.php:113 search-regex-strings.php:132 +#: search-regex-strings.php:156 search-regex-strings.php:165 #: search-regex-strings.php:197 msgid "Search" msgstr "Zoeken" -#: search-regex-strings.php:150 +#: search-regex-strings.php:164 msgid "Search and replace information in your database." msgstr "Zoek en vervang informatie in je database." -#: search-regex-strings.php:95 +#: search-regex-strings.php:109 msgid "Update" msgstr "Bijwerken" -#: search-regex-strings.php:94 +#: search-regex-strings.php:108 msgid "How Search Regex uses the REST API - don't change unless necessary" msgstr "Hoe Search Regex de REST API gebruikt - niet veranderen als het niet noodzakelijk is" -#: search-regex-strings.php:93 +#: search-regex-strings.php:107 msgid "REST API" msgstr "REST API" -#: search-regex-strings.php:87 +#: search-regex-strings.php:101 msgid "I'm a nice person and I have helped support the author of this plugin" msgstr "Ik ben een aardig persoon en ik heb de auteur van deze plugin geholpen met ondersteuning" -#: search-regex-strings.php:86 +#: search-regex-strings.php:100 msgid "Relative REST API" msgstr "Relatieve REST API" -#: search-regex-strings.php:85 +#: search-regex-strings.php:99 msgid "Raw REST API" msgstr "Raw REST API" -#: search-regex-strings.php:84 +#: search-regex-strings.php:98 msgid "Default REST API" msgstr "Standaard REST API" -#: search-regex-strings.php:83 +#: search-regex-strings.php:97 msgid "Plugin Support" msgstr "Plugin ondersteuning" -#: search-regex-strings.php:82 +#: search-regex-strings.php:96 msgid "Support 💰" msgstr "Ondersteuning 💰" -#: search-regex-strings.php:81 +#: search-regex-strings.php:95 msgid "You get useful software and I get to carry on making it better." msgstr "Je krijgt goed bruikbare software en ik kan doorgaan met het verbeteren ervan." -#: search-regex-strings.php:80 +#: search-regex-strings.php:94 msgid "Search Regex is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}." msgstr "Search Regex is gratis te gebruiken - het leven is life is wonderbaarlijk en verrukkelijk! Het kostte me veel tijd en moeite om dit te ontwikkelen. Je kunt verdere ontwikkeling ondersteunen met het doen van {{strong}}een kleine donatie{{/strong}}." -#: search-regex-strings.php:79 +#: search-regex-strings.php:93 msgid "I'd like to support some more." msgstr "Ik wil graag meer bijdragen." -#: search-regex-strings.php:78 +#: search-regex-strings.php:92 msgid "You've supported this plugin - thank you!" msgstr "Je hebt deze plugin gesteund - dankjewel!" -#: search-regex-strings.php:60 +#: search-regex-strings.php:74 msgid "If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details." msgstr "Werkt dit niet, open dan je browser's foutconsole en maak een {{link}}nieuw probleemrapport{{/link}} aan met alle gegevens." -#: search-regex-strings.php:59 search-regex-admin.php:371 +#: search-regex-admin.php:371 search-regex-strings.php:73 msgid "If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache." msgstr "Als je gebruik maakt van een pagina caching plugin of dienst (CloudFlare, OVH, etc.), dan kan je ook proberen om die cache leeg te maken." -#: search-regex-strings.php:58 +#: search-regex-strings.php:72 msgid "Search Regex is not working. Try clearing your browser cache and reloading this page." msgstr "Search Regex werkt niet. Probeer je browser cache leeg te maken en deze pagina opnieuw te laden." -#: search-regex-strings.php:57 +#: search-regex-strings.php:71 msgid "clearing your cache." msgstr "je cache opschonen." -#: search-regex-strings.php:56 +#: search-regex-strings.php:70 msgid "If you are using a caching system such as Cloudflare then please read this: " msgstr "Gebruik je een caching systeem zoals Cloudflare, lees dan dit:" -#: search-regex-strings.php:55 +#: search-regex-strings.php:69 msgid "Please clear your browser cache and reload this page." msgstr "Maak je browser cache leeg en laad deze pagina nogmaals." -#: search-regex-strings.php:54 +#: search-regex-strings.php:68 msgid "Cached Search Regex detected" msgstr "Gecachede Search Regex gevonden" @@ -846,11 +854,11 @@ msgid_plural "Replace %(count)s matches." msgstr[0] "Vervang %(count)s gevonden." msgstr[1] "Vervang %(count)s gevonden." -#: search-regex-strings.php:147 +#: search-regex-strings.php:161 msgid "Delete" msgstr "Verwijderen" -#: search-regex-strings.php:146 +#: search-regex-strings.php:160 msgid "Edit" msgstr "Bewerken" @@ -931,13 +939,13 @@ msgid "Replace progress" msgstr "Voortgang vervangen" #: search-regex-strings.php:17 search-regex-strings.php:23 -#: search-regex-strings.php:141 search-regex-strings.php:153 +#: search-regex-strings.php:155 search-regex-strings.php:167 #: search-regex-strings.php:184 msgid "Cancel" msgstr "Annuleren" -#: search-regex-strings.php:22 search-regex-strings.php:119 -#: search-regex-strings.php:143 search-regex-strings.php:199 +#: search-regex-strings.php:22 search-regex-strings.php:133 +#: search-regex-strings.php:157 search-regex-strings.php:199 msgid "Replace" msgstr "Vervangen" @@ -969,31 +977,31 @@ msgstr "Vervang enkele zoekterm" msgid "Replacement for this match" msgstr "Vervanging voor deze gevonden zoekterm" -#: search-regex-strings.php:72 search-regex-strings.php:77 +#: search-regex-strings.php:86 search-regex-strings.php:91 msgid "Support" msgstr "Support" -#: search-regex-strings.php:71 search-regex-strings.php:76 +#: search-regex-strings.php:85 search-regex-strings.php:90 msgid "Options" msgstr "Opties" -#: search-regex-strings.php:74 +#: search-regex-strings.php:88 msgid "Search & Replace" msgstr "Zoek en vervang" -#: search-regex-strings.php:69 +#: search-regex-strings.php:83 msgid "If you are using WordPress 5.2 or newer then look at your {{link}}Site Health{{/link}} and resolve any issues." msgstr "Als je WordPress 5.2 of nieuwer gebruikt, kijk dan bij {{link}}Sitediagnose{{/link}} en los de problemen op." -#: search-regex-strings.php:68 +#: search-regex-strings.php:82 msgid "{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems." msgstr "{{link}}Zet andere plugins tijdelijk uit!{{/link}} Dit lost heel vaak problemen op." -#: search-regex-strings.php:67 +#: search-regex-strings.php:81 msgid "{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches." msgstr "{{link}}Caching software{{/link}}, en zeker Cloudflare, kunnen het verkeerde cachen. Probeer alle cache te verwijderen." -#: search-regex-strings.php:66 +#: search-regex-strings.php:80 msgid "What do I do next?" msgstr "Wat moet ik nu doen?" @@ -1010,16 +1018,16 @@ msgstr "Log uit, wis de browsercache en log opnieuw in - je browser heeft een ou msgid "Reload the page - your current session is old." msgstr "Herlaad de pagina - je huidige sessie is oud." -#: search-regex-strings.php:65 +#: search-regex-strings.php:79 msgid "Include these details in your report along with a description of what you were doing and a screenshot." msgstr "Voeg deze gegevens toe aan je melding, samen met een beschrijving van wat je deed en een schermafbeelding." -#: search-regex-strings.php:64 search-regex-strings.php:97 -#: source/core/comment.php:23 +#: source/core/comment.php:23 search-regex-strings.php:78 +#: search-regex-strings.php:111 msgid "Email" msgstr "E-mail" -#: search-regex-strings.php:63 search-regex-strings.php:96 +#: search-regex-strings.php:77 search-regex-strings.php:110 msgid "Create An Issue" msgstr "Meld een probleem" @@ -1028,7 +1036,7 @@ msgid "Close" msgstr "Sluiten" #: search-regex-strings.php:5 search-regex-strings.php:16 -#: search-regex-strings.php:140 +#: search-regex-strings.php:154 msgid "Save" msgstr "Opslaan" @@ -1078,6 +1086,6 @@ msgid "https://searchregex.com/" msgstr "https://searchregex.com/" #. Plugin Name of the plugin -#: search-regex-strings.php:70 +#: search-regex-strings.php:84 msgid "Search Regex" msgstr "Search Regex" \ No newline at end of file diff --git a/locale/search-regex-nl_NL.po b/locale/search-regex-nl_NL.po index 9f8f990..0d12ba5 100644 --- a/locale/search-regex-nl_NL.po +++ b/locale/search-regex-nl_NL.po @@ -11,6 +11,14 @@ msgstr "" "Language: nl\n" "Project-Id-Version: Plugins - Search Regex - Development (trunk)\n" +#: source/core/meta.php:24 +msgid "Serialized Value" +msgstr "" + +#: source/core/post.php:85 +msgid "Exclude drafts" +msgstr "" + #: search-regex-strings.php:236 msgid "Please review your data and try again." msgstr "" @@ -27,23 +35,23 @@ msgstr "" msgid "Your REST API is returning a 404 page. This is almost certainly an external plugin or server configuration issue." msgstr "" -#: search-regex-strings.php:180 +#: search-regex-strings.php:67 msgid "2000 per page" msgstr "" -#: search-regex-strings.php:179 +#: search-regex-strings.php:66 msgid "1000 per page" msgstr "" -#: search-regex-strings.php:92 +#: search-regex-strings.php:106 msgid "Set a preset to use by default when Search Regex is loaded." msgstr "" -#: search-regex-strings.php:91 +#: search-regex-strings.php:105 msgid "No default preset" msgstr "" -#: search-regex-strings.php:90 +#: search-regex-strings.php:104 msgid "Default Preset" msgstr "" @@ -107,173 +115,173 @@ msgstr "" msgid "Add File" msgstr "" -#: search-regex-strings.php:171 +#: search-regex-strings.php:58 msgid "Preset saved" msgstr "" -#: search-regex-strings.php:148 +#: search-regex-strings.php:162 msgid "Copy to clipboard" msgstr "" -#: search-regex-strings.php:145 +#: search-regex-strings.php:159 msgid "Are you sure you want to delete this preset?" msgstr "" -#: search-regex-strings.php:144 +#: search-regex-strings.php:158 msgid "Locked fields" msgstr "" -#: search-regex-strings.php:139 +#: search-regex-strings.php:153 msgid "For example, create tag {{code}}URL{{/code}} and title {{code}}Image URL{{/code}}. Your search could be {{code}}{{/code}}. When the preset is used it will ask the user for the {{code}}Image URL{{/code}} instead of the full search phrase." msgstr "" -#: search-regex-strings.php:138 +#: search-regex-strings.php:152 msgid "A tag creates a custom input field. Insert the tag anywhere in the search or replace field and when the preset is used it will be replaced with a custom text field with the tag label." msgstr "" -#: search-regex-strings.php:137 +#: search-regex-strings.php:151 msgid "Enter tag which is used in the field" msgstr "" -#: search-regex-strings.php:136 +#: search-regex-strings.php:150 msgid "Tag" msgstr "" -#: search-regex-strings.php:135 +#: search-regex-strings.php:149 msgid "Enter tag title shown to user" msgstr "" -#: search-regex-strings.php:133 +#: search-regex-strings.php:147 msgid "Tags" msgstr "" -#: search-regex-strings.php:132 +#: search-regex-strings.php:146 msgid "Locking a field removes it from the search form and prevents changes." msgstr "" -#: search-regex-strings.php:131 +#: search-regex-strings.php:145 msgid "Fields" msgstr "" -#: search-regex-strings.php:130 +#: search-regex-strings.php:144 msgid "Locked Fields" msgstr "" -#: search-regex-strings.php:129 +#: search-regex-strings.php:143 msgid "Advanced preset" msgstr "" -#: search-regex-strings.php:128 +#: search-regex-strings.php:142 msgid "Describe the preset" msgstr "" -#: search-regex-strings.php:127 +#: search-regex-strings.php:141 msgid "Preset Description" msgstr "" -#: search-regex-strings.php:126 +#: search-regex-strings.php:140 msgid "Give the preset a name" msgstr "" -#: search-regex-strings.php:125 +#: search-regex-strings.php:139 msgid "Preset Name" msgstr "" -#: search-regex-strings.php:124 +#: search-regex-strings.php:138 msgid "Edit preset" msgstr "" -#: search-regex-strings.php:123 +#: search-regex-strings.php:137 msgid "Results per page" msgstr "" -#: search-regex-strings.php:122 +#: search-regex-strings.php:136 msgid "Source Flags" msgstr "" -#: search-regex-strings.php:117 +#: search-regex-strings.php:131 msgid "remove phrase" msgstr "" -#: search-regex-strings.php:116 +#: search-regex-strings.php:130 msgid "no phrase" msgstr "" -#: search-regex-strings.php:115 +#: search-regex-strings.php:129 msgid "Import" msgstr "" -#: search-regex-strings.php:114 +#: search-regex-strings.php:128 msgid "Paste a single preset JSON." msgstr "" -#: search-regex-strings.php:113 +#: search-regex-strings.php:127 msgid "Please check your JSON data is a valid preset. You may have copied it incorrectly, or pasted something that is not a preset." msgstr "" -#: search-regex-strings.php:112 +#: search-regex-strings.php:126 msgid "Unable to import preset" msgstr "" -#: search-regex-strings.php:111 +#: search-regex-strings.php:125 msgid "Import preset from clipboard" msgstr "" -#: search-regex-strings.php:110 +#: search-regex-strings.php:124 msgid "Done" msgstr "" -#: search-regex-strings.php:109 +#: search-regex-strings.php:123 msgid "Uploaded %(total)d preset" msgid_plural "Uploaded %(total)d presets" msgstr[0] "" msgstr[1] "" -#: search-regex-strings.php:108 +#: search-regex-strings.php:122 msgid "Importing" msgstr "" -#: search-regex-strings.php:107 +#: search-regex-strings.php:121 msgid "File selected" msgstr "" -#: search-regex-strings.php:106 +#: search-regex-strings.php:120 msgid "Click 'Add File' or drag and drop here." msgstr "" -#: search-regex-strings.php:105 +#: search-regex-strings.php:119 msgid "Import a JSON file" msgstr "" -#: search-regex-strings.php:104 +#: search-regex-strings.php:118 msgid "Import JSON" msgstr "" -#: search-regex-strings.php:103 +#: search-regex-strings.php:117 msgid "Export JSON" msgstr "" -#: search-regex-strings.php:102 +#: search-regex-strings.php:116 msgid "Download presets!" msgstr "" -#: search-regex-strings.php:101 +#: search-regex-strings.php:115 msgid "There are no presets" msgstr "" -#: search-regex-strings.php:100 +#: search-regex-strings.php:114 msgid "Flags" msgstr "" -#: search-regex-strings.php:73 search-regex-strings.php:75 +#: search-regex-strings.php:87 search-regex-strings.php:89 msgid "Presets" msgstr "" -#: search-regex-strings.php:62 +#: search-regex-strings.php:76 msgid "If that did not help then {{strong}}create an issue{{/strong}} or send it in an {{strong}}email{{/strong}}." msgstr "" -#: search-regex-strings.php:61 +#: search-regex-strings.php:75 msgid "Please check the {{link}}support site{{/link}} before proceeding further." msgstr "" @@ -317,11 +325,11 @@ msgstr "Standaard" msgid "matched rows = %(searched)s, phrases = %(found)s" msgstr "" -#: search-regex-strings.php:149 +#: search-regex-strings.php:163 msgid "Please backup your data before making modifications." msgstr "Maak eerst een back-up van je gegevens, voordat je wijzigen gaat maken." -#: search-regex-strings.php:89 +#: search-regex-strings.php:103 msgid "Show row actions as dropdown menu." msgstr "Laat rij acties zien als dropdown menu." @@ -361,19 +369,19 @@ msgstr "Vervang informatie" msgid "An unknown error occurred." msgstr "Er is een onbekende fout opgetreden. " -#: source/core/post.php:125 +#: source/core/post.php:132 msgid "GUID" msgstr "GUID" -#: source/core/post.php:124 +#: source/core/post.php:131 msgid "Slug" msgstr "Slug" -#: source/core/post.php:122 +#: source/core/post.php:129 msgid "Excerpt" msgstr "Samenvatting" -#: source/core/post.php:121 +#: source/core/post.php:128 msgid "Content" msgstr "Inhoud" @@ -389,7 +397,7 @@ msgstr "Schermnaam (getoond op site)" msgid "Nicename" msgstr "Schermnaam (backend)" -#: source/core/meta.php:20 source/core/options.php:20 +#: source/core/meta.php:27 source/core/options.php:20 msgid "Value" msgstr "Waarde" @@ -401,8 +409,8 @@ msgstr "Inclusief spam reacties" msgid "Comment" msgstr "Reactie" -#: search-regex-strings.php:98 source/core/meta.php:19 -#: source/core/comment.php:22 source/core/options.php:19 +#: source/core/meta.php:19 source/core/comment.php:22 +#: source/core/options.php:19 search-regex-strings.php:112 msgid "Name" msgstr "Naam" @@ -410,13 +418,13 @@ msgstr "Naam" msgid "Search your redirects" msgstr "Zoek je redirects" -#: search-regex-strings.php:134 source/plugin/redirection.php:28 -#: source/core/post.php:123 +#: source/plugin/redirection.php:28 source/core/post.php:130 +#: search-regex-strings.php:148 msgid "Title" msgstr "Titel" -#: source/plugin/redirection.php:27 source/core/user.php:36 -#: source/core/comment.php:24 +#: source/plugin/redirection.php:27 source/core/comment.php:24 +#: source/core/user.php:36 msgid "URL" msgstr "URL" @@ -551,7 +559,7 @@ msgstr "Je kunt de volledige documentatie over het gebruik van Search Regex vind msgid "Settings" msgstr "Instellingen" -#: search-regex-strings.php:88 search-regex-strings.php:212 +#: search-regex-strings.php:102 search-regex-strings.php:212 msgid "Actions" msgstr "Acties" @@ -611,101 +619,101 @@ msgid_plural "%s database rows in total" msgstr[0] "%s database regel totaal" msgstr[1] "%s database regels totaal" -#: search-regex-strings.php:178 +#: search-regex-strings.php:65 msgid "500 per page" msgstr "500 per pagina" -#: search-regex-strings.php:177 +#: search-regex-strings.php:64 msgid "250 per page" msgstr "250 per pagina" -#: search-regex-strings.php:176 +#: search-regex-strings.php:63 msgid "100 per page" msgstr "100 per pagina" -#: search-regex-strings.php:175 +#: search-regex-strings.php:62 msgid "50 per page" msgstr "50 per pagina " -#: search-regex-strings.php:174 +#: search-regex-strings.php:61 msgid "25 per page" msgstr "25 per pagina " -#: search-regex-strings.php:173 +#: search-regex-strings.php:60 msgid "Ignore Case" msgstr "Negeer hoofdletter gebruik" -#: search-regex-strings.php:172 +#: search-regex-strings.php:59 msgid "Regular Expression" msgstr "Reguliere expressie" -#: search-regex-strings.php:170 +#: search-regex-strings.php:57 msgid "Row updated" msgstr "Regel bijgewerkt" -#: search-regex-strings.php:169 +#: search-regex-strings.php:56 msgid "Row replaced" msgstr "Regel vervangen" -#: search-regex-strings.php:168 +#: search-regex-strings.php:55 msgid "Row deleted" msgstr "Regel verwijderd" -#: search-regex-strings.php:167 +#: search-regex-strings.php:54 msgid "Settings saved" msgstr "Instellingen opgeslagen" -#: search-regex-strings.php:166 search-regex-admin.php:238 +#: search-regex-admin.php:238 search-regex-strings.php:180 msgid "{{link}}Source Flags{{/link}} - additional options for the selected source. For example, include post {{guid}}GUID{{/guid}} in the search." msgstr "" "{{link}}Zoekopties{{/link}} - aanvullende opties voor de selecteerde bron. Bijvoorbeeld\n" "om bericht {{guid}}GUID{{/guid}} toe te voegen aan de zoekterm." -#: search-regex-strings.php:165 search-regex-admin.php:251 +#: search-regex-admin.php:251 search-regex-strings.php:179 msgid "{{link}}Source{{/link}} - the source of data you wish to search. For example, posts, pages, or comments." msgstr "{{link}}Bron{{/link}} - de bron van de gegevens waarin je zoekt. Bijvoorbeeld: berichten, pagina's, reacties." -#: search-regex-strings.php:164 search-regex-admin.php:250 +#: search-regex-admin.php:250 search-regex-strings.php:178 msgid "{{link}}Regular expression{{/link}} - a way of defining a pattern for text matching. Provides more advanced matches." msgstr "{{link}}Reguliere expressie{{/link}} - een manier om patronen aan maken om tekst mee te zoeken. Geeft meer geavanceerde zoekresultaten." -#: search-regex-strings.php:163 search-regex-admin.php:249 +#: search-regex-admin.php:249 search-regex-strings.php:177 msgid "{{link}}Search Flags{{/link}} - additional qualifiers for your search, to enable case insensitivity, and to enable regular expression support." msgstr "{{link}}Zoekopties{{/link}} - aanvullende opties voor je zoekterm, om hoofdlettergebruik te negeren en voor gebruik van reguliere expressies." -#: search-regex-strings.php:162 search-regex-admin.php:247 +#: search-regex-admin.php:247 search-regex-strings.php:176 msgid "The following concepts are used by Search Regex:" msgstr "De volgende concepten worden gebruikt door Search Regex:" -#: search-regex-strings.php:161 +#: search-regex-strings.php:175 msgid "Quick Help" msgstr "Snelle hulp" -#: search-regex-strings.php:160 +#: search-regex-strings.php:174 msgid "Like this plugin? You might want to consider {{link}}Redirection{{/link}}, a plugin to manage redirects, from the same author." msgstr "Vind je deze plugin leuk? Je kunt overwegen {{link}}Redirection{{/link}} , een plugin om omleidingen te beheren, van dezelfde auteur." -#: search-regex-strings.php:159 source/plugin/redirection.php:81 +#: source/plugin/redirection.php:81 search-regex-strings.php:173 msgid "Redirection" msgstr "Omleiding" -#: search-regex-strings.php:158 +#: search-regex-strings.php:172 msgid "If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!" msgstr "Als je informatie wilt sturen, maar die je niet in de openbare repository wilt delen, stuur dan een {{email}}email{{/email}} direct aan mij - met zoveel informatie als mogelijk!" -#: search-regex-strings.php:157 +#: search-regex-strings.php:171 msgid "Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support." msgstr "Support wordt gegeven op basis van beschikbare tijd en is niet gegarandeerd. Ik geef geen betaalde ondersteuning." -#: search-regex-strings.php:156 +#: search-regex-strings.php:170 msgid "If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide." msgstr "Wil je een bug doorgeven, lees dan de {{report}}Reporting Bugs{{/report}} gids." -#: search-regex-strings.php:155 +#: search-regex-strings.php:169 msgid "Full documentation for Search Regex can be found at {{site}}https://searchregex.com{{/site}}." msgstr "Volledige documentatie voor Search Regex kan je vinden op {{site}}https://searchregex.com{{/site}}." -#: search-regex-strings.php:154 +#: search-regex-strings.php:168 msgid "Need more help?" msgstr "Meer hulp nodig?" @@ -717,7 +725,7 @@ msgstr "Resultaten" msgid "Source Options" msgstr "Bron opties" -#: search-regex-strings.php:121 search-regex-strings.php:202 +#: search-regex-strings.php:135 search-regex-strings.php:202 #: search-regex-strings.php:208 msgid "Source" msgstr "Bron" @@ -726,7 +734,7 @@ msgstr "Bron" msgid "Enter global replacement text" msgstr "Term voor vervangen invoeren" -#: search-regex-strings.php:120 search-regex-strings.php:198 +#: search-regex-strings.php:134 search-regex-strings.php:198 msgid "Search Flags" msgstr "Zoek opties" @@ -734,97 +742,97 @@ msgstr "Zoek opties" msgid "Enter search phrase" msgstr "Zoekterm invoeren" -#: search-regex-strings.php:152 +#: search-regex-strings.php:166 msgid "Replace All" msgstr "Alles vervangen" -#: search-regex-strings.php:99 search-regex-strings.php:118 -#: search-regex-strings.php:142 search-regex-strings.php:151 +#: search-regex-strings.php:113 search-regex-strings.php:132 +#: search-regex-strings.php:156 search-regex-strings.php:165 #: search-regex-strings.php:197 msgid "Search" msgstr "Zoeken" -#: search-regex-strings.php:150 +#: search-regex-strings.php:164 msgid "Search and replace information in your database." msgstr "Zoek en vervang informatie in je database." -#: search-regex-strings.php:95 +#: search-regex-strings.php:109 msgid "Update" msgstr "Bijwerken" -#: search-regex-strings.php:94 +#: search-regex-strings.php:108 msgid "How Search Regex uses the REST API - don't change unless necessary" msgstr "Hoe Search Regex de REST API gebruikt - niet veranderen als het niet noodzakelijk is" -#: search-regex-strings.php:93 +#: search-regex-strings.php:107 msgid "REST API" msgstr "REST API" -#: search-regex-strings.php:87 +#: search-regex-strings.php:101 msgid "I'm a nice person and I have helped support the author of this plugin" msgstr "Ik ben een aardig persoon en ik heb de auteur van deze plugin geholpen met ondersteuning" -#: search-regex-strings.php:86 +#: search-regex-strings.php:100 msgid "Relative REST API" msgstr "Relatieve REST API" -#: search-regex-strings.php:85 +#: search-regex-strings.php:99 msgid "Raw REST API" msgstr "Raw REST API" -#: search-regex-strings.php:84 +#: search-regex-strings.php:98 msgid "Default REST API" msgstr "Standaard REST API" -#: search-regex-strings.php:83 +#: search-regex-strings.php:97 msgid "Plugin Support" msgstr "Plugin ondersteuning" -#: search-regex-strings.php:82 +#: search-regex-strings.php:96 msgid "Support 💰" msgstr "Ondersteuning 💰" -#: search-regex-strings.php:81 +#: search-regex-strings.php:95 msgid "You get useful software and I get to carry on making it better." msgstr "Je krijgt goed bruikbare software en ik kan doorgaan met het verbeteren ervan." -#: search-regex-strings.php:80 +#: search-regex-strings.php:94 msgid "Search Regex is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}." msgstr "Search Regex is gratis te gebruiken - het leven is life is wonderbaarlijk en verrukkelijk! Het kostte me veel tijd en moeite om dit te ontwikkelen. Je kunt verdere ontwikkeling ondersteunen met het doen van {{strong}}een kleine donatie{{/strong}}." -#: search-regex-strings.php:79 +#: search-regex-strings.php:93 msgid "I'd like to support some more." msgstr "Ik wil graag meer bijdragen." -#: search-regex-strings.php:78 +#: search-regex-strings.php:92 msgid "You've supported this plugin - thank you!" msgstr "Je hebt deze plugin gesteund - dankjewel!" -#: search-regex-strings.php:60 +#: search-regex-strings.php:74 msgid "If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details." msgstr "Werkt dit niet, open dan je browser's foutconsole en maak een {{link}}nieuw probleemrapport{{/link}} aan met alle gegevens." -#: search-regex-strings.php:59 search-regex-admin.php:371 +#: search-regex-admin.php:371 search-regex-strings.php:73 msgid "If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache." msgstr "Als je gebruik maakt van een pagina caching plugin of dienst (CloudFlare, OVH, etc.), dan kan je ook proberen om die cache leeg te maken." -#: search-regex-strings.php:58 +#: search-regex-strings.php:72 msgid "Search Regex is not working. Try clearing your browser cache and reloading this page." msgstr "Search Regex werkt niet. Probeer je browser cache leeg te maken en deze pagina opnieuw te laden." -#: search-regex-strings.php:57 +#: search-regex-strings.php:71 msgid "clearing your cache." msgstr "je cache opschonen." -#: search-regex-strings.php:56 +#: search-regex-strings.php:70 msgid "If you are using a caching system such as Cloudflare then please read this: " msgstr "Gebruik je een caching systeem zoals Cloudflare, lees dan dit:" -#: search-regex-strings.php:55 +#: search-regex-strings.php:69 msgid "Please clear your browser cache and reload this page." msgstr "Maak je browser cache leeg en laad deze pagina nogmaals." -#: search-regex-strings.php:54 +#: search-regex-strings.php:68 msgid "Cached Search Regex detected" msgstr "Gecachede Search Regex gevonden" @@ -846,11 +854,11 @@ msgid_plural "Replace %(count)s matches." msgstr[0] "Vervang %(count)s gevonden." msgstr[1] "Vervang %(count)s gevonden." -#: search-regex-strings.php:147 +#: search-regex-strings.php:161 msgid "Delete" msgstr "Verwijderen" -#: search-regex-strings.php:146 +#: search-regex-strings.php:160 msgid "Edit" msgstr "Bewerken" @@ -931,13 +939,13 @@ msgid "Replace progress" msgstr "Voortgang vervangen" #: search-regex-strings.php:17 search-regex-strings.php:23 -#: search-regex-strings.php:141 search-regex-strings.php:153 +#: search-regex-strings.php:155 search-regex-strings.php:167 #: search-regex-strings.php:184 msgid "Cancel" msgstr "Annuleren" -#: search-regex-strings.php:22 search-regex-strings.php:119 -#: search-regex-strings.php:143 search-regex-strings.php:199 +#: search-regex-strings.php:22 search-regex-strings.php:133 +#: search-regex-strings.php:157 search-regex-strings.php:199 msgid "Replace" msgstr "Vervangen" @@ -969,31 +977,31 @@ msgstr "Vervang enkele zoekterm" msgid "Replacement for this match" msgstr "Vervanging voor deze gevonden zoekterm" -#: search-regex-strings.php:72 search-regex-strings.php:77 +#: search-regex-strings.php:86 search-regex-strings.php:91 msgid "Support" msgstr "Support" -#: search-regex-strings.php:71 search-regex-strings.php:76 +#: search-regex-strings.php:85 search-regex-strings.php:90 msgid "Options" msgstr "Opties" -#: search-regex-strings.php:74 +#: search-regex-strings.php:88 msgid "Search & Replace" msgstr "Zoek en vervang" -#: search-regex-strings.php:69 +#: search-regex-strings.php:83 msgid "If you are using WordPress 5.2 or newer then look at your {{link}}Site Health{{/link}} and resolve any issues." msgstr "Als je WordPress 5.2 of nieuwer gebruikt, kijk dan bij {{link}}Sitediagnose{{/link}} en los de problemen op." -#: search-regex-strings.php:68 +#: search-regex-strings.php:82 msgid "{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems." msgstr "{{link}}Zet andere plugins tijdelijk uit!{{/link}} Dit lost heel vaak problemen op." -#: search-regex-strings.php:67 +#: search-regex-strings.php:81 msgid "{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches." msgstr "{{link}}Caching software{{/link}}, en zeker Cloudflare, kunnen het verkeerde cachen. Probeer alle cache te verwijderen." -#: search-regex-strings.php:66 +#: search-regex-strings.php:80 msgid "What do I do next?" msgstr "Wat moet ik nu doen?" @@ -1010,16 +1018,16 @@ msgstr "Log uit, wis de browsercache en log opnieuw in - je browser heeft een ou msgid "Reload the page - your current session is old." msgstr "Herlaad de pagina - je huidige sessie is oud." -#: search-regex-strings.php:65 +#: search-regex-strings.php:79 msgid "Include these details in your report along with a description of what you were doing and a screenshot." msgstr "Voeg deze gegevens toe aan je melding, samen met een beschrijving van wat je deed en een schermafbeelding." -#: search-regex-strings.php:64 search-regex-strings.php:97 -#: source/core/comment.php:23 +#: source/core/comment.php:23 search-regex-strings.php:78 +#: search-regex-strings.php:111 msgid "Email" msgstr "E-mail" -#: search-regex-strings.php:63 search-regex-strings.php:96 +#: search-regex-strings.php:77 search-regex-strings.php:110 msgid "Create An Issue" msgstr "Meld een probleem" @@ -1028,7 +1036,7 @@ msgid "Close" msgstr "Sluiten" #: search-regex-strings.php:5 search-regex-strings.php:16 -#: search-regex-strings.php:140 +#: search-regex-strings.php:154 msgid "Save" msgstr "Opslaan" @@ -1078,6 +1086,6 @@ msgid "https://searchregex.com/" msgstr "https://searchregex.com/" #. Plugin Name of the plugin -#: search-regex-strings.php:70 +#: search-regex-strings.php:84 msgid "Search Regex" msgstr "Search Regex" \ No newline at end of file diff --git a/locale/search-regex.pot b/locale/search-regex.pot index f434f76..954dde6 100644 --- a/locale/search-regex.pot +++ b/locale/search-regex.pot @@ -18,7 +18,7 @@ msgstr "" msgid "Settings" msgstr "" -#: search-regex-admin.php:238, search-regex-strings.php:180 +#: search-regex-admin.php:238, search-regex-strings.php:166 msgid "{{link}}Source Flags{{/link}} - additional options for the selected source. For example, include post {{guid}}GUID{{/guid}} in the search." msgstr "" @@ -27,19 +27,19 @@ msgstr "" msgid "You can find full documentation about using Search Regex on the searchregex.com support site." msgstr "" -#: search-regex-admin.php:247, search-regex-strings.php:176 +#: search-regex-admin.php:247, search-regex-strings.php:162 msgid "The following concepts are used by Search Regex:" msgstr "" -#: search-regex-admin.php:249, search-regex-strings.php:177 +#: search-regex-admin.php:249, search-regex-strings.php:163 msgid "{{link}}Search Flags{{/link}} - additional qualifiers for your search, to enable case insensitivity, and to enable regular expression support." msgstr "" -#: search-regex-admin.php:250, search-regex-strings.php:178 +#: search-regex-admin.php:250, search-regex-strings.php:164 msgid "{{link}}Regular expression{{/link}} - a way of defining a pattern for text matching. Provides more advanced matches." msgstr "" -#: search-regex-admin.php:251, search-regex-strings.php:179 +#: search-regex-admin.php:251, search-regex-strings.php:165 msgid "{{link}}Source{{/link}} - the source of data you wish to search. For example, posts, pages, or comments." msgstr "" @@ -64,7 +64,7 @@ msgstr "" msgid "This may be caused by another plugin - look at your browser's error console for more details." msgstr "" -#: search-regex-admin.php:371, search-regex-strings.php:73 +#: search-regex-admin.php:371, search-regex-strings.php:59 msgid "If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache." msgstr "" @@ -104,7 +104,7 @@ msgstr "" msgid "Editing %s" msgstr "" -#: search-regex-strings.php:5, search-regex-strings.php:16, search-regex-strings.php:154 +#: search-regex-strings.php:5, search-regex-strings.php:16, search-regex-strings.php:140 msgid "Save" msgstr "" @@ -148,7 +148,7 @@ msgstr "" msgid "Enter preset name" msgstr "" -#: search-regex-strings.php:17, search-regex-strings.php:23, search-regex-strings.php:155, search-regex-strings.php:167, search-regex-strings.php:184 +#: search-regex-strings.php:17, search-regex-strings.php:23, search-regex-strings.php:141, search-regex-strings.php:153, search-regex-strings.php:184 msgid "Cancel" msgstr "" @@ -168,7 +168,7 @@ msgstr "" msgid "Search phrase will be removed" msgstr "" -#: search-regex-strings.php:22, search-regex-strings.php:133, search-regex-strings.php:157, search-regex-strings.php:199 +#: search-regex-strings.php:22, search-regex-strings.php:119, search-regex-strings.php:143, search-regex-strings.php:199 msgid "Replace" msgstr "" @@ -301,439 +301,439 @@ msgid "Enter search phrase" msgstr "" #: search-regex-strings.php:54 -msgid "Settings saved" -msgstr "" - -#: search-regex-strings.php:55 -msgid "Row deleted" -msgstr "" - -#: search-regex-strings.php:56 -msgid "Row replaced" -msgstr "" - -#: search-regex-strings.php:57 -msgid "Row updated" -msgstr "" - -#: search-regex-strings.php:58 -msgid "Preset saved" -msgstr "" - -#: search-regex-strings.php:59 -msgid "Regular Expression" -msgstr "" - -#: search-regex-strings.php:60 -msgid "Ignore Case" -msgstr "" - -#: search-regex-strings.php:61 -msgid "25 per page" -msgstr "" - -#: search-regex-strings.php:62 -msgid "50 per page" -msgstr "" - -#: search-regex-strings.php:63 -msgid "100 per page" -msgstr "" - -#: search-regex-strings.php:64 -msgid "250 per page" -msgstr "" - -#: search-regex-strings.php:65 -msgid "500 per page" -msgstr "" - -#: search-regex-strings.php:66 -msgid "1000 per page" -msgstr "" - -#: search-regex-strings.php:67 -msgid "2000 per page" -msgstr "" - -#: search-regex-strings.php:68 msgid "Cached Search Regex detected" msgstr "" -#: search-regex-strings.php:69 +#: search-regex-strings.php:55 msgid "Please clear your browser cache and reload this page." msgstr "" -#: search-regex-strings.php:70 +#: search-regex-strings.php:56 msgid "If you are using a caching system such as Cloudflare then please read this: " msgstr "" -#: search-regex-strings.php:71 +#: search-regex-strings.php:57 msgid "clearing your cache." msgstr "" -#: search-regex-strings.php:72 +#: search-regex-strings.php:58 msgid "Search Regex is not working. Try clearing your browser cache and reloading this page." msgstr "" -#: search-regex-strings.php:74 +#: search-regex-strings.php:60 msgid "If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details." msgstr "" -#: search-regex-strings.php:75 +#: search-regex-strings.php:61 msgid "Please check the {{link}}support site{{/link}} before proceeding further." msgstr "" -#: search-regex-strings.php:76 +#: search-regex-strings.php:62 msgid "If that did not help then {{strong}}create an issue{{/strong}} or send it in an {{strong}}email{{/strong}}." msgstr "" -#: search-regex-strings.php:77, search-regex-strings.php:110 +#: search-regex-strings.php:63, search-regex-strings.php:96 msgid "Create An Issue" msgstr "" -#: search-regex-strings.php:78, search-regex-strings.php:111 +#: search-regex-strings.php:64, search-regex-strings.php:97 msgid "Email" msgstr "" -#: search-regex-strings.php:79 +#: search-regex-strings.php:65 msgid "Include these details in your report along with a description of what you were doing and a screenshot." msgstr "" -#: search-regex-strings.php:80 +#: search-regex-strings.php:66 msgid "What do I do next?" msgstr "" -#: search-regex-strings.php:81 +#: search-regex-strings.php:67 msgid "{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches." msgstr "" -#: search-regex-strings.php:82 +#: search-regex-strings.php:68 msgid "{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems." msgstr "" -#: search-regex-strings.php:83 +#: search-regex-strings.php:69 msgid "If you are using WordPress 5.2 or newer then look at your {{link}}Site Health{{/link}} and resolve any issues." msgstr "" -#: search-regex-strings.php:84 +#: search-regex-strings.php:70 msgid "Search Regex" msgstr "" -#: search-regex-strings.php:85, search-regex-strings.php:90 +#: search-regex-strings.php:71, search-regex-strings.php:76 msgid "Options" msgstr "" -#: search-regex-strings.php:86, search-regex-strings.php:91 +#: search-regex-strings.php:72, search-regex-strings.php:77 msgid "Support" msgstr "" -#: search-regex-strings.php:87, search-regex-strings.php:89 +#: search-regex-strings.php:73, search-regex-strings.php:75 msgid "Presets" msgstr "" -#: search-regex-strings.php:88 +#: search-regex-strings.php:74 msgid "Search & Replace" msgstr "" -#: search-regex-strings.php:92 +#: search-regex-strings.php:78 msgid "You've supported this plugin - thank you!" msgstr "" -#: search-regex-strings.php:93 +#: search-regex-strings.php:79 msgid "I'd like to support some more." msgstr "" -#: search-regex-strings.php:94 +#: search-regex-strings.php:80 msgid "Search Regex is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}." msgstr "" -#: search-regex-strings.php:95 +#: search-regex-strings.php:81 msgid "You get useful software and I get to carry on making it better." msgstr "" -#: search-regex-strings.php:96 +#: search-regex-strings.php:82 msgid "Support 💰" msgstr "" -#: search-regex-strings.php:97 +#: search-regex-strings.php:83 msgid "Plugin Support" msgstr "" -#: search-regex-strings.php:98 +#: search-regex-strings.php:84 msgid "Default REST API" msgstr "" -#: search-regex-strings.php:99 +#: search-regex-strings.php:85 msgid "Raw REST API" msgstr "" -#: search-regex-strings.php:100 +#: search-regex-strings.php:86 msgid "Relative REST API" msgstr "" -#: search-regex-strings.php:101 +#: search-regex-strings.php:87 msgid "I'm a nice person and I have helped support the author of this plugin" msgstr "" -#: search-regex-strings.php:102, search-regex-strings.php:212 +#: search-regex-strings.php:88, search-regex-strings.php:212 msgid "Actions" msgstr "" -#: search-regex-strings.php:103 +#: search-regex-strings.php:89 msgid "Show row actions as dropdown menu." msgstr "" -#: search-regex-strings.php:104 +#: search-regex-strings.php:90 msgid "Default Preset" msgstr "" -#: search-regex-strings.php:105 +#: search-regex-strings.php:91 msgid "No default preset" msgstr "" -#: search-regex-strings.php:106 +#: search-regex-strings.php:92 msgid "Set a preset to use by default when Search Regex is loaded." msgstr "" -#: search-regex-strings.php:107 +#: search-regex-strings.php:93 msgid "REST API" msgstr "" -#: search-regex-strings.php:108 +#: search-regex-strings.php:94 msgid "How Search Regex uses the REST API - don't change unless necessary" msgstr "" -#: search-regex-strings.php:109 +#: search-regex-strings.php:95 msgid "Update" msgstr "" -#: search-regex-strings.php:112 +#: search-regex-strings.php:98 msgid "Name" msgstr "" -#: search-regex-strings.php:113, search-regex-strings.php:132, search-regex-strings.php:156, search-regex-strings.php:165, search-regex-strings.php:197 +#: search-regex-strings.php:99, search-regex-strings.php:118, search-regex-strings.php:142, search-regex-strings.php:151, search-regex-strings.php:197 msgid "Search" msgstr "" -#: search-regex-strings.php:114 +#: search-regex-strings.php:100 msgid "Flags" msgstr "" -#: search-regex-strings.php:115 +#: search-regex-strings.php:101 msgid "There are no presets" msgstr "" -#: search-regex-strings.php:116 +#: search-regex-strings.php:102 msgid "Download presets!" msgstr "" -#: search-regex-strings.php:117 +#: search-regex-strings.php:103 msgid "Export JSON" msgstr "" -#: search-regex-strings.php:118 +#: search-regex-strings.php:104 msgid "Import JSON" msgstr "" -#: search-regex-strings.php:119 +#: search-regex-strings.php:105 msgid "Import a JSON file" msgstr "" -#: search-regex-strings.php:120 +#: search-regex-strings.php:106 msgid "Click 'Add File' or drag and drop here." msgstr "" -#: search-regex-strings.php:121 +#: search-regex-strings.php:107 msgid "File selected" msgstr "" -#: search-regex-strings.php:122 +#: search-regex-strings.php:108 msgid "Importing" msgstr "" -#: search-regex-strings.php:123 +#: search-regex-strings.php:109 msgid "Uploaded %(total)d preset" msgid_plural "Uploaded %(total)d presets" msgstr[0] "" msgstr[1] "" -#: search-regex-strings.php:124 +#: search-regex-strings.php:110 msgid "Done" msgstr "" -#: search-regex-strings.php:125 +#: search-regex-strings.php:111 msgid "Import preset from clipboard" msgstr "" -#: search-regex-strings.php:126 +#: search-regex-strings.php:112 msgid "Unable to import preset" msgstr "" -#: search-regex-strings.php:127 +#: search-regex-strings.php:113 msgid "Please check your JSON data is a valid preset. You may have copied it incorrectly, or pasted something that is not a preset." msgstr "" -#: search-regex-strings.php:128 +#: search-regex-strings.php:114 msgid "Paste a single preset JSON." msgstr "" -#: search-regex-strings.php:129 +#: search-regex-strings.php:115 msgid "Import" msgstr "" -#: search-regex-strings.php:130 +#: search-regex-strings.php:116 msgid "no phrase" msgstr "" -#: search-regex-strings.php:131 +#: search-regex-strings.php:117 msgid "remove phrase" msgstr "" -#: search-regex-strings.php:134, search-regex-strings.php:198 +#: search-regex-strings.php:120, search-regex-strings.php:198 msgid "Search Flags" msgstr "" -#: search-regex-strings.php:135, search-regex-strings.php:202, search-regex-strings.php:208 +#: search-regex-strings.php:121, search-regex-strings.php:202, search-regex-strings.php:208 msgid "Source" msgstr "" -#: search-regex-strings.php:136 +#: search-regex-strings.php:122 msgid "Source Flags" msgstr "" -#: search-regex-strings.php:137 +#: search-regex-strings.php:123 msgid "Results per page" msgstr "" -#: search-regex-strings.php:138 +#: search-regex-strings.php:124 msgid "Edit preset" msgstr "" -#: search-regex-strings.php:139 +#: search-regex-strings.php:125 msgid "Preset Name" msgstr "" -#: search-regex-strings.php:140 +#: search-regex-strings.php:126 msgid "Give the preset a name" msgstr "" -#: search-regex-strings.php:141 +#: search-regex-strings.php:127 msgid "Preset Description" msgstr "" -#: search-regex-strings.php:142 +#: search-regex-strings.php:128 msgid "Describe the preset" msgstr "" -#: search-regex-strings.php:143 +#: search-regex-strings.php:129 msgid "Advanced preset" msgstr "" -#: search-regex-strings.php:144 +#: search-regex-strings.php:130 msgid "Locked Fields" msgstr "" -#: search-regex-strings.php:145 +#: search-regex-strings.php:131 msgid "Fields" msgstr "" -#: search-regex-strings.php:146 +#: search-regex-strings.php:132 msgid "Locking a field removes it from the search form and prevents changes." msgstr "" -#: search-regex-strings.php:147 +#: search-regex-strings.php:133 msgid "Tags" msgstr "" -#: search-regex-strings.php:148 +#: search-regex-strings.php:134 msgid "Title" msgstr "" -#: search-regex-strings.php:149 +#: search-regex-strings.php:135 msgid "Enter tag title shown to user" msgstr "" -#: search-regex-strings.php:150 +#: search-regex-strings.php:136 msgid "Tag" msgstr "" -#: search-regex-strings.php:151 +#: search-regex-strings.php:137 msgid "Enter tag which is used in the field" msgstr "" -#: search-regex-strings.php:152 +#: search-regex-strings.php:138 msgid "A tag creates a custom input field. Insert the tag anywhere in the search or replace field and when the preset is used it will be replaced with a custom text field with the tag label." msgstr "" -#: search-regex-strings.php:153 +#: search-regex-strings.php:139 msgid "For example, create tag {{code}}URL{{/code}} and title {{code}}Image URL{{/code}}. Your search could be {{code}}{{/code}}. When the preset is used it will ask the user for the {{code}}Image URL{{/code}} instead of the full search phrase." msgstr "" -#: search-regex-strings.php:158 +#: search-regex-strings.php:144 msgid "Locked fields" msgstr "" -#: search-regex-strings.php:159 +#: search-regex-strings.php:145 msgid "Are you sure you want to delete this preset?" msgstr "" -#: search-regex-strings.php:160 +#: search-regex-strings.php:146 msgid "Edit" msgstr "" -#: search-regex-strings.php:161 +#: search-regex-strings.php:147 msgid "Delete" msgstr "" -#: search-regex-strings.php:162 +#: search-regex-strings.php:148 msgid "Copy to clipboard" msgstr "" -#: search-regex-strings.php:163 +#: search-regex-strings.php:149 msgid "Please backup your data before making modifications." msgstr "" -#: search-regex-strings.php:164 +#: search-regex-strings.php:150 msgid "Search and replace information in your database." msgstr "" -#: search-regex-strings.php:166 +#: search-regex-strings.php:152 msgid "Replace All" msgstr "" -#: search-regex-strings.php:168 +#: search-regex-strings.php:154 msgid "Need more help?" msgstr "" -#: search-regex-strings.php:169 +#: search-regex-strings.php:155 msgid "Full documentation for Search Regex can be found at {{site}}https://searchregex.com{{/site}}." msgstr "" -#: search-regex-strings.php:170 +#: search-regex-strings.php:156 msgid "If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide." msgstr "" -#: search-regex-strings.php:171 +#: search-regex-strings.php:157 msgid "Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support." msgstr "" -#: search-regex-strings.php:172 +#: search-regex-strings.php:158 msgid "If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!" msgstr "" -#: search-regex-strings.php:173 +#: search-regex-strings.php:159 msgid "Redirection" msgstr "" -#: search-regex-strings.php:174 +#: search-regex-strings.php:160 msgid "Like this plugin? You might want to consider {{link}}Redirection{{/link}}, a plugin to manage redirects, from the same author." msgstr "" -#: search-regex-strings.php:175 +#: search-regex-strings.php:161 msgid "Quick Help" msgstr "" +#: search-regex-strings.php:167 +msgid "Settings saved" +msgstr "" + +#: search-regex-strings.php:168 +msgid "Row deleted" +msgstr "" + +#: search-regex-strings.php:169 +msgid "Row replaced" +msgstr "" + +#: search-regex-strings.php:170 +msgid "Row updated" +msgstr "" + +#: search-regex-strings.php:171 +msgid "Preset saved" +msgstr "" + +#: search-regex-strings.php:172 +msgid "Regular Expression" +msgstr "" + +#: search-regex-strings.php:173 +msgid "Ignore Case" +msgstr "" + +#: search-regex-strings.php:174 +msgid "25 per page" +msgstr "" + +#: search-regex-strings.php:175 +msgid "50 per page" +msgstr "" + +#: search-regex-strings.php:176 +msgid "100 per page" +msgstr "" + +#: search-regex-strings.php:177 +msgid "250 per page" +msgstr "" + +#: search-regex-strings.php:178 +msgid "500 per page" +msgstr "" + +#: search-regex-strings.php:179 +msgid "1000 per page" +msgstr "" + +#: search-regex-strings.php:180 +msgid "2000 per page" +msgstr "" + #: search-regex-strings.php:181 msgid "View notice" msgstr "" diff --git a/package.json b/package.json index a773c3f..896015e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search-regex", - "version": "2.4", + "version": "2.4.1", "description": "Adds search and replace functionality across posts, pages, comments, and meta-data, with full regular expression support", "main": "search-regex.php", "sideEffects": true, diff --git a/readme.txt b/readme.txt index 7ef70c9..06154a0 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: johnny5 Donate link: http://searchregex.com/donation/ Tags: search, replace, regex, regular expression, database, post, page Requires at least: 5.3 -Tested up to: 5.5.1 +Tested up to: 5.6 Stable tag: trunk Requires PHP: 5.6 License: GPLv3 @@ -82,6 +82,9 @@ Full documentation can be found on the [Search Regex](http://searchregex.com/) s == Changelog == += 2.4.1 - 29th November 2020 = +- Fix replacements with a backslashed character + = 2.4 - 29th October 2020 = - Support multi-line search phrases - Improve progress bar animation diff --git a/search-regex-strings.php b/search-regex-strings.php index 9a23fae..9e8125d 100644 --- a/search-regex-strings.php +++ b/search-regex-strings.php @@ -51,20 +51,6 @@ __( "Maximum number of matches exceeded and hidden from view. These will be included in any replacements.", "search-regex" ), // client/component/result/restricted-matches.js:11 _n( "Show %s more", "Show %s more", 1, "search-regex" ), // client/component/result/result-columns.js:49 __( "Enter search phrase", "search-regex" ), // client/component/search/index.js:56 -__( "Settings saved", "search-regex" ), // client/state/message/reducer.js:33 -__( "Row deleted", "search-regex" ), // client/state/message/reducer.js:34 -__( "Row replaced", "search-regex" ), // client/state/message/reducer.js:35 -__( "Row updated", "search-regex" ), // client/state/message/reducer.js:36 -__( "Preset saved", "search-regex" ), // client/state/message/reducer.js:37 -__( "Regular Expression", "search-regex" ), // client/state/search/selector.js:26 -__( "Ignore Case", "search-regex" ), // client/state/search/selector.js:30 -__( "25 per page", "search-regex" ), // client/state/search/selector.js:40 -__( "50 per page", "search-regex" ), // client/state/search/selector.js:44 -__( "100 per page", "search-regex" ), // client/state/search/selector.js:48 -__( "250 per page", "search-regex" ), // client/state/search/selector.js:52 -__( "500 per page", "search-regex" ), // client/state/search/selector.js:56 -__( "1000 per page", "search-regex" ), // client/state/search/selector.js:60 -__( "2000 per page", "search-regex" ), // client/state/search/selector.js:64 __( "Cached Search Regex detected", "search-regex" ), // client/page/home/cache-detect.js:20 __( "Please clear your browser cache and reload this page.", "search-regex" ), // client/page/home/cache-detect.js:23 __( "If you are using a caching system such as Cloudflare then please read this: ", "search-regex" ), // client/page/home/cache-detect.js:25 @@ -178,6 +164,20 @@ __( "{{link}}Regular expression{{/link}} - a way of defining a pattern for text matching. Provides more advanced matches.", "search-regex" ), // client/page/support/search-help.js:27 __( "{{link}}Source{{/link}} - the source of data you wish to search. For example, posts, pages, or comments.", "search-regex" ), // client/page/support/search-help.js:32 __( "{{link}}Source Flags{{/link}} - additional options for the selected source. For example, include post {{guid}}GUID{{/guid}} in the search.", "search-regex" ), // client/page/support/search-help.js:37 +__( "Settings saved", "search-regex" ), // client/state/message/reducer.js:33 +__( "Row deleted", "search-regex" ), // client/state/message/reducer.js:34 +__( "Row replaced", "search-regex" ), // client/state/message/reducer.js:35 +__( "Row updated", "search-regex" ), // client/state/message/reducer.js:36 +__( "Preset saved", "search-regex" ), // client/state/message/reducer.js:37 +__( "Regular Expression", "search-regex" ), // client/state/search/selector.js:26 +__( "Ignore Case", "search-regex" ), // client/state/search/selector.js:30 +__( "25 per page", "search-regex" ), // client/state/search/selector.js:40 +__( "50 per page", "search-regex" ), // client/state/search/selector.js:44 +__( "100 per page", "search-regex" ), // client/state/search/selector.js:48 +__( "250 per page", "search-regex" ), // client/state/search/selector.js:52 +__( "500 per page", "search-regex" ), // client/state/search/selector.js:56 +__( "1000 per page", "search-regex" ), // client/state/search/selector.js:60 +__( "2000 per page", "search-regex" ), // client/state/search/selector.js:64 __( "View notice", "search-regex" ), // client/wp-plugin-components/snackbar/index.js:75 __( "Add File", "search-regex" ), // client/wp-plugin-components/uploader/content.js:45 __( "Upload", "search-regex" ), // client/wp-plugin-components/uploader/content.js:54 diff --git a/search-regex-version.php b/search-regex-version.php index 62876f0..9a33b97 100644 --- a/search-regex-version.php +++ b/search-regex-version.php @@ -1,5 +1,5 @@ {var e={7228:e=>{e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r{e.exports=function(e){if(Array.isArray(e))return e}},3646:(e,t,r)=>{var n=r(7228);e.exports=function(e){if(Array.isArray(e))return n(e)}},1506:e=>{e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}},4575:e=>{e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}},3913:e=>{function t(e,t){for(var r=0;r{var n=r(9754),o=r(7067),a=r(8585);e.exports=function(e){var t=o();return function(){var r,o=n(e);if(t){var i=n(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return a(this,r)}}},9713:e=>{e.exports=function(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}},7154:e=>{function t(){return e.exports=t=Object.assign||function(e){for(var t=1;t{function t(r){return e.exports=t=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},t(r)}e.exports=t},2205:(e,t,r)=>{var n=r(9489);e.exports=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&n(e,t)}},7067:e=>{e.exports=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}},6860:e=>{e.exports=function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}},3884:e=>{e.exports=function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var r=[],n=!0,o=!1,a=void 0;try{for(var i,u=e[Symbol.iterator]();!(n=(i=u.next()).done)&&(r.push(i.value),!t||r.length!==t);n=!0);}catch(e){o=!0,a=e}finally{try{n||null==u.return||u.return()}finally{if(o)throw a}}return r}}},521:e=>{e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},8206:e=>{e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},1109:(e,t,r)=>{var n=r(9713);function o(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}e.exports=function(e){for(var t=1;t{var n=r(8),o=r(1506);e.exports=function(e,t){return!t||"object"!==n(t)&&"function"!=typeof t?o(e):t}},9489:e=>{function t(r,n){return e.exports=t=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},t(r,n)}e.exports=t},3038:(e,t,r)=>{var n=r(2858),o=r(3884),a=r(379),i=r(521);e.exports=function(e,t){return n(e)||o(e,t)||a(e,t)||i()}},319:(e,t,r)=>{var n=r(3646),o=r(6860),a=r(379),i=r(8206);e.exports=function(e){return n(e)||o(e)||a(e)||i()}},8:e=>{function t(r){return"function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?e.exports=t=function(e){return typeof e}:e.exports=t=function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(r)}e.exports=t},379:(e,t,r)=>{var n=r(7228);e.exports=function(e,t){if(e){if("string"==typeof e)return n(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?n(e,t):void 0}}},2190:e=>{e.exports=function(e,r,n){if(e.filter)return e.filter(r,n);if(null==e)throw new TypeError;if("function"!=typeof r)throw new TypeError;for(var o=[],a=0;a{"use strict";t.Z=function(e,t){if(e&&t){var r=Array.isArray(t)?t:t.split(","),n=e.name||"",o=(e.type||"").toLowerCase(),a=o.replace(/\/.*$/,"");return r.some((function(e){var t=e.trim().toLowerCase();return"."===t.charAt(0)?n.toLowerCase().endsWith(t):t.endsWith("/*")?a===t.replace(/\/.*$/,""):o===t}))}return!0}},6314:(e,t,r)=>{"use strict";var n=r(2190);e.exports=function(){return n(["BigInt64Array","BigUint64Array","Float32Array","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray"],(function(e){return"function"==typeof r.g[e]}))}},4184:(e,t)=>{var r;!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;t{"use strict";var n=r(1742),o={"text/plain":"Text","text/html":"Url",default:"Text"};e.exports=function(e,t){var r,a,i,u,l,c,s=!1;t||(t={}),r=t.debug||!1;try{if(i=n(),u=document.createRange(),l=document.getSelection(),(c=document.createElement("span")).textContent=e,c.style.all="unset",c.style.position="fixed",c.style.top=0,c.style.clip="rect(0, 0, 0, 0)",c.style.whiteSpace="pre",c.style.webkitUserSelect="text",c.style.MozUserSelect="text",c.style.msUserSelect="text",c.style.userSelect="text",c.addEventListener("copy",(function(n){if(n.stopPropagation(),t.format)if(n.preventDefault(),void 0===n.clipboardData){r&&console.warn("unable to use e.clipboardData"),r&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var a=o[t.format]||o.default;window.clipboardData.setData(a,e)}else n.clipboardData.clearData(),n.clipboardData.setData(t.format,e);t.onCopy&&(n.preventDefault(),t.onCopy(n.clipboardData))})),document.body.appendChild(c),u.selectNodeContents(c),l.addRange(u),!document.execCommand("copy"))throw new Error("copy command was unsuccessful");s=!0}catch(n){r&&console.error("unable to copy using execCommand: ",n),r&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),t.onCopy&&t.onCopy(window.clipboardData),s=!0}catch(n){r&&console.error("unable to copy using clipboardData: ",n),r&&console.error("falling back to prompt"),a=function(e){var t=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}("message"in t?t.message:"Copy to clipboard: #{key}, Enter"),window.prompt(a,e)}}finally{l&&("function"==typeof l.removeRange?l.removeRange(u):l.removeAllRanges()),c&&document.body.removeChild(c),i()}return s}},4180:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".searchregex-editor{padding:5px}.searchregex-editor textarea{width:100%;min-height:150px;margin-bottom:10px}.searchregex-editor h2{margin-top:0}.searchregex-editor .searchregex-editor__actions{display:flex;justify-content:space-between}.searchregex-editor button.button-primary{margin-right:10px}.searchregex-editor .wpl-spinner__item{margin-left:-50px;height:24px;width:24px;margin-top:12px}\n",""]);const a=o},7769:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".searchregex-result__replaced,.searchregex-result__highlight{background-color:#f7d85d;font-weight:bold;padding:1px;cursor:pointer;display:inline;padding:3px}.searchregex-result__replaced{background-color:#f38830}.searchregex-result__deleted{background-color:#e53e3e;color:white}.searchregex-match{display:flex;align-items:flex-start;justify-content:flex-start;line-height:2}.searchregex-match .searchregex-match__column{margin-right:10px;background-color:#ddd;padding:0 5px;border-radius:3px;margin-bottom:5px}\n",""]);const a=o},1645:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.searchregex-saved{display:flex}.wpl-modal_wrapper-padding .wpl-modal_content.searchregex-preset__name{padding:15px 20px}.searchregex-preset__name form{display:flex;justify-content:space-between}.searchregex-preset__name form input[type="text"]{width:100%}.searchregex-preset__name form input[type="submit"],.searchregex-preset__name form button.button{margin-left:5px}\n',""]);const a=o},7630:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".searchregex-replaceall{margin-top:50px}.searchregex-replaceall__progress{position:relative;display:flex;align-items:center}.searchregex-replaceall__status{position:absolute;left:0;width:100%;text-align:center;font-size:18px;font-weight:bold}.searchregex-replaceall__container{width:100%}.searchregex-replaceall__stats{text-align:center;padding:10px}.searchregex-replaceall__stats .wp-core-ui .button-primary{margin-top:20px}.rc-progress-line-path{transition:stroke-dashoffset 0s ease 0s, stroke-dasharray 5s ease 0.5s, stroke linear 0.5s !important}.rc-progress-line-trail{-webkit-animation:wpl-loading-fade 1.6s ease-in-out infinite;animation:wpl-loading-fade 1.6s ease-in-out infinite}\n",""]);const a=o},4661:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.searchregex-replace__modal .wpl-table{width:100%}.searchregex-replace__modal .wpl-table .searchregex-preset__tag th{vertical-align:inherit;text-align:left}.searchregex-replace__input{display:flex;width:100%;align-items:flex-start}.searchregex-replace__input input[type="text"]{width:100%}.searchregex-replace__input select{margin-left:5px}.searchregex-replace__input textarea{width:100%;margin-left:1px;margin-right:1px;padding:4px 8px}.wpl-popover__content .searchregex-replace__action{display:flex;justify-content:space-between;align-items:center;margin-top:10px;margin-left:10px}.wpl-popover__content .searchregex-replace__action p{color:#999;margin:0}.searchregex-replace__modal{padding:13px 10px;width:450px;font-weight:normal}.searchregex-replace__modal input[type="text"]{width:75%}.searchregex-replace__modal select{width:25%}.searchregex-replace__modal p.searchregex-replace__actions{text-align:right;margin-bottom:0}.searchregex-replace__modal p.searchregex-replace__actions input{margin-left:10px}.searchregex-replace__modal textarea{width:75%}\n',""]);const a=o},5721:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".api-result-retry{float:right;clear:both}.api-result-log{background-color:#ddd;padding:5px 10px;color:#111;margin:10px 0;position:relative}.api-result-log .api-result-method_fail{color:white;background-color:#ff3860;padding:3px 5px;margin-right:5px}.api-result-log .api-result-method_pass{color:white;background-color:#4ab866;padding:3px 5px;width:150px;margin-right:5px}.api-result-log .dashicons{vertical-align:middle;width:26px;height:26px;font-size:26px;padding:0}.api-result-log .dashicons-no{color:#ff3860}.api-result-log .dashicons-yes{color:#4ab866}.api-result-log pre{background-color:#ccc;padding:10px 15px}.api-result-log pre{font-family:'Courier New', Courier, monospace}.api-result-log code{background-color:transparent}.api-result-log h4{margin:0;margin-top:5px;font-size:14px}.api-result-log_details{display:flex}.api-result-log_details>div{width:95%}.api-result-log_details a{color:#111}.api-result-log_details a:hover{font-weight:bold}.api-result-log_details pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}.api-result-hide{position:absolute;bottom:25px;right:5%}.api-result-select{position:absolute;right:10px;top:15px}.api-result-select span{background-color:#777;color:white;padding:5px 10px;margin-left:10px}.api-result-header{display:flex;align-items:center}.api-result-header .api-result-progress{margin:0 15px}.api-result-header .wpl-spinner__item{width:18px;height:18px;top:-14px}.api-result-header .api-result-status{text-align:center;top:0;left:0;padding:5px 10px;background-color:#ddd;font-weight:bold}.api-result-header .api-result-status_good{background-color:#4ab866;color:white}.api-result-header .api-result-status_problem{background-color:#f0b849}.api-result-header .api-result-status_failed{background-color:#ff3860;color:white}\n",""]);const a=o},6388:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".searchregex-result__more{font-style:italic}.searchregex-result__updating{-webkit-animation:loading-fade 1.6s ease-in-out infinite;animation:loading-fade 1.6s ease-in-out infinite}.searchregex-result__updating .wpl-spinner__item{width:24px;height:24px;margin-top:10px}.searchregex-result h2{margin:0;padding:0;margin-bottom:10px;font-weight:normal;font-size:1.2em}\n",""]);const a=o},2937:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.wp-core-ui .button-delete{box-shadow:none;text-shadow:none;background-color:#ff3860;border-color:transparent;color:#fff}.wp-core-ui .button-delete:hover{background-color:#ff3860;border-color:transparent;box-shadow:none;text-shadow:none}.addTop{margin-top:20px}@media screen and (max-width: 782px){.newsletter form input[type="email"]{display:block;width:100%;margin:5px 0}.import select{width:100%;margin:5px 0}.plugin-importer button{width:100%}}.module-export{border:1px solid #ddd;padding:5px;font-family:courier,Monaco,monospace;margin-top:15px;width:100%;background-color:white !important}.redirect-edit .table-actions{margin-left:1px;margin-top:2px;display:flex;align-items:center;justify-content:flex-start}.redirect-edit .table-actions .redirection-edit_advanced{text-decoration:none;font-size:16px}.redirect-edit .table-actions .redirection-edit_advanced svg{padding-top:2px}.error{padding-bottom:10px !important}.notice{display:block !important}.database-switch{float:right}.database-switch a{color:#444;text-decoration:none}.database-switch a:hover{text-decoration:underline}\n',""]);const a=o},2229:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.donation .donation-amount{float:left;margin-top:10px}.donation .donation-amount span{font-size:28px;margin-top:4px;vertical-align:bottom}.donation .donation-amount img{width:24px !important;margin-bottom:-5px !important}.donation .donation-amount:after{content:"";display:block;clear:both}.donation input[type="number"]{width:60px;margin-left:10px}.donation td,.donation th{padding-bottom:0;margin-bottom:0}.donation input[type="submit"]{margin-left:10px}.newsletter h3{margin-top:30px}\n',""]);const a=o},1775:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.searchregex-presets{margin-top:20px}.searchregex-presets .searchregex-preset__name{width:200px}.searchregex-presets .searchregex-preset__flags{width:200px}.searchregex-presets table{padding:5px;width:100%}.searchregex-presets table h2{margin-top:0;margin-bottom:5px}.searchregex-presets table td,.searchregex-presets table th{padding:2px 0}.searchregex-presets table th{width:150px;vertical-align:top;padding-top:8px}.searchregex-presets table .searchregex-search__advanced__title td{padding-top:20px}.searchregex-presets table input[type=\'submit\']{margin-right:10px}.searchregex-presets table p:not(:first-child){padding-top:4px}.searchregex-search__advanced input[type="text"]{margin-left:5px;margin-right:10px;min-width:300px}.searchregex-preset__saving{opacity:0.5}.searchregex-preset__tag th{vertical-align:top}.searchregex-preset__tag p{margin:1px 0}.searchregex-preset__tag input[type="text"]{width:100%}.searchregex-presetactions{margin-top:20px;margin-bottom:20px}.searchregex-presetactions button.button{margin-right:10px}.searchregex-presetimport textarea{width:100%}\n',""]);const a=o},2571:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".tablenav-pages{display:flex;justify-content:space-between;align-items:center;padding:10px}.pagination-links{display:flex;align-items:center}.pagination-links .button{margin:0 2px}.pagination-links .paging-input{margin:0 4px}.pagination-links .tablenav-paging-text{margin:0 5px}\n",""]);const a=o},1866:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".searchregex-result__table{width:100px}.searchregex-result__row{width:75px}.searchregex-result__matches{width:70px}.searchregex-result__column{width:100px}.searchregex-result__action{width:250px}.searchregex-result__action__dropdown.searchregex-result__action{width:50px}\n",""]);const a=o},9846:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.searchregex-loading{opacity:0.8;-webkit-animation:loading-fade 1.6s ease-in-out infinite;animation:loading-fade 1.6s ease-in-out infinite}.searchregex-search table{table-layout:fixed;width:100%}.searchregex-search th{text-align:left;width:80px;vertical-align:top;padding-top:5px}.searchregex-search td{width:100%}.searchregex-search .inline-error{margin-top:20px}.searchregex-search__search td{display:flex;justify-content:flex-start;align-items:flex-start}.searchregex-search__search input[type="text"],.searchregex-search__search textarea{width:100%}.searchregex-search__search .wpl-popover__toggle,.searchregex-search__search select{margin-left:5px}.searchregex-search__search textarea{min-height:30px;padding:4px 8px;margin-left:1px}.searchregex-search__replace,.searchregex-search__search,.searchregex-search__source{width:100%;margin-bottom:10px}.searchregex-search__replace>label,.searchregex-search__search>label,.searchregex-search__source>label{font-weight:bold;width:60px}.searchregex-search__replace .wpl-popover__toggle,.searchregex-search__search .wpl-popover__toggle,.searchregex-search__source .wpl-popover__toggle{margin-left:1px;margin-right:5px}.searchregex-search__replace .wpl-popover__toggle button,.searchregex-search__search .wpl-popover__toggle button,.searchregex-search__source .wpl-popover__toggle button{min-width:200px;margin-right:2px}.searchregex-search__replace select,.searchregex-search__search select,.searchregex-search__source select{min-width:150px;margin-right:0}.searchregex-search__search .wpl-popover__toggle{margin-left:5px;margin-right:0px}.searchregex-search__source select{margin-right:10px}.searchregex-search__source td{display:flex;align-items:center}.searchregex-search__source__description{margin-left:5px}.searchregex-search__action{margin-top:10px}.searchregex-search__action button[type="submit"]{margin-right:10px}.searchregex-search__action .wpl-spinner__item{width:28px;height:28px;margin-top:10px}.searchregex-search__tag__medium th{width:130px}.searchregex-search__tag__long th{width:200px}.searchregex-preset__description{margin-top:20px;margin-bottom:5px;font-weight:normal;font-size:14px;margin-left:2px}\n',""]);const a=o},9703:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".github{margin-top:8px}.github a{text-decoration:none}.github img{padding-right:10px;margin-bottom:-10px}.searchregex-help ul{list-style:disc;margin-left:20px}\n",""]);const a=o},7098:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.wpl-badge{display:inline-flex;align-items:center;line-height:1.4;font-size:12px;background-color:#ccc;border-radius:3px;font-feature-settings:"c2sc";font-variant:small-caps;white-space:nowrap;color:#000;padding:3px 4px}.wpl-badge.wpl-badge__click{cursor:pointer;border:1px solid transparent}.wpl-badge.wpl-badge__click:hover{color:#fff;background-color:#949494}.wpl-badge .wpl-badge__close{background-color:transparent;border:none;width:15px;text-align:center;font-size:20px;height:100%;line-height:1;vertical-align:middle;margin-top:-6px;margin-left:2px}.wpl-badge .wpl-badge__close:hover{color:white}.wpl-badge.wpl-badge__small .wpl-badge__content{max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wpl-badge:not(:last-child){margin-right:5px}\n',""]);const a=o},2887:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".wpl-dropdownbutton .wpl-popover__content h4{margin-top:5px}.wpl-dropdownbutton .wpl-popover__content h5{margin-top:0;margin-bottom:5px}.wpl-dropdownbutton .wpl-popover__content p:last-child{margin-bottom:0}.wpl-dropdownbutton ul,.wpl-dropdownbutton li{white-space:nowrap;margin:0;padding:0}.wpl-dropdownbutton a{text-decoration:none;display:block;padding:5px 10px 5px 7px;line-height:1.8;width:auto;color:#444}.wpl-dropdownbutton a:hover{background-color:#2684ff;color:white}.wpl-dropdownbutton svg{margin-left:5px;margin-right:-4px;display:inline-block;fill:#888;border-left:1px solid #ddd;padding-left:5px}.wpl-dropdownbutton h5{padding:0;margin:0;margin-right:10px;font-size:13px;font-weight:normal}.wpl-dropdownbutton .button{background-color:#fff;border-color:#7e8993;color:#32373c;display:flex;align-items:center;min-height:30px}.wpl-dropdownbutton__single h5{text-align:center;margin-right:0}.wpl-dropdownbutton__check{width:16px;display:inline-block}.wpl-dropdownbutton .wpl-dropdownbutton__button_enabled{background-color:#fff}.wpl-dropdownbutton .wpl-dropdownbutton__button_enabled svg{transform:rotate(180deg);border-right:1px solid #ddd;border-left:1px solid transparent;padding-right:4px;padding-left:0}\n",""]);const a=o},569:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".wpl-dropdownmenu{background-color:transparent;padding:0;border:1px solid transparent;cursor:pointer}.wpl-dropdownmenu svg{margin-top:3px}.wpl-dropdownmenu__menu{margin:0;padding:0;margin-top:5px}.wpl-dropdownmenu__menu li>div,.wpl-dropdownmenu__menu li>a{display:block;width:100%;padding:5px 10px;text-decoration:none;color:#000}.wpl-dropdownmenu__menu li>div:hover,.wpl-dropdownmenu__menu li>a:hover{background-color:#ccc}\n",""]);const a=o},976:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".wpl-dropdowntext{display:flex;position:relative}.wpl-dropdowntext input{width:100%}.wpl-dropdowntext .wpl-dropdowntext__loading{position:absolute;right:7px;top:2px}.wpl-dropdowntext .wpl-dropdowntext__loading svg{width:28px;height:28px;opacity:0.7}.wpl-dropdowntext__suggestions .wpl-popover__content{padding:5px;line-height:1.8}.wpl-dropdowntext__suggestions .wpl-popover__content ul{list-style-type:none;margin:0;padding:0}.wpl-dropdowntext__suggestions .wpl-popover__content ul li{margin:0}.wpl-dropdowntext__suggestions .wpl-popover__content a{display:block;padding:2px 3px;text-decoration:none;color:#333}.wpl-dropdowntext__suggestions .wpl-popover__content a:hover{background-color:#deebff}\n",""]);const a=o},8103:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".wpl-popover__toggle{display:inline-block;flex:none !important;cursor:pointer}.wpl-popover__toggle__disabled{opacity:0.4}\n",""]);const a=o},8775:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".wpl-error{width:97%;background:#fff;border-left:4px solid #fff;box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);margin:5px 15px 2px;padding:1px 12px;border-left-color:#dc3232;margin:5px 0 15px;margin-top:2em}.wpl-error .closer{float:right;padding-top:5px;font-size:18px;cursor:pointer;color:#333}.wpl-error textarea{font-family:courier,Monaco,monospace;font-size:12px;background-color:#eee;width:100%}.wpl-error span code{background-color:transparent}.wpl-error h3{font-size:1.2em}.wpl-error ul{list-style-type:disc}.wpl-error ul li{margin-left:20px;padding:0}.wpl-error__mini h2{font-size:16px;font-weight:normal}.wpl-error__mini h3{font-weight:normal;font-size:14px}.wpl-error__highlight{background-color:#f7d85d;padding:3px 6px;display:inline-block;margin:0}.wpl-error__page{float:right;padding:5px}.wpl-error__page span{font-size:14px;padding-left:5px;padding-right:5px;cursor:pointer}\n",""]);const a=o},7510:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.subsubsub-container::before,.subsubsub-container::after{content:"";display:table}.subsubsub-container::after{clear:both}\n',""]);const a=o},6637:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,"body.wpl-modal_shown{overflow:hidden}.wpl-modal_wrapper{width:100%}.wpl-modal_backdrop{width:100%;height:100%;position:fixed;top:0;left:0;z-index:10000;background-color:#757575;opacity:0.5}.wpl-modal_main{position:fixed;top:0;left:0;height:100%;width:100%;z-index:10001;align-items:center;flex-grow:1;display:flex;flex-direction:row;justify-content:center}.wpl-modal_main .wpl-click-outside{min-height:100px;max-width:90%;max-height:90%;min-width:60%}.wpl-modal_main .wpl-modal_content{position:relative;background:#fff;opacity:1;border:1px solid #e2e4e7;box-shadow:0 3px 30px rgba(25,30,35,0.2);transition:height 0.05s ease;min-height:100px;max-width:90%;max-height:90%;min-width:60%;margin:0 auto}.wpl-modal_main .wpl-modal_content h1{margin:0 !important;color:#1e1e1e !important}.wpl-modal_main .wpl-modal_close button{position:absolute;top:0;right:0;padding-top:10px;padding-right:10px;border:none;background-color:#fff;border-radius:2px;cursor:pointer;z-index:10001}.wpl-modal_wrapper.wpl-modal_wrapper-padless .wpl-modal_content{padding:20px}.wpl-modal_wrapper-padding .wpl-modal_content{padding:10px}.wpl-modal_error h2{text-align:center}.wpl-modal_loading{display:flex;height:100px}.wpl-modal_loading>*{justify-content:center;align-self:center;margin-left:calc(50% - 30px);margin-top:40px}@media screen and (max-width: 782px){.wpl-modal_main .wpl-modal_content{width:80%;margin-right:10%}}\n",""]);const a=o},3942:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.wpl-multioption .wpl-popover__content{padding:10px 10px;white-space:nowrap;box-sizing:border-box;z-index:10002}.wpl-multioption .wpl-popover__content h4{margin-top:5px}.wpl-multioption .wpl-popover__content h5{margin-top:3px;margin-bottom:6px;text-transform:uppercase;color:#999}.wpl-multioption .wpl-popover__content p{margin:2px 0 0.8em !important}.wpl-multioption .wpl-popover__content p:first-child{margin-top:0}.wpl-multioption .wpl-popover__content p:last-child{margin-bottom:0 !important}.wpl-multioption .wpl-popover__content label{display:inline-block;width:100%}.button.wpl-multioption__button,.wpl-multioption__button{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;box-shadow:none;height:30px;max-width:500px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#fff;border-color:#7e8993;color:#32373c}.button.wpl-multioption__button svg,.wpl-multioption__button svg{margin-left:5px;margin-right:-4px;display:inline-block;fill:#888;border-left:1px solid #ddd;padding-left:5px}.button.wpl-multioption__button h5,.wpl-multioption__button h5{padding:0;margin:0;margin-right:10px;font-size:13px;font-weight:normal}.wpl-multioption__group:first-child{padding-top:7px}.wpl-multioption__group h5{margin:0}.wpl-multioption__group input[type="checkbox"]{margin-right:7px}.actions .button.wpl-multioption__button{height:28px}.wpl-multioption__button.wpl-multioption__button_enabled{background-color:#fff}.wpl-multioption__button.wpl-multioption__button_enabled svg{transform:rotate(180deg);border-right:1px solid #ddd;border-left:1px solid transparent;padding-right:4px;padding-left:0}.wpl-multioption__group{margin-bottom:20px}.wpl-multioption__group:last-child{margin-bottom:10px}.branch-4-9 .wpl-dropdownbutton .button,.branch-4-9 .button.wpl-multioption__button,.branch-5-0 .wpl-dropdownbutton .button,.branch-5-0 .button.wpl-multioption__button,.branch-5-1 .wpl-dropdownbutton .button,.branch-5-1 .button.wpl-multioption__button,.branch-5-2 .wpl-dropdownbutton .button,.branch-5-2 .button.wpl-multioption__button{border-color:#ddd}.branch-4-9 input[type="search"],.branch-5-0 input[type="search"],.branch-5-1 input[type="search"],.branch-5-2 input[type="search"]{height:30px}.branch-4-9 .wpl-multioption__button .wpl-badge,.branch-4-9 .wpl-multioption,.branch-4-9 .actions .wpl-multioption__button .wpl-badge,.branch-5-0 .wpl-multioption__button .wpl-badge,.branch-5-0 .wpl-multioption,.branch-5-0 .actions .wpl-multioption__button .wpl-badge,.branch-5-1 .wpl-multioption__button .wpl-badge,.branch-5-1 .wpl-multioption,.branch-5-1 .actions .wpl-multioption__button .wpl-badge,.branch-5-2 .wpl-multioption__button .wpl-badge,.branch-5-2 .wpl-multioption,.branch-5-2 .actions .wpl-multioption__button .wpl-badge{margin-top:1px !important}.actions .wpl-popover__content{margin-top:-1px}.wpl-multioption{padding:0 10px}.wpl-multioption p{white-space:nowrap}\n',""]);const a=o},2359:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".inline-notice{background:#fff;border-left:4px solid #fff;box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);margin:5px 15px 2px;padding:5px 12px;margin:5px 0 15px;border-left-color:#ffb900}.inline-notice.inline-general{border-left-color:#46b450}.inline-error{border-color:red}\n",""]);const a=o},6558:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'@-webkit-keyframes wpl-loading-fade{0%{opacity:0.5}50%{opacity:1}100%{opacity:0.5}}@keyframes wpl-loading-fade{0%{opacity:0.5}50%{opacity:1}100%{opacity:0.5}}.wpl-placeholder__container{width:100%;height:100px;position:relative}.wpl-placeholder__loading{content:"";position:absolute;top:16px;right:8px;bottom:16px;left:8px;padding-left:8px;padding-top:8px;background-color:#949494;-webkit-animation:wpl-loading-fade 1.6s ease-in-out infinite;animation:wpl-loading-fade 1.6s ease-in-out infinite}.placeholder-inline{width:100%;height:50px;position:relative}.placeholder-inline .wpl-placeholder__loading{top:0;right:0;left:0;bottom:0}.loading-small{width:25px;height:25px}.tablenav-pages input.current-page{width:60px;margin-left:2px;margin-right:2px}.loader-wrapper{position:relative}.loader-textarea{height:100px}.wp-list-table .is-placeholder td{position:relative;height:50px}.wp-list-table .item-loading{opacity:0.3}\n',""]);const a=o},4252:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.wpl-popover__arrows{position:absolute;width:100%}.wpl-popover__arrows::after,.wpl-popover__arrows::before{content:"";box-shadow:0 3px 30px rgba(30,30,30,0.1);position:absolute;height:0;width:0;line-height:0;margin-left:10px}.wpl-popover__arrows::before{border:8px solid #ccc;border-bottom-style:solid;border-left-color:transparent;border-right-color:transparent;border-top:none;top:-8px}.wpl-popover__arrows::after{border:8px solid #fff;border-bottom-style:solid;border-left-color:transparent;border-right-color:transparent;border-top:none;top:-6px;z-index:10003}.wpl-popover__arrows.wpl-popover__arrows__right::after,.wpl-popover__arrows.wpl-popover__arrows__right::before{right:0;margin-right:10px}.wpl-popover__arrows.wpl-popover__arrows__centre::after,.wpl-popover__arrows.wpl-popover__arrows__centre::before{left:calc(50% - 16px)}.wpl-popover__content{box-shadow:0 3px 30px rgba(30,30,30,0.1);border:1px solid #ccc;background:#fff;min-width:150px;max-height:400px;position:absolute;z-index:10002;height:auto;overflow-y:auto}\n',""]);const a=o},1465:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".wpl-notice{position:fixed;bottom:25px;right:0;font-weight:bold;box-shadow:3px 3px 3px rgba(0,0,0,0.2);border-top:1px solid #eee;cursor:pointer;transition:width 1s ease-in-out}.wpl-notice p{padding-right:20px}.wpl-notice .closer{position:absolute;right:5px;top:10px;font-size:16px;opacity:0.8}.wpl-notice.notice-shrunk{width:20px}.wpl-notice.notice-shrunk p{font-size:16px}.wpl-notice.notice-shrunk .closer{display:none}\n",""]);const a=o},1346:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".wpl-spinner__container{display:inline-block;position:relative}.wpl-spinner__item{position:absolute;left:10px;top:-25px;display:block;width:40px;height:40px;background-color:#1e1e1e;border-radius:100%;-webkit-animation:wpl-scaleout 1s infinite ease-in-out;animation:wpl-scaleout 1s infinite ease-in-out}@-webkit-keyframes wpl-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes wpl-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.spinner-small .wpl-spinner__item{width:20px;height:20px;top:-15px;left:5px}\n",""]);const a=o},7577:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".wpl-table th a{color:#444}.wpl-table td ul{padding-left:20px;list-style-type:disc;margin:0;margin-top:15px}.wpl-table td li{margin-bottom:0;line-height:1.6}\n",""]);const a=o},2278:(e,t,r)=>{"use strict";r.d(t,{Z:()=>a});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".wpl-dropzone{border:3px dashed #bbb;text-align:center;padding:10px;padding-bottom:15px;margin-bottom:10px;border-radius:4px;color:#666;width:100%;box-sizing:border-box}.wpl-dropzone.wpl-dropzone__hover{border-color:#86bfd4}\n",""]);const a=o},3645:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(n)for(var a=0;a{"use strict";function t(e){return"function"==typeof e?e():e}function r(){var e={};return e.promise=new Promise((function(t,r){e.resolve=t,e.reject=r})),e}e.exports=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=void 0,i=void 0,u=void 0,l=[];return function(){var s=t(n),f=(new Date).getTime(),p=!a||f-a>s;a=f;for(var d=arguments.length,h=Array(d),y=0;y{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const r="color: "+this.color;t.splice(1,0,r,"color: inherit");let n=0,o=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(n++,"%c"===e&&(o=n))})),t.splice(o,0,r)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}!e&&"undefined"!=typeof process&&"env"in process&&(e={NODE_ENV:"production"}.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=r(2447)(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},2447:(e,t,r)=>{e.exports=function(e){function t(e){let r;function a(...e){if(!a.enabled)return;const n=a,o=Number(new Date),i=o-(r||o);n.diff=i,n.prev=r,n.curr=o,r=o,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let u=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,o)=>{if("%%"===r)return r;u++;const a=t.formatters[o];if("function"==typeof a){const t=e[u];r=a.call(n,t),e.splice(u,1),u--}return r})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return a.namespace=e,a.enabled=t.enabled(e),a.useColors=t.useColors(),a.color=t.selectColor(e),a.destroy=n,a.extend=o,"function"==typeof t.init&&t.init(a),t.instances.push(a),a}function n(){const e=t.instances.indexOf(this);return-1!==e&&(t.instances.splice(e,1),!0)}function o(e,r){const n=t(this.namespace+(void 0===r?":":r)+e);return n.log=this.log,n}function a(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(a),...t.skips.map(a).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let r;t.save(e),t.names=[],t.skips=[];const n=("string"==typeof e?e:"").split(/[\s,]+/),o=n.length;for(r=0;r{t[r]=e[r]})),t.instances=[],t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let r=0;for(let t=0;t{"use strict";var n=r(2215),o=r(2584),a=r(609),i=r(8420),u=r(2847),l=r(8326),c=r(8923),s=r(3679),f=r(792),p=r(9989),d=r(1421),h=r(9336),y=r(7478),g=r(6430),m=r(3533),v=p("Date.prototype.getTime"),b=Object.getPrototypeOf,w=p("Object.prototype.toString"),_=f("%Set%",!0),E=p("Map.prototype.has",!0),x=p("Map.prototype.get",!0),S=p("Map.prototype.size",!0),O=p("Set.prototype.add",!0),P=p("Set.prototype.delete",!0),k=p("Set.prototype.has",!0),A=p("Set.prototype.size",!0);function j(e,t,r,n){for(var o,a=h(e);(o=a.next())&&!o.done;)if(N(t,o.value,r,n))return P(e,o.value),!0;return!1}function C(e){return void 0===e?null:"object"!=typeof e?"symbol"!=typeof e&&("string"!=typeof e&&"number"!=typeof e||+e==+e):void 0}function R(e,t,r,n,o,a){var i=C(r);if(null!=i)return i;var u=x(t,i),l=m({},o,{strict:!1});return!(void 0===u&&!E(t,i)||!N(n,u,l,a))&&(!E(e,i)&&N(n,u,l,a))}function T(e,t,r){var n=C(r);return null!=n?n:k(t,n)&&!k(e,n)}function I(e,t,r,n,o,a){for(var i,u,l=h(e);(i=l.next())&&!i.done;)if(N(r,u=i.value,o,a)&&N(n,x(t,u),o,a))return P(e,u),!0;return!1}function N(e,t,r,f){var p=r||{};if(p.strict?a(e,t):e===t)return!0;if(s(e)!==s(t))return!1;if(!e||!t||"object"!=typeof e&&"object"!=typeof t)return p.strict?a(e,t):e==t;var y,P=f.has(e),C=f.has(t);if(P&&C){if(f.get(e)===f.get(t))return!0}else y={};return P||f.set(e,y),C||f.set(t,y),function(e,t,r,a){var s,f;if(typeof e!=typeof t)return!1;if(null==e||null==t)return!1;if(w(e)!==w(t))return!1;if(o(e)!==o(t))return!1;var p=l(e),y=l(t);if(p!==y)return!1;var P=e instanceof Error,C=t instanceof Error;if(P!==C)return!1;if((P||C)&&(e.name!==t.name||e.message!==t.message))return!1;var D=i(e),L=i(t);if(D!==L)return!1;if((D||L)&&(e.source!==t.source||u(e)!==u(t)))return!1;var U=c(e),M=c(t);if(U!==M)return!1;if((U||M)&&v(e)!==v(t))return!1;if(r.strict&&b&&b(e)!==b(t))return!1;if(g(e)!==g(t))return!1;var z=F(e),B=F(t);if(z!==B)return!1;if(z||B){if(e.length!==t.length)return!1;for(s=0;s=0;s--)if(W[s]!=$[s])return!1;for(s=W.length-1;s>=0;s--)if(!N(e[f=W[s]],t[f],r,a))return!1;var V=d(e),H=d(t);if(V!==H)return!1;if("Set"===V||"Set"===H)return function(e,t,r,n){if(A(e)!==A(t))return!1;var o,a,i,u=h(e),l=h(t);for(;(o=u.next())&&!o.done;)if(o.value&&"object"==typeof o.value)i||(i=new _),O(i,o.value);else if(!k(t,o.value)){if(r.strict)return!1;if(!T(e,t,o.value))return!1;i||(i=new _),O(i,o.value)}if(i){for(;(a=l.next())&&!a.done;)if(a.value&&"object"==typeof a.value){if(!j(i,a.value,r.strict,n))return!1}else if(!r.strict&&!k(e,a.value)&&!j(i,a.value,r.strict,n))return!1;return 0===A(i)}return!0}(e,t,r,a);if("Map"===V)return function(e,t,r,n){if(S(e)!==S(t))return!1;var o,a,i,u,l,c,s=h(e),f=h(t);for(;(o=s.next())&&!o.done;)if(u=o.value[0],l=o.value[1],u&&"object"==typeof u)i||(i=new _),O(i,u);else if(void 0===(c=x(t,u))&&!E(t,u)||!N(l,c,r,n)){if(r.strict)return!1;if(!R(e,t,u,l,r,n))return!1;i||(i=new _),O(i,u)}if(i){for(;(a=f.next())&&!a.done;)if(u=a.value[0],c=a.value[1],u&&"object"==typeof u){if(!I(i,e,u,c,r,n))return!1}else if(!(r.strict||e.has(u)&&N(x(e,u),c,r,n)||I(i,e,u,c,m({},r,{strict:!1}),n)))return!1;return 0===A(i)}return!0}(e,t,r,a);return!0}(e,t,p,f)}function F(e){return!(!e||"object"!=typeof e||"number"!=typeof e.length)&&("function"==typeof e.copy&&"function"==typeof e.slice&&(!(e.length>0&&"number"!=typeof e[0])&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))))}e.exports=function(e,t,r){return N(e,t,r,y())}},792:(e,t,r)=>{"use strict";var n,o=SyntaxError,a=Function,i=TypeError,u=function(e){try{return Function('"use strict"; return ('+e+").constructor;")()}catch(e){}},l=Object.getOwnPropertyDescriptor;if(l)try{l({},"")}catch(e){l=null}var c=function(){throw new i},s=l?function(){try{return c}catch(e){try{return l(arguments,"callee").get}catch(e){return c}}}():c,f=r(1405)(),p=Object.getPrototypeOf||function(e){return e.__proto__},d=u("async function* () {}"),h=d?d.prototype:n,y=h?h.prototype:n,g="undefined"==typeof Uint8Array?n:p(Uint8Array),m={"%AggregateError%":"undefined"==typeof AggregateError?n:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?n:ArrayBuffer,"%ArrayIteratorPrototype%":f?p([][Symbol.iterator]()):n,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":u("async function () {}"),"%AsyncGenerator%":h,"%AsyncGeneratorFunction%":d,"%AsyncIteratorPrototype%":y?p(y):n,"%Atomics%":"undefined"==typeof Atomics?n:Atomics,"%BigInt%":"undefined"==typeof BigInt?n:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?n:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?n:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?n:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?n:FinalizationRegistry,"%Function%":a,"%GeneratorFunction%":u("function* () {}"),"%Int8Array%":"undefined"==typeof Int8Array?n:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?n:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?n:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":f?p(p([][Symbol.iterator]())):n,"%JSON%":"object"==typeof JSON?JSON:n,"%Map%":"undefined"==typeof Map?n:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&f?p((new Map)[Symbol.iterator]()):n,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?n:Promise,"%Proxy%":"undefined"==typeof Proxy?n:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?n:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?n:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&f?p((new Set)[Symbol.iterator]()):n,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?n:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":f?p(""[Symbol.iterator]()):n,"%Symbol%":f?Symbol:n,"%SyntaxError%":o,"%ThrowTypeError%":s,"%TypedArray%":g,"%TypeError%":i,"%Uint8Array%":"undefined"==typeof Uint8Array?n:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?n:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?n:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?n:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?n:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?n:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?n:WeakSet},v={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},b=r(8612),w=r(7642),_=b.call(Function.call,Array.prototype.concat),E=b.call(Function.apply,Array.prototype.splice),x=b.call(Function.call,String.prototype.replace),S=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,O=/\\(\\)?/g,P=function(e){var t=[];return x(e,S,(function(e,r,n,o){t[t.length]=n?x(o,O,"$1"):r||e})),t},k=function(e,t){var r,n=e;if(w(v,n)&&(n="%"+(r=v[n])[0]+"%"),w(m,n)){var a=m[n];if(void 0===a&&!t)throw new i("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:a}}throw new o("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new i("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new i('"allowMissing" argument must be a boolean');var r=P(e),n=r.length>0?r[0]:"",o=k("%"+n+"%",t),a=o.name,u=o.value,c=!1,s=o.alias;s&&(n=s[0],E(r,_([0,1],s)));for(var f=1,p=!0;f=r.length){var h=l(u,d);if(p=!!h,!t&&!(d in u))throw new i("base intrinsic for "+e+" exists, but the property is not available.");u=p&&"get"in h&&!("originalValue"in h.get)?h.get:u[d]}else p=w(u,d),u=u[d];p&&!c&&(m[a]=u)}}return u}},5137:(e,t,r)=>{"use strict";var n=r(8612),o=r(792),a=o("%Function.prototype.apply%"),i=o("%Function.prototype.call%"),u=o("%Reflect.apply%",!0)||n.call(i,a),l=o("%Object.defineProperty%",!0);if(l)try{l({},"a",{value:1})}catch(e){l=null}e.exports=function(){return u(n,i,arguments)};var c=function(){return u(n,a,arguments)};l?l(e.exports,"apply",{value:c}):e.exports.apply=c},9989:(e,t,r)=>{"use strict";var n=r(792),o=r(5137),a=o(n("String.prototype.indexOf"));e.exports=function(e,t){var r=n(e,!!t);return"function"==typeof r&&a(e,".prototype.")?o(r):r}},8326:e=>{var t={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==t.call(e)}},4289:(e,t,r)=>{"use strict";var n=r(2215),o="function"==typeof Symbol&&"symbol"==typeof Symbol("foo"),a=Object.prototype.toString,i=Array.prototype.concat,u=Object.defineProperty,l=u&&function(){var e={};try{for(var t in u(e,"x",{enumerable:!1,value:e}),e)return!1;return e.x===e}catch(e){return!1}}(),c=function(e,t,r,n){var o;(!(t in e)||"function"==typeof(o=n)&&"[object Function]"===a.call(o)&&n())&&(l?u(e,t,{configurable:!0,enumerable:!1,value:r,writable:!0}):e[t]=r)},s=function(e,t){var r=arguments.length>2?arguments[2]:{},a=n(t);o&&(a=i.call(a,Object.getOwnPropertySymbols(t)));for(var u=0;u{"use strict";var n,o=TypeError,a=Object.getOwnPropertyDescriptor;if(a)try{a({},"")}catch(e){a=null}var i=function(){throw new o},u=a?function(){try{return i}catch(e){try{return a(arguments,"callee").get}catch(e){return i}}}():i,l=r(1405)(),c=Object.getPrototypeOf||function(e){return e.__proto__},s=n,f=n,p=n,d=n,h="undefined"==typeof Uint8Array?n:c(Uint8Array),y={"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?n:ArrayBuffer,"%ArrayBufferPrototype%":"undefined"==typeof ArrayBuffer?n:ArrayBuffer.prototype,"%ArrayIteratorPrototype%":l?c([][Symbol.iterator]()):n,"%ArrayPrototype%":Array.prototype,"%ArrayProto_entries%":Array.prototype.entries,"%ArrayProto_forEach%":Array.prototype.forEach,"%ArrayProto_keys%":Array.prototype.keys,"%ArrayProto_values%":Array.prototype.values,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":f,"%AsyncFunctionPrototype%":n,"%AsyncGenerator%":n,"%AsyncGeneratorFunction%":p,"%AsyncGeneratorPrototype%":n,"%AsyncIteratorPrototype%":d&&l&&Symbol.asyncIterator?d[Symbol.asyncIterator]():n,"%Atomics%":"undefined"==typeof Atomics?n:Atomics,"%Boolean%":Boolean,"%BooleanPrototype%":Boolean.prototype,"%DataView%":"undefined"==typeof DataView?n:DataView,"%DataViewPrototype%":"undefined"==typeof DataView?n:DataView.prototype,"%Date%":Date,"%DatePrototype%":Date.prototype,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%ErrorPrototype%":Error.prototype,"%eval%":eval,"%EvalError%":EvalError,"%EvalErrorPrototype%":EvalError.prototype,"%Float32Array%":"undefined"==typeof Float32Array?n:Float32Array,"%Float32ArrayPrototype%":"undefined"==typeof Float32Array?n:Float32Array.prototype,"%Float64Array%":"undefined"==typeof Float64Array?n:Float64Array,"%Float64ArrayPrototype%":"undefined"==typeof Float64Array?n:Float64Array.prototype,"%Function%":Function,"%FunctionPrototype%":Function.prototype,"%Generator%":n,"%GeneratorFunction%":s,"%GeneratorPrototype%":n,"%Int8Array%":"undefined"==typeof Int8Array?n:Int8Array,"%Int8ArrayPrototype%":"undefined"==typeof Int8Array?n:Int8Array.prototype,"%Int16Array%":"undefined"==typeof Int16Array?n:Int16Array,"%Int16ArrayPrototype%":"undefined"==typeof Int16Array?n:Int8Array.prototype,"%Int32Array%":"undefined"==typeof Int32Array?n:Int32Array,"%Int32ArrayPrototype%":"undefined"==typeof Int32Array?n:Int32Array.prototype,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":l?c(c([][Symbol.iterator]())):n,"%JSON%":"object"==typeof JSON?JSON:n,"%JSONParse%":"object"==typeof JSON?JSON.parse:n,"%Map%":"undefined"==typeof Map?n:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&l?c((new Map)[Symbol.iterator]()):n,"%MapPrototype%":"undefined"==typeof Map?n:Map.prototype,"%Math%":Math,"%Number%":Number,"%NumberPrototype%":Number.prototype,"%Object%":Object,"%ObjectPrototype%":Object.prototype,"%ObjProto_toString%":Object.prototype.toString,"%ObjProto_valueOf%":Object.prototype.valueOf,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?n:Promise,"%PromisePrototype%":"undefined"==typeof Promise?n:Promise.prototype,"%PromiseProto_then%":"undefined"==typeof Promise?n:Promise.prototype.then,"%Promise_all%":"undefined"==typeof Promise?n:Promise.all,"%Promise_reject%":"undefined"==typeof Promise?n:Promise.reject,"%Promise_resolve%":"undefined"==typeof Promise?n:Promise.resolve,"%Proxy%":"undefined"==typeof Proxy?n:Proxy,"%RangeError%":RangeError,"%RangeErrorPrototype%":RangeError.prototype,"%ReferenceError%":ReferenceError,"%ReferenceErrorPrototype%":ReferenceError.prototype,"%Reflect%":"undefined"==typeof Reflect?n:Reflect,"%RegExp%":RegExp,"%RegExpPrototype%":RegExp.prototype,"%Set%":"undefined"==typeof Set?n:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&l?c((new Set)[Symbol.iterator]()):n,"%SetPrototype%":"undefined"==typeof Set?n:Set.prototype,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?n:SharedArrayBuffer,"%SharedArrayBufferPrototype%":"undefined"==typeof SharedArrayBuffer?n:SharedArrayBuffer.prototype,"%String%":String,"%StringIteratorPrototype%":l?c(""[Symbol.iterator]()):n,"%StringPrototype%":String.prototype,"%Symbol%":l?Symbol:n,"%SymbolPrototype%":l?Symbol.prototype:n,"%SyntaxError%":SyntaxError,"%SyntaxErrorPrototype%":SyntaxError.prototype,"%ThrowTypeError%":u,"%TypedArray%":h,"%TypedArrayPrototype%":h?h.prototype:n,"%TypeError%":o,"%TypeErrorPrototype%":o.prototype,"%Uint8Array%":"undefined"==typeof Uint8Array?n:Uint8Array,"%Uint8ArrayPrototype%":"undefined"==typeof Uint8Array?n:Uint8Array.prototype,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?n:Uint8ClampedArray,"%Uint8ClampedArrayPrototype%":"undefined"==typeof Uint8ClampedArray?n:Uint8ClampedArray.prototype,"%Uint16Array%":"undefined"==typeof Uint16Array?n:Uint16Array,"%Uint16ArrayPrototype%":"undefined"==typeof Uint16Array?n:Uint16Array.prototype,"%Uint32Array%":"undefined"==typeof Uint32Array?n:Uint32Array,"%Uint32ArrayPrototype%":"undefined"==typeof Uint32Array?n:Uint32Array.prototype,"%URIError%":URIError,"%URIErrorPrototype%":URIError.prototype,"%WeakMap%":"undefined"==typeof WeakMap?n:WeakMap,"%WeakMapPrototype%":"undefined"==typeof WeakMap?n:WeakMap.prototype,"%WeakSet%":"undefined"==typeof WeakSet?n:WeakSet,"%WeakSetPrototype%":"undefined"==typeof WeakSet?n:WeakSet.prototype},g=r(8612).call(Function.call,String.prototype.replace),m=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,v=/\\(\\)?/g,b=function(e){var t=[];return g(e,m,(function(e,r,n,o){t[t.length]=n?g(o,v,"$1"):r||e})),t},w=function(e,t){if(!(e in y))throw new SyntaxError("intrinsic "+e+" does not exist!");if(void 0===y[e]&&!t)throw new o("intrinsic "+e+" exists, but is not available. Please file an issue!");return y[e]};e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new TypeError("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new TypeError('"allowMissing" argument must be a boolean');for(var r=b(e),n=w("%"+(r.length>0?r[0]:"")+"%",t),i=1;i=r.length){var u=a(n,r[i]);if(!t&&!(r[i]in n))throw new o("base intrinsic for "+e+" exists, but the property is not available.");n=u&&"get"in u&&!("originalValue"in u.get)?u.get:n[r[i]]}else n=n[r[i]];return n}},4147:(e,t,r)=>{"use strict";var n=r(8612),o=r(8769),a=o("%Function.prototype.apply%"),i=o("%Function.prototype.call%"),u=o("%Reflect.apply%",!0)||n.call(i,a),l=o("%Object.defineProperty%",!0);if(l)try{l({},"a",{value:1})}catch(e){l=null}e.exports=function(){return u(n,i,arguments)};var c=function(){return u(n,a,arguments)};l?l(e.exports,"apply",{value:c}):e.exports.apply=c},8914:(e,t,r)=>{"use strict";var n=r(8769),o=r(4147),a=o(n("String.prototype.indexOf"));e.exports=function(e,t){var r=n(e,!!t);return"function"==typeof r&&a(e,".prototype.")?o(r):r}},4079:(e,t,r)=>{"use strict";var n=r(8769)("%Object.getOwnPropertyDescriptor%");if(n)try{n([],"length")}catch(e){n=null}e.exports=n},9336:(e,t,r)=>{"use strict";var n=r(2584);if(r(1405)()||r(5419)()){var o=Symbol.iterator;e.exports=function(e){return null!=e&&void 0!==e[o]?e[o]():n(e)?Array.prototype[o].call(e):void 0}}else{var a=r(5677),i=r(9981),u=r(8769),l=u("%Map%",!0),c=u("%Set%",!0),s=r(8914),f=s("Array.prototype.push"),p=s("String.prototype.charCodeAt"),d=s("String.prototype.slice"),h=function(e){var t=0;return{next:function(){var r,n=t>=e.length;return n||(r=e[t],t+=1),{done:n,value:r}}}},y=function(e){if(a(e)||n(e))return h(e);if(i(e)){var t=0;return{next:function(){var r=function(e,t){if(t+1>=e.length)return t+1;var r=p(e,t);if(r<55296||r>56319)return t+1;var n=p(e,t+1);return n<56320||n>57343?t+1:t+2}(e,t),n=d(e,t,r);return t=r,{done:r>e.length,value:n}}}}};if(l||c){var g=r(8379),m=r(9572),v=s("Map.prototype.forEach",!0),b=s("Set.prototype.forEach",!0);if("undefined"==typeof process||!process.versions||!process.versions.node)var w=s("Map.prototype.iterator",!0),_=s("Set.prototype.iterator",!0),E=function(e){var t=!1;return{next:function(){try{return{done:t,value:t?void 0:e.next()}}catch(e){return t=!0,{done:!0,value:void 0}}}}};var x=s("Map.prototype.@@iterator",!0)||s("Map.prototype._es6-shim iterator_",!0),S=s("Set.prototype.@@iterator",!0)||s("Set.prototype._es6-shim iterator_",!0);e.exports=function(e){return function(e){if(g(e)){if(w)return E(w(e));if(x)return x(e);if(v){var t=[];return v(e,(function(e,r){f(t,[r,e])})),h(t)}}if(m(e)){if(_)return E(_(e));if(S)return S(e);if(b){var r=[];return b(e,(function(e){f(r,e)})),h(r)}}}(e)||y(e)}}else e.exports=y}},5677:e=>{var t={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==t.call(e)}},7187:e=>{"use strict";var t,r="object"==typeof Reflect?Reflect:null,n=r&&"function"==typeof r.apply?r.apply:function(e,t,r){return Function.prototype.apply.call(e,t,r)};t=r&&"function"==typeof r.ownKeys?r.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var o=Number.isNaN||function(e){return e!=e};function a(){a.init.call(this)}e.exports=a,e.exports.once=function(e,t){return new Promise((function(r,n){function o(){void 0!==a&&e.removeListener("error",a),r([].slice.call(arguments))}var a;"error"!==t&&(a=function(r){e.removeListener(t,o),n(r)},e.once("error",a)),e.once(t,o)}))},a.EventEmitter=a,a.prototype._events=void 0,a.prototype._eventsCount=0,a.prototype._maxListeners=void 0;var i=10;function u(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function l(e){return void 0===e._maxListeners?a.defaultMaxListeners:e._maxListeners}function c(e,t,r,n){var o,a,i;if(u(r),void 0===(a=e._events)?(a=e._events=Object.create(null),e._eventsCount=0):(void 0!==a.newListener&&(e.emit("newListener",t,r.listener?r.listener:r),a=e._events),i=a[t]),void 0===i)i=a[t]=r,++e._eventsCount;else if("function"==typeof i?i=a[t]=n?[r,i]:[i,r]:n?i.unshift(r):i.push(r),(o=l(e))>0&&i.length>o&&!i.warned){i.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+i.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");c.name="MaxListenersExceededWarning",c.emitter=e,c.type=t,c.count=i.length,function(e){console&&console.warn&&console.warn(e)}(c)}return e}function s(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function f(e,t,r){var n={fired:!1,wrapFn:void 0,target:e,type:t,listener:r},o=s.bind(n);return o.listener=r,n.wrapFn=o,o}function p(e,t,r){var n=e._events;if(void 0===n)return[];var o=n[t];return void 0===o?[]:"function"==typeof o?r?[o.listener||o]:[o]:r?function(e){for(var t=new Array(e.length),r=0;r0&&(i=t[0]),i instanceof Error)throw i;var u=new Error("Unhandled error."+(i?" ("+i.message+")":""));throw u.context=i,u}var l=a[e];if(void 0===l)return!1;if("function"==typeof l)n(l,this,t);else{var c=l.length,s=h(l,c);for(r=0;r=0;a--)if(r[a]===t||r[a].listener===t){i=r[a].listener,o=a;break}if(o<0)return this;0===o?r.shift():function(e,t){for(;t+1=0;n--)this.removeListener(e,t[n]);return this},a.prototype.listeners=function(e){return p(this,e,!0)},a.prototype.rawListeners=function(e){return p(this,e,!1)},a.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):d.call(e,t)},a.prototype.listenerCount=d,a.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},139:e=>{"use strict";function t(e){return function(){return e}}var r=function(){};r.thatReturns=t,r.thatReturnsFalse=t(!1),r.thatReturnsTrue=t(!0),r.thatReturnsNull=t(null),r.thatReturnsThis=function(){return this},r.thatReturnsArgument=function(e){return e},e.exports=r},3759:e=>{"use strict";e.exports=function(e,t,r,n,o,a,i,u){if(!e){var l;if(void 0===t)l=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[r,n,o,a,i,u],s=0;(l=new Error(t.replace(/%s/g,(function(){return c[s++]})))).name="Invariant Violation"}throw l.framesToPop=1,l}}},3620:(e,t,r)=>{"use strict";var n=r(139);e.exports=n},3101:e=>{var t=Object.prototype.hasOwnProperty,r=Object.prototype.toString;e.exports=function(e,n,o){if("[object Function]"!==r.call(n))throw new TypeError("iterator must be a function");var a=e.length;if(a===+a)for(var i=0;i{"use strict";var t="Function.prototype.bind called on incompatible ",r=Array.prototype.slice,n=Object.prototype.toString,o="[object Function]";e.exports=function(e){var a=this;if("function"!=typeof a||n.call(a)!==o)throw new TypeError(t+a);for(var i,u=r.call(arguments,1),l=function(){if(this instanceof i){var t=a.apply(this,u.concat(r.call(arguments)));return Object(t)===t?t:this}return a.apply(e,u.concat(r.call(arguments)))},c=Math.max(0,a.length-u.length),s=[],f=0;f{"use strict";var n=r(7648);e.exports=Function.prototype.bind||n},1405:(e,t,r)=>{"use strict";var n=r.g.Symbol,o=r(5419);e.exports=function(){return"function"==typeof n&&("function"==typeof Symbol&&("symbol"==typeof n("foo")&&("symbol"==typeof Symbol("bar")&&o())))}},5419:e=>{"use strict";e.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),r=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(t in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var n=Object.getOwnPropertySymbols(e);if(1!==n.length||n[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var o=Object.getOwnPropertyDescriptor(e,t);if(42!==o.value||!0!==o.enumerable)return!1}return!0}},7642:(e,t,r)=>{"use strict";var n=r(8612);e.exports=n.call(Function.call,Object.prototype.hasOwnProperty)},5772:(e,t,r)=>{"use strict";var n=r(6436),o=r(9746);function a(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}t.BlockHash=a,a.prototype.update=function(e,t){if(e=n.toArray(e,t),this.pending?this.pending=this.pending.concat(e):this.pending=e,this.pendingTotal+=e.length,this.pending.length>=this._delta8){var r=(e=this.pending).length%this._delta8;this.pending=e.slice(e.length-r,e.length),0===this.pending.length&&(this.pending=null),e=n.join32(e,0,e.length-r,this.endian);for(var o=0;o>>24&255,n[o++]=e>>>16&255,n[o++]=e>>>8&255,n[o++]=255&e}else for(n[o++]=255&e,n[o++]=e>>>8&255,n[o++]=e>>>16&255,n[o++]=e>>>24&255,n[o++]=0,n[o++]=0,n[o++]=0,n[o++]=0,a=8;a{"use strict";var n=r(6436),o=r(5772),a=r(7038),i=n.rotl32,u=n.sum32,l=n.sum32_5,c=a.ft_1,s=o.BlockHash,f=[1518500249,1859775393,2400959708,3395469782];function p(){if(!(this instanceof p))return new p;s.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}n.inherits(p,s),e.exports=p,p.blockSize=512,p.outSize=160,p.hmacStrength=80,p.padLength=64,p.prototype._update=function(e,t){for(var r=this.W,n=0;n<16;n++)r[n]=e[t+n];for(;n{"use strict";var n=r(6436).rotr32;function o(e,t,r){return e&t^~e&r}function a(e,t,r){return e&t^e&r^t&r}function i(e,t,r){return e^t^r}t.ft_1=function(e,t,r,n){return 0===e?o(t,r,n):1===e||3===e?i(t,r,n):2===e?a(t,r,n):void 0},t.ch32=o,t.maj32=a,t.p32=i,t.s0_256=function(e){return n(e,2)^n(e,13)^n(e,22)},t.s1_256=function(e){return n(e,6)^n(e,11)^n(e,25)},t.g0_256=function(e){return n(e,7)^n(e,18)^e>>>3},t.g1_256=function(e){return n(e,17)^n(e,19)^e>>>10}},6436:(e,t,r)=>{"use strict";var n=r(9746),o=r(5717);function a(e,t){return 55296==(64512&e.charCodeAt(t))&&(!(t<0||t+1>=e.length)&&56320==(64512&e.charCodeAt(t+1)))}function i(e){return(e>>>24|e>>>8&65280|e<<8&16711680|(255&e)<<24)>>>0}function u(e){return 1===e.length?"0"+e:e}function l(e){return 7===e.length?"0"+e:6===e.length?"00"+e:5===e.length?"000"+e:4===e.length?"0000"+e:3===e.length?"00000"+e:2===e.length?"000000"+e:1===e.length?"0000000"+e:e}t.inherits=o,t.toArray=function(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var r=[];if("string"==typeof e)if(t){if("hex"===t)for((e=e.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(e="0"+e),o=0;o>6|192,r[n++]=63&i|128):a(e,o)?(i=65536+((1023&i)<<10)+(1023&e.charCodeAt(++o)),r[n++]=i>>18|240,r[n++]=i>>12&63|128,r[n++]=i>>6&63|128,r[n++]=63&i|128):(r[n++]=i>>12|224,r[n++]=i>>6&63|128,r[n++]=63&i|128)}else for(o=0;o>>0}return i},t.split32=function(e,t){for(var r=new Array(4*e.length),n=0,o=0;n>>24,r[o+1]=a>>>16&255,r[o+2]=a>>>8&255,r[o+3]=255&a):(r[o+3]=a>>>24,r[o+2]=a>>>16&255,r[o+1]=a>>>8&255,r[o]=255&a)}return r},t.rotr32=function(e,t){return e>>>t|e<<32-t},t.rotl32=function(e,t){return e<>>32-t},t.sum32=function(e,t){return e+t>>>0},t.sum32_3=function(e,t,r){return e+t+r>>>0},t.sum32_4=function(e,t,r,n){return e+t+r+n>>>0},t.sum32_5=function(e,t,r,n,o){return e+t+r+n+o>>>0},t.sum64=function(e,t,r,n){var o=e[t],a=n+e[t+1]>>>0,i=(a>>0,e[t+1]=a},t.sum64_hi=function(e,t,r,n){return(t+n>>>0>>0},t.sum64_lo=function(e,t,r,n){return t+n>>>0},t.sum64_4_hi=function(e,t,r,n,o,a,i,u){var l=0,c=t;return l+=(c=c+n>>>0)>>0)>>0)>>0},t.sum64_4_lo=function(e,t,r,n,o,a,i,u){return t+n+a+u>>>0},t.sum64_5_hi=function(e,t,r,n,o,a,i,u,l,c){var s=0,f=t;return s+=(f=f+n>>>0)>>0)>>0)>>0)>>0},t.sum64_5_lo=function(e,t,r,n,o,a,i,u,l,c){return t+n+a+u+c>>>0},t.rotr64_hi=function(e,t,r){return(t<<32-r|e>>>r)>>>0},t.rotr64_lo=function(e,t,r){return(e<<32-r|t>>>r)>>>0},t.shr64_hi=function(e,t,r){return e>>>r},t.shr64_lo=function(e,t,r){return(e<<32-r|t>>>r)>>>0}},8679:(e,t,r)=>{"use strict";var n=r(9864),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},a={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},u={};function l(e){return n.isMemo(e)?i:u[e.$$typeof]||o}u[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},u[n.Memo]=i;var c=Object.defineProperty,s=Object.getOwnPropertyNames,f=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,h=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(h){var o=d(r);o&&o!==h&&e(t,o,n)}var i=s(r);f&&(i=i.concat(f(r)));for(var u=l(t),y=l(r),g=0;g{"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}}},6746:(e,t,r)=>{"use strict";var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o=u(r(1400)),a=u(r(9156)),i=u(r(6743));function u(e){return e&&e.__esModule?e:{default:e}}var l=void 0;function c(e,t){var r,i,u,s,f,p,d,h,y=[],g={};for(p=0;p "+l);if("componentClose"===f.type)throw new Error("Missing opening component token: `"+f.value+"`");if("componentOpen"===f.type){r=t[f.value],u=p;break}y.push(t[f.value])}else y.push(f.value);return r&&(s=function(e,t){var r,n,o=t[e],a=0;for(n=e+1;n{"use strict";function t(e){return e.match(/^\{\{\//)?{type:"componentClose",value:e.replace(/\W/g,"")}:e.match(/\/\}\}$/)?{type:"componentSelfClosing",value:e.replace(/\W/g,"")}:e.match(/^\{\{/)?{type:"componentOpen",value:e.replace(/\W/g,"")}:{type:"string",value:e}}e.exports=function(e){return e.split(/(\{\{\/?\s*\w+\s*\/?\}\})/g).map(t)}},2875:(e,t,r)=>{"use strict";var n=r(7418),o="function"==typeof Symbol&&Symbol.for,a=o?Symbol.for("react.element"):60103,i=o?Symbol.for("react.portal"):60106,u=o?Symbol.for("react.fragment"):60107,l=o?Symbol.for("react.strict_mode"):60108,c=o?Symbol.for("react.profiler"):60114,s=o?Symbol.for("react.provider"):60109,f=o?Symbol.for("react.context"):60110,p=o?Symbol.for("react.forward_ref"):60112,d=o?Symbol.for("react.suspense"):60113,h=o?Symbol.for("react.memo"):60115,y=o?Symbol.for("react.lazy"):60116,g="function"==typeof Symbol&&Symbol.iterator;function m(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;rC.length&&C.push(e)}function I(e,t,r,n){var o=typeof e;"undefined"!==o&&"boolean"!==o||(e=null);var u=!1;if(null===e)u=!0;else switch(o){case"string":case"number":u=!0;break;case"object":switch(e.$$typeof){case a:case i:u=!0}}if(u)return r(n,e,""===t?"."+F(e,0):t),1;if(u=0,t=""===t?".":t+":",Array.isArray(e))for(var l=0;l{"use strict";e.exports=r(2875)},2584:e=>{"use strict";var t="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag,r=Object.prototype.toString,n=function(e){return!(t&&e&&"object"==typeof e&&Symbol.toStringTag in e)&&"[object Arguments]"===r.call(e)},o=function(e){return!!n(e)||null!==e&&"object"==typeof e&&"number"==typeof e.length&&e.length>=0&&"[object Array]"!==r.call(e)&&"[object Function]"===r.call(e.callee)},a=function(){return n(arguments)}();n.isLegacyArguments=o,e.exports=a?n:o},3376:e=>{"use strict";if("function"==typeof BigInt){var t=BigInt.prototype.valueOf;e.exports=function(e){return null!=e&&"boolean"!=typeof e&&"string"!=typeof e&&"number"!=typeof e&&"symbol"!=typeof e&&"function"!=typeof e&&("bigint"==typeof e||function(e){try{return t.call(e),!0}catch(e){}return!1}(e))}}else e.exports=function(e){return!1}},6814:e=>{"use strict";var t=Boolean.prototype.toString,r=Object.prototype.toString,n="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;e.exports=function(e){return"boolean"==typeof e||null!==e&&"object"==typeof e&&(n&&Symbol.toStringTag in e?function(e){try{return t.call(e),!0}catch(e){return!1}}(e):"[object Boolean]"===r.call(e))}},8923:e=>{"use strict";var t=Date.prototype.getDay,r=Object.prototype.toString,n="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;e.exports=function(e){return"object"==typeof e&&null!==e&&(n?function(e){try{return t.call(e),!0}catch(e){return!1}}(e):"[object Date]"===r.call(e))}},8379:e=>{"use strict";var t,r="function"==typeof Map&&Map.prototype?Map:null,n="function"==typeof Set&&Set.prototype?Set:null;r||(t=function(e){return!1});var o=r?Map.prototype.has:null,a=n?Set.prototype.has:null;t||o||(t=function(e){return!1}),e.exports=t||function(e){if(!e||"object"!=typeof e)return!1;try{if(o.call(e),a)try{a.call(e)}catch(e){return!0}return e instanceof r}catch(e){}return!1}},4578:e=>{"use strict";var t=Number.prototype.toString,r=Object.prototype.toString,n="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;e.exports=function(e){return"number"==typeof e||"object"==typeof e&&(n?function(e){try{return t.call(e),!0}catch(e){return!1}}(e):"[object Number]"===r.call(e))}},8420:(e,t,r)=>{"use strict";var n,o,a,i,u=r(1405)()&&"symbol"==typeof Symbol.toStringTag;if(u){n=Function.call.bind(Object.prototype.hasOwnProperty),o=Function.call.bind(RegExp.prototype.exec),a={};var l=function(){throw a};i={toString:l,valueOf:l},"symbol"==typeof Symbol.toPrimitive&&(i[Symbol.toPrimitive]=l)}var c=Object.prototype.toString,s=Object.getOwnPropertyDescriptor;e.exports=u?function(e){if(!e||"object"!=typeof e)return!1;var t=s(e,"lastIndex");if(!(t&&n(t,"value")))return!1;try{o(e,i)}catch(e){return e===a}}:function(e){return!(!e||"object"!=typeof e&&"function"!=typeof e)&&"[object RegExp]"===c.call(e)}},9572:e=>{"use strict";var t,r="function"==typeof Map&&Map.prototype?Map:null,n="function"==typeof Set&&Set.prototype?Set:null;n||(t=function(e){return!1});var o=r?Map.prototype.has:null,a=n?Set.prototype.has:null;t||a||(t=function(e){return!1}),e.exports=t||function(e){if(!e||"object"!=typeof e)return!1;try{if(a.call(e),o)try{o.call(e)}catch(e){return!0}return e instanceof n}catch(e){}return!1}},9981:e=>{"use strict";var t=String.prototype.valueOf,r=Object.prototype.toString,n="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;e.exports=function(e){return"string"==typeof e||"object"==typeof e&&(n?function(e){try{return t.call(e),!0}catch(e){return!1}}(e):"[object String]"===r.call(e))}},2636:(e,t,r)=>{"use strict";var n=Object.prototype.toString;if(r(1405)()){var o=Symbol.prototype.toString,a=/^Symbol\(.*\)$/;e.exports=function(e){if("symbol"==typeof e)return!0;if("[object Symbol]"!==n.call(e))return!1;try{return function(e){return"symbol"==typeof e.valueOf()&&a.test(o.call(e))}(e)}catch(e){return!1}}}else e.exports=function(e){return!1}},5692:(e,t,r)=>{"use strict";var n=r(3101),o=r(6314),a=r(8914),i=a("Object.prototype.toString"),u=r(1405)()&&"symbol"==typeof Symbol.toStringTag,l=o(),c=a("Array.prototype.indexOf",!0)||function(e,t){for(var r=0;r-1}return!!p&&function(e){var t=!1;return n(f,(function(r,n){if(!t)try{t=r.call(e)===n}catch(e){}})),t}(e)}},1718:e=>{"use strict";var t,r="function"==typeof WeakMap&&WeakMap.prototype?WeakMap:null,n="function"==typeof WeakSet&&WeakSet.prototype?WeakSet:null;r||(t=function(e){return!1});var o=r?r.prototype.has:null,a=n?n.prototype.has:null;t||o||(t=function(e){return!1}),e.exports=t||function(e){if(!e||"object"!=typeof e)return!1;try{if(o.call(e,o),a)try{a.call(e,a)}catch(e){return!0}return e instanceof r}catch(e){}return!1}},5899:e=>{"use strict";var t,r="function"==typeof WeakMap&&WeakMap.prototype?WeakMap:null,n="function"==typeof WeakSet&&WeakSet.prototype?WeakSet:null;r||(t=function(e){return!1});var o=r?r.prototype.has:null,a=n?n.prototype.has:null;t||a||(e.exports=function(e){return!1}),e.exports=t||function(e){if(!e||"object"!=typeof e)return!1;try{if(a.call(e,a),o)try{o.call(e,o)}catch(e){return!0}return e instanceof n}catch(e){}return!1}},6486:function(e,t,r){var n;e=r.nmd(e),function(){var o,a="Expected a function",i="__lodash_hash_undefined__",u="__lodash_placeholder__",l=16,c=32,s=64,f=128,p=256,d=1/0,h=9007199254740991,y=NaN,g=4294967295,m=[["ary",f],["bind",1],["bindKey",2],["curry",8],["curryRight",l],["flip",512],["partial",c],["partialRight",s],["rearg",p]],v="[object Arguments]",b="[object Array]",w="[object Boolean]",_="[object Date]",E="[object Error]",x="[object Function]",S="[object GeneratorFunction]",O="[object Map]",P="[object Number]",k="[object Object]",A="[object Promise]",j="[object RegExp]",C="[object Set]",R="[object String]",T="[object Symbol]",I="[object WeakMap]",N="[object ArrayBuffer]",F="[object DataView]",D="[object Float32Array]",L="[object Float64Array]",U="[object Int8Array]",M="[object Int16Array]",z="[object Int32Array]",B="[object Uint8Array]",W="[object Uint8ClampedArray]",$="[object Uint16Array]",V="[object Uint32Array]",H=/\b__p \+= '';/g,q=/\b(__p \+=) '' \+/g,Z=/(__e\(.*?\)|\b__t\)) \+\n'';/g,G=/&(?:amp|lt|gt|quot|#39);/g,Q=/[&<>"']/g,J=RegExp(G.source),K=RegExp(Q.source),Y=/<%-([\s\S]+?)%>/g,X=/<%([\s\S]+?)%>/g,ee=/<%=([\s\S]+?)%>/g,te=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,re=/^\w*$/,ne=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,oe=/[\\^$.*+?()[\]{}|]/g,ae=RegExp(oe.source),ie=/^\s+|\s+$/g,ue=/^\s+/,le=/\s+$/,ce=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,se=/\{\n\/\* \[wrapped with (.+)\] \*/,fe=/,? & /,pe=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,de=/\\(\\)?/g,he=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,ye=/\w*$/,ge=/^[-+]0x[0-9a-f]+$/i,me=/^0b[01]+$/i,ve=/^\[object .+?Constructor\]$/,be=/^0o[0-7]+$/i,we=/^(?:0|[1-9]\d*)$/,_e=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Ee=/($^)/,xe=/['\n\r\u2028\u2029\\]/g,Se="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Oe="\\u2700-\\u27bf",Pe="a-z\\xdf-\\xf6\\xf8-\\xff",ke="A-Z\\xc0-\\xd6\\xd8-\\xde",Ae="\\ufe0e\\ufe0f",je="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Ce="['’]",Re="[\\ud800-\\udfff]",Te="["+je+"]",Ie="["+Se+"]",Ne="\\d+",Fe="[\\u2700-\\u27bf]",De="["+Pe+"]",Le="[^\\ud800-\\udfff"+je+Ne+Oe+Pe+ke+"]",Ue="\\ud83c[\\udffb-\\udfff]",Me="[^\\ud800-\\udfff]",ze="(?:\\ud83c[\\udde6-\\uddff]){2}",Be="[\\ud800-\\udbff][\\udc00-\\udfff]",We="["+ke+"]",$e="(?:"+De+"|"+Le+")",Ve="(?:"+We+"|"+Le+")",He="(?:['’](?:d|ll|m|re|s|t|ve))?",qe="(?:['’](?:D|LL|M|RE|S|T|VE))?",Ze="(?:"+Ie+"|"+Ue+")"+"?",Ge="[\\ufe0e\\ufe0f]?",Qe=Ge+Ze+("(?:\\u200d(?:"+[Me,ze,Be].join("|")+")"+Ge+Ze+")*"),Je="(?:"+[Fe,ze,Be].join("|")+")"+Qe,Ke="(?:"+[Me+Ie+"?",Ie,ze,Be,Re].join("|")+")",Ye=RegExp(Ce,"g"),Xe=RegExp(Ie,"g"),et=RegExp(Ue+"(?="+Ue+")|"+Ke+Qe,"g"),tt=RegExp([We+"?"+De+"+"+He+"(?="+[Te,We,"$"].join("|")+")",Ve+"+"+qe+"(?="+[Te,We+$e,"$"].join("|")+")",We+"?"+$e+"+"+He,We+"+"+qe,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Ne,Je].join("|"),"g"),rt=RegExp("[\\u200d\\ud800-\\udfff"+Se+Ae+"]"),nt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,ot=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],at=-1,it={};it[D]=it[L]=it[U]=it[M]=it[z]=it[B]=it[W]=it[$]=it[V]=!0,it[v]=it[b]=it[N]=it[w]=it[F]=it[_]=it[E]=it[x]=it[O]=it[P]=it[k]=it[j]=it[C]=it[R]=it[I]=!1;var ut={};ut[v]=ut[b]=ut[N]=ut[F]=ut[w]=ut[_]=ut[D]=ut[L]=ut[U]=ut[M]=ut[z]=ut[O]=ut[P]=ut[k]=ut[j]=ut[C]=ut[R]=ut[T]=ut[B]=ut[W]=ut[$]=ut[V]=!0,ut[E]=ut[x]=ut[I]=!1;var lt={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ct=parseFloat,st=parseInt,ft="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g,pt="object"==typeof self&&self&&self.Object===Object&&self,dt=ft||pt||Function("return this")(),ht=t&&!t.nodeType&&t,yt=ht&&e&&!e.nodeType&&e,gt=yt&&yt.exports===ht,mt=gt&&ft.process,vt=function(){try{var e=yt&&yt.require&&yt.require("util").types;return e||mt&&mt.binding&&mt.binding("util")}catch(e){}}(),bt=vt&&vt.isArrayBuffer,wt=vt&&vt.isDate,_t=vt&&vt.isMap,Et=vt&&vt.isRegExp,xt=vt&&vt.isSet,St=vt&&vt.isTypedArray;function Ot(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}function Pt(e,t,r,n){for(var o=-1,a=null==e?0:e.length;++o-1}function Tt(e,t,r){for(var n=-1,o=null==e?0:e.length;++n-1;);return r}function er(e,t){for(var r=e.length;r--&&Bt(t,e[r],0)>-1;);return r}function tr(e,t){for(var r=e.length,n=0;r--;)e[r]===t&&++n;return n}var rr=qt({À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"}),nr=qt({"&":"&","<":"<",">":">",'"':""","'":"'"});function or(e){return"\\"+lt[e]}function ar(e){return rt.test(e)}function ir(e){var t=-1,r=Array(e.size);return e.forEach((function(e,n){r[++t]=[n,e]})),r}function ur(e,t){return function(r){return e(t(r))}}function lr(e,t){for(var r=-1,n=e.length,o=0,a=[];++r",""":'"',"'":"'"});var hr=function e(t){var r,n=(t=null==t?dt:hr.defaults(dt.Object(),t,hr.pick(dt,ot))).Array,Se=t.Date,Oe=t.Error,Pe=t.Function,ke=t.Math,Ae=t.Object,je=t.RegExp,Ce=t.String,Re=t.TypeError,Te=n.prototype,Ie=Pe.prototype,Ne=Ae.prototype,Fe=t["__core-js_shared__"],De=Ie.toString,Le=Ne.hasOwnProperty,Ue=0,Me=(r=/[^.]+$/.exec(Fe&&Fe.keys&&Fe.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"",ze=Ne.toString,Be=De.call(Ae),We=dt._,$e=je("^"+De.call(Le).replace(oe,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ve=gt?t.Buffer:o,He=t.Symbol,qe=t.Uint8Array,Ze=Ve?Ve.allocUnsafe:o,Ge=ur(Ae.getPrototypeOf,Ae),Qe=Ae.create,Je=Ne.propertyIsEnumerable,Ke=Te.splice,et=He?He.isConcatSpreadable:o,rt=He?He.iterator:o,lt=He?He.toStringTag:o,ft=function(){try{var e=da(Ae,"defineProperty");return e({},"",{}),e}catch(e){}}(),pt=t.clearTimeout!==dt.clearTimeout&&t.clearTimeout,ht=Se&&Se.now!==dt.Date.now&&Se.now,yt=t.setTimeout!==dt.setTimeout&&t.setTimeout,mt=ke.ceil,vt=ke.floor,Ut=Ae.getOwnPropertySymbols,qt=Ve?Ve.isBuffer:o,yr=t.isFinite,gr=Te.join,mr=ur(Ae.keys,Ae),vr=ke.max,br=ke.min,wr=Se.now,_r=t.parseInt,Er=ke.random,xr=Te.reverse,Sr=da(t,"DataView"),Or=da(t,"Map"),Pr=da(t,"Promise"),kr=da(t,"Set"),Ar=da(t,"WeakMap"),jr=da(Ae,"create"),Cr=Ar&&new Ar,Rr={},Tr=za(Sr),Ir=za(Or),Nr=za(Pr),Fr=za(kr),Dr=za(Ar),Lr=He?He.prototype:o,Ur=Lr?Lr.valueOf:o,Mr=Lr?Lr.toString:o;function zr(e){if(nu(e)&&!qi(e)&&!(e instanceof Vr)){if(e instanceof $r)return e;if(Le.call(e,"__wrapped__"))return Ba(e)}return new $r(e)}var Br=function(){function e(){}return function(t){if(!ru(t))return{};if(Qe)return Qe(t);e.prototype=t;var r=new e;return e.prototype=o,r}}();function Wr(){}function $r(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=o}function Vr(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=g,this.__views__=[]}function Hr(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function cn(e,t,r,n,a,i){var u,l=1&t,c=2&t,s=4&t;if(r&&(u=a?r(e,n,a,i):r(e)),u!==o)return u;if(!ru(e))return e;var f=qi(e);if(f){if(u=function(e){var t=e.length,r=new e.constructor(t);t&&"string"==typeof e[0]&&Le.call(e,"index")&&(r.index=e.index,r.input=e.input);return r}(e),!l)return Ro(e,u)}else{var p=ga(e),d=p==x||p==S;if(Ji(e))return Oo(e,l);if(p==k||p==v||d&&!a){if(u=c||d?{}:va(e),!l)return c?function(e,t){return To(e,ya(e),t)}(e,function(e,t){return e&&To(t,Nu(t),e)}(u,e)):function(e,t){return To(e,ha(e),t)}(e,on(u,e))}else{if(!ut[p])return a?e:{};u=function(e,t,r){var n=e.constructor;switch(t){case N:return Po(e);case w:case _:return new n(+e);case F:return function(e,t){var r=t?Po(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}(e,r);case D:case L:case U:case M:case z:case B:case W:case $:case V:return ko(e,r);case O:return new n;case P:case R:return new n(e);case j:return function(e){var t=new e.constructor(e.source,ye.exec(e));return t.lastIndex=e.lastIndex,t}(e);case C:return new n;case T:return o=e,Ur?Ae(Ur.call(o)):{}}var o}(e,p,l)}}i||(i=new Qr);var h=i.get(e);if(h)return h;i.set(e,u),lu(e)?e.forEach((function(n){u.add(cn(n,t,r,n,e,i))})):ou(e)&&e.forEach((function(n,o){u.set(o,cn(n,t,r,o,e,i))}));var y=f?o:(s?c?ia:aa:c?Nu:Iu)(e);return kt(y||e,(function(n,o){y&&(n=e[o=n]),tn(u,o,cn(n,t,r,o,e,i))})),u}function sn(e,t,r){var n=r.length;if(null==e)return!n;for(e=Ae(e);n--;){var a=r[n],i=t[a],u=e[a];if(u===o&&!(a in e)||!i(u))return!1}return!0}function fn(e,t,r){if("function"!=typeof e)throw new Re(a);return Ia((function(){e.apply(o,r)}),t)}function pn(e,t,r,n){var o=-1,a=Rt,i=!0,u=e.length,l=[],c=t.length;if(!u)return l;r&&(t=It(t,Jt(r))),n?(a=Tt,i=!1):t.length>=200&&(a=Yt,i=!1,t=new Gr(t));e:for(;++o-1},qr.prototype.set=function(e,t){var r=this.__data__,n=rn(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this},Zr.prototype.clear=function(){this.size=0,this.__data__={hash:new Hr,map:new(Or||qr),string:new Hr}},Zr.prototype.delete=function(e){var t=fa(this,e).delete(e);return this.size-=t?1:0,t},Zr.prototype.get=function(e){return fa(this,e).get(e)},Zr.prototype.has=function(e){return fa(this,e).has(e)},Zr.prototype.set=function(e,t){var r=fa(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this},Gr.prototype.add=Gr.prototype.push=function(e){return this.__data__.set(e,i),this},Gr.prototype.has=function(e){return this.__data__.has(e)},Qr.prototype.clear=function(){this.__data__=new qr,this.size=0},Qr.prototype.delete=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r},Qr.prototype.get=function(e){return this.__data__.get(e)},Qr.prototype.has=function(e){return this.__data__.has(e)},Qr.prototype.set=function(e,t){var r=this.__data__;if(r instanceof qr){var n=r.__data__;if(!Or||n.length<199)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new Zr(n)}return r.set(e,t),this.size=r.size,this};var dn=Fo(_n),hn=Fo(En,!0);function yn(e,t){var r=!0;return dn(e,(function(e,n,o){return r=!!t(e,n,o)})),r}function gn(e,t,r){for(var n=-1,a=e.length;++n0&&r(u)?t>1?vn(u,t-1,r,n,o):Nt(o,u):n||(o[o.length]=u)}return o}var bn=Do(),wn=Do(!0);function _n(e,t){return e&&bn(e,t,Iu)}function En(e,t){return e&&wn(e,t,Iu)}function xn(e,t){return Ct(t,(function(t){return Xi(e[t])}))}function Sn(e,t){for(var r=0,n=(t=_o(t,e)).length;null!=e&&rt}function An(e,t){return null!=e&&Le.call(e,t)}function jn(e,t){return null!=e&&t in Ae(e)}function Cn(e,t,r){for(var a=r?Tt:Rt,i=e[0].length,u=e.length,l=u,c=n(u),s=1/0,f=[];l--;){var p=e[l];l&&t&&(p=It(p,Jt(t))),s=br(p.length,s),c[l]=!r&&(t||i>=120&&p.length>=120)?new Gr(l&&p):o}p=e[0];var d=-1,h=c[0];e:for(;++d=u?l:l*("desc"==r[n]?-1:1)}return e.index-t.index}(e,t,r)}))}function qn(e,t,r){for(var n=-1,o=t.length,a={};++n-1;)u!==e&&Ke.call(u,l,1),Ke.call(e,l,1);return e}function Gn(e,t){for(var r=e?t.length:0,n=r-1;r--;){var o=t[r];if(r==n||o!==a){var a=o;wa(o)?Ke.call(e,o,1):po(e,o)}}return e}function Qn(e,t){return e+vt(Er()*(t-e+1))}function Jn(e,t){var r="";if(!e||t<1||t>h)return r;do{t%2&&(r+=e),(t=vt(t/2))&&(e+=e)}while(t);return r}function Kn(e,t){return Na(Aa(e,t,al),e+"")}function Yn(e){return Kr(Wu(e))}function Xn(e,t){var r=Wu(e);return La(r,ln(t,0,r.length))}function eo(e,t,r,n){if(!ru(e))return e;for(var a=-1,i=(t=_o(t,e)).length,u=i-1,l=e;null!=l&&++aa?0:a+t),(r=r>a?a:r)<0&&(r+=a),a=t>r?0:r-t>>>0,t>>>=0;for(var i=n(a);++o>>1,i=e[a];null!==i&&!su(i)&&(r?i<=t:i=200){var c=t?null:Ko(e);if(c)return cr(c);i=!1,o=Yt,l=new Gr}else l=t?[]:u;e:for(;++n=n?e:oo(e,t,r)}var So=pt||function(e){return dt.clearTimeout(e)};function Oo(e,t){if(t)return e.slice();var r=e.length,n=Ze?Ze(r):new e.constructor(r);return e.copy(n),n}function Po(e){var t=new e.constructor(e.byteLength);return new qe(t).set(new qe(e)),t}function ko(e,t){var r=t?Po(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}function Ao(e,t){if(e!==t){var r=e!==o,n=null===e,a=e==e,i=su(e),u=t!==o,l=null===t,c=t==t,s=su(t);if(!l&&!s&&!i&&e>t||i&&u&&c&&!l&&!s||n&&u&&c||!r&&c||!a)return 1;if(!n&&!i&&!s&&e1?r[a-1]:o,u=a>2?r[2]:o;for(i=e.length>3&&"function"==typeof i?(a--,i):o,u&&_a(r[0],r[1],u)&&(i=a<3?o:i,a=1),t=Ae(t);++n-1?a[i?t[u]:u]:o}}function Bo(e){return oa((function(t){var r=t.length,n=r,i=$r.prototype.thru;for(e&&t.reverse();n--;){var u=t[n];if("function"!=typeof u)throw new Re(a);if(i&&!l&&"wrapper"==la(u))var l=new $r([],!0)}for(n=l?n:r;++n1&&b.reverse(),d&&sl))return!1;var s=i.get(e),f=i.get(t);if(s&&f)return s==t&&f==e;var p=-1,d=!0,h=2&r?new Gr:o;for(i.set(e,t),i.set(t,e);++p-1&&e%1==0&&e1?"& ":"")+t[n],t=t.join(r>2?", ":" "),e.replace(ce,"{\n/* [wrapped with "+t+"] */\n")}(n,function(e,t){return kt(m,(function(r){var n="_."+r[0];t&r[1]&&!Rt(e,n)&&e.push(n)})),e.sort()}(function(e){var t=e.match(se);return t?t[1].split(fe):[]}(n),r)))}function Da(e){var t=0,r=0;return function(){var n=wr(),a=16-(n-r);if(r=n,a>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(o,arguments)}}function La(e,t){var r=-1,n=e.length,a=n-1;for(t=t===o?n:t;++r1?e[t-1]:o;return r="function"==typeof r?(e.pop(),r):o,ui(e,r)}));function hi(e){var t=zr(e);return t.__chain__=!0,t}function yi(e,t){return t(e)}var gi=oa((function(e){var t=e.length,r=t?e[0]:0,n=this.__wrapped__,a=function(t){return un(t,e)};return!(t>1||this.__actions__.length)&&n instanceof Vr&&wa(r)?((n=n.slice(r,+r+(t?1:0))).__actions__.push({func:yi,args:[a],thisArg:o}),new $r(n,this.__chain__).thru((function(e){return t&&!e.length&&e.push(o),e}))):this.thru(a)}));var mi=Io((function(e,t,r){Le.call(e,r)?++e[r]:an(e,r,1)}));var vi=zo(Ha),bi=zo(qa);function wi(e,t){return(qi(e)?kt:dn)(e,sa(t,3))}function _i(e,t){return(qi(e)?At:hn)(e,sa(t,3))}var Ei=Io((function(e,t,r){Le.call(e,r)?e[r].push(t):an(e,r,[t])}));var xi=Kn((function(e,t,r){var o=-1,a="function"==typeof t,i=Gi(e)?n(e.length):[];return dn(e,(function(e){i[++o]=a?Ot(t,e,r):Rn(e,t,r)})),i})),Si=Io((function(e,t,r){an(e,r,t)}));function Oi(e,t){return(qi(e)?It:zn)(e,sa(t,3))}var Pi=Io((function(e,t,r){e[r?0:1].push(t)}),(function(){return[[],[]]}));var ki=Kn((function(e,t){if(null==e)return[];var r=t.length;return r>1&&_a(e,t[0],t[1])?t=[]:r>2&&_a(t[0],t[1],t[2])&&(t=[t[0]]),Hn(e,vn(t,1),[])})),Ai=ht||function(){return dt.Date.now()};function ji(e,t,r){return t=r?o:t,t=e&&null==t?e.length:t,Xo(e,f,o,o,o,o,t)}function Ci(e,t){var r;if("function"!=typeof t)throw new Re(a);return e=gu(e),function(){return--e>0&&(r=t.apply(this,arguments)),e<=1&&(t=o),r}}var Ri=Kn((function(e,t,r){var n=1;if(r.length){var o=lr(r,ca(Ri));n|=c}return Xo(e,n,t,r,o)})),Ti=Kn((function(e,t,r){var n=3;if(r.length){var o=lr(r,ca(Ti));n|=c}return Xo(t,n,e,r,o)}));function Ii(e,t,r){var n,i,u,l,c,s,f=0,p=!1,d=!1,h=!0;if("function"!=typeof e)throw new Re(a);function y(t){var r=n,a=i;return n=i=o,f=t,l=e.apply(a,r)}function g(e){return f=e,c=Ia(v,t),p?y(e):l}function m(e){var r=e-s;return s===o||r>=t||r<0||d&&e-f>=u}function v(){var e=Ai();if(m(e))return b(e);c=Ia(v,function(e){var r=t-(e-s);return d?br(r,u-(e-f)):r}(e))}function b(e){return c=o,h&&n?y(e):(n=i=o,l)}function w(){var e=Ai(),r=m(e);if(n=arguments,i=this,s=e,r){if(c===o)return g(s);if(d)return So(c),c=Ia(v,t),y(s)}return c===o&&(c=Ia(v,t)),l}return t=vu(t)||0,ru(r)&&(p=!!r.leading,u=(d="maxWait"in r)?vr(vu(r.maxWait)||0,t):u,h="trailing"in r?!!r.trailing:h),w.cancel=function(){c!==o&&So(c),f=0,n=s=i=c=o},w.flush=function(){return c===o?l:b(Ai())},w}var Ni=Kn((function(e,t){return fn(e,1,t)})),Fi=Kn((function(e,t,r){return fn(e,vu(t)||0,r)}));function Di(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Re(a);var r=function(){var n=arguments,o=t?t.apply(this,n):n[0],a=r.cache;if(a.has(o))return a.get(o);var i=e.apply(this,n);return r.cache=a.set(o,i)||a,i};return r.cache=new(Di.Cache||Zr),r}function Li(e){if("function"!=typeof e)throw new Re(a);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Di.Cache=Zr;var Ui=Eo((function(e,t){var r=(t=1==t.length&&qi(t[0])?It(t[0],Jt(sa())):It(vn(t,1),Jt(sa()))).length;return Kn((function(n){for(var o=-1,a=br(n.length,r);++o=t})),Hi=Tn(function(){return arguments}())?Tn:function(e){return nu(e)&&Le.call(e,"callee")&&!Je.call(e,"callee")},qi=n.isArray,Zi=bt?Jt(bt):function(e){return nu(e)&&Pn(e)==N};function Gi(e){return null!=e&&tu(e.length)&&!Xi(e)}function Qi(e){return nu(e)&&Gi(e)}var Ji=qt||vl,Ki=wt?Jt(wt):function(e){return nu(e)&&Pn(e)==_};function Yi(e){if(!nu(e))return!1;var t=Pn(e);return t==E||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!iu(e)}function Xi(e){if(!ru(e))return!1;var t=Pn(e);return t==x||t==S||"[object AsyncFunction]"==t||"[object Proxy]"==t}function eu(e){return"number"==typeof e&&e==gu(e)}function tu(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=h}function ru(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function nu(e){return null!=e&&"object"==typeof e}var ou=_t?Jt(_t):function(e){return nu(e)&&ga(e)==O};function au(e){return"number"==typeof e||nu(e)&&Pn(e)==P}function iu(e){if(!nu(e)||Pn(e)!=k)return!1;var t=Ge(e);if(null===t)return!0;var r=Le.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&De.call(r)==Be}var uu=Et?Jt(Et):function(e){return nu(e)&&Pn(e)==j};var lu=xt?Jt(xt):function(e){return nu(e)&&ga(e)==C};function cu(e){return"string"==typeof e||!qi(e)&&nu(e)&&Pn(e)==R}function su(e){return"symbol"==typeof e||nu(e)&&Pn(e)==T}var fu=St?Jt(St):function(e){return nu(e)&&tu(e.length)&&!!it[Pn(e)]};var pu=Go(Mn),du=Go((function(e,t){return e<=t}));function hu(e){if(!e)return[];if(Gi(e))return cu(e)?pr(e):Ro(e);if(rt&&e[rt])return function(e){for(var t,r=[];!(t=e.next()).done;)r.push(t.value);return r}(e[rt]());var t=ga(e);return(t==O?ir:t==C?cr:Wu)(e)}function yu(e){return e?(e=vu(e))===d||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function gu(e){var t=yu(e),r=t%1;return t==t?r?t-r:t:0}function mu(e){return e?ln(gu(e),0,g):0}function vu(e){if("number"==typeof e)return e;if(su(e))return y;if(ru(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=ru(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(ie,"");var r=me.test(e);return r||be.test(e)?st(e.slice(2),r?2:8):ge.test(e)?y:+e}function bu(e){return To(e,Nu(e))}function wu(e){return null==e?"":so(e)}var _u=No((function(e,t){if(Oa(t)||Gi(t))To(t,Iu(t),e);else for(var r in t)Le.call(t,r)&&tn(e,r,t[r])})),Eu=No((function(e,t){To(t,Nu(t),e)})),xu=No((function(e,t,r,n){To(t,Nu(t),e,n)})),Su=No((function(e,t,r,n){To(t,Iu(t),e,n)})),Ou=oa(un);var Pu=Kn((function(e,t){e=Ae(e);var r=-1,n=t.length,a=n>2?t[2]:o;for(a&&_a(t[0],t[1],a)&&(n=1);++r1),t})),To(e,ia(e),r),n&&(r=cn(r,7,ra));for(var o=t.length;o--;)po(r,t[o]);return r}));var Uu=oa((function(e,t){return null==e?{}:function(e,t){return qn(e,t,(function(t,r){return ju(e,r)}))}(e,t)}));function Mu(e,t){if(null==e)return{};var r=It(ia(e),(function(e){return[e]}));return t=sa(t),qn(e,r,(function(e,r){return t(e,r[0])}))}var zu=Yo(Iu),Bu=Yo(Nu);function Wu(e){return null==e?[]:Kt(e,Iu(e))}var $u=Uo((function(e,t,r){return t=t.toLowerCase(),e+(r?Vu(t):t)}));function Vu(e){return Yu(wu(e).toLowerCase())}function Hu(e){return(e=wu(e))&&e.replace(_e,rr).replace(Xe,"")}var qu=Uo((function(e,t,r){return e+(r?"-":"")+t.toLowerCase()})),Zu=Uo((function(e,t,r){return e+(r?" ":"")+t.toLowerCase()})),Gu=Lo("toLowerCase");var Qu=Uo((function(e,t,r){return e+(r?"_":"")+t.toLowerCase()}));var Ju=Uo((function(e,t,r){return e+(r?" ":"")+Yu(t)}));var Ku=Uo((function(e,t,r){return e+(r?" ":"")+t.toUpperCase()})),Yu=Lo("toUpperCase");function Xu(e,t,r){return e=wu(e),(t=r?o:t)===o?function(e){return nt.test(e)}(e)?function(e){return e.match(tt)||[]}(e):function(e){return e.match(pe)||[]}(e):e.match(t)||[]}var el=Kn((function(e,t){try{return Ot(e,o,t)}catch(e){return Yi(e)?e:new Oe(e)}})),tl=oa((function(e,t){return kt(t,(function(t){t=Ma(t),an(e,t,Ri(e[t],e))})),e}));function rl(e){return function(){return e}}var nl=Bo(),ol=Bo(!0);function al(e){return e}function il(e){return Dn("function"==typeof e?e:cn(e,1))}var ul=Kn((function(e,t){return function(r){return Rn(r,e,t)}})),ll=Kn((function(e,t){return function(r){return Rn(e,r,t)}}));function cl(e,t,r){var n=Iu(t),o=xn(t,n);null!=r||ru(t)&&(o.length||!n.length)||(r=t,t=e,e=this,o=xn(t,Iu(t)));var a=!(ru(r)&&"chain"in r&&!r.chain),i=Xi(e);return kt(o,(function(r){var n=t[r];e[r]=n,i&&(e.prototype[r]=function(){var t=this.__chain__;if(a||t){var r=e(this.__wrapped__),o=r.__actions__=Ro(this.__actions__);return o.push({func:n,args:arguments,thisArg:e}),r.__chain__=t,r}return n.apply(e,Nt([this.value()],arguments))})})),e}function sl(){}var fl=Ho(It),pl=Ho(jt),dl=Ho(Lt);function hl(e){return Ea(e)?Ht(Ma(e)):function(e){return function(t){return Sn(t,e)}}(e)}var yl=Zo(),gl=Zo(!0);function ml(){return[]}function vl(){return!1}var bl=Vo((function(e,t){return e+t}),0),wl=Jo("ceil"),_l=Vo((function(e,t){return e/t}),1),El=Jo("floor");var xl,Sl=Vo((function(e,t){return e*t}),1),Ol=Jo("round"),Pl=Vo((function(e,t){return e-t}),0);return zr.after=function(e,t){if("function"!=typeof t)throw new Re(a);return e=gu(e),function(){if(--e<1)return t.apply(this,arguments)}},zr.ary=ji,zr.assign=_u,zr.assignIn=Eu,zr.assignInWith=xu,zr.assignWith=Su,zr.at=Ou,zr.before=Ci,zr.bind=Ri,zr.bindAll=tl,zr.bindKey=Ti,zr.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return qi(e)?e:[e]},zr.chain=hi,zr.chunk=function(e,t,r){t=(r?_a(e,t,r):t===o)?1:vr(gu(t),0);var a=null==e?0:e.length;if(!a||t<1)return[];for(var i=0,u=0,l=n(mt(a/t));ia?0:a+r),(n=n===o||n>a?a:gu(n))<0&&(n+=a),n=r>n?0:mu(n);r>>0)?(e=wu(e))&&("string"==typeof t||null!=t&&!uu(t))&&!(t=so(t))&&ar(e)?xo(pr(e),0,r):e.split(t,r):[]},zr.spread=function(e,t){if("function"!=typeof e)throw new Re(a);return t=null==t?0:vr(gu(t),0),Kn((function(r){var n=r[t],o=xo(r,0,t);return n&&Nt(o,n),Ot(e,this,o)}))},zr.tail=function(e){var t=null==e?0:e.length;return t?oo(e,1,t):[]},zr.take=function(e,t,r){return e&&e.length?oo(e,0,(t=r||t===o?1:gu(t))<0?0:t):[]},zr.takeRight=function(e,t,r){var n=null==e?0:e.length;return n?oo(e,(t=n-(t=r||t===o?1:gu(t)))<0?0:t,n):[]},zr.takeRightWhile=function(e,t){return e&&e.length?yo(e,sa(t,3),!1,!0):[]},zr.takeWhile=function(e,t){return e&&e.length?yo(e,sa(t,3)):[]},zr.tap=function(e,t){return t(e),e},zr.throttle=function(e,t,r){var n=!0,o=!0;if("function"!=typeof e)throw new Re(a);return ru(r)&&(n="leading"in r?!!r.leading:n,o="trailing"in r?!!r.trailing:o),Ii(e,t,{leading:n,maxWait:t,trailing:o})},zr.thru=yi,zr.toArray=hu,zr.toPairs=zu,zr.toPairsIn=Bu,zr.toPath=function(e){return qi(e)?It(e,Ma):su(e)?[e]:Ro(Ua(wu(e)))},zr.toPlainObject=bu,zr.transform=function(e,t,r){var n=qi(e),o=n||Ji(e)||fu(e);if(t=sa(t,4),null==r){var a=e&&e.constructor;r=o?n?new a:[]:ru(e)&&Xi(a)?Br(Ge(e)):{}}return(o?kt:_n)(e,(function(e,n,o){return t(r,e,n,o)})),r},zr.unary=function(e){return ji(e,1)},zr.union=ni,zr.unionBy=oi,zr.unionWith=ai,zr.uniq=function(e){return e&&e.length?fo(e):[]},zr.uniqBy=function(e,t){return e&&e.length?fo(e,sa(t,2)):[]},zr.uniqWith=function(e,t){return t="function"==typeof t?t:o,e&&e.length?fo(e,o,t):[]},zr.unset=function(e,t){return null==e||po(e,t)},zr.unzip=ii,zr.unzipWith=ui,zr.update=function(e,t,r){return null==e?e:ho(e,t,wo(r))},zr.updateWith=function(e,t,r,n){return n="function"==typeof n?n:o,null==e?e:ho(e,t,wo(r),n)},zr.values=Wu,zr.valuesIn=function(e){return null==e?[]:Kt(e,Nu(e))},zr.without=li,zr.words=Xu,zr.wrap=function(e,t){return Mi(wo(t),e)},zr.xor=ci,zr.xorBy=si,zr.xorWith=fi,zr.zip=pi,zr.zipObject=function(e,t){return vo(e||[],t||[],tn)},zr.zipObjectDeep=function(e,t){return vo(e||[],t||[],eo)},zr.zipWith=di,zr.entries=zu,zr.entriesIn=Bu,zr.extend=Eu,zr.extendWith=xu,cl(zr,zr),zr.add=bl,zr.attempt=el,zr.camelCase=$u,zr.capitalize=Vu,zr.ceil=wl,zr.clamp=function(e,t,r){return r===o&&(r=t,t=o),r!==o&&(r=(r=vu(r))==r?r:0),t!==o&&(t=(t=vu(t))==t?t:0),ln(vu(e),t,r)},zr.clone=function(e){return cn(e,4)},zr.cloneDeep=function(e){return cn(e,5)},zr.cloneDeepWith=function(e,t){return cn(e,5,t="function"==typeof t?t:o)},zr.cloneWith=function(e,t){return cn(e,4,t="function"==typeof t?t:o)},zr.conformsTo=function(e,t){return null==t||sn(e,t,Iu(t))},zr.deburr=Hu,zr.defaultTo=function(e,t){return null==e||e!=e?t:e},zr.divide=_l,zr.endsWith=function(e,t,r){e=wu(e),t=so(t);var n=e.length,a=r=r===o?n:ln(gu(r),0,n);return(r-=t.length)>=0&&e.slice(r,a)==t},zr.eq=Wi,zr.escape=function(e){return(e=wu(e))&&K.test(e)?e.replace(Q,nr):e},zr.escapeRegExp=function(e){return(e=wu(e))&&ae.test(e)?e.replace(oe,"\\$&"):e},zr.every=function(e,t,r){var n=qi(e)?jt:yn;return r&&_a(e,t,r)&&(t=o),n(e,sa(t,3))},zr.find=vi,zr.findIndex=Ha,zr.findKey=function(e,t){return Mt(e,sa(t,3),_n)},zr.findLast=bi,zr.findLastIndex=qa,zr.findLastKey=function(e,t){return Mt(e,sa(t,3),En)},zr.floor=El,zr.forEach=wi,zr.forEachRight=_i,zr.forIn=function(e,t){return null==e?e:bn(e,sa(t,3),Nu)},zr.forInRight=function(e,t){return null==e?e:wn(e,sa(t,3),Nu)},zr.forOwn=function(e,t){return e&&_n(e,sa(t,3))},zr.forOwnRight=function(e,t){return e&&En(e,sa(t,3))},zr.get=Au,zr.gt=$i,zr.gte=Vi,zr.has=function(e,t){return null!=e&&ma(e,t,An)},zr.hasIn=ju,zr.head=Ga,zr.identity=al,zr.includes=function(e,t,r,n){e=Gi(e)?e:Wu(e),r=r&&!n?gu(r):0;var o=e.length;return r<0&&(r=vr(o+r,0)),cu(e)?r<=o&&e.indexOf(t,r)>-1:!!o&&Bt(e,t,r)>-1},zr.indexOf=function(e,t,r){var n=null==e?0:e.length;if(!n)return-1;var o=null==r?0:gu(r);return o<0&&(o=vr(n+o,0)),Bt(e,t,o)},zr.inRange=function(e,t,r){return t=yu(t),r===o?(r=t,t=0):r=yu(r),function(e,t,r){return e>=br(t,r)&&e=-9007199254740991&&e<=h},zr.isSet=lu,zr.isString=cu,zr.isSymbol=su,zr.isTypedArray=fu,zr.isUndefined=function(e){return e===o},zr.isWeakMap=function(e){return nu(e)&&ga(e)==I},zr.isWeakSet=function(e){return nu(e)&&"[object WeakSet]"==Pn(e)},zr.join=function(e,t){return null==e?"":gr.call(e,t)},zr.kebabCase=qu,zr.last=Ya,zr.lastIndexOf=function(e,t,r){var n=null==e?0:e.length;if(!n)return-1;var a=n;return r!==o&&(a=(a=gu(r))<0?vr(n+a,0):br(a,n-1)),t==t?function(e,t,r){for(var n=r+1;n--;)if(e[n]===t)return n;return n}(e,t,a):zt(e,$t,a,!0)},zr.lowerCase=Zu,zr.lowerFirst=Gu,zr.lt=pu,zr.lte=du,zr.max=function(e){return e&&e.length?gn(e,al,kn):o},zr.maxBy=function(e,t){return e&&e.length?gn(e,sa(t,2),kn):o},zr.mean=function(e){return Vt(e,al)},zr.meanBy=function(e,t){return Vt(e,sa(t,2))},zr.min=function(e){return e&&e.length?gn(e,al,Mn):o},zr.minBy=function(e,t){return e&&e.length?gn(e,sa(t,2),Mn):o},zr.stubArray=ml,zr.stubFalse=vl,zr.stubObject=function(){return{}},zr.stubString=function(){return""},zr.stubTrue=function(){return!0},zr.multiply=Sl,zr.nth=function(e,t){return e&&e.length?Vn(e,gu(t)):o},zr.noConflict=function(){return dt._===this&&(dt._=We),this},zr.noop=sl,zr.now=Ai,zr.pad=function(e,t,r){e=wu(e);var n=(t=gu(t))?fr(e):0;if(!t||n>=t)return e;var o=(t-n)/2;return qo(vt(o),r)+e+qo(mt(o),r)},zr.padEnd=function(e,t,r){e=wu(e);var n=(t=gu(t))?fr(e):0;return t&&nt){var n=e;e=t,t=n}if(r||e%1||t%1){var a=Er();return br(e+a*(t-e+ct("1e-"+((a+"").length-1))),t)}return Qn(e,t)},zr.reduce=function(e,t,r){var n=qi(e)?Ft:Zt,o=arguments.length<3;return n(e,sa(t,4),r,o,dn)},zr.reduceRight=function(e,t,r){var n=qi(e)?Dt:Zt,o=arguments.length<3;return n(e,sa(t,4),r,o,hn)},zr.repeat=function(e,t,r){return t=(r?_a(e,t,r):t===o)?1:gu(t),Jn(wu(e),t)},zr.replace=function(){var e=arguments,t=wu(e[0]);return e.length<3?t:t.replace(e[1],e[2])},zr.result=function(e,t,r){var n=-1,a=(t=_o(t,e)).length;for(a||(a=1,e=o);++nh)return[];var r=g,n=br(e,g);t=sa(t),e-=g;for(var o=Qt(n,t);++r=i)return e;var l=r-fr(n);if(l<1)return n;var c=u?xo(u,0,l).join(""):e.slice(0,l);if(a===o)return c+n;if(u&&(l+=c.length-l),uu(a)){if(e.slice(l).search(a)){var s,f=c;for(a.global||(a=je(a.source,wu(ye.exec(a))+"g")),a.lastIndex=0;s=a.exec(f);)var p=s.index;c=c.slice(0,p===o?l:p)}}else if(e.indexOf(so(a),l)!=l){var d=c.lastIndexOf(a);d>-1&&(c=c.slice(0,d))}return c+n},zr.unescape=function(e){return(e=wu(e))&&J.test(e)?e.replace(G,dr):e},zr.uniqueId=function(e){var t=++Ue;return wu(e)+t},zr.upperCase=Ku,zr.upperFirst=Yu,zr.each=wi,zr.eachRight=_i,zr.first=Ga,cl(zr,(xl={},_n(zr,(function(e,t){Le.call(zr.prototype,t)||(xl[t]=e)})),xl),{chain:!1}),zr.VERSION="4.17.20",kt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){zr[e].placeholder=zr})),kt(["drop","take"],(function(e,t){Vr.prototype[e]=function(r){r=r===o?1:vr(gu(r),0);var n=this.__filtered__&&!t?new Vr(this):this.clone();return n.__filtered__?n.__takeCount__=br(r,n.__takeCount__):n.__views__.push({size:br(r,g),type:e+(n.__dir__<0?"Right":"")}),n},Vr.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),kt(["filter","map","takeWhile"],(function(e,t){var r=t+1,n=1==r||3==r;Vr.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:sa(e,3),type:r}),t.__filtered__=t.__filtered__||n,t}})),kt(["head","last"],(function(e,t){var r="take"+(t?"Right":"");Vr.prototype[e]=function(){return this[r](1).value()[0]}})),kt(["initial","tail"],(function(e,t){var r="drop"+(t?"":"Right");Vr.prototype[e]=function(){return this.__filtered__?new Vr(this):this[r](1)}})),Vr.prototype.compact=function(){return this.filter(al)},Vr.prototype.find=function(e){return this.filter(e).head()},Vr.prototype.findLast=function(e){return this.reverse().find(e)},Vr.prototype.invokeMap=Kn((function(e,t){return"function"==typeof e?new Vr(this):this.map((function(r){return Rn(r,e,t)}))})),Vr.prototype.reject=function(e){return this.filter(Li(sa(e)))},Vr.prototype.slice=function(e,t){e=gu(e);var r=this;return r.__filtered__&&(e>0||t<0)?new Vr(r):(e<0?r=r.takeRight(-e):e&&(r=r.drop(e)),t!==o&&(r=(t=gu(t))<0?r.dropRight(-t):r.take(t-e)),r)},Vr.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Vr.prototype.toArray=function(){return this.take(g)},_n(Vr.prototype,(function(e,t){var r=/^(?:filter|find|map|reject)|While$/.test(t),n=/^(?:head|last)$/.test(t),a=zr[n?"take"+("last"==t?"Right":""):t],i=n||/^find/.test(t);a&&(zr.prototype[t]=function(){var t=this.__wrapped__,u=n?[1]:arguments,l=t instanceof Vr,c=u[0],s=l||qi(t),f=function(e){var t=a.apply(zr,Nt([e],u));return n&&p?t[0]:t};s&&r&&"function"==typeof c&&1!=c.length&&(l=s=!1);var p=this.__chain__,d=!!this.__actions__.length,h=i&&!p,y=l&&!d;if(!i&&s){t=y?t:new Vr(this);var g=e.apply(t,u);return g.__actions__.push({func:yi,args:[f],thisArg:o}),new $r(g,p)}return h&&y?e.apply(this,u):(g=this.thru(f),h?n?g.value()[0]:g.value():g)})})),kt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=Te[e],r=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",n=/^(?:pop|shift)$/.test(e);zr.prototype[e]=function(){var e=arguments;if(n&&!this.__chain__){var o=this.value();return t.apply(qi(o)?o:[],e)}return this[r]((function(r){return t.apply(qi(r)?r:[],e)}))}})),_n(Vr.prototype,(function(e,t){var r=zr[t];if(r){var n=r.name+"";Le.call(Rr,n)||(Rr[n]=[]),Rr[n].push({name:t,func:r})}})),Rr[Wo(o,2).name]=[{name:"wrapper",func:o}],Vr.prototype.clone=function(){var e=new Vr(this.__wrapped__);return e.__actions__=Ro(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Ro(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Ro(this.__views__),e},Vr.prototype.reverse=function(){if(this.__filtered__){var e=new Vr(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Vr.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,r=qi(e),n=t<0,o=r?e.length:0,a=function(e,t,r){var n=-1,o=r.length;for(;++n=this.__values__.length;return{done:e,value:e?o:this.__values__[this.__index__++]}},zr.prototype.plant=function(e){for(var t,r=this;r instanceof Wr;){var n=Ba(r);n.__index__=0,n.__values__=o,t?a.__wrapped__=n:t=n;var a=n;r=r.__wrapped__}return a.__wrapped__=e,t},zr.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Vr){var t=e;return this.__actions__.length&&(t=new Vr(this)),(t=t.reverse()).__actions__.push({func:yi,args:[ri],thisArg:o}),new $r(t,this.__chain__)}return this.thru(ri)},zr.prototype.toJSON=zr.prototype.valueOf=zr.prototype.value=function(){return go(this.__wrapped__,this.__actions__)},zr.prototype.first=zr.prototype.head,rt&&(zr.prototype[rt]=function(){return this}),zr}();dt._=hr,(n=function(){return hr}.call(t,r,t,e))===o||(e.exports=n)}.call(this)},7117:(e,t,r)=>{var n=r(7187),o=r(5717);function a(e){if(!(this instanceof a))return new a(e);"number"==typeof e&&(e={max:e}),e||(e={}),n.EventEmitter.call(this),this.cache={},this.head=this.tail=null,this.length=0,this.max=e.max||1e3,this.maxAge=e.maxAge||0}e.exports=a,o(a,n.EventEmitter),Object.defineProperty(a.prototype,"keys",{get:function(){return Object.keys(this.cache)}}),a.prototype.clear=function(){this.cache={},this.head=this.tail=null,this.length=0},a.prototype.remove=function(e){if("string"!=typeof e&&(e=""+e),this.cache.hasOwnProperty(e)){var t=this.cache[e];return delete this.cache[e],this._unlink(e,t.prev,t.next),t.value}},a.prototype._unlink=function(e,t,r){this.length--,0===this.length?this.head=this.tail=null:this.head===e?(this.head=t,this.cache[this.head].next=null):this.tail===e?(this.tail=r,this.cache[this.tail].prev=null):(this.cache[t].next=r,this.cache[r].prev=t)},a.prototype.peek=function(e){if(this.cache.hasOwnProperty(e)){var t=this.cache[e];if(this._checkAge(e,t))return t.value}},a.prototype.set=function(e,t){var r;if("string"!=typeof e&&(e=""+e),this.cache.hasOwnProperty(e)){if((r=this.cache[e]).value=t,this.maxAge&&(r.modified=Date.now()),e===this.head)return t;this._unlink(e,r.prev,r.next)}else r={value:t,modified:0,next:null,prev:null},this.maxAge&&(r.modified=Date.now()),this.cache[e]=r,this.length===this.max&&this.evict();return this.length++,r.next=null,r.prev=this.head,this.head&&(this.cache[this.head].next=e),this.head=e,this.tail||(this.tail=e),t},a.prototype._checkAge=function(e,t){return!(this.maxAge&&Date.now()-t.modified>this.maxAge)||(this.remove(e),this.emit("evict",{key:e,value:t.value}),!1)},a.prototype.get=function(e){if("string"!=typeof e&&(e=""+e),this.cache.hasOwnProperty(e)){var t=this.cache[e];if(this._checkAge(e,t))return this.head!==e&&(e===this.tail?(this.tail=t.next,this.cache[this.tail].prev=null):this.cache[t.prev].next=t.next,this.cache[t.next].prev=t.prev,this.cache[this.head].next=e,t.prev=this.head,t.next=null,this.head=e),t.value}},a.prototype.evict=function(){if(this.tail){var e=this.tail,t=this.remove(this.tail);this.emit("evict",{key:e,value:t})}}},9746:e=>{function t(e,t){if(!e)throw new Error(t||"Assertion failed")}e.exports=t,t.equal=function(e,t,r){if(e!=t)throw new Error(r||"Assertion failed: "+e+" != "+t)}},7824:e=>{var t=1e3,r=60*t,n=60*r,o=24*n,a=7*o,i=365.25*o;function u(e,t,r,n){var o=t>=1.5*r;return Math.round(e/r)+" "+n+(o?"s":"")}e.exports=function(e,l){l=l||{};var c=typeof e;if("string"===c&&e.length>0)return function(e){if((e=String(e)).length>100)return;var u=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!u)return;var l=parseFloat(u[1]);switch((u[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return l*i;case"weeks":case"week":case"w":return l*a;case"days":case"day":case"d":return l*o;case"hours":case"hour":case"hrs":case"hr":case"h":return l*n;case"minutes":case"minute":case"mins":case"min":case"m":return l*r;case"seconds":case"second":case"secs":case"sec":case"s":return l*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return l;default:return}}(e);if("number"===c&&isFinite(e))return l.long?function(e){var a=Math.abs(e);if(a>=o)return u(e,a,o,"day");if(a>=n)return u(e,a,n,"hour");if(a>=r)return u(e,a,r,"minute");if(a>=t)return u(e,a,t,"second");return e+" ms"}(e):function(e){var a=Math.abs(e);if(a>=o)return Math.round(e/o)+"d";if(a>=n)return Math.round(e/n)+"h";if(a>=r)return Math.round(e/r)+"m";if(a>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},7418:e=>{"use strict";var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function o(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(e){n[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(e,a){for(var i,u,l=o(e),c=1;c{var n="function"==typeof Map&&Map.prototype,o=Object.getOwnPropertyDescriptor&&n?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,a=n&&o&&"function"==typeof o.get?o.get:null,i=n&&Map.prototype.forEach,u="function"==typeof Set&&Set.prototype,l=Object.getOwnPropertyDescriptor&&u?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,c=u&&l&&"function"==typeof l.get?l.get:null,s=u&&Set.prototype.forEach,f="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,p="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,d=Boolean.prototype.valueOf,h=Object.prototype.toString,y=Function.prototype.toString,g=String.prototype.match,m="function"==typeof BigInt?BigInt.prototype.valueOf:null,v=r(6631).custom,b=v&&x(v)?v:null;function w(e,t,r){var n="double"===(r.quoteStyle||t)?'"':"'";return n+e+n}function _(e){return String(e).replace(/"/g,""")}function E(e){return"[object Array]"===P(e)}function x(e){return"[object Symbol]"===P(e)}e.exports=function e(t,r,n,o){var u=r||{};if(O(u,"quoteStyle")&&"single"!==u.quoteStyle&&"double"!==u.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(O(u,"maxStringLength")&&("number"==typeof u.maxStringLength?u.maxStringLength<0&&u.maxStringLength!==1/0:null!==u.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var l=!O(u,"customInspect")||u.customInspect;if("boolean"!=typeof l)throw new TypeError('option "customInspect", if provided, must be `true` or `false`');if(O(u,"indent")&&null!==u.indent&&"\t"!==u.indent&&!(parseInt(u.indent,10)===u.indent&&u.indent>0))throw new TypeError('options "indent" must be "\\t", an integer > 0, or `null`');if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return A(t,u);if("number"==typeof t)return 0===t?1/0/t>0?"0":"-0":String(t);if("bigint"==typeof t)return String(t)+"n";var h=void 0===u.depth?5:u.depth;if(void 0===n&&(n=0),n>=h&&h>0&&"object"==typeof t)return E(t)?"[Array]":"[Object]";var v=function(e,t){var r;if("\t"===e.indent)r="\t";else{if(!("number"==typeof e.indent&&e.indent>0))return null;r=Array(e.indent+1).join(" ")}return{base:r,prev:Array(t+1).join(r)}}(u,n);if(void 0===o)o=[];else if(k(o,t)>=0)return"[Circular]";function S(t,r,a){if(r&&(o=o.slice()).push(r),a){var i={depth:u.depth};return O(u,"quoteStyle")&&(i.quoteStyle=u.quoteStyle),e(t,i,n+1,o)}return e(t,u,n+1,o)}if("function"==typeof t){var j=function(e){if(e.name)return e.name;var t=g.call(y.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t);return"[Function"+(j?": "+j:" (anonymous)")+"]"}if(x(t)){var F=Symbol.prototype.toString.call(t);return"object"==typeof t?C(F):F}if(function(e){if(!e||"object"!=typeof e)return!1;if("undefined"!=typeof HTMLElement&&e instanceof HTMLElement)return!0;return"string"==typeof e.nodeName&&"function"==typeof e.getAttribute}(t)){for(var D="<"+String(t.nodeName).toLowerCase(),L=t.attributes||[],U=0;U"}if(E(t)){if(0===t.length)return"[]";var M=N(t,S);return v&&!function(e){for(var t=0;t=0)return!1;return!0}(M)?"["+I(M,v)+"]":"[ "+M.join(", ")+" ]"}if(function(e){return"[object Error]"===P(e)}(t)){var z=N(t,S);return 0===z.length?"["+String(t)+"]":"{ ["+String(t)+"] "+z.join(", ")+" }"}if("object"==typeof t&&l){if(b&&"function"==typeof t[b])return t[b]();if("function"==typeof t.inspect)return t.inspect()}if(function(e){if(!a||!e||"object"!=typeof e)return!1;try{a.call(e);try{c.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var B=[];return i.call(t,(function(e,r){B.push(S(r,t,!0)+" => "+S(e,t))})),T("Map",a.call(t),B,v)}if(function(e){if(!c||!e||"object"!=typeof e)return!1;try{c.call(e);try{a.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var W=[];return s.call(t,(function(e){W.push(S(e,t))})),T("Set",c.call(t),W,v)}if(function(e){if(!f||!e||"object"!=typeof e)return!1;try{f.call(e,f);try{p.call(e,p)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return R("WeakMap");if(function(e){if(!p||!e||"object"!=typeof e)return!1;try{p.call(e,p);try{f.call(e,f)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return R("WeakSet");if(function(e){return"[object Number]"===P(e)}(t))return C(S(Number(t)));if(function(e){return"[object BigInt]"===P(e)}(t))return C(S(m.call(t)));if(function(e){return"[object Boolean]"===P(e)}(t))return C(d.call(t));if(function(e){return"[object String]"===P(e)}(t))return C(S(String(t)));if(!function(e){return"[object Date]"===P(e)}(t)&&!function(e){return"[object RegExp]"===P(e)}(t)){var $=N(t,S);return 0===$.length?"{}":v?"{"+I($,v)+"}":"{ "+$.join(", ")+" }"}return String(t)};var S=Object.prototype.hasOwnProperty||function(e){return e in this};function O(e,t){return S.call(e,t)}function P(e){return h.call(e)}function k(e,t){if(e.indexOf)return e.indexOf(t);for(var r=0,n=e.length;rt.maxStringLength){var r=e.length-t.maxStringLength,n="... "+r+" more character"+(r>1?"s":"");return A(e.slice(0,t.maxStringLength),t)+n}return w(e.replace(/(['\\])/g,"\\$1").replace(/[\x00-\x1f]/g,j),"single",t)}function j(e){var t=e.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return r?"\\"+r:"\\x"+(t<16?"0":"")+t.toString(16)}function C(e){return"Object("+e+")"}function R(e){return e+" { ? }"}function T(e,t,r,n){return e+" ("+t+") {"+(n?I(r,n):r.join(", "))+"}"}function I(e,t){if(0===e.length)return"";var r="\n"+t.prev+t.base;return r+e.join(","+r)+"\n"+t.prev}function N(e,t){var r=E(e),n=[];if(r){n.length=e.length;for(var o=0;o{"use strict";var t=function(e){return e!=e};e.exports=function(e,r){return 0===e&&0===r?1/e==1/r:e===r||!(!t(e)||!t(r))}},609:(e,t,r)=>{"use strict";var n=r(4289),o=r(850),a=r(4244),i=r(5624),u=r(2281),l=o(i(),Object);n(l,{getPolyfill:i,implementation:a,shim:u}),e.exports=l},1607:(e,t,r)=>{"use strict";var n,o=SyntaxError,a=Function,i=TypeError,u=function(e){try{return Function('"use strict"; return ('+e+").constructor;")()}catch(e){}},l=Object.getOwnPropertyDescriptor;if(l)try{l({},"")}catch(e){l=null}var c=function(){throw new i},s=l?function(){try{return c}catch(e){try{return l(arguments,"callee").get}catch(e){return c}}}():c,f=r(1405)(),p=Object.getPrototypeOf||function(e){return e.__proto__},d=u("async function* () {}"),h=d?d.prototype:n,y=h?h.prototype:n,g="undefined"==typeof Uint8Array?n:p(Uint8Array),m={"%AggregateError%":"undefined"==typeof AggregateError?n:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?n:ArrayBuffer,"%ArrayIteratorPrototype%":f?p([][Symbol.iterator]()):n,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":u("async function () {}"),"%AsyncGenerator%":h,"%AsyncGeneratorFunction%":d,"%AsyncIteratorPrototype%":y?p(y):n,"%Atomics%":"undefined"==typeof Atomics?n:Atomics,"%BigInt%":"undefined"==typeof BigInt?n:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?n:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?n:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?n:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?n:FinalizationRegistry,"%Function%":a,"%GeneratorFunction%":u("function* () {}"),"%Int8Array%":"undefined"==typeof Int8Array?n:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?n:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?n:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":f?p(p([][Symbol.iterator]())):n,"%JSON%":"object"==typeof JSON?JSON:n,"%Map%":"undefined"==typeof Map?n:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&f?p((new Map)[Symbol.iterator]()):n,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?n:Promise,"%Proxy%":"undefined"==typeof Proxy?n:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?n:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?n:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&f?p((new Set)[Symbol.iterator]()):n,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?n:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":f?p(""[Symbol.iterator]()):n,"%Symbol%":f?Symbol:n,"%SyntaxError%":o,"%ThrowTypeError%":s,"%TypedArray%":g,"%TypeError%":i,"%Uint8Array%":"undefined"==typeof Uint8Array?n:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?n:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?n:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?n:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?n:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?n:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?n:WeakSet},v={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},b=r(8612),w=r(7642),_=b.call(Function.call,Array.prototype.concat),E=b.call(Function.apply,Array.prototype.splice),x=b.call(Function.call,String.prototype.replace),S=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,O=/\\(\\)?/g,P=function(e){var t=[];return x(e,S,(function(e,r,n,o){t[t.length]=n?x(o,O,"$1"):r||e})),t},k=function(e,t){var r,n=e;if(w(v,n)&&(n="%"+(r=v[n])[0]+"%"),w(m,n)){var a=m[n];if(void 0===a&&!t)throw new i("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:a}}throw new o("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new i("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new i('"allowMissing" argument must be a boolean');var r=P(e),n=r.length>0?r[0]:"",o=k("%"+n+"%",t),a=o.name,u=o.value,c=!1,s=o.alias;s&&(n=s[0],E(r,_([0,1],s)));for(var f=1,p=!0;f=r.length){var h=l(u,d);if(p=!!h,!t&&!(d in u))throw new i("base intrinsic for "+e+" exists, but the property is not available.");u=p&&"get"in h&&!("originalValue"in h.get)?h.get:u[d]}else p=w(u,d),u=u[d];p&&!c&&(m[a]=u)}}return u}},850:(e,t,r)=>{"use strict";var n=r(8612),o=r(1607),a=o("%Function.prototype.apply%"),i=o("%Function.prototype.call%"),u=o("%Reflect.apply%",!0)||n.call(i,a),l=o("%Object.defineProperty%",!0);if(l)try{l({},"a",{value:1})}catch(e){l=null}e.exports=function(){return u(n,i,arguments)};var c=function(){return u(n,a,arguments)};l?l(e.exports,"apply",{value:c}):e.exports.apply=c},5624:(e,t,r)=>{"use strict";var n=r(4244);e.exports=function(){return"function"==typeof Object.is?Object.is:n}},2281:(e,t,r)=>{"use strict";var n=r(5624),o=r(4289);e.exports=function(){var e=n();return o(Object,{is:e},{is:function(){return Object.is!==e}}),e}},8987:(e,t,r)=>{"use strict";var n;if(!Object.keys){var o=Object.prototype.hasOwnProperty,a=Object.prototype.toString,i=r(1414),u=Object.prototype.propertyIsEnumerable,l=!u.call({toString:null},"toString"),c=u.call((function(){}),"prototype"),s=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],f=function(e){var t=e.constructor;return t&&t.prototype===e},p={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},d=function(){if("undefined"==typeof window)return!1;for(var e in window)try{if(!p["$"+e]&&o.call(window,e)&&null!==window[e]&&"object"==typeof window[e])try{f(window[e])}catch(e){return!0}}catch(e){return!0}return!1}();n=function(e){var t=null!==e&&"object"==typeof e,r="[object Function]"===a.call(e),n=i(e),u=t&&"[object String]"===a.call(e),p=[];if(!t&&!r&&!n)throw new TypeError("Object.keys called on a non-object");var h=c&&r;if(u&&e.length>0&&!o.call(e,0))for(var y=0;y0)for(var g=0;g{"use strict";var n=Array.prototype.slice,o=r(1414),a=Object.keys,i=a?function(e){return a(e)}:r(8987),u=Object.keys;i.shim=function(){Object.keys?function(){var e=Object.keys(arguments);return e&&e.length===arguments.length}(1,2)||(Object.keys=function(e){return o(e)?u(n.call(e)):u(e)}):Object.keys=i;return Object.keys||i},e.exports=i},1414:e=>{"use strict";var t=Object.prototype.toString;e.exports=function(e){var r=t.call(e),n="[object Arguments]"===r;return n||(n="[object Array]"!==r&&null!==e&&"object"==typeof e&&"number"==typeof e.length&&e.length>=0&&"[object Function]"===t.call(e.callee)),n}},2837:(e,t,r)=>{"use strict";var n=r(2215),o=function(e){return null!=e},a=r(5419)(),i=r(1311),u=Object,l=i("Array.prototype.push"),c=i("Object.prototype.propertyIsEnumerable"),s=a?Object.getOwnPropertySymbols:null;e.exports=function(e,t){if(!o(e))throw new TypeError("target must be an object");var r,i,f,p,d,h,y,g=u(e);for(r=1;r{"use strict";var n=r(4289),o=r(9306),a=r(2837),i=r(8162),u=r(4489),l=o.apply(i()),c=function(e,t){return l(Object,arguments)};n(c,{getPolyfill:i,implementation:a,shim:u}),e.exports=c},8620:(e,t,r)=>{"use strict";var n,o=SyntaxError,a=Function,i=TypeError,u=function(e){try{return Function('"use strict"; return ('+e+").constructor;")()}catch(e){}},l=Object.getOwnPropertyDescriptor;if(l)try{l({},"")}catch(e){l=null}var c=function(){throw new i},s=l?function(){try{return c}catch(e){try{return l(arguments,"callee").get}catch(e){return c}}}():c,f=r(1405)(),p=Object.getPrototypeOf||function(e){return e.__proto__},d=u("async function* () {}"),h=d?d.prototype:n,y=h?h.prototype:n,g="undefined"==typeof Uint8Array?n:p(Uint8Array),m={"%AggregateError%":"undefined"==typeof AggregateError?n:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?n:ArrayBuffer,"%ArrayIteratorPrototype%":f?p([][Symbol.iterator]()):n,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":u("async function () {}"),"%AsyncGenerator%":h,"%AsyncGeneratorFunction%":d,"%AsyncIteratorPrototype%":y?p(y):n,"%Atomics%":"undefined"==typeof Atomics?n:Atomics,"%BigInt%":"undefined"==typeof BigInt?n:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?n:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?n:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?n:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?n:FinalizationRegistry,"%Function%":a,"%GeneratorFunction%":u("function* () {}"),"%Int8Array%":"undefined"==typeof Int8Array?n:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?n:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?n:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":f?p(p([][Symbol.iterator]())):n,"%JSON%":"object"==typeof JSON?JSON:n,"%Map%":"undefined"==typeof Map?n:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&f?p((new Map)[Symbol.iterator]()):n,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?n:Promise,"%Proxy%":"undefined"==typeof Proxy?n:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?n:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?n:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&f?p((new Set)[Symbol.iterator]()):n,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?n:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":f?p(""[Symbol.iterator]()):n,"%Symbol%":f?Symbol:n,"%SyntaxError%":o,"%ThrowTypeError%":s,"%TypedArray%":g,"%TypeError%":i,"%Uint8Array%":"undefined"==typeof Uint8Array?n:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?n:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?n:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?n:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?n:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?n:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?n:WeakSet},v={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},b=r(8612),w=r(7642),_=b.call(Function.call,Array.prototype.concat),E=b.call(Function.apply,Array.prototype.splice),x=b.call(Function.call,String.prototype.replace),S=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,O=/\\(\\)?/g,P=function(e){var t=[];return x(e,S,(function(e,r,n,o){t[t.length]=n?x(o,O,"$1"):r||e})),t},k=function(e,t){var r,n=e;if(w(v,n)&&(n="%"+(r=v[n])[0]+"%"),w(m,n)){var a=m[n];if(void 0===a&&!t)throw new i("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:a}}throw new o("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new i("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new i('"allowMissing" argument must be a boolean');var r=P(e),n=r.length>0?r[0]:"",o=k("%"+n+"%",t),a=o.name,u=o.value,c=!1,s=o.alias;s&&(n=s[0],E(r,_([0,1],s)));for(var f=1,p=!0;f=r.length){var h=l(u,d);if(p=!!h,!t&&!(d in u))throw new i("base intrinsic for "+e+" exists, but the property is not available.");u=p&&"get"in h&&!("originalValue"in h.get)?h.get:u[d]}else p=w(u,d),u=u[d];p&&!c&&(m[a]=u)}}return u}},9306:(e,t,r)=>{"use strict";var n=r(8612),o=r(8620),a=o("%Function.prototype.apply%"),i=o("%Function.prototype.call%"),u=o("%Reflect.apply%",!0)||n.call(i,a),l=o("%Object.defineProperty%",!0);if(l)try{l({},"a",{value:1})}catch(e){l=null}e.exports=function(){return u(n,i,arguments)};var c=function(){return u(n,a,arguments)};l?l(e.exports,"apply",{value:c}):e.exports.apply=c},1311:(e,t,r)=>{"use strict";var n=r(8620),o=r(9306),a=o(n("String.prototype.indexOf"));e.exports=function(e,t){var r=n(e,!!t);return"function"==typeof r&&a(e,".prototype.")?o(r):r}},8162:(e,t,r)=>{"use strict";var n=r(2837);e.exports=function(){return Object.assign?function(){if(!Object.assign)return!1;for(var e="abcdefghijklmnopqrst",t=e.split(""),r={},n=0;n{"use strict";var n=r(4289),o=r(8162);e.exports=function(){var e=o();return n(Object,{assign:e},{assign:function(){return Object.assign!==e}}),e}},9485:e=>{function t(e){var r,n=function(){};function o(e,t,r){e&&e.then?e.then((function(e){o(e,t,r)})).catch((function(e){o(e,r,r)})):t(e)}function a(e){r=function(t,r){try{e(t,r)}catch(e){r(e)}},n(),n=void 0}function i(e){a((function(t,r){r(e)}))}function u(e){a((function(t){t(e)}))}function l(e,t){var o=n;n=function(){o(),r(e,t)}}function c(e){!r&&o(e,u,i)}function s(e){!r&&o(e,i,i)}var f={then:function(e){var n=r||l;return t((function(t,r){n((function(r){t(e(r))}),r)}))},catch:function(e){var n=r||l;return t((function(t,r){n(t,(function(t){r(e(t))}))}))},resolve:c,reject:s};try{e&&e(c,s)}catch(e){s(e)}return f}t.resolve=function(e){return t((function(t){t(e)}))},t.reject=function(e){return t((function(t,r){r(e)}))},t.race=function(e){return e=e||[],t((function(t,r){var n=e.length;if(!n)return t();for(var o=0;o{"use strict";var n=r(414);function o(){}function a(){}a.resetWarningCache=o,e.exports=function(){function e(e,t,r,o,a,i){if(i!==n){var u=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw u.name="Invariant Violation",u}}function t(){return e}e.isRequired=e;var r={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:o};return r.PropTypes=r,r}},5697:(e,t,r)=>{e.exports=r(2703)()},414:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},5798:(e,t,r)=>{"use strict";var n=String.prototype.replace,o=/%20/g,a=r(2769),i={RFC1738:"RFC1738",RFC3986:"RFC3986"};e.exports=a.assign({default:i.RFC3986,formatters:{RFC1738:function(e){return n.call(e,o,"+")},RFC3986:function(e){return String(e)}}},i)},129:(e,t,r)=>{"use strict";var n=r(8261),o=r(5235),a=r(5798);e.exports={formats:a,parse:o,stringify:n}},5235:(e,t,r)=>{"use strict";var n=r(2769),o=Object.prototype.hasOwnProperty,a=Array.isArray,i={allowDots:!1,allowPrototypes:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:n.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},u=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},l=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},c=function(e,t,r,n){if(e){var a=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,i=/(\[[^[\]]*])/g,u=r.depth>0&&/(\[[^[\]]*])/.exec(a),c=u?a.slice(0,u.index):a,s=[];if(c){if(!r.plainObjects&&o.call(Object.prototype,c)&&!r.allowPrototypes)return;s.push(c)}for(var f=0;r.depth>0&&null!==(u=i.exec(a))&&f=0;--a){var i,u=e[a];if("[]"===u&&r.parseArrays)i=[].concat(o);else{i=r.plainObjects?Object.create(null):{};var c="["===u.charAt(0)&&"]"===u.charAt(u.length-1)?u.slice(1,-1):u,s=parseInt(c,10);r.parseArrays||""!==c?!isNaN(s)&&u!==c&&String(s)===c&&s>=0&&r.parseArrays&&s<=r.arrayLimit?(i=[])[s]=o:i[c]=o:i={0:o}}o=i}return o}(s,t,r,n)}};e.exports=function(e,t){var r=function(e){if(!e)return i;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?i.charset:e.charset;return{allowDots:void 0===e.allowDots?i.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:i.allowPrototypes,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:i.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:i.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:i.comma,decoder:"function"==typeof e.decoder?e.decoder:i.decoder,delimiter:"string"==typeof e.delimiter||n.isRegExp(e.delimiter)?e.delimiter:i.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:i.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:i.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:i.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:i.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:i.strictNullHandling}}(t);if(""===e||null==e)return r.plainObjects?Object.create(null):{};for(var s="string"==typeof e?function(e,t){var r,c={},s=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,f=t.parameterLimit===1/0?void 0:t.parameterLimit,p=s.split(t.delimiter,f),d=-1,h=t.charset;if(t.charsetSentinel)for(r=0;r-1&&(g=a(g)?[g]:g),o.call(c,y)?c[y]=n.combine(c[y],g):c[y]=g}return c}(e,r):e,f=r.plainObjects?Object.create(null):{},p=Object.keys(s),d=0;d{"use strict";var n=r(2769),o=r(5798),a=Object.prototype.hasOwnProperty,i={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},u=Array.isArray,l=Array.prototype.push,c=function(e,t){l.apply(e,u(t)?t:[t])},s=Date.prototype.toISOString,f=o.default,p={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:n.encode,encodeValuesOnly:!1,format:f,formatter:o.formatters[f],indices:!1,serializeDate:function(e){return s.call(e)},skipNulls:!1,strictNullHandling:!1},d=function e(t,r,o,a,i,l,s,f,d,h,y,g,m){var v,b=t;if("function"==typeof s?b=s(r,b):b instanceof Date?b=h(b):"comma"===o&&u(b)&&(b=n.maybeMap(b,(function(e){return e instanceof Date?h(e):e})).join(",")),null===b){if(a)return l&&!g?l(r,p.encoder,m,"key"):r;b=""}if("string"==typeof(v=b)||"number"==typeof v||"boolean"==typeof v||"symbol"==typeof v||"bigint"==typeof v||n.isBuffer(b))return l?[y(g?r:l(r,p.encoder,m,"key"))+"="+y(l(b,p.encoder,m,"value"))]:[y(r)+"="+y(String(b))];var w,_=[];if(void 0===b)return _;if(u(s))w=s;else{var E=Object.keys(b);w=f?E.sort(f):E}for(var x=0;x0?v+m:""}},2769:e=>{"use strict";var t=Object.prototype.hasOwnProperty,r=Array.isArray,n=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),o=function(e,t){for(var r=t&&t.plainObjects?Object.create(null):{},n=0;n1;){var t=e.pop(),n=t.obj[t.prop];if(r(n)){for(var o=[],a=0;a=48&&u<=57||u>=65&&u<=90||u>=97&&u<=122?a+=o.charAt(i):u<128?a+=n[u]:u<2048?a+=n[192|u>>6]+n[128|63&u]:u<55296||u>=57344?a+=n[224|u>>12]+n[128|u>>6&63]+n[128|63&u]:(i+=1,u=65536+((1023&u)<<10|1023&o.charCodeAt(i)),a+=n[240|u>>18]+n[128|u>>12&63]+n[128|u>>6&63]+n[128|63&u])}return a},isBuffer:function(e){return!(!e||"object"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(r(e)){for(var n=[],o=0;o{"use strict";var n=r(7294),o="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,a=r(139),i=r(3759),u=r(3620),l="function"==typeof Symbol&&Symbol.iterator;function c(e,t){return e&&"object"==typeof e&&null!=e.key?(r=e.key,n={"=":"=0",":":"=2"},"$"+(""+r).replace(/[=:]/g,(function(e){return n[e]}))):t.toString(36);var r,n}function s(e,t,r,n){var a,u=typeof e;if("undefined"!==u&&"boolean"!==u||(e=null),null===e||"string"===u||"number"===u||"object"===u&&e.$$typeof===o)return r(n,e,""===t?"."+c(e,0):t),1;var f=0,p=""===t?".":t+":";if(Array.isArray(e))for(var d=0;d{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CopyToClipboard=void 0;var n=a(r(7294)),o=a(r(640));function a(e){return e&&e.__esModule?e:{default:e}}function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function u(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function l(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},a=Object.keys(e);for(n=0;n=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}function c(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,t){for(var r=0;r{"use strict";var n=r(4300).CopyToClipboard;n.CopyToClipboard=n,e.exports=n},4448:(e,t,r)=>{"use strict";var n=r(7294),o=r(7418),a=r(3840);function i(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r