diff --git a/apps/guide/package.json b/apps/guide/package.json index fade71eaf..48eb6bf97 100644 --- a/apps/guide/package.json +++ b/apps/guide/package.json @@ -85,7 +85,7 @@ "concurrently": "^8.2.1", "cross-env": "^7.0.3", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "happy-dom": "^10.11.0", "hast-util-to-string": "^2.0.0", diff --git a/apps/website/package.json b/apps/website/package.json index 20876ce81..f26d8e446 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -94,7 +94,7 @@ "cpy-cli": "^5.0.0", "cross-env": "^7.0.3", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "happy-dom": "^10.11.0", "lighthouse": "^11.0.0", diff --git a/eslint.config.js b/eslint.config.js index 670d0ca17..4f929e311 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -74,10 +74,6 @@ export default [ files: ['**/*{ts,mts,cts,tsx}'], rules: { 'jsdoc/no-undefined-types': 0 }, }, - { - files: [`packages/docgen/**/*${commonFiles}`], - rules: { 'import/extensions': 0 }, - }, { files: [`packages/rest/**/*${commonFiles}`], rules: { @@ -91,10 +87,7 @@ export default [ }, { files: [`packages/voice/**/*${commonFiles}`], - rules: { - 'import/extensions': 0, - 'no-restricted-globals': 0, - }, + rules: { 'no-restricted-globals': 0 }, }, reactRuleset, nextRuleset, diff --git a/package.json b/package.json index d0a71050a..abdf01eb6 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@vitest/coverage-v8": "^0.34.3", "conventional-changelog-cli": "^3.0.0", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "husky": "^8.0.3", "is-ci": "^3.0.1", "lint-staged": "^14.0.1", diff --git a/packages/actions/package.json b/packages/actions/package.json index 860ffefe2..2e1af1048 100644 --- a/packages/actions/package.json +++ b/packages/actions/package.json @@ -51,7 +51,7 @@ "@vitest/coverage-v8": "^0.34.3", "cross-env": "^7.0.3", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "prettier": "^3.0.2", "tsup": "^7.2.0", diff --git a/packages/api-extractor-utils/package.json b/packages/api-extractor-utils/package.json index 6984c2885..a097a3ead 100644 --- a/packages/api-extractor-utils/package.json +++ b/packages/api-extractor-utils/package.json @@ -52,7 +52,7 @@ "@types/node": "16.18.44", "cross-env": "^7.0.3", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "prettier": "^3.0.2", "tsup": "^7.2.0", diff --git a/packages/brokers/package.json b/packages/brokers/package.json index bedb70cb8..72d50d595 100644 --- a/packages/brokers/package.json +++ b/packages/brokers/package.json @@ -77,7 +77,7 @@ "@vitest/coverage-v8": "^0.34.3", "cross-env": "^7.0.3", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "prettier": "^3.0.2", "tsup": "^7.2.0", diff --git a/packages/builders/package.json b/packages/builders/package.json index 283495d2d..06a456109 100644 --- a/packages/builders/package.json +++ b/packages/builders/package.json @@ -81,7 +81,7 @@ "downlevel-dts": "^0.11.0", "esbuild-plugin-version-injector": "^1.2.0", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "prettier": "^3.0.2", "tsup": "^7.2.0", diff --git a/packages/collection/package.json b/packages/collection/package.json index 31fc2f8ee..c665a1a75 100644 --- a/packages/collection/package.json +++ b/packages/collection/package.json @@ -67,7 +67,7 @@ "cross-env": "^7.0.3", "esbuild-plugin-version-injector": "^1.2.0", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "prettier": "^3.0.2", "tsup": "^7.2.0", diff --git a/packages/core/package.json b/packages/core/package.json index 16fb1172a..4ab1c648f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -79,7 +79,7 @@ "cross-env": "^7.0.3", "esbuild-plugin-version-injector": "^1.2.0", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "prettier": "^3.0.2", "tsup": "^7.2.0", diff --git a/packages/create-discord-bot/package.json b/packages/create-discord-bot/package.json index 5e672a655..7615174d4 100644 --- a/packages/create-discord-bot/package.json +++ b/packages/create-discord-bot/package.json @@ -63,7 +63,7 @@ "@vitest/coverage-v8": "^0.34.3", "cross-env": "^7.0.3", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "prettier": "^3.0.2", "terser": "^5.19.2", diff --git a/packages/docgen/package.json b/packages/docgen/package.json index 91482bf77..bad26b15b 100644 --- a/packages/docgen/package.json +++ b/packages/docgen/package.json @@ -70,7 +70,7 @@ "@types/node": "16.18.44", "cross-env": "^7.0.3", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "prettier": "^3.0.2", "tsup": "^7.2.0", diff --git a/packages/formatters/package.json b/packages/formatters/package.json index 7f24a9b87..374f631ea 100644 --- a/packages/formatters/package.json +++ b/packages/formatters/package.json @@ -63,7 +63,7 @@ "@vitest/coverage-v8": "^0.34.3", "cross-env": "^7.0.3", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "prettier": "^3.0.2", "tsup": "^7.2.0", diff --git a/packages/next/package.json b/packages/next/package.json index 9cd88808a..5792bb26e 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -81,7 +81,7 @@ "cross-env": "^7.0.3", "esbuild-plugin-version-injector": "^1.2.0", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "prettier": "^3.0.2", "tsup": "^7.2.0", diff --git a/packages/proxy-container/package.json b/packages/proxy-container/package.json index 269572cdf..c47b46c38 100644 --- a/packages/proxy-container/package.json +++ b/packages/proxy-container/package.json @@ -52,7 +52,7 @@ "@types/node": "18.17.9", "cross-env": "^7.0.3", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "prettier": "^3.0.2", "tsup": "^7.2.0", diff --git a/packages/proxy/package.json b/packages/proxy/package.json index 07b71fb2f..e4af816dc 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -77,7 +77,7 @@ "@vitest/coverage-v8": "^0.34.3", "cross-env": "^7.0.3", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "prettier": "^3.0.2", "supertest": "^6.3.3", diff --git a/packages/rest/package.json b/packages/rest/package.json index 566ba639b..298d23949 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -100,7 +100,7 @@ "cross-env": "^7.0.3", "esbuild-plugin-version-injector": "^1.2.0", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "prettier": "^3.0.2", "tsup": "^7.2.0", diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 117edc574..44b6baa02 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -67,7 +67,7 @@ "@vitest/coverage-v8": "^0.34.3", "cross-env": "^7.0.3", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "prettier": "^3.0.2", "tsup": "^7.2.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index e9333e670..82d5dba42 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -77,7 +77,7 @@ "chromatic": "^6.24.1", "cross-env": "^7.0.3", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "prettier": "^3.0.2", "prop-types": "^15.8.1", diff --git a/packages/util/package.json b/packages/util/package.json index 2c92ee4e8..6e031fb4f 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -67,7 +67,7 @@ "@vitest/coverage-v8": "^0.34.3", "cross-env": "^7.0.3", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "prettier": "^3.0.2", "tsd": "^0.28.1", diff --git a/packages/voice/package.json b/packages/voice/package.json index 6fb382089..1e284ffee 100644 --- a/packages/voice/package.json +++ b/packages/voice/package.json @@ -79,7 +79,7 @@ "cross-env": "^7.0.3", "esbuild-plugin-version-injector": "^1.2.0", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "jest": "^29.6.4", "jest-websocket-mock": "^2.4.1", diff --git a/packages/ws/package.json b/packages/ws/package.json index 1dd21917d..e4d5d5865 100644 --- a/packages/ws/package.json +++ b/packages/ws/package.json @@ -90,7 +90,7 @@ "cross-env": "^7.0.3", "esbuild-plugin-version-injector": "^1.2.0", "eslint": "^8.48.0", - "eslint-config-neon": "^0.1.56", + "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "mock-socket": "^9.2.1", "prettier": "^3.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 06d960f2a..b227e2fe6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -51,8 +51,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) husky: specifier: ^8.0.3 version: 8.0.3 @@ -190,8 +190,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) eslint-formatter-pretty: specifier: ^5.0.0 version: 5.0.0 @@ -359,8 +359,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) eslint-formatter-pretty: specifier: ^5.0.0 version: 5.0.0 @@ -417,8 +417,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) eslint-formatter-pretty: specifier: ^5.0.0 version: 5.0.0 @@ -457,8 +457,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) eslint-formatter-pretty: specifier: ^5.0.0 version: 5.0.0 @@ -506,8 +506,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) eslint-formatter-pretty: specifier: ^5.0.0 version: 5.0.0 @@ -576,8 +576,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) eslint-formatter-pretty: specifier: ^5.0.0 version: 5.0.0 @@ -595,7 +595,7 @@ importers: version: 5.2.2 vitest: specifier: ^0.34.3 - version: 0.34.3 + version: 0.34.3(happy-dom@10.11.0) packages/collection: devDependencies: @@ -621,8 +621,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) eslint-formatter-pretty: specifier: ^5.0.0 version: 5.0.0 @@ -685,8 +685,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) eslint-formatter-pretty: specifier: ^5.0.0 version: 5.0.0 @@ -704,7 +704,7 @@ importers: version: 5.2.2 vitest: specifier: ^0.34.3 - version: 0.34.3 + version: 0.34.3(happy-dom@10.11.0) packages/create-discord-bot: dependencies: @@ -749,8 +749,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) eslint-formatter-pretty: specifier: ^5.0.0 version: 5.0.0 @@ -886,8 +886,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) eslint-formatter-pretty: specifier: ^5.0.0 version: 5.0.0 @@ -929,8 +929,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) eslint-formatter-pretty: specifier: ^5.0.0 version: 5.0.0 @@ -948,7 +948,7 @@ importers: version: 5.2.2 vitest: specifier: ^0.34.3 - version: 0.34.3 + version: 0.34.3(happy-dom@10.11.0) packages/next: dependencies: @@ -999,8 +999,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) eslint-formatter-pretty: specifier: ^5.0.0 version: 5.0.0 @@ -1018,7 +1018,7 @@ importers: version: 5.2.2 vitest: specifier: ^0.34.3 - version: 0.34.3 + version: 0.34.3(happy-dom@10.11.0) packages/proxy: dependencies: @@ -1057,8 +1057,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) eslint-formatter-pretty: specifier: ^5.0.0 version: 5.0.0 @@ -1103,8 +1103,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) eslint-formatter-pretty: specifier: ^5.0.0 version: 5.0.0 @@ -1173,8 +1173,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) eslint-formatter-pretty: specifier: ^5.0.0 version: 5.0.0 @@ -1192,7 +1192,7 @@ importers: version: 5.2.2 vitest: specifier: ^0.34.3 - version: 0.34.3 + version: 0.34.3(happy-dom@10.11.0) packages/scripts: dependencies: @@ -1234,8 +1234,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) eslint-formatter-pretty: specifier: ^5.0.0 version: 5.0.0 @@ -1328,8 +1328,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) eslint-formatter-pretty: specifier: ^5.0.0 version: 5.0.0 @@ -1382,8 +1382,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) eslint-formatter-pretty: specifier: ^5.0.0 version: 5.0.0 @@ -1455,8 +1455,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) eslint-formatter-pretty: specifier: ^5.0.0 version: 5.0.0 @@ -1537,8 +1537,8 @@ importers: specifier: ^8.48.0 version: 8.48.0 eslint-config-neon: - specifier: ^0.1.56 - version: 0.1.56(eslint@8.48.0)(typescript@5.2.2) + specifier: ^0.1.57 + version: 0.1.57(eslint@8.48.0)(typescript@5.2.2) eslint-formatter-pretty: specifier: ^5.0.0 version: 5.0.0 @@ -1562,7 +1562,7 @@ importers: version: 5.23.0 vitest: specifier: ^0.34.3 - version: 0.34.3 + version: 0.34.3(happy-dom@10.11.0) zlib-sync: specifier: ^0.1.8 version: 0.1.8 @@ -1606,38 +1606,38 @@ packages: '@jridgewell/trace-mapping': 0.3.19 dev: true - /@angular-eslint/bundled-angular-compiler@16.1.1: + /@angular-eslint/bundled-angular-compiler@16.2.0: resolution: - { integrity: sha512-TB01AWZBDfrZBxN1I50HfBXtC7q4NI5fwl1aS4tOfef2/kQjTtR9zmha8CsxjDkAOa9tA/4MUayAMqEBQLuHKQ== } + { integrity: sha512-ct9orDYxkMl2+uvM7UBfgV28Dq57V4dEs+Drh7cD673JIMa6sXbgmd0QEtm8W3cmyK/jcTzmuoufxbH7hOxd6g== } dev: true - /@angular-eslint/eslint-plugin-template@16.1.1(eslint@8.48.0)(typescript@5.2.2): + /@angular-eslint/eslint-plugin-template@16.2.0(eslint@8.48.0)(typescript@5.2.2): resolution: - { integrity: sha512-hwbpiUxLIY3TnZycieh+G4fbTWGMfzKx076O5Vuh2H4ZfXfs6ZXoi3Z0TH6X9lTmdgrwzOg1v4o5kdqu7MqPBg== } + { integrity: sha512-YFdQ6hHX6NlQj0lfogZwfyKjU8pqkJU+Zsk0ehjlXP8VfKFVmDeQT5/Xr6Df9C8pveC3hvq6Jgd8vo67S9Enxg== } peerDependencies: eslint: ^7.20.0 || ^8.0.0 typescript: '*' dependencies: - '@angular-eslint/bundled-angular-compiler': 16.1.1 - '@angular-eslint/utils': 16.1.1(eslint@8.48.0)(typescript@5.2.2) + '@angular-eslint/bundled-angular-compiler': 16.2.0 + '@angular-eslint/utils': 16.2.0(eslint@8.48.0)(typescript@5.2.2) '@typescript-eslint/type-utils': 5.62.0(eslint@8.48.0)(typescript@5.2.2) '@typescript-eslint/utils': 5.62.0(eslint@8.48.0)(typescript@5.2.2) aria-query: 5.3.0 - axobject-query: 3.1.1 + axobject-query: 3.2.1 eslint: 8.48.0 typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: true - /@angular-eslint/eslint-plugin@16.1.1(eslint@8.48.0)(typescript@5.2.2): + /@angular-eslint/eslint-plugin@16.2.0(eslint@8.48.0)(typescript@5.2.2): resolution: - { integrity: sha512-GauEwFGEcgIdsld4cVarFJYYxaRbMLzbpxyvBUDFg4LNjlcQNt7zfqXRLJoZAaFJFPtGtAoo1+6BlEKErsntuQ== } + { integrity: sha512-zdiAIox1T+B71HL+A8m+1jWdU34nvPGLhCRw/uZNwHzknsF4tYzNQ9W7T/SC/g/2s1yT2yNosEVNJSGSFvunJg== } peerDependencies: eslint: ^7.20.0 || ^8.0.0 typescript: '*' dependencies: - '@angular-eslint/utils': 16.1.1(eslint@8.48.0)(typescript@5.2.2) + '@angular-eslint/utils': 16.2.0(eslint@8.48.0)(typescript@5.2.2) '@typescript-eslint/utils': 5.62.0(eslint@8.48.0)(typescript@5.2.2) eslint: 8.48.0 typescript: 5.2.2 @@ -1645,27 +1645,27 @@ packages: - supports-color dev: true - /@angular-eslint/template-parser@16.1.1(eslint@8.48.0)(typescript@5.2.2): + /@angular-eslint/template-parser@16.2.0(eslint@8.48.0)(typescript@5.2.2): resolution: - { integrity: sha512-ZJ+M4+JGYcsIP/t+XiuzL5A5pCjjCen272U3/M/WqIMDDxyIKrHubK1bVtr2kndCEudqud+WyJU0ub13UIwGgw== } + { integrity: sha512-v2jVKTy2wN7iM9nHpBkxLn2wfL8jSl4IlPrXThIqj8No2VHtpLQZPKuXbGPUXQX05VS2Mj5feScQ36ZVGS8Rbw== } peerDependencies: eslint: ^7.20.0 || ^8.0.0 typescript: '*' dependencies: - '@angular-eslint/bundled-angular-compiler': 16.1.1 + '@angular-eslint/bundled-angular-compiler': 16.2.0 eslint: 8.48.0 eslint-scope: 7.2.2 typescript: 5.2.2 dev: true - /@angular-eslint/utils@16.1.1(eslint@8.48.0)(typescript@5.2.2): + /@angular-eslint/utils@16.2.0(eslint@8.48.0)(typescript@5.2.2): resolution: - { integrity: sha512-cmSTyFFY2TMLjhKdju0KQ9GB6nnXt1AbY9tZ0UtWGo3NKbrBUogc+PR9ma17VRAGhvdj/sSVkStphJH3F7rUgQ== } + { integrity: sha512-NxMRwnlIgzmbJQfWkfd9y3Sz0hzjFdK5LH44i+3D5NhpPdZ6SzwHAjMYWoYsmmNQX5tlDXoicYF9Mz9Wz8DJ/A== } peerDependencies: eslint: ^7.20.0 || ^8.0.0 typescript: '*' dependencies: - '@angular-eslint/bundled-angular-compiler': 16.1.1 + '@angular-eslint/bundled-angular-compiler': 16.2.0 '@typescript-eslint/utils': 5.62.0(eslint@8.48.0)(typescript@5.2.2) eslint: 8.48.0 typescript: 5.2.2 @@ -1686,14 +1686,9 @@ packages: { integrity: sha512-pvFiLP2BeOKA/ZOS6jxx4XhKzdVLHDhGlFEaZ2flWWYf2xOqVniqpk38I04DFRyz+L0ASggl7SkItTc+ZLju4w== } dev: true - /@astrojs/compiler@1.8.2: + /@astrojs/compiler@2.1.0: resolution: - { integrity: sha512-o/ObKgtMzl8SlpIdzaxFnt7SATKPxu4oIP/1NL+HDJRzxfJcAkOTAb/ZKMRyULbz4q+1t2/DAebs2Z1QairkZw== } - dev: true - - /@astrojs/compiler@2.0.1: - resolution: - { integrity: sha512-DfBR7Cf+tOgQ4n7TIgTtU5x5SEA/08DNshpEPcT+91A0KbBlmUOYMBM/O6qAaHkmVo1KIoXQYhAmfdTT1zx9PQ== } + { integrity: sha512-Mp+qrNhly+27bL/Zq8lGeUY+YrdoU0eDfIlAeGIPrzt0PnI/jGpvPUdCaugv4zbCrDkOUScFfcbeEiYumrdJnw== } dev: true /@aw-web-design/x-default-browser@1.4.126: @@ -1713,6 +1708,15 @@ packages: chalk: 2.4.2 dev: true + /@babel/code-frame@7.22.13: + resolution: + { integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/highlight': 7.22.20 + chalk: 2.4.2 + dev: true + /@babel/compat-data@7.22.9: resolution: { integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ== } @@ -1754,6 +1758,17 @@ packages: jsesc: 2.5.2 dev: true + /@babel/generator@7.23.0: + resolution: + { integrity: sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/types': 7.23.0 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.19 + jsesc: 2.5.2 + dev: true + /@babel/helper-annotate-as-pure@7.22.5: resolution: { integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg== } @@ -1830,6 +1845,12 @@ packages: - supports-color dev: true + /@babel/helper-environment-visitor@7.22.20: + resolution: + { integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== } + engines: { node: '>=6.9.0' } + dev: true + /@babel/helper-environment-visitor@7.22.5: resolution: { integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q== } @@ -1845,6 +1866,15 @@ packages: '@babel/types': 7.22.11 dev: true + /@babel/helper-function-name@7.23.0: + resolution: + { integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/template': 7.22.15 + '@babel/types': 7.23.0 + dev: true + /@babel/helper-hoist-variables@7.22.5: resolution: { integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== } @@ -1953,6 +1983,12 @@ packages: { integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== } engines: { node: '>=6.9.0' } + /@babel/helper-validator-identifier@7.22.20: + resolution: + { integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== } + engines: { node: '>=6.9.0' } + dev: true + /@babel/helper-validator-identifier@7.22.5: resolution: { integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ== } @@ -1996,6 +2032,16 @@ packages: js-tokens: 4.0.0 dev: true + /@babel/highlight@7.22.20: + resolution: + { integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/helper-validator-identifier': 7.22.20 + chalk: 2.4.2 + js-tokens: 4.0.0 + dev: true + /@babel/parser@7.22.11: resolution: { integrity: sha512-R5zb8eJIBPJriQtbH/htEQy4k7E2dHWlD2Y2VT07JCzwYZHBxV5ZYtM0UhXSNMT74LyxuM+b1jdL7pSesXbC/g== } @@ -2004,6 +2050,15 @@ packages: dependencies: '@babel/types': 7.22.11 + /@babel/parser@7.23.0: + resolution: + { integrity: sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== } + engines: { node: '>=6.0.0' } + hasBin: true + dependencies: + '@babel/types': 7.23.0 + dev: true + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5(@babel/core@7.22.11): resolution: { integrity: sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ== } @@ -3108,6 +3163,24 @@ packages: dependencies: regenerator-runtime: 0.14.0 + /@babel/runtime@7.23.1: + resolution: + { integrity: sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g== } + engines: { node: '>=6.9.0' } + dependencies: + regenerator-runtime: 0.14.0 + dev: true + + /@babel/template@7.22.15: + resolution: + { integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/code-frame': 7.22.13 + '@babel/parser': 7.23.0 + '@babel/types': 7.23.0 + dev: true + /@babel/template@7.22.5: resolution: { integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw== } @@ -3137,6 +3210,25 @@ packages: - supports-color dev: true + /@babel/traverse@7.23.0: + resolution: + { integrity: sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/code-frame': 7.22.13 + '@babel/generator': 7.23.0 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.23.0 + '@babel/types': 7.23.0 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/types@7.22.11: resolution: { integrity: sha512-siazHiGuZRz9aB9NpHy9GOs9xiQPKnMzgdr493iI1M67vRXpnEq8ZOOKzezC5q7zwuQ6sDhdSp4SD9ixKSqKZg== } @@ -3146,6 +3238,16 @@ packages: '@babel/helper-validator-identifier': 7.22.5 to-fast-properties: 2.0.0 + /@babel/types@7.23.0: + resolution: + { integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/helper-string-parser': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 + to-fast-properties: 2.0.0 + dev: true + /@base2/pretty-print-object@1.0.1: resolution: { integrity: sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA== } @@ -3888,6 +3990,12 @@ packages: engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } dev: true + /@eslint-community/regexpp@4.9.1: + resolution: + { integrity: sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA== } + engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } + dev: true + /@eslint/eslintrc@2.1.2: resolution: { integrity: sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g== } @@ -4599,9 +4707,9 @@ packages: { integrity: sha512-FsAT5x0jF2kkhNkKkukhsyYOrRqtSxrEhfliniIq0bwWbuXLgyt3Gv0Ml+b91XwjwArmuP7NxCiGd++GGKdNMQ== } dev: false - /@next/eslint-plugin-next@13.4.19: + /@next/eslint-plugin-next@13.5.4: resolution: - { integrity: sha512-N/O+zGb6wZQdwu6atMZHbR7T9Np5SUFUjZqCbj0sXm+MwQO35M8TazVB4otm87GkXYs2l6OPwARd3/PUWhZBVQ== } + { integrity: sha512-vI94U+D7RNgX6XypSyjeFrOzxGlZyxOplU0dVE5norIfZGn/LDjJYPHdvdsR5vN1eRtl6PDAsOHmycFEOljK5A== } dependencies: glob: 7.1.7 dev: true @@ -4717,9 +4825,9 @@ packages: '@nodelib/fs.scandir': 2.1.5 fastq: 1.15.0 - /@npmcli/config@6.2.1: + /@npmcli/config@6.3.0: resolution: - { integrity: sha512-Cj/OrSbrLvnwWuzquFCDTwFN8QmR+SWH6qLNCBttUreDkKM5D5p36SeSMbcEUiCGdwjUrVy2yd8C0REwwwDPEw== } + { integrity: sha512-gV64pm5cQ7F2oeoSJ5HTfaKxjFsvC4dAbCsQbtbOkEOymM6iZI62yNGCOLjcq/rfYX9+wVn34ThxK7GZpUwWFg== } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: '@npmcli/map-workspaces': 3.0.4 @@ -4746,7 +4854,7 @@ packages: engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: '@npmcli/name-from-folder': 2.0.0 - glob: 10.3.3 + glob: 10.3.10 minimatch: 9.0.3 read-package-json-fast: 3.0.2 dev: true @@ -5911,9 +6019,9 @@ packages: picomatch: 2.3.1 dev: true - /@rushstack/eslint-patch@1.3.3: + /@rushstack/eslint-patch@1.5.1: resolution: - { integrity: sha512-0xd7qez0AQ+MbHatZTlI1gu5vkG8r7MYRUJAHPAHJBmGLs16zpkrpAVLvjQKQOqaXPDUBwOiJzNc00znHSCVBw== } + { integrity: sha512-6i/8UoL0P5y4leBIGzvkZdS85RDMG9y1ihZzmTZQ5LdHUYmZ7pKFoj8X0236s3lusPs1Fa5HTQUpwI+UfTcmeA== } dev: true /@rushstack/node-core-library@3.59.7(@types/node@16.18.44): @@ -7382,6 +7490,13 @@ packages: dependencies: '@types/ms': 0.7.31 + /@types/debug@4.1.9: + resolution: + { integrity: sha512-8Hz50m2eoS56ldRlepxSBa6PWEVCtzUo/92HgLc2qTMnotJNIm7xP+UZhyWoYsyOdd5dxZ+NZLb24rsKyFs2ow== } + dependencies: + '@types/ms': 0.7.32 + dev: true + /@types/detect-port@1.3.3: resolution: { integrity: sha512-bV/jQlAJ/nPY3XqSatkGpu+nGzou+uSwrH1cROhn+jBFg47yaNH+blW4C7p9KhopC7QxCv/6M86s37k8dMk0Yg== } @@ -7561,6 +7676,11 @@ packages: { integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA== } dev: true + /@types/json-schema@7.0.13: + resolution: + { integrity: sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ== } + dev: true + /@types/linkify-it@3.0.2: resolution: { integrity: sha512-HZQYqbiFVWufzCwexrvh694SOim8z2d+xJl5UNamcvQFejLY/2YUtzXHYi3cHdI7PMlS8ejH2slRAOJQ32aNbA== } @@ -7592,6 +7712,13 @@ packages: dependencies: '@types/unist': 2.0.7 + /@types/mdast@3.0.13: + resolution: + { integrity: sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg== } + dependencies: + '@types/unist': 2.0.8 + dev: true + /@types/mdurl@1.0.2: resolution: { integrity: sha512-eC4U9MlIcu2q0KQmXszyn5Akca/0jrQmwDRgpAMJai7qBWq4amIQhZyNau4VYGtCeALvW1/NtjzJJ567aZxfKA== } @@ -7630,6 +7757,11 @@ packages: resolution: { integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA== } + /@types/ms@0.7.32: + resolution: + { integrity: sha512-xPSg0jm4mqgEkNhowKgZFBNtwoEwF6gJ4Dhww+GFpm3IgtNseHQZ5IqdNwnquZEoANxyDAKDRAdVo4Z72VvD/g== } + dev: true + /@types/node-fetch@2.6.4: resolution: { integrity: sha512-1ZX9fcN4Rvkvgv4E6PAY5WXUFWFcRWxZa3EW83UjycOB9ljJCedb2CupIP4RZMEwF/M3eTcCihbBRgwtGbg5Rg== } @@ -7732,6 +7864,11 @@ packages: { integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw== } dev: true + /@types/semver@7.5.3: + resolution: + { integrity: sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw== } + dev: true + /@types/send@0.17.1: resolution: { integrity: sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q== } @@ -7790,6 +7927,11 @@ packages: resolution: { integrity: sha512-cputDpIbFgLUaGQn6Vqg3/YsJwxUwHLO13v3i5ouxT4lat0khip9AEWxtERujXV9wxIB1EyF97BSJFt6vpdI8g== } + /@types/unist@2.0.8: + resolution: + { integrity: sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw== } + dev: true + /@types/unist@3.0.0: resolution: { integrity: sha512-MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w== } @@ -7812,6 +7954,11 @@ packages: { integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA== } dev: true + /@types/yargs-parser@21.0.1: + resolution: + { integrity: sha512-axdPBuLuEJt0c4yI5OZssC19K2Mq1uKdrfZBzuxLvaztgqUtFYZUNw7lETExPYJR9jdEoIg4mb7RQKRQzOkeGQ== } + dev: true + /@types/yargs@16.0.5: resolution: { integrity: sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ== } @@ -7826,18 +7973,25 @@ packages: '@types/yargs-parser': 21.0.0 dev: true - /@types/yauzl@2.10.0: + /@types/yargs@17.0.26: resolution: - { integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw== } + { integrity: sha512-Y3vDy2X6zw/ZCumcwLpdhM5L7jmyGpmBCTYMHDLqT2IKVMYRRLdv6ZakA+wxhra6Z/3bwhNbNl9bDGXaFU+6rw== } + dependencies: + '@types/yargs-parser': 21.0.1 + dev: true + + /@types/yauzl@2.10.1: + resolution: + { integrity: sha512-CHzgNU3qYBnp/O4S3yv2tXPlvMTq0YWSTVg2/JYLqWZGHwwgJGAwd00poay/11asPq8wLFwHzubyInqHIFmmiw== } requiresBuild: true dependencies: '@types/node': 18.17.9 dev: true optional: true - /@typescript-eslint/eslint-plugin@6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.48.0)(typescript@5.2.2): + /@typescript-eslint/eslint-plugin@6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.48.0)(typescript@5.2.2): resolution: - { integrity: sha512-3F5PtBzUW0dYlq77Lcqo13fv+58KDwUib3BddilE8ajPJT+faGgxmI9Sw+I8ZS22BYwoir9ZhNXcLi+S+I2bkw== } + { integrity: sha512-DAbgDXwtX+pDkAHwiGhqP3zWUGpW49B7eqmgpPtg+BKJXwdct79ut9+ifqOFPJGClGKSHXn2PTBatCnldJRUoA== } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha @@ -7847,19 +8001,19 @@ packages: typescript: optional: true dependencies: - '@eslint-community/regexpp': 4.8.0 - '@typescript-eslint/parser': 6.4.1(eslint@8.48.0)(typescript@5.2.2) - '@typescript-eslint/scope-manager': 6.4.1 - '@typescript-eslint/type-utils': 6.4.1(eslint@8.48.0)(typescript@5.2.2) - '@typescript-eslint/utils': 6.4.1(eslint@8.48.0)(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.4.1 + '@eslint-community/regexpp': 4.9.1 + '@typescript-eslint/parser': 6.7.4(eslint@8.48.0)(typescript@5.2.2) + '@typescript-eslint/scope-manager': 6.7.4 + '@typescript-eslint/type-utils': 6.7.4(eslint@8.48.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.7.4(eslint@8.48.0)(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.7.4 debug: 4.3.4 eslint: 8.48.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 semver: 7.5.4 - ts-api-utils: 1.0.2(typescript@5.2.2) + ts-api-utils: 1.0.3(typescript@5.2.2) typescript: 5.2.2 transitivePeerDependencies: - supports-color @@ -7879,9 +8033,9 @@ packages: - typescript dev: true - /@typescript-eslint/parser@6.4.1(eslint@8.48.0)(typescript@5.2.2): + /@typescript-eslint/parser@6.7.4(eslint@8.48.0)(typescript@5.2.2): resolution: - { integrity: sha512-610G6KHymg9V7EqOaNBMtD1GgpAmGROsmfHJPXNLCU9bfIuLrkdOygltK784F6Crboyd5tBFayPB7Sf0McrQwg== } + { integrity: sha512-I5zVZFY+cw4IMZUeNCU7Sh2PO5O57F7Lr0uyhgCJmhN/BuTlnc55KxPonR4+EM3GBdfiCyGZye6DgMjtubQkmA== } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -7890,10 +8044,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.4.1 - '@typescript-eslint/types': 6.4.1 - '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.4.1 + '@typescript-eslint/scope-manager': 6.7.4 + '@typescript-eslint/types': 6.7.4 + '@typescript-eslint/typescript-estree': 6.7.4(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.7.4 debug: 4.3.4 eslint: 8.48.0 typescript: 5.2.2 @@ -7919,6 +8073,15 @@ packages: '@typescript-eslint/visitor-keys': 6.4.1 dev: true + /@typescript-eslint/scope-manager@6.7.4: + resolution: + { integrity: sha512-SdGqSLUPTXAXi7c3Ob7peAGVnmMoGzZ361VswK2Mqf8UOYcODiYvs8rs5ILqEdfvX1lE7wEZbLyELCW+Yrql1A== } + engines: { node: ^16.0.0 || >=18.0.0 } + dependencies: + '@typescript-eslint/types': 6.7.4 + '@typescript-eslint/visitor-keys': 6.7.4 + dev: true + /@typescript-eslint/type-utils@5.62.0(eslint@8.48.0)(typescript@5.2.2): resolution: { integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew== } @@ -7940,9 +8103,9 @@ packages: - supports-color dev: true - /@typescript-eslint/type-utils@6.4.1(eslint@8.48.0)(typescript@5.2.2): + /@typescript-eslint/type-utils@6.7.4(eslint@8.48.0)(typescript@5.2.2): resolution: - { integrity: sha512-7ON8M8NXh73SGZ5XvIqWHjgX2f+vvaOarNliGhjrJnv1vdjG0LVIz+ToYfPirOoBi56jxAKLfsLm40+RvxVVXA== } + { integrity: sha512-n+g3zi1QzpcAdHFP9KQF+rEFxMb2KxtnJGID3teA/nxKHOVi3ylKovaqEzGBbVY2pBttU6z85gp0D00ufLzViQ== } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -7951,11 +8114,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.2.2) - '@typescript-eslint/utils': 6.4.1(eslint@8.48.0)(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.7.4(typescript@5.2.2) + '@typescript-eslint/utils': 6.7.4(eslint@8.48.0)(typescript@5.2.2) debug: 4.3.4 eslint: 8.48.0 - ts-api-utils: 1.0.2(typescript@5.2.2) + ts-api-utils: 1.0.3(typescript@5.2.2) typescript: 5.2.2 transitivePeerDependencies: - supports-color @@ -7973,6 +8136,12 @@ packages: engines: { node: ^16.0.0 || >=18.0.0 } dev: true + /@typescript-eslint/types@6.7.4: + resolution: + { integrity: sha512-o9XWK2FLW6eSS/0r/tgjAGsYasLAnOWg7hvZ/dGYSSNjCh+49k5ocPN8OmG5aZcSJ8pclSOyVKP2x03Sj+RrCA== } + engines: { node: ^16.0.0 || >=18.0.0 } + dev: true + /@typescript-eslint/typescript-estree@5.62.0(typescript@5.2.2): resolution: { integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA== } @@ -8017,6 +8186,28 @@ packages: - supports-color dev: true + /@typescript-eslint/typescript-estree@6.7.4(typescript@5.2.2): + resolution: + { integrity: sha512-ty8b5qHKatlNYd9vmpHooQz3Vki3gG+3PchmtsA4TgrZBKWHNjWfkQid7K7xQogBqqc7/BhGazxMD5vr6Ha+iQ== } + engines: { node: ^16.0.0 || >=18.0.0 } + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 6.7.4 + '@typescript-eslint/visitor-keys': 6.7.4 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.5.4 + ts-api-utils: 1.0.3(typescript@5.2.2) + typescript: 5.2.2 + transitivePeerDependencies: + - supports-color + dev: true + /@typescript-eslint/utils@5.62.0(eslint@8.48.0)(typescript@5.2.2): resolution: { integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ== } @@ -8025,8 +8216,8 @@ packages: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.48.0) - '@types/json-schema': 7.0.12 - '@types/semver': 7.5.0 + '@types/json-schema': 7.0.13 + '@types/semver': 7.5.3 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.2.2) @@ -8058,6 +8249,26 @@ packages: - typescript dev: true + /@typescript-eslint/utils@6.7.4(eslint@8.48.0)(typescript@5.2.2): + resolution: + { integrity: sha512-PRQAs+HUn85Qdk+khAxsVV+oULy3VkbH3hQ8hxLRJXWBEd7iI+GbQxH5SEUSH7kbEoTp6oT1bOwyga24ELALTA== } + engines: { node: ^16.0.0 || >=18.0.0 } + peerDependencies: + eslint: ^7.0.0 || ^8.0.0 + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@8.48.0) + '@types/json-schema': 7.0.13 + '@types/semver': 7.5.3 + '@typescript-eslint/scope-manager': 6.7.4 + '@typescript-eslint/types': 6.7.4 + '@typescript-eslint/typescript-estree': 6.7.4(typescript@5.2.2) + eslint: 8.48.0 + semver: 7.5.4 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + /@typescript-eslint/visitor-keys@5.62.0: resolution: { integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw== } @@ -8076,6 +8287,15 @@ packages: eslint-visitor-keys: 3.4.3 dev: true + /@typescript-eslint/visitor-keys@6.7.4: + resolution: + { integrity: sha512-pOW37DUhlTZbvph50x5zZCkFn3xzwkGtNoJHzIM3svpiSkJzwOYr/kVBaXmf+RAQiUDs1AHEZVNPg6UJCJpwRA== } + engines: { node: ^16.0.0 || >=18.0.0 } + dependencies: + '@typescript-eslint/types': 6.7.4 + eslint-visitor-keys: 3.4.3 + dev: true + /@unocss/astro@0.55.3(vite@4.4.9): resolution: { integrity: sha512-WyRvx1RvT3x4c19jrKYq9dN2KHJ8YYOHUmFKWaPVc9EpkTG802ElWq23Ly5G+tv6l3lITRT+tUVloL4i43Ipiw== } @@ -8552,7 +8772,7 @@ packages: std-env: 3.4.3 test-exclude: 6.0.0 v8-to-istanbul: 9.1.0 - vitest: 0.34.3 + vitest: 0.34.3(happy-dom@10.11.0) transitivePeerDependencies: - supports-color dev: true @@ -9166,14 +9386,14 @@ packages: { integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng== } dev: true - /array-includes@3.1.6: + /array-includes@3.1.7: resolution: - { integrity: sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw== } + { integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ== } engines: { node: '>= 0.4' } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 get-intrinsic: 1.2.1 is-string: 1.0.7 dev: true @@ -9189,47 +9409,48 @@ packages: engines: { node: '>=8' } dev: true - /array.prototype.flat@1.3.1: + /array.prototype.flat@1.3.2: resolution: - { integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA== } + { integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA== } engines: { node: '>= 0.4' } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 dev: true - /array.prototype.flatmap@1.3.1: + /array.prototype.flatmap@1.3.2: resolution: - { integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ== } + { integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ== } engines: { node: '>= 0.4' } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 dev: true - /array.prototype.tosorted@1.1.1: + /array.prototype.tosorted@1.1.2: resolution: - { integrity: sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ== } + { integrity: sha512-HuQCHOlk1Weat5jzStICBCd83NxiIMwqDg/dHEsoefabn/hJRj5pVdWcPUSpRrwhwxZOsQassMpgN/xRYFBMIg== } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 get-intrinsic: 1.2.1 dev: true - /arraybuffer.prototype.slice@1.0.1: + /arraybuffer.prototype.slice@1.0.2: resolution: - { integrity: sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw== } + { integrity: sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw== } engines: { node: '>= 0.4' } dependencies: array-buffer-byte-length: 1.0.0 call-bind: 1.0.2 - define-properties: 1.2.0 + define-properties: 1.2.1 + es-abstract: 1.22.2 get-intrinsic: 1.2.1 is-array-buffer: 3.0.2 is-shared-array-buffer: 1.0.2 @@ -9323,15 +9544,15 @@ packages: hasBin: true dev: false - /astro-eslint-parser@0.14.0: + /astro-eslint-parser@0.16.0: resolution: - { integrity: sha512-3F8l1h7+5MNxzDg1cSQxEloalG7fj64K6vOERChUVG7RLnAzSoafADnPQlU8DpMM3WRNfRHSC4NwUCORk/aPrA== } + { integrity: sha512-k9ASvY8pa6qttM+fvNJCILxxjftfNg/ou5cjd25SVHsc7moplezGGM9fgMUyf24SRYt8ShO603oHRDn2KqwxMg== } engines: { node: ^14.18.0 || >=16.0.0 } dependencies: - '@astrojs/compiler': 1.8.2 + '@astrojs/compiler': 2.1.0 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 - astrojs-compiler-sync: 0.3.3(@astrojs/compiler@1.8.2) + astrojs-compiler-sync: 0.3.3(@astrojs/compiler@2.1.0) debug: 4.3.4 eslint-visitor-keys: 3.4.3 espree: 9.6.1 @@ -9340,42 +9561,14 @@ packages: - supports-color dev: true - /astro-eslint-parser@0.15.0: - resolution: - { integrity: sha512-iC3VvAS/o6TX92Frwp5Yht/AO3a2tQhCnOe9CdbiICwy+ZYTH/ZOiBxeXI2I5qE1YlbtP2wvBLr+SCgwOAEZvg== } - engines: { node: ^14.18.0 || >=16.0.0 } - dependencies: - '@astrojs/compiler': 2.0.1 - '@typescript-eslint/scope-manager': 5.62.0 - '@typescript-eslint/types': 5.62.0 - astrojs-compiler-sync: 0.3.3(@astrojs/compiler@2.0.1) - debug: 4.3.4 - eslint-visitor-keys: 3.4.3 - espree: 9.6.1 - semver: 7.5.4 - transitivePeerDependencies: - - supports-color - dev: true - - /astrojs-compiler-sync@0.3.3(@astrojs/compiler@1.8.2): + /astrojs-compiler-sync@0.3.3(@astrojs/compiler@2.1.0): resolution: { integrity: sha512-LbhchWgsvjvRBb5n5ez8/Q/f9ZKViuox27VxMDOdTUm8MRv9U7phzOiLue5KluqTmC0z1LId4gY2SekvoDrkuw== } engines: { node: ^14.18.0 || >=16.0.0 } peerDependencies: '@astrojs/compiler': '>=0.27.0' dependencies: - '@astrojs/compiler': 1.8.2 - synckit: 0.8.5 - dev: true - - /astrojs-compiler-sync@0.3.3(@astrojs/compiler@2.0.1): - resolution: - { integrity: sha512-LbhchWgsvjvRBb5n5ez8/Q/f9ZKViuox27VxMDOdTUm8MRv9U7phzOiLue5KluqTmC0z1LId4gY2SekvoDrkuw== } - engines: { node: ^14.18.0 || >=16.0.0 } - peerDependencies: - '@astrojs/compiler': '>=0.27.0' - dependencies: - '@astrojs/compiler': 2.0.1 + '@astrojs/compiler': 2.1.0 synckit: 0.8.5 dev: true @@ -9440,11 +9633,10 @@ packages: engines: { node: '>=4' } dev: true - /axobject-query@3.1.1: + /axe-core@4.8.2: resolution: - { integrity: sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg== } - dependencies: - deep-equal: 2.2.2 + { integrity: sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g== } + engines: { node: '>=4' } dev: true /axobject-query@3.2.1: @@ -11356,6 +11548,16 @@ packages: clone: 1.0.4 dev: true + /define-data-property@1.1.0: + resolution: + { integrity: sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g== } + engines: { node: '>= 0.4' } + dependencies: + get-intrinsic: 1.2.1 + gopd: 1.0.1 + has-property-descriptors: 1.0.0 + dev: true + /define-lazy-prop@2.0.0: resolution: { integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== } @@ -11377,6 +11579,16 @@ packages: object-keys: 1.1.1 dev: true + /define-properties@1.2.1: + resolution: + { integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg== } + engines: { node: '>= 0.4' } + dependencies: + define-data-property: 1.1.0 + has-property-descriptors: 1.0.0 + object-keys: 1.1.1 + dev: true + /defu@6.1.2: resolution: { integrity: sha512-+uO4+qr7msjNNWKYPHqN/3+Dx3NFkmIzayk2L1MyZQlvgZb/J1A0fo410dpKrN2SnqFjt8n4JL8fDJE0wIgjFQ== } @@ -11845,23 +12057,23 @@ packages: stackframe: 1.3.4 dev: false - /es-abstract@1.22.1: + /es-abstract@1.22.2: resolution: - { integrity: sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw== } + { integrity: sha512-YoxfFcDmhjOgWPWsV13+2RNjq1F6UQnfs+8TftwNqtzlmFzEXvlUwdrNrYeaizfjQzRMxkZ6ElWMOJIFKdVqwA== } engines: { node: '>= 0.4' } dependencies: array-buffer-byte-length: 1.0.0 - arraybuffer.prototype.slice: 1.0.1 + arraybuffer.prototype.slice: 1.0.2 available-typed-arrays: 1.0.5 call-bind: 1.0.2 es-set-tostringtag: 2.0.1 es-to-primitive: 1.2.1 - function.prototype.name: 1.1.5 + function.prototype.name: 1.1.6 get-intrinsic: 1.2.1 get-symbol-description: 1.0.0 globalthis: 1.0.3 gopd: 1.0.1 - has: 1.0.3 + has: 1.0.4 has-property-descriptors: 1.0.0 has-proto: 1.0.1 has-symbols: 1.0.3 @@ -11877,12 +12089,12 @@ packages: object-inspect: 1.12.3 object-keys: 1.1.1 object.assign: 4.1.4 - regexp.prototype.flags: 1.5.0 - safe-array-concat: 1.0.0 + regexp.prototype.flags: 1.5.1 + safe-array-concat: 1.0.1 safe-regex-test: 1.0.0 - string.prototype.trim: 1.2.7 - string.prototype.trimend: 1.0.6 - string.prototype.trimstart: 1.0.6 + string.prototype.trim: 1.2.8 + string.prototype.trimend: 1.0.7 + string.prototype.trimstart: 1.0.7 typed-array-buffer: 1.0.0 typed-array-byte-length: 1.0.0 typed-array-byte-offset: 1.0.0 @@ -11906,14 +12118,14 @@ packages: stop-iteration-iterator: 1.0.0 dev: true - /es-iterator-helpers@1.0.13: + /es-iterator-helpers@1.0.15: resolution: - { integrity: sha512-LK3VGwzvaPWobO8xzXXGRUOGw8Dcjyfk62CsY/wfHN75CwsJPbuypOYJxK6g5RyEL8YDjIWcl6jgd8foO6mmrA== } + { integrity: sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g== } dependencies: asynciterator.prototype: 1.0.0 call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 es-set-tostringtag: 2.0.1 function-bind: 1.1.1 get-intrinsic: 1.2.1 @@ -11922,8 +12134,8 @@ packages: has-proto: 1.0.1 has-symbols: 1.0.3 internal-slot: 1.0.5 - iterator.prototype: 1.1.0 - safe-array-concat: 1.0.0 + iterator.prototype: 1.1.2 + safe-array-concat: 1.0.1 dev: true /es-module-lexer@0.9.3: @@ -11937,7 +12149,7 @@ packages: engines: { node: '>= 0.4' } dependencies: get-intrinsic: 1.2.1 - has: 1.0.3 + has: 1.0.4 has-tostringtag: 1.0.0 dev: true @@ -11945,7 +12157,7 @@ packages: resolution: { integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w== } dependencies: - has: 1.0.3 + has: 1.0.4 dev: true /es-to-primitive@1.2.1: @@ -12290,41 +12502,41 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-neon@0.1.56(eslint@8.48.0)(typescript@5.2.2): + /eslint-config-neon@0.1.57(eslint@8.48.0)(typescript@5.2.2): resolution: - { integrity: sha512-5aHP/jRnhbIwesl7y0JoRyoIDh/dad+hK8ZHT9wtYW8oEKZN7s3F+cCApxPO6oc6HWv85g22bnuDVKmN4r5xYA== } + { integrity: sha512-5d4eVOt04TGDY4+NnklDhzjLVT0y81Kq/YrCtm2DAQTzKLeoh5cfM8OFSDGAfQ/Ve4ZU9GGZEaVZB8UtL4aY2Q== } engines: { node: '>=16.0.0' } dependencies: - '@angular-eslint/eslint-plugin': 16.1.1(eslint@8.48.0)(typescript@5.2.2) - '@angular-eslint/eslint-plugin-template': 16.1.1(eslint@8.48.0)(typescript@5.2.2) - '@angular-eslint/template-parser': 16.1.1(eslint@8.48.0)(typescript@5.2.2) - '@next/eslint-plugin-next': 13.4.19 - '@rushstack/eslint-patch': 1.3.3 - '@typescript-eslint/eslint-plugin': 6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.48.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.4.1(eslint@8.48.0)(typescript@5.2.2) - astro-eslint-parser: 0.15.0 + '@angular-eslint/eslint-plugin': 16.2.0(eslint@8.48.0)(typescript@5.2.2) + '@angular-eslint/eslint-plugin-template': 16.2.0(eslint@8.48.0)(typescript@5.2.2) + '@angular-eslint/template-parser': 16.2.0(eslint@8.48.0)(typescript@5.2.2) + '@next/eslint-plugin-next': 13.5.4 + '@rushstack/eslint-patch': 1.5.1 + '@typescript-eslint/eslint-plugin': 6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.48.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.7.4(eslint@8.48.0)(typescript@5.2.2) + astro-eslint-parser: 0.16.0 eslint-config-prettier: 9.0.0(eslint@8.48.0) - eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.1)(eslint-plugin-i@2.28.1)(eslint@8.48.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.7.4)(eslint-plugin-i@2.28.1)(eslint@8.48.0) eslint-mdx: 2.2.0(eslint@8.48.0) - eslint-plugin-astro: 0.28.0(eslint@8.48.0) - eslint-plugin-cypress: 2.14.0(eslint@8.48.0) - eslint-plugin-import: /eslint-plugin-i@2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.48.0) - eslint-plugin-jsdoc: 46.5.0(eslint@8.48.0) + eslint-plugin-astro: 0.29.1(eslint@8.48.0) + eslint-plugin-cypress: 2.15.1(eslint@8.48.0) + eslint-plugin-import: /eslint-plugin-i@2.28.1(@typescript-eslint/parser@6.7.4)(eslint-import-resolver-typescript@3.6.1)(eslint@8.48.0) + eslint-plugin-jsdoc: 46.8.2(eslint@8.48.0) eslint-plugin-jsx-a11y: 6.7.1(eslint@8.48.0) eslint-plugin-mdx: 2.2.0(eslint@8.48.0) - eslint-plugin-n: 16.0.2(eslint@8.48.0) + eslint-plugin-n: 16.1.0(eslint@8.48.0) eslint-plugin-promise: 6.1.1(eslint@8.48.0) eslint-plugin-react: 7.33.2(eslint@8.48.0) eslint-plugin-react-hooks: 4.6.0(eslint@8.48.0) eslint-plugin-rxjs: 5.0.3(eslint@8.48.0)(typescript@5.2.2) eslint-plugin-rxjs-angular: 2.0.1(eslint@8.48.0)(typescript@5.2.2) - eslint-plugin-sonarjs: 0.20.0(eslint@8.48.0) + eslint-plugin-sonarjs: 0.21.0(eslint@8.48.0) eslint-plugin-svelte3: 4.0.0(eslint@8.48.0) eslint-plugin-tsdoc: 0.2.17 - eslint-plugin-typescript-sort-keys: 2.3.0(@typescript-eslint/parser@6.4.1)(eslint@8.48.0)(typescript@5.2.2) + eslint-plugin-typescript-sort-keys: 3.0.0(@typescript-eslint/parser@6.7.4)(eslint@8.48.0)(typescript@5.2.2) eslint-plugin-unicorn: 48.0.1(eslint@8.48.0) eslint-plugin-vue: 9.17.0(eslint@8.48.0) - globals: 13.21.0 + globals: 13.22.0 vue-eslint-parser: 9.3.1(eslint@8.48.0) transitivePeerDependencies: - eslint @@ -12402,9 +12614,9 @@ packages: - supports-color dev: true - /eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.4.1)(eslint-plugin-i@2.28.1)(eslint@8.48.0): + /eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.7.4)(eslint-plugin-i@2.28.1)(eslint@8.48.0): resolution: - { integrity: sha512-QTHR9ddNnn35RTxlaEnx2gCxqFlF2SEN0SE2d17SqwyM7YOSI2GHWRYp5BiRkObTUNYPupC/3Fq2a0PpT+EKpg== } + { integrity: sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg== } engines: { node: ^14.18.0 || >=16.0.0 } peerDependencies: eslint: '*' @@ -12413,10 +12625,10 @@ packages: debug: 4.3.4 enhanced-resolve: 5.15.0 eslint: 8.48.0 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.48.0) - eslint-plugin-import: /eslint-plugin-i@2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.48.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.4)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.48.0) + eslint-plugin-import: /eslint-plugin-i@2.28.1(@typescript-eslint/parser@6.7.4)(eslint-import-resolver-typescript@3.6.1)(eslint@8.48.0) fast-glob: 3.3.1 - get-tsconfig: 4.7.0 + get-tsconfig: 4.7.2 is-core-module: 2.13.0 is-glob: 4.0.3 transitivePeerDependencies: @@ -12452,7 +12664,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.48.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.7.4)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.48.0): resolution: { integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw== } engines: { node: '>=4' } @@ -12474,18 +12686,18 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.4.1(eslint@8.48.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.7.4(eslint@8.48.0)(typescript@5.2.2) debug: 3.2.7 eslint: 8.48.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.1)(eslint-plugin-i@2.28.1)(eslint@8.48.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.7.4)(eslint-plugin-i@2.28.1)(eslint@8.48.0) transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-astro@0.28.0(eslint@8.48.0): + /eslint-plugin-astro@0.29.1(eslint@8.48.0): resolution: - { integrity: sha512-fZ3B93nXLSXMmEYSAnHkDRBKDbUFuIkWj5CoKE4fxjPnE/EZEHu6zxtX2UJZeclJKu33Uf2mWdeCJKFufyracg== } + { integrity: sha512-ffuUc7zFz8HavaAVaS5iRUzWqBf3/YbrFWUhx0GxXW3gVtnbri5UyvkN8EMOkZWkNXG1zqD2y9dlEsAezhbC0w== } engines: { node: ^14.18.0 || >=16.0.0 } peerDependencies: eslint: '>=7.0.0' @@ -12493,22 +12705,22 @@ packages: '@eslint-community/eslint-utils': 4.4.0(eslint@8.48.0) '@jridgewell/sourcemap-codec': 1.4.15 '@typescript-eslint/types': 5.62.0 - astro-eslint-parser: 0.14.0 + astro-eslint-parser: 0.16.0 eslint: 8.48.0 - postcss: 8.4.28 + postcss: 8.4.31 postcss-selector-parser: 6.0.13 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-cypress@2.14.0(eslint@8.48.0): + /eslint-plugin-cypress@2.15.1(eslint@8.48.0): resolution: - { integrity: sha512-eW6tv7iIg7xujleAJX4Ujm649Bf5jweqa4ObPEIuueYRyLZt7qXGWhCY/n4bfeFW/j6nQZwbIBHKZt6EKcL/cg== } + { integrity: sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w== } peerDependencies: eslint: '>= 3.2.1' dependencies: eslint: 8.48.0 - globals: 13.21.0 + globals: 13.22.0 dev: true /eslint-plugin-es-x@7.2.0(eslint@8.48.0): @@ -12519,11 +12731,11 @@ packages: eslint: '>=8' dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.48.0) - '@eslint-community/regexpp': 4.8.0 + '@eslint-community/regexpp': 4.9.1 eslint: 8.48.0 dev: true - /eslint-plugin-i@2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.48.0): + /eslint-plugin-i@2.28.1(@typescript-eslint/parser@6.7.4)(eslint-import-resolver-typescript@3.6.1)(eslint@8.48.0): resolution: { integrity: sha512-a4oVt0j3ixNhGhvV4XF6NS7OWRFK2rrJ0Q5C4S2dSRb8FxZi31J0uUd5WJLL58wnVJ/OiQ1BxiXnFA4dWQO1Cg== } engines: { node: '>=12' } @@ -12534,7 +12746,7 @@ packages: doctrine: 2.1.0 eslint: 8.48.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.48.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.4)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.48.0) get-tsconfig: 4.7.2 is-glob: 4.0.3 minimatch: 3.1.2 @@ -12547,9 +12759,9 @@ packages: - supports-color dev: true - /eslint-plugin-jsdoc@46.5.0(eslint@8.48.0): + /eslint-plugin-jsdoc@46.8.2(eslint@8.48.0): resolution: - { integrity: sha512-aulXdA4I1dyWpzyS1Nh/GNoS6PavzeucxEapnMR4JUERowWvaEk2Y4A5irpHAcdXtBBHLVe8WIhdXNjoAlGQgA== } + { integrity: sha512-5TSnD018f3tUJNne4s4gDWQflbsgOycIKEUBoCLn6XtBMgNHxQFmV8vVxUtiPxAQq8lrX85OaSG/2gnctxw9uQ== } engines: { node: '>=16' } peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -12575,22 +12787,22 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 aria-query: 5.3.0 - array-includes: 3.1.6 - array.prototype.flatmap: 1.3.1 + array-includes: 3.1.7 + array.prototype.flatmap: 1.3.2 ast-types-flow: 0.0.7 - axe-core: 4.7.2 + axe-core: 4.8.2 axobject-query: 3.2.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 eslint: 8.48.0 - has: 1.0.3 + has: 1.0.4 jsx-ast-utils: 3.3.5 language-tags: 1.0.5 minimatch: 3.1.2 - object.entries: 1.1.6 - object.fromentries: 2.0.6 + object.entries: 1.1.7 + object.fromentries: 2.0.7 semver: 6.3.1 dev: true @@ -12627,9 +12839,9 @@ packages: - supports-color dev: true - /eslint-plugin-n@16.0.2(eslint@8.48.0): + /eslint-plugin-n@16.1.0(eslint@8.48.0): resolution: - { integrity: sha512-Y66uDfUNbBzypsr0kELWrIz+5skicECrLUqlWuXawNSLUq3ltGlCwu6phboYYOTSnoTdHgTLrc+5Ydo6KjzZog== } + { integrity: sha512-3wv/TooBst0N4ND+pnvffHuz9gNPmk/NkLwAxOt2JykTl/hcuECe6yhTtLJcZjIxtZwN+GX92ACp/QTLpHA3Hg== } engines: { node: '>=16.0.0' } peerDependencies: eslint: '>=7.0.0' @@ -12638,10 +12850,11 @@ packages: builtins: 5.0.1 eslint: 8.48.0 eslint-plugin-es-x: 7.2.0(eslint@8.48.0) + get-tsconfig: 4.7.2 ignore: 5.2.4 is-core-module: 2.13.0 minimatch: 3.1.2 - resolve: 1.22.4 + resolve: 1.22.6 semver: 7.5.4 dev: true @@ -12672,23 +12885,23 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - array-includes: 3.1.6 - array.prototype.flatmap: 1.3.1 - array.prototype.tosorted: 1.1.1 + array-includes: 3.1.7 + array.prototype.flatmap: 1.3.2 + array.prototype.tosorted: 1.1.2 doctrine: 2.1.0 - es-iterator-helpers: 1.0.13 + es-iterator-helpers: 1.0.15 eslint: 8.48.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.5 minimatch: 3.1.2 - object.entries: 1.1.6 - object.fromentries: 2.0.6 - object.hasown: 1.1.2 - object.values: 1.1.6 + object.entries: 1.1.7 + object.fromentries: 2.0.7 + object.hasown: 1.1.3 + object.values: 1.1.7 prop-types: 15.8.1 resolve: 2.0.0-next.4 semver: 6.3.1 - string.prototype.matchall: 4.0.8 + string.prototype.matchall: 4.0.10 dev: true /eslint-plugin-rxjs-angular@2.0.1(eslint@8.48.0)(typescript@5.2.2): @@ -12731,9 +12944,9 @@ packages: - supports-color dev: true - /eslint-plugin-sonarjs@0.20.0(eslint@8.48.0): + /eslint-plugin-sonarjs@0.21.0(eslint@8.48.0): resolution: - { integrity: sha512-BRhZ7BY/oTr6DDaxvx58ReTg7R+J8T+Y2ZVGgShgpml25IHBTIG7EudUtHuJD1zhtMgUEt59x3VNvUQRo2LV6w== } + { integrity: sha512-oezUDfFT5S6j3rQheZ4DLPrbetPmMS7zHIKWGHr0CM3g5JgyZroz1FpIKa4jV83NsGpmgIeagpokWDKIJzRQmw== } engines: { node: '>=14' } peerDependencies: eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -12759,17 +12972,17 @@ packages: '@microsoft/tsdoc-config': 0.16.2(patch_hash=r2fyaj4c4nt6jjxgwjetxtqduq) dev: true - /eslint-plugin-typescript-sort-keys@2.3.0(@typescript-eslint/parser@6.4.1)(eslint@8.48.0)(typescript@5.2.2): + /eslint-plugin-typescript-sort-keys@3.0.0(@typescript-eslint/parser@6.7.4)(eslint@8.48.0)(typescript@5.2.2): resolution: - { integrity: sha512-3LAcYulo5gNYiPWee+TksITfvWeBuBjGgcSLTacPESFVKEoy8laOQuZvJlSCwTBHT2SCGIxr3bJ56zuux+3MCQ== } - engines: { node: 12 || >= 13.9 } + { integrity: sha512-bMmI4prYlf3l/1O8j8Nsz11m+XfKEHRFk9aJqP91L4Hgy7I38lnitnYElDmPQaznE1oFlGgBcnkEizNT2NLylQ== } + engines: { node: '>= 16' } peerDependencies: - '@typescript-eslint/parser': ^1 || ^2 || ^3 || ^4 || ^5 - eslint: ^5 || ^6 || ^7 || ^8 + '@typescript-eslint/parser': ^6 + eslint: ^7 || ^8 typescript: ^3 || ^4 || ^5 dependencies: '@typescript-eslint/experimental-utils': 5.62.0(eslint@8.48.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.4.1(eslint@8.48.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.7.4(eslint@8.48.0)(typescript@5.2.2) eslint: 8.48.0 json-schema: 0.4.0 natural-compare-lite: 1.4.0 @@ -12785,7 +12998,7 @@ packages: peerDependencies: eslint: '>=8.44.0' dependencies: - '@babel/helper-validator-identifier': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 '@eslint-community/eslint-utils': 4.4.0(eslint@8.48.0) ci-info: 3.8.0 clean-regexp: 1.0.0 @@ -13179,7 +13392,7 @@ packages: get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: - '@types/yauzl': 2.10.0 + '@types/yauzl': 2.10.1 transitivePeerDependencies: - supports-color dev: true @@ -13645,14 +13858,14 @@ packages: resolution: { integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== } - /function.prototype.name@1.1.5: + /function.prototype.name@1.1.6: resolution: - { integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA== } + { integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg== } engines: { node: '>= 0.4' } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 functions-have-names: 1.2.3 dev: true @@ -13777,13 +13990,6 @@ packages: get-intrinsic: 1.2.1 dev: true - /get-tsconfig@4.7.0: - resolution: - { integrity: sha512-pmjiZ7xtB8URYm74PlGJozDNyhvsVLUcpBa8DZBG3bWHwaHa9bPiRpiSfovw+fjhwONSCWKRyk+JQHEGZmMrzw== } - dependencies: - resolve-pkg-maps: 1.0.0 - dev: true - /get-tsconfig@4.7.2: resolution: { integrity: sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A== } @@ -13989,6 +14195,19 @@ packages: resolution: { integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== } + /glob@10.3.10: + resolution: + { integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g== } + engines: { node: '>=16 || 14 >=14.17' } + hasBin: true + dependencies: + foreground-child: 3.1.1 + jackspeak: 2.3.6 + minimatch: 9.0.3 + minipass: 7.0.4 + path-scurry: 1.10.1 + dev: true + /glob@10.3.3: resolution: { integrity: sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw== } @@ -14071,12 +14290,20 @@ packages: type-fest: 0.20.2 dev: true + /globals@13.22.0: + resolution: + { integrity: sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw== } + engines: { node: '>=8' } + dependencies: + type-fest: 0.20.2 + dev: true + /globalthis@1.0.3: resolution: { integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA== } engines: { node: '>= 0.4' } dependencies: - define-properties: 1.2.0 + define-properties: 1.2.1 dev: true /globby@10.0.2: @@ -14294,6 +14521,12 @@ packages: dependencies: function-bind: 1.1.1 + /has@1.0.4: + resolution: + { integrity: sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ== } + engines: { node: '>= 0.4.0' } + dev: true + /hash-wasm@4.9.0: resolution: { integrity: sha512-7SW7ejyfnRxuOc7ptQHSf4LDoZaWOivfzqw+5rpcQku0nHfmicPKE51ra9BiRLAmT8+gGLestr1XroUkqdjL6w== } @@ -15450,15 +15683,15 @@ packages: istanbul-lib-report: 3.0.1 dev: true - /iterator.prototype@1.1.0: + /iterator.prototype@1.1.2: resolution: - { integrity: sha512-rjuhAk1AJ1fssphHD0IFV6TWL40CwRZ53FrztKx43yk2v6rguBYsY4Bj1VU4HmoMmKwZUlx7mfnhDf9cOp4YTw== } + { integrity: sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w== } dependencies: - define-properties: 1.2.0 + define-properties: 1.2.1 get-intrinsic: 1.2.1 has-symbols: 1.0.3 - has-tostringtag: 1.0.0 - reflect.getprototypeof: 1.0.3 + reflect.getprototypeof: 1.0.4 + set-function-name: 2.0.1 dev: true /jackspeak@2.3.0: @@ -15471,6 +15704,16 @@ packages: '@pkgjs/parseargs': 0.11.0 dev: true + /jackspeak@2.3.6: + resolution: + { integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ== } + engines: { node: '>=14' } + dependencies: + '@isaacs/cliui': 8.0.2 + optionalDependencies: + '@pkgjs/parseargs': 0.11.0 + dev: true + /jake@10.8.7: resolution: { integrity: sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w== } @@ -16288,10 +16531,10 @@ packages: { integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ== } engines: { node: '>=4.0' } dependencies: - array-includes: 3.1.6 - array.prototype.flat: 1.3.1 + array-includes: 3.1.7 + array.prototype.flat: 1.3.2 object.assign: 4.1.4 - object.values: 1.1.6 + object.values: 1.1.7 dev: true /junk@4.0.1: @@ -16521,7 +16764,7 @@ packages: resolution: { integrity: sha512-Lg1CZa1CFj2CbNaxijTL6PCbzd4qGTlZov+iH2p5Xwy/ApcZJh+i6jMN2cYePouTfjJfrNu3nXFdEw8LvbjPFQ== } dependencies: - '@npmcli/config': 6.2.1 + '@npmcli/config': 6.3.0 import-meta-resolve: 2.2.2 dev: true @@ -16983,7 +17226,7 @@ packages: resolution: { integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ== } dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.13 mdast-util-to-string: 2.0.0 micromark: 2.11.4 parse-entities: 2.0.0 @@ -17850,6 +18093,12 @@ packages: engines: { node: '>=16 || 14 >=14.17' } dev: true + /minipass@7.0.4: + resolution: + { integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ== } + engines: { node: '>=16 || 14 >=14.17' } + dev: true + /minizlib@2.1.2: resolution: { integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== } @@ -18424,42 +18673,42 @@ packages: object-keys: 1.1.1 dev: true - /object.entries@1.1.6: + /object.entries@1.1.7: resolution: - { integrity: sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w== } + { integrity: sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA== } engines: { node: '>= 0.4' } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 dev: true - /object.fromentries@2.0.6: + /object.fromentries@2.0.7: resolution: - { integrity: sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg== } + { integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA== } engines: { node: '>= 0.4' } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 dev: true - /object.hasown@1.1.2: + /object.hasown@1.1.3: resolution: - { integrity: sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw== } + { integrity: sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA== } dependencies: - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 dev: true - /object.values@1.1.6: + /object.values@1.1.7: resolution: - { integrity: sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw== } + { integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng== } engines: { node: '>= 0.4' } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 dev: true /ofetch@1.3.3: @@ -18827,7 +19076,7 @@ packages: { integrity: sha512-SA5aMiaIjXkAiBrW/yPgLgQAQg42f7K3ACO+2l/zOvtQBwX58DMUsFJXelW2fx3yMBmWOVkR6j1MGsdSbCA4UA== } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } dependencies: - '@babel/code-frame': 7.22.10 + '@babel/code-frame': 7.22.13 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 2.0.3 @@ -19199,6 +19448,16 @@ packages: source-map-js: 1.0.2 dev: true + /postcss@8.4.31: + resolution: + { integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ== } + engines: { node: ^10 || ^12 || >=14 } + dependencies: + nanoid: 3.3.6 + picocolors: 1.0.0 + source-map-js: 1.0.2 + dev: true + /prebuild-install@7.1.1: resolution: { integrity: sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw== } @@ -19961,14 +20220,14 @@ packages: test-value: 2.1.0 dev: false - /reflect.getprototypeof@1.0.3: + /reflect.getprototypeof@1.0.4: resolution: - { integrity: sha512-TTAOZpkJ2YLxl7mVHWrNo3iDMEkYlva/kgFcXndqMgbo/AZUmmavEkdXV+hXtE4P8xdyEKRzalaFqZVuwIk/Nw== } + { integrity: sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw== } engines: { node: '>= 0.4' } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 get-intrinsic: 1.2.1 globalthis: 1.0.3 which-builtin-type: 1.1.3 @@ -20024,6 +20283,16 @@ packages: functions-have-names: 1.2.3 dev: true + /regexp.prototype.flags@1.5.1: + resolution: + { integrity: sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg== } + engines: { node: '>= 0.4' } + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.1 + set-function-name: 2.0.1 + dev: true + /regexpu-core@5.3.2: resolution: { integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ== } @@ -20190,7 +20459,7 @@ packages: resolution: { integrity: sha512-koyOzCMYoUHudypbj4XpnAKFbkddRMYZHwghnxd7ue5210WzGw6kOBwauJTRUMq16jsovXx8dYNvSSWP89kZ3A== } dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.13 mdast-util-to-markdown: 1.5.0 unified: 10.1.2 dev: true @@ -20455,9 +20724,9 @@ packages: { integrity: sha512-omv1DIv5z1kV+zDAEjaDjWSkx8w5TbFp5NZoPwUipwzYVcor/4So9ZU3bUyQ1c8lxY5Q0Es/ztWW7PGjY7to0Q== } hasBin: true dependencies: - '@babel/parser': 7.22.11 - '@babel/traverse': 7.22.11 - '@babel/types': 7.22.11 + '@babel/parser': 7.23.0 + '@babel/traverse': 7.23.0 + '@babel/types': 7.23.0 bent: 7.3.12 chalk: 4.1.2 glob: 7.2.3 @@ -20488,9 +20757,9 @@ packages: dependencies: mri: 1.2.0 - /safe-array-concat@1.0.0: + /safe-array-concat@1.0.1: resolution: - { integrity: sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ== } + { integrity: sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q== } engines: { node: '>=0.4' } dependencies: call-bind: 1.0.2 @@ -20690,6 +20959,16 @@ packages: { integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw== } dev: true + /set-function-name@2.0.1: + resolution: + { integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA== } + engines: { node: '>= 0.4' } + dependencies: + define-data-property: 1.1.0 + functions-have-names: 1.2.3 + has-property-descriptors: 1.0.0 + dev: true + /set-harmonic-interval@1.0.1: resolution: { integrity: sha512-AhICkFV84tBP1aWqPwLZqFvAwqEoVA9kxNMniGEUvzOlm4vLmOFLiTT3UZ6bziJTy4bOVpzWGTfSCbmaayGx8g== } @@ -21247,46 +21526,47 @@ packages: { integrity: sha512-2cBVCj6I4IOvEnjgO/hWqXjqBGsY+zwPmHl12Srk9IXSZ56Jwwmy+66XO5Iut/oQVR7t5ihYdLB0GMa4alEUcg== } dev: false - /string.prototype.matchall@4.0.8: + /string.prototype.matchall@4.0.10: resolution: - { integrity: sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg== } + { integrity: sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ== } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 get-intrinsic: 1.2.1 has-symbols: 1.0.3 internal-slot: 1.0.5 - regexp.prototype.flags: 1.5.0 + regexp.prototype.flags: 1.5.1 + set-function-name: 2.0.1 side-channel: 1.0.4 dev: true - /string.prototype.trim@1.2.7: + /string.prototype.trim@1.2.8: resolution: - { integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg== } + { integrity: sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ== } engines: { node: '>= 0.4' } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 dev: true - /string.prototype.trimend@1.0.6: + /string.prototype.trimend@1.0.7: resolution: - { integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ== } + { integrity: sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA== } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 dev: true - /string.prototype.trimstart@1.0.6: + /string.prototype.trimstart@1.0.7: resolution: - { integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA== } + { integrity: sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg== } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 dev: true /string_decoder@1.1.1: @@ -21993,6 +22273,16 @@ packages: typescript: 5.2.2 dev: true + /ts-api-utils@1.0.3(typescript@5.2.2): + resolution: + { integrity: sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg== } + engines: { node: '>=16.13.0' } + peerDependencies: + typescript: '>=4.2.0' + dependencies: + typescript: 5.2.2 + dev: true + /ts-dedent@2.2.0: resolution: { integrity: sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ== } @@ -22246,7 +22536,7 @@ packages: tsutils: ^3.0.0 typescript: '>=4.0.0' dependencies: - '@types/yargs': 17.0.24 + '@types/yargs': 17.0.26 tsutils: 3.21.0(typescript@5.2.2) typescript: 5.2.2 yargs: 17.7.2 @@ -22655,10 +22945,10 @@ packages: { integrity: sha512-5+JDIs4hqKfHnJcVCxTid1yBoI/++FfF/1PFdSMpaftZZZY+qg2JFruRbf7PaIwa9KgLotXQV3gSjtY0IdcFGQ== } dependencies: '@types/concat-stream': 2.0.0 - '@types/debug': 4.1.8 + '@types/debug': 4.1.9 '@types/is-empty': 1.2.1 '@types/node': 18.17.9 - '@types/unist': 2.0.7 + '@types/unist': 2.0.8 concat-stream: 2.0.0 debug: 4.3.4 fault: 2.0.1 @@ -22675,7 +22965,7 @@ packages: vfile-message: 3.1.4 vfile-reporter: 7.0.5 vfile-statistics: 2.0.1 - yaml: 2.3.1 + yaml: 2.3.2 transitivePeerDependencies: - supports-color dev: true @@ -22725,7 +23015,7 @@ packages: resolution: { integrity: sha512-Op0XnmHUl6C2zo/yJCwhXQSm/SmW22eDZdWP2qdf4WpGrgO1ZxFodq+5zFyeRGasFjJotAnLgfuD1jkcKqiH1Q== } dependencies: - '@types/unist': 2.0.7 + '@types/unist': 2.0.8 dev: true /unist-util-is@4.1.0: @@ -22763,7 +23053,7 @@ packages: resolution: { integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g== } dependencies: - '@types/unist': 2.0.7 + '@types/unist': 2.0.8 dev: true /unist-util-stringify-position@3.0.3: @@ -23161,29 +23451,6 @@ packages: unist-util-stringify-position: 3.0.3 vfile-message: 3.1.4 - /vite-node@0.34.3(@types/node@18.17.9): - resolution: - { integrity: sha512-+0TzJf1g0tYXj6tR2vEyiA42OPq68QkRZCu/ERSo2PtsDJfBpDyEfuKbRvLmZqi/CgC7SCBtyC+WjTGNMRIaig== } - engines: { node: '>=v14.18.0' } - hasBin: true - dependencies: - cac: 6.7.14 - debug: 4.3.4 - mlly: 1.4.1 - pathe: 1.1.1 - picocolors: 1.0.0 - vite: 4.4.9(@types/node@18.17.9) - transitivePeerDependencies: - - '@types/node' - - less - - lightningcss - - sass - - stylus - - sugarss - - supports-color - - terser - dev: true - /vite-node@0.34.3(@types/node@18.17.9)(terser@5.19.2): resolution: { integrity: sha512-+0TzJf1g0tYXj6tR2vEyiA42OPq68QkRZCu/ERSo2PtsDJfBpDyEfuKbRvLmZqi/CgC7SCBtyC+WjTGNMRIaig== } @@ -23269,43 +23536,6 @@ packages: fsevents: 2.3.3 dev: true - /vite@4.4.9(@types/node@18.17.9): - resolution: - { integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA== } - engines: { node: ^14.18.0 || >=16.0.0 } - hasBin: true - peerDependencies: - '@types/node': '>= 14' - less: '*' - lightningcss: ^1.21.0 - sass: '*' - stylus: '*' - sugarss: '*' - terser: ^5.4.0 - peerDependenciesMeta: - '@types/node': - optional: true - less: - optional: true - lightningcss: - optional: true - sass: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - dependencies: - '@types/node': 18.17.9 - esbuild: 0.18.20 - postcss: 8.4.28 - rollup: 3.28.1 - optionalDependencies: - fsevents: 2.3.3 - dev: true - /vite@4.4.9(@types/node@18.17.9)(terser@5.19.2): resolution: { integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA== } @@ -23344,72 +23574,6 @@ packages: fsevents: 2.3.3 dev: true - /vitest@0.34.3: - resolution: - { integrity: sha512-7+VA5Iw4S3USYk+qwPxHl8plCMhA5rtfwMjgoQXMT7rO5ldWcdsdo3U1QD289JgglGK4WeOzgoLTsGFu6VISyQ== } - engines: { node: '>=v14.18.0' } - hasBin: true - peerDependencies: - '@edge-runtime/vm': '*' - '@vitest/browser': '*' - '@vitest/ui': '*' - happy-dom: '*' - jsdom: '*' - playwright: '*' - safaridriver: '*' - webdriverio: '*' - peerDependenciesMeta: - '@edge-runtime/vm': - optional: true - '@vitest/browser': - optional: true - '@vitest/ui': - optional: true - happy-dom: - optional: true - jsdom: - optional: true - playwright: - optional: true - safaridriver: - optional: true - webdriverio: - optional: true - dependencies: - '@types/chai': 4.3.5 - '@types/chai-subset': 1.3.3 - '@types/node': 18.17.9 - '@vitest/expect': 0.34.3 - '@vitest/runner': 0.34.3 - '@vitest/snapshot': 0.34.3 - '@vitest/spy': 0.34.3 - '@vitest/utils': 0.34.3 - acorn: 8.10.0 - acorn-walk: 8.2.0 - cac: 6.7.14 - chai: 4.3.8 - debug: 4.3.4 - local-pkg: 0.4.3 - magic-string: 0.30.3 - pathe: 1.1.1 - picocolors: 1.0.0 - std-env: 3.4.3 - strip-literal: 1.3.0 - tinybench: 2.5.0 - tinypool: 0.7.0 - vite: 4.4.9(@types/node@18.17.9) - vite-node: 0.34.3(@types/node@18.17.9) - why-is-node-running: 2.2.2 - transitivePeerDependencies: - - less - - lightningcss - - sass - - stylus - - sugarss - - supports-color - - terser - dev: true - /vitest@0.34.3(happy-dom@10.11.0): resolution: { integrity: sha512-7+VA5Iw4S3USYk+qwPxHl8plCMhA5rtfwMjgoQXMT7rO5ldWcdsdo3U1QD289JgglGK4WeOzgoLTsGFu6VISyQ== } @@ -23740,7 +23904,7 @@ packages: { integrity: sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw== } engines: { node: '>= 0.4' } dependencies: - function.prototype.name: 1.1.5 + function.prototype.name: 1.1.6 has-tostringtag: 1.0.0 is-async-function: 2.0.0 is-date-object: 1.0.5 @@ -23971,6 +24135,12 @@ packages: { integrity: sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ== } engines: { node: '>= 14' } + /yaml@2.3.2: + resolution: + { integrity: sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg== } + engines: { node: '>= 14' } + dev: true + /yargs-parser@18.1.3: resolution: { integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== }