From 178bf998abeb06f183391d9f00ed78302349361d Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Mon, 19 Jun 2023 10:33:11 +0000 Subject: [PATCH] chore: update php and js dependencies to latest + migrate phpunit config file to new format --- composer.json | 12 +- composer.lock | 105 +-- package.json | 16 +- phpunit.xml.dist | 18 +- pnpm-lock.yaml | 1761 +++++++++++++++++++++++----------------------- 5 files changed, 971 insertions(+), 941 deletions(-) diff --git a/composer.json b/composer.json index c743ae7b..107f0f9b 100644 --- a/composer.json +++ b/composer.json @@ -17,23 +17,23 @@ "opawg/user-agents-php": "^v1.0", "adaures/ipcat-php": "^v1.0.0", "adaures/podcast-persons-taxonomy": "^v1.0.0", - "phpseclib/phpseclib": "~2.0.42", + "phpseclib/phpseclib": "~2.0.44", "michalsn/codeigniter4-uuid": "dev-develop", "codeigniter4/settings": "v2.1.2", "chrisjean/php-ico": "^1.0.4", "melbahja/seo": "^v2.1.1", "codeigniter4/shield": "v1.0.0-beta.3", - "aws/aws-sdk-php": "^3.272.1", + "aws/aws-sdk-php": "^3.273.2", "mpratt/embera": "^2.0.33" }, "require-dev": { "mikey179/vfsstream": "^v1.6.11", "phpunit/phpunit": "^10.2.2", "captainhook/captainhook": "^5.16.4", - "symplify/easy-coding-standard": "^11.3.4", - "phpstan/phpstan": "^1.10.18", - "rector/rector": "^0.17.0", - "symplify/coding-standard": "^11.3.0" + "symplify/easy-coding-standard": "^11.4.3", + "phpstan/phpstan": "^1.10.19", + "rector/rector": "^0.17.1", + "symplify/coding-standard": "^11.4.1" }, "autoload": { "exclude-from-classmap": [ diff --git a/composer.lock b/composer.lock index b8566bbb..740e6efb 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3b16e51ddcbb577efa8a8bb088710a5b", + "content-hash": "9fa20de985bf6177f95f7ac32155d843", "packages": [ { "name": "adaures/ipcat-php", @@ -120,16 +120,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.272.1", + "version": "3.273.2", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "a0accaf4a16565c0b4438109c978602f27dff3a0" + "reference": "10631467bdf9869a45197a25b490948af2ef7acd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/a0accaf4a16565c0b4438109c978602f27dff3a0", - "reference": "a0accaf4a16565c0b4438109c978602f27dff3a0", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/10631467bdf9869a45197a25b490948af2ef7acd", + "reference": "10631467bdf9869a45197a25b490948af2ef7acd", "shasum": "" }, "require": { @@ -205,9 +205,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.272.1" + "source": "https://github.com/aws/aws-sdk-php/tree/3.273.2" }, - "time": "2023-06-09T18:21:02+00:00" + "time": "2023-06-16T18:53:48+00:00" }, { "name": "brick/math", @@ -2052,16 +2052,16 @@ }, { "name": "phpseclib/phpseclib", - "version": "2.0.42", + "version": "2.0.44", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "665d289f59e646a259ebf13f29be7f6f54cab24b" + "reference": "149f608243f8133c61926aae26ce67d2b22b37e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/665d289f59e646a259ebf13f29be7f6f54cab24b", - "reference": "665d289f59e646a259ebf13f29be7f6f54cab24b", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/149f608243f8133c61926aae26ce67d2b22b37e5", + "reference": "149f608243f8133c61926aae26ce67d2b22b37e5", "shasum": "" }, "require": { @@ -2138,7 +2138,7 @@ ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", - "source": "https://github.com/phpseclib/phpseclib/tree/2.0.42" + "source": "https://github.com/phpseclib/phpseclib/tree/2.0.44" }, "funding": [ { @@ -2154,7 +2154,7 @@ "type": "tidelift" } ], - "time": "2023-03-06T12:45:53+00:00" + "time": "2023-06-13T08:41:47+00:00" }, { "name": "psr/cache", @@ -3474,16 +3474,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.17.0", + "version": "v3.18.0", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "3f0ed862f22386c55a767461ef5083bddceeed79" + "reference": "b123395c9fa3a70801f816f13606c0f3a7ada8df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/3f0ed862f22386c55a767461ef5083bddceeed79", - "reference": "3f0ed862f22386c55a767461ef5083bddceeed79", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/b123395c9fa3a70801f816f13606c0f3a7ada8df", + "reference": "b123395c9fa3a70801f816f13606c0f3a7ada8df", "shasum": "" }, "require": { @@ -3554,7 +3554,7 @@ ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.17.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.18.0" }, "funding": [ { @@ -3562,7 +3562,7 @@ "type": "github" } ], - "time": "2023-05-22T19:59:32+00:00" + "time": "2023-06-18T22:25:45+00:00" }, { "name": "mikey179/vfsstream", @@ -3816,16 +3816,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.18", + "version": "1.10.19", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "52b6416c579663eebdd2f1d97df21971daf3b43f" + "reference": "af5a296ff02610c1bfb4ddfac9fd4a08657b9046" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/52b6416c579663eebdd2f1d97df21971daf3b43f", - "reference": "52b6416c579663eebdd2f1d97df21971daf3b43f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/af5a296ff02610c1bfb4ddfac9fd4a08657b9046", + "reference": "af5a296ff02610c1bfb4ddfac9fd4a08657b9046", "shasum": "" }, "require": { @@ -3864,7 +3864,7 @@ "type": "tidelift" } ], - "time": "2023-06-07T22:00:43+00:00" + "time": "2023-06-14T15:26:58+00:00" }, { "name": "phpunit/php-code-coverage", @@ -4295,16 +4295,16 @@ }, { "name": "rector/rector", - "version": "0.17.0", + "version": "0.17.1", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "d8da002b107c9b64d464bb48101290d4d078df4b" + "reference": "11401dc1abba0a359fabbf98f1057f4e65129f86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/d8da002b107c9b64d464bb48101290d4d078df4b", - "reference": "d8da002b107c9b64d464bb48101290d4d078df4b", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/11401dc1abba0a359fabbf98f1057f4e65129f86", + "reference": "11401dc1abba0a359fabbf98f1057f4e65129f86", "shasum": "" }, "require": { @@ -4333,7 +4333,7 @@ "keywords": ["automation", "dev", "migration", "refactoring"], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.17.0" + "source": "https://github.com/rectorphp/rector/tree/0.17.1" }, "funding": [ { @@ -4341,7 +4341,7 @@ "type": "github" } ], - "time": "2023-06-01T09:42:59+00:00" + "time": "2023-06-14T09:05:33+00:00" }, { "name": "sebastian/cli-parser", @@ -6237,20 +6237,20 @@ }, { "name": "symplify/coding-standard", - "version": "11.3.0", + "version": "11.4.1", "source": { "type": "git", "url": "https://github.com/symplify/coding-standard.git", - "reference": "96f6eda6790bbb93b3182a08afd2fde3790fa132" + "reference": "119f5075df4d58264e4ac4ed90a073d69ffa3d2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/coding-standard/zipball/96f6eda6790bbb93b3182a08afd2fde3790fa132", - "reference": "96f6eda6790bbb93b3182a08afd2fde3790fa132", + "url": "https://api.github.com/repos/symplify/coding-standard/zipball/119f5075df4d58264e4ac4ed90a073d69ffa3d2f", + "reference": "119f5075df4d58264e4ac4ed90a073d69ffa3d2f", "shasum": "" }, "require": { - "friendsofphp/php-cs-fixer": "^3.13", + "friendsofphp/php-cs-fixer": "^3.18", "nette/utils": "^3.2", "php": ">=8.1", "symplify/rule-doc-generator-contracts": "^11.1" @@ -6258,16 +6258,17 @@ "require-dev": { "cweagans/composer-patches": "^1.7", "php-parallel-lint/php-parallel-lint": "^1.3", - "phpstan/extension-installer": "^1.2", - "phpstan/phpstan": "^1.9", - "phpunit/phpunit": "^9.5.26", - "rector/rector": "*", + "phpstan/extension-installer": "^1.3", + "phpstan/phpstan": "^1.10.19", + "phpunit/phpunit": "^10.2", + "rector/rector": "^0.17.1", "squizlabs/php_codesniffer": "^3.7.1", - "symfony/framework-bundle": "6.1.*", - "symplify/easy-ci": "^11.1", - "symplify/easy-coding-standard": "^11.1", - "symplify/phpstan-extensions": "^11.1", - "symplify/rule-doc-generator": "^11.1" + "symplify/easy-ci": "^11.2", + "symplify/easy-coding-standard": "^11.4", + "symplify/phpstan-extensions": "^11.2", + "symplify/rule-doc-generator": "^11.1", + "tomasvotruba/type-coverage": "^0.2.0", + "tomasvotruba/unused-public": "^0.1.12" }, "type": "library", "extra": { @@ -6288,7 +6289,7 @@ "description": "Set of Symplify rules for PHP_CodeSniffer and PHP CS Fixer.", "support": { "issues": "https://github.com/symplify/coding-standard/issues", - "source": "https://github.com/symplify/coding-standard/tree/11.3.0" + "source": "https://github.com/symplify/coding-standard/tree/11.4.1" }, "funding": [ { @@ -6300,20 +6301,20 @@ "type": "github" } ], - "time": "2023-01-30T16:13:00+00:00" + "time": "2023-06-19T09:27:43+00:00" }, { "name": "symplify/easy-coding-standard", - "version": "11.3.4", + "version": "11.4.3", "source": { "type": "git", "url": "https://github.com/easy-coding-standard/easy-coding-standard.git", - "reference": "c72eb4bdf30e54de2d31aef596f96642ff443741" + "reference": "d17c2634b4e12fb167809f65bd52db97be00d08a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/c72eb4bdf30e54de2d31aef596f96642ff443741", - "reference": "c72eb4bdf30e54de2d31aef596f96642ff443741", + "url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/d17c2634b4e12fb167809f65bd52db97be00d08a", + "reference": "d17c2634b4e12fb167809f65bd52db97be00d08a", "shasum": "" }, "require": { @@ -6335,7 +6336,7 @@ "keywords": ["Code style", "automation", "fixer", "static analysis"], "support": { "issues": "https://github.com/easy-coding-standard/easy-coding-standard/issues", - "source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/11.3.4" + "source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/11.4.3" }, "funding": [ { @@ -6347,7 +6348,7 @@ "type": "github" } ], - "time": "2023-05-10T14:44:08+00:00" + "time": "2023-06-19T09:53:03+00:00" }, { "name": "symplify/rule-doc-generator-contracts", diff --git a/package.json b/package.json index 707a64e8..4ff0f245 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "@codemirror/lang-xml": "^6.0.2", "@codemirror/language": "^6.8.0", "@codemirror/state": "^6.2.1", - "@codemirror/view": "^6.13.1", - "@floating-ui/dom": "^1.3.0", + "@codemirror/view": "^6.13.2", + "@floating-ui/dom": "^1.4.1", "@github/clipboard-copy-element": "^1.2.1", "@github/hotkey": "^2.0.1", "@github/markdown-toolbar-element": "^2.1.1", @@ -64,14 +64,14 @@ "@types/leaflet": "^1.9.3", "@types/marked": "^5.0.0", "@types/wavesurfer.js": "^6.0.6", - "@typescript-eslint/eslint-plugin": "^5.59.9", - "@typescript-eslint/parser": "^5.59.9", + "@typescript-eslint/eslint-plugin": "^5.59.11", + "@typescript-eslint/parser": "^5.59.11", "all-contributors-cli": "^6.26.0", "commitizen": "^4.3.0", "cross-env": "^7.0.3", "cssnano": "^6.0.1", "cz-conventional-changelog": "^3.3.0", - "eslint": "^8.42.0", + "eslint": "^8.43.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^4.2.1", "husky": "^8.0.3", @@ -79,13 +79,13 @@ "lint-staged": "^13.2.2", "postcss": "^8.4.24", "postcss-import": "^15.1.0", - "postcss-nesting": "^11.2.2", - "postcss-preset-env": "^8.4.2", + "postcss-nesting": "^11.3.0", + "postcss-preset-env": "^8.5.0", "postcss-reporter": "^7.0.5", "prettier": "2.8.8", "prettier-plugin-organize-imports": "^3.2.2", "semantic-release": "^21.0.5", - "stylelint": "^15.7.0", + "stylelint": "^15.8.0", "stylelint-config-standard": "^33.0.0", "svgo": "^3.0.2", "tailwindcss": "^3.3.2", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 459e5a6a..9b90d008 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,13 +1,6 @@ - + - - ./app - - - ./app/Views - ./app/Config/Routes.php - @@ -42,4 +35,13 @@ + + + ./app + + + ./app/Views + ./app/Config/Routes.php + + diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 65a3615a..b349578e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,7 +16,7 @@ dependencies: version: 6.2.4 "@codemirror/lang-xml": specifier: ^6.0.2 - version: 6.0.2(@codemirror/view@6.13.1) + version: 6.0.2(@codemirror/view@6.13.2) "@codemirror/language": specifier: ^6.8.0 version: 6.8.0 @@ -24,11 +24,11 @@ dependencies: specifier: ^6.2.1 version: 6.2.1 "@codemirror/view": - specifier: ^6.13.1 - version: 6.13.1 + specifier: ^6.13.2 + version: 6.13.2 "@floating-ui/dom": - specifier: ^1.3.0 - version: 1.3.0 + specifier: ^1.4.1 + version: 1.4.1 "@github/clipboard-copy-element": specifier: ^1.2.1 version: 1.2.1 @@ -113,11 +113,11 @@ devDependencies: specifier: ^6.0.6 version: 6.0.6 "@typescript-eslint/eslint-plugin": - specifier: ^5.59.9 - version: 5.59.9(@typescript-eslint/parser@5.59.9)(eslint@8.42.0)(typescript@5.1.3) + specifier: ^5.59.11 + version: 5.59.11(@typescript-eslint/parser@5.59.11)(eslint@8.43.0)(typescript@5.1.3) "@typescript-eslint/parser": - specifier: ^5.59.9 - version: 5.59.9(eslint@8.42.0)(typescript@5.1.3) + specifier: ^5.59.11 + version: 5.59.11(eslint@8.43.0)(typescript@5.1.3) all-contributors-cli: specifier: ^6.26.0 version: 6.26.0 @@ -134,14 +134,14 @@ devDependencies: specifier: ^3.3.0 version: 3.3.0 eslint: - specifier: ^8.42.0 - version: 8.42.0 + specifier: ^8.43.0 + version: 8.43.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.42.0) + version: 8.8.0(eslint@8.43.0) eslint-plugin-prettier: specifier: ^4.2.1 - version: 4.2.1(eslint-config-prettier@8.8.0)(eslint@8.42.0)(prettier@2.8.8) + version: 4.2.1(eslint-config-prettier@8.8.0)(eslint@8.43.0)(prettier@2.8.8) husky: specifier: ^8.0.3 version: 8.0.3 @@ -158,11 +158,11 @@ devDependencies: specifier: ^15.1.0 version: 15.1.0(postcss@8.4.24) postcss-nesting: - specifier: ^11.2.2 - version: 11.2.2(postcss@8.4.24) + specifier: ^11.3.0 + version: 11.3.0(postcss@8.4.24) postcss-preset-env: - specifier: ^8.4.2 - version: 8.4.2(postcss@8.4.24) + specifier: ^8.5.0 + version: 8.5.0(postcss@8.4.24) postcss-reporter: specifier: ^7.0.5 version: 7.0.5(postcss@8.4.24) @@ -176,11 +176,11 @@ devDependencies: specifier: ^21.0.5 version: 21.0.5 stylelint: - specifier: ^15.7.0 - version: 15.7.0 + specifier: ^15.8.0 + version: 15.8.0 stylelint-config-standard: specifier: ^33.0.0 - version: 33.0.0(stylelint@15.7.0) + version: 33.0.0(stylelint@15.8.0) svgo: specifier: ^3.0.2 version: 3.0.2 @@ -192,7 +192,7 @@ devDependencies: version: 5.1.3 vite: specifier: ^4.3.9 - version: 4.3.9(@types/node@20.2.5) + version: 4.3.9(@types/node@20.3.1) vite-plugin-pwa: specifier: ^0.16.4 version: 0.16.4(vite@4.3.9)(workbox-build@7.0.0)(workbox-window@7.0.0) @@ -231,8 +231,8 @@ packages: integrity: sha512-YUe5/p75tIC/PY5ffbLL8TdaLZWenfspluj9Ouqy0389GFlU32cH8tXLFKLBoRaUVz8lGB70Hq+PefCCMAKp7A==, } dependencies: - "@babel/runtime": 7.22.3 - core-js: 3.30.2 + "@babel/runtime": 7.22.5 + core-js: 3.31.0 d3-force: 3.0.0 d3-geo: 3.1.0 d3-geo-projection: 4.0.0 @@ -273,41 +273,41 @@ packages: leven: 3.1.0 dev: true - /@babel/code-frame@7.21.4: + /@babel/code-frame@7.22.5: resolution: { - integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==, + integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/highlight": 7.18.6 + "@babel/highlight": 7.22.5 dev: true - /@babel/compat-data@7.22.3: + /@babel/compat-data@7.22.5: resolution: { - integrity: sha512-aNtko9OPOwVESUFp3MZfD8Uzxl7JzSeJpd7npIoxCasU37PFbAQRpKglkaKwlHOyeJdrREpo8TW8ldrkYWwvIQ==, + integrity: sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==, } engines: { node: ">=6.9.0" } dev: true - /@babel/core@7.22.1: + /@babel/core@7.22.5: resolution: { - integrity: sha512-Hkqu7J4ynysSXxmAahpN1jjRwVJ+NdpraFLIWflgjpVob3KNyK3/tIUc7Q7szed8WMp0JNa7Qtd1E9Oo22F9gA==, + integrity: sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==, } engines: { node: ">=6.9.0" } dependencies: "@ampproject/remapping": 2.2.1 - "@babel/code-frame": 7.21.4 - "@babel/generator": 7.22.3 - "@babel/helper-compilation-targets": 7.22.1(@babel/core@7.22.1) - "@babel/helper-module-transforms": 7.22.1 - "@babel/helpers": 7.22.3 - "@babel/parser": 7.22.4 - "@babel/template": 7.21.9 - "@babel/traverse": 7.22.4 - "@babel/types": 7.22.4 + "@babel/code-frame": 7.22.5 + "@babel/generator": 7.22.5 + "@babel/helper-compilation-targets": 7.22.5(@babel/core@7.22.5) + "@babel/helper-module-transforms": 7.22.5 + "@babel/helpers": 7.22.5 + "@babel/parser": 7.22.5 + "@babel/template": 7.22.5 + "@babel/traverse": 7.22.5 + "@babel/types": 7.22.5 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -317,95 +317,95 @@ packages: - supports-color dev: true - /@babel/generator@7.22.3: + /@babel/generator@7.22.5: resolution: { - integrity: sha512-C17MW4wlk//ES/CJDL51kPNwl+qiBQyN7b9SKyVp11BLGFeSPoVaHrv+MNt8jwQFhQWowW88z1eeBx3pFz9v8A==, + integrity: sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.22.4 + "@babel/types": 7.22.5 "@jridgewell/gen-mapping": 0.3.3 "@jridgewell/trace-mapping": 0.3.18 jsesc: 2.5.2 dev: true - /@babel/helper-annotate-as-pure@7.18.6: + /@babel/helper-annotate-as-pure@7.22.5: resolution: { - integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==, + integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.22.4 + "@babel/types": 7.22.5 dev: true - /@babel/helper-builder-binary-assignment-operator-visitor@7.22.3: + /@babel/helper-builder-binary-assignment-operator-visitor@7.22.5: resolution: { - integrity: sha512-ahEoxgqNoYXm0k22TvOke48i1PkavGu0qGCmcq9ugi6gnmvKNaMjKBSrZTnWUi1CFEeNAUiVba0Wtzm03aSkJg==, + integrity: sha512-m1EP3lVOPptR+2DwD125gziZNcmoNSHGmJROKoy87loWUQyJaVXDgpmruWqDARZSmtYQ+Dl25okU8+qhVzuykw==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.22.4 + "@babel/types": 7.22.5 dev: true - /@babel/helper-compilation-targets@7.22.1(@babel/core@7.22.1): + /@babel/helper-compilation-targets@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-Rqx13UM3yVB5q0D/KwQ8+SPfX/+Rnsy1Lw1k/UwOC4KC6qrzIQoY3lYnBu5EHKBlEHHcj0M0W8ltPSkD8rqfsQ==, + integrity: sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/compat-data": 7.22.3 - "@babel/core": 7.22.1 - "@babel/helper-validator-option": 7.21.0 - browserslist: 4.21.7 + "@babel/compat-data": 7.22.5 + "@babel/core": 7.22.5 + "@babel/helper-validator-option": 7.22.5 + browserslist: 4.21.9 lru-cache: 5.1.1 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin@7.22.1(@babel/core@7.22.1): + /@babel/helper-create-class-features-plugin@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-SowrZ9BWzYFgzUMwUmowbPSGu6CXL5MSuuCkG3bejahSpSymioPmuLdhPxNOc9MjuNGjy7M/HaXvJ8G82Lywlw==, + integrity: sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-annotate-as-pure": 7.18.6 - "@babel/helper-environment-visitor": 7.22.1 - "@babel/helper-function-name": 7.21.0 - "@babel/helper-member-expression-to-functions": 7.22.3 - "@babel/helper-optimise-call-expression": 7.18.6 - "@babel/helper-replace-supers": 7.22.1 - "@babel/helper-skip-transparent-expression-wrappers": 7.20.0 - "@babel/helper-split-export-declaration": 7.18.6 + "@babel/core": 7.22.5 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-environment-visitor": 7.22.5 + "@babel/helper-function-name": 7.22.5 + "@babel/helper-member-expression-to-functions": 7.22.5 + "@babel/helper-optimise-call-expression": 7.22.5 + "@babel/helper-replace-supers": 7.22.5 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + "@babel/helper-split-export-declaration": 7.22.5 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-create-regexp-features-plugin@7.22.1(@babel/core@7.22.1): + /@babel/helper-create-regexp-features-plugin@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-WWjdnfR3LPIe+0EY8td7WmjhytxXtjKAEpnAxun/hkNiyOaPlvGK+NZaBFIdi9ndYV3Gav7BpFvtUwnaJlwi1w==, + integrity: sha512-1VpEFOIbMRaXyDeUwUfmTIxExLwQ+zkW+Bh5zXpApA3oQedBx9v/updixWxnx/bZpKw7u8VxWjb/qWpIcmPq8A==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-annotate-as-pure": 7.18.6 + "@babel/core": 7.22.5 + "@babel/helper-annotate-as-pure": 7.22.5 regexpu-core: 5.3.2 semver: 6.3.0 dev: true - /@babel/helper-define-polyfill-provider@0.4.0(@babel/core@7.22.1): + /@babel/helper-define-polyfill-provider@0.4.0(@babel/core@7.22.5): resolution: { integrity: sha512-RnanLx5ETe6aybRi1cO/edaRH+bNYWaryCEmjDDYyNr4wnSzyOp8T0dWipmqVHKEY3AbVKUom50AKSlj1zmKbg==, @@ -413,9 +413,9 @@ packages: peerDependencies: "@babel/core": ^7.4.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-compilation-targets": 7.22.1(@babel/core@7.22.1) - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-compilation-targets": 7.22.5(@babel/core@7.22.5) + "@babel/helper-plugin-utils": 7.22.5 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.2 @@ -424,280 +424,274 @@ packages: - supports-color dev: true - /@babel/helper-environment-visitor@7.22.1: + /@babel/helper-environment-visitor@7.22.5: resolution: { - integrity: sha512-Z2tgopurB/kTbidvzeBrc2To3PUP/9i5MUe+fU6QJCQDyPwSH2oRapkLw3KGECDYSjhQZCNxEvNvZlLw8JjGwA==, + integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==, } engines: { node: ">=6.9.0" } dev: true - /@babel/helper-function-name@7.21.0: + /@babel/helper-function-name@7.22.5: resolution: { - integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==, + integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/template": 7.21.9 - "@babel/types": 7.22.4 + "@babel/template": 7.22.5 + "@babel/types": 7.22.5 dev: true - /@babel/helper-hoist-variables@7.18.6: + /@babel/helper-hoist-variables@7.22.5: resolution: { - integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==, + integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.22.4 + "@babel/types": 7.22.5 dev: true - /@babel/helper-member-expression-to-functions@7.22.3: + /@babel/helper-member-expression-to-functions@7.22.5: resolution: { - integrity: sha512-Gl7sK04b/2WOb6OPVeNy9eFKeD3L6++CzL3ykPOWqTn08xgYYK0wz4TUh2feIImDXxcVW3/9WQ1NMKY66/jfZA==, + integrity: sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.22.4 + "@babel/types": 7.22.5 dev: true - /@babel/helper-module-imports@7.21.4: + /@babel/helper-module-imports@7.22.5: resolution: { - integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==, + integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.22.4 + "@babel/types": 7.22.5 dev: true - /@babel/helper-module-transforms@7.22.1: + /@babel/helper-module-transforms@7.22.5: resolution: { - integrity: sha512-dxAe9E7ySDGbQdCVOY/4+UcD8M9ZFqZcZhSPsPacvCG4M+9lwtDDQfI2EoaSvmf7W/8yCBkGU0m7Pvt1ru3UZw==, + integrity: sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/helper-environment-visitor": 7.22.1 - "@babel/helper-module-imports": 7.21.4 - "@babel/helper-simple-access": 7.21.5 - "@babel/helper-split-export-declaration": 7.18.6 - "@babel/helper-validator-identifier": 7.19.1 - "@babel/template": 7.21.9 - "@babel/traverse": 7.22.4 - "@babel/types": 7.22.4 + "@babel/helper-environment-visitor": 7.22.5 + "@babel/helper-module-imports": 7.22.5 + "@babel/helper-simple-access": 7.22.5 + "@babel/helper-split-export-declaration": 7.22.5 + "@babel/helper-validator-identifier": 7.22.5 + "@babel/template": 7.22.5 + "@babel/traverse": 7.22.5 + "@babel/types": 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-optimise-call-expression@7.18.6: + /@babel/helper-optimise-call-expression@7.22.5: resolution: { - integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==, + integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.22.4 + "@babel/types": 7.22.5 dev: true - /@babel/helper-plugin-utils@7.21.5: + /@babel/helper-plugin-utils@7.22.5: resolution: { - integrity: sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==, + integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==, } engines: { node: ">=6.9.0" } dev: true - /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.22.1): + /@babel/helper-remap-async-to-generator@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==, + integrity: sha512-cU0Sq1Rf4Z55fgz7haOakIyM7+x/uCFwXpLPaeRzfoUtAEAuUZjZvFPjL/rk5rW693dIgn2hng1W7xbT7lWT4g==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-annotate-as-pure": 7.18.6 - "@babel/helper-environment-visitor": 7.22.1 - "@babel/helper-wrap-function": 7.20.5 - "@babel/types": 7.22.4 + "@babel/core": 7.22.5 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-environment-visitor": 7.22.5 + "@babel/helper-wrap-function": 7.22.5 + "@babel/types": 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-replace-supers@7.22.1: + /@babel/helper-replace-supers@7.22.5: resolution: { - integrity: sha512-ut4qrkE4AuSfrwHSps51ekR1ZY/ygrP1tp0WFm8oVq6nzc/hvfV/22JylndIbsf2U2M9LOMwiSddr6y+78j+OQ==, + integrity: sha512-aLdNM5I3kdI/V9xGNyKSF3X/gTyMUBohTZ+/3QdQKAA9vxIiy12E+8E2HoOP1/DjeqU+g6as35QHJNMDDYpuCg==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/helper-environment-visitor": 7.22.1 - "@babel/helper-member-expression-to-functions": 7.22.3 - "@babel/helper-optimise-call-expression": 7.18.6 - "@babel/template": 7.21.9 - "@babel/traverse": 7.22.4 - "@babel/types": 7.22.4 + "@babel/helper-environment-visitor": 7.22.5 + "@babel/helper-member-expression-to-functions": 7.22.5 + "@babel/helper-optimise-call-expression": 7.22.5 + "@babel/template": 7.22.5 + "@babel/traverse": 7.22.5 + "@babel/types": 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-simple-access@7.21.5: + /@babel/helper-simple-access@7.22.5: resolution: { - integrity: sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==, + integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.22.4 + "@babel/types": 7.22.5 dev: true - /@babel/helper-skip-transparent-expression-wrappers@7.20.0: + /@babel/helper-skip-transparent-expression-wrappers@7.22.5: resolution: { - integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==, + integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.22.4 + "@babel/types": 7.22.5 dev: true - /@babel/helper-split-export-declaration@7.18.6: + /@babel/helper-split-export-declaration@7.22.5: resolution: { - integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==, + integrity: sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.22.4 + "@babel/types": 7.22.5 dev: true - /@babel/helper-string-parser@7.21.5: + /@babel/helper-string-parser@7.22.5: resolution: { - integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==, + integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==, } engines: { node: ">=6.9.0" } dev: true - /@babel/helper-validator-identifier@7.19.1: + /@babel/helper-validator-identifier@7.22.5: resolution: { - integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==, + integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==, } engines: { node: ">=6.9.0" } dev: true - /@babel/helper-validator-option@7.21.0: + /@babel/helper-validator-option@7.22.5: resolution: { - integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==, + integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==, } engines: { node: ">=6.9.0" } dev: true - /@babel/helper-wrap-function@7.20.5: + /@babel/helper-wrap-function@7.22.5: resolution: { - integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==, + integrity: sha512-bYqLIBSEshYcYQyfks8ewYA8S30yaGSeRslcvKMvoUk6HHPySbxHq9YRi6ghhzEU+yhQv9bP/jXnygkStOcqZw==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/helper-function-name": 7.21.0 - "@babel/template": 7.21.9 - "@babel/traverse": 7.22.4 - "@babel/types": 7.22.4 + "@babel/helper-function-name": 7.22.5 + "@babel/template": 7.22.5 + "@babel/traverse": 7.22.5 + "@babel/types": 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/helpers@7.22.3: + /@babel/helpers@7.22.5: resolution: { - integrity: sha512-jBJ7jWblbgr7r6wYZHMdIqKc73ycaTcCaWRq4/2LpuPHcx7xMlZvpGQkOYc9HeSjn6rcx15CPlgVcBtZ4WZJ2w==, + integrity: sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/template": 7.21.9 - "@babel/traverse": 7.22.4 - "@babel/types": 7.22.4 + "@babel/template": 7.22.5 + "@babel/traverse": 7.22.5 + "@babel/types": 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/highlight@7.18.6: + /@babel/highlight@7.22.5: resolution: { - integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==, + integrity: sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/helper-validator-identifier": 7.19.1 + "@babel/helper-validator-identifier": 7.22.5 chalk: 2.4.2 js-tokens: 4.0.0 dev: true - /@babel/parser@7.22.4: + /@babel/parser@7.22.5: resolution: { - integrity: sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==, + integrity: sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==, } engines: { node: ">=6.0.0" } hasBin: true dependencies: - "@babel/types": 7.22.4 + "@babel/types": 7.22.5 dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.22.1): + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==, + integrity: sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.3(@babel/core@7.22.1): + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-6r4yRwEnorYByILoDRnEqxtojYKuiIv9FojW2E8GUKo9eWBwbKcd9IiZOZpdyXc64RmyGGyPu3/uAcrz/dq2kQ==, + integrity: sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.13.0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.20.0 - "@babel/plugin-transform-optional-chaining": 7.22.3(@babel/core@7.22.1) + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + "@babel/plugin-transform-optional-chaining": 7.22.5(@babel/core@7.22.5) dev: true - /@babel/plugin-proposal-private-property-in-object@7.21.10(@babel/core@7.22.1): + /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.5): resolution: { - integrity: sha512-3YybmT8FN4sZFXp0kTr9Gbu90wAIhC3feNung+qcRQ1wALGoSHgOz1c+fR3ZLGZ0LXqIpYmtE6Faua6tMDarUg==, + integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-annotate-as-pure": 7.18.6 - "@babel/helper-create-class-features-plugin": 7.22.1(@babel/core@7.22.1) - "@babel/helper-plugin-utils": 7.21.5 - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.1) - transitivePeerDependencies: - - supports-color + "@babel/core": 7.22.5 dev: true - /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.22.1): + /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.22.5): resolution: { integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==, @@ -706,12 +700,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-create-regexp-features-plugin": 7.22.1(@babel/core@7.22.1) - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.22.5) + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.1): + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.5): resolution: { integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==, @@ -719,11 +713,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.1): + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.5): resolution: { integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==, @@ -731,11 +725,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.1): + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.5): resolution: { integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==, @@ -744,11 +738,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.1): + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.5): resolution: { integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==, @@ -756,11 +750,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.1): + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.5): resolution: { integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==, @@ -768,37 +762,37 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.22.1): + /@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==, + integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-import-attributes@7.22.3(@babel/core@7.22.1): + /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-i35jZJv6aO7hxEbIWQ41adVfOzjm9dcYDNeWlBMd8p0ZQRtNUCBrmGwZt+H5lb+oOC9a3svp956KP0oWGA1YsA==, + integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.1): + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.5): resolution: { integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==, @@ -806,11 +800,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.1): + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.5): resolution: { integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==, @@ -818,11 +812,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.1): + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.5): resolution: { integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==, @@ -830,11 +824,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.1): + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.5): resolution: { integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==, @@ -842,11 +836,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.1): + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.5): resolution: { integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==, @@ -854,11 +848,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.1): + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.5): resolution: { integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==, @@ -866,11 +860,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.1): + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.5): resolution: { integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==, @@ -878,11 +872,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.1): + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.5): resolution: { integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==, @@ -890,11 +884,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.1): + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.5): resolution: { integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==, @@ -903,11 +897,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.1): + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.5): resolution: { integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==, @@ -916,11 +910,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.1): + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.5): resolution: { integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==, @@ -929,806 +923,806 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-create-regexp-features-plugin": 7.22.1(@babel/core@7.22.1) - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.22.5) + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.22.1): + /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==, + integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-async-generator-functions@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-async-generator-functions@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-36A4Aq48t66btydbZd5Fk0/xJqbpg/v4QWI4AH4cYHBXy9Mu42UOupZpebKFiCFNT9S9rJFcsld0gsv0ayLjtA==, + integrity: sha512-gGOEvFzm3fWoyD5uZq7vVTD57pPJ3PczPUD/xCFGjzBpUosnklmXyKnGQbbbGs1NPNPskFex0j93yKbHt0cHyg==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-environment-visitor": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 - "@babel/helper-remap-async-to-generator": 7.18.9(@babel/core@7.22.1) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.1) + "@babel/core": 7.22.5 + "@babel/helper-environment-visitor": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-remap-async-to-generator": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.5) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.22.1): + /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==, + integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-module-imports": 7.21.4 - "@babel/helper-plugin-utils": 7.21.5 - "@babel/helper-remap-async-to-generator": 7.18.9(@babel/core@7.22.1) + "@babel/core": 7.22.5 + "@babel/helper-module-imports": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-remap-async-to-generator": 7.22.5(@babel/core@7.22.5) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==, + integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.22.1): + /@babel/plugin-transform-block-scoping@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==, + integrity: sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-class-properties@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-mASLsd6rhOrLZ5F3WbCxkzl67mmOnqik0zrg5W6D/X0QMW7HtvnoL1dRARLKIbMP3vXwkwziuLesPqWVGIl6Bw==, + integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-create-class-features-plugin": 7.22.1(@babel/core@7.22.1) - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-create-class-features-plugin": 7.22.5(@babel/core@7.22.5) + "@babel/helper-plugin-utils": 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-class-static-block@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-class-static-block@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-5BirgNWNOx7cwbTJCOmKFJ1pZjwk5MUfMIwiBBvsirCJMZeQgs5pk6i1OlkVg+1Vef5LfBahFOrdCnAWvkVKMw==, + integrity: sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.12.0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-create-class-features-plugin": 7.22.1(@babel/core@7.22.1) - "@babel/helper-plugin-utils": 7.21.5 - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.22.1) + "@babel/core": 7.22.5 + "@babel/helper-create-class-features-plugin": 7.22.5(@babel/core@7.22.5) + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.22.5) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-classes@7.21.0(@babel/core@7.22.1): + /@babel/plugin-transform-classes@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==, + integrity: sha512-2edQhLfibpWpsVBx2n/GKOz6JdGQvLruZQfGr9l1qes2KQaWswjBzhQF7UDUZMNaMMQeYnQzxwOMPsbYF7wqPQ==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-annotate-as-pure": 7.18.6 - "@babel/helper-compilation-targets": 7.22.1(@babel/core@7.22.1) - "@babel/helper-environment-visitor": 7.22.1 - "@babel/helper-function-name": 7.21.0 - "@babel/helper-optimise-call-expression": 7.18.6 - "@babel/helper-plugin-utils": 7.21.5 - "@babel/helper-replace-supers": 7.22.1 - "@babel/helper-split-export-declaration": 7.18.6 + "@babel/core": 7.22.5 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-compilation-targets": 7.22.5(@babel/core@7.22.5) + "@babel/helper-environment-visitor": 7.22.5 + "@babel/helper-function-name": 7.22.5 + "@babel/helper-optimise-call-expression": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-replace-supers": 7.22.5 + "@babel/helper-split-export-declaration": 7.22.5 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.22.1): + /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==, + integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 - "@babel/template": 7.21.9 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/template": 7.22.5 dev: true - /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.22.1): + /@babel/plugin-transform-destructuring@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==, + integrity: sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==, + integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-create-regexp-features-plugin": 7.22.1(@babel/core@7.22.1) - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.22.5) + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.22.1): + /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==, + integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-dynamic-import@7.22.1(@babel/core@7.22.1): + /@babel/plugin-transform-dynamic-import@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-rlhWtONnVBPdmt+jeewS0qSnMz/3yLFrqAP8hHC6EDcrYRSyuz9f9yQhHvVn2Ad6+yO9fHXac5piudeYrInxwQ==, + integrity: sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.1) + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.5) dev: true - /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==, + integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-builder-binary-assignment-operator-visitor": 7.22.3 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-builder-binary-assignment-operator-visitor": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-export-namespace-from@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-export-namespace-from@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-5Ti1cHLTDnt3vX61P9KZ5IG09bFXp4cDVFJIAeCZuxu9OXXJJZp5iP0n/rzM2+iAutJY+KWEyyHcRaHlpQ/P5g==, + integrity: sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.1) + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.5) dev: true - /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.22.1): + /@babel/plugin-transform-for-of@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==, + integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.22.1): + /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==, + integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-compilation-targets": 7.22.1(@babel/core@7.22.1) - "@babel/helper-function-name": 7.21.0 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-compilation-targets": 7.22.5(@babel/core@7.22.5) + "@babel/helper-function-name": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-json-strings@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-json-strings@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-IuvOMdeOOY2X4hRNAT6kwbePtK21BUyrAEgLKviL8pL6AEEVUVcqtRdN/HJXBLGIbt9T3ETmXRnFedRRmQNTYw==, + integrity: sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.1) + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.5) dev: true - /@babel/plugin-transform-literals@7.18.9(@babel/core@7.22.1): + /@babel/plugin-transform-literals@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==, + integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-logical-assignment-operators@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-logical-assignment-operators@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-CbayIfOw4av2v/HYZEsH+Klks3NC2/MFIR3QR8gnpGNNPEaq2fdlVCRYG/paKs7/5hvBLQ+H70pGWOHtlNEWNA==, + integrity: sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.1) + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.5) dev: true - /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==, + integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.22.1): + /@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==, + integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-module-transforms": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-module-transforms": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.22.1): + /@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==, + integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-module-transforms": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 - "@babel/helper-simple-access": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-module-transforms": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-simple-access": 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-modules-systemjs@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-V21W3bKLxO3ZjcBJZ8biSvo5gQ85uIXW2vJfh7JSWf/4SLUSr1tOoHX3ruN4+Oqa2m+BKfsxTR1I+PsvkIWvNw==, + integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-hoist-variables": 7.18.6 - "@babel/helper-module-transforms": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 - "@babel/helper-validator-identifier": 7.19.1 + "@babel/core": 7.22.5 + "@babel/helper-hoist-variables": 7.22.5 + "@babel/helper-module-transforms": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-validator-identifier": 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==, + integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-module-transforms": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-module-transforms": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-named-capturing-groups-regex@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-c6HrD/LpUdNNJsISQZpds3TXvfYIAbo+efE9aWmY/PmSRD0agrJ9cPMt4BmArwUQ7ZymEWTFjTyp+yReLJZh0Q==, + integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-create-regexp-features-plugin": 7.22.1(@babel/core@7.22.1) - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.22.5) + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-new-target@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-5RuJdSo89wKdkRTqtM9RVVJzHum9c2s0te9rB7vZC1zKKxcioWIy+xcu4OoIAjyFZhb/bp5KkunuLin1q7Ct+w==, + integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-nullish-coalescing-operator@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-nullish-coalescing-operator@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-CpaoNp16nX7ROtLONNuCyenYdY/l7ZsR6aoVa7rW7nMWisoNoQNIH5Iay/4LDyRjKMuElMqXiBoOQCDLTMGZiw==, + integrity: sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.1) + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.5) dev: true - /@babel/plugin-transform-numeric-separator@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-numeric-separator@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-+AF88fPDJrnseMh5vD9+SH6wq4ZMvpiTMHh58uLs+giMEyASFVhcT3NkoyO+NebFCNnpHJEq5AXO2txV4AGPDQ==, + integrity: sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.1) + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.5) dev: true - /@babel/plugin-transform-object-rest-spread@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-object-rest-spread@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-38bzTsqMMCI46/TQnJwPPpy33EjLCc1Gsm2hRTF6zTMWnKsN61vdrpuzIEGQyKEhDSYDKyZHrrd5FMj4gcUHhw==, + integrity: sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/compat-data": 7.22.3 - "@babel/core": 7.22.1 - "@babel/helper-compilation-targets": 7.22.1(@babel/core@7.22.1) - "@babel/helper-plugin-utils": 7.21.5 - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.1) - "@babel/plugin-transform-parameters": 7.22.3(@babel/core@7.22.1) + "@babel/compat-data": 7.22.5 + "@babel/core": 7.22.5 + "@babel/helper-compilation-targets": 7.22.5(@babel/core@7.22.5) + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.5) + "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.22.5) dev: true - /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==, + integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 - "@babel/helper-replace-supers": 7.22.1 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-replace-supers": 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-optional-catch-binding@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-optional-catch-binding@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-bnDFWXFzWY0BsOyqaoSXvMQ2F35zutQipugog/rqotL2S4ciFOKlRYUu9djt4iq09oh2/34hqfRR2k1dIvuu4g==, + integrity: sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.1) + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.5) dev: true - /@babel/plugin-transform-optional-chaining@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-optional-chaining@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-63v3/UFFxhPKT8j8u1jTTGVyITxl7/7AfOqK8C5gz1rHURPUGe3y5mvIf68eYKGoBNahtJnTxBKug4BQOnzeJg==, + integrity: sha512-AconbMKOMkyG+xCng2JogMCDcqW8wedQAqpVIL4cOSescZ7+iW8utC6YDZLMCSUIReEA733gzRSaOSXMAt/4WQ==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.20.0 - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.1) + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.5) dev: true - /@babel/plugin-transform-parameters@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-parameters@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-x7QHQJHPuD9VmfpzboyGJ5aHEr9r7DsAsdxdhJiTB3J3j8dyl+NFZ+rX5Q2RWFDCs61c06qBfS4ys2QYn8UkMw==, + integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-private-methods@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-fC7jtjBPFqhqpPAE+O4LKwnLq7gGkD3ZmC2E3i4qWH34mH3gOg2Xrq5YMHUq6DM30xhqM1DNftiRaSqVjEG+ug==, + integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-create-class-features-plugin": 7.22.1(@babel/core@7.22.1) - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-create-class-features-plugin": 7.22.5(@babel/core@7.22.5) + "@babel/helper-plugin-utils": 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-private-property-in-object@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-private-property-in-object@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-C7MMl4qWLpgVCbXfj3UW8rR1xeCnisQ0cU7YJHV//8oNBS0aCIVg1vFnZXxOckHhEpQyqNNkWmvSEWnMLlc+Vw==, + integrity: sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-annotate-as-pure": 7.18.6 - "@babel/helper-create-class-features-plugin": 7.22.1(@babel/core@7.22.1) - "@babel/helper-plugin-utils": 7.21.5 - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.1) + "@babel/core": 7.22.5 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-create-class-features-plugin": 7.22.5(@babel/core@7.22.5) + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.5) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==, + integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.22.1): + /@babel/plugin-transform-regenerator@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==, + integrity: sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 regenerator-transform: 0.15.1 dev: true - /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==, + integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==, + integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-spread@7.20.7(@babel/core@7.22.1): + /@babel/plugin-transform-spread@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==, + integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.20.0 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 dev: true - /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==, + integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.22.1): + /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==, + integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.22.1): + /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==, + integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.22.1): + /@babel/plugin-transform-unicode-escapes@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==, + integrity: sha512-biEmVg1IYB/raUO5wT1tgfacCef15Fbzhkx493D3urBI++6hpJ+RFG4SrWMn0NEZLfvilqKf3QDrRVZHo08FYg==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-unicode-property-regex@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-5ScJ+OmdX+O6HRuMGW4kv7RL9vIKdtdAj9wuWUKy1wbHY3jaM/UlyIiC1G7J6UJiiyMukjjK0QwL3P0vBd0yYg==, + integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-create-regexp-features-plugin": 7.22.1(@babel/core@7.22.1) - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.22.5) + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==, + integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-create-regexp-features-plugin": 7.22.1(@babel/core@7.22.1) - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.22.5) + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-unicode-sets-regex@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-hNufLdkF8vqywRp+P55j4FHXqAX2LRUccoZHH7AFn1pq5ZOO2ISKW9w13bFZVjBoTqeve2HOgoJCcaziJVhGNw==, + integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-create-regexp-features-plugin": 7.22.1(@babel/core@7.22.1) - "@babel/helper-plugin-utils": 7.21.5 + "@babel/core": 7.22.5 + "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.22.5) + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/preset-env@7.22.4(@babel/core@7.22.1): + /@babel/preset-env@7.22.5(@babel/core@7.22.5): resolution: { - integrity: sha512-c3lHOjbwBv0TkhYCr+XCR6wKcSZ1QbQTVdSkZUaVpLv8CVWotBMArWUi5UAJrcrQaEnleVkkvaV8F/pmc/STZQ==, + integrity: sha512-fj06hw89dpiZzGZtxn+QybifF07nNiZjZ7sazs2aVDcysAZVGjW7+7iFYxg6GLNM47R/thYfLdrXc+2f11Vi9A==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/compat-data": 7.22.3 - "@babel/core": 7.22.1 - "@babel/helper-compilation-targets": 7.22.1(@babel/core@7.22.1) - "@babel/helper-plugin-utils": 7.21.5 - "@babel/helper-validator-option": 7.21.0 - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.18.6(@babel/core@7.22.1) - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.22.3(@babel/core@7.22.1) - "@babel/plugin-proposal-private-property-in-object": 7.21.10(@babel/core@7.22.1) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.1) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.22.1) - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.22.1) - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.1) - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.1) - "@babel/plugin-syntax-import-assertions": 7.20.0(@babel/core@7.22.1) - "@babel/plugin-syntax-import-attributes": 7.22.3(@babel/core@7.22.1) - "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.22.1) - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.1) - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.1) - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.1) - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.1) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.1) - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.1) - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.1) - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.1) - "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.22.1) - "@babel/plugin-syntax-unicode-sets-regex": 7.18.6(@babel/core@7.22.1) - "@babel/plugin-transform-arrow-functions": 7.21.5(@babel/core@7.22.1) - "@babel/plugin-transform-async-generator-functions": 7.22.3(@babel/core@7.22.1) - "@babel/plugin-transform-async-to-generator": 7.20.7(@babel/core@7.22.1) - "@babel/plugin-transform-block-scoped-functions": 7.18.6(@babel/core@7.22.1) - "@babel/plugin-transform-block-scoping": 7.21.0(@babel/core@7.22.1) - "@babel/plugin-transform-class-properties": 7.22.3(@babel/core@7.22.1) - "@babel/plugin-transform-class-static-block": 7.22.3(@babel/core@7.22.1) - "@babel/plugin-transform-classes": 7.21.0(@babel/core@7.22.1) - "@babel/plugin-transform-computed-properties": 7.21.5(@babel/core@7.22.1) - "@babel/plugin-transform-destructuring": 7.21.3(@babel/core@7.22.1) - "@babel/plugin-transform-dotall-regex": 7.18.6(@babel/core@7.22.1) - "@babel/plugin-transform-duplicate-keys": 7.18.9(@babel/core@7.22.1) - "@babel/plugin-transform-dynamic-import": 7.22.1(@babel/core@7.22.1) - "@babel/plugin-transform-exponentiation-operator": 7.18.6(@babel/core@7.22.1) - "@babel/plugin-transform-export-namespace-from": 7.22.3(@babel/core@7.22.1) - "@babel/plugin-transform-for-of": 7.21.5(@babel/core@7.22.1) - "@babel/plugin-transform-function-name": 7.18.9(@babel/core@7.22.1) - "@babel/plugin-transform-json-strings": 7.22.3(@babel/core@7.22.1) - "@babel/plugin-transform-literals": 7.18.9(@babel/core@7.22.1) - "@babel/plugin-transform-logical-assignment-operators": 7.22.3(@babel/core@7.22.1) - "@babel/plugin-transform-member-expression-literals": 7.18.6(@babel/core@7.22.1) - "@babel/plugin-transform-modules-amd": 7.20.11(@babel/core@7.22.1) - "@babel/plugin-transform-modules-commonjs": 7.21.5(@babel/core@7.22.1) - "@babel/plugin-transform-modules-systemjs": 7.22.3(@babel/core@7.22.1) - "@babel/plugin-transform-modules-umd": 7.18.6(@babel/core@7.22.1) - "@babel/plugin-transform-named-capturing-groups-regex": 7.22.3(@babel/core@7.22.1) - "@babel/plugin-transform-new-target": 7.22.3(@babel/core@7.22.1) - "@babel/plugin-transform-nullish-coalescing-operator": 7.22.3(@babel/core@7.22.1) - "@babel/plugin-transform-numeric-separator": 7.22.3(@babel/core@7.22.1) - "@babel/plugin-transform-object-rest-spread": 7.22.3(@babel/core@7.22.1) - "@babel/plugin-transform-object-super": 7.18.6(@babel/core@7.22.1) - "@babel/plugin-transform-optional-catch-binding": 7.22.3(@babel/core@7.22.1) - "@babel/plugin-transform-optional-chaining": 7.22.3(@babel/core@7.22.1) - "@babel/plugin-transform-parameters": 7.22.3(@babel/core@7.22.1) - "@babel/plugin-transform-private-methods": 7.22.3(@babel/core@7.22.1) - "@babel/plugin-transform-private-property-in-object": 7.22.3(@babel/core@7.22.1) - "@babel/plugin-transform-property-literals": 7.18.6(@babel/core@7.22.1) - "@babel/plugin-transform-regenerator": 7.21.5(@babel/core@7.22.1) - "@babel/plugin-transform-reserved-words": 7.18.6(@babel/core@7.22.1) - "@babel/plugin-transform-shorthand-properties": 7.18.6(@babel/core@7.22.1) - "@babel/plugin-transform-spread": 7.20.7(@babel/core@7.22.1) - "@babel/plugin-transform-sticky-regex": 7.18.6(@babel/core@7.22.1) - "@babel/plugin-transform-template-literals": 7.18.9(@babel/core@7.22.1) - "@babel/plugin-transform-typeof-symbol": 7.18.9(@babel/core@7.22.1) - "@babel/plugin-transform-unicode-escapes": 7.21.5(@babel/core@7.22.1) - "@babel/plugin-transform-unicode-property-regex": 7.22.3(@babel/core@7.22.1) - "@babel/plugin-transform-unicode-regex": 7.18.6(@babel/core@7.22.1) - "@babel/plugin-transform-unicode-sets-regex": 7.22.3(@babel/core@7.22.1) - "@babel/preset-modules": 0.1.5(@babel/core@7.22.1) - "@babel/types": 7.22.4 - babel-plugin-polyfill-corejs2: 0.4.3(@babel/core@7.22.1) - babel-plugin-polyfill-corejs3: 0.8.1(@babel/core@7.22.1) - babel-plugin-polyfill-regenerator: 0.5.0(@babel/core@7.22.1) - core-js-compat: 3.30.2 + "@babel/compat-data": 7.22.5 + "@babel/core": 7.22.5 + "@babel/helper-compilation-targets": 7.22.5(@babel/core@7.22.5) + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-validator-option": 7.22.5 + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-proposal-private-property-in-object": 7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.5) + "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.5) + "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.22.5) + "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.22.5) + "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.5) + "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.5) + "@babel/plugin-syntax-import-assertions": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-syntax-import-attributes": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.22.5) + "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.5) + "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.5) + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.5) + "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.5) + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.5) + "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.5) + "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.5) + "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.5) + "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.22.5) + "@babel/plugin-syntax-unicode-sets-regex": 7.18.6(@babel/core@7.22.5) + "@babel/plugin-transform-arrow-functions": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-async-generator-functions": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-async-to-generator": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-block-scoped-functions": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-block-scoping": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-class-properties": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-class-static-block": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-classes": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-computed-properties": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-destructuring": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-dotall-regex": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-duplicate-keys": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-dynamic-import": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-exponentiation-operator": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-export-namespace-from": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-for-of": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-function-name": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-json-strings": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-literals": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-logical-assignment-operators": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-member-expression-literals": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-modules-amd": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-modules-commonjs": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-modules-systemjs": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-modules-umd": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-named-capturing-groups-regex": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-new-target": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-nullish-coalescing-operator": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-numeric-separator": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-object-rest-spread": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-object-super": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-optional-catch-binding": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-optional-chaining": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-private-methods": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-private-property-in-object": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-property-literals": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-regenerator": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-reserved-words": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-shorthand-properties": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-spread": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-sticky-regex": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-template-literals": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-typeof-symbol": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-unicode-escapes": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-unicode-property-regex": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-unicode-regex": 7.22.5(@babel/core@7.22.5) + "@babel/plugin-transform-unicode-sets-regex": 7.22.5(@babel/core@7.22.5) + "@babel/preset-modules": 0.1.5(@babel/core@7.22.5) + "@babel/types": 7.22.5 + babel-plugin-polyfill-corejs2: 0.4.3(@babel/core@7.22.5) + babel-plugin-polyfill-corejs3: 0.8.1(@babel/core@7.22.5) + babel-plugin-polyfill-regenerator: 0.5.0(@babel/core@7.22.5) + core-js-compat: 3.31.0 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-modules@0.1.5(@babel/core@7.22.1): + /@babel/preset-modules@0.1.5(@babel/core@7.22.5): resolution: { integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==, @@ -1736,11 +1730,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-plugin-utils": 7.21.5 - "@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.22.1) - "@babel/plugin-transform-dotall-regex": 7.18.6(@babel/core@7.22.1) - "@babel/types": 7.22.4 + "@babel/core": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.22.5) + "@babel/plugin-transform-dotall-regex": 7.22.5(@babel/core@7.22.5) + "@babel/types": 7.22.5 esutils: 2.0.3 dev: true @@ -1751,64 +1745,64 @@ packages: } dev: true - /@babel/runtime@7.22.3: + /@babel/runtime@7.22.5: resolution: { - integrity: sha512-XsDuspWKLUsxwCp6r7EhsExHtYfbe5oAGQ19kqngTdCPUoPQzOPdUbD/pB9PJiwb2ptYKQDjSJT3R6dC+EPqfQ==, + integrity: sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==, } engines: { node: ">=6.9.0" } dependencies: regenerator-runtime: 0.13.11 - /@babel/template@7.21.9: + /@babel/template@7.22.5: resolution: { - integrity: sha512-MK0X5k8NKOuWRamiEfc3KEJiHMTkGZNUjzMipqCGDDc6ijRl/B7RGSKVGncu4Ro/HdyzzY6cmoXuKI2Gffk7vQ==, + integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/code-frame": 7.21.4 - "@babel/parser": 7.22.4 - "@babel/types": 7.22.4 + "@babel/code-frame": 7.22.5 + "@babel/parser": 7.22.5 + "@babel/types": 7.22.5 dev: true - /@babel/traverse@7.22.4: + /@babel/traverse@7.22.5: resolution: { - integrity: sha512-Tn1pDsjIcI+JcLKq1AVlZEr4226gpuAQTsLMorsYg9tuS/kG7nuwwJ4AB8jfQuEgb/COBwR/DqJxmoiYFu5/rQ==, + integrity: sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/code-frame": 7.21.4 - "@babel/generator": 7.22.3 - "@babel/helper-environment-visitor": 7.22.1 - "@babel/helper-function-name": 7.21.0 - "@babel/helper-hoist-variables": 7.18.6 - "@babel/helper-split-export-declaration": 7.18.6 - "@babel/parser": 7.22.4 - "@babel/types": 7.22.4 + "@babel/code-frame": 7.22.5 + "@babel/generator": 7.22.5 + "@babel/helper-environment-visitor": 7.22.5 + "@babel/helper-function-name": 7.22.5 + "@babel/helper-hoist-variables": 7.22.5 + "@babel/helper-split-export-declaration": 7.22.5 + "@babel/parser": 7.22.5 + "@babel/types": 7.22.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types@7.22.4: + /@babel/types@7.22.5: resolution: { - integrity: sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA==, + integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/helper-string-parser": 7.21.5 - "@babel/helper-validator-identifier": 7.19.1 + "@babel/helper-string-parser": 7.22.5 + "@babel/helper-validator-identifier": 7.22.5 to-fast-properties: 2.0.0 dev: true - /@codemirror/autocomplete@6.7.1(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.13.1)(@lezer/common@1.0.3): + /@codemirror/autocomplete@6.8.0(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.13.2)(@lezer/common@1.0.3): resolution: { - integrity: sha512-hSxf9S0uB+GV+gBsjY1FZNo53e1FFdzPceRfCfD1gWOnV6o21GfB5J5Wg9G/4h76XZMPrF0A6OCK/Rz5+V1egg==, + integrity: sha512-nTimZYnTYaZ5skAt+zlk8BD41GvjpWgtDni2K+BritA7Ed9A0aJWwo1ohTvwUEfHfhIVtcFSLEddVPkegw8C/Q==, } peerDependencies: "@codemirror/language": ^6.0.0 @@ -1818,7 +1812,7 @@ packages: dependencies: "@codemirror/language": 6.8.0 "@codemirror/state": 6.2.1 - "@codemirror/view": 6.13.1 + "@codemirror/view": 6.13.2 "@lezer/common": 1.0.3 dev: false @@ -1830,17 +1824,17 @@ packages: dependencies: "@codemirror/language": 6.8.0 "@codemirror/state": 6.2.1 - "@codemirror/view": 6.13.1 + "@codemirror/view": 6.13.2 "@lezer/common": 1.0.3 dev: false - /@codemirror/lang-xml@6.0.2(@codemirror/view@6.13.1): + /@codemirror/lang-xml@6.0.2(@codemirror/view@6.13.2): resolution: { integrity: sha512-JQYZjHL2LAfpiZI2/qZ/qzDuSqmGKMwyApYmEUUCTxLM4MWS7sATUEfIguZQr9Zjx/7gcdnewb039smF6nC2zw==, } dependencies: - "@codemirror/autocomplete": 6.7.1(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.13.1)(@lezer/common@1.0.3) + "@codemirror/autocomplete": 6.8.0(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.13.2)(@lezer/common@1.0.3) "@codemirror/language": 6.8.0 "@codemirror/state": 6.2.1 "@lezer/common": 1.0.3 @@ -1856,7 +1850,7 @@ packages: } dependencies: "@codemirror/state": 6.2.1 - "@codemirror/view": 6.13.1 + "@codemirror/view": 6.13.2 "@lezer/common": 1.0.3 "@lezer/highlight": 1.1.6 "@lezer/lr": 1.3.6 @@ -1870,7 +1864,7 @@ packages: } dependencies: "@codemirror/state": 6.2.1 - "@codemirror/view": 6.13.1 + "@codemirror/view": 6.13.2 crelt: 1.0.6 dev: false @@ -1881,7 +1875,7 @@ packages: } dependencies: "@codemirror/state": 6.2.1 - "@codemirror/view": 6.13.1 + "@codemirror/view": 6.13.2 crelt: 1.0.6 dev: false @@ -1892,15 +1886,15 @@ packages: } dev: false - /@codemirror/view@6.13.1: + /@codemirror/view@6.13.2: resolution: { - integrity: sha512-O6uW3qOfycEdoD1RlGXb208hEiE75tIZp7lOznMUbAhUf+X/UCLlq4hsxjdRnoM+347b6VJu6e5erWuGMemEUg==, + integrity: sha512-XA/jUuu1H+eTja49654QkrQwx2CuDMdjciHcdqyasfTVo4HRlvj87rD/Qmm4HfnhwX8234FQSSA8HxEzxihX/Q==, } dependencies: "@codemirror/state": 6.2.1 style-mod: 4.0.3 - w3c-keyname: 2.2.7 + w3c-keyname: 2.2.8 dev: false /@colors/colors@1.5.0: @@ -2026,15 +2020,15 @@ packages: "@commitlint/execute-rule": 17.4.0 "@commitlint/resolve-extends": 17.4.4 "@commitlint/types": 17.4.4 - "@types/node": 20.2.5 + "@types/node": 20.3.1 chalk: 4.1.2 cosmiconfig: 8.2.0 - cosmiconfig-typescript-loader: 4.3.0(@types/node@20.2.5)(cosmiconfig@8.2.0)(ts-node@10.9.1)(typescript@5.1.3) + cosmiconfig-typescript-loader: 4.3.0(@types/node@20.3.1)(cosmiconfig@8.2.0)(ts-node@10.9.1)(typescript@5.1.3) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 resolve-from: 5.0.0 - ts-node: 10.9.1(@types/node@20.2.5)(typescript@5.1.3) + ts-node: 10.9.1(@types/node@20.3.1)(typescript@5.1.3) typescript: 5.1.3 transitivePeerDependencies: - "@swc/core" @@ -2178,10 +2172,10 @@ packages: "@csstools/css-tokenizer": 2.1.1 dev: true - /@csstools/css-color-parser@1.2.0(@csstools/css-parser-algorithms@2.2.0)(@csstools/css-tokenizer@2.1.1): + /@csstools/css-color-parser@1.2.1(@csstools/css-parser-algorithms@2.2.0)(@csstools/css-tokenizer@2.1.1): resolution: { - integrity: sha512-kt9jhqyL/Ig/Tsf1cY+iygxs2nu3/D532048G9BSeg9YjlpZxbor6I+nvgMNB1A1ppL+i15Mb/yyDHYMQmgBtQ==, + integrity: sha512-NcmaoJIEycIH0HnzZRrwRcBljPh1AWcXl4CNL8MAD3+Zy8XyIpdTtTMaY/phnLHHIYkyjaoSTdxAecss6+PCcg==, } engines: { node: ^14 || ^16 || >=18 } peerDependencies: @@ -2251,7 +2245,7 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-color-parser": 1.2.0(@csstools/css-parser-algorithms@2.2.0)(@csstools/css-tokenizer@2.1.1) + "@csstools/css-color-parser": 1.2.1(@csstools/css-parser-algorithms@2.2.0)(@csstools/css-tokenizer@2.1.1) "@csstools/css-parser-algorithms": 2.2.0(@csstools/css-tokenizer@2.1.1) "@csstools/css-tokenizer": 2.1.1 "@csstools/postcss-progressive-custom-properties": 2.3.0(postcss@8.4.24) @@ -2267,7 +2261,7 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-color-parser": 1.2.0(@csstools/css-parser-algorithms@2.2.0)(@csstools/css-tokenizer@2.1.1) + "@csstools/css-color-parser": 1.2.1(@csstools/css-parser-algorithms@2.2.0)(@csstools/css-tokenizer@2.1.1) "@csstools/css-parser-algorithms": 2.2.0(@csstools/css-tokenizer@2.1.1) "@csstools/css-tokenizer": 2.1.1 "@csstools/postcss-progressive-custom-properties": 2.3.0(postcss@8.4.24) @@ -2296,7 +2290,7 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-color-parser": 1.2.0(@csstools/css-parser-algorithms@2.2.0)(@csstools/css-tokenizer@2.1.1) + "@csstools/css-color-parser": 1.2.1(@csstools/css-parser-algorithms@2.2.0)(@csstools/css-tokenizer@2.1.1) "@csstools/css-parser-algorithms": 2.2.0(@csstools/css-tokenizer@2.1.1) "@csstools/css-tokenizer": 2.1.1 "@csstools/postcss-progressive-custom-properties": 2.3.0(postcss@8.4.24) @@ -2312,7 +2306,7 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-color-parser": 1.2.0(@csstools/css-parser-algorithms@2.2.0)(@csstools/css-tokenizer@2.1.1) + "@csstools/css-color-parser": 1.2.1(@csstools/css-parser-algorithms@2.2.0)(@csstools/css-tokenizer@2.1.1) "@csstools/css-parser-algorithms": 2.2.0(@csstools/css-tokenizer@2.1.1) "@csstools/css-tokenizer": 2.1.1 postcss: 8.4.24 @@ -2450,7 +2444,7 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-color-parser": 1.2.0(@csstools/css-parser-algorithms@2.2.0)(@csstools/css-tokenizer@2.1.1) + "@csstools/css-color-parser": 1.2.1(@csstools/css-parser-algorithms@2.2.0)(@csstools/css-tokenizer@2.1.1) "@csstools/css-parser-algorithms": 2.2.0(@csstools/css-tokenizer@2.1.1) "@csstools/css-tokenizer": 2.1.1 "@csstools/postcss-progressive-custom-properties": 2.3.0(postcss@8.4.24) @@ -2470,16 +2464,16 @@ packages: postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-relative-color-syntax@1.0.1(postcss@8.4.24): + /@csstools/postcss-relative-color-syntax@1.0.2(postcss@8.4.24): resolution: { - integrity: sha512-IskxdQqAkx/pyyOEW3Lhn3nvOu5zlaZ8wQljFl5zc3ABl+gEFf2G42yWK3+wX+J0F4jm7OikOigXo9fAISFEmg==, + integrity: sha512-juCoVInkgH2TZPfOhyx6tIal7jW37L/0Tt+Vcl1LoxqQA9sxcg3JWYZ98pl1BonDnki6s/M7nXzFQHWsWMeHgw==, } engines: { node: ^14 || ^16 || >=18 } peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-color-parser": 1.2.0(@csstools/css-parser-algorithms@2.2.0)(@csstools/css-tokenizer@2.1.1) + "@csstools/css-color-parser": 1.2.1(@csstools/css-parser-algorithms@2.2.0)(@csstools/css-tokenizer@2.1.1) "@csstools/css-parser-algorithms": 2.2.0(@csstools/css-tokenizer@2.1.1) "@csstools/css-tokenizer": 2.1.1 "@csstools/postcss-progressive-custom-properties": 2.3.0(postcss@8.4.24) @@ -2831,7 +2825,7 @@ packages: dev: true optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.42.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.43.0): resolution: { integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==, @@ -2840,7 +2834,7 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.42.0 + eslint: 8.43.0 eslint-visitor-keys: 3.4.1 dev: true @@ -2872,28 +2866,28 @@ packages: - supports-color dev: true - /@eslint/js@8.42.0: + /@eslint/js@8.43.0: resolution: { - integrity: sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==, + integrity: sha512-s2UHCoiXfxMvmfzqoN+vrQ84ahUSYde9qNO1MdxmoEhyHWsfmwOpFlwYV+ePJEVc7gFnATGUi376WowX1N7tFg==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true - /@floating-ui/core@1.3.0: + /@floating-ui/core@1.3.1: resolution: { - integrity: sha512-vX1WVAdPjZg9DkDkC+zEx/tKtnST6/qcNpwcjeBgco3XRNHz5PUA+ivi/yr6G3o0kMR60uKBJcfOdfzOFI7PMQ==, + integrity: sha512-Bu+AMaXNjrpjh41znzHqaz3r2Nr8hHuHZT6V2LBKMhyMl0FgKA62PNYbqnfgmzOhoWZj70Zecisbo4H1rotP5g==, } dev: false - /@floating-ui/dom@1.3.0: + /@floating-ui/dom@1.4.1: resolution: { - integrity: sha512-qIAwejE3r6NeA107u4ELDKkH8+VtgRKdXqtSPaKflL2S2V+doyN+Wt9s5oHKXPDo4E8TaVXaHT3+6BbagH31xw==, + integrity: sha512-loCXUOLzIC3jp50RFOKXZ/kQjjz26ryr/23M+FWG9jrmAv8lRf3DUfC2AiVZ3+K316GOhB08CR+Povwz8e9mDw==, } dependencies: - "@floating-ui/core": 1.3.0 + "@floating-ui/core": 1.3.1 dev: false /@foliojs-fork/fontkit@1.9.1: @@ -3162,42 +3156,40 @@ packages: fastq: 1.15.0 dev: true - /@octokit/auth-token@3.0.3: + /@octokit/auth-token@3.0.4: resolution: { - integrity: sha512-/aFM2M4HVDBT/jjDBa84sJniv1t9Gm/rLkalaz9htOm+L+8JMj1k9w0CkUdcxNyNxZPlTxKPVko+m1VlM58ZVA==, + integrity: sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==, } engines: { node: ">= 14" } - dependencies: - "@octokit/types": 9.2.3 dev: true - /@octokit/core@4.2.1: + /@octokit/core@4.2.4: resolution: { - integrity: sha512-tEDxFx8E38zF3gT7sSMDrT1tGumDgsw5yPG6BBh/X+5ClIQfMH/Yqocxz1PnHx6CHyF6pxmovUTOfZAUvQ0Lvw==, + integrity: sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==, } engines: { node: ">= 14" } dependencies: - "@octokit/auth-token": 3.0.3 + "@octokit/auth-token": 3.0.4 "@octokit/graphql": 5.0.6 - "@octokit/request": 6.2.5 + "@octokit/request": 6.2.8 "@octokit/request-error": 3.0.3 - "@octokit/types": 9.2.3 + "@octokit/types": 9.3.2 before-after-hook: 2.2.3 universal-user-agent: 6.0.0 transitivePeerDependencies: - encoding dev: true - /@octokit/endpoint@7.0.5: + /@octokit/endpoint@7.0.6: resolution: { - integrity: sha512-LG4o4HMY1Xoaec87IqQ41TQ+glvIeTKqfjkCEmt5AIwDZJwQeVZFIEYXrYY6yLwK+pAScb9Gj4q+Nz2qSw1roA==, + integrity: sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==, } engines: { node: ">= 14" } dependencies: - "@octokit/types": 9.2.3 + "@octokit/types": 9.3.2 is-plain-object: 5.0.0 universal-user-agent: 6.0.0 dev: true @@ -3209,59 +3201,60 @@ packages: } engines: { node: ">= 14" } dependencies: - "@octokit/request": 6.2.5 - "@octokit/types": 9.2.3 + "@octokit/request": 6.2.8 + "@octokit/types": 9.3.2 universal-user-agent: 6.0.0 transitivePeerDependencies: - encoding dev: true - /@octokit/openapi-types@17.2.0: + /@octokit/openapi-types@18.0.0: resolution: { - integrity: sha512-MazrFNx4plbLsGl+LFesMo96eIXkFgEtaKbnNpdh4aQ0VM10aoylFsTYP1AEjkeoRNZiiPe3T6Gl2Hr8dJWdlQ==, + integrity: sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==, } dev: true - /@octokit/plugin-paginate-rest@7.0.0(@octokit/core@4.2.1): + /@octokit/plugin-paginate-rest@7.1.2(@octokit/core@4.2.4): resolution: { - integrity: sha512-NNm6DlYBEyKs9OZvy2Ax9YKn7e0/G7js+/I80icBTHUf6kB/nfaZkdXOF1Z32OaB+LDH6GIYpdYC3Bm3vwX5Ow==, + integrity: sha512-Jx8KuKqEAVRsK6fMzZKv3h6UH9/NRDHsDRtUAROqqmZlCptM///Uef7A1ViZ/cbDplekz7VbDWdFLAZ/mpuDww==, } engines: { node: ">= 18" } peerDependencies: "@octokit/core": ">=4" dependencies: - "@octokit/core": 4.2.1 - "@octokit/tsconfig": 1.0.2 - "@octokit/types": 9.2.3 + "@octokit/core": 4.2.4 + "@octokit/tsconfig": 2.0.0 + "@octokit/types": 9.3.2 dev: true - /@octokit/plugin-retry@5.0.0(@octokit/core@4.2.1): + /@octokit/plugin-retry@5.0.4(@octokit/core@4.2.4): resolution: { - integrity: sha512-mfON7q30NLdivuJktZuSP6I4/WPMjc/bcoxcHEWXd4esedHTqQpp3OUq2NzD2+M+J6o33zYDtJTl4qtRYh8HQQ==, + integrity: sha512-hw00fDIhOgijy4aSxS6weWF5uqZVeoiC/AptLLyjL8KFCJRGRaXfcfgj76h/Z3cSLTjRsEIQnNCTig8INttL/g==, } engines: { node: ">= 18" } peerDependencies: "@octokit/core": ">=3" dependencies: - "@octokit/core": 4.2.1 - "@octokit/types": 9.2.3 + "@octokit/core": 4.2.4 + "@octokit/request-error": 4.0.2 + "@octokit/types": 10.0.0 bottleneck: 2.19.5 dev: true - /@octokit/plugin-throttling@6.0.0(@octokit/core@4.2.1): + /@octokit/plugin-throttling@6.1.0(@octokit/core@4.2.4): resolution: { - integrity: sha512-RdKkzD8X/T17KJmEHTsZ5Ztj7WGNpxsJAIyR1bgvkoyar+cDrIRZMsP15r8JRB1QI/LN2F/stUs5/kMVaYXS9g==, + integrity: sha512-JqMbTiPC0sUSTsLQsdq3JVx1mx8UtTo5mwR80YqPXE93+XhevvSyOR1rO2Z+NbO/r0TK4hqFJSSi/9oIZBxZTg==, } engines: { node: ">= 18" } peerDependencies: "@octokit/core": ^4.0.0 dependencies: - "@octokit/core": 4.2.1 - "@octokit/types": 9.2.3 + "@octokit/core": 4.2.4 + "@octokit/types": 9.3.2 bottleneck: 2.19.5 dev: true @@ -3272,21 +3265,33 @@ packages: } engines: { node: ">= 14" } dependencies: - "@octokit/types": 9.2.3 + "@octokit/types": 9.3.2 deprecation: 2.3.1 once: 1.4.0 dev: true - /@octokit/request@6.2.5: + /@octokit/request-error@4.0.2: resolution: { - integrity: sha512-z83E8UIlPNaJUsXpjD8E0V5o/5f+vJJNbNcBwVZsX3/vC650U41cOkTLjq4PKk9BYonQGOnx7N17gvLyNjgGcQ==, + integrity: sha512-uqwUEmZw3x4I9DGYq9fODVAAvcLsPQv97NRycP6syEFu5916M189VnNBW2zANNwqg3OiligNcAey7P0SET843w==, + } + engines: { node: ">= 18" } + dependencies: + "@octokit/types": 10.0.0 + deprecation: 2.3.1 + once: 1.4.0 + dev: true + + /@octokit/request@6.2.8: + resolution: + { + integrity: sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==, } engines: { node: ">= 14" } dependencies: - "@octokit/endpoint": 7.0.5 + "@octokit/endpoint": 7.0.6 "@octokit/request-error": 3.0.3 - "@octokit/types": 9.2.3 + "@octokit/types": 9.3.2 is-plain-object: 5.0.0 node-fetch: 2.6.11 universal-user-agent: 6.0.0 @@ -3294,20 +3299,29 @@ packages: - encoding dev: true - /@octokit/tsconfig@1.0.2: + /@octokit/tsconfig@2.0.0: resolution: { - integrity: sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==, + integrity: sha512-tWnrai3quGt8+gRN2edzo9fmraWekeryXPeXDomMw2oFSpu/lH3VSWGn/q4V+rwjTRMeeXk/ci623/01Zet4VQ==, } dev: true - /@octokit/types@9.2.3: + /@octokit/types@10.0.0: resolution: { - integrity: sha512-MMeLdHyFIALioycq+LFcA71v0S2xpQUX2cw6pPbHQjaibcHYwLnmK/kMZaWuGfGfjBJZ3wRUq+dOaWsvrPJVvA==, + integrity: sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==, } dependencies: - "@octokit/openapi-types": 17.2.0 + "@octokit/openapi-types": 18.0.0 + dev: true + + /@octokit/types@9.3.2: + resolution: + { + integrity: sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==, + } + dependencies: + "@octokit/openapi-types": 18.0.0 dev: true /@pnpm/config.env-replace@1.1.0: @@ -3328,10 +3342,10 @@ packages: graceful-fs: 4.2.10 dev: true - /@pnpm/npm-conf@2.2.0: + /@pnpm/npm-conf@2.2.2: resolution: { - integrity: sha512-roLI1ul/GwzwcfcVpZYPdrgW2W/drLriObl1h+yLF5syc8/5ULWw2ALbCHUWF+4YltIqA3xFSbG4IwyJz37e9g==, + integrity: sha512-UA91GwWPhFExt3IizW6bOeY/pQ0BkuNwKjk9iQW9KqxluGCrg4VenZ0/L+2Y0+ZOtme72EVvg6v0zo3AMQRCeA==, } engines: { node: ">=12" } dependencies: @@ -3340,7 +3354,7 @@ packages: config-chain: 1.1.13 dev: true - /@rollup/plugin-babel@5.3.1(@babel/core@7.22.1)(rollup@2.79.1): + /@rollup/plugin-babel@5.3.1(@babel/core@7.22.5)(rollup@2.79.1): resolution: { integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==, @@ -3354,8 +3368,8 @@ packages: "@types/babel__core": optional: true dependencies: - "@babel/core": 7.22.1 - "@babel/helper-module-imports": 7.21.4 + "@babel/core": 7.22.5 + "@babel/helper-module-imports": 7.22.5 "@rollup/pluginutils": 3.1.0(rollup@2.79.1) rollup: 2.79.1 dev: true @@ -3422,18 +3436,18 @@ packages: semantic-release: 21.0.5 dev: true - /@semantic-release/commit-analyzer@10.0.0(semantic-release@21.0.5): + /@semantic-release/commit-analyzer@10.0.1(semantic-release@21.0.5): resolution: { - integrity: sha512-/Uolz2+G+VRjP0eudAn0ldnC/VkSHzlctUdeEXL7ys7E6mLSFZdwdsR5pKDlTIgDJq4eYlshOZpwBNrmqrNajg==, + integrity: sha512-9ejHzTAijYs9z246sY/dKBatmOPcd0GQ7lH4MgLCkv1q4GCiDZRkjHJkaQZXZVaK7mJybS+sH3Ng6G8i3pYMGQ==, } engines: { node: ">=18" } peerDependencies: semantic-release: ">=20.1.0" dependencies: - conventional-changelog-angular: 5.0.13 - conventional-commits-filter: 2.0.7 - conventional-commits-parser: 3.2.4 + conventional-changelog-angular: 6.0.0 + conventional-commits-filter: 3.0.0 + conventional-commits-parser: 4.0.0 debug: 4.3.4 import-from: 4.0.0 lodash-es: 4.17.21 @@ -3501,24 +3515,24 @@ packages: - supports-color dev: true - /@semantic-release/github@9.0.2(semantic-release@21.0.5): + /@semantic-release/github@9.0.3(semantic-release@21.0.5): resolution: { - integrity: sha512-FDwR9Tkz14MR/HF6srbHDuqLPUI0GmPgn4tkjfPi45/1oZedqEXC3TqSHK3+ykJmWj1sXgs94zwGI10VR5o6kg==, + integrity: sha512-X6gq4USKVlCxPwIIyXb99jU7gwVWlnsKOevs+OyABRdoqc+OIRITbFmrrYU3eE1vGMGk+Qu/GAoLUQQQwC3YOA==, } engines: { node: ">=18" } peerDependencies: semantic-release: ">=20.1.0" dependencies: - "@octokit/core": 4.2.1 - "@octokit/plugin-paginate-rest": 7.0.0(@octokit/core@4.2.1) - "@octokit/plugin-retry": 5.0.0(@octokit/core@4.2.1) - "@octokit/plugin-throttling": 6.0.0(@octokit/core@4.2.1) - "@semantic-release/error": 3.0.0 + "@octokit/core": 4.2.4 + "@octokit/plugin-paginate-rest": 7.1.2(@octokit/core@4.2.4) + "@octokit/plugin-retry": 5.0.4(@octokit/core@4.2.4) + "@octokit/plugin-throttling": 6.1.0(@octokit/core@4.2.4) + "@semantic-release/error": 4.0.0 aggregate-error: 4.0.1 debug: 4.3.4 dir-glob: 3.0.1 - globby: 13.1.4 + globby: 13.2.0 http-proxy-agent: 7.0.0 https-proxy-agent: 7.0.0 issue-parser: 6.0.0 @@ -3559,44 +3573,44 @@ packages: - supports-color dev: true - /@semantic-release/npm@10.0.3(semantic-release@21.0.5): + /@semantic-release/npm@10.0.4(semantic-release@21.0.5): resolution: { - integrity: sha512-Chbv3kX4o+y+r1X6hsqBVB8NFbSVfiNlYOqMG6o9Wc8r5Y4cjxfbaMCuJ++XAtw3YXYX/NVD05cPzBi4Orjusg==, + integrity: sha512-6R3timIQ7VoL2QWRkc9DG8v74RQtRp7UOe/2KbNaqwJ815qOibAv65bH3RtTEhs4axEaHoZf7HDgFs5opaZ9Jw==, } engines: { node: ">=18" } peerDependencies: semantic-release: ">=20.1.0" dependencies: - "@semantic-release/error": 3.0.0 + "@semantic-release/error": 4.0.0 aggregate-error: 4.0.1 execa: 7.1.1 fs-extra: 11.1.1 lodash-es: 4.17.21 nerf-dart: 1.0.0 normalize-url: 8.0.0 - npm: 9.6.7 + npm: 9.7.1 rc: 1.2.8 read-pkg: 8.0.0 registry-auth-token: 5.0.2 semantic-release: 21.0.5 - semver: 7.5.1 + semver: 7.5.2 tempy: 3.0.0 dev: true - /@semantic-release/release-notes-generator@11.0.2(semantic-release@21.0.5): + /@semantic-release/release-notes-generator@11.0.3(semantic-release@21.0.5): resolution: { - integrity: sha512-B+Aa82uciufoaoJulnzq7ezqH36nrHOO15ubJmg2hZitzCpPAa6X0pOtkffG+30HLdck5Ky2uJC4uAm/YylbOw==, + integrity: sha512-NU77dWKQf+QcZrv/Hcp3DPeSxglPu8hYKCipGxAPpeaneLkg6S0zfTVug4tg4mfDhZHC6RtoI7ljQDK8VoJ2Dw==, } engines: { node: ">=18" } peerDependencies: semantic-release: ">=20.1.0" dependencies: - conventional-changelog-angular: 5.0.13 - conventional-changelog-writer: 5.0.1 - conventional-commits-filter: 2.0.7 - conventional-commits-parser: 3.2.4 + conventional-changelog-angular: 6.0.0 + conventional-changelog-writer: 6.0.0 + conventional-commits-filter: 3.0.0 + conventional-commits-parser: 4.0.0 debug: 4.3.4 get-stream: 7.0.0 import-from: 4.0.0 @@ -3787,10 +3801,10 @@ packages: } dev: true - /@types/node@20.2.5: + /@types/node@20.3.1: resolution: { - integrity: sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ==, + integrity: sha512-EhcH/wvidPy1WeML3TtYFGR83UzjxeWRen9V402T8aUGYsCHOmfoisV3ZSg03gAFIbLq8TnWOJ0f4cALtnSEUg==, } dev: true @@ -3807,7 +3821,7 @@ packages: integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==, } dependencies: - "@types/node": 20.2.5 + "@types/node": 20.3.1 dev: true /@types/semver@7.5.0: @@ -3832,10 +3846,10 @@ packages: "@types/debounce": 1.2.1 dev: true - /@typescript-eslint/eslint-plugin@5.59.9(@typescript-eslint/parser@5.59.9)(eslint@8.42.0)(typescript@5.1.3): + /@typescript-eslint/eslint-plugin@5.59.11(@typescript-eslint/parser@5.59.11)(eslint@8.43.0)(typescript@5.1.3): resolution: { - integrity: sha512-4uQIBq1ffXd2YvF7MAvehWKW3zVv/w+mSfRAu+8cKbfj3nwzyqJLNcZJpQ/WZ1HLbJDiowwmQ6NO+63nCA+fqA==, + integrity: sha512-XxuOfTkCUiOSyBWIvHlUraLw/JT/6Io1365RO6ZuI88STKMavJZPNMU0lFcUTeQXEhHiv64CbxYxBNoDVSmghg==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -3847,26 +3861,26 @@ packages: optional: true dependencies: "@eslint-community/regexpp": 4.5.1 - "@typescript-eslint/parser": 5.59.9(eslint@8.42.0)(typescript@5.1.3) - "@typescript-eslint/scope-manager": 5.59.9 - "@typescript-eslint/type-utils": 5.59.9(eslint@8.42.0)(typescript@5.1.3) - "@typescript-eslint/utils": 5.59.9(eslint@8.42.0)(typescript@5.1.3) + "@typescript-eslint/parser": 5.59.11(eslint@8.43.0)(typescript@5.1.3) + "@typescript-eslint/scope-manager": 5.59.11 + "@typescript-eslint/type-utils": 5.59.11(eslint@8.43.0)(typescript@5.1.3) + "@typescript-eslint/utils": 5.59.11(eslint@8.43.0)(typescript@5.1.3) debug: 4.3.4 - eslint: 8.42.0 + eslint: 8.43.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 - semver: 7.5.1 + semver: 7.5.2 tsutils: 3.21.0(typescript@5.1.3) typescript: 5.1.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@5.59.9(eslint@8.42.0)(typescript@5.1.3): + /@typescript-eslint/parser@5.59.11(eslint@8.43.0)(typescript@5.1.3): resolution: { - integrity: sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==, + integrity: sha512-s9ZF3M+Nym6CAZEkJJeO2TFHHDsKAM3ecNkLuH4i4s8/RCPnF5JRip2GyviYkeEAcwGMJxkqG9h2dAsnA1nZpA==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -3876,31 +3890,31 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/scope-manager": 5.59.9 - "@typescript-eslint/types": 5.59.9 - "@typescript-eslint/typescript-estree": 5.59.9(typescript@5.1.3) + "@typescript-eslint/scope-manager": 5.59.11 + "@typescript-eslint/types": 5.59.11 + "@typescript-eslint/typescript-estree": 5.59.11(typescript@5.1.3) debug: 4.3.4 - eslint: 8.42.0 + eslint: 8.43.0 typescript: 5.1.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager@5.59.9: + /@typescript-eslint/scope-manager@5.59.11: resolution: { - integrity: sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==, + integrity: sha512-dHFOsxoLFtrIcSj5h0QoBT/89hxQONwmn3FOQ0GOQcLOOXm+MIrS8zEAhs4tWl5MraxCY3ZJpaXQQdFMc2Tu+Q==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - "@typescript-eslint/types": 5.59.9 - "@typescript-eslint/visitor-keys": 5.59.9 + "@typescript-eslint/types": 5.59.11 + "@typescript-eslint/visitor-keys": 5.59.11 dev: true - /@typescript-eslint/type-utils@5.59.9(eslint@8.42.0)(typescript@5.1.3): + /@typescript-eslint/type-utils@5.59.11(eslint@8.43.0)(typescript@5.1.3): resolution: { - integrity: sha512-ksEsT0/mEHg9e3qZu98AlSrONAQtrSTljL3ow9CGej8eRo7pe+yaC/mvTjptp23Xo/xIf2mLZKC6KPv4Sji26Q==, + integrity: sha512-LZqVY8hMiVRF2a7/swmkStMYSoXMFlzL6sXV6U/2gL5cwnLWQgLEG8tjWPpaE4rMIdZ6VKWwcffPlo1jPfk43g==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -3910,28 +3924,28 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/typescript-estree": 5.59.9(typescript@5.1.3) - "@typescript-eslint/utils": 5.59.9(eslint@8.42.0)(typescript@5.1.3) + "@typescript-eslint/typescript-estree": 5.59.11(typescript@5.1.3) + "@typescript-eslint/utils": 5.59.11(eslint@8.43.0)(typescript@5.1.3) debug: 4.3.4 - eslint: 8.42.0 + eslint: 8.43.0 tsutils: 3.21.0(typescript@5.1.3) typescript: 5.1.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types@5.59.9: + /@typescript-eslint/types@5.59.11: resolution: { - integrity: sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==, + integrity: sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true - /@typescript-eslint/typescript-estree@5.59.9(typescript@5.1.3): + /@typescript-eslint/typescript-estree@5.59.11(typescript@5.1.3): resolution: { - integrity: sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==, + integrity: sha512-YupOpot5hJO0maupJXixi6l5ETdrITxeo5eBOeuV7RSKgYdU3G5cxO49/9WRnJq9EMrB7AuTSLH/bqOsXi7wPA==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -3940,49 +3954,49 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/types": 5.59.9 - "@typescript-eslint/visitor-keys": 5.59.9 + "@typescript-eslint/types": 5.59.11 + "@typescript-eslint/visitor-keys": 5.59.11 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.5.1 + semver: 7.5.2 tsutils: 3.21.0(typescript@5.1.3) typescript: 5.1.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@5.59.9(eslint@8.42.0)(typescript@5.1.3): + /@typescript-eslint/utils@5.59.11(eslint@8.43.0)(typescript@5.1.3): resolution: { - integrity: sha512-1PuMYsju/38I5Ggblaeb98TOoUvjhRvLpLa1DoTOFaLWqaXl/1iQ1eGurTXgBY58NUdtfTXKP5xBq7q9NDaLKg==, + integrity: sha512-didu2rHSOMUdJThLk4aZ1Or8IcO3HzCw/ZvEjTTIfjIrcdd5cvSIwwDy2AOlE7htSNp7QIZ10fLMyRCveesMLg==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.42.0) + "@eslint-community/eslint-utils": 4.4.0(eslint@8.43.0) "@types/json-schema": 7.0.12 "@types/semver": 7.5.0 - "@typescript-eslint/scope-manager": 5.59.9 - "@typescript-eslint/types": 5.59.9 - "@typescript-eslint/typescript-estree": 5.59.9(typescript@5.1.3) - eslint: 8.42.0 + "@typescript-eslint/scope-manager": 5.59.11 + "@typescript-eslint/types": 5.59.11 + "@typescript-eslint/typescript-estree": 5.59.11(typescript@5.1.3) + eslint: 8.43.0 eslint-scope: 5.1.1 - semver: 7.5.1 + semver: 7.5.2 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys@5.59.9: + /@typescript-eslint/visitor-keys@5.59.11: resolution: { - integrity: sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==, + integrity: sha512-KGYniTGG3AMTuKF9QBD7EIrvufkB6O6uX3knP73xbKLMpH+QRPcgnCxjWXSHjMRuOxFLovljqQgQpR0c7GvjoA==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - "@typescript-eslint/types": 5.59.9 + "@typescript-eslint/types": 5.59.11 eslint-visitor-keys: 3.4.1 dev: true @@ -4010,7 +4024,7 @@ packages: through: 2.3.8 dev: true - /acorn-jsx@5.3.2(acorn@8.8.2): + /acorn-jsx@5.3.2(acorn@8.9.0): resolution: { integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==, @@ -4018,7 +4032,7 @@ packages: peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: 8.8.2 + acorn: 8.9.0 dev: true /acorn-node@1.8.2: @@ -4057,10 +4071,10 @@ packages: hasBin: true dev: false - /acorn@8.8.2: + /acorn@8.9.0: resolution: { - integrity: sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==, + integrity: sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==, } engines: { node: ">=0.4.0" } hasBin: true @@ -4132,7 +4146,7 @@ packages: engines: { node: ">=4" } hasBin: true dependencies: - "@babel/runtime": 7.22.3 + "@babel/runtime": 7.22.5 async: 3.2.4 chalk: 4.1.2 didyoumean: 1.2.2 @@ -4174,7 +4188,7 @@ packages: } engines: { node: ">=14.16" } dependencies: - type-fest: 3.11.1 + type-fest: 3.12.0 dev: true /ansi-regex@5.0.1: @@ -4373,8 +4387,8 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: 4.21.7 - caniuse-lite: 1.0.30001494 + browserslist: 4.21.9 + caniuse-lite: 1.0.30001504 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -4390,7 +4404,7 @@ packages: engines: { node: ">= 0.4" } dev: true - /babel-plugin-polyfill-corejs2@0.4.3(@babel/core@7.22.1): + /babel-plugin-polyfill-corejs2@0.4.3(@babel/core@7.22.5): resolution: { integrity: sha512-bM3gHc337Dta490gg+/AseNB9L4YLHxq1nGKZZSHbhXv4aTYU2MD2cjza1Ru4S6975YLTaL1K8uJf6ukJhhmtw==, @@ -4398,15 +4412,15 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/compat-data": 7.22.3 - "@babel/core": 7.22.1 - "@babel/helper-define-polyfill-provider": 0.4.0(@babel/core@7.22.1) + "@babel/compat-data": 7.22.5 + "@babel/core": 7.22.5 + "@babel/helper-define-polyfill-provider": 0.4.0(@babel/core@7.22.5) semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3@0.8.1(@babel/core@7.22.1): + /babel-plugin-polyfill-corejs3@0.8.1(@babel/core@7.22.5): resolution: { integrity: sha512-ikFrZITKg1xH6pLND8zT14UPgjKHiGLqex7rGEZCH2EvhsneJaJPemmpQaIZV5AL03II+lXylw3UmddDK8RU5Q==, @@ -4414,14 +4428,14 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-define-polyfill-provider": 0.4.0(@babel/core@7.22.1) - core-js-compat: 3.30.2 + "@babel/core": 7.22.5 + "@babel/helper-define-polyfill-provider": 0.4.0(@babel/core@7.22.5) + core-js-compat: 3.31.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator@0.5.0(@babel/core@7.22.1): + /babel-plugin-polyfill-regenerator@0.5.0(@babel/core@7.22.5): resolution: { integrity: sha512-hDJtKjMLVa7Z+LwnTCxoDLQj6wdc+B8dun7ayF2fYieI6OzfuvcLMB32ihJZ4UhCBwNYGl5bg/x/P9cMdnkc2g==, @@ -4429,8 +4443,8 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.1 - "@babel/helper-define-polyfill-provider": 0.4.0(@babel/core@7.22.1) + "@babel/core": 7.22.5 + "@babel/helper-define-polyfill-provider": 0.4.0(@babel/core@7.22.5) transitivePeerDependencies: - supports-color dev: true @@ -4573,18 +4587,18 @@ packages: browser-resolve: 1.11.3 dev: false - /browserslist@4.21.7: + /browserslist@4.21.9: resolution: { - integrity: sha512-BauCXrQ7I2ftSqd2mvKHGo85XR0u7Ru3C/Hxsy/0TkfCtjrmAbPdzLGasmoiBxplpDXlPvdjX9u7srIMfgasNA==, + integrity: sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg==, } engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true dependencies: - caniuse-lite: 1.0.30001494 - electron-to-chromium: 1.4.419 + caniuse-lite: 1.0.30001504 + electron-to-chromium: 1.4.433 node-releases: 2.0.12 - update-browserslist-db: 1.0.11(browserslist@4.21.7) + update-browserslist-db: 1.0.11(browserslist@4.21.9) dev: true /buffer-equal@0.0.1: @@ -4702,16 +4716,16 @@ packages: integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==, } dependencies: - browserslist: 4.21.7 - caniuse-lite: 1.0.30001494 + browserslist: 4.21.9 + caniuse-lite: 1.0.30001504 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: true - /caniuse-lite@1.0.30001494: + /caniuse-lite@1.0.30001504: resolution: { - integrity: sha512-sY2B5Qyl46ZzfYDegrl8GBCzdawSLT4ThM9b9F+aDYUrAG2zCOyMbd2Tq34mS1g4ZKBfjRlzOohQMxx28x6wJg==, + integrity: sha512-5uo7eoOp2mKbWyfMXnGO9rJWOGU8duvzEiYITW+wivukL7yHH4gX9yuRaobu6El4jPxo6jKZfG+N6fB621GD/Q==, } dev: true @@ -4915,13 +4929,13 @@ packages: integrity: sha512-J8j+nZ+CdWmIeFIGXEFbFPtpiYacFMDR8GlHK3IyHQJMCaVRfGx9NT+Hxivv1ckLWPvNdZqndbr/7lVhrf/Svg==, } dependencies: - "@codemirror/autocomplete": 6.7.1(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.13.1)(@lezer/common@1.0.3) + "@codemirror/autocomplete": 6.8.0(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.13.2)(@lezer/common@1.0.3) "@codemirror/commands": 6.2.4 "@codemirror/language": 6.8.0 "@codemirror/lint": 6.2.2 "@codemirror/search": 6.5.0 "@codemirror/state": 6.2.1 - "@codemirror/view": 6.13.1 + "@codemirror/view": 6.13.2 transitivePeerDependencies: - "@lezer/common" dev: false @@ -5099,6 +5113,16 @@ packages: q: 1.5.1 dev: true + /conventional-changelog-angular@6.0.0: + resolution: + { + integrity: sha512-6qLgrBF4gueoC7AFVHu51nHL9pF9FRjXrH+ceVf7WmAfH3gs+gEYOkvxhjMPjZu57I4AGUGoNTY8V7Hrgf1uqg==, + } + engines: { node: ">=14" } + dependencies: + compare-func: 2.0.0 + dev: true + /conventional-changelog-conventionalcommits@5.0.0: resolution: { @@ -5111,23 +5135,21 @@ packages: q: 1.5.1 dev: true - /conventional-changelog-writer@5.0.1: + /conventional-changelog-writer@6.0.0: resolution: { - integrity: sha512-5WsuKUfxW7suLblAbFnxAcrvf6r+0b7GvNaWUwUIk0bXMnENP/PEieGKVUQrjPqwPT4o3EPAASBXiY6iHooLOQ==, + integrity: sha512-8PyWTnn7zBIt9l4hj4UusFs1TyG+9Ulu1zlOAc72L7Sdv9Hsc8E86ot7htY3HXCVhXHB/NO0pVGvZpwsyJvFfw==, } - engines: { node: ">=10" } + engines: { node: ">=14" } hasBin: true dependencies: - conventional-commits-filter: 2.0.7 + conventional-commits-filter: 3.0.0 dateformat: 3.0.3 handlebars: 4.7.7 json-stringify-safe: 5.0.1 - lodash: 4.17.21 meow: 8.1.2 semver: 6.3.0 split: 1.0.1 - through2: 4.0.2 dev: true /conventional-commit-types@3.0.0: @@ -5137,12 +5159,12 @@ packages: } dev: true - /conventional-commits-filter@2.0.7: + /conventional-commits-filter@3.0.0: resolution: { - integrity: sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA==, + integrity: sha512-1ymej8b5LouPx9Ox0Dw/qAO2dVdfpRFq28e5Y0jJEU8ZrLdy0vOSkkIInwmxErFGhg6SALro60ZrwYFVTUDo4Q==, } - engines: { node: ">=10" } + engines: { node: ">=14" } dependencies: lodash.ismatch: 4.4.0 modify-values: 1.0.1 @@ -5164,25 +5186,39 @@ packages: through2: 4.0.2 dev: true + /conventional-commits-parser@4.0.0: + resolution: + { + integrity: sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==, + } + engines: { node: ">=14" } + hasBin: true + dependencies: + JSONStream: 1.3.5 + is-text-path: 1.0.1 + meow: 8.1.2 + split2: 3.2.2 + dev: true + /convert-source-map@1.9.0: resolution: { integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==, } - /core-js-compat@3.30.2: + /core-js-compat@3.31.0: resolution: { - integrity: sha512-nriW1nuJjUgvkEjIot1Spwakz52V9YkYHZAQG6A1eCgC8AA1p0zngrQEP9R0+V6hji5XilWKG1Bd0YRppmGimA==, + integrity: sha512-hM7YCu1cU6Opx7MXNu0NuumM0ezNeAeRKadixyiQELWY3vT3De9S4J5ZBMraWV2vZnrE1Cirl0GtFtDtMUXzPw==, } dependencies: - browserslist: 4.21.7 + browserslist: 4.21.9 dev: true - /core-js@3.30.2: + /core-js@3.31.0: resolution: { - integrity: sha512-uBJiDmwqsbJCWHAwjrx3cvjbMXP7xD72Dmsn5LOJpiRmE3WbBbN5rCqQ2Qh6Ek6/eOrjlWngEynBWo4VxerQhg==, + integrity: sha512-NIp2TQSGfR6ba5aalZD+ZQ1fSxGhDo/s1w0nx3RYzf2pnJxt7YynxFlFScP6eV7+GZsKO95NSjGxyJsU3DZgeQ==, } requiresBuild: true dev: false @@ -5193,7 +5229,7 @@ packages: integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==, } - /cosmiconfig-typescript-loader@4.3.0(@types/node@20.2.5)(cosmiconfig@8.2.0)(ts-node@10.9.1)(typescript@5.1.3): + /cosmiconfig-typescript-loader@4.3.0(@types/node@20.3.1)(cosmiconfig@8.2.0)(ts-node@10.9.1)(typescript@5.1.3): resolution: { integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==, @@ -5205,9 +5241,9 @@ packages: ts-node: ">=10" typescript: ">=3" dependencies: - "@types/node": 20.2.5 + "@types/node": 20.3.1 cosmiconfig: 8.2.0 - ts-node: 10.9.1(@types/node@20.2.5)(typescript@5.1.3) + ts-node: 10.9.1(@types/node@20.3.1)(typescript@5.1.3) typescript: 5.1.3 dev: true @@ -5921,10 +5957,10 @@ packages: jake: 10.8.7 dev: true - /electron-to-chromium@1.4.419: + /electron-to-chromium@1.4.433: resolution: { - integrity: sha512-jdie3RiEgygvDTyS2sgjq71B36q2cDSBfPlwzUyuOrfYTNoYWyBxxjGJV/HAu3A2hB0Y+HesvCVkVAFoCKwCSw==, + integrity: sha512-MGO1k0w1RgrfdbLVwmXcDhHHuxCn2qRgR7dYsJvWFKDttvYPx6FNzCGG0c/fBBvzK2LDh3UV7Tt9awnHnvAAUQ==, } dev: true @@ -6196,7 +6232,7 @@ packages: source-map: 0.1.43 dev: false - /eslint-config-prettier@8.8.0(eslint@8.42.0): + /eslint-config-prettier@8.8.0(eslint@8.43.0): resolution: { integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==, @@ -6205,10 +6241,10 @@ packages: peerDependencies: eslint: ">=7.0.0" dependencies: - eslint: 8.42.0 + eslint: 8.43.0 dev: true - /eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.8.0)(eslint@8.42.0)(prettier@2.8.8): + /eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.8.0)(eslint@8.43.0)(prettier@2.8.8): resolution: { integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==, @@ -6222,8 +6258,8 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.42.0 - eslint-config-prettier: 8.8.0(eslint@8.42.0) + eslint: 8.43.0 + eslint-config-prettier: 8.8.0(eslint@8.43.0) prettier: 2.8.8 prettier-linter-helpers: 1.0.0 dev: true @@ -6258,18 +6294,18 @@ packages: engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true - /eslint@8.42.0: + /eslint@8.43.0: resolution: { - integrity: sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==, + integrity: sha512-aaCpf2JqqKesMFGgmRPessmVKjcGXqdlAYLLC3THM8t5nBRZRQ+st5WM/hoJXkdioEXLLbXgclUpM0TXo5HX5Q==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } hasBin: true dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.42.0) + "@eslint-community/eslint-utils": 4.4.0(eslint@8.43.0) "@eslint-community/regexpp": 4.5.1 "@eslint/eslintrc": 2.0.3 - "@eslint/js": 8.42.0 + "@eslint/js": 8.43.0 "@humanwhocodes/config-array": 0.11.10 "@humanwhocodes/module-importer": 1.0.1 "@nodelib/fs.walk": 1.2.8 @@ -6316,8 +6352,8 @@ packages: } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - acorn: 8.8.2 - acorn-jsx: 5.3.2(acorn@8.8.2) + acorn: 8.9.0 + acorn-jsx: 5.3.2(acorn@8.9.0) eslint-visitor-keys: 3.4.1 dev: true @@ -7088,10 +7124,10 @@ packages: slash: 3.0.0 dev: true - /globby@13.1.4: + /globby@13.2.0: resolution: { - integrity: sha512-iui/IiiW+QrJ1X1hKH5qwlMQyv34wJAYwH1vrf8b9kBA4sNiif3gKsMHa+BrdnOpEudWjpotfa7LrTzB1ERS/g==, + integrity: sha512-jWsQfayf13NvqKUIL3Ta+CIqMnvlaIDFveWE/dpOZ9+3AMEJozsxDvKA02zync9UuvOM8rOXzsD5GqKP4OnWPQ==, } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } dependencies: @@ -7968,7 +8004,7 @@ packages: } engines: { node: ">= 10.13.0" } dependencies: - "@types/node": 20.2.5 + "@types/node": 20.3.1 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -8029,7 +8065,7 @@ packages: } engines: { node: ">=10" } dependencies: - "@babel/runtime": 7.22.3 + "@babel/runtime": 7.22.5 chalk: 4.1.2 pegjs: 0.10.0 dev: true @@ -9008,7 +9044,7 @@ packages: dependencies: hosted-git-info: 4.1.0 is-core-module: 2.12.1 - semver: 7.5.1 + semver: 7.5.2 validate-npm-package-license: 3.0.4 dev: true @@ -9021,7 +9057,7 @@ packages: dependencies: hosted-git-info: 6.1.1 is-core-module: 2.12.1 - semver: 7.5.1 + semver: 7.5.2 validate-npm-package-license: 3.0.4 dev: true @@ -9069,10 +9105,10 @@ packages: path-key: 4.0.0 dev: true - /npm@9.6.7: + /npm@9.7.1: resolution: { - integrity: sha512-xwkU1hSZl6Qrkfw3fhxVmMfNWu0A67+aZZs5gz/LoehCeAPkVhQDB90Z2NFoPSI1KpfBWCJ6Bp28wXzv5U5/2g==, + integrity: sha512-kxMviaiLX4Lfnjy2dt7EWB87v5QdLiGpy04S2ORdKLmPqFhgy8g4cgJjQfnWob4mJIaNHjBO+hk45CvLlsZZ8g==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } hasBin: true @@ -9133,9 +9169,8 @@ packages: - proc-log - qrcode-terminal - read - - read-package-json - - read-package-json-fast - semver + - sigstore - ssri - tar - text-table @@ -9493,7 +9528,7 @@ packages: } engines: { node: ">=8" } dependencies: - "@babel/code-frame": 7.21.4 + "@babel/code-frame": 7.22.5 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -9506,11 +9541,11 @@ packages: } engines: { node: ">=16" } dependencies: - "@babel/code-frame": 7.21.4 + "@babel/code-frame": 7.22.5 error-ex: 1.3.2 json-parse-even-better-errors: 3.0.0 lines-and-columns: 2.0.3 - type-fest: 3.11.1 + type-fest: 3.12.0 dev: true /parse-passwd@1.0.0: @@ -9801,7 +9836,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.7 + browserslist: 4.21.9 caniuse-api: 3.0.0 colord: 2.9.3 postcss: 8.4.24 @@ -9817,7 +9852,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.7 + browserslist: 4.21.9 postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true @@ -10055,7 +10090,7 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-color-parser": 1.2.0(@csstools/css-parser-algorithms@2.2.0)(@csstools/css-tokenizer@2.1.1) + "@csstools/css-color-parser": 1.2.1(@csstools/css-parser-algorithms@2.2.0)(@csstools/css-tokenizer@2.1.1) "@csstools/css-parser-algorithms": 2.2.0(@csstools/css-tokenizer@2.1.1) "@csstools/css-tokenizer": 2.1.1 "@csstools/postcss-progressive-custom-properties": 2.3.0(postcss@8.4.24) @@ -10079,7 +10114,7 @@ packages: dependencies: lilconfig: 2.1.0 postcss: 8.4.24 - ts-node: 10.9.1(@types/node@20.2.5)(typescript@5.1.3) + ts-node: 10.9.1(@types/node@20.3.1)(typescript@5.1.3) yaml: 2.3.1 dev: true @@ -10126,7 +10161,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.7 + browserslist: 4.21.9 caniuse-api: 3.0.0 cssnano-utils: 4.0.0(postcss@8.4.24) postcss: 8.4.24 @@ -10170,7 +10205,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.7 + browserslist: 4.21.9 cssnano-utils: 4.0.0(postcss@8.4.24) postcss: 8.4.24 postcss-value-parser: 4.2.0 @@ -10215,10 +10250,10 @@ packages: postcss-selector-parser: 6.0.13 dev: true - /postcss-nesting@11.2.2(postcss@8.4.24): + /postcss-nesting@11.3.0(postcss@8.4.24): resolution: { - integrity: sha512-aOTiUniAB1bcPE6GGiynWRa6PZFPhOTAm5q3q5cem6QeSijIHHkWr6gs65ukCZMXeak8yXeZVbBJET3VM+HlhA==, + integrity: sha512-JlS10AQm/RzyrUGgl5irVkAlZYTJ99mNueUl+Qab+TcHhVedLiylWVkKBhRale+rS9yWIJK48JVzQlq3LcSdeA==, } engines: { node: ^14 || ^16 || >=18 } peerDependencies: @@ -10315,7 +10350,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.7 + browserslist: 4.21.9 postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true @@ -10409,10 +10444,10 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-preset-env@8.4.2(postcss@8.4.24): + /postcss-preset-env@8.5.0(postcss@8.4.24): resolution: { - integrity: sha512-Bihxo+FsyVNjsRADiYYnj9Ez0WBSWSSHAe8WvxoMlqrw8H8m6gK9E0MkDd7P6ForoikRIF3I8grGg/pFM6ECRQ==, + integrity: sha512-aqAbT5dXqYX5ZvicGKQpaW/eDEZFRfnhV6Hn1Jn2bCKEB9L2MgsTdnIsXsZyFUQflIV2wIs9HTEQgkH5duMCNg==, } engines: { node: ^14 || ^16 || >=18 } peerDependencies: @@ -10435,14 +10470,14 @@ packages: "@csstools/postcss-normalize-display-values": 2.0.1(postcss@8.4.24) "@csstools/postcss-oklab-function": 2.2.3(postcss@8.4.24) "@csstools/postcss-progressive-custom-properties": 2.3.0(postcss@8.4.24) - "@csstools/postcss-relative-color-syntax": 1.0.1(postcss@8.4.24) + "@csstools/postcss-relative-color-syntax": 1.0.2(postcss@8.4.24) "@csstools/postcss-scope-pseudo-class": 2.0.2(postcss@8.4.24) "@csstools/postcss-stepped-value-functions": 2.1.1(postcss@8.4.24) "@csstools/postcss-text-decoration-shorthand": 2.2.4(postcss@8.4.24) "@csstools/postcss-trigonometric-functions": 2.1.1(postcss@8.4.24) "@csstools/postcss-unset-value": 2.0.1(postcss@8.4.24) autoprefixer: 10.4.14(postcss@8.4.24) - browserslist: 4.21.7 + browserslist: 4.21.9 css-blank-pseudo: 5.0.2(postcss@8.4.24) css-has-pseudo: 5.0.2(postcss@8.4.24) css-prefers-color-scheme: 8.0.2(postcss@8.4.24) @@ -10466,7 +10501,7 @@ packages: postcss-initial: 4.0.1(postcss@8.4.24) postcss-lab-function: 5.2.3(postcss@8.4.24) postcss-logical: 6.2.0(postcss@8.4.24) - postcss-nesting: 11.2.2(postcss@8.4.24) + postcss-nesting: 11.3.0(postcss@8.4.24) postcss-opacity-percentage: 2.0.0(postcss@8.4.24) postcss-overflow-shorthand: 4.0.1(postcss@8.4.24) postcss-page-break: 3.0.4(postcss@8.4.24) @@ -10499,7 +10534,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.7 + browserslist: 4.21.9 caniuse-api: 3.0.0 postcss: 8.4.24 dev: true @@ -10882,7 +10917,7 @@ packages: "@types/normalize-package-data": 2.4.1 normalize-package-data: 5.0.0 parse-json: 7.0.0 - type-fest: 3.11.1 + type-fest: 3.12.0 dev: true /readable-stream@2.3.8: @@ -10947,7 +10982,7 @@ packages: integrity: sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==, } dependencies: - "@babel/runtime": 7.22.3 + "@babel/runtime": 7.22.5 dev: false /regenerate-unicode-properties@10.1.0: @@ -10979,7 +11014,7 @@ packages: integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==, } dependencies: - "@babel/runtime": 7.22.3 + "@babel/runtime": 7.22.5 dev: true /regexp.prototype.flags@1.5.0: @@ -11015,7 +11050,7 @@ packages: } engines: { node: ">=14" } dependencies: - "@pnpm/npm-conf": 2.2.0 + "@pnpm/npm-conf": 2.2.2 dev: true /regjsparser@0.9.1: @@ -11183,11 +11218,11 @@ packages: peerDependencies: rollup: ^2.0.0 dependencies: - "@babel/code-frame": 7.21.4 + "@babel/code-frame": 7.22.5 jest-worker: 26.6.2 rollup: 2.79.1 serialize-javascript: 4.0.0 - terser: 5.17.7 + terser: 5.18.0 dev: true /rollup@2.79.1: @@ -11201,10 +11236,10 @@ packages: fsevents: 2.3.2 dev: true - /rollup@3.23.1: + /rollup@3.25.1: resolution: { - integrity: sha512-ybRdFVHOoljGEFILHLd2g/qateqUdjE6YS41WXq4p3C/WwD3xtWxV4FYWETA1u9TeXQc5K8L8zHE5d/scOvrOQ==, + integrity: sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ==, } engines: { node: ">=14.18.0", npm: ">=8.0.0" } hasBin: true @@ -11308,11 +11343,11 @@ packages: engines: { node: ">=18" } hasBin: true dependencies: - "@semantic-release/commit-analyzer": 10.0.0(semantic-release@21.0.5) + "@semantic-release/commit-analyzer": 10.0.1(semantic-release@21.0.5) "@semantic-release/error": 4.0.0 - "@semantic-release/github": 9.0.2(semantic-release@21.0.5) - "@semantic-release/npm": 10.0.3(semantic-release@21.0.5) - "@semantic-release/release-notes-generator": 11.0.2(semantic-release@21.0.5) + "@semantic-release/github": 9.0.3(semantic-release@21.0.5) + "@semantic-release/npm": 10.0.4(semantic-release@21.0.5) + "@semantic-release/release-notes-generator": 11.0.3(semantic-release@21.0.5) aggregate-error: 4.0.1 cosmiconfig: 8.2.0 debug: 4.3.4 @@ -11332,7 +11367,7 @@ packages: p-reduce: 3.0.0 read-pkg-up: 9.1.0 resolve-from: 5.0.0 - semver: 7.5.1 + semver: 7.5.2 semver-diff: 4.0.0 signale: 1.4.0 yargs: 17.7.2 @@ -11348,7 +11383,7 @@ packages: } engines: { node: ">=12" } dependencies: - semver: 7.5.1 + semver: 7.5.2 dev: true /semver-regex@4.0.5: @@ -11386,10 +11421,10 @@ packages: lru-cache: 6.0.0 dev: true - /semver@7.5.1: + /semver@7.5.2: resolution: { - integrity: sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==, + integrity: sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==, } engines: { node: ">=10" } hasBin: true @@ -11932,12 +11967,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.7 + browserslist: 4.21.9 postcss: 8.4.24 postcss-selector-parser: 6.0.13 dev: true - /stylelint-config-recommended@12.0.0(stylelint@15.7.0): + /stylelint-config-recommended@12.0.0(stylelint@15.8.0): resolution: { integrity: sha512-x6x8QNARrGO2sG6iURkzqL+Dp+4bJorPMMRNPScdvaUK8PsynriOcMW7AFDKqkWAS5wbue/u8fUT/4ynzcmqdQ==, @@ -11945,10 +11980,10 @@ packages: peerDependencies: stylelint: ^15.5.0 dependencies: - stylelint: 15.7.0 + stylelint: 15.8.0 dev: true - /stylelint-config-standard@33.0.0(stylelint@15.7.0): + /stylelint-config-standard@33.0.0(stylelint@15.8.0): resolution: { integrity: sha512-eyxnLWoXImUn77+ODIuW9qXBDNM+ALN68L3wT1lN2oNspZ7D9NVGlNHb2QCUn4xDug6VZLsh0tF8NyoYzkgTzg==, @@ -11956,14 +11991,14 @@ packages: peerDependencies: stylelint: ^15.5.0 dependencies: - stylelint: 15.7.0 - stylelint-config-recommended: 12.0.0(stylelint@15.7.0) + stylelint: 15.8.0 + stylelint-config-recommended: 12.0.0(stylelint@15.8.0) dev: true - /stylelint@15.7.0: + /stylelint@15.8.0: resolution: { - integrity: sha512-fQRwHwWuZsDn4ENyE9AsKkOkV9WlD2CmYiVDbdZPdS3iZh0ceypOn1EuwTNuZ8xTrHF+jVeIEzLtFFSlD/nJHg==, + integrity: sha512-x9qBk84F3MEjMEUNCE7MtWmfj9G9y5XzJ0cpQeJdy2l/IoqjC8Ih0N0ytmOTnXE4Yv0J7I1cmVRQUVNSPCxTsA==, } engines: { node: ^14.13.1 || >=16.0.0 } hasBin: true @@ -12008,7 +12043,6 @@ packages: supports-hyperlinks: 3.0.0 svg-tags: 1.0.0 table: 6.8.1 - v8-compile-cache: 2.3.0 write-file-atomic: 5.0.1 transitivePeerDependencies: - supports-color @@ -12186,16 +12220,16 @@ packages: unique-string: 3.0.0 dev: true - /terser@5.17.7: + /terser@5.18.0: resolution: { - integrity: sha512-/bi0Zm2C6VAexlGgLlVxA0P2lru/sdLyfCVaRMfKVo9nWxbmz7f/sD8VPybPeSUJaJcwmCJis9pBIhcVcG1QcQ==, + integrity: sha512-pdL757Ig5a0I+owA42l6tIuEycRuM7FPY4n62h44mRLRfnOxJkkOHd6i89dOpwZlpF6JXBwaAHF6yWzFrt+QyA==, } engines: { node: ">=10" } hasBin: true dependencies: "@jridgewell/source-map": 0.3.3 - acorn: 8.8.2 + acorn: 8.9.0 commander: 2.20.3 source-map-support: 0.5.21 dev: true @@ -12345,7 +12379,7 @@ packages: } dev: true - /ts-node@10.9.1(@types/node@20.2.5)(typescript@5.1.3): + /ts-node@10.9.1(@types/node@20.3.1)(typescript@5.1.3): resolution: { integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==, @@ -12367,8 +12401,8 @@ packages: "@tsconfig/node12": 1.0.11 "@tsconfig/node14": 1.0.3 "@tsconfig/node16": 1.0.4 - "@types/node": 20.2.5 - acorn: 8.8.2 + "@types/node": 20.3.1 + acorn: 8.9.0 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 @@ -12489,10 +12523,10 @@ packages: engines: { node: ">=12.20" } dev: true - /type-fest@3.11.1: + /type-fest@3.12.0: resolution: { - integrity: sha512-aCuRNRERRVh33lgQaJRlUxZqzfhzwTrsE98Mc3o3VXqmiaQdHacgUtJ0esp+7MvZ92qhtzKPeusaX6vIEcoreA==, + integrity: sha512-qj9wWsnFvVEMUDbESiilKeXeHL7FwwiFcogfhfyjmvT968RXSvnl23f1JOClTHYItsi7o501C/7qVllscUP3oA==, } engines: { node: ">=14.16" } dev: true @@ -12659,7 +12693,7 @@ packages: engines: { node: ">=4" } dev: true - /update-browserslist-db@1.0.11(browserslist@4.21.7): + /update-browserslist-db@1.0.11(browserslist@4.21.9): resolution: { integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==, @@ -12668,7 +12702,7 @@ packages: peerDependencies: browserslist: ">= 4.21.0" dependencies: - browserslist: 4.21.7 + browserslist: 4.21.9 escalade: 3.1.1 picocolors: 1.0.0 dev: true @@ -12710,13 +12744,6 @@ packages: } dev: true - /v8-compile-cache@2.3.0: - resolution: - { - integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==, - } - dev: true - /validate-npm-package-license@3.0.4: resolution: { @@ -12741,14 +12768,14 @@ packages: debug: 4.3.4 fast-glob: 3.2.12 pretty-bytes: 6.1.0 - vite: 4.3.9(@types/node@20.2.5) + vite: 4.3.9(@types/node@20.3.1) workbox-build: 7.0.0 workbox-window: 7.0.0 transitivePeerDependencies: - supports-color dev: true - /vite@4.3.9(@types/node@20.2.5): + /vite@4.3.9(@types/node@20.3.1): resolution: { integrity: sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==, @@ -12776,18 +12803,18 @@ packages: terser: optional: true dependencies: - "@types/node": 20.2.5 + "@types/node": 20.3.1 esbuild: 0.17.19 postcss: 8.4.24 - rollup: 3.23.1 + rollup: 3.25.1 optionalDependencies: fsevents: 2.3.2 dev: true - /w3c-keyname@2.2.7: + /w3c-keyname@2.2.8: resolution: { - integrity: sha512-XB8aa62d4rrVfoZYQaYNy3fy+z4nrfy2ooea3/0BnBzXW0tSdZ+lRgjzBZhk0La0H6h8fVyYCxx/qkQcAIuvfg==, + integrity: sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==, } dev: false @@ -12939,10 +12966,10 @@ packages: engines: { node: ">=16.0.0" } dependencies: "@apideck/better-ajv-errors": 0.3.6(ajv@8.12.0) - "@babel/core": 7.22.1 - "@babel/preset-env": 7.22.4(@babel/core@7.22.1) - "@babel/runtime": 7.22.3 - "@rollup/plugin-babel": 5.3.1(@babel/core@7.22.1)(rollup@2.79.1) + "@babel/core": 7.22.5 + "@babel/preset-env": 7.22.5(@babel/core@7.22.5) + "@babel/runtime": 7.22.5 + "@rollup/plugin-babel": 5.3.1(@babel/core@7.22.5)(rollup@2.79.1) "@rollup/plugin-node-resolve": 11.2.1(rollup@2.79.1) "@rollup/plugin-replace": 2.4.2(rollup@2.79.1) "@surma/rollup-plugin-off-main-thread": 2.2.3