From e0aed4bb308721d12f2a63ea05393c8c62be90f4 Mon Sep 17 00:00:00 2001 From: Braden Mars Date: Thu, 22 Aug 2024 02:03:15 -0500 Subject: [PATCH 01/10] feat(projen): upgrade pnpm to v9.7.1 Signed-off-by: Braden Mars --- .github/workflows/build.yml | 2 +- .github/workflows/upgrade.yml | 2 +- .projenrc.ts | 2 +- .tool-versions | 2 +- package.json | 2 +- packages/charts/crisiscleanup/package.json | 2 +- packages/config/package.json | 2 +- packages/construct/awscdk/cloudfront-url-rewrite/package.json | 2 +- packages/construct/awscdk/github-pipeline/package.json | 2 +- packages/construct/awscdk/pdf-renderer/package.json | 2 +- packages/k8s/construct/api/package.json | 2 +- packages/k8s/construct/component/package.json | 2 +- packages/stacks/api/package.json | 2 +- packages/stacks/maintenance-site/package.json | 2 +- packages/stacks/web/package.json | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 854f27d..0e4e2d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v2.2.4 with: - version: 9.2.0 + version: 9.7.1 - name: Setup Node.js uses: actions/setup-node@v3 with: diff --git a/.github/workflows/upgrade.yml b/.github/workflows/upgrade.yml index c278aec..b5dbce3 100644 --- a/.github/workflows/upgrade.yml +++ b/.github/workflows/upgrade.yml @@ -19,7 +19,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v2.2.4 with: - version: 9.2.0 + version: 9.7.1 - name: Setup Node.js uses: actions/setup-node@v3 with: diff --git a/.projenrc.ts b/.projenrc.ts index 54445dd..d9b0ff2 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -47,7 +47,7 @@ const CommonDefaultsBuilder = new builders.DefaultOptionsBuilder({ packageManager: javascript.NodePackageManager.PNPM, projenrcTs: true, minNodeVersion: '18.16.0', - pnpmVersion: '9.2.0', + pnpmVersion: '9.7.1', typescriptVersion: '~5.1', author: 'CrisisCleanup', authorName: 'CrisisCleanup', diff --git a/.tool-versions b/.tool-versions index 2804d19..7382d37 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,7 +1,7 @@ # ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". direnv 2.34.0 nodejs 18.16.0 -pnpm 9.2.0 +pnpm 9.7.1 kind 0.20.0 awscli 2.15.49 sops 3.8.1 diff --git a/package.json b/package.json index 73c9be4..25cfe6e 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "packages/stacks/web" ] }, - "packageManager": "pnpm@9.2.0", + "packageManager": "pnpm@9.7.1", "simple-git-hooks": { "pre-commit": "pnpm exec lint-staged", "preserveUnused": true diff --git a/packages/charts/crisiscleanup/package.json b/packages/charts/crisiscleanup/package.json index 6a05d6f..794eb71 100644 --- a/packages/charts/crisiscleanup/package.json +++ b/packages/charts/crisiscleanup/package.json @@ -79,7 +79,7 @@ "files": [ "dist" ], - "packageManager": "pnpm@9.2.0", + "packageManager": "pnpm@9.7.1", "lint-staged": { "*.{ts,tsx,mts,cts,js,jsx,jts,jts}": [ "pnpm exec eslint --fix --no-error-on-unmatched-pattern" diff --git a/packages/config/package.json b/packages/config/package.json index 25244bf..d110fd7 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -81,7 +81,7 @@ "files": [ "dist" ], - "packageManager": "pnpm@9.2.0", + "packageManager": "pnpm@9.7.1", "lint-staged": { "*.{ts,tsx,mts,cts,js,jsx,jts,jts}": [ "pnpm exec eslint --fix --no-error-on-unmatched-pattern" diff --git a/packages/construct/awscdk/cloudfront-url-rewrite/package.json b/packages/construct/awscdk/cloudfront-url-rewrite/package.json index 4e31c1b..2975e42 100644 --- a/packages/construct/awscdk/cloudfront-url-rewrite/package.json +++ b/packages/construct/awscdk/cloudfront-url-rewrite/package.json @@ -92,7 +92,7 @@ "files": [ "dist" ], - "packageManager": "pnpm@9.2.0", + "packageManager": "pnpm@9.7.1", "lint-staged": { "*.{ts,tsx,mts,cts,js,jsx,jts,jts}": [ "pnpm exec eslint --fix --no-error-on-unmatched-pattern" diff --git a/packages/construct/awscdk/github-pipeline/package.json b/packages/construct/awscdk/github-pipeline/package.json index 891a351..735c677 100644 --- a/packages/construct/awscdk/github-pipeline/package.json +++ b/packages/construct/awscdk/github-pipeline/package.json @@ -99,7 +99,7 @@ "files": [ "dist" ], - "packageManager": "pnpm@9.2.0", + "packageManager": "pnpm@9.7.1", "lint-staged": { "*.{ts,tsx,mts,cts,js,jsx,jts,jts}": [ "pnpm exec eslint --fix --no-error-on-unmatched-pattern" diff --git a/packages/construct/awscdk/pdf-renderer/package.json b/packages/construct/awscdk/pdf-renderer/package.json index 3573f5f..6c241cd 100644 --- a/packages/construct/awscdk/pdf-renderer/package.json +++ b/packages/construct/awscdk/pdf-renderer/package.json @@ -98,7 +98,7 @@ "files": [ "dist" ], - "packageManager": "pnpm@9.2.0", + "packageManager": "pnpm@9.7.1", "lint-staged": { "*.{ts,tsx,mts,cts,js,jsx,jts,jts}": [ "pnpm exec eslint --fix --no-error-on-unmatched-pattern" diff --git a/packages/k8s/construct/api/package.json b/packages/k8s/construct/api/package.json index 0e8b113..4602e28 100644 --- a/packages/k8s/construct/api/package.json +++ b/packages/k8s/construct/api/package.json @@ -96,7 +96,7 @@ "files": [ "dist" ], - "packageManager": "pnpm@9.2.0", + "packageManager": "pnpm@9.7.1", "lint-staged": { "*.{ts,tsx,mts,cts,js,jsx,jts,jts}": [ "pnpm exec eslint --fix --no-error-on-unmatched-pattern" diff --git a/packages/k8s/construct/component/package.json b/packages/k8s/construct/component/package.json index 53b7d26..2ffab9c 100644 --- a/packages/k8s/construct/component/package.json +++ b/packages/k8s/construct/component/package.json @@ -95,7 +95,7 @@ "files": [ "dist" ], - "packageManager": "pnpm@9.2.0", + "packageManager": "pnpm@9.7.1", "lint-staged": { "*.{ts,tsx,mts,cts,js,jsx,jts,jts}": [ "pnpm exec eslint --fix --no-error-on-unmatched-pattern" diff --git a/packages/stacks/api/package.json b/packages/stacks/api/package.json index f898f98..9a8dbef 100644 --- a/packages/stacks/api/package.json +++ b/packages/stacks/api/package.json @@ -79,7 +79,7 @@ "version": "0.0.0", "type": "module", "sideEffects": true, - "packageManager": "pnpm@9.2.0", + "packageManager": "pnpm@9.7.1", "lint-staged": { "*.{ts,tsx,mts,cts,js,jsx,jts,jts}": [ "pnpm exec eslint --fix --no-error-on-unmatched-pattern" diff --git a/packages/stacks/maintenance-site/package.json b/packages/stacks/maintenance-site/package.json index f532013..b8b0815 100644 --- a/packages/stacks/maintenance-site/package.json +++ b/packages/stacks/maintenance-site/package.json @@ -61,7 +61,7 @@ "version": "0.0.0", "type": "module", "sideEffects": true, - "packageManager": "pnpm@9.2.0", + "packageManager": "pnpm@9.7.1", "lint-staged": { "*.{ts,tsx,mts,cts,js,jsx,jts,jts}": [ "pnpm exec eslint --fix --no-error-on-unmatched-pattern" diff --git a/packages/stacks/web/package.json b/packages/stacks/web/package.json index d02671e..9b77e8f 100644 --- a/packages/stacks/web/package.json +++ b/packages/stacks/web/package.json @@ -62,7 +62,7 @@ "version": "0.0.0", "type": "module", "sideEffects": true, - "packageManager": "pnpm@9.2.0", + "packageManager": "pnpm@9.7.1", "lint-staged": { "*.{ts,tsx,mts,cts,js,jsx,jts,jts}": [ "pnpm exec eslint --fix --no-error-on-unmatched-pattern" From 63cea05d35b0ede0b5fd5289fd888aaf3408a95e Mon Sep 17 00:00:00 2001 From: Braden Mars Date: Thu, 22 Aug 2024 02:09:44 -0500 Subject: [PATCH 02/10] feat(deps): update @arroyodev-llc/components dependencies Signed-off-by: Braden Mars --- .envrc | 13 +- package.json | 26 +- packages/charts/crisiscleanup/package.json | 7 +- packages/config/package.json | 7 +- .../cloudfront-url-rewrite/package.json | 9 +- .../awscdk/github-pipeline/package.json | 7 +- .../awscdk/pdf-renderer/package.json | 7 +- packages/k8s/construct/api/package.json | 9 +- packages/k8s/construct/component/package.json | 9 +- packages/stacks/api/package.json | 5 +- packages/stacks/maintenance-site/package.json | 5 +- packages/stacks/web/package.json | 5 +- pnpm-lock.yaml | 3713 ++++++++++++----- 13 files changed, 2797 insertions(+), 1025 deletions(-) diff --git a/.envrc b/.envrc index 368ef1e..1d02e6a 100644 --- a/.envrc +++ b/.envrc @@ -13,16 +13,19 @@ direnv_version 2.34.0 # User local additions. source_env_if_exists .envrc.local -# Load rtx or asdf -if has rtx && has use_rtx; then +# Load mise (previously known as "rtx") or asdf +if has mise && has use_mise; then + use mise +elif has rtx && has use_rtx; then + log_status "Note: rtx was renamed to mise. Consider migrating your local rtx config to mise. https://mise.jdx.dev/rtx.html" use rtx elif has asdf && has use_asdf; then - log_status "rtx not found. Falling back to asdf." + log_status "mise/rtx not found. Falling back to asdf." use asdf else - log_error "Neither rtx nor asdf are installed or integrated with direnv." + log_error "Neither mise (rtx) nor asdf are installed or integrated with direnv." log_error "For asdf: https://asdf-vm.com/" - log_error "For rtx (asdf clone in rust): https://github.com/jdxcode/rtx" + log_error "For mise (asdf clone in rust): https://github.com/jdx/mise" fi layout node diff --git a/package.json b/package.json index 25cfe6e..456fa4f 100644 --- a/package.json +++ b/package.json @@ -33,15 +33,15 @@ "organization": true }, "devDependencies": { - "@arroyodev-llc/projen.component.dir-env": "^0.1.11", - "@arroyodev-llc/projen.component.git-hooks": "^0.1.9", - "@arroyodev-llc/projen.component.linting": "^0.1.20", - "@arroyodev-llc/projen.component.tool-versions": "^0.1.17", - "@arroyodev-llc/projen.component.vitest": "^0.1.23", - "@arroyodev-llc/projen.project.nx-monorepo": "^0.1.25", - "@arroyodev-llc/projen.project.typescript": "^0.1.27", - "@arroyodev-llc/utils.projen": "^0.1.20", - "@arroyodev-llc/utils.projen-builder": "^0.1.5", + "@arroyodev-llc/projen.component.dir-env": "^0.1.16", + "@arroyodev-llc/projen.component.git-hooks": "^0.1.13", + "@arroyodev-llc/projen.component.linting": "^0.1.24", + "@arroyodev-llc/projen.component.tool-versions": "^0.1.21", + "@arroyodev-llc/projen.component.vitest": "^0.1.27", + "@arroyodev-llc/projen.project.nx-monorepo": "^0.1.29", + "@arroyodev-llc/projen.project.typescript": "^0.1.31", + "@arroyodev-llc/utils.projen": "^0.1.23", + "@arroyodev-llc/utils.projen-builder": "^0.1.8", "@aws/pdk": "^0", "@crisiscleanup/charts.crisiscleanup": "workspace:*", "@crisiscleanup/config": "workspace:*", @@ -81,9 +81,9 @@ "nx": "^16" }, "dependencies": { - "aws-cdk-lib": "^2.97.0", + "aws-cdk-lib": "2.97.0", "cdk-nag": "^2.27.141", - "constructs": "^10.2.70" + "constructs": "10.2.70" }, "pnpm": { "overrides": { @@ -100,7 +100,7 @@ }, "engines": { "node": ">=16", - "pnpm": ">=8" + "pnpm": "^9.7.1" }, "main": "dist/index.mjs", "license": "Apache-2.0", @@ -122,7 +122,6 @@ "packages/stacks/web" ] }, - "packageManager": "pnpm@9.7.1", "simple-git-hooks": { "pre-commit": "pnpm exec lint-staged", "preserveUnused": true @@ -135,5 +134,6 @@ "pnpm exec prettier --write" ] }, + "packageManager": "pnpm@9.7.1", "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"." } diff --git a/packages/charts/crisiscleanup/package.json b/packages/charts/crisiscleanup/package.json index 794eb71..4544877 100644 --- a/packages/charts/crisiscleanup/package.json +++ b/packages/charts/crisiscleanup/package.json @@ -25,7 +25,7 @@ "organization": true }, "devDependencies": { - "@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.3", + "@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.6", "@types/debug": "^4.1.9", "@types/js-yaml": "^4.0.6", "@types/node": "^18", @@ -61,7 +61,8 @@ "zod": "^3.22.2" }, "engines": { - "node": ">= 18.16.0" + "node": ">= 18.16.0", + "pnpm": "^9.7.1" }, "license": "Apache-2.0", "version": "0.0.0", @@ -79,7 +80,6 @@ "files": [ "dist" ], - "packageManager": "pnpm@9.7.1", "lint-staged": { "*.{ts,tsx,mts,cts,js,jsx,jts,jts}": [ "pnpm exec eslint --fix --no-error-on-unmatched-pattern" @@ -88,5 +88,6 @@ "pnpm exec prettier --write" ] }, + "packageManager": "pnpm@9.7.1", "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." } diff --git a/packages/config/package.json b/packages/config/package.json index d110fd7..6e800f5 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -27,7 +27,7 @@ "organization": true }, "devDependencies": { - "@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.3", + "@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.6", "@types/debug": "^4.1.9", "@types/flat": "^5.0.3", "@types/node": "^18", @@ -60,7 +60,8 @@ "zod": "^3.22.2" }, "engines": { - "node": ">= 18.16.0" + "node": ">= 18.16.0", + "pnpm": "^9.7.1" }, "main": "dist/index.mjs", "license": "Apache-2.0", @@ -81,7 +82,6 @@ "files": [ "dist" ], - "packageManager": "pnpm@9.7.1", "lint-staged": { "*.{ts,tsx,mts,cts,js,jsx,jts,jts}": [ "pnpm exec eslint --fix --no-error-on-unmatched-pattern" @@ -90,5 +90,6 @@ "pnpm exec prettier --write" ] }, + "packageManager": "pnpm@9.7.1", "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." } diff --git a/packages/construct/awscdk/cloudfront-url-rewrite/package.json b/packages/construct/awscdk/cloudfront-url-rewrite/package.json index 2975e42..9cabf79 100644 --- a/packages/construct/awscdk/cloudfront-url-rewrite/package.json +++ b/packages/construct/awscdk/cloudfront-url-rewrite/package.json @@ -31,7 +31,7 @@ "organization": true }, "devDependencies": { - "@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.3", + "@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.6", "@types/aws-lambda": "^8.10.122", "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6", @@ -55,7 +55,7 @@ "prettier": "^3.0.3", "projen": "^0.73.31", "typescript": "~5.1", - "unbuild": "^2.0.0", + "unbuild": "^2.0.0-rc.0", "vitest": "^0.34.5" }, "peerDependencies": { @@ -66,7 +66,8 @@ "cdk" ], "engines": { - "node": ">= 18.16.0" + "node": ">= 18.16.0", + "pnpm": "^9.7.1" }, "license": "Apache-2.0", "version": "0.0.0", @@ -92,7 +93,6 @@ "files": [ "dist" ], - "packageManager": "pnpm@9.7.1", "lint-staged": { "*.{ts,tsx,mts,cts,js,jsx,jts,jts}": [ "pnpm exec eslint --fix --no-error-on-unmatched-pattern" @@ -101,5 +101,6 @@ "pnpm exec prettier --write" ] }, + "packageManager": "pnpm@9.7.1", "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." } diff --git a/packages/construct/awscdk/github-pipeline/package.json b/packages/construct/awscdk/github-pipeline/package.json index 735c677..7f4c0c2 100644 --- a/packages/construct/awscdk/github-pipeline/package.json +++ b/packages/construct/awscdk/github-pipeline/package.json @@ -31,7 +31,7 @@ "organization": true }, "devDependencies": { - "@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.3", + "@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.6", "@types/flat": "^5.0.3", "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6", @@ -73,7 +73,8 @@ "cdk" ], "engines": { - "node": ">= 18.16.0" + "node": ">= 18.16.0", + "pnpm": "^9.7.1" }, "license": "Apache-2.0", "version": "0.0.0", @@ -99,7 +100,6 @@ "files": [ "dist" ], - "packageManager": "pnpm@9.7.1", "lint-staged": { "*.{ts,tsx,mts,cts,js,jsx,jts,jts}": [ "pnpm exec eslint --fix --no-error-on-unmatched-pattern" @@ -108,5 +108,6 @@ "pnpm exec prettier --write" ] }, + "packageManager": "pnpm@9.7.1", "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." } diff --git a/packages/construct/awscdk/pdf-renderer/package.json b/packages/construct/awscdk/pdf-renderer/package.json index 6c241cd..87cdc7d 100644 --- a/packages/construct/awscdk/pdf-renderer/package.json +++ b/packages/construct/awscdk/pdf-renderer/package.json @@ -33,7 +33,7 @@ "organization": true }, "devDependencies": { - "@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.3", + "@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.6", "@sparticuz/chromium-min": "123.0.1", "@types/aws-lambda": "^8.10.122", "@types/node": "^18", @@ -72,7 +72,8 @@ "cdk" ], "engines": { - "node": ">= 18.16.0" + "node": ">= 18.16.0", + "pnpm": "^9.7.1" }, "license": "Apache-2.0", "version": "0.0.0", @@ -98,7 +99,6 @@ "files": [ "dist" ], - "packageManager": "pnpm@9.7.1", "lint-staged": { "*.{ts,tsx,mts,cts,js,jsx,jts,jts}": [ "pnpm exec eslint --fix --no-error-on-unmatched-pattern" @@ -107,5 +107,6 @@ "pnpm exec prettier --write" ] }, + "packageManager": "pnpm@9.7.1", "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." } diff --git a/packages/k8s/construct/api/package.json b/packages/k8s/construct/api/package.json index 4602e28..b0bb545 100644 --- a/packages/k8s/construct/api/package.json +++ b/packages/k8s/construct/api/package.json @@ -30,7 +30,7 @@ "organization": true }, "devDependencies": { - "@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.3", + "@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.6", "@types/debug": "^4.1.9", "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6", @@ -52,7 +52,7 @@ "prettier": "^3.0.3", "projen": "^0.73.31", "typescript": "~5.1", - "unbuild": "^1.2.1" + "unbuild": "^2.0.0-rc.0" }, "peerDependencies": { "cdk8s": "^2.64.19", @@ -69,7 +69,8 @@ "cdk" ], "engines": { - "node": ">= 18.16.0" + "node": ">= 18.16.0", + "pnpm": "^9.7.1" }, "main": "dist/index.mjs", "license": "Apache-2.0", @@ -96,7 +97,6 @@ "files": [ "dist" ], - "packageManager": "pnpm@9.7.1", "lint-staged": { "*.{ts,tsx,mts,cts,js,jsx,jts,jts}": [ "pnpm exec eslint --fix --no-error-on-unmatched-pattern" @@ -105,5 +105,6 @@ "pnpm exec prettier --write" ] }, + "packageManager": "pnpm@9.7.1", "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." } diff --git a/packages/k8s/construct/component/package.json b/packages/k8s/construct/component/package.json index 2ffab9c..08f698c 100644 --- a/packages/k8s/construct/component/package.json +++ b/packages/k8s/construct/component/package.json @@ -30,7 +30,7 @@ "organization": true }, "devDependencies": { - "@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.3", + "@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.6", "@types/debug": "^4.1.9", "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6", @@ -52,7 +52,7 @@ "prettier": "^3.0.3", "projen": "^0.73.31", "typescript": "~5.1", - "unbuild": "^1.2.1" + "unbuild": "^2.0.0-rc.0" }, "peerDependencies": { "cdk8s": "^2.64.19", @@ -68,7 +68,8 @@ "cdk" ], "engines": { - "node": ">= 18.16.0" + "node": ">= 18.16.0", + "pnpm": "^9.7.1" }, "main": "dist/index.mjs", "license": "Apache-2.0", @@ -95,7 +96,6 @@ "files": [ "dist" ], - "packageManager": "pnpm@9.7.1", "lint-staged": { "*.{ts,tsx,mts,cts,js,jsx,jts,jts}": [ "pnpm exec eslint --fix --no-error-on-unmatched-pattern" @@ -104,5 +104,6 @@ "pnpm exec prettier --write" ] }, + "packageManager": "pnpm@9.7.1", "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." } diff --git a/packages/stacks/api/package.json b/packages/stacks/api/package.json index 9a8dbef..4473f79 100644 --- a/packages/stacks/api/package.json +++ b/packages/stacks/api/package.json @@ -73,13 +73,13 @@ "zod": "^3.22.2" }, "engines": { - "node": ">= 18.16.0" + "node": ">= 18.16.0", + "pnpm": "^9.7.1" }, "license": "Apache-2.0", "version": "0.0.0", "type": "module", "sideEffects": true, - "packageManager": "pnpm@9.7.1", "lint-staged": { "*.{ts,tsx,mts,cts,js,jsx,jts,jts}": [ "pnpm exec eslint --fix --no-error-on-unmatched-pattern" @@ -88,5 +88,6 @@ "pnpm exec prettier --write" ] }, + "packageManager": "pnpm@9.7.1", "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." } diff --git a/packages/stacks/maintenance-site/package.json b/packages/stacks/maintenance-site/package.json index b8b0815..e353a0e 100644 --- a/packages/stacks/maintenance-site/package.json +++ b/packages/stacks/maintenance-site/package.json @@ -55,13 +55,13 @@ "constructs": "^10.2.70" }, "engines": { - "node": ">= 18.16.0" + "node": ">= 18.16.0", + "pnpm": "^9.7.1" }, "license": "Apache-2.0", "version": "0.0.0", "type": "module", "sideEffects": true, - "packageManager": "pnpm@9.7.1", "lint-staged": { "*.{ts,tsx,mts,cts,js,jsx,jts,jts}": [ "pnpm exec eslint --fix --no-error-on-unmatched-pattern" @@ -70,5 +70,6 @@ "pnpm exec prettier --write" ] }, + "packageManager": "pnpm@9.7.1", "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." } diff --git a/packages/stacks/web/package.json b/packages/stacks/web/package.json index 9b77e8f..12ad99f 100644 --- a/packages/stacks/web/package.json +++ b/packages/stacks/web/package.json @@ -56,13 +56,13 @@ "constructs": "^10.2.70" }, "engines": { - "node": ">= 18.16.0" + "node": ">= 18.16.0", + "pnpm": "^9.7.1" }, "license": "Apache-2.0", "version": "0.0.0", "type": "module", "sideEffects": true, - "packageManager": "pnpm@9.7.1", "lint-staged": { "*.{ts,tsx,mts,cts,js,jsx,jts,jts}": [ "pnpm exec eslint --fix --no-error-on-unmatched-pattern" @@ -71,5 +71,6 @@ "pnpm exec prettier --write" ] }, + "packageManager": "pnpm@9.7.1", "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fd37e37..988d529 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -31,35 +31,35 @@ importers: version: 10.2.70 devDependencies: '@arroyodev-llc/projen.component.dir-env': - specifier: ^0.1.11 - version: 0.1.11(projen@0.73.31) + specifier: ^0.1.16 + version: 0.1.16(projen@0.73.31) '@arroyodev-llc/projen.component.git-hooks': - specifier: ^0.1.9 - version: 0.1.9(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.73.31)(simple-git-hooks@2.9.0) + specifier: ^0.1.13 + version: 0.1.13(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.73.31)(simple-git-hooks@2.9.0) '@arroyodev-llc/projen.component.linting': - specifier: ^0.1.20 - version: 0.1.20(projen@0.73.31) + specifier: ^0.1.24 + version: 0.1.24(constructs@10.2.70)(projen@0.73.31) '@arroyodev-llc/projen.component.tool-versions': - specifier: ^0.1.17 - version: 0.1.17(projen@0.73.31) + specifier: ^0.1.21 + version: 0.1.21(projen@0.73.31) '@arroyodev-llc/projen.component.vitest': - specifier: ^0.1.23 - version: 0.1.23(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(@types/node@18.16.19)(projen@0.73.31)(vue@3.3.4) + specifier: ^0.1.27 + version: 0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(@types/node@18.16.19)(constructs@10.2.70)(projen@0.73.31)(vue@3.4.38(typescript@5.1.6)) '@arroyodev-llc/projen.project.nx-monorepo': - specifier: ^0.1.25 - version: 0.1.25(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(projen@0.73.31) + specifier: ^0.1.29 + version: 0.1.29(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31) '@arroyodev-llc/projen.project.typescript': - specifier: ^0.1.27 - version: 0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(projen@0.73.31)(typescript@5.1.6) + specifier: ^0.1.31 + version: 0.1.31(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.73.31)(simple-git-hooks@2.9.0)(typescript@5.1.6) '@arroyodev-llc/utils.projen': - specifier: ^0.1.20 - version: 0.1.20 + specifier: ^0.1.23 + version: 0.1.23(constructs@10.2.70) '@arroyodev-llc/utils.projen-builder': - specifier: ^0.1.5 - version: 0.1.5 + specifier: ^0.1.8 + version: 0.1.8(constructs@10.2.70) '@aws/pdk': specifier: ^0 - version: 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) + version: 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) '@crisiscleanup/charts.crisiscleanup': specifier: workspace:* version: link:packages/charts/crisiscleanup @@ -197,8 +197,8 @@ importers: version: 3.22.2 devDependencies: '@arroyodev-llc/utils.unbuild-composite-preset': - specifier: ^0.1.3 - version: 0.1.3(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6)) + specifier: ^0.1.6 + version: 0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6)) '@types/debug': specifier: ^4.1.9 version: 4.1.9 @@ -291,8 +291,8 @@ importers: version: 3.22.2 devDependencies: '@arroyodev-llc/utils.unbuild-composite-preset': - specifier: ^0.1.3 - version: 0.1.3(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(supports-color@9.4.0)(typescript@5.1.6)) + specifier: ^0.1.6 + version: 0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(supports-color@9.4.0)(typescript@5.1.6)) '@types/debug': specifier: ^4.1.9 version: 4.1.9 @@ -354,8 +354,8 @@ importers: packages/construct/awscdk/cloudfront-url-rewrite: devDependencies: '@arroyodev-llc/utils.unbuild-composite-preset': - specifier: ^0.1.3 - version: 0.1.3(unbuild@2.0.0(typescript@5.1.6)) + specifier: ^0.1.6 + version: 0.1.6(unbuild@2.0.0(typescript@5.1.6)) '@types/aws-lambda': specifier: ^8.10.122 version: 8.10.122 @@ -448,8 +448,8 @@ importers: version: 5.0.2 devDependencies: '@arroyodev-llc/utils.unbuild-composite-preset': - specifier: ^0.1.3 - version: 0.1.3(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6)) + specifier: ^0.1.6 + version: 0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6)) '@types/flat': specifier: ^5.0.3 version: 5.0.3 @@ -536,8 +536,8 @@ importers: version: 3.22.2 devDependencies: '@arroyodev-llc/utils.unbuild-composite-preset': - specifier: ^0.1.3 - version: 0.1.3(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6)) + specifier: ^0.1.6 + version: 0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6)) '@sparticuz/chromium-min': specifier: 123.0.1 version: 123.0.1 @@ -624,10 +624,10 @@ importers: version: link:../component cdk8s: specifier: ^2.64.19 - version: 2.64.19(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13) + version: 2.64.19(constructs@10.3.0)(debug@4.3.4)(encoding@0.1.13) constructs: specifier: 10.2.70 - version: 10.2.70 + version: 10.3.0 debug: specifier: ^4.3.4 version: 4.3.4(supports-color@9.4.0) @@ -636,8 +636,8 @@ importers: version: 6.1.2 devDependencies: '@arroyodev-llc/utils.unbuild-composite-preset': - specifier: ^0.1.3 - version: 0.1.3(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6)) + specifier: ^0.1.6 + version: 0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6)) '@types/debug': specifier: ^4.1.9 version: 4.1.9 @@ -652,7 +652,7 @@ importers: version: 6.7.2(eslint@8.47.0)(typescript@5.1.6) cdk8s-plus-27: specifier: ^2.7.20 - version: 2.7.20(cdk8s@2.64.19(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13))(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13) + version: 2.7.20(cdk8s@2.64.19(constructs@10.3.0)(debug@4.3.4)(encoding@0.1.13))(constructs@10.3.0)(debug@4.3.4)(encoding@0.1.13) eslint: specifier: ^8 version: 8.47.0 @@ -709,10 +709,10 @@ importers: dependencies: cdk8s: specifier: ^2.64.19 - version: 2.64.19(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13) + version: 2.64.19(constructs@10.3.0)(debug@4.3.4)(encoding@0.1.13) constructs: specifier: 10.2.70 - version: 10.2.70 + version: 10.3.0 debug: specifier: ^4.3.4 version: 4.3.4(supports-color@9.4.0) @@ -724,8 +724,8 @@ importers: version: 4.1.0 devDependencies: '@arroyodev-llc/utils.unbuild-composite-preset': - specifier: ^0.1.3 - version: 0.1.3(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6)) + specifier: ^0.1.6 + version: 0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6)) '@types/debug': specifier: ^4.1.9 version: 4.1.9 @@ -740,7 +740,7 @@ importers: version: 6.7.2(eslint@8.47.0)(typescript@5.1.6) cdk8s-plus-27: specifier: ^2.7.20 - version: 2.7.20(cdk8s@2.64.19(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13))(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13) + version: 2.7.20(cdk8s@2.64.19(constructs@10.3.0)(debug@4.3.4)(encoding@0.1.13))(constructs@10.3.0)(debug@4.3.4)(encoding@0.1.13) eslint: specifier: ^8 version: 8.47.0 @@ -927,7 +927,7 @@ importers: dependencies: '@aws/pdk': specifier: ^0.22.6 - version: 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) + version: 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.28.186(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) '@crisiscleanup/config': specifier: workspace:* version: link:../../config @@ -1003,7 +1003,7 @@ importers: dependencies: '@aws/pdk': specifier: ^0.22.6 - version: 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) + version: 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.28.186(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) '@crisiscleanup/config': specifier: workspace:* version: link:../../config @@ -1093,151 +1093,176 @@ packages: } engines: { node: '>=6.0.0' } + '@ampproject/remapping@2.3.0': + resolution: + { + integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==, + } + engines: { node: '>=6.0.0' } + '@antfu/utils@0.7.6': resolution: { integrity: sha512-pvFiLP2BeOKA/ZOS6jxx4XhKzdVLHDhGlFEaZ2flWWYf2xOqVniqpk38I04DFRyz+L0ASggl7SkItTc+ZLju4w==, } - '@arroyodev-llc/projen.component.dir-env@0.1.11': + '@arroyodev-llc/projen.component.dir-env@0.1.16': resolution: { - integrity: sha512-3kfu+RZIoaf38EhYsvEFgANz3EltFojXIUxcDkD5cNI/Un5o/hIDnfYsxi+fZQW0kBJYKi4jp3J0kD41iiN5EQ==, + integrity: sha512-0HHJgv1065G6glSptxKLedK2i5vdidrT3+pdBjBqU8YEHIzyJeqP8HMXYLI+f8RyjpGVBmtGGe1eUinzHy74Vg==, } + engines: { pnpm: ^9.4.0 } peerDependencies: - projen: ^0.73.31 + projen: 0.83.1 - '@arroyodev-llc/projen.component.git-hooks@0.1.9': + '@arroyodev-llc/projen.component.git-hooks@0.1.13': resolution: { - integrity: sha512-CRtEufpaROXrCLQJ/gDjBxV37SyHe0nj8T+UdZ5lq3eb34M2nc1ygs5nFnsgIU/4EeVVyYzPsIll1P6Je8YSLQ==, + integrity: sha512-9wnRlqZKgrz4N/f4NrKkzehc187G4pwBi1gP6CDgiT0Y9mHgWCDSLLRaBqsMQpcCVHovcokJ8iGqquQeYj252Q==, } + engines: { pnpm: ^9.4.0 } peerDependencies: - lint-staged: ^13.3.0 - projen: ^0.73.31 - simple-git-hooks: ^2.9.0 + lint-staged: 15.2.7 + projen: 0.83.1 + simple-git-hooks: 2.11.1 - '@arroyodev-llc/projen.component.linting@0.1.20': + '@arroyodev-llc/projen.component.linting@0.1.24': resolution: { - integrity: sha512-o18DNeaZnjmLq1S3vhFf/x4aGaLPh4f3n4qdifyVh8ZhRQ/3lLsq+MwnkZ+YxzXMhm7cnSLoqHTMXQ4uQE+/GQ==, + integrity: sha512-EhF9bo4xGJC5/PS/iNxznj6U6oyfNsrQzPuDkPJ86UoaVyUyAoa1ZjwyjS0wHlQJGs9Mhf9DGpiqBONEZ3lQDA==, } + engines: { pnpm: ^9.4.0 } peerDependencies: - projen: ^0.73.31 + projen: 0.83.1 - '@arroyodev-llc/projen.component.pnpm-workspace@0.1.21': + '@arroyodev-llc/projen.component.pnpm-workspace@0.1.25': resolution: { - integrity: sha512-OGumGOqGUt1YJFD9L6Vh8wIR3WNWOZvS94CSKH5D6CybVrmfpxAQ4uj7psMPqEMzH3KBrLgRWXl4zjiCa6cuzw==, + integrity: sha512-UInIC6LwCSIPXLjSHBPx5YfVE79XIPH8909Y8FpflBkH0088UxGxVnzODOtIBy2K5/p5uw9MS/OPNzSy8X2uMg==, } + engines: { pnpm: ^9.4.0 } peerDependencies: - projen: ^0.73.31 + projen: 0.83.1 - '@arroyodev-llc/projen.component.release-please@0.1.22': + '@arroyodev-llc/projen.component.release-please@0.1.26': resolution: { - integrity: sha512-KShOory83rciL747YmA4MouWenRktsWbO+vLnAMhHjwK959svnecgn5fKtOhVNird0BC1oBmkoN8QsImEZQ86Q==, + integrity: sha512-YVvGzOVVvgopxciu2dHteZFiEQRr40zwgA83QM9s4CyuAr2HBSZBDa+MNLM4iHhCL/4u+l64J89BcKk/I8HmAw==, } + engines: { pnpm: ^9.4.0 } peerDependencies: - projen: ^0.73.31 + projen: 0.83.1 - '@arroyodev-llc/projen.component.tool-versions@0.1.17': + '@arroyodev-llc/projen.component.tool-versions@0.1.21': resolution: { - integrity: sha512-vnN6Sky6/gbT4LzpD0WO8UpxkbXZ6fapFmrJCf5H9En1vywLK80BBcXbgNjbu5748/bj8njr8CXqeOgbMTmkEg==, + integrity: sha512-dO7ZgBafwbJGxaGnD2j/ulnAN6ONydcwDddosprw/OnZj7+eOoh9J7ZJOQI+EQ966Cox0NKksXKl2Nofp6QrPQ==, } + engines: { pnpm: ^9.4.0 } peerDependencies: - projen: ^0.73.31 + projen: 0.83.1 - '@arroyodev-llc/projen.component.tsconfig-container@0.1.15': + '@arroyodev-llc/projen.component.tsconfig-container@0.1.19': resolution: { - integrity: sha512-/exb8h0ubBpO5vaJuEy8JaHBvdt6hGLcQNVTQmkz93f1LP+ETfW3AQh5I6C/OSmfH7owg4N8+rA65nPcvkjkSQ==, + integrity: sha512-h186mUcZDeRgNO9/Q8EViJmaomp9PKiahvdypXu7XSiCg8rHRp6inkFZIOHRJjnad9EWRBAl9gLZFiLNkzQE0g==, } + engines: { pnpm: ^9.4.0 } peerDependencies: - projen: ^0.73.31 + projen: 0.83.1 - '@arroyodev-llc/projen.component.typescript-source-file@0.1.22': + '@arroyodev-llc/projen.component.typescript-source-file@0.1.26': resolution: { - integrity: sha512-eBY6w0J6V8Z25yeEkfxNddY4BWA2RyC/JKfgMv7Xj3oLw+LT0Y40Q8GUmpdwhkmqwX9rbPAz59cdd0CqwfEwlA==, + integrity: sha512-nqJMRNUTKA5GcSq8QM03bn3KiLKPRIMJ11sP3R8R4qEMU7ybsUmZdiUjIERZ2fCxnvrD7a2pCMxg/TKxXXaKvw==, } + engines: { pnpm: ^9.4.0 } peerDependencies: - '@aws/pdk': ^0.22.6 - projen: ^0.73.31 + '@aws/pdk': 0.23.45 + projen: 0.83.1 - '@arroyodev-llc/projen.component.unbuild@0.1.23': + '@arroyodev-llc/projen.component.unbuild@0.1.27': resolution: { - integrity: sha512-RK8pLqS4BxtMSM2wPEORYz5Z/My04dF1v0WGEw3b2HwL1on0qNpIKSYpxp+y3WoSLR7OnCwjxy4Dq4C6zPPc5w==, + integrity: sha512-YKtK29pLv8k1qFYzbxA1dAJj178vqNO9e+l9eJduj+wHB+DJ/eYDsk0p4I9wmfL98hG6R4jZaBruePDN5qU7xw==, } + engines: { pnpm: ^9.4.0 } peerDependencies: - '@aws/pdk': ^0.22.6 - projen: ^0.73.31 + '@aws/pdk': 0.23.45 + projen: 0.83.1 - '@arroyodev-llc/projen.component.vite@0.1.24': + '@arroyodev-llc/projen.component.vite@0.1.28': resolution: { - integrity: sha512-htQoSB4w6/ZQVCwlyhgkqUNCVdFeugMfWSm/sZHnSjJcmxR0bvNgcaG0okADofLrcDzwyedMsaJdVbXsYZLtIQ==, + integrity: sha512-tW+0s6iX89PQXAB7DjlemSxbN2cU4tlP+27Ok7h7NXJ5bC8OHBd/+1OGLc7Ai8ag+50rOZEWAeLPyCAwwVRK/A==, } + engines: { pnpm: ^9.4.0 } peerDependencies: - projen: ^0.73.31 + projen: 0.83.1 - '@arroyodev-llc/projen.component.vitest@0.1.23': + '@arroyodev-llc/projen.component.vitest@0.1.27': resolution: { - integrity: sha512-UlOYjNXUzRTn0OTmRu6C2AQGAW3Bpv0Q4rJNEVoomyilVHQ6gg8lUQDD1zTLAo3wtwAJnAlDFtX1wKeXhk/+dg==, + integrity: sha512-xivIvBiohxEq03Y6Pjk5WBrKQBpu76hPloNA0T+1OoJSowAozAKTCIG95hagDvlAJtiU30DERauODsjyyIiwUg==, } + engines: { pnpm: ^9.4.0 } peerDependencies: - projen: ^0.73.31 + projen: 0.83.1 - '@arroyodev-llc/projen.project.nx-monorepo@0.1.25': + '@arroyodev-llc/projen.project.nx-monorepo@0.1.29': resolution: { - integrity: sha512-+/FTwDQlOfgf1ILUilZcS/yvc5Jduk7vyG0rjmtuIYPUvARWS3cRGxiqDiU8Y4hdsTsdew8fnCWhDlveDLQXZA==, + integrity: sha512-iyFhgiH+Zu2MkUwuSiwNqBb07Of57kIblJHMnT0LkjXSb2oBG4oSQryx//G6YE4a7MQh4J0trb/RP6ONdUyXRg==, } + engines: { pnpm: ^9.4.0 } peerDependencies: - '@aws/pdk': ^0.22.6 - projen: ^0.73.31 + '@aws/pdk': 0.23.45 + projen: 0.83.1 - '@arroyodev-llc/projen.project.typescript@0.1.27': + '@arroyodev-llc/projen.project.typescript@0.1.31': resolution: { - integrity: sha512-LGpKon/jYgvZhQMTNIXP7utMEt+FiRctUlEn6mqxDjyMfT2moTcufc2mOr21lsj0OBJEeWR7PxDZq5S1oDEx9w==, + integrity: sha512-l9BD3lkTXA7wdTiFNi39ZVJC1GZ49Re5msqyhINtWbmmOeG2xkxW1+l9VlaLWdvdVQweCuP3mHLtNdFFf9hLrQ==, } + engines: { pnpm: ^9.4.0 } peerDependencies: - '@aws/pdk': ^0.22.6 - projen: ^0.73.31 + '@aws/pdk': 0.23.45 + projen: 0.83.1 - '@arroyodev-llc/utils.fs@0.1.13': + '@arroyodev-llc/utils.fs@0.1.16': resolution: { - integrity: sha512-wqmG7nED+b0lTciA53yz9NBhqZgB1/RWKa2Mbqs6vcmAI8gIRxQUbWLjSjo4SNpPwpblq9dlpfkttBdPPq79fQ==, + integrity: sha512-D+N/+Ou2oghei5hDdpFNx0lFnNyjLK9CV6lcoyFjykpkmlLI95joyl08WiInrwYkdN63OGLpJKUHtH5KUb06sg==, } + engines: { pnpm: ^9.4.0 } - '@arroyodev-llc/utils.projen-builder@0.1.5': + '@arroyodev-llc/utils.projen-builder@0.1.8': resolution: { - integrity: sha512-hUmAFVnRRhH6G2tSZxN8kanBuQ++fy9PCeY/RZFJRQAob/9I1dOjF2h9AoT6fkVCP5w1Syh8xrvsPpzv9tSeMA==, + integrity: sha512-lGQV/JkzMl92joL2n+yi80sUcVA4Sq7y97Fkact6PD40H9cl3lMcQwtjkvpBCmW5Ldfx7I4KHBlhFSAeGF5Yog==, } + engines: { pnpm: ^9.4.0 } - '@arroyodev-llc/utils.projen@0.1.20': + '@arroyodev-llc/utils.projen@0.1.23': resolution: { - integrity: sha512-Mryutmxqgjcu4UqwMdQ69FLbcomBrmzn4ApGHfB9NQlRPTVHILxdYyR18LFPde0UXw0PXTXyrEGepsyGidL+AA==, + integrity: sha512-YKZ3wkeF1QEs1UxubcndyIvqIAoTJOy9u78fXF9xLBoKzgwDODTlzkIO15aC/Mg4nWv7vhSPQrtsQ9rHAX5nRQ==, } + engines: { pnpm: ^9.4.0 } - '@arroyodev-llc/utils.ts-ast@0.1.10': + '@arroyodev-llc/utils.ts-ast@0.1.13': resolution: { - integrity: sha512-TPoCPdTjI34gpRQ8UUbzcIa8fRaBCKt8YgGj0LJ+t42ZjOKHcC7O7Thf0Uy2q1aK6GqYb0MykTXdHQF5X7b86Q==, + integrity: sha512-X2DXc82NYv1thIyTi00EBg3fqwcjrv79otOCfVbJyj2e7KNf66YauJQgaN5YFPVtja9FIBIFkfRLhPvXzsBMxQ==, } + engines: { pnpm: ^9.4.0 } - '@arroyodev-llc/utils.unbuild-composite-preset@0.1.3': + '@arroyodev-llc/utils.unbuild-composite-preset@0.1.6': resolution: { - integrity: sha512-PO8LV3Lx8M/XS7nYFh8n7lx4Jo6ICC6DfONVvOZFviI6UDbdf1mYWnU3SMemHOulHudZqYpWLqpjLA0xrhiwXg==, + integrity: sha512-ckCSNJO426uBBcG/gYqwJ7VfN8ioWsHr1BVq0v9VkJh1/DfuaMoin0GHDuOwsLlw2t03tPffkw24LZi0KzzDeA==, } + engines: { pnpm: ^9.4.0 } peerDependencies: unbuild: ^2.0.0-rc.0 @@ -1259,10 +1284,10 @@ packages: integrity: sha512-DDt4SLdLOwWCjGtltH4VCST7hpOI5DzieuhGZsBpZ+AgJdSI2GCjklCXm0GCTwJG/SolkL5dtQXyUKgg9luBDg==, } - '@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0': + '@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0': resolution: { - integrity: sha512-ZKCtsBaNDUnYXl6g2x45PzSxuXjMyZTzIg3yDWVSUhpvnnMH0nbPvLhAenGXre9Ax+ItKL3Ai4V5LRQWKXQHiA==, + integrity: sha512-ZhtVfxjkAhNBLhFy4XCXrRLKghEkJHX5PkgMVbX6o52HXu3StVHEhzAdojiXNXOrUzg3BdDJIg/qerOEOZ7wig==, } engines: { node: '>= 14.15.0' } peerDependencies: @@ -1442,10 +1467,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/client-eks@3.600.0': + '@aws-sdk/client-eks@3.635.0': resolution: { - integrity: sha512-hesFUfNr2LdMPfDeik1YR+KtL9GhTQKznbLpcbZ/srg+xceOn75icazKeUvi5mJsTYCR93qJedh0k2STFkP8Pw==, + integrity: sha512-mcL7/ivsh9PAWJhxuVLug6bdq0xq47qtDv1hBZxT3MhqvuDGXQ9Z0mvKd1krSBBQtGYX0cnT13/PGd5icvnFXQ==, } engines: { node: '>=16.0.0' } @@ -1456,19 +1481,21 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/client-secrets-manager@3.600.0': + '@aws-sdk/client-secrets-manager@3.635.0': resolution: { - integrity: sha512-9UzjXBw4ApF2xj2JnapLdoY6yCdSgs2Eu1LrODKaoFHKvKfQjk+hYeO+8Mk9R/iLkZ2I0EtgnR+E23004RHzdg==, + integrity: sha512-taa+sa8xFym7ZYzybqkOVy5MAdedcIt2pKEVOReEaNkUuOwMUo+wF4QhJeyhaLPTs2l0rHR1bnwYOG+0fW0Kvg==, } engines: { node: '>=16.0.0' } - '@aws-sdk/client-sso-oidc@3.600.0': + '@aws-sdk/client-sso-oidc@3.635.0': resolution: { - integrity: sha512-7+I8RWURGfzvChyNQSyj5/tKrqRbzRl7H+BnTOf/4Vsw1nFOi5ROhlhD4X/Y0QCTacxnaoNcIrqnY7uGGvVRzw==, + integrity: sha512-RIwDlhzAFttB1vbpznewnPqz7h1H/2UhQLwB38yfZBwYQOxyxVfLV5j5VoUUX3jY4i4qH9wiHc7b02qeAOZY6g==, } engines: { node: '>=16.0.0' } + peerDependencies: + '@aws-sdk/client-sts': ^3.635.0 '@aws-sdk/client-sso@3.418.0': resolution: @@ -1477,10 +1504,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/client-sso@3.598.0': + '@aws-sdk/client-sso@3.635.0': resolution: { - integrity: sha512-nOI5lqPYa+YZlrrzwAJywJSw3MKVjvu6Ge2fCqQUNYMfxFB0NAaDFnl0EPjXi+sEbtCuz/uWE77poHbqiZ+7Iw==, + integrity: sha512-/Hl69+JpFUo9JNVmh2gSvMgYkE4xjd+1okiRoPBbQqjI7YBP2JWCUDP8IoEkNq3wj0vNTq0OWfn6RpZycIkAXQ==, } engines: { node: '>=16.0.0' } @@ -1491,17 +1518,17 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/client-sts@3.600.0': + '@aws-sdk/client-sts@3.635.0': resolution: { - integrity: sha512-KQG97B7LvTtTiGmjlrG1LRAY8wUvCQzrmZVV5bjrJ/1oXAU7DITYwVbSJeX9NWg6hDuSk0VE3MFwIXS2SvfLIA==, + integrity: sha512-Al2ytE69+cbA44qHlelqhzWwbURikfF13Zkal9utIG5Q6T2c7r8p6sePN92n8l/x1v0FhJ5VTxKak+cPTE0CZQ==, } engines: { node: '>=16.0.0' } - '@aws-sdk/core@3.598.0': + '@aws-sdk/core@3.635.0': resolution: { - integrity: sha512-HaSjt7puO5Cc7cOlrXFCW0rtA0BM9lvzjl56x0A20Pt+0wxXGeTOZZOkXQIepbrFkV2e/HYukuT9e99vXDm59g==, + integrity: sha512-i1x/E/sgA+liUE1XJ7rj1dhyXpAKO1UKFUcTTHXok2ARjWTvszHnSXMOsB77aPbmn0fUp1JTx2kHUAZ1LVt5Bg==, } engines: { node: '>=16.0.0' } @@ -1512,17 +1539,17 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/credential-provider-env@3.598.0': + '@aws-sdk/credential-provider-env@3.620.1': resolution: { - integrity: sha512-vi1khgn7yXzLCcgSIzQrrtd2ilUM0dWodxj3PQ6BLfP0O+q1imO3hG1nq7DVyJtq7rFHs6+9N8G4mYvTkxby2w==, + integrity: sha512-ExuILJ2qLW5ZO+rgkNRj0xiAipKT16Rk77buvPP8csR7kkCflT/gXTyzRe/uzIiETTxM7tr8xuO9MP/DQXqkfg==, } engines: { node: '>=16.0.0' } - '@aws-sdk/credential-provider-http@3.598.0': + '@aws-sdk/credential-provider-http@3.635.0': resolution: { - integrity: sha512-N7cIafi4HVlQvEgvZSo1G4T9qb/JMLGMdBsDCT5XkeJrF0aptQWzTFH0jIdZcLrMYvzPcuEyO3yCBe6cy/ba0g==, + integrity: sha512-iJyRgEjOCQlBMXqtwPLIKYc7Bsc6nqjrZybdMDenPDa+kmLg7xh8LxHsu9088e+2/wtLicE34FsJJIfzu3L82g==, } engines: { node: '>=16.0.0' } @@ -1533,14 +1560,14 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/credential-provider-ini@3.598.0': + '@aws-sdk/credential-provider-ini@3.635.0': resolution: { - integrity: sha512-/ppcIVUbRwDIwJDoYfp90X3+AuJo2mvE52Y1t2VSrvUovYn6N4v95/vXj6LS8CNDhz2jvEJYmu+0cTMHdhI6eA==, + integrity: sha512-+OqcNhhOFFY08YHLjO9/Y1n37RKAO7LADnsJ7VTXca7IfvYh27BVBn+FdlqnyEb1MQ5ArHTY4pq3pKRIg6RW4Q==, } engines: { node: '>=16.0.0' } peerDependencies: - '@aws-sdk/client-sts': ^3.598.0 + '@aws-sdk/client-sts': ^3.635.0 '@aws-sdk/credential-provider-node@3.418.0': resolution: @@ -1549,10 +1576,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/credential-provider-node@3.600.0': + '@aws-sdk/credential-provider-node@3.635.0': resolution: { - integrity: sha512-1pC7MPMYD45J7yFjA90SxpR0yaSvy+yZiq23aXhAPZLYgJBAxHLu0s0mDCk/piWGPh8+UGur5K0bVdx4B1D5hw==, + integrity: sha512-bmd23mnb94S6AxmWPgqJTnvT9ONKlTx7EPafE1RNO+vUl6mHih4iyqX6ZPaRcSfaPx4U1R7H1RM8cSnafXgaBg==, } engines: { node: '>=16.0.0' } @@ -1563,10 +1590,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/credential-provider-process@3.598.0': + '@aws-sdk/credential-provider-process@3.620.1': resolution: { - integrity: sha512-rM707XbLW8huMk722AgjVyxu2tMZee++fNA8TJVNgs1Ma02Wx6bBrfIvlyK0rCcIRb0WdQYP6fe3Xhiu4e8IBA==, + integrity: sha512-hWqFMidqLAkaV9G460+1at6qa9vySbjQKKc04p59OT7lZ5cO5VH5S4aI05e+m4j364MBROjjk2ugNvfNf/8ILg==, } engines: { node: '>=16.0.0' } @@ -1577,10 +1604,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/credential-provider-sso@3.598.0': + '@aws-sdk/credential-provider-sso@3.635.0': resolution: { - integrity: sha512-5InwUmrAuqQdOOgxTccRayMMkSmekdLk6s+az9tmikq0QFAHUCtofI+/fllMXSR9iL6JbGYi1940+EUmS4pHJA==, + integrity: sha512-hO/fKyvUaGpK9zyvCnmJz70EputvGWDr2UTOn/RzvcR6UB4yXoFf0QcCMubEsE3v67EsAv6PadgOeJ0vz6IazA==, } engines: { node: '>=16.0.0' } @@ -1591,14 +1618,14 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/credential-provider-web-identity@3.598.0': + '@aws-sdk/credential-provider-web-identity@3.621.0': resolution: { - integrity: sha512-GV5GdiMbz5Tz9JO4NJtRoFXjW0GPEujA0j+5J/B723rTN+REHthJu48HdBKouHGhdzkDWkkh1bu52V02Wprw8w==, + integrity: sha512-w7ASSyfNvcx7+bYGep3VBgC3K6vEdLmlpjT7nSIHxxQf+WSdvy+HynwJosrpZax0sK5q0D1Jpn/5q+r5lwwW6w==, } engines: { node: '>=16.0.0' } peerDependencies: - '@aws-sdk/client-sts': ^3.598.0 + '@aws-sdk/client-sts': ^3.621.0 '@aws-sdk/middleware-host-header@3.418.0': resolution: @@ -1607,10 +1634,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/middleware-host-header@3.598.0': + '@aws-sdk/middleware-host-header@3.620.0': resolution: { - integrity: sha512-WiaG059YBQwQraNejLIi0gMNkX7dfPZ8hDIhvMr5aVPRbaHH8AYF3iNSsXYCHvA2Cfa1O9haYXsuMF9flXnCmA==, + integrity: sha512-VMtPEZwqYrII/oUkffYsNWY9PZ9xpNJpMgmyU0rlDQ25O1c0Hk3fJmZRe6pEkAJ0omD7kLrqGl1DUjQVxpd/Rg==, } engines: { node: '>=16.0.0' } @@ -1621,10 +1648,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/middleware-logger@3.598.0': + '@aws-sdk/middleware-logger@3.609.0': resolution: { - integrity: sha512-bxBjf/VYiu3zfu8SYM2S9dQQc3tz5uBAOcPz/Bt8DyyK3GgOpjhschH/2XuUErsoUO1gDJqZSdGOmuHGZQn00Q==, + integrity: sha512-S62U2dy4jMDhDFDK5gZ4VxFdWzCtLzwbYyFZx2uvPYTECkepLUfzLic2BHg2Qvtu4QjX+oGE3P/7fwaGIsGNuQ==, } engines: { node: '>=16.0.0' } @@ -1635,10 +1662,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/middleware-recursion-detection@3.598.0': + '@aws-sdk/middleware-recursion-detection@3.620.0': resolution: { - integrity: sha512-vjT9BeFY9FeN0f8hm2l6F53tI0N5bUq6RcDkQXKNabXBnQxKptJRad6oP2X5y3FoVfBLOuDkQgiC2940GIPxtQ==, + integrity: sha512-nh91S7aGK3e/o1ck64sA/CyoFw+gAYj2BDOnoNa6ouyCrVJED96ZXWbhye/fz9SgmNUZR2g7GdVpiLpMKZoI5w==, } engines: { node: '>=16.0.0' } @@ -1663,10 +1690,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/middleware-user-agent@3.598.0': + '@aws-sdk/middleware-user-agent@3.632.0': resolution: { - integrity: sha512-4tjESlHG5B5MdjUaLK7tQs/miUtHbb6deauQx8ryqSBYOhfHVgb1ZnzvQR0bTrhpqUg0WlybSkDaZAICf9xctg==, + integrity: sha512-yY/sFsHKwG9yzSf/DTclqWJaGPI2gPBJDCGBujSqTG1zlS7Ot4fqi91DZ6088BFWzbOorDzJFcAhAEFzc6LuQg==, } engines: { node: '>=16.0.0' } @@ -1677,10 +1704,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/region-config-resolver@3.598.0': + '@aws-sdk/region-config-resolver@3.614.0': resolution: { - integrity: sha512-oYXhmTokSav4ytmWleCr3rs/1nyvZW/S0tdi6X7u+dLNL5Jee+uMxWGzgOrWK6wrQOzucLVjS4E/wA11Kv2GTw==, + integrity: sha512-vDCeMXvic/LU0KFIUjpC3RiSTIkkvESsEfbVHiHH0YINfl8HnEqR5rj+L8+phsCeVg2+LmYwYxd5NRz4PHxt5g==, } engines: { node: '>=16.0.0' } @@ -1691,14 +1718,14 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/token-providers@3.598.0': + '@aws-sdk/token-providers@3.614.0': resolution: { - integrity: sha512-TKY1EVdHVBnZqpyxyTHdpZpa1tUpb6nxVeRNn1zWG8QB5MvH4ALLd/jR+gtmWDNQbIG4cVuBOZFVL8hIYicKTA==, + integrity: sha512-okItqyY6L9IHdxqs+Z116y5/nda7rHxLvROxtAJdLavWTYDydxrZstImNgGWTeVdmc0xX2gJCI77UYUTQWnhRw==, } engines: { node: '>=16.0.0' } peerDependencies: - '@aws-sdk/client-sso-oidc': ^3.598.0 + '@aws-sdk/client-sso-oidc': ^3.614.0 '@aws-sdk/types@3.418.0': resolution: @@ -1714,6 +1741,13 @@ packages: } engines: { node: '>=16.0.0' } + '@aws-sdk/types@3.609.0': + resolution: + { + integrity: sha512-+Tqnh9w0h2LcrUsdXyT1F8mNhXz+tVYBtP19LpeEGntmvHwa2XzvLUCWpoIAIVsHp5+HdB2X9Sn0KAtmbFXc2Q==, + } + engines: { node: '>=16.0.0' } + '@aws-sdk/util-endpoints@3.418.0': resolution: { @@ -1721,10 +1755,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/util-endpoints@3.598.0': + '@aws-sdk/util-endpoints@3.632.0': resolution: { - integrity: sha512-Qo9UoiVVZxcOEdiOMZg3xb1mzkTxrhd4qSlg5QQrfWPJVx/QOg+Iy0NtGxPtHtVZNHZxohYwDwV/tfsnDSE2gQ==, + integrity: sha512-LlYMU8pAbcEQphOpE6xaNLJ8kPGhklZZTVzZVpVW477NaaGgoGTMYNXTABYHcxeF5E2lLrxql9OmVpvr8GWN8Q==, } engines: { node: '>=16.0.0' } @@ -1735,16 +1769,23 @@ packages: } engines: { node: '>=14.0.0' } + '@aws-sdk/util-locate-window@3.568.0': + resolution: + { + integrity: sha512-3nh4TINkXYr+H41QaPelCceEB2FXP3fxp93YZXB/kqJvX0U9j0N0Uk45gvsjmEPzG8XxkPEeLIfT2I1M7A6Lig==, + } + engines: { node: '>=16.0.0' } + '@aws-sdk/util-user-agent-browser@3.418.0': resolution: { integrity: sha512-c4p4mc0VV/jIeNH0lsXzhJ1MpWRLuboGtNEpqE4s1Vl9ck2amv9VdUUZUmHbg+bVxlMgRQ4nmiovA4qIrqGuyg==, } - '@aws-sdk/util-user-agent-browser@3.598.0': + '@aws-sdk/util-user-agent-browser@3.609.0': resolution: { - integrity: sha512-36Sxo6F+ykElaL1mWzWjlg+1epMpSe8obwhCN1yGE7Js9ywy5U6k6l+A3q3YM9YRbm740sNxncbwLklMvuhTKw==, + integrity: sha512-fojPU+mNahzQ0YHYBsx0ZIhmMA96H+ZIZ665ObU9tl+SGdbLneVZVikGve+NmHTQwHzwkFsZYYnVKAkreJLAtA==, } '@aws-sdk/util-user-agent-node@3.418.0': @@ -1759,10 +1800,10 @@ packages: aws-crt: optional: true - '@aws-sdk/util-user-agent-node@3.598.0': + '@aws-sdk/util-user-agent-node@3.614.0': resolution: { - integrity: sha512-oyWGcOlfTdzkC6SVplyr0AGh54IMrDxbhg5RxJ5P+V4BKfcDoDcZV9xenUk9NsOi9MuUjxMumb9UJGkDhM1m0A==, + integrity: sha512-15ElZT88peoHnq5TEoEtZwoXTXRxNrk60TZNdpl/TUBJ5oNJ9Dqb5Z4ryb8ofN6nm9aFf59GVAerFDz8iUoHBA==, } engines: { node: '>=16.0.0' } peerDependencies: @@ -1829,6 +1870,13 @@ packages: } engines: { node: '>=6.9.0' } + '@babel/code-frame@7.24.7': + resolution: + { + integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==, + } + engines: { node: '>=6.9.0' } + '@babel/compat-data@7.22.20': resolution: { @@ -1843,6 +1891,13 @@ packages: } engines: { node: '>=6.9.0' } + '@babel/compat-data@7.25.2': + resolution: + { + integrity: sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==, + } + engines: { node: '>=6.9.0' } + '@babel/core@7.22.10': resolution: { @@ -1857,6 +1912,13 @@ packages: } engines: { node: '>=6.9.0' } + '@babel/core@7.25.2': + resolution: + { + integrity: sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==, + } + engines: { node: '>=6.9.0' } + '@babel/generator@7.22.10': resolution: { @@ -1871,10 +1933,17 @@ packages: } engines: { node: '>=6.9.0' } - '@babel/helper-annotate-as-pure@7.22.5': + '@babel/generator@7.25.0': + resolution: + { + integrity: sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==, + } + engines: { node: '>=6.9.0' } + + '@babel/helper-annotate-as-pure@7.24.7': resolution: { - integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==, + integrity: sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==, } engines: { node: '>=6.9.0' } @@ -1892,10 +1961,17 @@ packages: } engines: { node: '>=6.9.0' } - '@babel/helper-create-class-features-plugin@7.22.15': + '@babel/helper-compilation-targets@7.25.2': resolution: { - integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==, + integrity: sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==, + } + engines: { node: '>=6.9.0' } + + '@babel/helper-create-class-features-plugin@7.25.0': + resolution: + { + integrity: sha512-GYM6BxeQsETc9mnct+nIIpf63SAyzvyYN7UB/IlTyd+MBg06afFGp0mIeUqGyWgS2mxad6vqbMrHVlaL3m70sQ==, } engines: { node: '>=6.9.0' } peerDependencies: @@ -1929,10 +2005,10 @@ packages: } engines: { node: '>=6.9.0' } - '@babel/helper-member-expression-to-functions@7.22.15': + '@babel/helper-member-expression-to-functions@7.24.8': resolution: { - integrity: sha512-qLNsZbgrNh0fDQBCPocSL8guki1hcPvltGDv/NxvUoABwFq7GkKSu1nRXeJkVZc+wJvne2E0RKQz+2SQrz6eAA==, + integrity: sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==, } engines: { node: '>=6.9.0' } @@ -1950,6 +2026,13 @@ packages: } engines: { node: '>=6.9.0' } + '@babel/helper-module-imports@7.24.7': + resolution: + { + integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==, + } + engines: { node: '>=6.9.0' } + '@babel/helper-module-transforms@7.22.20': resolution: { @@ -1968,24 +2051,33 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-optimise-call-expression@7.22.5': + '@babel/helper-module-transforms@7.25.2': + resolution: + { + integrity: sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==, + } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/helper-optimise-call-expression@7.24.7': resolution: { - integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==, + integrity: sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==, } engines: { node: '>=6.9.0' } - '@babel/helper-plugin-utils@7.22.5': + '@babel/helper-plugin-utils@7.24.8': resolution: { - integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==, + integrity: sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==, } engines: { node: '>=6.9.0' } - '@babel/helper-replace-supers@7.22.20': + '@babel/helper-replace-supers@7.25.0': resolution: { - integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==, + integrity: sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==, } engines: { node: '>=6.9.0' } peerDependencies: @@ -1998,10 +2090,17 @@ packages: } engines: { node: '>=6.9.0' } - '@babel/helper-skip-transparent-expression-wrappers@7.22.5': + '@babel/helper-simple-access@7.24.7': + resolution: + { + integrity: sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==, + } + engines: { node: '>=6.9.0' } + + '@babel/helper-skip-transparent-expression-wrappers@7.24.7': resolution: { - integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==, + integrity: sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==, } engines: { node: '>=6.9.0' } @@ -2019,10 +2118,10 @@ packages: } engines: { node: '>=6.9.0' } - '@babel/helper-string-parser@7.24.7': + '@babel/helper-string-parser@7.24.8': resolution: { - integrity: sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==, + integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==, } engines: { node: '>=6.9.0' } @@ -2061,6 +2160,13 @@ packages: } engines: { node: '>=6.9.0' } + '@babel/helper-validator-option@7.24.8': + resolution: + { + integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==, + } + engines: { node: '>=6.9.0' } + '@babel/helpers@7.22.10': resolution: { @@ -2075,6 +2181,13 @@ packages: } engines: { node: '>=6.9.0' } + '@babel/helpers@7.25.0': + resolution: + { + integrity: sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==, + } + engines: { node: '>=6.9.0' } + '@babel/highlight@7.22.20': resolution: { @@ -2082,6 +2195,13 @@ packages: } engines: { node: '>=6.9.0' } + '@babel/highlight@7.24.7': + resolution: + { + integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==, + } + engines: { node: '>=6.9.0' } + '@babel/parser@7.22.10': resolution: { @@ -2098,36 +2218,36 @@ packages: engines: { node: '>=6.0.0' } hasBin: true - '@babel/parser@7.24.7': + '@babel/parser@7.25.3': resolution: { - integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==, + integrity: sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==, } engines: { node: '>=6.0.0' } hasBin: true - '@babel/plugin-syntax-jsx@7.22.5': + '@babel/plugin-syntax-jsx@7.24.7': resolution: { - integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==, + integrity: sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==, } engines: { node: '>=6.9.0' } peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-typescript@7.22.5': + '@babel/plugin-syntax-typescript@7.24.7': resolution: { - integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==, + integrity: sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==, } engines: { node: '>=6.9.0' } peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.22.15': + '@babel/plugin-transform-typescript@7.25.2': resolution: { - integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==, + integrity: sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==, } engines: { node: '>=6.9.0' } peerDependencies: @@ -2161,6 +2281,13 @@ packages: } engines: { node: '>=6.9.0' } + '@babel/template@7.25.0': + resolution: + { + integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==, + } + engines: { node: '>=6.9.0' } + '@babel/traverse@7.22.10': resolution: { @@ -2175,6 +2302,13 @@ packages: } engines: { node: '>=6.9.0' } + '@babel/traverse@7.25.3': + resolution: + { + integrity: sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==, + } + engines: { node: '>=6.9.0' } + '@babel/types@7.22.10': resolution: { @@ -2189,10 +2323,10 @@ packages: } engines: { node: '>=6.9.0' } - '@babel/types@7.24.7': + '@babel/types@7.25.2': resolution: { - integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==, + integrity: sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==, } engines: { node: '>=6.9.0' } @@ -2257,6 +2391,15 @@ packages: '@effect/data': ^0.17.1 '@effect/io': ^0.38.0 + '@esbuild/aix-ppc64@0.21.5': + resolution: + { + integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==, + } + engines: { node: '>=12' } + cpu: [ppc64] + os: [aix] + '@esbuild/android-arm64@0.18.17': resolution: { @@ -2284,6 +2427,15 @@ packages: cpu: [arm64] os: [android] + '@esbuild/android-arm64@0.21.5': + resolution: + { + integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==, + } + engines: { node: '>=12' } + cpu: [arm64] + os: [android] + '@esbuild/android-arm@0.18.17': resolution: { @@ -2311,6 +2463,15 @@ packages: cpu: [arm] os: [android] + '@esbuild/android-arm@0.21.5': + resolution: + { + integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==, + } + engines: { node: '>=12' } + cpu: [arm] + os: [android] + '@esbuild/android-x64@0.18.17': resolution: { @@ -2338,6 +2499,15 @@ packages: cpu: [x64] os: [android] + '@esbuild/android-x64@0.21.5': + resolution: + { + integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==, + } + engines: { node: '>=12' } + cpu: [x64] + os: [android] + '@esbuild/darwin-arm64@0.18.17': resolution: { @@ -2365,6 +2535,15 @@ packages: cpu: [arm64] os: [darwin] + '@esbuild/darwin-arm64@0.21.5': + resolution: + { + integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==, + } + engines: { node: '>=12' } + cpu: [arm64] + os: [darwin] + '@esbuild/darwin-x64@0.18.17': resolution: { @@ -2392,6 +2571,15 @@ packages: cpu: [x64] os: [darwin] + '@esbuild/darwin-x64@0.21.5': + resolution: + { + integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==, + } + engines: { node: '>=12' } + cpu: [x64] + os: [darwin] + '@esbuild/freebsd-arm64@0.18.17': resolution: { @@ -2419,6 +2607,15 @@ packages: cpu: [arm64] os: [freebsd] + '@esbuild/freebsd-arm64@0.21.5': + resolution: + { + integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==, + } + engines: { node: '>=12' } + cpu: [arm64] + os: [freebsd] + '@esbuild/freebsd-x64@0.18.17': resolution: { @@ -2446,6 +2643,15 @@ packages: cpu: [x64] os: [freebsd] + '@esbuild/freebsd-x64@0.21.5': + resolution: + { + integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==, + } + engines: { node: '>=12' } + cpu: [x64] + os: [freebsd] + '@esbuild/linux-arm64@0.18.17': resolution: { @@ -2473,6 +2679,15 @@ packages: cpu: [arm64] os: [linux] + '@esbuild/linux-arm64@0.21.5': + resolution: + { + integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==, + } + engines: { node: '>=12' } + cpu: [arm64] + os: [linux] + '@esbuild/linux-arm@0.18.17': resolution: { @@ -2500,6 +2715,15 @@ packages: cpu: [arm] os: [linux] + '@esbuild/linux-arm@0.21.5': + resolution: + { + integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==, + } + engines: { node: '>=12' } + cpu: [arm] + os: [linux] + '@esbuild/linux-ia32@0.18.17': resolution: { @@ -2527,6 +2751,15 @@ packages: cpu: [ia32] os: [linux] + '@esbuild/linux-ia32@0.21.5': + resolution: + { + integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==, + } + engines: { node: '>=12' } + cpu: [ia32] + os: [linux] + '@esbuild/linux-loong64@0.18.17': resolution: { @@ -2554,6 +2787,15 @@ packages: cpu: [loong64] os: [linux] + '@esbuild/linux-loong64@0.21.5': + resolution: + { + integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==, + } + engines: { node: '>=12' } + cpu: [loong64] + os: [linux] + '@esbuild/linux-mips64el@0.18.17': resolution: { @@ -2581,6 +2823,15 @@ packages: cpu: [mips64el] os: [linux] + '@esbuild/linux-mips64el@0.21.5': + resolution: + { + integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==, + } + engines: { node: '>=12' } + cpu: [mips64el] + os: [linux] + '@esbuild/linux-ppc64@0.18.17': resolution: { @@ -2608,6 +2859,15 @@ packages: cpu: [ppc64] os: [linux] + '@esbuild/linux-ppc64@0.21.5': + resolution: + { + integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==, + } + engines: { node: '>=12' } + cpu: [ppc64] + os: [linux] + '@esbuild/linux-riscv64@0.18.17': resolution: { @@ -2635,6 +2895,15 @@ packages: cpu: [riscv64] os: [linux] + '@esbuild/linux-riscv64@0.21.5': + resolution: + { + integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==, + } + engines: { node: '>=12' } + cpu: [riscv64] + os: [linux] + '@esbuild/linux-s390x@0.18.17': resolution: { @@ -2662,6 +2931,15 @@ packages: cpu: [s390x] os: [linux] + '@esbuild/linux-s390x@0.21.5': + resolution: + { + integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==, + } + engines: { node: '>=12' } + cpu: [s390x] + os: [linux] + '@esbuild/linux-x64@0.18.17': resolution: { @@ -2689,6 +2967,15 @@ packages: cpu: [x64] os: [linux] + '@esbuild/linux-x64@0.21.5': + resolution: + { + integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==, + } + engines: { node: '>=12' } + cpu: [x64] + os: [linux] + '@esbuild/netbsd-x64@0.18.17': resolution: { @@ -2716,6 +3003,15 @@ packages: cpu: [x64] os: [netbsd] + '@esbuild/netbsd-x64@0.21.5': + resolution: + { + integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==, + } + engines: { node: '>=12' } + cpu: [x64] + os: [netbsd] + '@esbuild/openbsd-x64@0.18.17': resolution: { @@ -2743,6 +3039,15 @@ packages: cpu: [x64] os: [openbsd] + '@esbuild/openbsd-x64@0.21.5': + resolution: + { + integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==, + } + engines: { node: '>=12' } + cpu: [x64] + os: [openbsd] + '@esbuild/sunos-x64@0.18.17': resolution: { @@ -2770,6 +3075,15 @@ packages: cpu: [x64] os: [sunos] + '@esbuild/sunos-x64@0.21.5': + resolution: + { + integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==, + } + engines: { node: '>=12' } + cpu: [x64] + os: [sunos] + '@esbuild/win32-arm64@0.18.17': resolution: { @@ -2797,6 +3111,15 @@ packages: cpu: [arm64] os: [win32] + '@esbuild/win32-arm64@0.21.5': + resolution: + { + integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==, + } + engines: { node: '>=12' } + cpu: [arm64] + os: [win32] + '@esbuild/win32-ia32@0.18.17': resolution: { @@ -2824,6 +3147,15 @@ packages: cpu: [ia32] os: [win32] + '@esbuild/win32-ia32@0.21.5': + resolution: + { + integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==, + } + engines: { node: '>=12' } + cpu: [ia32] + os: [win32] + '@esbuild/win32-x64@0.18.17': resolution: { @@ -2851,6 +3183,15 @@ packages: cpu: [x64] os: [win32] + '@esbuild/win32-x64@0.21.5': + resolution: + { + integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==, + } + engines: { node: '>=12' } + cpu: [x64] + os: [win32] + '@eslint-community/eslint-utils@4.4.0': resolution: { @@ -2929,7 +3270,14 @@ packages: } engines: { node: '>=6.0.0' } - '@jridgewell/resolve-uri@3.1.0': + '@jridgewell/gen-mapping@0.3.5': + resolution: + { + integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==, + } + engines: { node: '>=6.0.0' } + + '@jridgewell/resolve-uri@3.1.0': resolution: { integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==, @@ -2943,6 +3291,13 @@ packages: } engines: { node: '>=6.0.0' } + '@jridgewell/resolve-uri@3.1.2': + resolution: + { + integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==, + } + engines: { node: '>=6.0.0' } + '@jridgewell/set-array@1.1.2': resolution: { @@ -2950,6 +3305,13 @@ packages: } engines: { node: '>=6.0.0' } + '@jridgewell/set-array@1.2.1': + resolution: + { + integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==, + } + engines: { node: '>=6.0.0' } + '@jridgewell/sourcemap-codec@1.4.14': resolution: { @@ -2962,6 +3324,12 @@ packages: integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==, } + '@jridgewell/sourcemap-codec@1.5.0': + resolution: + { + integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==, + } + '@jridgewell/trace-mapping@0.3.18': resolution: { @@ -2974,6 +3342,12 @@ packages: integrity: sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==, } + '@jridgewell/trace-mapping@0.3.25': + resolution: + { + integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==, + } + '@jridgewell/trace-mapping@0.3.9': resolution: { @@ -3001,6 +3375,13 @@ packages: } engines: { node: '>= 14.17.0' } + '@jsii/spec@1.102.0': + resolution: + { + integrity: sha512-/VcmoEyp7HR0xoFz47/fiyZjAv+0gHG4ZwTbgB+umbB88bTbLZadnqBL7T9OIKQbK4w8HNOaRnHwjNBIYIPxWQ==, + } + engines: { node: '>= 14.17.0' } + '@jsii/spec@1.87.0': resolution: { @@ -3028,11 +3409,12 @@ packages: } hasBin: true - '@mrgrain/jsii-struct-builder@0.5.11': + '@mrgrain/jsii-struct-builder@0.7.34': resolution: { - integrity: sha512-DYJ6RTZdyB5YP/21Rw8841KQqS2zABYCtED7n0p+fYr8Eh/k3j8+dcP9kyddhyiFOENmu5E4NjxsDb1fRGlqiA==, + integrity: sha512-/NNk+5GzUVp+kBsajQ2XxGlv7mt/6tfD8jORJ7udK7IwU4weyItfy3sO1Gav6SGWS1wBADi3h2P/ua70uHi0Vg==, } + engines: { node: '>=18' } peerDependencies: projen: x.x.x @@ -3422,6 +3804,134 @@ packages: rollup: optional: true + '@rollup/rollup-android-arm-eabi@4.21.0': + resolution: + { + integrity: sha512-WTWD8PfoSAJ+qL87lE7votj3syLavxunWhzCnx3XFxFiI/BA/r3X7MUM8dVrH8rb2r4AiO8jJsr3ZjdaftmnfA==, + } + cpu: [arm] + os: [android] + + '@rollup/rollup-android-arm64@4.21.0': + resolution: + { + integrity: sha512-a1sR2zSK1B4eYkiZu17ZUZhmUQcKjk2/j9Me2IDjk1GHW7LB5Z35LEzj9iJch6gtUfsnvZs1ZNyDW2oZSThrkA==, + } + cpu: [arm64] + os: [android] + + '@rollup/rollup-darwin-arm64@4.21.0': + resolution: + { + integrity: sha512-zOnKWLgDld/svhKO5PD9ozmL6roy5OQ5T4ThvdYZLpiOhEGY+dp2NwUmxK0Ld91LrbjrvtNAE0ERBwjqhZTRAA==, + } + cpu: [arm64] + os: [darwin] + + '@rollup/rollup-darwin-x64@4.21.0': + resolution: + { + integrity: sha512-7doS8br0xAkg48SKE2QNtMSFPFUlRdw9+votl27MvT46vo44ATBmdZdGysOevNELmZlfd+NEa0UYOA8f01WSrg==, + } + cpu: [x64] + os: [darwin] + + '@rollup/rollup-linux-arm-gnueabihf@4.21.0': + resolution: + { + integrity: sha512-pWJsfQjNWNGsoCq53KjMtwdJDmh/6NubwQcz52aEwLEuvx08bzcy6tOUuawAOncPnxz/3siRtd8hiQ32G1y8VA==, + } + cpu: [arm] + os: [linux] + + '@rollup/rollup-linux-arm-musleabihf@4.21.0': + resolution: + { + integrity: sha512-efRIANsz3UHZrnZXuEvxS9LoCOWMGD1rweciD6uJQIx2myN3a8Im1FafZBzh7zk1RJ6oKcR16dU3UPldaKd83w==, + } + cpu: [arm] + os: [linux] + + '@rollup/rollup-linux-arm64-gnu@4.21.0': + resolution: + { + integrity: sha512-ZrPhydkTVhyeGTW94WJ8pnl1uroqVHM3j3hjdquwAcWnmivjAwOYjTEAuEDeJvGX7xv3Z9GAvrBkEzCgHq9U1w==, + } + cpu: [arm64] + os: [linux] + + '@rollup/rollup-linux-arm64-musl@4.21.0': + resolution: + { + integrity: sha512-cfaupqd+UEFeURmqNP2eEvXqgbSox/LHOyN9/d2pSdV8xTrjdg3NgOFJCtc1vQ/jEke1qD0IejbBfxleBPHnPw==, + } + cpu: [arm64] + os: [linux] + + '@rollup/rollup-linux-powerpc64le-gnu@4.21.0': + resolution: + { + integrity: sha512-ZKPan1/RvAhrUylwBXC9t7B2hXdpb/ufeu22pG2psV7RN8roOfGurEghw1ySmX/CmDDHNTDDjY3lo9hRlgtaHg==, + } + cpu: [ppc64] + os: [linux] + + '@rollup/rollup-linux-riscv64-gnu@4.21.0': + resolution: + { + integrity: sha512-H1eRaCwd5E8eS8leiS+o/NqMdljkcb1d6r2h4fKSsCXQilLKArq6WS7XBLDu80Yz+nMqHVFDquwcVrQmGr28rg==, + } + cpu: [riscv64] + os: [linux] + + '@rollup/rollup-linux-s390x-gnu@4.21.0': + resolution: + { + integrity: sha512-zJ4hA+3b5tu8u7L58CCSI0A9N1vkfwPhWd/puGXwtZlsB5bTkwDNW/+JCU84+3QYmKpLi+XvHdmrlwUwDA6kqw==, + } + cpu: [s390x] + os: [linux] + + '@rollup/rollup-linux-x64-gnu@4.21.0': + resolution: + { + integrity: sha512-e2hrvElFIh6kW/UNBQK/kzqMNY5mO+67YtEh9OA65RM5IJXYTWiXjX6fjIiPaqOkBthYF1EqgiZ6OXKcQsM0hg==, + } + cpu: [x64] + os: [linux] + + '@rollup/rollup-linux-x64-musl@4.21.0': + resolution: + { + integrity: sha512-1vvmgDdUSebVGXWX2lIcgRebqfQSff0hMEkLJyakQ9JQUbLDkEaMsPTLOmyccyC6IJ/l3FZuJbmrBw/u0A0uCQ==, + } + cpu: [x64] + os: [linux] + + '@rollup/rollup-win32-arm64-msvc@4.21.0': + resolution: + { + integrity: sha512-s5oFkZ/hFcrlAyBTONFY1TWndfyre1wOMwU+6KCpm/iatybvrRgmZVM+vCFwxmC5ZhdlgfE0N4XorsDpi7/4XQ==, + } + cpu: [arm64] + os: [win32] + + '@rollup/rollup-win32-ia32-msvc@4.21.0': + resolution: + { + integrity: sha512-G9+TEqRnAA6nbpqyUqgTiopmnfgnMkR3kMukFBDsiyy23LZvUCpiUwjTRx6ezYCjJODXrh52rBR9oXvm+Fp5wg==, + } + cpu: [ia32] + os: [win32] + + '@rollup/rollup-win32-x64-msvc@4.21.0': + resolution: + { + integrity: sha512-2jsCDZwtQvRhejHLfZ1JY6w6kEuEtfF9nzYsZxzSlNVKDX+DpsDJ+Rbjkm74nvg2rdx0gwBS+IMdvwJuq3S9pQ==, + } + cpu: [x64] + os: [win32] + '@sigstore/bundle@1.1.0': resolution: { @@ -3463,10 +3973,10 @@ packages: } engines: { node: '>=14.16' } - '@sindresorhus/is@6.0.0': + '@sindresorhus/is@6.3.1': resolution: { - integrity: sha512-iVkg+3V+GJfof7yAHOxHyoiEfgpRJhnddOY3EsTM/uqwcm6M/jDQwK1n1nnraMpTRT36CxS0RCtJohggaQ0jgQ==, + integrity: sha512-FX4MfcifwJyFOI2lPoX7PQxCqx8BG1HCho7WdiXwpEQx1Ycij0JxkfYtGK7yqNScrZGSlt6RE6sw8QYoH7eKnQ==, } engines: { node: '>=16' } @@ -3477,10 +3987,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/abort-controller@3.1.0': + '@smithy/abort-controller@3.1.1': resolution: { - integrity: sha512-XOm4LkuC0PsK1sf2bBJLIlskn5ghmVxiEBVlo/jg0R8hxASBKYYgOoJEhKWgOr4vWGkN+5rC+oyBAqHYtxjnwQ==, + integrity: sha512-MBJBiidoe+0cTFhyxT8g+9g7CeVccLM0IOKKUMCNQ1CNMJ/eIfoo0RTfVrXOONEI1UCN1W+zkiHSbzUNE9dZtQ==, } engines: { node: '>=16.0.0' } @@ -3491,17 +4001,17 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/config-resolver@3.0.3': + '@smithy/config-resolver@3.0.5': resolution: { - integrity: sha512-4wHqCMkdfVDP4qmr4fVPYOFOH+vKhOv3X4e6KEU9wIC8xXUQ24tnF4CW+sddGDX1zU86GGyQ7A+rg2xmUD6jpQ==, + integrity: sha512-SkW5LxfkSI1bUC74OtfBbdz+grQXYiPYolyu8VfpLIjEoN/sHVBlLeGXMQ1vX4ejkgfv6sxVbQJ32yF2cl1veA==, } engines: { node: '>=16.0.0' } - '@smithy/core@2.2.3': + '@smithy/core@2.4.0': resolution: { - integrity: sha512-SpyLOL2vgE6sUYM6nQfu82OirCPkCDKctyG3aMgjMlDPTJpUlmlNH0ttu9ZWwzEjrzzr8uABmPjJTRI7gk1HFQ==, + integrity: sha512-cHXq+FneIF/KJbt4q4pjN186+Jf4ZB0ZOqEaZMBhT79srEyGDDBV31NqBRBjazz8ppQ1bJbDJMY9ba5wKFV36w==, } engines: { node: '>=16.0.0' } @@ -3512,10 +4022,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/credential-provider-imds@3.1.2': + '@smithy/credential-provider-imds@3.2.0': resolution: { - integrity: sha512-gqVmUaNoeqyrOAjgZg+rTmFLsphh/vS59LCMdFfVpthVS0jbfBzvBmEPktBd+y9ME4DYMGHFAMSYJDK8q0noOQ==, + integrity: sha512-0SCIzgd8LYZ9EJxUjLXBmEKSZR/P/w6l7Rz/pab9culE/RWuqelAKGJvn5qUOl8BgX8Yj5HWM50A5hiB/RzsgA==, } engines: { node: '>=16.0.0' } @@ -3531,10 +4041,10 @@ packages: integrity: sha512-BIeCHGfr5JCGN+EMTwZK74ELvjPXOIrI7OLM5OhZJJ6AmZyRv2S9ANJk18AtLwht0TsSm+8WoXIEp8LuxNgUyA==, } - '@smithy/fetch-http-handler@3.1.0': + '@smithy/fetch-http-handler@3.2.4': resolution: { - integrity: sha512-s7oQjEOUH9TYjctpITtWF4qxOdg7pBrP9eigEQ8SBsxF3dRFV0S28pGMllC83DUr7ECmErhO/BUwnULfoNhKgQ==, + integrity: sha512-kBprh5Gs5h7ug4nBWZi1FZthdqSM+T7zMmsZxx0IBvWUn7dK3diz2SHn7Bs4dQGFDk8plDv375gzenDoNwrXjg==, } '@smithy/hash-node@2.0.9': @@ -3544,10 +4054,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/hash-node@3.0.2': + '@smithy/hash-node@3.0.3': resolution: { - integrity: sha512-43uGA6o6QJQdXwAogybdTDHDd3SCdKyoiHIHb8PpdE2rKmVicjG9b1UgVwdgO8QPytmVqHFaUw27M3LZKwu8Yg==, + integrity: sha512-2ctBXpPMG+B3BtWSGNnKELJ7SH9e4TNefJS0cd2eSkOOROeBnnVBnAy9LtJ8tY4vUEoe55N4CNPxzbWvR39iBw==, } engines: { node: '>=16.0.0' } @@ -3557,10 +4067,10 @@ packages: integrity: sha512-RuJqhYf8nViK96IIO9JbTtjDUuFItVfuuJhWw2yk7fv67yltQ7fZD6IQ2OsHHluoVmstnQJuCg5raXJR696Ubw==, } - '@smithy/invalid-dependency@3.0.2': + '@smithy/invalid-dependency@3.0.3': resolution: { - integrity: sha512-+BAY3fMhomtq470tswXyrdVBSUhiLuhBVT+rOmpbz5e04YX+s1dX4NxTLzZGwBjCpeWZNtTxP8zbIvvFk81gUg==, + integrity: sha512-ID1eL/zpDULmHJbflb864k72/SNOZCADRc9i7Exq3RUNJw6raWUSlFEQ+3PX3EYs++bTxZB2dE9mEHTQLv61tw==, } '@smithy/is-array-buffer@2.0.0': @@ -3570,6 +4080,13 @@ packages: } engines: { node: '>=14.0.0' } + '@smithy/is-array-buffer@2.2.0': + resolution: + { + integrity: sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==, + } + engines: { node: '>=14.0.0' } + '@smithy/is-array-buffer@3.0.0': resolution: { @@ -3584,10 +4101,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/middleware-content-length@3.0.2': + '@smithy/middleware-content-length@3.0.5': resolution: { - integrity: sha512-/Havz3PkYIEmwpqkyRTR21yJsWnFbD1ec4H1pUL+TkDnE7RCQkAVUQepLL/UeCaZeCBXvfdoKbOjSbV01xIinQ==, + integrity: sha512-ILEzC2eyxx6ncej3zZSwMpB5RJ0zuqH7eMptxC4KN3f+v9bqT8ohssKbhNR78k/2tWW+KS5Spw+tbPF4Ejyqvw==, } engines: { node: '>=16.0.0' } @@ -3598,10 +4115,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/middleware-endpoint@3.0.3': + '@smithy/middleware-endpoint@3.1.0': resolution: { - integrity: sha512-ARAXHodhj4tttKa9y75zvENdSoHq6VGsSi7XS3+yLutrnxttJs6N10UMInCC1yi3/bopT8xug3iOP/y9R6sKJQ==, + integrity: sha512-5y5aiKCEwg9TDPB4yFE7H6tYvGFf1OJHNczeY10/EFF8Ir8jZbNntQJxMWNfeQjC1mxPsaQ6mR9cvQbf+0YeMw==, } engines: { node: '>=16.0.0' } @@ -3612,10 +4129,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/middleware-retry@3.0.6': + '@smithy/middleware-retry@3.0.15': resolution: { - integrity: sha512-ICsFKp8eAyIMmxN5UT3IU37S6886L879TKtgxPsn/VD/laYNwqTLmJaCAn5//+2fRIrV0dnHp6LFlMwdXlWoUQ==, + integrity: sha512-iTMedvNt1ApdvkaoE8aSDuwaoc+BhvHqttbA/FO4Ty+y/S5hW6Ci/CTScG7vam4RYJWZxdTElc3MEfHRVH6cgQ==, } engines: { node: '>=16.0.0' } @@ -3626,10 +4143,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/middleware-serde@3.0.2': + '@smithy/middleware-serde@3.0.3': resolution: { - integrity: sha512-oT2abV5zLhBucJe1LIIFEcRgIBDbZpziuMPswTMbBQNcaEUycLFvX63zsFmqfwG+/ZQKsNx+BSE8W51CMuK7Yw==, + integrity: sha512-puUbyJQBcg9eSErFXjKNiGILJGtiqmuuNKEYNYfUD57fUl4i9+mfmThtQhvFXU0hCVG0iEJhvQUipUf+/SsFdA==, } engines: { node: '>=16.0.0' } @@ -3640,10 +4157,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/middleware-stack@3.0.2': + '@smithy/middleware-stack@3.0.3': resolution: { - integrity: sha512-6fRcxomlNKBPIy/YjcnC7YHpMAjRvGUYlYVJAfELqZjkW0vQegNcImjY7T1HgYA6u3pAcCxKVBLYnkTw8z/l0A==, + integrity: sha512-r4klY9nFudB0r9UdSMaGSyjyQK5adUyPnQN/ZM6M75phTxOdnc/AhpvGD1fQUvgmqjQEBGCwpnPbDm8pH5PapA==, } engines: { node: '>=16.0.0' } @@ -3654,10 +4171,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/node-config-provider@3.1.2': + '@smithy/node-config-provider@3.1.4': resolution: { - integrity: sha512-388fEAa7+6ORj/BDC70peg3fyFBTTXJyXfXJ0Bwd6FYsRltePr2oGzIcm5AuC1WUSLtZ/dF+hYOnfTMs04rLvA==, + integrity: sha512-YvnElQy8HR4vDcAjoy7Xkx9YT8xZP4cBXcbJSgm/kxmiQu08DwUwj8rkGnyoJTpfl/3xYHH+d8zE+eHqoDCSdQ==, } engines: { node: '>=16.0.0' } @@ -3668,10 +4185,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/node-http-handler@3.1.0': + '@smithy/node-http-handler@3.1.4': resolution: { - integrity: sha512-pOpgB6B+VLXLwAyyvRz+ZAVXABlbAsJ2xvn3WZvrppAPImxwQOPFbeSUzWYMhpC8Tr7yQ3R8fG990QDhskkf1Q==, + integrity: sha512-+UmxgixgOr/yLsUxcEKGH0fMNVteJFGkmRltYFHnBMlogyFdpzn2CwqWmxOrfJELhV34v0WSlaqG1UtE1uXlJg==, } engines: { node: '>=16.0.0' } @@ -3682,10 +4199,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/property-provider@3.1.2': + '@smithy/property-provider@3.1.3': resolution: { - integrity: sha512-Hzp32BpeFFexBpO1z+ts8okbq/VLzJBadxanJAo/Wf2CmvXMBp6Q/TLWr7Js6IbMEcr0pDZ02V3u1XZkuQUJaA==, + integrity: sha512-zahyOVR9Q4PEoguJ/NrFP4O7SMAfYO1HLhB18M+q+Z4KFd4V2obiMnlVoUFzFLSPeVt1POyNWneHHrZaTMoc/g==, } engines: { node: '>=16.0.0' } @@ -3696,10 +4213,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/protocol-http@4.0.2': + '@smithy/protocol-http@4.1.0': resolution: { - integrity: sha512-X/90xNWIOqSR2tLUyWxVIBdatpm35DrL44rI/xoeBWUuanE0iyCXJpTcnqlOpnEzgcu0xCKE06+g70TTu2j7RQ==, + integrity: sha512-dPVoHYQ2wcHooGXg3LQisa1hH0e4y0pAddPMeeUPipI1tEOqL6A4N0/G7abeq+K8wrwSgjk4C0wnD1XZpJm5aA==, } engines: { node: '>=16.0.0' } @@ -3710,10 +4227,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/querystring-builder@3.0.2': + '@smithy/querystring-builder@3.0.3': resolution: { - integrity: sha512-xhv1+HacDYsOLdNt7zW+8Fe779KYAzmWvzs9bC5NlKM8QGYCwwuFwDBynhlU4D5twgi2pZ14Lm4h6RiAazCtmA==, + integrity: sha512-vyWckeUeesFKzCDaRwWLUA1Xym9McaA6XpFfAK5qI9DKJ4M33ooQGqvM4J+LalH4u/Dq9nFiC8U6Qn1qi0+9zw==, } engines: { node: '>=16.0.0' } @@ -3724,10 +4241,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/querystring-parser@3.0.2': + '@smithy/querystring-parser@3.0.3': resolution: { - integrity: sha512-C5hyRKgrZGPNh5QqIWzXnW+LXVrPmVQO0iJKjHeb5v3C61ZkP9QhrKmbfchcTyg/VnaE0tMNf/nmLpQlWuiqpg==, + integrity: sha512-zahM1lQv2YjmznnfQsWbYojFe55l0SLG/988brlLv1i8z3dubloLF+75ATRsqPBboUXsW6I9CPGE5rQgLfY0vQ==, } engines: { node: '>=16.0.0' } @@ -3738,10 +4255,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/service-error-classification@3.0.2': + '@smithy/service-error-classification@3.0.3': resolution: { - integrity: sha512-cu0WV2XRttItsuXlcM0kq5MKdphbMMmSd2CXF122dJ75NrFE0o7rruXFGfxAp3BKzgF/DMxX+PllIA/cj4FHMw==, + integrity: sha512-Jn39sSl8cim/VlkLsUhRFq/dKDnRUFlfRkvhOJaUbLBXUsLRLNf9WaxDv/z9BjuQ3A6k/qE8af1lsqcwm7+DaQ==, } engines: { node: '>=16.0.0' } @@ -3752,10 +4269,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/shared-ini-file-loader@3.1.2': + '@smithy/shared-ini-file-loader@3.1.4': resolution: { - integrity: sha512-tgnXrXbLMO8vo6VeuqabMw/eTzQHlLmZx0TC0TjtjJghnD0Xl4pEnJtBjTJr6XF5fHMNrt5BcczDXHJT9yNQnA==, + integrity: sha512-qMxS4hBGB8FY2GQqshcRUy1K6k8aBWP5vwm8qKkCT3A9K2dawUwOIJfqh9Yste/Bl0J2lzosVyrXDj68kLcHXQ==, } engines: { node: '>=16.0.0' } @@ -3766,10 +4283,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/signature-v4@3.1.1': + '@smithy/signature-v4@4.1.0': resolution: { - integrity: sha512-2/vlG86Sr489XX8TA/F+VDA+P04ESef04pSz0wRtlQBExcSPjqO08rvrkcas2zLnJ51i+7ukOURCkgqixBYjSQ==, + integrity: sha512-aRryp2XNZeRcOtuJoxjydO6QTaVhxx/vjaR+gx7ZjaFgrgPRyZ3HCTbfwqYj6ZWEBHkCSUfcaymKPURaByukag==, } engines: { node: '>=16.0.0' } @@ -3780,10 +4297,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/smithy-client@3.1.4': + '@smithy/smithy-client@3.2.0': resolution: { - integrity: sha512-y6xJROGrIoitjpwXLY7P9luDHvuT9jWpAluliuSFdBymFxcl6iyQjo9U/JhYfRHFNTruqsvKOrOESVuPGEcRmQ==, + integrity: sha512-pDbtxs8WOhJLJSeaF/eAbPgXg4VVYFlRcL/zoNYA5WbG3wBL06CHtBSg53ppkttDpAJ/hdiede+xApip1CwSLw==, } engines: { node: '>=16.0.0' } @@ -3801,16 +4318,23 @@ packages: } engines: { node: '>=16.0.0' } + '@smithy/types@3.3.0': + resolution: + { + integrity: sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==, + } + engines: { node: '>=16.0.0' } + '@smithy/url-parser@2.0.9': resolution: { integrity: sha512-NBnJ0NiY8z6E82Xd5VYUFQfKwK/wA/+QkKmpYUYP+cpH3aCzE6g2gvixd9vQKYjsIdRfNPCf+SFAozt8ljozOw==, } - '@smithy/url-parser@3.0.2': + '@smithy/url-parser@3.0.3': resolution: { - integrity: sha512-pRiPHrgibeAr4avtXDoBHmTLtthwA4l8jKYRfZjNgp+bBPyxDMPRg2TMJaYxqbKemvrOkHu9MIBTv2RkdNfD6w==, + integrity: sha512-pw3VtZtX2rg+s6HMs6/+u9+hu6oY6U7IohGhVNnjbgKy86wcIsSZwgHrFR+t67Uyxvp4Xz3p3kGXXIpTNisq8A==, } '@smithy/util-base64@2.0.0': @@ -3860,6 +4384,13 @@ packages: } engines: { node: '>=14.0.0' } + '@smithy/util-buffer-from@2.2.0': + resolution: + { + integrity: sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==, + } + engines: { node: '>=14.0.0' } + '@smithy/util-buffer-from@3.0.0': resolution: { @@ -3888,10 +4419,10 @@ packages: } engines: { node: '>= 10.0.0' } - '@smithy/util-defaults-mode-browser@3.0.6': + '@smithy/util-defaults-mode-browser@3.0.15': resolution: { - integrity: sha512-tAgoc++Eq+KL7g55+k108pn7nAob3GLWNEMbXhZIQyBcBNaE/o3+r4AEbae0A8bWvLRvArVsjeiuhMykGa04/A==, + integrity: sha512-FZ4Psa3vjp8kOXcd3HJOiDPBCWtiilLl57r0cnNtq/Ga9RSDrM5ERL6xt+tO43+2af6Pn5Yp92x2n5vPuduNfg==, } engines: { node: '>= 10.0.0' } @@ -3902,17 +4433,17 @@ packages: } engines: { node: '>= 10.0.0' } - '@smithy/util-defaults-mode-node@3.0.6': + '@smithy/util-defaults-mode-node@3.0.15': resolution: { - integrity: sha512-UNerul6/E8aiCyFTBHk+RSIZCo7m96d/N5K3FeO/wFeZP6oy5HAicLzxqa85Wjv7MkXSxSySX29L/LwTV/QMag==, + integrity: sha512-KSyAAx2q6d0t6f/S4XB2+3+6aQacm3aLMhs9aLMqn18uYGUepbdssfogW5JQZpc6lXNBnp0tEnR5e9CEKmEd7A==, } engines: { node: '>= 10.0.0' } - '@smithy/util-endpoints@2.0.3': + '@smithy/util-endpoints@2.0.5': resolution: { - integrity: sha512-Dyi+pfLglDHSGsKSYunuUUSFM5V0tz7UDgv1Ex97yg+Xkn0Eb0rH0rcvl1n0MaJ11fac3HKDOH0DkALyQYCQag==, + integrity: sha512-ReQP0BWihIE68OAblC/WQmDD40Gx+QY1Ez8mTdFMXpmjfxSyz2fVQu3A4zXRfQU9sZXtewk3GmhfOHswvX+eNg==, } engines: { node: '>=16.0.0' } @@ -3937,10 +4468,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/util-middleware@3.0.2': + '@smithy/util-middleware@3.0.3': resolution: { - integrity: sha512-7WW5SD0XVrpfqljBYzS5rLR+EiDzl7wCVJZ9Lo6ChNFV4VYDk37Z1QI5w/LnYtU/QKnSawYoHRd7VjSyC8QRQQ==, + integrity: sha512-l+StyYYK/eO3DlVPbU+4Bi06Jjal+PFLSMmlWM1BEwyLxZ3aKkf1ROnoIakfaA7mC6uw3ny7JBkau4Yc+5zfWw==, } engines: { node: '>=16.0.0' } @@ -3951,10 +4482,10 @@ packages: } engines: { node: '>= 14.0.0' } - '@smithy/util-retry@3.0.2': + '@smithy/util-retry@3.0.3': resolution: { - integrity: sha512-HUVOb1k8p/IH6WFUjsLa+L9H1Zi/FAAB2CDOpWuffI1b2Txi6sknau8kNfC46Xrt39P1j2KDzCE1UlLa2eW5+A==, + integrity: sha512-AFw+hjpbtVApzpNDhbjNG5NA3kyoMs7vx0gsgmlJF4s+yz1Zlepde7J58zpIRIsdjc+emhpAITxA88qLkPF26w==, } engines: { node: '>=16.0.0' } @@ -3965,10 +4496,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/util-stream@3.0.4': + '@smithy/util-stream@3.1.3': resolution: { - integrity: sha512-CcMioiaOOsEVdb09pS7ux1ij7QcQ2jE/cE1+iin1DXMeRgAEQN/47m7Xztu7KFQuQsj0A5YwB2UN45q97CqKCg==, + integrity: sha512-FIv/bRhIlAxC0U7xM1BCnF2aDRPq0UaelqBHkM2lsCp26mcBbgI0tCVTv+jGdsQLUmAMybua/bjDsSu8RQHbmw==, } engines: { node: '>=16.0.0' } @@ -3993,6 +4524,13 @@ packages: } engines: { node: '>=14.0.0' } + '@smithy/util-utf8@2.3.0': + resolution: + { + integrity: sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==, + } + engines: { node: '>=14.0.0' } + '@smithy/util-utf8@3.0.0': resolution: { @@ -4007,10 +4545,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/util-waiter@3.1.0': + '@smithy/util-waiter@3.1.2': resolution: { - integrity: sha512-5OVcC5ZcmmutY208ADY/l2eB4H4DVXs+hPUo/M1spF4/YEmF9DdLkfwBvohej2dIeVJayKY7hMlD0X8j3F3/Uw==, + integrity: sha512-4pP0EV3iTsexDx+8PPGAKCQpd/6hsQBaQhqWzU4hqKPHN5epPsxKbvUTIiYIHTxaKt6/kEaqPBpu/ufvfbrRzw==, } engines: { node: '>=16.0.0' } @@ -4115,6 +4653,18 @@ packages: integrity: sha512-frBecisrNGz+F4T6bcc+NLeolfiojh5FxW2klu669+8BARtyQv2C/GkNW6FUodVe4BroGMP/wER/YDGc7rEllw==, } + '@types/chai-subset@1.3.5': + resolution: + { + integrity: sha512-c2mPnw+xHtXDoHmdtcCXGwyLMiauiAyxWMzhGpqHC4nqI/Y5G2XhTampslK2rb59kpcuHon03UH8W6iYUzw88A==, + } + + '@types/chai@4.3.17': + resolution: + { + integrity: sha512-zmZ21EWzR71B4Sscphjief5djsLre50M6lI622OSySTmn9DB3j+C3kWroHfBQWXbOBwbgg/M8CG/hUxDLIloow==, + } + '@types/chai@4.3.6': resolution: { @@ -4145,6 +4695,12 @@ packages: integrity: sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==, } + '@types/estree@1.0.5': + resolution: + { + integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==, + } + '@types/flat@5.0.3': resolution: { @@ -4217,6 +4773,12 @@ packages: integrity: sha512-22y3o88f4a94mKljsZcanlNWPzO0uBsBdzLAngf2tp533LzZcQzb6+eZPJ+vCTt+bqF2XnvT9gejTLsAcJAJyQ==, } + '@types/lodash@4.17.7': + resolution: + { + integrity: sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==, + } + '@types/minimatch@5.1.2': resolution: { @@ -4401,30 +4963,24 @@ packages: } engines: { node: ^16.0.0 || >=18.0.0 } - '@ungap/structured-clone@1.0.2': - resolution: - { - integrity: sha512-06PHwE0K24Wi8FBmC8MuMi/+nQ3DTpcXYL3y/IaZz2ScY2GOJXOe8fyMykVXyLOKxpL2Y0frAnJZmm65OxzMLQ==, - } - - '@vitejs/plugin-vue-jsx@3.0.2': + '@vitejs/plugin-vue-jsx@3.1.0': resolution: { - integrity: sha512-obF26P2Z4Ogy3cPp07B4VaW6rpiu0ue4OT2Y15UxT5BZZ76haUY9guOsZV3uWh/I6xc+VeiW+ZVabRE82FyzWw==, + integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==, } engines: { node: ^14.18.0 || >=16.0.0 } peerDependencies: - vite: ^4.0.0 + vite: ^4.0.0 || ^5.0.0 vue: ^3.0.0 - '@vitejs/plugin-vue@4.3.4': + '@vitejs/plugin-vue@4.6.2': resolution: { - integrity: sha512-ciXNIHKPriERBisHFBvnTbfKa6r9SAesOYXeGDzgegcvy9Q4xdScSHAmKbNT0M3O0S9LKhIf5/G+UYG4NnnzYw==, + integrity: sha512-kqf7SGFoG+80aZG6Pf+gsZIVvGSCKE98JbiWqcCV9cThtg91Jav0yvYFC9Zb+jKetNGF6ZKeoaxgZfND21fWKw==, } engines: { node: ^14.18.0 || >=16.0.0 } peerDependencies: - vite: ^4.0.0 + vite: ^4.0.0 || ^5.0.0 vue: ^3.2.25 '@vitest/expect@0.34.5': @@ -4433,104 +4989,139 @@ packages: integrity: sha512-/3RBIV9XEH+nRpRMqDJBufKIOQaYUH2X6bt0rKSCW0MfKhXFLYsR5ivHifeajRSTsln0FwJbitxLKHSQz/Xwkw==, } + '@vitest/expect@0.34.6': + resolution: + { + integrity: sha512-QUzKpUQRc1qC7qdGo7rMK3AkETI7w18gTCUrsNnyjjJKYiuUB9+TQK3QnR1unhCnWRC0AbKv2omLGQDF/mIjOw==, + } + '@vitest/runner@0.34.5': resolution: { integrity: sha512-RDEE3ViVvl7jFSCbnBRyYuu23XxmvRTSZWW6W4M7eC5dOsK75d5LIf6uhE5Fqf809DQ1+9ICZZNxhIolWHU4og==, } + '@vitest/runner@0.34.6': + resolution: + { + integrity: sha512-1CUQgtJSLF47NnhN+F9X2ycxUP0kLHQ/JWvNHbeBfwW8CzEGgeskzNnHDyv1ieKTltuR6sdIHV+nmR6kPxQqzQ==, + } + '@vitest/snapshot@0.34.5': resolution: { integrity: sha512-+ikwSbhu6z2yOdtKmk/aeoDZ9QPm2g/ZO5rXT58RR9Vmu/kB2MamyDSx77dctqdZfP3Diqv4mbc/yw2kPT8rmA==, } + '@vitest/snapshot@0.34.6': + resolution: + { + integrity: sha512-B3OZqYn6k4VaN011D+ve+AA4whM4QkcwcrwaKwAbyyvS/NB1hCWjFIBQxAQQSQir9/RtyAAGuq+4RJmbn2dH4w==, + } + '@vitest/spy@0.34.5': resolution: { integrity: sha512-epsicsfhvBjRjCMOC/3k00mP/TBGQy8/P0DxOFiWyLt55gnZ99dqCfCiAsKO17BWVjn4eZRIjKvcqNmSz8gvmg==, } + '@vitest/spy@0.34.6': + resolution: + { + integrity: sha512-xaCvneSaeBw/cz8ySmF7ZwGvL0lBjfvqc1LpQ/vcdHEvpLn3Ff1vAvjw+CoGn0802l++5L/pxb7whwcWAw+DUQ==, + } + '@vitest/utils@0.34.5': resolution: { integrity: sha512-ur6CmmYQoeHMwmGb0v+qwkwN3yopZuZyf4xt1DBBSGBed8Hf9Gmbm/5dEWqgpLPdRx6Av6jcWXrjcKfkTzg/pw==, } - '@vue/babel-helper-vue-transform-on@1.1.5': + '@vitest/utils@0.34.6': + resolution: + { + integrity: sha512-IG5aDD8S6zlvloDsnzHw0Ut5xczlF+kv2BOTo+iXfPr54Yhi5qbVOgGB1hZaVq4iJ4C/MZ2J0y15IlsV/ZcI0A==, + } + + '@vue/babel-helper-vue-transform-on@1.2.2': resolution: { - integrity: sha512-SgUymFpMoAyWeYWLAY+MkCK3QEROsiUnfaw5zxOVD/M64KQs8D/4oK6Q5omVA2hnvEOE0SCkH2TZxs/jnnUj7w==, + integrity: sha512-nOttamHUR3YzdEqdM/XXDyCSdxMA9VizUKoroLX6yTyRtggzQMHXcmwh8a7ZErcJttIBIc9s68a1B8GZ+Dmvsw==, } - '@vue/babel-plugin-jsx@1.1.5': + '@vue/babel-plugin-jsx@1.2.2': resolution: { - integrity: sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==, + integrity: sha512-nYTkZUVTu4nhP199UoORePsql0l+wj7v/oyQjtThUVhJl1U+6qHuoVhIvR3bf7eVKjbCK+Cs2AWd7mi9Mpz9rA==, } peerDependencies: '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true - '@vue/compiler-core@3.3.4': + '@vue/babel-plugin-resolve-type@1.2.2': resolution: { - integrity: sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==, + integrity: sha512-EntyroPwNg5IPVdUJupqs0CFzuf6lUrVvCspmv2J1FITLeGnUCuoGNNk78dgCusxEiYj6RMkTJflGSxk5aIC4A==, } + peerDependencies: + '@babel/core': ^7.0.0-0 - '@vue/compiler-dom@3.3.4': + '@vue/compiler-core@3.4.38': resolution: { - integrity: sha512-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==, + integrity: sha512-8IQOTCWnLFqfHzOGm9+P8OPSEDukgg3Huc92qSG49if/xI2SAwLHQO2qaPQbjCWPBcQoO1WYfXfTACUrWV3c5A==, } - '@vue/compiler-sfc@3.3.4': + '@vue/compiler-dom@3.4.38': resolution: { - integrity: sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==, + integrity: sha512-Osc/c7ABsHXTsETLgykcOwIxFktHfGSUDkb05V61rocEfsFDcjDLH/IHJSNJP+/Sv9KeN2Lx1V6McZzlSb9EhQ==, } - '@vue/compiler-ssr@3.3.4': + '@vue/compiler-sfc@3.4.38': resolution: { - integrity: sha512-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==, + integrity: sha512-s5QfZ+9PzPh3T5H4hsQDJtI8x7zdJaew/dCGgqZ2630XdzaZ3AD8xGZfBqpT8oaD/p2eedd+pL8tD5vvt5ZYJQ==, } - '@vue/reactivity-transform@3.3.4': + '@vue/compiler-ssr@3.4.38': resolution: { - integrity: sha512-MXgwjako4nu5WFLAjpBnCj/ieqcjE2aJBINUNQzkZQfzIZA4xn+0fV1tIYBJvvva3N3OvKGofRLvQIwEQPpaXw==, + integrity: sha512-YXznKFQ8dxYpAz9zLuVvfcXhc31FSPFDcqr0kyujbOwNhlmaNvL2QfIy+RZeJgSn5Fk54CWoEUeW+NVBAogGaw==, } - '@vue/reactivity@3.3.4': + '@vue/reactivity@3.4.38': resolution: { - integrity: sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==, + integrity: sha512-4vl4wMMVniLsSYYeldAKzbk72+D3hUnkw9z8lDeJacTxAkXeDAP1uE9xr2+aKIN0ipOL8EG2GPouVTH6yF7Gnw==, } - '@vue/runtime-core@3.3.4': + '@vue/runtime-core@3.4.38': resolution: { - integrity: sha512-R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA==, + integrity: sha512-21z3wA99EABtuf+O3IhdxP0iHgkBs1vuoCAsCKLVJPEjpVqvblwBnTj42vzHRlWDCyxu9ptDm7sI2ZMcWrQqlA==, } - '@vue/runtime-dom@3.3.4': + '@vue/runtime-dom@3.4.38': resolution: { - integrity: sha512-Aj5bTJ3u5sFsUckRghsNjVTtxZQ1OyMWCr5dZRAPijF/0Vy4xEoRCwLyHXcj4D0UFbJ4lbx3gPTgg06K/GnPnQ==, + integrity: sha512-afZzmUreU7vKwKsV17H1NDThEEmdYI+GCAK/KY1U957Ig2NATPVjCROv61R19fjZNzMmiU03n79OMnXyJVN0UA==, } - '@vue/server-renderer@3.3.4': + '@vue/server-renderer@3.4.38': resolution: { - integrity: sha512-Q6jDDzR23ViIb67v+vM1Dqntu+HUexQcsWKhhQa4ARVzxOY2HbC7QRW/ggkDBd5BU+uM1sV6XOAP0b216o34JQ==, + integrity: sha512-NggOTr82FbPEkkUvBm4fTGcwUY8UuTsnWC/L2YZBmvaQ4C4Jl/Ao4HHTB+l7WnFCt5M/dN3l0XLuyjzswGYVCA==, } peerDependencies: - vue: 3.3.4 + vue: 3.4.38 - '@vue/shared@3.3.4': + '@vue/shared@3.4.38': resolution: { - integrity: sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==, + integrity: sha512-q0xCiLkuWWQLzVrecPb0RMsNWyxICOjPrcrwxTUEHb1fsnvni4dcuyG7RT/Ie7VPTvnjzIaWzRMUBsrqNj/hhw==, } '@xmldom/xmldom@0.8.10': @@ -4581,6 +5172,13 @@ packages: } engines: { node: '>=0.4.0' } + acorn-walk@8.3.3: + resolution: + { + integrity: sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==, + } + engines: { node: '>=0.4.0' } + acorn@8.10.0: resolution: { @@ -4589,6 +5187,14 @@ packages: engines: { node: '>=0.4.0' } hasBin: true + acorn@8.12.1: + resolution: + { + integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==, + } + engines: { node: '>=0.4.0' } + hasBin: true + add-stream@1.0.0: resolution: { @@ -4628,6 +5234,12 @@ packages: integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==, } + ajv@8.17.1: + resolution: + { + integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==, + } + ansi-align@3.0.1: resolution: { @@ -5029,6 +5641,13 @@ packages: } engines: { node: '>=8' } + braces@3.0.3: + resolution: + { + integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==, + } + engines: { node: '>=8' } + browserslist@4.21.11: resolution: { @@ -5045,6 +5664,14 @@ packages: engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true + browserslist@4.23.3: + resolution: + { + integrity: sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==, + } + engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } + hasBin: true + buffer-crc32@0.2.13: resolution: { @@ -5170,6 +5797,12 @@ packages: integrity: sha512-HWJnhnID+0YMtGlzcp3T9drmBJUVDchPJ08tpUGFLs9CYlwWPH2uLgpHn8fND5pCgXVtnGS3H4QR9XLMHVNkHw==, } + caniuse-lite@1.0.30001651: + resolution: + { + integrity: sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==, + } + case@1.6.3: resolution: { @@ -5201,6 +5834,15 @@ packages: aws-cdk-lib: 2.97.0 constructs: 10.2.70 + cdk-nag@2.28.186: + resolution: + { + integrity: sha512-g93Ue3LGGq4hDOdypn7xyKMl0ps6YXD6u+hTg0hvFp9fMiQwbHjhHb5m7yePnyHK+fJ0N3sxQsZxKODg1AGacg==, + } + peerDependencies: + aws-cdk-lib: 2.97.0 + constructs: 10.2.70 + cdk-pipelines-github@0.4.103: resolution: { @@ -5285,6 +5927,13 @@ packages: } engines: { node: '>=4' } + chai@4.5.0: + resolution: + { + integrity: sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==, + } + engines: { node: '>=4' } + chalk@2.4.2: resolution: { @@ -5318,6 +5967,12 @@ packages: integrity: sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==, } + check-error@1.0.3: + resolution: + { + integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==, + } + chokidar@3.5.3: resolution: { @@ -5557,6 +6212,13 @@ packages: } engines: { node: '>= 6' } + commander@6.2.1: + resolution: + { + integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==, + } + engines: { node: '>= 6' } + commondir@1.0.1: resolution: { @@ -5596,6 +6258,12 @@ packages: } engines: { '0': node >= 6.0 } + confbox@0.1.7: + resolution: + { + integrity: sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==, + } + config-chain@1.1.13: resolution: { @@ -5629,6 +6297,13 @@ packages: } engines: { node: '>= 16.14.0' } + constructs@10.3.0: + resolution: + { + integrity: sha512-vbK8i3rIb/xwZxSpTjz3SagHn1qq9BChLEfy5Hf6fB3/2eFbrwt2n9kHwQcS0CPTRBesreeAcsJfMq2229FnbQ==, + } + engines: { node: '>= 16.14.0' } + conventional-changelog-angular@5.0.13: resolution: { @@ -5756,6 +6431,12 @@ packages: integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==, } + convert-source-map@2.0.0: + resolution: + { + integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==, + } + core-util-is@1.0.3: resolution: { @@ -5795,10 +6476,10 @@ packages: } engines: { node: '>=12' } - csstype@3.1.2: + csstype@3.1.3: resolution: { - integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==, + integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==, } dargs@7.0.0: @@ -5863,12 +6544,24 @@ packages: supports-color: optional: true - decamelize-keys@1.1.1: + debug@4.3.6: resolution: { - integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==, + integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==, } - engines: { node: '>=0.10.0' } + engines: { node: '>=6.0' } + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + decamelize-keys@1.1.1: + resolution: + { + integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==, + } + engines: { node: '>=0.10.0' } decamelize@1.2.0: resolution: @@ -5911,6 +6604,13 @@ packages: } engines: { node: '>=6' } + deep-eql@4.1.4: + resolution: + { + integrity: sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==, + } + engines: { node: '>=6' } + deep-extend@0.6.0: resolution: { @@ -5985,6 +6685,12 @@ packages: integrity: sha512-+uO4+qr7msjNNWKYPHqN/3+Dx3NFkmIzayk2L1MyZQlvgZb/J1A0fo410dpKrN2SnqFjt8n4JL8fDJE0wIgjFQ==, } + defu@6.1.4: + resolution: + { + integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==, + } + del@6.1.1: resolution: { @@ -6106,6 +6812,13 @@ packages: } hasBin: true + dot-object@2.1.5: + resolution: + { + integrity: sha512-xHF8EP4XH/Ba9fvAF2LDd5O3IITVolerVV6xvkxoM8zlGEiCUrggpAnHyOoKJKCrhvPcGATFAUwIujj7bRG5UA==, + } + hasBin: true + dot-prop@5.3.0: resolution: { @@ -6172,6 +6885,12 @@ packages: integrity: sha512-UdREXMXzLkREF4jA8t89FQjA8WHI6ssP38PMY4/4KhXFQbtImnghh4GkCgrtiZwLKUKVD2iTVXvDVQjfomEQuA==, } + electron-to-chromium@1.5.13: + resolution: + { + integrity: sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==, + } + emoji-regex@8.0.0: resolution: { @@ -6229,6 +6948,13 @@ packages: integrity: sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==, } + entities@4.5.0: + resolution: + { + integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==, + } + engines: { node: '>=0.12' } + env-paths@2.2.1: resolution: { @@ -6299,6 +7025,14 @@ packages: engines: { node: '>=12' } hasBin: true + esbuild@0.21.5: + resolution: + { + integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==, + } + engines: { node: '>=12' } + hasBin: true + escalade@3.1.1: resolution: { @@ -6306,6 +7040,13 @@ packages: } engines: { node: '>=6' } + escalade@3.1.2: + resolution: + { + integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==, + } + engines: { node: '>=6' } + escape-goat@4.0.0: resolution: { @@ -6563,6 +7304,13 @@ packages: } engines: { node: '>=8.6.0' } + fast-glob@3.3.2: + resolution: + { + integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==, + } + engines: { node: '>=8.6.0' } + fast-json-stable-stringify@2.1.0: resolution: { @@ -6581,6 +7329,12 @@ packages: integrity: sha512-Ue0LwpDYErFbmNnZSF0UH6eImUwDmogUO1jyE+JbN2gsQz/jICm1Ve7t9QT0rNSsfJt+Hs4/S3GnsDVjL4HVrw==, } + fast-uri@3.0.1: + resolution: + { + integrity: sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==, + } + fast-xml-parser@4.2.5: resolution: { @@ -6588,6 +7342,13 @@ packages: } hasBin: true + fast-xml-parser@4.4.1: + resolution: + { + integrity: sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==, + } + hasBin: true + fastq@1.15.0: resolution: { @@ -6634,6 +7395,13 @@ packages: } engines: { node: '>=8' } + fill-range@7.1.1: + resolution: + { + integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==, + } + engines: { node: '>=8' } + find-up@2.1.0: resolution: { @@ -6786,6 +7554,13 @@ packages: } engines: { node: '>=14.14' } + fs-extra@11.2.0: + resolution: + { + integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==, + } + engines: { node: '>=14.14' } + fs-extra@8.1.0: resolution: { @@ -6896,6 +7671,12 @@ packages: integrity: sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==, } + get-func-name@2.0.2: + resolution: + { + integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==, + } + get-intrinsic@1.2.1: resolution: { @@ -8191,6 +8972,12 @@ packages: integrity: sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==, } + loupe@2.3.7: + resolution: + { + integrity: sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==, + } + lower-case@2.0.2: resolution: { @@ -8244,6 +9031,12 @@ packages: } engines: { node: '>=12' } + magic-string@0.30.11: + resolution: + { + integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==, + } + magic-string@0.30.2: resolution: { @@ -8339,6 +9132,13 @@ packages: } engines: { node: '>=8.6' } + micromatch@4.0.7: + resolution: + { + integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==, + } + engines: { node: '>=8.6' } + mime-db@1.52.0: resolution: { @@ -8559,6 +9359,12 @@ packages: integrity: sha512-i/Ykufi2t1EZ6NaPLdfnZk2AX8cs0d+mTzVKuPfqPKPatxLApaBoxJQ9x1/uckXtrS/U5oisPMDkNs0yQTaBRg==, } + mlly@1.7.1: + resolution: + { + integrity: sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==, + } + modify-values@1.0.1: resolution: { @@ -8599,6 +9405,14 @@ packages: engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 } hasBin: true + nanoid@3.3.7: + resolution: + { + integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==, + } + engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 } + hasBin: true + natural-compare@1.4.0: resolution: { @@ -8714,6 +9528,12 @@ packages: integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==, } + node-releases@2.0.18: + resolution: + { + integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==, + } + nopt@5.0.0: resolution: { @@ -9213,6 +10033,12 @@ packages: integrity: sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==, } + pathe@1.1.2: + resolution: + { + integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==, + } + pathval@1.1.1: resolution: { @@ -9243,6 +10069,12 @@ packages: integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==, } + picocolors@1.0.1: + resolution: + { + integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==, + } + picomatch@2.3.1: resolution: { @@ -9278,6 +10110,12 @@ packages: integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==, } + pkg-types@1.1.3: + resolution: + { + integrity: sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==, + } + postcss@8.4.30: resolution: { @@ -9285,6 +10123,13 @@ packages: } engines: { node: ^10 || ^12 || >=14 } + postcss@8.4.41: + resolution: + { + integrity: sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==, + } + engines: { node: ^10 || ^12 || >=14 } + prelude-ls@1.2.1: resolution: { @@ -9363,6 +10208,30 @@ packages: - yaml - yargs + projen@0.82.8: + resolution: + { + integrity: sha512-/YpYZf4g0/pck2tr34a4gpOveCV1xbCfdDT+H4Xq8qQzF0IbcDVsoV1kZXPcyzVWUyqHFT2/ORUeocV+Hka8tQ==, + } + engines: { node: '>= 16.0.0' } + hasBin: true + peerDependencies: + constructs: 10.2.70 + bundledDependencies: + - '@iarna/toml' + - case + - chalk + - comment-json + - conventional-changelog-config-spec + - fast-json-patch + - glob + - ini + - semver + - shx + - xmlbuilder2 + - yaml + - yargs + promise-inflight@1.0.1: resolution: { @@ -9788,6 +10657,22 @@ packages: engines: { node: '>=14.18.0', npm: '>=8.0.0' } hasBin: true + rollup@3.29.4: + resolution: + { + integrity: sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==, + } + engines: { node: '>=14.18.0', npm: '>=8.0.0' } + hasBin: true + + rollup@4.21.0: + resolution: + { + integrity: sha512-vo+S/lfA2lMS7rZ2Qoubi6I5hwZwzXeUIctILZLbHI+laNtvhhOIon2S1JksA5UEDQ7l3vberd0fxK44lTYjbQ==, + } + engines: { node: '>=18.0.0', npm: '>=8.0.0' } + hasBin: true + run-applescript@5.0.0: resolution: { @@ -9906,10 +10791,10 @@ packages: engines: { node: '>=10' } hasBin: true - semver@7.6.2: + semver@7.6.3: resolution: { - integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==, + integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==, } engines: { node: '>=10' } hasBin: true @@ -10081,6 +10966,13 @@ packages: } engines: { node: '>=0.10.0' } + source-map-js@1.2.0: + resolution: + { + integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==, + } + engines: { node: '>=0.10.0' } + source-map-support@0.5.21: resolution: { @@ -10203,6 +11095,12 @@ packages: integrity: sha512-f9aPhy8fYBuMN+sNfakZV18U39PbalgjXG3lLB9WkaYTxijru61wb57V9wxxNthXM5Sd88ETBWi29qLAsHO52Q==, } + std-env@3.7.0: + resolution: + { + integrity: sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==, + } + stream-chain@2.2.5: resolution: { @@ -10588,6 +11486,12 @@ packages: integrity: sha512-65NKvSuAVDP/n4CqH+a9w2kTlLReS9vhsAP06MWx+/89nMinJyB2icyl58RIcqCmIggpojIGeuJGhjU1aGMBSg==, } + tinybench@2.9.0: + resolution: + { + integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==, + } + tinypool@0.7.0: resolution: { @@ -10602,6 +11506,13 @@ packages: } engines: { node: '>=14.0.0' } + tinyspy@2.2.1: + resolution: + { + integrity: sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==, + } + engines: { node: '>=14.0.0' } + titleize@3.0.0: resolution: { @@ -10673,10 +11584,10 @@ packages: } engines: { node: '>=14.13.1' } - ts-deepmerge@7.0.0: + ts-deepmerge@7.0.1: resolution: { - integrity: sha512-WZ/iAJrKDhdINv1WG6KZIGHrZDar6VfhftG1QJFpVbOYZMYJLJOvZOo1amictRXVdBXZIgBHKswMTXzElngprA==, + integrity: sha512-JBFCmNenZdUCc+TRNCtXVM6N8y/nDQHAcpj5BlwXG/gnogjam1NunulB9ia68mnqYI446giMfpqeBFFkOleh+g==, } engines: { node: '>=14.13.1' } @@ -10747,6 +11658,12 @@ packages: integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==, } + tslib@2.6.3: + resolution: + { + integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==, + } + tslog@4.9.2: resolution: { @@ -10754,6 +11671,13 @@ packages: } engines: { node: '>=16' } + tslog@4.9.3: + resolution: + { + integrity: sha512-oDWuGVONxhVEBtschLf2cs/Jy8i7h1T+CpdkTNWQgdAF7DhRo2G8vMCgILKe7ojdEkLhICWgI1LYSSKaJsRgcw==, + } + engines: { node: '>=16' } + tsx@3.13.0: resolution: { @@ -10782,6 +11706,13 @@ packages: } engines: { node: '>=4' } + type-detect@4.1.0: + resolution: + { + integrity: sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==, + } + engines: { node: '>=4' } + type-fest@0.18.1: resolution: { @@ -10831,6 +11762,13 @@ packages: } engines: { node: '>=12.20' } + type-fest@4.25.0: + resolution: + { + integrity: sha512-bRkIGlXsnGBRBQRAY56UXBm//9qH4bmJfFvq83gSz41N282df+fjy8ofcEgc1sM8geNt5cl6mC2g9Fht1cs8Aw==, + } + engines: { node: '>=16' } + type-fest@4.3.1: resolution: { @@ -10882,10 +11820,10 @@ packages: engines: { node: '>=14.17' } hasBin: true - typescript@5.6.0-dev.20240703: + typescript@5.7.0-dev.20240821: resolution: { - integrity: sha512-AAOGWtykhMpxB4l+5CwojT2aBVAszalz9guzYaZMavmKHWxm3HciR+cIcKqDgR22hR7fPBJHtOti7uFCo4mt4A==, + integrity: sha512-0Fy9p2k7DxC6OWPSXqJbrzkaxL4R7N+VRaxHnFeWnYSqwLfKQTX2JeARy+MGcSphRP9KKe/DtMGXYdoULHjMHw==, } engines: { node: '>=14.17' } hasBin: true @@ -10902,6 +11840,12 @@ packages: integrity: sha512-bRn3CsoojyNStCZe0BG0Mt4Nr/4KF+rhFlnNXybgqt5pXHNFRlqinSoQaTrGyzE4X8aHplSb+TorH+COin9Yxw==, } + ufo@1.5.4: + resolution: + { + integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==, + } + uglify-js@3.17.4: resolution: { @@ -10987,6 +11931,13 @@ packages: } engines: { node: '>= 10.0.0' } + universalify@2.0.1: + resolution: + { + integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==, + } + engines: { node: '>= 10.0.0' } + untildify@4.0.0: resolution: { @@ -11026,6 +11977,15 @@ packages: peerDependencies: browserslist: '>= 4.21.0' + update-browserslist-db@1.1.0: + resolution: + { + integrity: sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==, + } + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + update-notifier@6.0.2: resolution: { @@ -11099,6 +12059,14 @@ packages: engines: { node: '>=v14.18.0' } hasBin: true + vite-node@0.34.6: + resolution: + { + integrity: sha512-nlBMJ9x6n7/Amaz6F3zJ97EBwR2FkzhBRxF5e+jE6LA3yi6Wtc2lyTij1OnDMIr34v5g/tVQtsVAzhT0jc5ygA==, + } + engines: { node: '>=v14.18.0' } + hasBin: true + vite@4.4.9: resolution: { @@ -11130,58 +12098,162 @@ packages: terser: optional: true - vitest@0.34.5: + vite@4.5.3: resolution: { - integrity: sha512-CPI68mmnr2DThSB3frSuE5RLm9wo5wU4fbDrDwWQQB1CWgq9jQVoQwnQSzYAjdoBOPoH2UtXpOgHVge/uScfZg==, + integrity: sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==, } - engines: { node: '>=v14.18.0' } + engines: { node: ^14.18.0 || >=16.0.0 } hasBin: true peerDependencies: - '@edge-runtime/vm': '*' - '@vitest/browser': '*' - '@vitest/ui': '*' - happy-dom: '*' - jsdom: '*' - playwright: '*' - safaridriver: '*' - webdriverio: '*' + '@types/node': '>= 14' + less: '*' + lightningcss: ^1.21.0 + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 peerDependenciesMeta: - '@edge-runtime/vm': - optional: true - '@vitest/browser': + '@types/node': optional: true - '@vitest/ui': + less: optional: true - happy-dom: + lightningcss: optional: true - jsdom: + sass: optional: true - playwright: + stylus: optional: true - safaridriver: + sugarss: optional: true - webdriverio: + terser: optional: true - vscode-oniguruma@1.7.0: - resolution: - { - integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==, - } - - vscode-textmate@8.0.0: + vite@5.4.2: resolution: { - integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==, + integrity: sha512-dDrQTRHp5C1fTFzcSaMxjk6vdpKvT+2/mIdE07Gw2ykehT49O0z/VHS3zZ8iV/Gh8BJJKHWOe5RjaNrW5xf/GA==, } - - vue@3.3.4: - resolution: - { - integrity: sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==, + engines: { node: ^18.0.0 || >=20.0.0 } + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + sass-embedded: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + + vitest@0.34.5: + resolution: + { + integrity: sha512-CPI68mmnr2DThSB3frSuE5RLm9wo5wU4fbDrDwWQQB1CWgq9jQVoQwnQSzYAjdoBOPoH2UtXpOgHVge/uScfZg==, + } + 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 + + vitest@0.34.6: + resolution: + { + integrity: sha512-+5CALsOvbNKnS+ZHMXtuUC7nL8/7F1F2DnHGjSsszX8zCjWSSviphCb/NuS9Nzf4Q03KyyDRBAXhF/8lffME4Q==, + } + 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 + + vscode-oniguruma@1.7.0: + resolution: + { + integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==, + } + + vscode-textmate@8.0.0: + resolution: + { + integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==, } + vue@3.4.38: + resolution: + { + integrity: sha512-f0ZgN+mZ5KFgVv9wz0f4OgVKukoXtS3nwET4c2vLBGQR50aI8G0cqbFtLlX9Yiyg3LFGBitruPHt2PxwTduJEw==, + } + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + wcwidth@1.0.1: resolution: { @@ -11257,6 +12329,14 @@ packages: engines: { node: '>=8' } hasBin: true + why-is-node-running@2.3.0: + resolution: + { + integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==, + } + engines: { node: '>=8' } + hasBin: true + wide-align@1.1.5: resolution: { @@ -11396,10 +12476,10 @@ packages: } engines: { node: '>= 14' } - yaml@2.4.5: + yaml@2.5.0: resolution: { - integrity: sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==, + integrity: sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==, } engines: { node: '>= 14' } hasBin: true @@ -11509,82 +12589,99 @@ snapshots: '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.18 + '@ampproject/remapping@2.3.0': + dependencies: + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + '@antfu/utils@0.7.6': {} - '@arroyodev-llc/projen.component.dir-env@0.1.11(projen@0.73.31)': + '@arroyodev-llc/projen.component.dir-env@0.1.16(projen@0.73.31)': dependencies: projen: 0.73.31 - '@arroyodev-llc/projen.component.git-hooks@0.1.9(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.73.31)(simple-git-hooks@2.9.0)': + '@arroyodev-llc/projen.component.git-hooks@0.1.13(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.73.31)(simple-git-hooks@2.9.0)': dependencies: lint-staged: 14.0.1(enquirer@2.4.1)(supports-color@9.4.0) projen: 0.73.31 simple-git-hooks: 2.9.0 - '@arroyodev-llc/projen.component.linting@0.1.20(projen@0.73.31)': + '@arroyodev-llc/projen.component.linting@0.1.24(constructs@10.2.70)(projen@0.73.31)': dependencies: - '@arroyodev-llc/utils.projen': 0.1.20 + '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) p-queue: 7.4.1 projen: 0.73.31 shell-quote: 1.8.1 + transitivePeerDependencies: + - constructs - '@arroyodev-llc/projen.component.pnpm-workspace@0.1.21(projen@0.73.31)': + '@arroyodev-llc/projen.component.pnpm-workspace@0.1.25(constructs@10.2.70)(projen@0.73.31)': dependencies: - '@arroyodev-llc/utils.projen': 0.1.20 + '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) projen: 0.73.31 + transitivePeerDependencies: + - constructs - '@arroyodev-llc/projen.component.release-please@0.1.22(projen@0.73.31)': + '@arroyodev-llc/projen.component.release-please@0.1.26(constructs@10.2.70)(projen@0.73.31)': dependencies: - '@arroyodev-llc/utils.projen': 0.1.20 + '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) projen: 0.73.31 + transitivePeerDependencies: + - constructs - '@arroyodev-llc/projen.component.tool-versions@0.1.17(projen@0.73.31)': + '@arroyodev-llc/projen.component.tool-versions@0.1.21(projen@0.73.31)': dependencies: projen: 0.73.31 - '@arroyodev-llc/projen.component.tsconfig-container@0.1.15(projen@0.73.31)': + '@arroyodev-llc/projen.component.tsconfig-container@0.1.19(constructs@10.2.70)(projen@0.73.31)': dependencies: - '@arroyodev-llc/utils.projen': 0.1.20 + '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) projen: 0.73.31 + transitivePeerDependencies: + - constructs - '@arroyodev-llc/projen.component.typescript-source-file@0.1.22(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(projen@0.73.31)': + '@arroyodev-llc/projen.component.typescript-source-file@0.1.26(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31)': dependencies: - '@arroyodev-llc/projen.component.linting': 0.1.20(projen@0.73.31) - '@arroyodev-llc/utils.fs': 0.1.13 - '@arroyodev-llc/utils.projen': 0.1.20 - '@arroyodev-llc/utils.ts-ast': 0.1.10 - '@aws/pdk': 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) + '@arroyodev-llc/projen.component.linting': 0.1.24(constructs@10.2.70)(projen@0.73.31) + '@arroyodev-llc/utils.fs': 0.1.16 + '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) + '@arroyodev-llc/utils.ts-ast': 0.1.13(constructs@10.2.70) + '@aws/pdk': 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) projen: 0.73.31 ts-morph: 19.0.0 + transitivePeerDependencies: + - constructs - '@arroyodev-llc/projen.component.unbuild@0.1.23(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(projen@0.73.31)(typescript@5.1.6)': + '@arroyodev-llc/projen.component.unbuild@0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31)(typescript@5.1.6)': dependencies: - '@arroyodev-llc/projen.component.typescript-source-file': 0.1.22(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(projen@0.73.31) - '@arroyodev-llc/utils.projen': 0.1.20 - '@arroyodev-llc/utils.ts-ast': 0.1.10 - '@aws/pdk': 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) + '@arroyodev-llc/projen.component.typescript-source-file': 0.1.26(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31) + '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) + '@arroyodev-llc/utils.ts-ast': 0.1.13(constructs@10.2.70) + '@aws/pdk': 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) projen: 0.73.31 ts-morph: 19.0.0 unbuild: 2.0.0(typescript@5.1.6) transitivePeerDependencies: + - constructs - sass - supports-color - typescript - '@arroyodev-llc/projen.component.vite@0.1.24(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(@types/node@18.16.19)(projen@0.73.31)(vue@3.3.4)': + '@arroyodev-llc/projen.component.vite@0.1.28(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(@types/node@18.16.19)(constructs@10.2.70)(projen@0.73.31)(vue@3.4.38(typescript@5.1.6))': dependencies: - '@arroyodev-llc/projen.component.linting': 0.1.20(projen@0.73.31) - '@arroyodev-llc/projen.component.typescript-source-file': 0.1.22(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(projen@0.73.31) - '@arroyodev-llc/utils.projen': 0.1.20 - '@arroyodev-llc/utils.ts-ast': 0.1.10 - '@vitejs/plugin-vue': 4.3.4(vite@4.4.9(@types/node@18.16.19))(vue@3.3.4) - '@vitejs/plugin-vue-jsx': 3.0.2(vite@4.4.9(@types/node@18.16.19))(vue@3.3.4) + '@arroyodev-llc/projen.component.linting': 0.1.24(constructs@10.2.70)(projen@0.73.31) + '@arroyodev-llc/projen.component.typescript-source-file': 0.1.26(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31) + '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) + '@arroyodev-llc/utils.ts-ast': 0.1.13(constructs@10.2.70) + '@vitejs/plugin-vue': 4.6.2(vite@4.5.3(@types/node@18.16.19))(vue@3.4.38(typescript@5.1.6)) + '@vitejs/plugin-vue-jsx': 3.1.0(vite@4.5.3(@types/node@18.16.19))(vue@3.4.38(typescript@5.1.6)) projen: 0.73.31 ts-morph: 19.0.0 - vite: 4.4.9(@types/node@18.16.19) + vite: 4.5.3(@types/node@18.16.19) transitivePeerDependencies: - '@aws/pdk' - '@types/node' + - constructs - less - lightningcss - sass @@ -11594,21 +12691,22 @@ snapshots: - terser - vue - '@arroyodev-llc/projen.component.vitest@0.1.23(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(@types/node@18.16.19)(projen@0.73.31)(vue@3.3.4)': + '@arroyodev-llc/projen.component.vitest@0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(@types/node@18.16.19)(constructs@10.2.70)(projen@0.73.31)(vue@3.4.38(typescript@5.1.6))': dependencies: - '@arroyodev-llc/projen.component.typescript-source-file': 0.1.22(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(projen@0.73.31) - '@arroyodev-llc/projen.component.vite': 0.1.24(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(@types/node@18.16.19)(projen@0.73.31)(vue@3.3.4) - '@arroyodev-llc/utils.projen': 0.1.20 - '@arroyodev-llc/utils.ts-ast': 0.1.10 + '@arroyodev-llc/projen.component.typescript-source-file': 0.1.26(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31) + '@arroyodev-llc/projen.component.vite': 0.1.28(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(@types/node@18.16.19)(constructs@10.2.70)(projen@0.73.31)(vue@3.4.38(typescript@5.1.6)) + '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) + '@arroyodev-llc/utils.ts-ast': 0.1.13(constructs@10.2.70) projen: 0.73.31 ts-morph: 19.0.0 - vitest: 0.34.5(supports-color@9.4.0) + vitest: 0.34.6 transitivePeerDependencies: - '@aws/pdk' - '@edge-runtime/vm' - '@types/node' - '@vitest/browser' - '@vitest/ui' + - constructs - happy-dom - jsdom - less @@ -11616,6 +12714,7 @@ snapshots: - playwright - safaridriver - sass + - sass-embedded - stylus - sugarss - supports-color @@ -11623,71 +12722,83 @@ snapshots: - vue - webdriverio - '@arroyodev-llc/projen.project.nx-monorepo@0.1.25(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(projen@0.73.31)': + '@arroyodev-llc/projen.project.nx-monorepo@0.1.29(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31)': dependencies: - '@arroyodev-llc/projen.component.linting': 0.1.20(projen@0.73.31) - '@arroyodev-llc/projen.component.pnpm-workspace': 0.1.21(projen@0.73.31) - '@arroyodev-llc/projen.component.tsconfig-container': 0.1.15(projen@0.73.31) - '@arroyodev-llc/utils.projen': 0.1.20 - '@aws/pdk': 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) - '@mrgrain/jsii-struct-builder': 0.5.11(projen@0.73.31) + '@arroyodev-llc/projen.component.linting': 0.1.24(constructs@10.2.70)(projen@0.73.31) + '@arroyodev-llc/projen.component.pnpm-workspace': 0.1.25(constructs@10.2.70)(projen@0.73.31) + '@arroyodev-llc/projen.component.tsconfig-container': 0.1.19(constructs@10.2.70)(projen@0.73.31) + '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) + '@aws/pdk': 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) + '@mrgrain/jsii-struct-builder': 0.7.34(projen@0.73.31) projen: 0.73.31 - - '@arroyodev-llc/projen.project.typescript@0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(projen@0.73.31)(typescript@5.1.6)': - dependencies: - '@arroyodev-llc/projen.component.linting': 0.1.20(projen@0.73.31) - '@arroyodev-llc/projen.component.pnpm-workspace': 0.1.21(projen@0.73.31) - '@arroyodev-llc/projen.component.release-please': 0.1.22(projen@0.73.31) - '@arroyodev-llc/projen.component.tsconfig-container': 0.1.15(projen@0.73.31) - '@arroyodev-llc/projen.component.unbuild': 0.1.23(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(projen@0.73.31)(typescript@5.1.6) - '@arroyodev-llc/projen.project.nx-monorepo': 0.1.25(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(projen@0.73.31) - '@arroyodev-llc/utils.projen': 0.1.20 - '@arroyodev-llc/utils.projen-builder': 0.1.5 - '@aws/pdk': 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) + transitivePeerDependencies: + - constructs + + '@arroyodev-llc/projen.project.typescript@0.1.31(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.73.31)(simple-git-hooks@2.9.0)(typescript@5.1.6)': + dependencies: + '@arroyodev-llc/projen.component.git-hooks': 0.1.13(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.73.31)(simple-git-hooks@2.9.0) + '@arroyodev-llc/projen.component.linting': 0.1.24(constructs@10.2.70)(projen@0.73.31) + '@arroyodev-llc/projen.component.pnpm-workspace': 0.1.25(constructs@10.2.70)(projen@0.73.31) + '@arroyodev-llc/projen.component.release-please': 0.1.26(constructs@10.2.70)(projen@0.73.31) + '@arroyodev-llc/projen.component.tsconfig-container': 0.1.19(constructs@10.2.70)(projen@0.73.31) + '@arroyodev-llc/projen.component.unbuild': 0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31)(typescript@5.1.6) + '@arroyodev-llc/projen.project.nx-monorepo': 0.1.29(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31) + '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) + '@arroyodev-llc/utils.projen-builder': 0.1.8(constructs@10.2.70) + '@aws/pdk': 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) projen: 0.73.31 - type-fest: 4.3.1 + type-fest: 4.25.0 transitivePeerDependencies: + - constructs + - lint-staged - sass + - simple-git-hooks - supports-color - typescript - '@arroyodev-llc/utils.fs@0.1.13': + '@arroyodev-llc/utils.fs@0.1.16': dependencies: - fs-extra: 11.1.1 - pathe: 1.1.1 + fs-extra: 11.2.0 + pathe: 1.1.2 - '@arroyodev-llc/utils.projen-builder@0.1.5': + '@arroyodev-llc/utils.projen-builder@0.1.8(constructs@10.2.70)': dependencies: - '@arroyodev-llc/utils.projen': 0.1.20 - projen: 0.73.31 - type-fest: 4.3.1 + '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) + projen: 0.82.8(constructs@10.2.70) + type-fest: 4.25.0 + transitivePeerDependencies: + - constructs - '@arroyodev-llc/utils.projen@0.1.20': + '@arroyodev-llc/utils.projen@0.1.23(constructs@10.2.70)': dependencies: - '@sindresorhus/is': 6.0.0 - defu: 6.1.2 + '@sindresorhus/is': 6.3.1 + defu: 6.1.4 flat: 5.0.2 - projen: 0.73.31 - type-fest: 4.3.1 + projen: 0.82.8(constructs@10.2.70) + type-fest: 4.25.0 + transitivePeerDependencies: + - constructs - '@arroyodev-llc/utils.ts-ast@0.1.10': + '@arroyodev-llc/utils.ts-ast@0.1.13(constructs@10.2.70)': dependencies: - '@arroyodev-llc/utils.fs': 0.1.13 - '@sindresorhus/is': 6.0.0 - projen: 0.73.31 - reflect-metadata: 0.1.13 + '@arroyodev-llc/utils.fs': 0.1.16 + '@sindresorhus/is': 6.3.1 + projen: 0.82.8(constructs@10.2.70) + reflect-metadata: 0.2.2 ts-morph: 19.0.0 - type-fest: 4.3.1 + type-fest: 4.25.0 + transitivePeerDependencies: + - constructs - '@arroyodev-llc/utils.unbuild-composite-preset@0.1.3(unbuild@2.0.0(typescript@5.1.6))': + '@arroyodev-llc/utils.unbuild-composite-preset@0.1.6(unbuild@2.0.0(typescript@5.1.6))': dependencies: unbuild: 2.0.0(typescript@5.1.6) - '@arroyodev-llc/utils.unbuild-composite-preset@0.1.3(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(supports-color@9.4.0)(typescript@5.1.6))': + '@arroyodev-llc/utils.unbuild-composite-preset@0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(supports-color@9.4.0)(typescript@5.1.6))': dependencies: unbuild: 2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(supports-color@9.4.0)(typescript@5.1.6) - '@arroyodev-llc/utils.unbuild-composite-preset@0.1.3(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6))': + '@arroyodev-llc/utils.unbuild-composite-preset@0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6))': dependencies: unbuild: 2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6) @@ -11697,7 +12808,7 @@ snapshots: '@aws-cdk/asset-node-proxy-agent-v6@2.0.1': {} - '@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70)': + '@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70)': dependencies: aws-cdk-lib: 2.97.0(constructs@10.2.70) constructs: 10.2.70 @@ -11781,10 +12892,10 @@ snapshots: '@aws-crypto/sha256-js': 5.2.0 '@aws-crypto/supports-web-crypto': 5.2.0 '@aws-crypto/util': 5.2.0 - '@aws-sdk/types': 3.598.0 - '@aws-sdk/util-locate-window': 3.310.0 - '@smithy/util-utf8': 2.0.0 - tslib: 2.6.2 + '@aws-sdk/types': 3.609.0 + '@aws-sdk/util-locate-window': 3.568.0 + '@smithy/util-utf8': 2.3.0 + tslib: 2.6.3 '@aws-crypto/sha256-js@3.0.0': dependencies: @@ -11795,8 +12906,8 @@ snapshots: '@aws-crypto/sha256-js@5.2.0': dependencies: '@aws-crypto/util': 5.2.0 - '@aws-sdk/types': 3.598.0 - tslib: 2.6.2 + '@aws-sdk/types': 3.609.0 + tslib: 2.6.3 '@aws-crypto/supports-web-crypto@3.0.0': dependencies: @@ -11804,7 +12915,7 @@ snapshots: '@aws-crypto/supports-web-crypto@5.2.0': dependencies: - tslib: 2.6.2 + tslib: 2.6.3 '@aws-crypto/util@3.0.0': dependencies: @@ -11814,9 +12925,9 @@ snapshots: '@aws-crypto/util@5.2.0': dependencies: - '@aws-sdk/types': 3.598.0 - '@smithy/util-utf8': 2.0.0 - tslib: 2.6.2 + '@aws-sdk/types': 3.609.0 + '@smithy/util-utf8': 2.3.0 + tslib: 2.6.3 '@aws-quickstart/eks-blueprints@1.11.3(encoding@0.1.13)': dependencies: @@ -11859,8 +12970,8 @@ snapshots: '@aws-cdk/lambda-layer-kubectl-v28': 2.2.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) '@aws-cdk/lambda-layer-kubectl-v29': 2.1.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) '@aws-cdk/lambda-layer-kubectl-v30': 2.0.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) - '@aws-sdk/client-eks': 3.600.0 - '@aws-sdk/client-secrets-manager': 3.600.0 + '@aws-sdk/client-eks': 3.635.0 + '@aws-sdk/client-secrets-manager': 3.635.0 '@types/assert': 1.5.10 '@types/bcrypt': 5.0.2 '@types/lodash.clonedeep': 4.5.9 @@ -11869,18 +12980,18 @@ snapshots: aws-cdk-lib: 2.97.0(constructs@10.2.70) bcrypt: 5.1.1(encoding@0.1.13) constructs: 10.2.70 - dot-object: 2.1.4 + dot-object: 2.1.5 js-yaml: 4.1.0 lodash: 4.17.21 reflect-metadata: 0.2.2 - semver: 7.6.2 + semver: 7.6.3 simple-base: 1.0.0 sync-request: 6.1.0 - ts-deepmerge: 7.0.0 + ts-deepmerge: 7.0.1 ts-md5: 1.3.1 - tslog: 4.9.2 + tslog: 4.9.3 uuid: 9.0.1 - yaml: 2.4.5 + yaml: 2.5.0 zod: 3.23.8 optionalDependencies: '@aws-cdk/lambda-layer-kubectl-v23': 2.0.8(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) @@ -11936,50 +13047,50 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/client-eks@3.600.0': + '@aws-sdk/client-eks@3.635.0': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/client-sso-oidc': 3.600.0 - '@aws-sdk/client-sts': 3.600.0(@aws-sdk/client-sso-oidc@3.600.0) - '@aws-sdk/core': 3.598.0 - '@aws-sdk/credential-provider-node': 3.600.0(@aws-sdk/client-sso-oidc@3.600.0)(@aws-sdk/client-sts@3.600.0) - '@aws-sdk/middleware-host-header': 3.598.0 - '@aws-sdk/middleware-logger': 3.598.0 - '@aws-sdk/middleware-recursion-detection': 3.598.0 - '@aws-sdk/middleware-user-agent': 3.598.0 - '@aws-sdk/region-config-resolver': 3.598.0 - '@aws-sdk/types': 3.598.0 - '@aws-sdk/util-endpoints': 3.598.0 - '@aws-sdk/util-user-agent-browser': 3.598.0 - '@aws-sdk/util-user-agent-node': 3.598.0 - '@smithy/config-resolver': 3.0.3 - '@smithy/core': 2.2.3 - '@smithy/fetch-http-handler': 3.1.0 - '@smithy/hash-node': 3.0.2 - '@smithy/invalid-dependency': 3.0.2 - '@smithy/middleware-content-length': 3.0.2 - '@smithy/middleware-endpoint': 3.0.3 - '@smithy/middleware-retry': 3.0.6 - '@smithy/middleware-serde': 3.0.2 - '@smithy/middleware-stack': 3.0.2 - '@smithy/node-config-provider': 3.1.2 - '@smithy/node-http-handler': 3.1.0 - '@smithy/protocol-http': 4.0.2 - '@smithy/smithy-client': 3.1.4 - '@smithy/types': 3.2.0 - '@smithy/url-parser': 3.0.2 + '@aws-sdk/client-sso-oidc': 3.635.0(@aws-sdk/client-sts@3.635.0) + '@aws-sdk/client-sts': 3.635.0 + '@aws-sdk/core': 3.635.0 + '@aws-sdk/credential-provider-node': 3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0))(@aws-sdk/client-sts@3.635.0) + '@aws-sdk/middleware-host-header': 3.620.0 + '@aws-sdk/middleware-logger': 3.609.0 + '@aws-sdk/middleware-recursion-detection': 3.620.0 + '@aws-sdk/middleware-user-agent': 3.632.0 + '@aws-sdk/region-config-resolver': 3.614.0 + '@aws-sdk/types': 3.609.0 + '@aws-sdk/util-endpoints': 3.632.0 + '@aws-sdk/util-user-agent-browser': 3.609.0 + '@aws-sdk/util-user-agent-node': 3.614.0 + '@smithy/config-resolver': 3.0.5 + '@smithy/core': 2.4.0 + '@smithy/fetch-http-handler': 3.2.4 + '@smithy/hash-node': 3.0.3 + '@smithy/invalid-dependency': 3.0.3 + '@smithy/middleware-content-length': 3.0.5 + '@smithy/middleware-endpoint': 3.1.0 + '@smithy/middleware-retry': 3.0.15 + '@smithy/middleware-serde': 3.0.3 + '@smithy/middleware-stack': 3.0.3 + '@smithy/node-config-provider': 3.1.4 + '@smithy/node-http-handler': 3.1.4 + '@smithy/protocol-http': 4.1.0 + '@smithy/smithy-client': 3.2.0 + '@smithy/types': 3.3.0 + '@smithy/url-parser': 3.0.3 '@smithy/util-base64': 3.0.0 '@smithy/util-body-length-browser': 3.0.0 '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.6 - '@smithy/util-defaults-mode-node': 3.0.6 - '@smithy/util-endpoints': 2.0.3 - '@smithy/util-middleware': 3.0.2 - '@smithy/util-retry': 3.0.2 + '@smithy/util-defaults-mode-browser': 3.0.15 + '@smithy/util-defaults-mode-node': 3.0.15 + '@smithy/util-endpoints': 2.0.5 + '@smithy/util-middleware': 3.0.3 + '@smithy/util-retry': 3.0.3 '@smithy/util-utf8': 3.0.0 - '@smithy/util-waiter': 3.1.0 - tslib: 2.6.2 + '@smithy/util-waiter': 3.1.2 + tslib: 2.6.3 uuid: 9.0.1 transitivePeerDependencies: - aws-crt @@ -12027,95 +13138,95 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/client-secrets-manager@3.600.0': + '@aws-sdk/client-secrets-manager@3.635.0': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/client-sso-oidc': 3.600.0 - '@aws-sdk/client-sts': 3.600.0(@aws-sdk/client-sso-oidc@3.600.0) - '@aws-sdk/core': 3.598.0 - '@aws-sdk/credential-provider-node': 3.600.0(@aws-sdk/client-sso-oidc@3.600.0)(@aws-sdk/client-sts@3.600.0) - '@aws-sdk/middleware-host-header': 3.598.0 - '@aws-sdk/middleware-logger': 3.598.0 - '@aws-sdk/middleware-recursion-detection': 3.598.0 - '@aws-sdk/middleware-user-agent': 3.598.0 - '@aws-sdk/region-config-resolver': 3.598.0 - '@aws-sdk/types': 3.598.0 - '@aws-sdk/util-endpoints': 3.598.0 - '@aws-sdk/util-user-agent-browser': 3.598.0 - '@aws-sdk/util-user-agent-node': 3.598.0 - '@smithy/config-resolver': 3.0.3 - '@smithy/core': 2.2.3 - '@smithy/fetch-http-handler': 3.1.0 - '@smithy/hash-node': 3.0.2 - '@smithy/invalid-dependency': 3.0.2 - '@smithy/middleware-content-length': 3.0.2 - '@smithy/middleware-endpoint': 3.0.3 - '@smithy/middleware-retry': 3.0.6 - '@smithy/middleware-serde': 3.0.2 - '@smithy/middleware-stack': 3.0.2 - '@smithy/node-config-provider': 3.1.2 - '@smithy/node-http-handler': 3.1.0 - '@smithy/protocol-http': 4.0.2 - '@smithy/smithy-client': 3.1.4 - '@smithy/types': 3.2.0 - '@smithy/url-parser': 3.0.2 + '@aws-sdk/client-sso-oidc': 3.635.0(@aws-sdk/client-sts@3.635.0) + '@aws-sdk/client-sts': 3.635.0 + '@aws-sdk/core': 3.635.0 + '@aws-sdk/credential-provider-node': 3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0))(@aws-sdk/client-sts@3.635.0) + '@aws-sdk/middleware-host-header': 3.620.0 + '@aws-sdk/middleware-logger': 3.609.0 + '@aws-sdk/middleware-recursion-detection': 3.620.0 + '@aws-sdk/middleware-user-agent': 3.632.0 + '@aws-sdk/region-config-resolver': 3.614.0 + '@aws-sdk/types': 3.609.0 + '@aws-sdk/util-endpoints': 3.632.0 + '@aws-sdk/util-user-agent-browser': 3.609.0 + '@aws-sdk/util-user-agent-node': 3.614.0 + '@smithy/config-resolver': 3.0.5 + '@smithy/core': 2.4.0 + '@smithy/fetch-http-handler': 3.2.4 + '@smithy/hash-node': 3.0.3 + '@smithy/invalid-dependency': 3.0.3 + '@smithy/middleware-content-length': 3.0.5 + '@smithy/middleware-endpoint': 3.1.0 + '@smithy/middleware-retry': 3.0.15 + '@smithy/middleware-serde': 3.0.3 + '@smithy/middleware-stack': 3.0.3 + '@smithy/node-config-provider': 3.1.4 + '@smithy/node-http-handler': 3.1.4 + '@smithy/protocol-http': 4.1.0 + '@smithy/smithy-client': 3.2.0 + '@smithy/types': 3.3.0 + '@smithy/url-parser': 3.0.3 '@smithy/util-base64': 3.0.0 '@smithy/util-body-length-browser': 3.0.0 '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.6 - '@smithy/util-defaults-mode-node': 3.0.6 - '@smithy/util-endpoints': 2.0.3 - '@smithy/util-middleware': 3.0.2 - '@smithy/util-retry': 3.0.2 + '@smithy/util-defaults-mode-browser': 3.0.15 + '@smithy/util-defaults-mode-node': 3.0.15 + '@smithy/util-endpoints': 2.0.5 + '@smithy/util-middleware': 3.0.3 + '@smithy/util-retry': 3.0.3 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.2 + tslib: 2.6.3 uuid: 9.0.1 transitivePeerDependencies: - aws-crt - '@aws-sdk/client-sso-oidc@3.600.0': + '@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0)': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/client-sts': 3.600.0(@aws-sdk/client-sso-oidc@3.600.0) - '@aws-sdk/core': 3.598.0 - '@aws-sdk/credential-provider-node': 3.600.0(@aws-sdk/client-sso-oidc@3.600.0)(@aws-sdk/client-sts@3.600.0) - '@aws-sdk/middleware-host-header': 3.598.0 - '@aws-sdk/middleware-logger': 3.598.0 - '@aws-sdk/middleware-recursion-detection': 3.598.0 - '@aws-sdk/middleware-user-agent': 3.598.0 - '@aws-sdk/region-config-resolver': 3.598.0 - '@aws-sdk/types': 3.598.0 - '@aws-sdk/util-endpoints': 3.598.0 - '@aws-sdk/util-user-agent-browser': 3.598.0 - '@aws-sdk/util-user-agent-node': 3.598.0 - '@smithy/config-resolver': 3.0.3 - '@smithy/core': 2.2.3 - '@smithy/fetch-http-handler': 3.1.0 - '@smithy/hash-node': 3.0.2 - '@smithy/invalid-dependency': 3.0.2 - '@smithy/middleware-content-length': 3.0.2 - '@smithy/middleware-endpoint': 3.0.3 - '@smithy/middleware-retry': 3.0.6 - '@smithy/middleware-serde': 3.0.2 - '@smithy/middleware-stack': 3.0.2 - '@smithy/node-config-provider': 3.1.2 - '@smithy/node-http-handler': 3.1.0 - '@smithy/protocol-http': 4.0.2 - '@smithy/smithy-client': 3.1.4 - '@smithy/types': 3.2.0 - '@smithy/url-parser': 3.0.2 + '@aws-sdk/client-sts': 3.635.0 + '@aws-sdk/core': 3.635.0 + '@aws-sdk/credential-provider-node': 3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0))(@aws-sdk/client-sts@3.635.0) + '@aws-sdk/middleware-host-header': 3.620.0 + '@aws-sdk/middleware-logger': 3.609.0 + '@aws-sdk/middleware-recursion-detection': 3.620.0 + '@aws-sdk/middleware-user-agent': 3.632.0 + '@aws-sdk/region-config-resolver': 3.614.0 + '@aws-sdk/types': 3.609.0 + '@aws-sdk/util-endpoints': 3.632.0 + '@aws-sdk/util-user-agent-browser': 3.609.0 + '@aws-sdk/util-user-agent-node': 3.614.0 + '@smithy/config-resolver': 3.0.5 + '@smithy/core': 2.4.0 + '@smithy/fetch-http-handler': 3.2.4 + '@smithy/hash-node': 3.0.3 + '@smithy/invalid-dependency': 3.0.3 + '@smithy/middleware-content-length': 3.0.5 + '@smithy/middleware-endpoint': 3.1.0 + '@smithy/middleware-retry': 3.0.15 + '@smithy/middleware-serde': 3.0.3 + '@smithy/middleware-stack': 3.0.3 + '@smithy/node-config-provider': 3.1.4 + '@smithy/node-http-handler': 3.1.4 + '@smithy/protocol-http': 4.1.0 + '@smithy/smithy-client': 3.2.0 + '@smithy/types': 3.3.0 + '@smithy/url-parser': 3.0.3 '@smithy/util-base64': 3.0.0 '@smithy/util-body-length-browser': 3.0.0 '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.6 - '@smithy/util-defaults-mode-node': 3.0.6 - '@smithy/util-endpoints': 2.0.3 - '@smithy/util-middleware': 3.0.2 - '@smithy/util-retry': 3.0.2 + '@smithy/util-defaults-mode-browser': 3.0.15 + '@smithy/util-defaults-mode-node': 3.0.15 + '@smithy/util-endpoints': 2.0.5 + '@smithy/util-middleware': 3.0.3 + '@smithy/util-retry': 3.0.3 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.2 + tslib: 2.6.3 transitivePeerDependencies: - aws-crt @@ -12158,46 +13269,46 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/client-sso@3.598.0': + '@aws-sdk/client-sso@3.635.0': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/core': 3.598.0 - '@aws-sdk/middleware-host-header': 3.598.0 - '@aws-sdk/middleware-logger': 3.598.0 - '@aws-sdk/middleware-recursion-detection': 3.598.0 - '@aws-sdk/middleware-user-agent': 3.598.0 - '@aws-sdk/region-config-resolver': 3.598.0 - '@aws-sdk/types': 3.598.0 - '@aws-sdk/util-endpoints': 3.598.0 - '@aws-sdk/util-user-agent-browser': 3.598.0 - '@aws-sdk/util-user-agent-node': 3.598.0 - '@smithy/config-resolver': 3.0.3 - '@smithy/core': 2.2.3 - '@smithy/fetch-http-handler': 3.1.0 - '@smithy/hash-node': 3.0.2 - '@smithy/invalid-dependency': 3.0.2 - '@smithy/middleware-content-length': 3.0.2 - '@smithy/middleware-endpoint': 3.0.3 - '@smithy/middleware-retry': 3.0.6 - '@smithy/middleware-serde': 3.0.2 - '@smithy/middleware-stack': 3.0.2 - '@smithy/node-config-provider': 3.1.2 - '@smithy/node-http-handler': 3.1.0 - '@smithy/protocol-http': 4.0.2 - '@smithy/smithy-client': 3.1.4 - '@smithy/types': 3.2.0 - '@smithy/url-parser': 3.0.2 + '@aws-sdk/core': 3.635.0 + '@aws-sdk/middleware-host-header': 3.620.0 + '@aws-sdk/middleware-logger': 3.609.0 + '@aws-sdk/middleware-recursion-detection': 3.620.0 + '@aws-sdk/middleware-user-agent': 3.632.0 + '@aws-sdk/region-config-resolver': 3.614.0 + '@aws-sdk/types': 3.609.0 + '@aws-sdk/util-endpoints': 3.632.0 + '@aws-sdk/util-user-agent-browser': 3.609.0 + '@aws-sdk/util-user-agent-node': 3.614.0 + '@smithy/config-resolver': 3.0.5 + '@smithy/core': 2.4.0 + '@smithy/fetch-http-handler': 3.2.4 + '@smithy/hash-node': 3.0.3 + '@smithy/invalid-dependency': 3.0.3 + '@smithy/middleware-content-length': 3.0.5 + '@smithy/middleware-endpoint': 3.1.0 + '@smithy/middleware-retry': 3.0.15 + '@smithy/middleware-serde': 3.0.3 + '@smithy/middleware-stack': 3.0.3 + '@smithy/node-config-provider': 3.1.4 + '@smithy/node-http-handler': 3.1.4 + '@smithy/protocol-http': 4.1.0 + '@smithy/smithy-client': 3.2.0 + '@smithy/types': 3.3.0 + '@smithy/url-parser': 3.0.3 '@smithy/util-base64': 3.0.0 '@smithy/util-body-length-browser': 3.0.0 '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.6 - '@smithy/util-defaults-mode-node': 3.0.6 - '@smithy/util-endpoints': 2.0.3 - '@smithy/util-middleware': 3.0.2 - '@smithy/util-retry': 3.0.2 + '@smithy/util-defaults-mode-browser': 3.0.15 + '@smithy/util-defaults-mode-node': 3.0.15 + '@smithy/util-endpoints': 2.0.5 + '@smithy/util-middleware': 3.0.3 + '@smithy/util-retry': 3.0.3 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.2 + tslib: 2.6.3 transitivePeerDependencies: - aws-crt @@ -12244,61 +13355,63 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/client-sts@3.600.0(@aws-sdk/client-sso-oidc@3.600.0)': + '@aws-sdk/client-sts@3.635.0': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/client-sso-oidc': 3.600.0 - '@aws-sdk/core': 3.598.0 - '@aws-sdk/credential-provider-node': 3.600.0(@aws-sdk/client-sso-oidc@3.600.0)(@aws-sdk/client-sts@3.600.0) - '@aws-sdk/middleware-host-header': 3.598.0 - '@aws-sdk/middleware-logger': 3.598.0 - '@aws-sdk/middleware-recursion-detection': 3.598.0 - '@aws-sdk/middleware-user-agent': 3.598.0 - '@aws-sdk/region-config-resolver': 3.598.0 - '@aws-sdk/types': 3.598.0 - '@aws-sdk/util-endpoints': 3.598.0 - '@aws-sdk/util-user-agent-browser': 3.598.0 - '@aws-sdk/util-user-agent-node': 3.598.0 - '@smithy/config-resolver': 3.0.3 - '@smithy/core': 2.2.3 - '@smithy/fetch-http-handler': 3.1.0 - '@smithy/hash-node': 3.0.2 - '@smithy/invalid-dependency': 3.0.2 - '@smithy/middleware-content-length': 3.0.2 - '@smithy/middleware-endpoint': 3.0.3 - '@smithy/middleware-retry': 3.0.6 - '@smithy/middleware-serde': 3.0.2 - '@smithy/middleware-stack': 3.0.2 - '@smithy/node-config-provider': 3.1.2 - '@smithy/node-http-handler': 3.1.0 - '@smithy/protocol-http': 4.0.2 - '@smithy/smithy-client': 3.1.4 - '@smithy/types': 3.2.0 - '@smithy/url-parser': 3.0.2 + '@aws-sdk/client-sso-oidc': 3.635.0(@aws-sdk/client-sts@3.635.0) + '@aws-sdk/core': 3.635.0 + '@aws-sdk/credential-provider-node': 3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0))(@aws-sdk/client-sts@3.635.0) + '@aws-sdk/middleware-host-header': 3.620.0 + '@aws-sdk/middleware-logger': 3.609.0 + '@aws-sdk/middleware-recursion-detection': 3.620.0 + '@aws-sdk/middleware-user-agent': 3.632.0 + '@aws-sdk/region-config-resolver': 3.614.0 + '@aws-sdk/types': 3.609.0 + '@aws-sdk/util-endpoints': 3.632.0 + '@aws-sdk/util-user-agent-browser': 3.609.0 + '@aws-sdk/util-user-agent-node': 3.614.0 + '@smithy/config-resolver': 3.0.5 + '@smithy/core': 2.4.0 + '@smithy/fetch-http-handler': 3.2.4 + '@smithy/hash-node': 3.0.3 + '@smithy/invalid-dependency': 3.0.3 + '@smithy/middleware-content-length': 3.0.5 + '@smithy/middleware-endpoint': 3.1.0 + '@smithy/middleware-retry': 3.0.15 + '@smithy/middleware-serde': 3.0.3 + '@smithy/middleware-stack': 3.0.3 + '@smithy/node-config-provider': 3.1.4 + '@smithy/node-http-handler': 3.1.4 + '@smithy/protocol-http': 4.1.0 + '@smithy/smithy-client': 3.2.0 + '@smithy/types': 3.3.0 + '@smithy/url-parser': 3.0.3 '@smithy/util-base64': 3.0.0 '@smithy/util-body-length-browser': 3.0.0 '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.6 - '@smithy/util-defaults-mode-node': 3.0.6 - '@smithy/util-endpoints': 2.0.3 - '@smithy/util-middleware': 3.0.2 - '@smithy/util-retry': 3.0.2 + '@smithy/util-defaults-mode-browser': 3.0.15 + '@smithy/util-defaults-mode-node': 3.0.15 + '@smithy/util-endpoints': 2.0.5 + '@smithy/util-middleware': 3.0.3 + '@smithy/util-retry': 3.0.3 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.2 + tslib: 2.6.3 transitivePeerDependencies: - - '@aws-sdk/client-sso-oidc' - aws-crt - '@aws-sdk/core@3.598.0': + '@aws-sdk/core@3.635.0': dependencies: - '@smithy/core': 2.2.3 - '@smithy/protocol-http': 4.0.2 - '@smithy/signature-v4': 3.1.1 - '@smithy/smithy-client': 3.1.4 - '@smithy/types': 3.2.0 - fast-xml-parser: 4.2.5 - tslib: 2.6.2 + '@smithy/core': 2.4.0 + '@smithy/node-config-provider': 3.1.4 + '@smithy/property-provider': 3.1.3 + '@smithy/protocol-http': 4.1.0 + '@smithy/signature-v4': 4.1.0 + '@smithy/smithy-client': 3.2.0 + '@smithy/types': 3.3.0 + '@smithy/util-middleware': 3.0.3 + fast-xml-parser: 4.4.1 + tslib: 2.6.3 '@aws-sdk/credential-provider-env@3.418.0': dependencies: @@ -12307,24 +13420,24 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@aws-sdk/credential-provider-env@3.598.0': + '@aws-sdk/credential-provider-env@3.620.1': dependencies: - '@aws-sdk/types': 3.598.0 - '@smithy/property-provider': 3.1.2 - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@aws-sdk/types': 3.609.0 + '@smithy/property-provider': 3.1.3 + '@smithy/types': 3.3.0 + tslib: 2.6.3 - '@aws-sdk/credential-provider-http@3.598.0': + '@aws-sdk/credential-provider-http@3.635.0': dependencies: - '@aws-sdk/types': 3.598.0 - '@smithy/fetch-http-handler': 3.1.0 - '@smithy/node-http-handler': 3.1.0 - '@smithy/property-provider': 3.1.2 - '@smithy/protocol-http': 4.0.2 - '@smithy/smithy-client': 3.1.4 - '@smithy/types': 3.2.0 - '@smithy/util-stream': 3.0.4 - tslib: 2.6.2 + '@aws-sdk/types': 3.609.0 + '@smithy/fetch-http-handler': 3.2.4 + '@smithy/node-http-handler': 3.1.4 + '@smithy/property-provider': 3.1.3 + '@smithy/protocol-http': 4.1.0 + '@smithy/smithy-client': 3.2.0 + '@smithy/types': 3.3.0 + '@smithy/util-stream': 3.1.3 + tslib: 2.6.3 '@aws-sdk/credential-provider-ini@3.418.0': dependencies: @@ -12341,20 +13454,20 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/credential-provider-ini@3.598.0(@aws-sdk/client-sso-oidc@3.600.0)(@aws-sdk/client-sts@3.600.0)': - dependencies: - '@aws-sdk/client-sts': 3.600.0(@aws-sdk/client-sso-oidc@3.600.0) - '@aws-sdk/credential-provider-env': 3.598.0 - '@aws-sdk/credential-provider-http': 3.598.0 - '@aws-sdk/credential-provider-process': 3.598.0 - '@aws-sdk/credential-provider-sso': 3.598.0(@aws-sdk/client-sso-oidc@3.600.0) - '@aws-sdk/credential-provider-web-identity': 3.598.0(@aws-sdk/client-sts@3.600.0) - '@aws-sdk/types': 3.598.0 - '@smithy/credential-provider-imds': 3.1.2 - '@smithy/property-provider': 3.1.2 - '@smithy/shared-ini-file-loader': 3.1.2 - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@aws-sdk/credential-provider-ini@3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0))(@aws-sdk/client-sts@3.635.0)': + dependencies: + '@aws-sdk/client-sts': 3.635.0 + '@aws-sdk/credential-provider-env': 3.620.1 + '@aws-sdk/credential-provider-http': 3.635.0 + '@aws-sdk/credential-provider-process': 3.620.1 + '@aws-sdk/credential-provider-sso': 3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0)) + '@aws-sdk/credential-provider-web-identity': 3.621.0(@aws-sdk/client-sts@3.635.0) + '@aws-sdk/types': 3.609.0 + '@smithy/credential-provider-imds': 3.2.0 + '@smithy/property-provider': 3.1.3 + '@smithy/shared-ini-file-loader': 3.1.4 + '@smithy/types': 3.3.0 + tslib: 2.6.3 transitivePeerDependencies: - '@aws-sdk/client-sso-oidc' - aws-crt @@ -12375,20 +13488,20 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/credential-provider-node@3.600.0(@aws-sdk/client-sso-oidc@3.600.0)(@aws-sdk/client-sts@3.600.0)': - dependencies: - '@aws-sdk/credential-provider-env': 3.598.0 - '@aws-sdk/credential-provider-http': 3.598.0 - '@aws-sdk/credential-provider-ini': 3.598.0(@aws-sdk/client-sso-oidc@3.600.0)(@aws-sdk/client-sts@3.600.0) - '@aws-sdk/credential-provider-process': 3.598.0 - '@aws-sdk/credential-provider-sso': 3.598.0(@aws-sdk/client-sso-oidc@3.600.0) - '@aws-sdk/credential-provider-web-identity': 3.598.0(@aws-sdk/client-sts@3.600.0) - '@aws-sdk/types': 3.598.0 - '@smithy/credential-provider-imds': 3.1.2 - '@smithy/property-provider': 3.1.2 - '@smithy/shared-ini-file-loader': 3.1.2 - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@aws-sdk/credential-provider-node@3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0))(@aws-sdk/client-sts@3.635.0)': + dependencies: + '@aws-sdk/credential-provider-env': 3.620.1 + '@aws-sdk/credential-provider-http': 3.635.0 + '@aws-sdk/credential-provider-ini': 3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0))(@aws-sdk/client-sts@3.635.0) + '@aws-sdk/credential-provider-process': 3.620.1 + '@aws-sdk/credential-provider-sso': 3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0)) + '@aws-sdk/credential-provider-web-identity': 3.621.0(@aws-sdk/client-sts@3.635.0) + '@aws-sdk/types': 3.609.0 + '@smithy/credential-provider-imds': 3.2.0 + '@smithy/property-provider': 3.1.3 + '@smithy/shared-ini-file-loader': 3.1.4 + '@smithy/types': 3.3.0 + tslib: 2.6.3 transitivePeerDependencies: - '@aws-sdk/client-sso-oidc' - '@aws-sdk/client-sts' @@ -12402,13 +13515,13 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@aws-sdk/credential-provider-process@3.598.0': + '@aws-sdk/credential-provider-process@3.620.1': dependencies: - '@aws-sdk/types': 3.598.0 - '@smithy/property-provider': 3.1.2 - '@smithy/shared-ini-file-loader': 3.1.2 - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@aws-sdk/types': 3.609.0 + '@smithy/property-provider': 3.1.3 + '@smithy/shared-ini-file-loader': 3.1.4 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@aws-sdk/credential-provider-sso@3.418.0': dependencies: @@ -12422,15 +13535,15 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/credential-provider-sso@3.598.0(@aws-sdk/client-sso-oidc@3.600.0)': + '@aws-sdk/credential-provider-sso@3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0))': dependencies: - '@aws-sdk/client-sso': 3.598.0 - '@aws-sdk/token-providers': 3.598.0(@aws-sdk/client-sso-oidc@3.600.0) - '@aws-sdk/types': 3.598.0 - '@smithy/property-provider': 3.1.2 - '@smithy/shared-ini-file-loader': 3.1.2 - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@aws-sdk/client-sso': 3.635.0 + '@aws-sdk/token-providers': 3.614.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0)) + '@aws-sdk/types': 3.609.0 + '@smithy/property-provider': 3.1.3 + '@smithy/shared-ini-file-loader': 3.1.4 + '@smithy/types': 3.3.0 + tslib: 2.6.3 transitivePeerDependencies: - '@aws-sdk/client-sso-oidc' - aws-crt @@ -12442,13 +13555,13 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@aws-sdk/credential-provider-web-identity@3.598.0(@aws-sdk/client-sts@3.600.0)': + '@aws-sdk/credential-provider-web-identity@3.621.0(@aws-sdk/client-sts@3.635.0)': dependencies: - '@aws-sdk/client-sts': 3.600.0(@aws-sdk/client-sso-oidc@3.600.0) - '@aws-sdk/types': 3.598.0 - '@smithy/property-provider': 3.1.2 - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@aws-sdk/client-sts': 3.635.0 + '@aws-sdk/types': 3.609.0 + '@smithy/property-provider': 3.1.3 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@aws-sdk/middleware-host-header@3.418.0': dependencies: @@ -12457,12 +13570,12 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@aws-sdk/middleware-host-header@3.598.0': + '@aws-sdk/middleware-host-header@3.620.0': dependencies: - '@aws-sdk/types': 3.598.0 - '@smithy/protocol-http': 4.0.2 - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@aws-sdk/types': 3.609.0 + '@smithy/protocol-http': 4.1.0 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@aws-sdk/middleware-logger@3.418.0': dependencies: @@ -12470,11 +13583,11 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@aws-sdk/middleware-logger@3.598.0': + '@aws-sdk/middleware-logger@3.609.0': dependencies: - '@aws-sdk/types': 3.598.0 - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@aws-sdk/types': 3.609.0 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@aws-sdk/middleware-recursion-detection@3.418.0': dependencies: @@ -12483,12 +13596,12 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@aws-sdk/middleware-recursion-detection@3.598.0': + '@aws-sdk/middleware-recursion-detection@3.620.0': dependencies: - '@aws-sdk/types': 3.598.0 - '@smithy/protocol-http': 4.0.2 - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@aws-sdk/types': 3.609.0 + '@smithy/protocol-http': 4.1.0 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@aws-sdk/middleware-sdk-sts@3.418.0': dependencies: @@ -12515,13 +13628,13 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@aws-sdk/middleware-user-agent@3.598.0': + '@aws-sdk/middleware-user-agent@3.632.0': dependencies: - '@aws-sdk/types': 3.598.0 - '@aws-sdk/util-endpoints': 3.598.0 - '@smithy/protocol-http': 4.0.2 - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@aws-sdk/types': 3.609.0 + '@aws-sdk/util-endpoints': 3.632.0 + '@smithy/protocol-http': 4.1.0 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@aws-sdk/region-config-resolver@3.418.0': dependencies: @@ -12531,14 +13644,14 @@ snapshots: '@smithy/util-middleware': 2.0.2 tslib: 2.6.2 - '@aws-sdk/region-config-resolver@3.598.0': + '@aws-sdk/region-config-resolver@3.614.0': dependencies: - '@aws-sdk/types': 3.598.0 - '@smithy/node-config-provider': 3.1.2 - '@smithy/types': 3.2.0 + '@aws-sdk/types': 3.609.0 + '@smithy/node-config-provider': 3.1.4 + '@smithy/types': 3.3.0 '@smithy/util-config-provider': 3.0.0 - '@smithy/util-middleware': 3.0.2 - tslib: 2.6.2 + '@smithy/util-middleware': 3.0.3 + tslib: 2.6.3 '@aws-sdk/token-providers@3.418.0': dependencies: @@ -12580,14 +13693,14 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/token-providers@3.598.0(@aws-sdk/client-sso-oidc@3.600.0)': + '@aws-sdk/token-providers@3.614.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0))': dependencies: - '@aws-sdk/client-sso-oidc': 3.600.0 - '@aws-sdk/types': 3.598.0 - '@smithy/property-provider': 3.1.2 - '@smithy/shared-ini-file-loader': 3.1.2 - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@aws-sdk/client-sso-oidc': 3.635.0(@aws-sdk/client-sts@3.635.0) + '@aws-sdk/types': 3.609.0 + '@smithy/property-provider': 3.1.3 + '@smithy/shared-ini-file-loader': 3.1.4 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@aws-sdk/types@3.418.0': dependencies: @@ -12599,22 +13712,31 @@ snapshots: '@smithy/types': 3.2.0 tslib: 2.6.2 + '@aws-sdk/types@3.609.0': + dependencies: + '@smithy/types': 3.3.0 + tslib: 2.6.3 + '@aws-sdk/util-endpoints@3.418.0': dependencies: '@aws-sdk/types': 3.418.0 tslib: 2.6.2 - '@aws-sdk/util-endpoints@3.598.0': + '@aws-sdk/util-endpoints@3.632.0': dependencies: - '@aws-sdk/types': 3.598.0 - '@smithy/types': 3.2.0 - '@smithy/util-endpoints': 2.0.3 - tslib: 2.6.2 + '@aws-sdk/types': 3.609.0 + '@smithy/types': 3.3.0 + '@smithy/util-endpoints': 2.0.5 + tslib: 2.6.3 '@aws-sdk/util-locate-window@3.310.0': dependencies: tslib: 2.6.2 + '@aws-sdk/util-locate-window@3.568.0': + dependencies: + tslib: 2.6.3 + '@aws-sdk/util-user-agent-browser@3.418.0': dependencies: '@aws-sdk/types': 3.418.0 @@ -12622,12 +13744,12 @@ snapshots: bowser: 2.11.0 tslib: 2.6.2 - '@aws-sdk/util-user-agent-browser@3.598.0': + '@aws-sdk/util-user-agent-browser@3.609.0': dependencies: - '@aws-sdk/types': 3.598.0 - '@smithy/types': 3.2.0 + '@aws-sdk/types': 3.609.0 + '@smithy/types': 3.3.0 bowser: 2.11.0 - tslib: 2.6.2 + tslib: 2.6.3 '@aws-sdk/util-user-agent-node@3.418.0': dependencies: @@ -12636,34 +13758,49 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@aws-sdk/util-user-agent-node@3.598.0': + '@aws-sdk/util-user-agent-node@3.614.0': dependencies: - '@aws-sdk/types': 3.598.0 - '@smithy/node-config-provider': 3.1.2 - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@aws-sdk/types': 3.609.0 + '@smithy/node-config-provider': 3.1.4 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@aws-sdk/util-utf8-browser@3.259.0': dependencies: tslib: 2.6.2 - '@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31)': + '@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31)': dependencies: - '@aws-cdk/aws-cognito-identitypool-alpha': 2.93.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) + '@aws-cdk/aws-cognito-identitypool-alpha': 2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) aws-cdk-lib: 2.97.0(constructs@10.2.70) cdk-nag: 2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) constructs: 10.2.70 projen: 0.73.31 + '@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.28.186(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31)': + dependencies: + '@aws-cdk/aws-cognito-identitypool-alpha': 2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) + aws-cdk-lib: 2.97.0(constructs@10.2.70) + cdk-nag: 2.28.186(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) + constructs: 10.2.70 + projen: 0.73.31 + '@babel/code-frame@7.22.13': dependencies: '@babel/highlight': 7.22.20 chalk: 2.4.2 + '@babel/code-frame@7.24.7': + dependencies: + '@babel/highlight': 7.24.7 + picocolors: 1.0.1 + '@babel/compat-data@7.22.20': {} '@babel/compat-data@7.22.9': {} + '@babel/compat-data@7.25.2': {} + '@babel/core@7.22.10': dependencies: '@ampproject/remapping': 2.2.1 @@ -12724,6 +13861,26 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/core@7.25.2': + dependencies: + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.24.7 + '@babel/generator': 7.25.0 + '@babel/helper-compilation-targets': 7.25.2 + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) + '@babel/helpers': 7.25.0 + '@babel/parser': 7.25.3 + '@babel/template': 7.25.0 + '@babel/traverse': 7.25.3 + '@babel/types': 7.25.2 + convert-source-map: 2.0.0 + debug: 4.3.6 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/generator@7.22.10': dependencies: '@babel/types': 7.22.19 @@ -12738,9 +13895,16 @@ snapshots: '@jridgewell/trace-mapping': 0.3.19 jsesc: 2.5.2 - '@babel/helper-annotate-as-pure@7.22.5': + '@babel/generator@7.25.0': dependencies: - '@babel/types': 7.22.19 + '@babel/types': 7.25.2 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 2.5.2 + + '@babel/helper-annotate-as-pure@7.24.7': + dependencies: + '@babel/types': 7.25.2 '@babel/helper-compilation-targets@7.22.10': dependencies: @@ -12758,19 +13922,27 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.22.20)': + '@babel/helper-compilation-targets@7.25.2': dependencies: - '@babel/core': 7.22.20 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.22.15 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.22.20) - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 + '@babel/compat-data': 7.25.2 + '@babel/helper-validator-option': 7.24.8 + browserslist: 4.23.3 + lru-cache: 5.1.1 semver: 6.3.1 + '@babel/helper-create-class-features-plugin@7.25.0(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-annotate-as-pure': 7.24.7 + '@babel/helper-member-expression-to-functions': 7.24.8 + '@babel/helper-optimise-call-expression': 7.24.7 + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + '@babel/traverse': 7.25.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/helper-environment-visitor@7.22.20': {} '@babel/helper-environment-visitor@7.22.5': {} @@ -12784,9 +13956,12 @@ snapshots: dependencies: '@babel/types': 7.22.19 - '@babel/helper-member-expression-to-functions@7.22.15': + '@babel/helper-member-expression-to-functions@7.24.8': dependencies: - '@babel/types': 7.22.19 + '@babel/traverse': 7.25.3 + '@babel/types': 7.25.2 + transitivePeerDependencies: + - supports-color '@babel/helper-module-imports@7.22.15': dependencies: @@ -12796,6 +13971,13 @@ snapshots: dependencies: '@babel/types': 7.22.19 + '@babel/helper-module-imports@7.24.7': + dependencies: + '@babel/traverse': 7.25.3 + '@babel/types': 7.25.2 + transitivePeerDependencies: + - supports-color + '@babel/helper-module-transforms@7.22.20(@babel/core@7.22.20)': dependencies: '@babel/core': 7.22.20 @@ -12823,26 +14005,48 @@ snapshots: '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.5 - '@babel/helper-optimise-call-expression@7.22.5': + '@babel/helper-module-transforms@7.25.2(@babel/core@7.25.2)': dependencies: - '@babel/types': 7.22.19 + '@babel/core': 7.25.2 + '@babel/helper-module-imports': 7.24.7 + '@babel/helper-simple-access': 7.24.7 + '@babel/helper-validator-identifier': 7.24.7 + '@babel/traverse': 7.25.3 + transitivePeerDependencies: + - supports-color - '@babel/helper-plugin-utils@7.22.5': {} + '@babel/helper-optimise-call-expression@7.24.7': + dependencies: + '@babel/types': 7.25.2 + + '@babel/helper-plugin-utils@7.24.8': {} - '@babel/helper-replace-supers@7.22.20(@babel/core@7.22.20)': + '@babel/helper-replace-supers@7.25.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.22.20 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-member-expression-to-functions': 7.22.15 - '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/core': 7.25.2 + '@babel/helper-member-expression-to-functions': 7.24.8 + '@babel/helper-optimise-call-expression': 7.24.7 + '@babel/traverse': 7.25.3 + transitivePeerDependencies: + - supports-color '@babel/helper-simple-access@7.22.5': dependencies: '@babel/types': 7.22.19 - '@babel/helper-skip-transparent-expression-wrappers@7.22.5': + '@babel/helper-simple-access@7.24.7': dependencies: - '@babel/types': 7.22.19 + '@babel/traverse': 7.25.3 + '@babel/types': 7.25.2 + transitivePeerDependencies: + - supports-color + + '@babel/helper-skip-transparent-expression-wrappers@7.24.7': + dependencies: + '@babel/traverse': 7.25.3 + '@babel/types': 7.25.2 + transitivePeerDependencies: + - supports-color '@babel/helper-split-export-declaration@7.22.6': dependencies: @@ -12850,7 +14054,7 @@ snapshots: '@babel/helper-string-parser@7.22.5': {} - '@babel/helper-string-parser@7.24.7': {} + '@babel/helper-string-parser@7.24.8': {} '@babel/helper-validator-identifier@7.22.20': {} @@ -12862,6 +14066,8 @@ snapshots: '@babel/helper-validator-option@7.22.5': {} + '@babel/helper-validator-option@7.24.8': {} + '@babel/helpers@7.22.10(supports-color@9.4.0)': dependencies: '@babel/template': 7.22.5 @@ -12878,12 +14084,24 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helpers@7.25.0': + dependencies: + '@babel/template': 7.25.0 + '@babel/types': 7.25.2 + '@babel/highlight@7.22.20': dependencies: '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 + '@babel/highlight@7.24.7': + dependencies: + '@babel/helper-validator-identifier': 7.24.7 + chalk: 2.4.2 + js-tokens: 4.0.0 + picocolors: 1.0.1 + '@babel/parser@7.22.10': dependencies: '@babel/types': 7.22.19 @@ -12892,27 +14110,30 @@ snapshots: dependencies: '@babel/types': 7.22.19 - '@babel/parser@7.24.7': + '@babel/parser@7.25.3': dependencies: - '@babel/types': 7.24.7 + '@babel/types': 7.25.2 - '@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.20)': + '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.22.20 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.20)': + '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.22.20 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-typescript@7.22.15(@babel/core@7.22.20)': + '@babel/plugin-transform-typescript@7.25.2(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.22.20 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.22.20) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.20) + '@babel/core': 7.25.2 + '@babel/helper-annotate-as-pure': 7.24.7 + '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.25.2) + transitivePeerDependencies: + - supports-color '@babel/standalone@7.22.20': {} @@ -12930,6 +14151,12 @@ snapshots: '@babel/parser': 7.22.10 '@babel/types': 7.22.19 + '@babel/template@7.25.0': + dependencies: + '@babel/code-frame': 7.24.7 + '@babel/parser': 7.25.3 + '@babel/types': 7.25.2 + '@babel/traverse@7.22.10(supports-color@9.4.0)': dependencies: '@babel/code-frame': 7.22.13 @@ -12960,6 +14187,18 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/traverse@7.25.3': + dependencies: + '@babel/code-frame': 7.24.7 + '@babel/generator': 7.25.0 + '@babel/parser': 7.25.3 + '@babel/template': 7.25.0 + '@babel/types': 7.25.2 + debug: 4.3.6 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + '@babel/types@7.22.10': dependencies: '@babel/helper-string-parser': 7.22.5 @@ -12972,9 +14211,9 @@ snapshots: '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 - '@babel/types@7.24.7': + '@babel/types@7.25.2': dependencies: - '@babel/helper-string-parser': 7.24.7 + '@babel/helper-string-parser': 7.24.8 '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 @@ -13013,6 +14252,9 @@ snapshots: '@effect/io': 0.38.0(@effect/data@0.17.1) fast-check: 3.12.0 + '@esbuild/aix-ppc64@0.21.5': + optional: true + '@esbuild/android-arm64@0.18.17': optional: true @@ -13022,6 +14264,9 @@ snapshots: '@esbuild/android-arm64@0.19.3': optional: true + '@esbuild/android-arm64@0.21.5': + optional: true + '@esbuild/android-arm@0.18.17': optional: true @@ -13031,6 +14276,9 @@ snapshots: '@esbuild/android-arm@0.19.3': optional: true + '@esbuild/android-arm@0.21.5': + optional: true + '@esbuild/android-x64@0.18.17': optional: true @@ -13040,6 +14288,9 @@ snapshots: '@esbuild/android-x64@0.19.3': optional: true + '@esbuild/android-x64@0.21.5': + optional: true + '@esbuild/darwin-arm64@0.18.17': optional: true @@ -13049,6 +14300,9 @@ snapshots: '@esbuild/darwin-arm64@0.19.3': optional: true + '@esbuild/darwin-arm64@0.21.5': + optional: true + '@esbuild/darwin-x64@0.18.17': optional: true @@ -13058,6 +14312,9 @@ snapshots: '@esbuild/darwin-x64@0.19.3': optional: true + '@esbuild/darwin-x64@0.21.5': + optional: true + '@esbuild/freebsd-arm64@0.18.17': optional: true @@ -13067,6 +14324,9 @@ snapshots: '@esbuild/freebsd-arm64@0.19.3': optional: true + '@esbuild/freebsd-arm64@0.21.5': + optional: true + '@esbuild/freebsd-x64@0.18.17': optional: true @@ -13076,6 +14336,9 @@ snapshots: '@esbuild/freebsd-x64@0.19.3': optional: true + '@esbuild/freebsd-x64@0.21.5': + optional: true + '@esbuild/linux-arm64@0.18.17': optional: true @@ -13085,6 +14348,9 @@ snapshots: '@esbuild/linux-arm64@0.19.3': optional: true + '@esbuild/linux-arm64@0.21.5': + optional: true + '@esbuild/linux-arm@0.18.17': optional: true @@ -13094,6 +14360,9 @@ snapshots: '@esbuild/linux-arm@0.19.3': optional: true + '@esbuild/linux-arm@0.21.5': + optional: true + '@esbuild/linux-ia32@0.18.17': optional: true @@ -13103,6 +14372,9 @@ snapshots: '@esbuild/linux-ia32@0.19.3': optional: true + '@esbuild/linux-ia32@0.21.5': + optional: true + '@esbuild/linux-loong64@0.18.17': optional: true @@ -13112,6 +14384,9 @@ snapshots: '@esbuild/linux-loong64@0.19.3': optional: true + '@esbuild/linux-loong64@0.21.5': + optional: true + '@esbuild/linux-mips64el@0.18.17': optional: true @@ -13121,6 +14396,9 @@ snapshots: '@esbuild/linux-mips64el@0.19.3': optional: true + '@esbuild/linux-mips64el@0.21.5': + optional: true + '@esbuild/linux-ppc64@0.18.17': optional: true @@ -13130,6 +14408,9 @@ snapshots: '@esbuild/linux-ppc64@0.19.3': optional: true + '@esbuild/linux-ppc64@0.21.5': + optional: true + '@esbuild/linux-riscv64@0.18.17': optional: true @@ -13139,6 +14420,9 @@ snapshots: '@esbuild/linux-riscv64@0.19.3': optional: true + '@esbuild/linux-riscv64@0.21.5': + optional: true + '@esbuild/linux-s390x@0.18.17': optional: true @@ -13148,6 +14432,9 @@ snapshots: '@esbuild/linux-s390x@0.19.3': optional: true + '@esbuild/linux-s390x@0.21.5': + optional: true + '@esbuild/linux-x64@0.18.17': optional: true @@ -13157,6 +14444,9 @@ snapshots: '@esbuild/linux-x64@0.19.3': optional: true + '@esbuild/linux-x64@0.21.5': + optional: true + '@esbuild/netbsd-x64@0.18.17': optional: true @@ -13166,6 +14456,9 @@ snapshots: '@esbuild/netbsd-x64@0.19.3': optional: true + '@esbuild/netbsd-x64@0.21.5': + optional: true + '@esbuild/openbsd-x64@0.18.17': optional: true @@ -13175,6 +14468,9 @@ snapshots: '@esbuild/openbsd-x64@0.19.3': optional: true + '@esbuild/openbsd-x64@0.21.5': + optional: true + '@esbuild/sunos-x64@0.18.17': optional: true @@ -13184,6 +14480,9 @@ snapshots: '@esbuild/sunos-x64@0.19.3': optional: true + '@esbuild/sunos-x64@0.21.5': + optional: true + '@esbuild/win32-arm64@0.18.17': optional: true @@ -13193,6 +14492,9 @@ snapshots: '@esbuild/win32-arm64@0.19.3': optional: true + '@esbuild/win32-arm64@0.21.5': + optional: true + '@esbuild/win32-ia32@0.18.17': optional: true @@ -13202,6 +14504,9 @@ snapshots: '@esbuild/win32-ia32@0.19.3': optional: true + '@esbuild/win32-ia32@0.21.5': + optional: true + '@esbuild/win32-x64@0.18.17': optional: true @@ -13211,6 +14516,9 @@ snapshots: '@esbuild/win32-x64@0.19.3': optional: true + '@esbuild/win32-x64@0.21.5': + optional: true + '@eslint-community/eslint-utils@4.4.0(eslint@8.47.0(supports-color@9.4.0))': dependencies: eslint: 8.47.0(supports-color@9.4.0) @@ -13272,16 +14580,28 @@ snapshots: '@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/trace-mapping': 0.3.18 + '@jridgewell/gen-mapping@0.3.5': + dependencies: + '@jridgewell/set-array': 1.2.1 + '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/resolve-uri@3.1.0': {} '@jridgewell/resolve-uri@3.1.1': {} + '@jridgewell/resolve-uri@3.1.2': {} + '@jridgewell/set-array@1.1.2': {} + '@jridgewell/set-array@1.2.1': {} + '@jridgewell/sourcemap-codec@1.4.14': {} '@jridgewell/sourcemap-codec@1.4.15': {} + '@jridgewell/sourcemap-codec@1.5.0': {} + '@jridgewell/trace-mapping@0.3.18': dependencies: '@jridgewell/resolve-uri': 3.1.0 @@ -13292,6 +14612,11 @@ snapshots: '@jridgewell/resolve-uri': 3.1.1 '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping@0.3.25': + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/trace-mapping@0.3.9': dependencies: '@jridgewell/resolve-uri': 3.1.1 @@ -13312,6 +14637,10 @@ snapshots: chalk: 4.1.2 semver: 7.5.4 + '@jsii/spec@1.102.0': + dependencies: + ajv: 8.17.1 + '@jsii/spec@1.87.0': dependencies: ajv: 8.12.0 @@ -13346,10 +14675,9 @@ snapshots: - encoding - supports-color - '@mrgrain/jsii-struct-builder@0.5.11(projen@0.73.31)': + '@mrgrain/jsii-struct-builder@0.7.34(projen@0.73.31)': dependencies: - '@jsii/spec': 1.89.0 - '@ungap/structured-clone': 1.0.2 + '@jsii/spec': 1.102.0 projen: 0.73.31 '@nodelib/fs.scandir@2.1.5': @@ -13667,6 +14995,54 @@ snapshots: optionalDependencies: rollup: 3.29.3 + '@rollup/rollup-android-arm-eabi@4.21.0': + optional: true + + '@rollup/rollup-android-arm64@4.21.0': + optional: true + + '@rollup/rollup-darwin-arm64@4.21.0': + optional: true + + '@rollup/rollup-darwin-x64@4.21.0': + optional: true + + '@rollup/rollup-linux-arm-gnueabihf@4.21.0': + optional: true + + '@rollup/rollup-linux-arm-musleabihf@4.21.0': + optional: true + + '@rollup/rollup-linux-arm64-gnu@4.21.0': + optional: true + + '@rollup/rollup-linux-arm64-musl@4.21.0': + optional: true + + '@rollup/rollup-linux-powerpc64le-gnu@4.21.0': + optional: true + + '@rollup/rollup-linux-riscv64-gnu@4.21.0': + optional: true + + '@rollup/rollup-linux-s390x-gnu@4.21.0': + optional: true + + '@rollup/rollup-linux-x64-gnu@4.21.0': + optional: true + + '@rollup/rollup-linux-x64-musl@4.21.0': + optional: true + + '@rollup/rollup-win32-arm64-msvc@4.21.0': + optional: true + + '@rollup/rollup-win32-ia32-msvc@4.21.0': + optional: true + + '@rollup/rollup-win32-x64-msvc@4.21.0': + optional: true + '@sigstore/bundle@1.1.0': dependencies: '@sigstore/protobuf-specs': 0.2.1 @@ -13692,17 +15068,17 @@ snapshots: '@sindresorhus/is@5.6.0': {} - '@sindresorhus/is@6.0.0': {} + '@sindresorhus/is@6.3.1': {} '@smithy/abort-controller@2.0.9': dependencies: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/abort-controller@3.1.0': + '@smithy/abort-controller@3.1.1': dependencies: - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@smithy/config-resolver@2.0.10': dependencies: @@ -13712,24 +15088,26 @@ snapshots: '@smithy/util-middleware': 2.0.2 tslib: 2.6.2 - '@smithy/config-resolver@3.0.3': + '@smithy/config-resolver@3.0.5': dependencies: - '@smithy/node-config-provider': 3.1.2 - '@smithy/types': 3.2.0 + '@smithy/node-config-provider': 3.1.4 + '@smithy/types': 3.3.0 '@smithy/util-config-provider': 3.0.0 - '@smithy/util-middleware': 3.0.2 - tslib: 2.6.2 + '@smithy/util-middleware': 3.0.3 + tslib: 2.6.3 - '@smithy/core@2.2.3': + '@smithy/core@2.4.0': dependencies: - '@smithy/middleware-endpoint': 3.0.3 - '@smithy/middleware-retry': 3.0.6 - '@smithy/middleware-serde': 3.0.2 - '@smithy/protocol-http': 4.0.2 - '@smithy/smithy-client': 3.1.4 - '@smithy/types': 3.2.0 - '@smithy/util-middleware': 3.0.2 - tslib: 2.6.2 + '@smithy/middleware-endpoint': 3.1.0 + '@smithy/middleware-retry': 3.0.15 + '@smithy/middleware-serde': 3.0.3 + '@smithy/protocol-http': 4.1.0 + '@smithy/smithy-client': 3.2.0 + '@smithy/types': 3.3.0 + '@smithy/util-body-length-browser': 3.0.0 + '@smithy/util-middleware': 3.0.3 + '@smithy/util-utf8': 3.0.0 + tslib: 2.6.3 '@smithy/credential-provider-imds@2.0.12': dependencies: @@ -13739,13 +15117,13 @@ snapshots: '@smithy/url-parser': 2.0.9 tslib: 2.6.2 - '@smithy/credential-provider-imds@3.1.2': + '@smithy/credential-provider-imds@3.2.0': dependencies: - '@smithy/node-config-provider': 3.1.2 - '@smithy/property-provider': 3.1.2 - '@smithy/types': 3.2.0 - '@smithy/url-parser': 3.0.2 - tslib: 2.6.2 + '@smithy/node-config-provider': 3.1.4 + '@smithy/property-provider': 3.1.3 + '@smithy/types': 3.3.0 + '@smithy/url-parser': 3.0.3 + tslib: 2.6.3 '@smithy/eventstream-codec@2.0.9': dependencies: @@ -13762,13 +15140,13 @@ snapshots: '@smithy/util-base64': 2.0.0 tslib: 2.6.2 - '@smithy/fetch-http-handler@3.1.0': + '@smithy/fetch-http-handler@3.2.4': dependencies: - '@smithy/protocol-http': 4.0.2 - '@smithy/querystring-builder': 3.0.2 - '@smithy/types': 3.2.0 + '@smithy/protocol-http': 4.1.0 + '@smithy/querystring-builder': 3.0.3 + '@smithy/types': 3.3.0 '@smithy/util-base64': 3.0.0 - tslib: 2.6.2 + tslib: 2.6.3 '@smithy/hash-node@2.0.9': dependencies: @@ -13777,30 +15155,34 @@ snapshots: '@smithy/util-utf8': 2.0.0 tslib: 2.6.2 - '@smithy/hash-node@3.0.2': + '@smithy/hash-node@3.0.3': dependencies: - '@smithy/types': 3.2.0 + '@smithy/types': 3.3.0 '@smithy/util-buffer-from': 3.0.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.2 + tslib: 2.6.3 '@smithy/invalid-dependency@2.0.9': dependencies: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/invalid-dependency@3.0.2': + '@smithy/invalid-dependency@3.0.3': dependencies: - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@smithy/is-array-buffer@2.0.0': dependencies: tslib: 2.6.2 + '@smithy/is-array-buffer@2.2.0': + dependencies: + tslib: 2.6.3 + '@smithy/is-array-buffer@3.0.0': dependencies: - tslib: 2.6.2 + tslib: 2.6.3 '@smithy/middleware-content-length@2.0.11': dependencies: @@ -13808,11 +15190,11 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/middleware-content-length@3.0.2': + '@smithy/middleware-content-length@3.0.5': dependencies: - '@smithy/protocol-http': 4.0.2 - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@smithy/protocol-http': 4.1.0 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@smithy/middleware-endpoint@2.0.9': dependencies: @@ -13822,15 +15204,15 @@ snapshots: '@smithy/util-middleware': 2.0.2 tslib: 2.6.2 - '@smithy/middleware-endpoint@3.0.3': + '@smithy/middleware-endpoint@3.1.0': dependencies: - '@smithy/middleware-serde': 3.0.2 - '@smithy/node-config-provider': 3.1.2 - '@smithy/shared-ini-file-loader': 3.1.2 - '@smithy/types': 3.2.0 - '@smithy/url-parser': 3.0.2 - '@smithy/util-middleware': 3.0.2 - tslib: 2.6.2 + '@smithy/middleware-serde': 3.0.3 + '@smithy/node-config-provider': 3.1.4 + '@smithy/shared-ini-file-loader': 3.1.4 + '@smithy/types': 3.3.0 + '@smithy/url-parser': 3.0.3 + '@smithy/util-middleware': 3.0.3 + tslib: 2.6.3 '@smithy/middleware-retry@2.0.12': dependencies: @@ -13843,16 +15225,16 @@ snapshots: tslib: 2.6.2 uuid: 8.3.2 - '@smithy/middleware-retry@3.0.6': + '@smithy/middleware-retry@3.0.15': dependencies: - '@smithy/node-config-provider': 3.1.2 - '@smithy/protocol-http': 4.0.2 - '@smithy/service-error-classification': 3.0.2 - '@smithy/smithy-client': 3.1.4 - '@smithy/types': 3.2.0 - '@smithy/util-middleware': 3.0.2 - '@smithy/util-retry': 3.0.2 - tslib: 2.6.2 + '@smithy/node-config-provider': 3.1.4 + '@smithy/protocol-http': 4.1.0 + '@smithy/service-error-classification': 3.0.3 + '@smithy/smithy-client': 3.2.0 + '@smithy/types': 3.3.0 + '@smithy/util-middleware': 3.0.3 + '@smithy/util-retry': 3.0.3 + tslib: 2.6.3 uuid: 9.0.1 '@smithy/middleware-serde@2.0.9': @@ -13860,20 +15242,20 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/middleware-serde@3.0.2': + '@smithy/middleware-serde@3.0.3': dependencies: - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@smithy/middleware-stack@2.0.3': dependencies: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/middleware-stack@3.0.2': + '@smithy/middleware-stack@3.0.3': dependencies: - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@smithy/node-config-provider@2.0.12': dependencies: @@ -13882,12 +15264,12 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/node-config-provider@3.1.2': + '@smithy/node-config-provider@3.1.4': dependencies: - '@smithy/property-provider': 3.1.2 - '@smithy/shared-ini-file-loader': 3.1.2 - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@smithy/property-provider': 3.1.3 + '@smithy/shared-ini-file-loader': 3.1.4 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@smithy/node-http-handler@2.1.5': dependencies: @@ -13897,33 +15279,33 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/node-http-handler@3.1.0': + '@smithy/node-http-handler@3.1.4': dependencies: - '@smithy/abort-controller': 3.1.0 - '@smithy/protocol-http': 4.0.2 - '@smithy/querystring-builder': 3.0.2 - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@smithy/abort-controller': 3.1.1 + '@smithy/protocol-http': 4.1.0 + '@smithy/querystring-builder': 3.0.3 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@smithy/property-provider@2.0.10': dependencies: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/property-provider@3.1.2': + '@smithy/property-provider@3.1.3': dependencies: - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@smithy/protocol-http@3.0.5': dependencies: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/protocol-http@4.0.2': + '@smithy/protocol-http@4.1.0': dependencies: - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@smithy/querystring-builder@2.0.9': dependencies: @@ -13931,39 +15313,39 @@ snapshots: '@smithy/util-uri-escape': 2.0.0 tslib: 2.6.2 - '@smithy/querystring-builder@3.0.2': + '@smithy/querystring-builder@3.0.3': dependencies: - '@smithy/types': 3.2.0 + '@smithy/types': 3.3.0 '@smithy/util-uri-escape': 3.0.0 - tslib: 2.6.2 + tslib: 2.6.3 '@smithy/querystring-parser@2.0.9': dependencies: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/querystring-parser@3.0.2': + '@smithy/querystring-parser@3.0.3': dependencies: - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@smithy/service-error-classification@2.0.2': dependencies: '@smithy/types': 2.3.3 - '@smithy/service-error-classification@3.0.2': + '@smithy/service-error-classification@3.0.3': dependencies: - '@smithy/types': 3.2.0 + '@smithy/types': 3.3.0 '@smithy/shared-ini-file-loader@2.0.11': dependencies: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/shared-ini-file-loader@3.1.2': + '@smithy/shared-ini-file-loader@3.1.4': dependencies: - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@smithy/signature-v4@2.0.9': dependencies: @@ -13976,15 +15358,16 @@ snapshots: '@smithy/util-utf8': 2.0.0 tslib: 2.6.2 - '@smithy/signature-v4@3.1.1': + '@smithy/signature-v4@4.1.0': dependencies: '@smithy/is-array-buffer': 3.0.0 - '@smithy/types': 3.2.0 + '@smithy/protocol-http': 4.1.0 + '@smithy/types': 3.3.0 '@smithy/util-hex-encoding': 3.0.0 - '@smithy/util-middleware': 3.0.2 + '@smithy/util-middleware': 3.0.3 '@smithy/util-uri-escape': 3.0.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.2 + tslib: 2.6.3 '@smithy/smithy-client@2.1.7': dependencies: @@ -13993,14 +15376,14 @@ snapshots: '@smithy/util-stream': 2.0.12 tslib: 2.6.2 - '@smithy/smithy-client@3.1.4': + '@smithy/smithy-client@3.2.0': dependencies: - '@smithy/middleware-endpoint': 3.0.3 - '@smithy/middleware-stack': 3.0.2 - '@smithy/protocol-http': 4.0.2 - '@smithy/types': 3.2.0 - '@smithy/util-stream': 3.0.4 - tslib: 2.6.2 + '@smithy/middleware-endpoint': 3.1.0 + '@smithy/middleware-stack': 3.0.3 + '@smithy/protocol-http': 4.1.0 + '@smithy/types': 3.3.0 + '@smithy/util-stream': 3.1.3 + tslib: 2.6.3 '@smithy/types@2.3.3': dependencies: @@ -14010,17 +15393,21 @@ snapshots: dependencies: tslib: 2.6.2 + '@smithy/types@3.3.0': + dependencies: + tslib: 2.6.3 + '@smithy/url-parser@2.0.9': dependencies: '@smithy/querystring-parser': 2.0.9 '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/url-parser@3.0.2': + '@smithy/url-parser@3.0.3': dependencies: - '@smithy/querystring-parser': 3.0.2 - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@smithy/querystring-parser': 3.0.3 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@smithy/util-base64@2.0.0': dependencies: @@ -14031,7 +15418,7 @@ snapshots: dependencies: '@smithy/util-buffer-from': 3.0.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.2 + tslib: 2.6.3 '@smithy/util-body-length-browser@2.0.0': dependencies: @@ -14039,7 +15426,7 @@ snapshots: '@smithy/util-body-length-browser@3.0.0': dependencies: - tslib: 2.6.2 + tslib: 2.6.3 '@smithy/util-body-length-node@2.1.0': dependencies: @@ -14047,17 +15434,22 @@ snapshots: '@smithy/util-body-length-node@3.0.0': dependencies: - tslib: 2.6.2 + tslib: 2.6.3 '@smithy/util-buffer-from@2.0.0': dependencies: '@smithy/is-array-buffer': 2.0.0 tslib: 2.6.2 + '@smithy/util-buffer-from@2.2.0': + dependencies: + '@smithy/is-array-buffer': 2.2.0 + tslib: 2.6.3 + '@smithy/util-buffer-from@3.0.0': dependencies: '@smithy/is-array-buffer': 3.0.0 - tslib: 2.6.2 + tslib: 2.6.3 '@smithy/util-config-provider@2.0.0': dependencies: @@ -14065,7 +15457,7 @@ snapshots: '@smithy/util-config-provider@3.0.0': dependencies: - tslib: 2.6.2 + tslib: 2.6.3 '@smithy/util-defaults-mode-browser@2.0.11': dependencies: @@ -14075,13 +15467,13 @@ snapshots: bowser: 2.11.0 tslib: 2.6.2 - '@smithy/util-defaults-mode-browser@3.0.6': + '@smithy/util-defaults-mode-browser@3.0.15': dependencies: - '@smithy/property-provider': 3.1.2 - '@smithy/smithy-client': 3.1.4 - '@smithy/types': 3.2.0 + '@smithy/property-provider': 3.1.3 + '@smithy/smithy-client': 3.2.0 + '@smithy/types': 3.3.0 bowser: 2.11.0 - tslib: 2.6.2 + tslib: 2.6.3 '@smithy/util-defaults-mode-node@2.0.13': dependencies: @@ -14093,21 +15485,21 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/util-defaults-mode-node@3.0.6': + '@smithy/util-defaults-mode-node@3.0.15': dependencies: - '@smithy/config-resolver': 3.0.3 - '@smithy/credential-provider-imds': 3.1.2 - '@smithy/node-config-provider': 3.1.2 - '@smithy/property-provider': 3.1.2 - '@smithy/smithy-client': 3.1.4 - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@smithy/config-resolver': 3.0.5 + '@smithy/credential-provider-imds': 3.2.0 + '@smithy/node-config-provider': 3.1.4 + '@smithy/property-provider': 3.1.3 + '@smithy/smithy-client': 3.2.0 + '@smithy/types': 3.3.0 + tslib: 2.6.3 - '@smithy/util-endpoints@2.0.3': + '@smithy/util-endpoints@2.0.5': dependencies: - '@smithy/node-config-provider': 3.1.2 - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@smithy/node-config-provider': 3.1.4 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@smithy/util-hex-encoding@2.0.0': dependencies: @@ -14115,17 +15507,17 @@ snapshots: '@smithy/util-hex-encoding@3.0.0': dependencies: - tslib: 2.6.2 + tslib: 2.6.3 '@smithy/util-middleware@2.0.2': dependencies: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/util-middleware@3.0.2': + '@smithy/util-middleware@3.0.3': dependencies: - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@smithy/util-retry@2.0.2': dependencies: @@ -14133,11 +15525,11 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/util-retry@3.0.2': + '@smithy/util-retry@3.0.3': dependencies: - '@smithy/service-error-classification': 3.0.2 - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@smithy/service-error-classification': 3.0.3 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@smithy/util-stream@2.0.12': dependencies: @@ -14150,16 +15542,16 @@ snapshots: '@smithy/util-utf8': 2.0.0 tslib: 2.6.2 - '@smithy/util-stream@3.0.4': + '@smithy/util-stream@3.1.3': dependencies: - '@smithy/fetch-http-handler': 3.1.0 - '@smithy/node-http-handler': 3.1.0 - '@smithy/types': 3.2.0 + '@smithy/fetch-http-handler': 3.2.4 + '@smithy/node-http-handler': 3.1.4 + '@smithy/types': 3.3.0 '@smithy/util-base64': 3.0.0 '@smithy/util-buffer-from': 3.0.0 '@smithy/util-hex-encoding': 3.0.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.2 + tslib: 2.6.3 '@smithy/util-uri-escape@2.0.0': dependencies: @@ -14167,17 +15559,22 @@ snapshots: '@smithy/util-uri-escape@3.0.0': dependencies: - tslib: 2.6.2 + tslib: 2.6.3 '@smithy/util-utf8@2.0.0': dependencies: '@smithy/util-buffer-from': 2.0.0 tslib: 2.6.2 + '@smithy/util-utf8@2.3.0': + dependencies: + '@smithy/util-buffer-from': 2.2.0 + tslib: 2.6.3 + '@smithy/util-utf8@3.0.0': dependencies: '@smithy/util-buffer-from': 3.0.0 - tslib: 2.6.2 + tslib: 2.6.3 '@smithy/util-waiter@2.0.9': dependencies: @@ -14185,11 +15582,11 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/util-waiter@3.1.0': + '@smithy/util-waiter@3.1.2': dependencies: - '@smithy/abort-controller': 3.1.0 - '@smithy/types': 3.2.0 - tslib: 2.6.2 + '@smithy/abort-controller': 3.1.1 + '@smithy/types': 3.3.0 + tslib: 2.6.3 '@sparticuz/chromium-min@123.0.1': dependencies: @@ -14206,7 +15603,7 @@ snapshots: '@ts-morph/common@0.20.0': dependencies: - fast-glob: 3.3.1 + fast-glob: 3.3.2 minimatch: 7.4.6 mkdirp: 2.1.6 path-browserify: 1.0.1 @@ -14244,6 +15641,12 @@ snapshots: dependencies: '@types/chai': 4.3.6 + '@types/chai-subset@1.3.5': + dependencies: + '@types/chai': 4.3.17 + + '@types/chai@4.3.17': {} + '@types/chai@4.3.6': {} '@types/concat-stream@1.6.1': @@ -14258,6 +15661,8 @@ snapshots: '@types/estree@1.0.2': {} + '@types/estree@1.0.5': {} + '@types/flat@5.0.3': {} '@types/form-data@0.0.33': @@ -14292,10 +15697,12 @@ snapshots: '@types/lodash.clonedeep@4.5.9': dependencies: - '@types/lodash': 4.14.196 + '@types/lodash': 4.17.7 '@types/lodash@4.14.196': {} + '@types/lodash@4.17.7': {} + '@types/minimatch@5.1.2': {} '@types/minimist@1.2.2': {} @@ -14478,22 +15885,20 @@ snapshots: '@typescript-eslint/types': 6.7.2 eslint-visitor-keys: 3.4.3 - '@ungap/structured-clone@1.0.2': {} - - '@vitejs/plugin-vue-jsx@3.0.2(vite@4.4.9(@types/node@18.16.19))(vue@3.3.4)': + '@vitejs/plugin-vue-jsx@3.1.0(vite@4.5.3(@types/node@18.16.19))(vue@3.4.38(typescript@5.1.6))': dependencies: - '@babel/core': 7.22.20 - '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.22.20) - '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.22.20) - vite: 4.4.9(@types/node@18.16.19) - vue: 3.3.4 + '@babel/core': 7.25.2 + '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2) + '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2) + vite: 4.5.3(@types/node@18.16.19) + vue: 3.4.38(typescript@5.1.6) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@4.3.4(vite@4.4.9(@types/node@18.16.19))(vue@3.3.4)': + '@vitejs/plugin-vue@4.6.2(vite@4.5.3(@types/node@18.16.19))(vue@3.4.38(typescript@5.1.6))': dependencies: - vite: 4.4.9(@types/node@18.16.19) - vue: 3.3.4 + vite: 4.5.3(@types/node@18.16.19) + vue: 3.4.38(typescript@5.1.6) '@vitest/expect@0.34.5': dependencies: @@ -14501,105 +15906,138 @@ snapshots: '@vitest/utils': 0.34.5 chai: 4.3.8 + '@vitest/expect@0.34.6': + dependencies: + '@vitest/spy': 0.34.6 + '@vitest/utils': 0.34.6 + chai: 4.5.0 + '@vitest/runner@0.34.5': dependencies: '@vitest/utils': 0.34.5 p-limit: 4.0.0 pathe: 1.1.1 + '@vitest/runner@0.34.6': + dependencies: + '@vitest/utils': 0.34.6 + p-limit: 4.0.0 + pathe: 1.1.2 + '@vitest/snapshot@0.34.5': dependencies: magic-string: 0.30.3 pathe: 1.1.1 pretty-format: 29.7.0 + '@vitest/snapshot@0.34.6': + dependencies: + magic-string: 0.30.11 + pathe: 1.1.2 + pretty-format: 29.7.0 + '@vitest/spy@0.34.5': dependencies: tinyspy: 2.1.1 + '@vitest/spy@0.34.6': + dependencies: + tinyspy: 2.2.1 + '@vitest/utils@0.34.5': dependencies: diff-sequences: 29.6.3 loupe: 2.3.6 pretty-format: 29.7.0 - '@vue/babel-helper-vue-transform-on@1.1.5': {} + '@vitest/utils@0.34.6': + dependencies: + diff-sequences: 29.6.3 + loupe: 2.3.7 + pretty-format: 29.7.0 + + '@vue/babel-helper-vue-transform-on@1.2.2': {} - '@vue/babel-plugin-jsx@1.1.5(@babel/core@7.22.20)': + '@vue/babel-plugin-jsx@1.2.2(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.22.20 '@babel/helper-module-imports': 7.22.15 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.20) - '@babel/template': 7.22.15 - '@babel/traverse': 7.22.20 - '@babel/types': 7.22.19 - '@vue/babel-helper-vue-transform-on': 1.1.5 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) + '@babel/template': 7.25.0 + '@babel/traverse': 7.25.3 + '@babel/types': 7.25.2 + '@vue/babel-helper-vue-transform-on': 1.2.2 + '@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.25.2) camelcase: 6.3.0 html-tags: 3.3.1 svg-tags: 1.0.0 + optionalDependencies: + '@babel/core': 7.25.2 transitivePeerDependencies: - supports-color - '@vue/compiler-core@3.3.4': - dependencies: - '@babel/parser': 7.24.7 - '@vue/shared': 3.3.4 - estree-walker: 2.0.2 - source-map-js: 1.0.2 - - '@vue/compiler-dom@3.3.4': + '@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.25.2)': dependencies: - '@vue/compiler-core': 3.3.4 - '@vue/shared': 3.3.4 + '@babel/code-frame': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/parser': 7.25.3 + '@vue/compiler-sfc': 3.4.38 - '@vue/compiler-sfc@3.3.4': + '@vue/compiler-core@3.4.38': dependencies: - '@babel/parser': 7.24.7 - '@vue/compiler-core': 3.3.4 - '@vue/compiler-dom': 3.3.4 - '@vue/compiler-ssr': 3.3.4 - '@vue/reactivity-transform': 3.3.4 - '@vue/shared': 3.3.4 + '@babel/parser': 7.25.3 + '@vue/shared': 3.4.38 + entities: 4.5.0 estree-walker: 2.0.2 - magic-string: 0.30.3 - postcss: 8.4.30 - source-map-js: 1.0.2 + source-map-js: 1.2.0 - '@vue/compiler-ssr@3.3.4': + '@vue/compiler-dom@3.4.38': dependencies: - '@vue/compiler-dom': 3.3.4 - '@vue/shared': 3.3.4 + '@vue/compiler-core': 3.4.38 + '@vue/shared': 3.4.38 - '@vue/reactivity-transform@3.3.4': + '@vue/compiler-sfc@3.4.38': dependencies: - '@babel/parser': 7.24.7 - '@vue/compiler-core': 3.3.4 - '@vue/shared': 3.3.4 + '@babel/parser': 7.25.3 + '@vue/compiler-core': 3.4.38 + '@vue/compiler-dom': 3.4.38 + '@vue/compiler-ssr': 3.4.38 + '@vue/shared': 3.4.38 estree-walker: 2.0.2 - magic-string: 0.30.3 + magic-string: 0.30.11 + postcss: 8.4.41 + source-map-js: 1.2.0 + + '@vue/compiler-ssr@3.4.38': + dependencies: + '@vue/compiler-dom': 3.4.38 + '@vue/shared': 3.4.38 - '@vue/reactivity@3.3.4': + '@vue/reactivity@3.4.38': dependencies: - '@vue/shared': 3.3.4 + '@vue/shared': 3.4.38 - '@vue/runtime-core@3.3.4': + '@vue/runtime-core@3.4.38': dependencies: - '@vue/reactivity': 3.3.4 - '@vue/shared': 3.3.4 + '@vue/reactivity': 3.4.38 + '@vue/shared': 3.4.38 - '@vue/runtime-dom@3.3.4': + '@vue/runtime-dom@3.4.38': dependencies: - '@vue/runtime-core': 3.3.4 - '@vue/shared': 3.3.4 - csstype: 3.1.2 + '@vue/reactivity': 3.4.38 + '@vue/runtime-core': 3.4.38 + '@vue/shared': 3.4.38 + csstype: 3.1.3 - '@vue/server-renderer@3.3.4(vue@3.3.4)': + '@vue/server-renderer@3.4.38(vue@3.4.38(typescript@5.1.6))': dependencies: - '@vue/compiler-ssr': 3.3.4 - '@vue/shared': 3.3.4 - vue: 3.3.4 + '@vue/compiler-ssr': 3.4.38 + '@vue/shared': 3.4.38 + vue: 3.4.38(typescript@5.1.6) - '@vue/shared@3.3.4': {} + '@vue/shared@3.4.38': {} '@xmldom/xmldom@0.8.10': {} @@ -14623,8 +16061,14 @@ snapshots: acorn-walk@8.2.0: {} + acorn-walk@8.3.3: + dependencies: + acorn: 8.12.1 + acorn@8.10.0: {} + acorn@8.12.1: {} + add-stream@1.0.0: {} agent-base@6.0.2(supports-color@9.4.0): @@ -14656,6 +16100,13 @@ snapshots: require-from-string: 2.0.2 uri-js: 4.4.1 + ajv@8.17.1: + dependencies: + fast-deep-equal: 3.1.3 + fast-uri: 3.0.1 + json-schema-traverse: 1.0.0 + require-from-string: 2.0.2 + ansi-align@3.0.1: dependencies: string-width: 4.2.3 @@ -14915,6 +16366,10 @@ snapshots: dependencies: fill-range: 7.0.1 + braces@3.0.3: + dependencies: + fill-range: 7.1.1 + browserslist@4.21.11: dependencies: caniuse-lite: 1.0.30001538 @@ -14929,6 +16384,13 @@ snapshots: node-releases: 2.0.13 update-browserslist-db: 1.0.11(browserslist@4.21.9) + browserslist@4.23.3: + dependencies: + caniuse-lite: 1.0.30001651 + electron-to-chromium: 1.5.13 + node-releases: 2.0.18 + update-browserslist-db: 1.1.0(browserslist@4.23.3) + buffer-crc32@0.2.13: {} buffer-from@1.1.2: {} @@ -15016,6 +16478,8 @@ snapshots: caniuse-lite@1.0.30001538: {} + caniuse-lite@1.0.30001651: {} + case@1.6.3: {} caseless@0.12.0: {} @@ -15030,6 +16494,11 @@ snapshots: aws-cdk-lib: 2.97.0(constructs@10.2.70) constructs: 10.2.70 + cdk-nag@2.28.186(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70): + dependencies: + aws-cdk-lib: 2.97.0(constructs@10.2.70) + constructs: 10.2.70 + cdk-pipelines-github@0.4.103(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70): dependencies: aws-cdk-lib: 2.97.0(constructs@10.2.70) @@ -15090,6 +16559,16 @@ snapshots: - debug - encoding + cdk8s-plus-27@2.7.20(cdk8s@2.64.19(constructs@10.3.0)(debug@4.3.4)(encoding@0.1.13))(constructs@10.3.0)(debug@4.3.4)(encoding@0.1.13): + dependencies: + cdk8s: 2.64.19(constructs@10.3.0)(debug@4.3.4)(encoding@0.1.13) + constructs: 10.3.0 + optionalDependencies: + backport: 8.5.0(debug@4.3.4)(encoding@0.1.13) + transitivePeerDependencies: + - debug + - encoding + cdk8s@2.64.19(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13): dependencies: constructs: 10.2.70 @@ -15099,6 +16578,15 @@ snapshots: - debug - encoding + cdk8s@2.64.19(constructs@10.3.0)(debug@4.3.4)(encoding@0.1.13): + dependencies: + constructs: 10.3.0 + optionalDependencies: + backport: 8.5.0(debug@4.3.4)(encoding@0.1.13) + transitivePeerDependencies: + - debug + - encoding + chai@4.3.8: dependencies: assertion-error: 1.1.0 @@ -15109,6 +16597,16 @@ snapshots: pathval: 1.1.1 type-detect: 4.0.8 + chai@4.5.0: + dependencies: + assertion-error: 1.1.0 + check-error: 1.0.3 + deep-eql: 4.1.4 + get-func-name: 2.0.2 + loupe: 2.3.7 + pathval: 1.1.1 + type-detect: 4.1.0 + chalk@2.4.2: dependencies: ansi-styles: 3.2.1 @@ -15127,6 +16625,10 @@ snapshots: check-error@1.0.2: {} + check-error@1.0.3: + dependencies: + get-func-name: 2.0.2 + chokidar@3.5.3: dependencies: anymatch: 3.1.3 @@ -15259,6 +16761,8 @@ snapshots: commander@4.1.1: {} + commander@6.2.1: {} + commondir@1.0.1: {} commonmark@0.30.0: @@ -15289,6 +16793,8 @@ snapshots: readable-stream: 3.6.2 typedarray: 0.0.6 + confbox@0.1.7: {} + config-chain@1.1.13: dependencies: ini: 1.3.8 @@ -15308,6 +16814,8 @@ snapshots: constructs@10.2.70: {} + constructs@10.3.0: {} + conventional-changelog-angular@5.0.13: dependencies: compare-func: 2.0.0 @@ -15422,6 +16930,8 @@ snapshots: convert-source-map@1.9.0: {} + convert-source-map@2.0.0: {} + core-util-is@1.0.3: {} cosmiconfig@8.2.0: @@ -15449,7 +16959,7 @@ snapshots: dependencies: type-fest: 1.4.0 - csstype@3.1.2: {} + csstype@3.1.3: {} dargs@7.0.0: {} @@ -15477,6 +16987,10 @@ snapshots: optionalDependencies: supports-color: 9.4.0 + debug@4.3.6: + dependencies: + ms: 2.1.2 + decamelize-keys@1.1.1: dependencies: decamelize: 1.2.0 @@ -15499,6 +17013,10 @@ snapshots: dependencies: type-detect: 4.0.8 + deep-eql@4.1.4: + dependencies: + type-detect: 4.1.0 + deep-extend@0.6.0: {} deep-is@0.1.4: {} @@ -15534,6 +17052,8 @@ snapshots: defu@6.1.2: {} + defu@6.1.4: {} + del@6.1.1: dependencies: globby: 11.1.0 @@ -15593,6 +17113,11 @@ snapshots: commander: 4.1.1 glob: 7.2.3 + dot-object@2.1.5: + dependencies: + commander: 6.2.1 + glob: 7.2.3 + dot-prop@5.3.0: dependencies: is-obj: 2.0.0 @@ -15614,7 +17139,7 @@ snapshots: dependencies: semver: 7.5.4 shelljs: 0.8.5 - typescript: 5.6.0-dev.20240703 + typescript: 5.7.0-dev.20240821 duplexer@0.1.2: {} @@ -15624,6 +17149,8 @@ snapshots: electron-to-chromium@1.4.528: {} + electron-to-chromium@1.5.13: {} + emoji-regex@8.0.0: {} emoji-regex@9.2.2: {} @@ -15656,6 +17183,8 @@ snapshots: entities@2.0.3: {} + entities@4.5.0: {} + env-paths@2.2.1: {} err-code@2.0.3: {} @@ -15792,8 +17321,36 @@ snapshots: '@esbuild/win32-ia32': 0.19.3 '@esbuild/win32-x64': 0.19.3 + esbuild@0.21.5: + optionalDependencies: + '@esbuild/aix-ppc64': 0.21.5 + '@esbuild/android-arm': 0.21.5 + '@esbuild/android-arm64': 0.21.5 + '@esbuild/android-x64': 0.21.5 + '@esbuild/darwin-arm64': 0.21.5 + '@esbuild/darwin-x64': 0.21.5 + '@esbuild/freebsd-arm64': 0.21.5 + '@esbuild/freebsd-x64': 0.21.5 + '@esbuild/linux-arm': 0.21.5 + '@esbuild/linux-arm64': 0.21.5 + '@esbuild/linux-ia32': 0.21.5 + '@esbuild/linux-loong64': 0.21.5 + '@esbuild/linux-mips64el': 0.21.5 + '@esbuild/linux-ppc64': 0.21.5 + '@esbuild/linux-riscv64': 0.21.5 + '@esbuild/linux-s390x': 0.21.5 + '@esbuild/linux-x64': 0.21.5 + '@esbuild/netbsd-x64': 0.21.5 + '@esbuild/openbsd-x64': 0.21.5 + '@esbuild/sunos-x64': 0.21.5 + '@esbuild/win32-arm64': 0.21.5 + '@esbuild/win32-ia32': 0.21.5 + '@esbuild/win32-x64': 0.21.5 + escalade@3.1.1: {} + escalade@3.1.2: {} + escape-goat@4.0.0: {} escape-string-regexp@1.0.5: {} @@ -16138,16 +17695,30 @@ snapshots: merge2: 1.4.1 micromatch: 4.0.5 + fast-glob@3.3.2: + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.7 + fast-json-stable-stringify@2.1.0: {} fast-levenshtein@2.0.6: {} fast-memoize@2.5.2: {} + fast-uri@3.0.1: {} + fast-xml-parser@4.2.5: dependencies: strnum: 1.0.5 + fast-xml-parser@4.4.1: + dependencies: + strnum: 1.0.5 + fastq@1.15.0: dependencies: reusify: 1.0.4 @@ -16176,6 +17747,10 @@ snapshots: dependencies: to-regex-range: 5.0.1 + fill-range@7.1.1: + dependencies: + to-regex-range: 5.0.1 + find-up@2.1.0: dependencies: locate-path: 2.0.0 @@ -16257,6 +17832,12 @@ snapshots: jsonfile: 6.1.0 universalify: 2.0.0 + fs-extra@11.2.0: + dependencies: + graceful-fs: 4.2.11 + jsonfile: 6.1.0 + universalify: 2.0.1 + fs-extra@8.1.0: dependencies: graceful-fs: 4.2.11 @@ -16328,6 +17909,8 @@ snapshots: get-func-name@2.0.0: {} + get-func-name@2.0.2: {} + get-intrinsic@1.2.1: dependencies: function-bind: 1.1.1 @@ -17168,6 +18751,10 @@ snapshots: dependencies: get-func-name: 2.0.0 + loupe@2.3.7: + dependencies: + get-func-name: 2.0.2 + lower-case@2.0.2: dependencies: tslib: 2.6.2 @@ -17192,6 +18779,10 @@ snapshots: dependencies: '@jridgewell/sourcemap-codec': 1.4.15 + magic-string@0.30.11: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.0 + magic-string@0.30.2: dependencies: '@jridgewell/sourcemap-codec': 1.4.15 @@ -17259,6 +18850,11 @@ snapshots: braces: 3.0.2 picomatch: 2.3.1 + micromatch@4.0.7: + dependencies: + braces: 3.0.3 + picomatch: 2.3.1 + mime-db@1.52.0: {} mime-types@2.1.35: @@ -17381,6 +18977,13 @@ snapshots: pkg-types: 1.0.3 ufo: 1.3.0 + mlly@1.7.1: + dependencies: + acorn: 8.12.1 + pathe: 1.1.2 + pkg-types: 1.1.3 + ufo: 1.5.4 + modify-values@1.0.1: {} mri@1.2.0: {} @@ -17394,6 +18997,8 @@ snapshots: nanoid@3.3.6: {} + nanoid@3.3.7: {} + natural-compare@1.4.0: {} ncp@2.0.0: {} @@ -17455,6 +19060,8 @@ snapshots: node-releases@2.0.13: {} + node-releases@2.0.18: {} + nopt@5.0.0: dependencies: abbrev: 1.1.1 @@ -17869,6 +19476,8 @@ snapshots: pathe@1.1.1: {} + pathe@1.1.2: {} + pathval@1.1.1: {} pause-stream@0.0.11: @@ -17881,6 +19490,8 @@ snapshots: picocolors@1.0.0: {} + picocolors@1.0.1: {} + picomatch@2.3.1: {} pidtree@0.6.0: {} @@ -17895,12 +19506,24 @@ snapshots: mlly: 1.4.0 pathe: 1.1.1 + pkg-types@1.1.3: + dependencies: + confbox: 0.1.7 + mlly: 1.7.1 + pathe: 1.1.2 + postcss@8.4.30: dependencies: nanoid: 3.3.6 picocolors: 1.0.0 source-map-js: 1.0.2 + postcss@8.4.41: + dependencies: + nanoid: 3.3.7 + picocolors: 1.0.1 + source-map-js: 1.2.0 + prelude-ls@1.2.1: {} prettier-linter-helpers@1.0.0: @@ -17925,6 +19548,10 @@ snapshots: projen@0.73.31: {} + projen@0.82.8(constructs@10.2.70): + dependencies: + constructs: 10.2.70 + promise-inflight@1.0.1: {} promise-retry@2.0.1: @@ -18189,6 +19816,32 @@ snapshots: optionalDependencies: fsevents: 2.3.3 + rollup@3.29.4: + optionalDependencies: + fsevents: 2.3.3 + + rollup@4.21.0: + dependencies: + '@types/estree': 1.0.5 + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.21.0 + '@rollup/rollup-android-arm64': 4.21.0 + '@rollup/rollup-darwin-arm64': 4.21.0 + '@rollup/rollup-darwin-x64': 4.21.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.21.0 + '@rollup/rollup-linux-arm-musleabihf': 4.21.0 + '@rollup/rollup-linux-arm64-gnu': 4.21.0 + '@rollup/rollup-linux-arm64-musl': 4.21.0 + '@rollup/rollup-linux-powerpc64le-gnu': 4.21.0 + '@rollup/rollup-linux-riscv64-gnu': 4.21.0 + '@rollup/rollup-linux-s390x-gnu': 4.21.0 + '@rollup/rollup-linux-x64-gnu': 4.21.0 + '@rollup/rollup-linux-x64-musl': 4.21.0 + '@rollup/rollup-win32-arm64-msvc': 4.21.0 + '@rollup/rollup-win32-ia32-msvc': 4.21.0 + '@rollup/rollup-win32-x64-msvc': 4.21.0 + fsevents: 2.3.3 + run-applescript@5.0.0: dependencies: execa: 5.1.1 @@ -18248,7 +19901,7 @@ snapshots: dependencies: lru-cache: 6.0.0 - semver@7.6.2: {} + semver@7.6.3: {} set-blocking@2.0.0: {} @@ -18349,6 +20002,8 @@ snapshots: source-map-js@1.0.2: {} + source-map-js@1.2.0: {} + source-map-support@0.5.21: dependencies: buffer-from: 1.1.2 @@ -18422,6 +20077,8 @@ snapshots: std-env@3.4.3: {} + std-env@3.7.0: {} + stream-chain@2.2.5: {} stream-combiner@0.0.4: @@ -18697,10 +20354,14 @@ snapshots: tinybench@2.5.1: {} + tinybench@2.9.0: {} + tinypool@0.7.0: {} tinyspy@2.1.1: {} + tinyspy@2.2.1: {} + titleize@3.0.0: {} tmp@0.0.33: @@ -18731,7 +20392,7 @@ snapshots: ts-deepmerge@6.2.0: {} - ts-deepmerge@7.0.0: {} + ts-deepmerge@7.0.1: {} ts-md5@1.3.1: {} @@ -18779,8 +20440,12 @@ snapshots: tslib@2.6.2: {} + tslib@2.6.3: {} + tslog@4.9.2: {} + tslog@4.9.3: {} + tsx@3.13.0: dependencies: esbuild: 0.18.20 @@ -18803,6 +20468,8 @@ snapshots: type-detect@4.0.8: {} + type-detect@4.1.0: {} + type-fest@0.18.1: {} type-fest@0.20.2: {} @@ -18818,6 +20485,8 @@ snapshots: type-fest@2.19.0: {} + type-fest@4.25.0: {} + type-fest@4.3.1: {} typed-array-length@1.0.4: @@ -18844,12 +20513,14 @@ snapshots: typescript@5.1.6: {} - typescript@5.6.0-dev.20240703: {} + typescript@5.7.0-dev.20240821: {} ufo@1.1.2: {} ufo@1.3.0: {} + ufo@1.5.4: {} + uglify-js@3.17.4: optional: true @@ -18980,6 +20651,8 @@ snapshots: universalify@2.0.0: {} + universalify@2.0.1: {} + untildify@4.0.0: {} untyped@1.3.2: @@ -19030,6 +20703,12 @@ snapshots: escalade: 3.1.1 picocolors: 1.0.0 + update-browserslist-db@1.1.0(browserslist@4.23.3): + dependencies: + browserslist: 4.23.3 + escalade: 3.1.2 + picocolors: 1.0.1 + update-notifier@6.0.2: dependencies: boxen: 7.1.1 @@ -19091,6 +20770,25 @@ snapshots: - supports-color - terser + vite-node@0.34.6(@types/node@18.16.19): + dependencies: + cac: 6.7.14 + debug: 4.3.6 + mlly: 1.7.1 + pathe: 1.1.2 + picocolors: 1.0.1 + vite: 5.4.2(@types/node@18.16.19) + transitivePeerDependencies: + - '@types/node' + - less + - lightningcss + - sass + - sass-embedded + - stylus + - sugarss + - supports-color + - terser + vite@4.4.9(@types/node@18.16.19): dependencies: esbuild: 0.18.20 @@ -19100,6 +20798,24 @@ snapshots: '@types/node': 18.16.19 fsevents: 2.3.3 + vite@4.5.3(@types/node@18.16.19): + dependencies: + esbuild: 0.18.20 + postcss: 8.4.41 + rollup: 3.29.4 + optionalDependencies: + '@types/node': 18.16.19 + fsevents: 2.3.3 + + vite@5.4.2(@types/node@18.16.19): + dependencies: + esbuild: 0.21.5 + postcss: 8.4.41 + rollup: 4.21.0 + optionalDependencies: + '@types/node': 18.16.19 + fsevents: 2.3.3 + vitest@0.34.5(supports-color@9.4.0): dependencies: '@types/chai': 4.3.6 @@ -19135,17 +20851,55 @@ snapshots: - supports-color - terser + vitest@0.34.6: + dependencies: + '@types/chai': 4.3.17 + '@types/chai-subset': 1.3.5 + '@types/node': 18.16.19 + '@vitest/expect': 0.34.6 + '@vitest/runner': 0.34.6 + '@vitest/snapshot': 0.34.6 + '@vitest/spy': 0.34.6 + '@vitest/utils': 0.34.6 + acorn: 8.12.1 + acorn-walk: 8.3.3 + cac: 6.7.14 + chai: 4.5.0 + debug: 4.3.6 + local-pkg: 0.4.3 + magic-string: 0.30.11 + pathe: 1.1.2 + picocolors: 1.0.1 + std-env: 3.7.0 + strip-literal: 1.3.0 + tinybench: 2.9.0 + tinypool: 0.7.0 + vite: 5.4.2(@types/node@18.16.19) + vite-node: 0.34.6(@types/node@18.16.19) + why-is-node-running: 2.3.0 + transitivePeerDependencies: + - less + - lightningcss + - sass + - sass-embedded + - stylus + - sugarss + - supports-color + - terser + vscode-oniguruma@1.7.0: {} vscode-textmate@8.0.0: {} - vue@3.3.4: + vue@3.4.38(typescript@5.1.6): dependencies: - '@vue/compiler-dom': 3.3.4 - '@vue/compiler-sfc': 3.3.4 - '@vue/runtime-dom': 3.3.4 - '@vue/server-renderer': 3.3.4(vue@3.3.4) - '@vue/shared': 3.3.4 + '@vue/compiler-dom': 3.4.38 + '@vue/compiler-sfc': 3.4.38 + '@vue/runtime-dom': 3.4.38 + '@vue/server-renderer': 3.4.38(vue@3.4.38(typescript@5.1.6)) + '@vue/shared': 3.4.38 + optionalDependencies: + typescript: 5.1.6 wcwidth@1.0.1: dependencies: @@ -19194,6 +20948,11 @@ snapshots: siginfo: 2.0.0 stackback: 0.0.2 + why-is-node-running@2.3.0: + dependencies: + siginfo: 2.0.0 + stackback: 0.0.2 + wide-align@1.1.5: dependencies: string-width: 4.2.3 @@ -19265,7 +21024,7 @@ snapshots: yaml@2.3.2: {} - yaml@2.4.5: {} + yaml@2.5.0: {} yargs-parser@18.1.3: dependencies: From cda082e5c66901692ac70648d6522e40844ad180 Mon Sep 17 00:00:00 2001 From: Braden Mars Date: Fri, 27 Sep 2024 18:35:56 -0500 Subject: [PATCH 03/10] chore(deps): update lockfile Signed-off-by: Braden Mars --- pnpm-lock.yaml | 436 +++++++++++++++++++++++++------------------------ 1 file changed, 220 insertions(+), 216 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 988d529..31a587f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -80,10 +80,10 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.7.2(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) '@typescript-eslint/parser': specifier: ^6 - version: 6.7.2(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0)(typescript@5.1.6) defu: specifier: ^6.1.2 version: 6.1.2 @@ -101,10 +101,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -210,10 +210,10 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.7.2(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) '@typescript-eslint/parser': specifier: ^6 - version: 6.7.2(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0)(typescript@5.1.6) cdk8s-cli: specifier: ^2.103.0 version: 2.103.0(debug@4.3.4)(encoding@0.1.13) @@ -228,10 +228,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -304,10 +304,10 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.7.2(@typescript-eslint/parser@6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) '@typescript-eslint/parser': specifier: ^6 - version: 6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) eslint: specifier: ^8 version: 8.47.0(supports-color@9.4.0) @@ -319,10 +319,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0(supports-color@9.4.0)))(eslint@8.47.0(supports-color@9.4.0))(prettier@3.0.3) @@ -364,10 +364,10 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.7.2(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) '@typescript-eslint/parser': specifier: ^6 - version: 6.7.2(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0)(typescript@5.1.6) aws-cdk-lib: specifier: 2.97.0 version: 2.97.0(constructs@10.2.70) @@ -388,10 +388,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -458,10 +458,10 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.7.2(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) '@typescript-eslint/parser': specifier: ^6 - version: 6.7.2(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0)(typescript@5.1.6) aws-cdk-lib: specifier: 2.97.0 version: 2.97.0(constructs@10.2.70) @@ -482,10 +482,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -549,10 +549,10 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.7.2(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) '@typescript-eslint/parser': specifier: ^6 - version: 6.7.2(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0)(typescript@5.1.6) aws-cdk-lib: specifier: 2.97.0 version: 2.97.0(constructs@10.2.70) @@ -573,10 +573,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -624,10 +624,10 @@ importers: version: link:../component cdk8s: specifier: ^2.64.19 - version: 2.64.19(constructs@10.3.0)(debug@4.3.4)(encoding@0.1.13) + version: 2.64.19(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13) constructs: specifier: 10.2.70 - version: 10.3.0 + version: 10.2.70 debug: specifier: ^4.3.4 version: 4.3.4(supports-color@9.4.0) @@ -646,13 +646,13 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.7.2(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) '@typescript-eslint/parser': specifier: ^6 - version: 6.7.2(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0)(typescript@5.1.6) cdk8s-plus-27: specifier: ^2.7.20 - version: 2.7.20(cdk8s@2.64.19(constructs@10.3.0)(debug@4.3.4)(encoding@0.1.13))(constructs@10.3.0)(debug@4.3.4)(encoding@0.1.13) + version: 2.7.20(cdk8s@2.64.19(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13))(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13) eslint: specifier: ^8 version: 8.47.0 @@ -664,10 +664,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -709,10 +709,10 @@ importers: dependencies: cdk8s: specifier: ^2.64.19 - version: 2.64.19(constructs@10.3.0)(debug@4.3.4)(encoding@0.1.13) + version: 2.64.19(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13) constructs: specifier: 10.2.70 - version: 10.3.0 + version: 10.2.70 debug: specifier: ^4.3.4 version: 4.3.4(supports-color@9.4.0) @@ -734,13 +734,13 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.7.2(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) '@typescript-eslint/parser': specifier: ^6 - version: 6.7.2(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0)(typescript@5.1.6) cdk8s-plus-27: specifier: ^2.7.20 - version: 2.7.20(cdk8s@2.64.19(constructs@10.3.0)(debug@4.3.4)(encoding@0.1.13))(constructs@10.3.0)(debug@4.3.4)(encoding@0.1.13) + version: 2.7.20(cdk8s@2.64.19(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13))(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13) eslint: specifier: ^8 version: 8.47.0 @@ -752,10 +752,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -873,10 +873,10 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.7.2(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) '@typescript-eslint/parser': specifier: ^6 - version: 6.7.2(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0)(typescript@5.1.6) aws-cdk: specifier: ^2.97.0 version: 2.97.0 @@ -894,10 +894,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -949,10 +949,10 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.7.2(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) '@typescript-eslint/parser': specifier: ^6 - version: 6.7.2(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0)(typescript@5.1.6) aws-cdk: specifier: ^2.97.0 version: 2.97.0 @@ -970,10 +970,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -1028,10 +1028,10 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.7.2(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) '@typescript-eslint/parser': specifier: ^6 - version: 6.7.2(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0)(typescript@5.1.6) aws-cdk: specifier: ^2.97.0 version: 2.97.0 @@ -1049,10 +1049,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -3201,6 +3201,13 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + '@eslint-community/regexpp@4.11.1': + resolution: + { + integrity: sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==, + } + engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } + '@eslint-community/regexpp@4.7.0': resolution: { @@ -4737,10 +4744,10 @@ packages: integrity: sha512-ACTuifTSIIbyksx2HTon3aFtCKWcID7/h3XEmRpDYdMCXxPbl+m9GteOJeaAkiAta/NJaSFuA7ahZ0NkwajDSw==, } - '@types/json-schema@7.0.12': + '@types/json-schema@7.0.15': resolution: { - integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==, + integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==, } '@types/json5@0.0.29': @@ -4845,10 +4852,10 @@ packages: integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==, } - '@types/semver@7.5.0': + '@types/semver@7.5.8': resolution: { - integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==, + integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==, } '@types/triple-beam@1.3.2': @@ -4881,10 +4888,10 @@ packages: integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==, } - '@typescript-eslint/eslint-plugin@6.7.2': + '@typescript-eslint/eslint-plugin@6.21.0': resolution: { - integrity: sha512-ooaHxlmSgZTM6CHYAFRlifqh1OAr3PAQEwi7lhYhaegbnXrnh7CDcHmc3+ihhbQC7H0i4JF0psI5ehzkF6Yl6Q==, + integrity: sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==, } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: @@ -4895,10 +4902,10 @@ packages: typescript: optional: true - '@typescript-eslint/parser@6.7.2': + '@typescript-eslint/parser@6.21.0': resolution: { - integrity: sha512-KA3E4ox0ws+SPyxQf9iSI25R6b4Ne78ORhNHeVKrPQnoYsb9UhieoiRoJgrzgEeKGOXhcY1i8YtOeCHHTDa6Fw==, + integrity: sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==, } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: @@ -4908,17 +4915,17 @@ packages: typescript: optional: true - '@typescript-eslint/scope-manager@6.7.2': + '@typescript-eslint/scope-manager@6.21.0': resolution: { - integrity: sha512-bgi6plgyZjEqapr7u2mhxGR6E8WCzKNUFWNh6fkpVe9+yzRZeYtDTbsIBzKbcxI+r1qVWt6VIoMSNZ4r2A+6Yw==, + integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==, } engines: { node: ^16.0.0 || >=18.0.0 } - '@typescript-eslint/type-utils@6.7.2': + '@typescript-eslint/type-utils@6.21.0': resolution: { - integrity: sha512-36F4fOYIROYRl0qj95dYKx6kybddLtsbmPIYNK0OBeXv2j9L5nZ17j9jmfy+bIDHKQgn2EZX+cofsqi8NPATBQ==, + integrity: sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==, } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: @@ -4928,17 +4935,17 @@ packages: typescript: optional: true - '@typescript-eslint/types@6.7.2': + '@typescript-eslint/types@6.21.0': resolution: { - integrity: sha512-flJYwMYgnUNDAN9/GAI3l8+wTmvTYdv64fcH8aoJK76Y+1FCZ08RtI5zDerM/FYT5DMkAc+19E4aLmd5KqdFyg==, + integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==, } engines: { node: ^16.0.0 || >=18.0.0 } - '@typescript-eslint/typescript-estree@6.7.2': + '@typescript-eslint/typescript-estree@6.21.0': resolution: { - integrity: sha512-kiJKVMLkoSciGyFU0TOY0fRxnp9qq1AzVOHNeN1+B9erKFCJ4Z8WdjAkKQPP+b1pWStGFqezMLltxO+308dJTQ==, + integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==, } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: @@ -4947,19 +4954,19 @@ packages: typescript: optional: true - '@typescript-eslint/utils@6.7.2': + '@typescript-eslint/utils@6.21.0': resolution: { - integrity: sha512-ZCcBJug/TS6fXRTsoTkgnsvyWSiXwMNiPzBUani7hDidBdj1779qwM1FIAmpH4lvlOZNF3EScsxxuGifjpLSWQ==, + integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==, } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: eslint: ^7.0.0 || ^8.0.0 - '@typescript-eslint/visitor-keys@6.7.2': + '@typescript-eslint/visitor-keys@6.21.0': resolution: { - integrity: sha512-uVw9VIMFBUTz8rIeaUT3fFe8xIUx8r4ywAdlQv1ifH+6acn/XF8Y6rwJ7XNmkNMDrTW+7+vxFFPIF40nJCVsMQ==, + integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==, } engines: { node: ^16.0.0 || >=18.0.0 } @@ -6297,13 +6304,6 @@ packages: } engines: { node: '>= 16.14.0' } - constructs@10.3.0: - resolution: - { - integrity: sha512-vbK8i3rIb/xwZxSpTjz3SagHn1qq9BChLEfy5Hf6fB3/2eFbrwt2n9kHwQcS0CPTRBesreeAcsJfMq2229FnbQ==, - } - engines: { node: '>= 16.14.0' } - conventional-changelog-angular@5.0.13: resolution: { @@ -8131,6 +8131,13 @@ packages: } engines: { node: '>= 4' } + ignore@5.3.2: + resolution: + { + integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==, + } + engines: { node: '>= 4' } + import-fresh@3.3.0: resolution: { @@ -9221,6 +9228,13 @@ packages: } engines: { node: '>=16 || 14 >=14.17' } + minimatch@9.0.5: + resolution: + { + integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==, + } + engines: { node: '>=16 || 14 >=14.17' } + minimist-options@4.1.0: resolution: { @@ -11568,12 +11582,12 @@ packages: } engines: { node: '>= 14.0.0' } - ts-api-utils@1.0.3: + ts-api-utils@1.3.0: resolution: { - integrity: sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==, + integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==, } - engines: { node: '>=16.13.0' } + engines: { node: '>=16' } peerDependencies: typescript: '>=4.2.0' @@ -11820,10 +11834,10 @@ packages: engines: { node: '>=14.17' } hasBin: true - typescript@5.7.0-dev.20240821: + typescript@5.7.0-dev.20240927: resolution: { - integrity: sha512-0Fy9p2k7DxC6OWPSXqJbrzkaxL4R7N+VRaxHnFeWnYSqwLfKQTX2JeARy+MGcSphRP9KKe/DtMGXYdoULHjMHw==, + integrity: sha512-IWKZHTHAlS8BglLp8iM4rUHhy0h79B9r9vj6b6zpa8U38ofctFS1fLiKY7okZ3JYeG15kUHuOwsLwOmvc5+e1Q==, } engines: { node: '>=14.17' } hasBin: true @@ -13874,7 +13888,7 @@ snapshots: '@babel/traverse': 7.25.3 '@babel/types': 7.25.2 convert-source-map: 2.0.0 - debug: 4.3.6 + debug: 4.3.6(supports-color@9.4.0) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -14167,7 +14181,7 @@ snapshots: '@babel/helper-split-export-declaration': 7.22.6 '@babel/parser': 7.22.10 '@babel/types': 7.22.19 - debug: 4.3.5(supports-color@9.4.0) + debug: 4.3.6(supports-color@9.4.0) globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -14182,7 +14196,7 @@ snapshots: '@babel/helper-split-export-declaration': 7.22.6 '@babel/parser': 7.22.16 '@babel/types': 7.22.19 - debug: 4.3.5(supports-color@9.4.0) + debug: 4.3.6(supports-color@9.4.0) globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -14194,7 +14208,7 @@ snapshots: '@babel/parser': 7.25.3 '@babel/template': 7.25.0 '@babel/types': 7.25.2 - debug: 4.3.6 + debug: 4.3.6(supports-color@9.4.0) globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -14529,6 +14543,8 @@ snapshots: eslint: 8.47.0 eslint-visitor-keys: 3.4.3 + '@eslint-community/regexpp@4.11.1': {} + '@eslint-community/regexpp@4.7.0': {} '@eslint/eslintrc@2.1.2(supports-color@9.4.0)': @@ -14669,7 +14685,7 @@ snapshots: nopt: 5.0.0 npmlog: 5.0.1 rimraf: 3.0.2 - semver: 7.5.4 + semver: 7.6.3 tar: 6.2.0 transitivePeerDependencies: - encoding @@ -14694,7 +14710,7 @@ snapshots: '@npmcli/fs@3.1.0': dependencies: - semver: 7.5.4 + semver: 7.6.3 '@npmcli/git@4.1.0': dependencies: @@ -15621,7 +15637,7 @@ snapshots: '@tufjs/models@1.0.4': dependencies: '@tufjs/canonical-json': 1.0.0 - minimatch: 9.0.3 + minimatch: 9.0.5 '@types/assert@1.5.10': {} @@ -15683,7 +15699,7 @@ snapshots: '@types/js-yaml@4.0.6': {} - '@types/json-schema@7.0.12': {} + '@types/json-schema@7.0.15': {} '@types/json5@0.0.29': {} @@ -15725,7 +15741,7 @@ snapshots: '@types/resolve@1.20.2': {} - '@types/semver@7.5.0': {} + '@types/semver@7.5.8': {} '@types/triple-beam@1.3.2': optional: true @@ -15741,148 +15757,149 @@ snapshots: '@types/node': 18.16.19 optional: true - '@typescript-eslint/eslint-plugin@6.7.2(@typescript-eslint/parser@6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6)': + '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6)': dependencies: - '@eslint-community/regexpp': 4.7.0 - '@typescript-eslint/parser': 6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) - '@typescript-eslint/scope-manager': 6.7.2 - '@typescript-eslint/type-utils': 6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) - '@typescript-eslint/utils': 6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) - '@typescript-eslint/visitor-keys': 6.7.2 - debug: 4.3.4(supports-color@9.4.0) + '@eslint-community/regexpp': 4.11.1 + '@typescript-eslint/parser': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) + '@typescript-eslint/scope-manager': 6.21.0 + '@typescript-eslint/type-utils': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) + '@typescript-eslint/utils': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) + '@typescript-eslint/visitor-keys': 6.21.0 + debug: 4.3.6(supports-color@9.4.0) eslint: 8.47.0(supports-color@9.4.0) graphemer: 1.4.0 - ignore: 5.2.4 + ignore: 5.3.2 natural-compare: 1.4.0 - semver: 7.5.4 - ts-api-utils: 1.0.3(typescript@5.1.6) + semver: 7.6.3 + ts-api-utils: 1.3.0(typescript@5.1.6) optionalDependencies: typescript: 5.1.6 transitivePeerDependencies: - supports-color - '@typescript-eslint/eslint-plugin@6.7.2(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6)': + '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6)': dependencies: - '@eslint-community/regexpp': 4.7.0 - '@typescript-eslint/parser': 6.7.2(eslint@8.47.0)(typescript@5.1.6) - '@typescript-eslint/scope-manager': 6.7.2 - '@typescript-eslint/type-utils': 6.7.2(eslint@8.47.0)(typescript@5.1.6) - '@typescript-eslint/utils': 6.7.2(eslint@8.47.0)(typescript@5.1.6) - '@typescript-eslint/visitor-keys': 6.7.2 - debug: 4.3.4(supports-color@9.4.0) + '@eslint-community/regexpp': 4.11.1 + '@typescript-eslint/parser': 6.21.0(eslint@8.47.0)(typescript@5.1.6) + '@typescript-eslint/scope-manager': 6.21.0 + '@typescript-eslint/type-utils': 6.21.0(eslint@8.47.0)(typescript@5.1.6) + '@typescript-eslint/utils': 6.21.0(eslint@8.47.0)(typescript@5.1.6) + '@typescript-eslint/visitor-keys': 6.21.0 + debug: 4.3.6(supports-color@9.4.0) eslint: 8.47.0 graphemer: 1.4.0 - ignore: 5.2.4 + ignore: 5.3.2 natural-compare: 1.4.0 - semver: 7.5.4 - ts-api-utils: 1.0.3(typescript@5.1.6) + semver: 7.6.3 + ts-api-utils: 1.3.0(typescript@5.1.6) optionalDependencies: typescript: 5.1.6 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6)': + '@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6)': dependencies: - '@typescript-eslint/scope-manager': 6.7.2 - '@typescript-eslint/types': 6.7.2 - '@typescript-eslint/typescript-estree': 6.7.2(supports-color@9.4.0)(typescript@5.1.6) - '@typescript-eslint/visitor-keys': 6.7.2 - debug: 4.3.4(supports-color@9.4.0) + '@typescript-eslint/scope-manager': 6.21.0 + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.1.6) + '@typescript-eslint/visitor-keys': 6.21.0 + debug: 4.3.6(supports-color@9.4.0) eslint: 8.47.0(supports-color@9.4.0) optionalDependencies: typescript: 5.1.6 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6)': + '@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6)': dependencies: - '@typescript-eslint/scope-manager': 6.7.2 - '@typescript-eslint/types': 6.7.2 - '@typescript-eslint/typescript-estree': 6.7.2(supports-color@9.4.0)(typescript@5.1.6) - '@typescript-eslint/visitor-keys': 6.7.2 - debug: 4.3.4(supports-color@9.4.0) + '@typescript-eslint/scope-manager': 6.21.0 + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.1.6) + '@typescript-eslint/visitor-keys': 6.21.0 + debug: 4.3.6(supports-color@9.4.0) eslint: 8.47.0 optionalDependencies: typescript: 5.1.6 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@6.7.2': + '@typescript-eslint/scope-manager@6.21.0': dependencies: - '@typescript-eslint/types': 6.7.2 - '@typescript-eslint/visitor-keys': 6.7.2 + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/visitor-keys': 6.21.0 - '@typescript-eslint/type-utils@6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6)': + '@typescript-eslint/type-utils@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6)': dependencies: - '@typescript-eslint/typescript-estree': 6.7.2(supports-color@9.4.0)(typescript@5.1.6) - '@typescript-eslint/utils': 6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) - debug: 4.3.4(supports-color@9.4.0) + '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.1.6) + '@typescript-eslint/utils': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) + debug: 4.3.6(supports-color@9.4.0) eslint: 8.47.0(supports-color@9.4.0) - ts-api-utils: 1.0.3(typescript@5.1.6) + ts-api-utils: 1.3.0(typescript@5.1.6) optionalDependencies: typescript: 5.1.6 transitivePeerDependencies: - supports-color - '@typescript-eslint/type-utils@6.7.2(eslint@8.47.0)(typescript@5.1.6)': + '@typescript-eslint/type-utils@6.21.0(eslint@8.47.0)(typescript@5.1.6)': dependencies: - '@typescript-eslint/typescript-estree': 6.7.2(supports-color@9.4.0)(typescript@5.1.6) - '@typescript-eslint/utils': 6.7.2(eslint@8.47.0)(typescript@5.1.6) - debug: 4.3.4(supports-color@9.4.0) + '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.1.6) + '@typescript-eslint/utils': 6.21.0(eslint@8.47.0)(typescript@5.1.6) + debug: 4.3.6(supports-color@9.4.0) eslint: 8.47.0 - ts-api-utils: 1.0.3(typescript@5.1.6) + ts-api-utils: 1.3.0(typescript@5.1.6) optionalDependencies: typescript: 5.1.6 transitivePeerDependencies: - supports-color - '@typescript-eslint/types@6.7.2': {} + '@typescript-eslint/types@6.21.0': {} - '@typescript-eslint/typescript-estree@6.7.2(supports-color@9.4.0)(typescript@5.1.6)': + '@typescript-eslint/typescript-estree@6.21.0(supports-color@9.4.0)(typescript@5.1.6)': dependencies: - '@typescript-eslint/types': 6.7.2 - '@typescript-eslint/visitor-keys': 6.7.2 - debug: 4.3.4(supports-color@9.4.0) + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/visitor-keys': 6.21.0 + debug: 4.3.6(supports-color@9.4.0) globby: 11.1.0 is-glob: 4.0.3 - semver: 7.5.4 - ts-api-utils: 1.0.3(typescript@5.1.6) + minimatch: 9.0.3 + semver: 7.6.3 + ts-api-utils: 1.3.0(typescript@5.1.6) optionalDependencies: typescript: 5.1.6 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6)': + '@typescript-eslint/utils@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.47.0(supports-color@9.4.0)) - '@types/json-schema': 7.0.12 - '@types/semver': 7.5.0 - '@typescript-eslint/scope-manager': 6.7.2 - '@typescript-eslint/types': 6.7.2 - '@typescript-eslint/typescript-estree': 6.7.2(supports-color@9.4.0)(typescript@5.1.6) + '@types/json-schema': 7.0.15 + '@types/semver': 7.5.8 + '@typescript-eslint/scope-manager': 6.21.0 + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.1.6) eslint: 8.47.0(supports-color@9.4.0) - semver: 7.5.4 + semver: 7.6.3 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/utils@6.7.2(eslint@8.47.0)(typescript@5.1.6)': + '@typescript-eslint/utils@6.21.0(eslint@8.47.0)(typescript@5.1.6)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.47.0) - '@types/json-schema': 7.0.12 - '@types/semver': 7.5.0 - '@typescript-eslint/scope-manager': 6.7.2 - '@typescript-eslint/types': 6.7.2 - '@typescript-eslint/typescript-estree': 6.7.2(supports-color@9.4.0)(typescript@5.1.6) + '@types/json-schema': 7.0.15 + '@types/semver': 7.5.8 + '@typescript-eslint/scope-manager': 6.21.0 + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.1.6) eslint: 8.47.0 - semver: 7.5.4 + semver: 7.6.3 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/visitor-keys@6.7.2': + '@typescript-eslint/visitor-keys@6.21.0': dependencies: - '@typescript-eslint/types': 6.7.2 + '@typescript-eslint/types': 6.21.0 eslint-visitor-keys: 3.4.3 '@vitejs/plugin-vue-jsx@3.1.0(vite@4.5.3(@types/node@18.16.19))(vue@3.4.38(typescript@5.1.6))': @@ -16404,7 +16421,7 @@ snapshots: builtins@5.0.1: dependencies: - semver: 7.5.4 + semver: 7.6.3 bundle-name@3.0.0: dependencies: @@ -16559,16 +16576,6 @@ snapshots: - debug - encoding - cdk8s-plus-27@2.7.20(cdk8s@2.64.19(constructs@10.3.0)(debug@4.3.4)(encoding@0.1.13))(constructs@10.3.0)(debug@4.3.4)(encoding@0.1.13): - dependencies: - cdk8s: 2.64.19(constructs@10.3.0)(debug@4.3.4)(encoding@0.1.13) - constructs: 10.3.0 - optionalDependencies: - backport: 8.5.0(debug@4.3.4)(encoding@0.1.13) - transitivePeerDependencies: - - debug - - encoding - cdk8s@2.64.19(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13): dependencies: constructs: 10.2.70 @@ -16578,15 +16585,6 @@ snapshots: - debug - encoding - cdk8s@2.64.19(constructs@10.3.0)(debug@4.3.4)(encoding@0.1.13): - dependencies: - constructs: 10.3.0 - optionalDependencies: - backport: 8.5.0(debug@4.3.4)(encoding@0.1.13) - transitivePeerDependencies: - - debug - - encoding - chai@4.3.8: dependencies: assertion-error: 1.1.0 @@ -16814,8 +16812,6 @@ snapshots: constructs@10.2.70: {} - constructs@10.3.0: {} - conventional-changelog-angular@5.0.13: dependencies: compare-func: 2.0.0 @@ -16987,9 +16983,11 @@ snapshots: optionalDependencies: supports-color: 9.4.0 - debug@4.3.6: + debug@4.3.6(supports-color@9.4.0): dependencies: ms: 2.1.2 + optionalDependencies: + supports-color: 9.4.0 decamelize-keys@1.1.1: dependencies: @@ -17139,7 +17137,7 @@ snapshots: dependencies: semver: 7.5.4 shelljs: 0.8.5 - typescript: 5.7.0-dev.20240821 + typescript: 5.7.0-dev.20240927 duplexer@0.1.2: {} @@ -17369,17 +17367,17 @@ snapshots: dependencies: debug: 3.2.7(supports-color@9.4.0) is-core-module: 2.13.0 - resolve: 1.22.4 + resolve: 1.22.6 transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0): + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0): dependencies: debug: 4.3.4(supports-color@9.4.0) enhanced-resolve: 5.15.0 eslint: 8.47.0(supports-color@9.4.0) - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) fast-glob: 3.3.1 get-tsconfig: 4.7.2 is-core-module: 2.13.0 @@ -17390,13 +17388,13 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0): + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0): dependencies: debug: 4.3.4(supports-color@9.4.0) enhanced-resolve: 5.15.0 eslint: 8.47.0 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0))(eslint@8.47.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0))(eslint@8.47.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) fast-glob: 3.3.1 get-tsconfig: 4.7.2 is-core-module: 2.13.0 @@ -17407,29 +17405,29 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-module-utils@2.8.0(@typescript-eslint/parser@6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0): + eslint-module-utils@2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0): dependencies: debug: 3.2.7(supports-color@9.4.0) optionalDependencies: - '@typescript-eslint/parser': 6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) + '@typescript-eslint/parser': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) eslint: 8.47.0(supports-color@9.4.0) eslint-import-resolver-node: 0.3.9(supports-color@9.4.0) - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) transitivePeerDependencies: - supports-color - eslint-module-utils@2.8.0(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0))(eslint@8.47.0): + eslint-module-utils@2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0))(eslint@8.47.0): dependencies: debug: 3.2.7(supports-color@9.4.0) optionalDependencies: - '@typescript-eslint/parser': 6.7.2(eslint@8.47.0)(typescript@5.1.6) + '@typescript-eslint/parser': 6.21.0(eslint@8.47.0)(typescript@5.1.6) eslint: 8.47.0 eslint-import-resolver-node: 0.3.9(supports-color@9.4.0) - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) transitivePeerDependencies: - supports-color - eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0): + eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0): dependencies: array-includes: 3.1.6 array.prototype.findlastindex: 1.2.2 @@ -17439,7 +17437,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.47.0(supports-color@9.4.0) eslint-import-resolver-node: 0.3.9(supports-color@9.4.0) - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) has: 1.0.3 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -17450,13 +17448,13 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.14.2 optionalDependencies: - '@typescript-eslint/parser': 6.7.2(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) + '@typescript-eslint/parser': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0): + eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0): dependencies: array-includes: 3.1.6 array.prototype.findlastindex: 1.2.2 @@ -17466,7 +17464,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.47.0 eslint-import-resolver-node: 0.3.9(supports-color@9.4.0) - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.7.2(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0))(eslint@8.47.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0))(eslint@8.47.0) has: 1.0.3 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -17477,7 +17475,7 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.14.2 optionalDependencies: - '@typescript-eslint/parser': 6.7.2(eslint@8.47.0)(typescript@5.1.6) + '@typescript-eslint/parser': 6.21.0(eslint@8.47.0)(typescript@5.1.6) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -18165,7 +18163,7 @@ snapshots: dependencies: '@tootallnate/once': 2.0.0 agent-base: 6.0.2(supports-color@9.4.0) - debug: 4.3.5(supports-color@9.4.0) + debug: 4.3.6(supports-color@9.4.0) transitivePeerDependencies: - supports-color @@ -18211,6 +18209,8 @@ snapshots: ignore@5.2.4: {} + ignore@5.3.2: {} + import-fresh@3.3.0: dependencies: parent-module: 1.0.1 @@ -18891,6 +18891,10 @@ snapshots: dependencies: brace-expansion: 2.0.1 + minimatch@9.0.5: + dependencies: + brace-expansion: 2.0.1 + minimist-options@4.1.0: dependencies: arrify: 1.0.1 @@ -19050,7 +19054,7 @@ snapshots: nopt: 6.0.0 npmlog: 6.0.2 rimraf: 3.0.2 - semver: 7.5.4 + semver: 7.6.3 tar: 6.2.0 which: 2.0.2 transitivePeerDependencies: @@ -19081,14 +19085,14 @@ snapshots: dependencies: hosted-git-info: 4.1.0 is-core-module: 2.13.0 - semver: 7.5.4 + semver: 7.6.3 validate-npm-package-license: 3.0.4 normalize-package-data@5.0.0: dependencies: hosted-git-info: 6.1.1 is-core-module: 2.13.0 - semver: 7.5.4 + semver: 7.6.3 validate-npm-package-license: 3.0.4 normalize-path@3.0.0: {} @@ -19139,7 +19143,7 @@ snapshots: npm-install-checks@6.2.0: dependencies: - semver: 7.5.4 + semver: 7.6.3 npm-normalize-package-bin@3.0.1: {} @@ -19403,7 +19407,7 @@ snapshots: got: 12.6.1 registry-auth-token: 5.0.2 registry-url: 6.0.1 - semver: 7.5.4 + semver: 7.6.3 pacote@15.2.0(supports-color@9.4.0): dependencies: @@ -19984,7 +19988,7 @@ snapshots: socks-proxy-agent@7.0.0(supports-color@9.4.0): dependencies: agent-base: 6.0.2(supports-color@9.4.0) - debug: 4.3.5(supports-color@9.4.0) + debug: 4.3.6(supports-color@9.4.0) socks: 2.7.1 transitivePeerDependencies: - supports-color @@ -20386,7 +20390,7 @@ snapshots: triple-beam@1.4.1: optional: true - ts-api-utils@1.0.3(typescript@5.1.6): + ts-api-utils@1.3.0(typescript@5.1.6): dependencies: typescript: 5.1.6 @@ -20457,7 +20461,7 @@ snapshots: tuf-js@1.1.7(supports-color@9.4.0): dependencies: '@tufjs/models': 1.0.4 - debug: 4.3.5(supports-color@9.4.0) + debug: 4.3.6(supports-color@9.4.0) make-fetch-happen: 11.1.1(supports-color@9.4.0) transitivePeerDependencies: - supports-color @@ -20513,7 +20517,7 @@ snapshots: typescript@5.1.6: {} - typescript@5.7.0-dev.20240821: {} + typescript@5.7.0-dev.20240927: {} ufo@1.1.2: {} @@ -20773,7 +20777,7 @@ snapshots: vite-node@0.34.6(@types/node@18.16.19): dependencies: cac: 6.7.14 - debug: 4.3.6 + debug: 4.3.6(supports-color@9.4.0) mlly: 1.7.1 pathe: 1.1.2 picocolors: 1.0.1 @@ -20865,7 +20869,7 @@ snapshots: acorn-walk: 8.3.3 cac: 6.7.14 chai: 4.5.0 - debug: 4.3.6 + debug: 4.3.6(supports-color@9.4.0) local-pkg: 0.4.3 magic-string: 0.30.11 pathe: 1.1.2 From 0b04dd18ab4d65bdd9814f4138c6f97a40285eac Mon Sep 17 00:00:00 2001 From: Braden Mars Date: Fri, 27 Sep 2024 18:36:19 -0500 Subject: [PATCH 04/10] style: format files Signed-off-by: Braden Mars --- packages/k8s/construct/api/src/api.ts | 4 ++-- packages/stacks/api/src/main.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/k8s/construct/api/src/api.ts b/packages/k8s/construct/api/src/api.ts index 4cb020d..c1b5eda 100644 --- a/packages/k8s/construct/api/src/api.ts +++ b/packages/k8s/construct/api/src/api.ts @@ -122,7 +122,7 @@ export abstract class ApiComponent< whenUnsatisfiable: 'ScheduleAnyway', labelSelector: this.deployment .toPodSelector()! - .toPodSelectorConfig()! + .toPodSelectorConfig() .labelSelector._toKube(), topologyKey: kplus.Topology.ZONE.key, }, @@ -132,7 +132,7 @@ export abstract class ApiComponent< this.addPdb({ selectors: this.deployment .toPodSelector()! - .toPodSelectorConfig()! + .toPodSelectorConfig() .labelSelector._toKube(), minAvailable: '35%', }) diff --git a/packages/stacks/api/src/main.ts b/packages/stacks/api/src/main.ts index 05d0edb..e8d5d8f 100644 --- a/packages/stacks/api/src/main.ts +++ b/packages/stacks/api/src/main.ts @@ -57,7 +57,7 @@ const prodSecretsProvider = new SopsSecretProvider({ const prodAUSecretsProvider = new SopsSecretProvider({ secretName: 'crisiscleanup-productionau-api', // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access - sopsFilePath: configsSources['production-au']!.secretsPath, + sopsFilePath: configsSources['production-au'].secretsPath, }) const pipeline = Pipeline.builder({ From 647029985322dc7a9c61196fba38f70e4ce0cc35 Mon Sep 17 00:00:00 2001 From: Braden Mars Date: Fri, 27 Sep 2024 18:43:36 -0500 Subject: [PATCH 05/10] chore(github): update generated workflows Signed-off-by: Braden Mars --- .github/workflows/build.yml | 12 ++++++------ .github/workflows/static.yml | 6 +++--- .github/workflows/upgrade.yml | 12 ++++++------ 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e4e2d3..b5f1e79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,16 +22,16 @@ jobs: SKIP_SYNTH: "1" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Setup pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4 with: version: 9.7.1 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.16.0 cache: pnpm @@ -46,7 +46,7 @@ jobs: git diff --staged --patch --exit-code > .repo.patch || echo "self_mutation_happened=true" >> $GITHUB_OUTPUT - name: Upload patch if: steps.self_mutation.outputs.self_mutation_happened - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: .repo.patch path: .repo.patch @@ -70,13 +70,13 @@ jobs: app_id: ${{ secrets.CCU_BOT_APP_ID }} private_key: ${{ secrets.CCU_BOT_PRIVATE_KEY }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ steps.generate_token.outputs.token }} ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Download patch - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: .repo.patch path: ${{ runner.temp }} diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 3684585..1d09692 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -29,11 +29,11 @@ jobs: SKIP_SYNTH: "1" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PNPM - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "18" cache: pnpm diff --git a/.github/workflows/upgrade.yml b/.github/workflows/upgrade.yml index b5dbce3..13a3ace 100644 --- a/.github/workflows/upgrade.yml +++ b/.github/workflows/upgrade.yml @@ -15,13 +15,13 @@ jobs: patch_created: ${{ steps.create_patch.outputs.patch_created }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4 with: version: 9.7.1 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.16.0 cache: pnpm @@ -36,7 +36,7 @@ jobs: git diff --staged --patch --exit-code > .repo.patch || echo "patch_created=true" >> $GITHUB_OUTPUT - name: Upload patch if: steps.create_patch.outputs.patch_created - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: .repo.patch path: .repo.patch @@ -55,10 +55,10 @@ jobs: app_id: ${{ secrets.CCU_BOT_APP_ID }} private_key: ${{ secrets.CCU_BOT_PRIVATE_KEY }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: {} - name: Download patch - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: .repo.patch path: ${{ runner.temp }} From 1784933a2b21dceebe0f7535801f96cf739783ca Mon Sep 17 00:00:00 2001 From: Braden Mars Date: Fri, 27 Sep 2024 19:29:55 -0500 Subject: [PATCH 06/10] feat(deps): upgrade typescript to `~5.2` Signed-off-by: Braden Mars --- .projenrc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.projenrc.ts b/.projenrc.ts index d9b0ff2..01927c8 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -48,7 +48,7 @@ const CommonDefaultsBuilder = new builders.DefaultOptionsBuilder({ projenrcTs: true, minNodeVersion: '18.16.0', pnpmVersion: '9.7.1', - typescriptVersion: '~5.1', + typescriptVersion: '~5.2', author: 'CrisisCleanup', authorName: 'CrisisCleanup', authorOrganization: true, From b6c2e8f557912b63ec3cdb7dfb53bc484b14e9fd Mon Sep 17 00:00:00 2001 From: Braden Mars Date: Fri, 27 Sep 2024 19:30:13 -0500 Subject: [PATCH 07/10] chore: update generated files Signed-off-by: Braden Mars --- .projen/deps.json | 2 +- package.json | 2 +- .../charts/crisiscleanup/.projen/deps.json | 2 +- packages/charts/crisiscleanup/package.json | 2 +- packages/config/.projen/deps.json | 2 +- packages/config/package.json | 2 +- .../cloudfront-url-rewrite/.projen/deps.json | 2 +- .../cloudfront-url-rewrite/package.json | 2 +- .../awscdk/github-pipeline/.projen/deps.json | 2 +- .../awscdk/github-pipeline/package.json | 2 +- .../awscdk/pdf-renderer/.projen/deps.json | 2 +- .../awscdk/pdf-renderer/package.json | 2 +- packages/k8s/construct/api/.projen/deps.json | 2 +- packages/k8s/construct/api/package.json | 2 +- .../k8s/construct/component/.projen/deps.json | 2 +- packages/k8s/construct/component/package.json | 2 +- packages/stacks/api/.projen/deps.json | 2 +- packages/stacks/api/package.json | 2 +- .../stacks/maintenance-site/.projen/deps.json | 2 +- packages/stacks/maintenance-site/package.json | 2 +- packages/stacks/web/.projen/deps.json | 2 +- packages/stacks/web/package.json | 2 +- pnpm-lock.yaml | 386 +++++++++--------- 23 files changed, 220 insertions(+), 210 deletions(-) diff --git a/.projen/deps.json b/.projen/deps.json index cc44c0a..ba44602 100644 --- a/.projen/deps.json +++ b/.projen/deps.json @@ -140,7 +140,7 @@ }, { "name": "typescript", - "version": "~5.1", + "version": "~5.2", "type": "build" }, { diff --git a/package.json b/package.json index 456fa4f..2c3c10a 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "ts-node": "^10.9.1", "tsx": "^3.13.0", "typedoc": "^0.25.1", - "typescript": "~5.1", + "typescript": "~5.2", "vitest": "^0.34.5", "zod": "^3.22.2", "zod-to-json-schema": "^3.21.4", diff --git a/packages/charts/crisiscleanup/.projen/deps.json b/packages/charts/crisiscleanup/.projen/deps.json index 0e6f0c4..9147037 100644 --- a/packages/charts/crisiscleanup/.projen/deps.json +++ b/packages/charts/crisiscleanup/.projen/deps.json @@ -80,7 +80,7 @@ }, { "name": "typescript", - "version": "~5.1", + "version": "~5.2", "type": "build" }, { diff --git a/packages/charts/crisiscleanup/package.json b/packages/charts/crisiscleanup/package.json index 4544877..5e736d4 100644 --- a/packages/charts/crisiscleanup/package.json +++ b/packages/charts/crisiscleanup/package.json @@ -43,7 +43,7 @@ "prettier": "^3.0.3", "projen": "^0.73.31", "tsx": "^3.13.0", - "typescript": "~5.1", + "typescript": "~5.2", "unbuild": "^2.0.0-rc.0", "vitest": "^0.34.5" }, diff --git a/packages/config/.projen/deps.json b/packages/config/.projen/deps.json index 5a00e71..c8b8314 100644 --- a/packages/config/.projen/deps.json +++ b/packages/config/.projen/deps.json @@ -76,7 +76,7 @@ }, { "name": "typescript", - "version": "~5.1", + "version": "~5.2", "type": "build" }, { diff --git a/packages/config/package.json b/packages/config/package.json index 6e800f5..fdc13d6 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -44,7 +44,7 @@ "prettier": "^3.0.3", "standard-version": "^9", "supports-color": "^9.4.0", - "typescript": "~5.1", + "typescript": "~5.2", "unbuild": "^2.0.0-rc.0", "vitest": "^0.34.5" }, diff --git a/packages/construct/awscdk/cloudfront-url-rewrite/.projen/deps.json b/packages/construct/awscdk/cloudfront-url-rewrite/.projen/deps.json index 72e0ed8..06d105e 100644 --- a/packages/construct/awscdk/cloudfront-url-rewrite/.projen/deps.json +++ b/packages/construct/awscdk/cloudfront-url-rewrite/.projen/deps.json @@ -103,7 +103,7 @@ }, { "name": "typescript", - "version": "~5.1", + "version": "~5.2", "type": "build" }, { diff --git a/packages/construct/awscdk/cloudfront-url-rewrite/package.json b/packages/construct/awscdk/cloudfront-url-rewrite/package.json index 9cabf79..4436d29 100644 --- a/packages/construct/awscdk/cloudfront-url-rewrite/package.json +++ b/packages/construct/awscdk/cloudfront-url-rewrite/package.json @@ -54,7 +54,7 @@ "npm-check-updates": "^16", "prettier": "^3.0.3", "projen": "^0.73.31", - "typescript": "~5.1", + "typescript": "~5.2", "unbuild": "^2.0.0-rc.0", "vitest": "^0.34.5" }, diff --git a/packages/construct/awscdk/github-pipeline/.projen/deps.json b/packages/construct/awscdk/github-pipeline/.projen/deps.json index 23a03ad..84a64db 100644 --- a/packages/construct/awscdk/github-pipeline/.projen/deps.json +++ b/packages/construct/awscdk/github-pipeline/.projen/deps.json @@ -103,7 +103,7 @@ }, { "name": "typescript", - "version": "~5.1", + "version": "~5.2", "type": "build" }, { diff --git a/packages/construct/awscdk/github-pipeline/package.json b/packages/construct/awscdk/github-pipeline/package.json index 7f4c0c2..3d0557d 100644 --- a/packages/construct/awscdk/github-pipeline/package.json +++ b/packages/construct/awscdk/github-pipeline/package.json @@ -54,7 +54,7 @@ "npm-check-updates": "^16", "prettier": "^3.0.3", "projen": "^0.73.31", - "typescript": "~5.1", + "typescript": "~5.2", "unbuild": "^2.0.0-rc.0", "vitest": "^0.34.5" }, diff --git a/packages/construct/awscdk/pdf-renderer/.projen/deps.json b/packages/construct/awscdk/pdf-renderer/.projen/deps.json index 69da689..768cddf 100644 --- a/packages/construct/awscdk/pdf-renderer/.projen/deps.json +++ b/packages/construct/awscdk/pdf-renderer/.projen/deps.json @@ -108,7 +108,7 @@ }, { "name": "typescript", - "version": "~5.1", + "version": "~5.2", "type": "build" }, { diff --git a/packages/construct/awscdk/pdf-renderer/package.json b/packages/construct/awscdk/pdf-renderer/package.json index 87cdc7d..de79437 100644 --- a/packages/construct/awscdk/pdf-renderer/package.json +++ b/packages/construct/awscdk/pdf-renderer/package.json @@ -57,7 +57,7 @@ "npm-check-updates": "^16", "prettier": "^3.0.3", "projen": "^0.73.31", - "typescript": "~5.1", + "typescript": "~5.2", "unbuild": "^2.0.0-rc.0" }, "peerDependencies": { diff --git a/packages/k8s/construct/api/.projen/deps.json b/packages/k8s/construct/api/.projen/deps.json index acc8fec..df94f3a 100644 --- a/packages/k8s/construct/api/.projen/deps.json +++ b/packages/k8s/construct/api/.projen/deps.json @@ -94,7 +94,7 @@ }, { "name": "typescript", - "version": "~5.1", + "version": "~5.2", "type": "build" }, { diff --git a/packages/k8s/construct/api/package.json b/packages/k8s/construct/api/package.json index b0bb545..c993927 100644 --- a/packages/k8s/construct/api/package.json +++ b/packages/k8s/construct/api/package.json @@ -51,7 +51,7 @@ "npm-check-updates": "^16", "prettier": "^3.0.3", "projen": "^0.73.31", - "typescript": "~5.1", + "typescript": "~5.2", "unbuild": "^2.0.0-rc.0" }, "peerDependencies": { diff --git a/packages/k8s/construct/component/.projen/deps.json b/packages/k8s/construct/component/.projen/deps.json index dca576a..3710791 100644 --- a/packages/k8s/construct/component/.projen/deps.json +++ b/packages/k8s/construct/component/.projen/deps.json @@ -94,7 +94,7 @@ }, { "name": "typescript", - "version": "~5.1", + "version": "~5.2", "type": "build" }, { diff --git a/packages/k8s/construct/component/package.json b/packages/k8s/construct/component/package.json index 08f698c..fe8891d 100644 --- a/packages/k8s/construct/component/package.json +++ b/packages/k8s/construct/component/package.json @@ -51,7 +51,7 @@ "npm-check-updates": "^16", "prettier": "^3.0.3", "projen": "^0.73.31", - "typescript": "~5.1", + "typescript": "~5.2", "unbuild": "^2.0.0-rc.0" }, "peerDependencies": { diff --git a/packages/stacks/api/.projen/deps.json b/packages/stacks/api/.projen/deps.json index 026896e..2a423ed 100644 --- a/packages/stacks/api/.projen/deps.json +++ b/packages/stacks/api/.projen/deps.json @@ -80,7 +80,7 @@ }, { "name": "typescript", - "version": "~5.1", + "version": "~5.2", "type": "build" }, { diff --git a/packages/stacks/api/package.json b/packages/stacks/api/package.json index 4473f79..99eedc8 100644 --- a/packages/stacks/api/package.json +++ b/packages/stacks/api/package.json @@ -45,7 +45,7 @@ "prettier": "^3.0.3", "projen": "^0.73.31", "ts-node": "^10.9.1", - "typescript": "~5.1", + "typescript": "~5.2", "vitest": "^0.34.5" }, "dependencies": { diff --git a/packages/stacks/maintenance-site/.projen/deps.json b/packages/stacks/maintenance-site/.projen/deps.json index 4a51e25..2aaa2c2 100644 --- a/packages/stacks/maintenance-site/.projen/deps.json +++ b/packages/stacks/maintenance-site/.projen/deps.json @@ -72,7 +72,7 @@ }, { "name": "typescript", - "version": "~5.1", + "version": "~5.2", "type": "build" }, { diff --git a/packages/stacks/maintenance-site/package.json b/packages/stacks/maintenance-site/package.json index e353a0e..c5bc47e 100644 --- a/packages/stacks/maintenance-site/package.json +++ b/packages/stacks/maintenance-site/package.json @@ -43,7 +43,7 @@ "prettier": "^3.0.3", "projen": "^0.73.31", "ts-node": "^10.9.1", - "typescript": "~5.1", + "typescript": "~5.2", "vitest": "^0.34.5" }, "dependencies": { diff --git a/packages/stacks/web/.projen/deps.json b/packages/stacks/web/.projen/deps.json index 490f32c..6935a33 100644 --- a/packages/stacks/web/.projen/deps.json +++ b/packages/stacks/web/.projen/deps.json @@ -72,7 +72,7 @@ }, { "name": "typescript", - "version": "~5.1", + "version": "~5.2", "type": "build" }, { diff --git a/packages/stacks/web/package.json b/packages/stacks/web/package.json index 12ad99f..f9f45fc 100644 --- a/packages/stacks/web/package.json +++ b/packages/stacks/web/package.json @@ -43,7 +43,7 @@ "prettier": "^3.0.3", "projen": "^0.73.31", "ts-node": "^10.9.1", - "typescript": "~5.1", + "typescript": "~5.2", "vitest": "^0.34.5" }, "dependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 31a587f..2b0141e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -44,13 +44,13 @@ importers: version: 0.1.21(projen@0.73.31) '@arroyodev-llc/projen.component.vitest': specifier: ^0.1.27 - version: 0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(@types/node@18.16.19)(constructs@10.2.70)(projen@0.73.31)(vue@3.4.38(typescript@5.1.6)) + version: 0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(@types/node@18.16.19)(constructs@10.2.70)(projen@0.73.31)(vue@3.4.38(typescript@5.2.2)) '@arroyodev-llc/projen.project.nx-monorepo': specifier: ^0.1.29 version: 0.1.29(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31) '@arroyodev-llc/projen.project.typescript': specifier: ^0.1.31 - version: 0.1.31(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.73.31)(simple-git-hooks@2.9.0)(typescript@5.1.6) + version: 0.1.31(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.73.31)(simple-git-hooks@2.9.0)(typescript@5.2.2) '@arroyodev-llc/utils.projen': specifier: ^0.1.23 version: 0.1.23(constructs@10.2.70) @@ -80,10 +80,10 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/parser': specifier: ^6 - version: 6.21.0(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0)(typescript@5.2.2) defu: specifier: ^6.1.2 version: 6.1.2 @@ -101,10 +101,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -137,16 +137,16 @@ importers: version: 11.2.1 ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@18.16.19)(typescript@5.1.6) + version: 10.9.1(@types/node@18.16.19)(typescript@5.2.2) tsx: specifier: ^3.13.0 version: 3.13.0 typedoc: specifier: ^0.25.1 - version: 0.25.1(typescript@5.1.6) + version: 0.25.1(typescript@5.2.2) typescript: - specifier: ~5.1 - version: 5.1.6 + specifier: ~5.2 + version: 5.2.2 vitest: specifier: ^0.34.5 version: 0.34.5(supports-color@9.4.0) @@ -198,7 +198,7 @@ importers: devDependencies: '@arroyodev-llc/utils.unbuild-composite-preset': specifier: ^0.1.6 - version: 0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6)) + version: 0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.2.2)) '@types/debug': specifier: ^4.1.9 version: 4.1.9 @@ -210,10 +210,10 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/parser': specifier: ^6 - version: 6.21.0(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0)(typescript@5.2.2) cdk8s-cli: specifier: ^2.103.0 version: 2.103.0(debug@4.3.4)(encoding@0.1.13) @@ -228,10 +228,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -251,11 +251,11 @@ importers: specifier: ^3.13.0 version: 3.13.0 typescript: - specifier: ~5.1 - version: 5.1.6 + specifier: ~5.2 + version: 5.2.2 unbuild: specifier: ^2.0.0-rc.0 - version: 2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6) + version: 2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.2.2) vitest: specifier: ^0.34.5 version: 0.34.5(supports-color@9.4.0) @@ -292,7 +292,7 @@ importers: devDependencies: '@arroyodev-llc/utils.unbuild-composite-preset': specifier: ^0.1.6 - version: 0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(supports-color@9.4.0)(typescript@5.1.6)) + version: 0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(supports-color@9.4.0)(typescript@5.2.2)) '@types/debug': specifier: ^4.1.9 version: 4.1.9 @@ -304,10 +304,10 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) '@typescript-eslint/parser': specifier: ^6 - version: 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) eslint: specifier: ^8 version: 8.47.0(supports-color@9.4.0) @@ -319,10 +319,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0(supports-color@9.4.0)))(eslint@8.47.0(supports-color@9.4.0))(prettier@3.0.3) @@ -342,11 +342,11 @@ importers: specifier: ^9.4.0 version: 9.4.0 typescript: - specifier: ~5.1 - version: 5.1.6 + specifier: ~5.2 + version: 5.2.2 unbuild: specifier: ^2.0.0-rc.0 - version: 2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(supports-color@9.4.0)(typescript@5.1.6) + version: 2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(supports-color@9.4.0)(typescript@5.2.2) vitest: specifier: ^0.34.5 version: 0.34.5(supports-color@9.4.0) @@ -355,7 +355,7 @@ importers: devDependencies: '@arroyodev-llc/utils.unbuild-composite-preset': specifier: ^0.1.6 - version: 0.1.6(unbuild@2.0.0(typescript@5.1.6)) + version: 0.1.6(unbuild@2.0.0(typescript@5.2.2)) '@types/aws-lambda': specifier: ^8.10.122 version: 8.10.122 @@ -364,10 +364,10 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/parser': specifier: ^6 - version: 6.21.0(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0)(typescript@5.2.2) aws-cdk-lib: specifier: 2.97.0 version: 2.97.0(constructs@10.2.70) @@ -388,10 +388,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -423,11 +423,11 @@ importers: specifier: ^0.73.31 version: 0.73.31 typescript: - specifier: ~5.1 - version: 5.1.6 + specifier: ~5.2 + version: 5.2.2 unbuild: specifier: ^2.0.0-rc.0 - version: 2.0.0(typescript@5.1.6) + version: 2.0.0(typescript@5.2.2) vitest: specifier: ^0.34.5 version: 0.34.5(supports-color@9.4.0) @@ -449,7 +449,7 @@ importers: devDependencies: '@arroyodev-llc/utils.unbuild-composite-preset': specifier: ^0.1.6 - version: 0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6)) + version: 0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.2.2)) '@types/flat': specifier: ^5.0.3 version: 5.0.3 @@ -458,10 +458,10 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/parser': specifier: ^6 - version: 6.21.0(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0)(typescript@5.2.2) aws-cdk-lib: specifier: 2.97.0 version: 2.97.0(constructs@10.2.70) @@ -482,10 +482,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -517,11 +517,11 @@ importers: specifier: ^0.73.31 version: 0.73.31 typescript: - specifier: ~5.1 - version: 5.1.6 + specifier: ~5.2 + version: 5.2.2 unbuild: specifier: ^2.0.0-rc.0 - version: 2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6) + version: 2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.2.2) vitest: specifier: ^0.34.5 version: 0.34.5(supports-color@9.4.0) @@ -537,7 +537,7 @@ importers: devDependencies: '@arroyodev-llc/utils.unbuild-composite-preset': specifier: ^0.1.6 - version: 0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6)) + version: 0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.2.2)) '@sparticuz/chromium-min': specifier: 123.0.1 version: 123.0.1 @@ -549,10 +549,10 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/parser': specifier: ^6 - version: 6.21.0(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0)(typescript@5.2.2) aws-cdk-lib: specifier: 2.97.0 version: 2.97.0(constructs@10.2.70) @@ -573,10 +573,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -608,11 +608,11 @@ importers: specifier: ^0.73.31 version: 0.73.31 typescript: - specifier: ~5.1 - version: 5.1.6 + specifier: ~5.2 + version: 5.2.2 unbuild: specifier: ^2.0.0-rc.0 - version: 2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6) + version: 2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.2.2) packages/k8s/construct/api: dependencies: @@ -637,7 +637,7 @@ importers: devDependencies: '@arroyodev-llc/utils.unbuild-composite-preset': specifier: ^0.1.6 - version: 0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6)) + version: 0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.2.2)) '@types/debug': specifier: ^4.1.9 version: 4.1.9 @@ -646,10 +646,10 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/parser': specifier: ^6 - version: 6.21.0(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0)(typescript@5.2.2) cdk8s-plus-27: specifier: ^2.7.20 version: 2.7.20(cdk8s@2.64.19(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13))(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13) @@ -664,10 +664,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -699,11 +699,11 @@ importers: specifier: ^0.73.31 version: 0.73.31 typescript: - specifier: ~5.1 - version: 5.1.6 + specifier: ~5.2 + version: 5.2.2 unbuild: specifier: ^2.0.0-rc.0 - version: 2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6) + version: 2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.2.2) packages/k8s/construct/component: dependencies: @@ -725,7 +725,7 @@ importers: devDependencies: '@arroyodev-llc/utils.unbuild-composite-preset': specifier: ^0.1.6 - version: 0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6)) + version: 0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.2.2)) '@types/debug': specifier: ^4.1.9 version: 4.1.9 @@ -734,10 +734,10 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/parser': specifier: ^6 - version: 6.21.0(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0)(typescript@5.2.2) cdk8s-plus-27: specifier: ^2.7.20 version: 2.7.20(cdk8s@2.64.19(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13))(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13) @@ -752,10 +752,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -787,11 +787,11 @@ importers: specifier: ^0.73.31 version: 0.73.31 typescript: - specifier: ~5.1 - version: 5.1.6 + specifier: ~5.2 + version: 5.2.2 unbuild: specifier: ^2.0.0-rc.0 - version: 2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6) + version: 2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.2.2) packages/stacks/api: dependencies: @@ -873,10 +873,10 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/parser': specifier: ^6 - version: 6.21.0(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0)(typescript@5.2.2) aws-cdk: specifier: ^2.97.0 version: 2.97.0 @@ -894,10 +894,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -915,10 +915,10 @@ importers: version: 0.73.31 ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@18.16.19)(typescript@5.1.6) + version: 10.9.1(@types/node@18.16.19)(typescript@5.2.2) typescript: - specifier: ~5.1 - version: 5.1.6 + specifier: ~5.2 + version: 5.2.2 vitest: specifier: ^0.34.5 version: 0.34.5(supports-color@9.4.0) @@ -949,10 +949,10 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/parser': specifier: ^6 - version: 6.21.0(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0)(typescript@5.2.2) aws-cdk: specifier: ^2.97.0 version: 2.97.0 @@ -970,10 +970,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -991,10 +991,10 @@ importers: version: 0.73.31 ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@18.16.19)(typescript@5.1.6) + version: 10.9.1(@types/node@18.16.19)(typescript@5.2.2) typescript: - specifier: ~5.1 - version: 5.1.6 + specifier: ~5.2 + version: 5.2.2 vitest: specifier: ^0.34.5 version: 0.34.5(supports-color@9.4.0) @@ -1028,10 +1028,10 @@ importers: version: 18.16.19 '@typescript-eslint/eslint-plugin': specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/parser': specifier: ^6 - version: 6.21.0(eslint@8.47.0)(typescript@5.1.6) + version: 6.21.0(eslint@8.47.0)(typescript@5.2.2) aws-cdk: specifier: ^2.97.0 version: 2.97.0 @@ -1049,10 +1049,10 @@ importers: version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -1070,10 +1070,10 @@ importers: version: 0.73.31 ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@18.16.19)(typescript@5.1.6) + version: 10.9.1(@types/node@18.16.19)(typescript@5.2.2) typescript: - specifier: ~5.1 - version: 5.1.6 + specifier: ~5.2 + version: 5.2.2 vitest: specifier: ^0.34.5 version: 0.34.5(supports-color@9.4.0) @@ -11834,6 +11834,14 @@ packages: engines: { node: '>=14.17' } hasBin: true + typescript@5.2.2: + resolution: + { + integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==, + } + engines: { node: '>=14.17' } + hasBin: true + typescript@5.7.0-dev.20240927: resolution: { @@ -12666,7 +12674,7 @@ snapshots: transitivePeerDependencies: - constructs - '@arroyodev-llc/projen.component.unbuild@0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31)(typescript@5.1.6)': + '@arroyodev-llc/projen.component.unbuild@0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31)(typescript@5.2.2)': dependencies: '@arroyodev-llc/projen.component.typescript-source-file': 0.1.26(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31) '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) @@ -12674,21 +12682,21 @@ snapshots: '@aws/pdk': 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) projen: 0.73.31 ts-morph: 19.0.0 - unbuild: 2.0.0(typescript@5.1.6) + unbuild: 2.0.0(typescript@5.2.2) transitivePeerDependencies: - constructs - sass - supports-color - typescript - '@arroyodev-llc/projen.component.vite@0.1.28(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(@types/node@18.16.19)(constructs@10.2.70)(projen@0.73.31)(vue@3.4.38(typescript@5.1.6))': + '@arroyodev-llc/projen.component.vite@0.1.28(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(@types/node@18.16.19)(constructs@10.2.70)(projen@0.73.31)(vue@3.4.38(typescript@5.2.2))': dependencies: '@arroyodev-llc/projen.component.linting': 0.1.24(constructs@10.2.70)(projen@0.73.31) '@arroyodev-llc/projen.component.typescript-source-file': 0.1.26(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31) '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) '@arroyodev-llc/utils.ts-ast': 0.1.13(constructs@10.2.70) - '@vitejs/plugin-vue': 4.6.2(vite@4.5.3(@types/node@18.16.19))(vue@3.4.38(typescript@5.1.6)) - '@vitejs/plugin-vue-jsx': 3.1.0(vite@4.5.3(@types/node@18.16.19))(vue@3.4.38(typescript@5.1.6)) + '@vitejs/plugin-vue': 4.6.2(vite@4.5.3(@types/node@18.16.19))(vue@3.4.38(typescript@5.2.2)) + '@vitejs/plugin-vue-jsx': 3.1.0(vite@4.5.3(@types/node@18.16.19))(vue@3.4.38(typescript@5.2.2)) projen: 0.73.31 ts-morph: 19.0.0 vite: 4.5.3(@types/node@18.16.19) @@ -12705,10 +12713,10 @@ snapshots: - terser - vue - '@arroyodev-llc/projen.component.vitest@0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(@types/node@18.16.19)(constructs@10.2.70)(projen@0.73.31)(vue@3.4.38(typescript@5.1.6))': + '@arroyodev-llc/projen.component.vitest@0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(@types/node@18.16.19)(constructs@10.2.70)(projen@0.73.31)(vue@3.4.38(typescript@5.2.2))': dependencies: '@arroyodev-llc/projen.component.typescript-source-file': 0.1.26(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31) - '@arroyodev-llc/projen.component.vite': 0.1.28(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(@types/node@18.16.19)(constructs@10.2.70)(projen@0.73.31)(vue@3.4.38(typescript@5.1.6)) + '@arroyodev-llc/projen.component.vite': 0.1.28(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(@types/node@18.16.19)(constructs@10.2.70)(projen@0.73.31)(vue@3.4.38(typescript@5.2.2)) '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) '@arroyodev-llc/utils.ts-ast': 0.1.13(constructs@10.2.70) projen: 0.73.31 @@ -12748,14 +12756,14 @@ snapshots: transitivePeerDependencies: - constructs - '@arroyodev-llc/projen.project.typescript@0.1.31(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.73.31)(simple-git-hooks@2.9.0)(typescript@5.1.6)': + '@arroyodev-llc/projen.project.typescript@0.1.31(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.73.31)(simple-git-hooks@2.9.0)(typescript@5.2.2)': dependencies: '@arroyodev-llc/projen.component.git-hooks': 0.1.13(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.73.31)(simple-git-hooks@2.9.0) '@arroyodev-llc/projen.component.linting': 0.1.24(constructs@10.2.70)(projen@0.73.31) '@arroyodev-llc/projen.component.pnpm-workspace': 0.1.25(constructs@10.2.70)(projen@0.73.31) '@arroyodev-llc/projen.component.release-please': 0.1.26(constructs@10.2.70)(projen@0.73.31) '@arroyodev-llc/projen.component.tsconfig-container': 0.1.19(constructs@10.2.70)(projen@0.73.31) - '@arroyodev-llc/projen.component.unbuild': 0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31)(typescript@5.1.6) + '@arroyodev-llc/projen.component.unbuild': 0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31)(typescript@5.2.2) '@arroyodev-llc/projen.project.nx-monorepo': 0.1.29(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31) '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) '@arroyodev-llc/utils.projen-builder': 0.1.8(constructs@10.2.70) @@ -12804,17 +12812,17 @@ snapshots: transitivePeerDependencies: - constructs - '@arroyodev-llc/utils.unbuild-composite-preset@0.1.6(unbuild@2.0.0(typescript@5.1.6))': + '@arroyodev-llc/utils.unbuild-composite-preset@0.1.6(unbuild@2.0.0(typescript@5.2.2))': dependencies: - unbuild: 2.0.0(typescript@5.1.6) + unbuild: 2.0.0(typescript@5.2.2) - '@arroyodev-llc/utils.unbuild-composite-preset@0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(supports-color@9.4.0)(typescript@5.1.6))': + '@arroyodev-llc/utils.unbuild-composite-preset@0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(supports-color@9.4.0)(typescript@5.2.2))': dependencies: - unbuild: 2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(supports-color@9.4.0)(typescript@5.1.6) + unbuild: 2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(supports-color@9.4.0)(typescript@5.2.2) - '@arroyodev-llc/utils.unbuild-composite-preset@0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6))': + '@arroyodev-llc/utils.unbuild-composite-preset@0.1.6(unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.2.2))': dependencies: - unbuild: 2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6) + unbuild: 2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.2.2) '@aws-cdk/asset-awscli-v1@2.2.200': {} @@ -15757,13 +15765,13 @@ snapshots: '@types/node': 18.16.19 optional: true - '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6)': + '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2)': dependencies: '@eslint-community/regexpp': 4.11.1 - '@typescript-eslint/parser': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) + '@typescript-eslint/parser': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) '@typescript-eslint/scope-manager': 6.21.0 - '@typescript-eslint/type-utils': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) - '@typescript-eslint/utils': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) + '@typescript-eslint/type-utils': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) '@typescript-eslint/visitor-keys': 6.21.0 debug: 4.3.6(supports-color@9.4.0) eslint: 8.47.0(supports-color@9.4.0) @@ -15771,19 +15779,19 @@ snapshots: ignore: 5.3.2 natural-compare: 1.4.0 semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.1.6) + ts-api-utils: 1.3.0(typescript@5.2.2) optionalDependencies: - typescript: 5.1.6 + typescript: 5.2.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint@8.47.0)(typescript@5.1.6)': + '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2)': dependencies: '@eslint-community/regexpp': 4.11.1 - '@typescript-eslint/parser': 6.21.0(eslint@8.47.0)(typescript@5.1.6) + '@typescript-eslint/parser': 6.21.0(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/scope-manager': 6.21.0 - '@typescript-eslint/type-utils': 6.21.0(eslint@8.47.0)(typescript@5.1.6) - '@typescript-eslint/utils': 6.21.0(eslint@8.47.0)(typescript@5.1.6) + '@typescript-eslint/type-utils': 6.21.0(eslint@8.47.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.21.0(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/visitor-keys': 6.21.0 debug: 4.3.6(supports-color@9.4.0) eslint: 8.47.0 @@ -15791,35 +15799,35 @@ snapshots: ignore: 5.3.2 natural-compare: 1.4.0 semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.1.6) + ts-api-utils: 1.3.0(typescript@5.2.2) optionalDependencies: - typescript: 5.1.6 + typescript: 5.2.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6)': + '@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2)': dependencies: '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.1.6) + '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.2.2) '@typescript-eslint/visitor-keys': 6.21.0 debug: 4.3.6(supports-color@9.4.0) eslint: 8.47.0(supports-color@9.4.0) optionalDependencies: - typescript: 5.1.6 + typescript: 5.2.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6)': + '@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2)': dependencies: '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.1.6) + '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.2.2) '@typescript-eslint/visitor-keys': 6.21.0 debug: 4.3.6(supports-color@9.4.0) eslint: 8.47.0 optionalDependencies: - typescript: 5.1.6 + typescript: 5.2.2 transitivePeerDependencies: - supports-color @@ -15828,33 +15836,33 @@ snapshots: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/visitor-keys': 6.21.0 - '@typescript-eslint/type-utils@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6)': + '@typescript-eslint/type-utils@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2)': dependencies: - '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.1.6) - '@typescript-eslint/utils': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) + '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) debug: 4.3.6(supports-color@9.4.0) eslint: 8.47.0(supports-color@9.4.0) - ts-api-utils: 1.3.0(typescript@5.1.6) + ts-api-utils: 1.3.0(typescript@5.2.2) optionalDependencies: - typescript: 5.1.6 + typescript: 5.2.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/type-utils@6.21.0(eslint@8.47.0)(typescript@5.1.6)': + '@typescript-eslint/type-utils@6.21.0(eslint@8.47.0)(typescript@5.2.2)': dependencies: - '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.1.6) - '@typescript-eslint/utils': 6.21.0(eslint@8.47.0)(typescript@5.1.6) + '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.21.0(eslint@8.47.0)(typescript@5.2.2) debug: 4.3.6(supports-color@9.4.0) eslint: 8.47.0 - ts-api-utils: 1.3.0(typescript@5.1.6) + ts-api-utils: 1.3.0(typescript@5.2.2) optionalDependencies: - typescript: 5.1.6 + typescript: 5.2.2 transitivePeerDependencies: - supports-color '@typescript-eslint/types@6.21.0': {} - '@typescript-eslint/typescript-estree@6.21.0(supports-color@9.4.0)(typescript@5.1.6)': + '@typescript-eslint/typescript-estree@6.21.0(supports-color@9.4.0)(typescript@5.2.2)': dependencies: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/visitor-keys': 6.21.0 @@ -15863,34 +15871,34 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.3 semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.1.6) + ts-api-utils: 1.3.0(typescript@5.2.2) optionalDependencies: - typescript: 5.1.6 + typescript: 5.2.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6)': + '@typescript-eslint/utils@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.47.0(supports-color@9.4.0)) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.1.6) + '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.2.2) eslint: 8.47.0(supports-color@9.4.0) semver: 7.6.3 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/utils@6.21.0(eslint@8.47.0)(typescript@5.1.6)': + '@typescript-eslint/utils@6.21.0(eslint@8.47.0)(typescript@5.2.2)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.47.0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.1.6) + '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.2.2) eslint: 8.47.0 semver: 7.6.3 transitivePeerDependencies: @@ -15902,20 +15910,20 @@ snapshots: '@typescript-eslint/types': 6.21.0 eslint-visitor-keys: 3.4.3 - '@vitejs/plugin-vue-jsx@3.1.0(vite@4.5.3(@types/node@18.16.19))(vue@3.4.38(typescript@5.1.6))': + '@vitejs/plugin-vue-jsx@3.1.0(vite@4.5.3(@types/node@18.16.19))(vue@3.4.38(typescript@5.2.2))': dependencies: '@babel/core': 7.25.2 '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2) '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2) vite: 4.5.3(@types/node@18.16.19) - vue: 3.4.38(typescript@5.1.6) + vue: 3.4.38(typescript@5.2.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@4.6.2(vite@4.5.3(@types/node@18.16.19))(vue@3.4.38(typescript@5.1.6))': + '@vitejs/plugin-vue@4.6.2(vite@4.5.3(@types/node@18.16.19))(vue@3.4.38(typescript@5.2.2))': dependencies: vite: 4.5.3(@types/node@18.16.19) - vue: 3.4.38(typescript@5.1.6) + vue: 3.4.38(typescript@5.2.2) '@vitest/expect@0.34.5': dependencies: @@ -16048,11 +16056,11 @@ snapshots: '@vue/shared': 3.4.38 csstype: 3.1.3 - '@vue/server-renderer@3.4.38(vue@3.4.38(typescript@5.1.6))': + '@vue/server-renderer@3.4.38(vue@3.4.38(typescript@5.2.2))': dependencies: '@vue/compiler-ssr': 3.4.38 '@vue/shared': 3.4.38 - vue: 3.4.38(typescript@5.1.6) + vue: 3.4.38(typescript@5.2.2) '@vue/shared@3.4.38': {} @@ -17371,13 +17379,13 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0): + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0): dependencies: debug: 4.3.4(supports-color@9.4.0) enhanced-resolve: 5.15.0 eslint: 8.47.0(supports-color@9.4.0) - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) fast-glob: 3.3.1 get-tsconfig: 4.7.2 is-core-module: 2.13.0 @@ -17388,13 +17396,13 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0): + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0): dependencies: debug: 4.3.4(supports-color@9.4.0) enhanced-resolve: 5.15.0 eslint: 8.47.0 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0))(eslint@8.47.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0))(eslint@8.47.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) fast-glob: 3.3.1 get-tsconfig: 4.7.2 is-core-module: 2.13.0 @@ -17405,29 +17413,29 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-module-utils@2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0): + eslint-module-utils@2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0): dependencies: debug: 3.2.7(supports-color@9.4.0) optionalDependencies: - '@typescript-eslint/parser': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) + '@typescript-eslint/parser': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) eslint: 8.47.0(supports-color@9.4.0) eslint-import-resolver-node: 0.3.9(supports-color@9.4.0) - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) transitivePeerDependencies: - supports-color - eslint-module-utils@2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0))(eslint@8.47.0): + eslint-module-utils@2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0))(eslint@8.47.0): dependencies: debug: 3.2.7(supports-color@9.4.0) optionalDependencies: - '@typescript-eslint/parser': 6.21.0(eslint@8.47.0)(typescript@5.1.6) + '@typescript-eslint/parser': 6.21.0(eslint@8.47.0)(typescript@5.2.2) eslint: 8.47.0 eslint-import-resolver-node: 0.3.9(supports-color@9.4.0) - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) transitivePeerDependencies: - supports-color - eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0): + eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0): dependencies: array-includes: 3.1.6 array.prototype.findlastindex: 1.2.2 @@ -17437,7 +17445,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.47.0(supports-color@9.4.0) eslint-import-resolver-node: 0.3.9(supports-color@9.4.0) - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) has: 1.0.3 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -17448,13 +17456,13 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.14.2 optionalDependencies: - '@typescript-eslint/parser': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.1.6) + '@typescript-eslint/parser': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0): + eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0): dependencies: array-includes: 3.1.6 array.prototype.findlastindex: 1.2.2 @@ -17464,7 +17472,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.47.0 eslint-import-resolver-node: 0.3.9(supports-color@9.4.0) - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.1.6))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0))(eslint@8.47.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0))(eslint@8.47.0) has: 1.0.3 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -17475,7 +17483,7 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.14.2 optionalDependencies: - '@typescript-eslint/parser': 6.21.0(eslint@8.47.0)(typescript@5.1.6) + '@typescript-eslint/parser': 6.21.0(eslint@8.47.0)(typescript@5.2.2) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -18953,7 +18961,7 @@ snapshots: mkdirp@2.1.6: {} - mkdist@1.3.0(typescript@5.1.6): + mkdist@1.3.0(typescript@5.2.2): dependencies: citty: 0.1.2 defu: 6.1.2 @@ -18965,7 +18973,7 @@ snapshots: mri: 1.2.0 pathe: 1.1.1 optionalDependencies: - typescript: 5.1.6 + typescript: 5.2.2 mlly@1.4.0: dependencies: @@ -19796,19 +19804,19 @@ snapshots: dependencies: glob: 10.3.3 - rollup-plugin-dts@5.3.0(rollup@3.28.0)(typescript@5.1.6): + rollup-plugin-dts@5.3.0(rollup@3.28.0)(typescript@5.2.2): dependencies: magic-string: 0.30.3 rollup: 3.28.0 - typescript: 5.1.6 + typescript: 5.2.2 optionalDependencies: '@babel/code-frame': 7.22.13 - rollup-plugin-dts@6.0.2(rollup@3.29.3)(typescript@5.1.6): + rollup-plugin-dts@6.0.2(rollup@3.29.3)(typescript@5.2.2): dependencies: magic-string: 0.30.3 rollup: 3.29.3 - typescript: 5.1.6 + typescript: 5.2.2 optionalDependencies: '@babel/code-frame': 7.22.13 @@ -20390,9 +20398,9 @@ snapshots: triple-beam@1.4.1: optional: true - ts-api-utils@1.3.0(typescript@5.1.6): + ts-api-utils@1.3.0(typescript@5.2.2): dependencies: - typescript: 5.1.6 + typescript: 5.2.2 ts-deepmerge@6.2.0: {} @@ -20405,7 +20413,7 @@ snapshots: '@ts-morph/common': 0.20.0 code-block-writer: 12.0.0 - ts-node@10.9.1(@types/node@18.16.19)(typescript@5.1.6): + ts-node@10.9.1(@types/node@18.16.19)(typescript@5.2.2): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.9 @@ -20419,7 +20427,7 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.1.6 + typescript: 5.2.2 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 @@ -20505,18 +20513,20 @@ snapshots: typedarray@0.0.6: {} - typedoc@0.25.1(typescript@5.1.6): + typedoc@0.25.1(typescript@5.2.2): dependencies: lunr: 2.3.9 marked: 4.3.0 minimatch: 9.0.3 shiki: 0.14.3 - typescript: 5.1.6 + typescript: 5.2.2 typescript@3.9.10: {} typescript@5.1.6: {} + typescript@5.2.2: {} + typescript@5.7.0-dev.20240927: {} ufo@1.1.2: {} @@ -20535,7 +20545,7 @@ snapshots: has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 - unbuild@2.0.0(typescript@5.1.6): + unbuild@2.0.0(typescript@5.2.2): dependencies: '@rollup/plugin-alias': 5.0.0(rollup@3.29.3) '@rollup/plugin-commonjs': 25.0.4(rollup@3.29.3) @@ -20552,22 +20562,22 @@ snapshots: hookable: 5.5.3 jiti: 1.20.0 magic-string: 0.30.3 - mkdist: 1.3.0(typescript@5.1.6) + mkdist: 1.3.0(typescript@5.2.2) mlly: 1.4.2 pathe: 1.1.1 pkg-types: 1.0.3 pretty-bytes: 6.1.1 rollup: 3.29.3 - rollup-plugin-dts: 6.0.2(rollup@3.29.3)(typescript@5.1.6) + rollup-plugin-dts: 6.0.2(rollup@3.29.3)(typescript@5.2.2) scule: 1.0.0 untyped: 1.4.0 optionalDependencies: - typescript: 5.1.6 + typescript: 5.2.2 transitivePeerDependencies: - sass - supports-color - unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(supports-color@9.4.0)(typescript@5.1.6): + unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(supports-color@9.4.0)(typescript@5.2.2): dependencies: '@rollup/plugin-alias': 5.0.0(rollup@3.28.0) '@rollup/plugin-commonjs': 25.0.3(rollup@3.28.0) @@ -20584,22 +20594,22 @@ snapshots: hookable: 5.5.3 jiti: 1.19.1 magic-string: 0.30.2 - mkdist: 1.3.0(typescript@5.1.6) + mkdist: 1.3.0(typescript@5.2.2) mlly: 1.4.0 pathe: 1.1.1 pkg-types: 1.0.3 pretty-bytes: 6.1.1 rollup: 3.28.0 - rollup-plugin-dts: 5.3.0(rollup@3.28.0)(typescript@5.1.6) + rollup-plugin-dts: 5.3.0(rollup@3.28.0)(typescript@5.2.2) scule: 1.0.0 untyped: 1.3.2(supports-color@9.4.0) optionalDependencies: - typescript: 5.1.6 + typescript: 5.2.2 transitivePeerDependencies: - sass - supports-color - unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.1.6): + unbuild@2.0.0-rc.0(patch_hash=lulzlhanbemembpay2kcfiuibq)(typescript@5.2.2): dependencies: '@rollup/plugin-alias': 5.0.0(rollup@3.28.0) '@rollup/plugin-commonjs': 25.0.3(rollup@3.28.0) @@ -20616,17 +20626,17 @@ snapshots: hookable: 5.5.3 jiti: 1.19.1 magic-string: 0.30.2 - mkdist: 1.3.0(typescript@5.1.6) + mkdist: 1.3.0(typescript@5.2.2) mlly: 1.4.0 pathe: 1.1.1 pkg-types: 1.0.3 pretty-bytes: 6.1.1 rollup: 3.28.0 - rollup-plugin-dts: 5.3.0(rollup@3.28.0)(typescript@5.1.6) + rollup-plugin-dts: 5.3.0(rollup@3.28.0)(typescript@5.2.2) scule: 1.0.0 untyped: 1.3.2 optionalDependencies: - typescript: 5.1.6 + typescript: 5.2.2 transitivePeerDependencies: - sass - supports-color @@ -20895,15 +20905,15 @@ snapshots: vscode-textmate@8.0.0: {} - vue@3.4.38(typescript@5.1.6): + vue@3.4.38(typescript@5.2.2): dependencies: '@vue/compiler-dom': 3.4.38 '@vue/compiler-sfc': 3.4.38 '@vue/runtime-dom': 3.4.38 - '@vue/server-renderer': 3.4.38(vue@3.4.38(typescript@5.1.6)) + '@vue/server-renderer': 3.4.38(vue@3.4.38(typescript@5.2.2)) '@vue/shared': 3.4.38 optionalDependencies: - typescript: 5.1.6 + typescript: 5.2.2 wcwidth@1.0.1: dependencies: From bc6b66d8e9adde871cedb62f891f8a81d444147f Mon Sep 17 00:00:00 2001 From: Braden Mars Date: Fri, 27 Sep 2024 19:35:51 -0500 Subject: [PATCH 08/10] feat(projen): update actions versions Signed-off-by: Braden Mars --- .projenrc.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.projenrc.ts b/.projenrc.ts index 01927c8..481219b 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -143,6 +143,13 @@ const applyWorkflowEnvOverrides = (workflowName: string, jobName: string) => { } applyWorkflowEnvOverrides('build', 'build') applyWorkflowEnvOverrides('static', 'deploy') +// set actions versions +const actionsProvider = github.GitHub.of(monorepo)!.actions +actionsProvider.set('actions/checkout', 'actions/checkout@v4') +actionsProvider.set('pnpm/action-setup', 'pnpm/action-setup@v4') +actionsProvider.set('actions/setup-node', 'actions/setup-node@v4') +actionsProvider.set('actions/download-artifact', 'actions/download-artifact@v4') +actionsProvider.set('actions/upload-artifact', 'actions/upload-artifact@v4') const tools = new ToolVersions(monorepo, { tools: { From d60f1efa904d3ccaa8976297eb86816697c121e3 Mon Sep 17 00:00:00 2001 From: Braden Mars Date: Fri, 27 Sep 2024 19:46:06 -0500 Subject: [PATCH 09/10] feat(projen): upgrade projen to `v0.83.1` Signed-off-by: Braden Mars --- .projenrc.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.projenrc.ts b/.projenrc.ts index 481219b..ad3adc7 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -46,6 +46,7 @@ const CommonDefaultsBuilder = new builders.DefaultOptionsBuilder({ defaultReleaseBranch: 'main', packageManager: javascript.NodePackageManager.PNPM, projenrcTs: true, + projenVersion: '0.83.1', minNodeVersion: '18.16.0', pnpmVersion: '9.7.1', typescriptVersion: '~5.2', @@ -113,6 +114,9 @@ const monorepo = MonorepoBuilder.build({ }, docgen: true, }) +monorepo.package.addPackageResolutions( + `projen@${monorepo.options.projenVersion!}`, +) monorepo.nx.useNxCloud(nxReadOnlyPublicToken) monorepo.nx.npmScope = '@crisiscleanup' monorepo.nx.nxIgnore.addPatterns('**/cdk.out/**') @@ -168,7 +172,7 @@ const tools = new ToolVersions(monorepo, { const dirEnv = new DirEnv(monorepo) .buildDefaultEnvRc({ localEnvRc: '.envrc.local', - minDirEnvVersion: tools.versionsOf('direnv')[0]!, + minDirEnvVersion: tools.versionsOf('direnv')[0], }) .addComment('Expose Tool Versions') .addEnvVar('TOOLS_AWSCLI_VERSION', tools.versionsOf('awscli')[0]) @@ -579,4 +583,5 @@ monorepo.package.addPackageResolutions( `constructs@${CdkVersionsBuilder.defaultOptions.constructsVersion!}`, ) +monorepo.tryRemoveFile('.github/workflows/release_config.yml') monorepo.synth() From 8bffca657e88725aec516db11b46321b64832c58 Mon Sep 17 00:00:00 2001 From: Braden Mars Date: Fri, 27 Sep 2024 19:46:34 -0500 Subject: [PATCH 10/10] chore: update generated files Signed-off-by: Braden Mars --- .envrc | 2 +- .eslintrc.json | 26 +- .gitattributes | 3 +- .github/workflows/auto-approve.yml | 2 +- .github/workflows/build.yml | 6 +- .github/workflows/pull-request-lint.yml | 5 +- .github/workflows/static.yml | 2 +- .github/workflows/upgrade.yml | 9 +- .gitignore | 5 +- .mergify.yml | 2 +- .npmignore | 7 +- .npmrc | 2 +- .nxignore | 2 +- .prettierignore | 2 +- .projen/deps.json | 23 +- .projen/files.json | 2 +- .projen/tasks.json | 9 +- .syncpackrc.json | 2 +- .tool-versions | 2 +- nx.json | 2 +- package.json | 16 +- packages/charts/crisiscleanup/.eslintrc.json | 24 +- packages/charts/crisiscleanup/.gitignore | 1 - packages/charts/crisiscleanup/.npmignore | 3 + .../charts/crisiscleanup/.projen/deps.json | 17 +- .../charts/crisiscleanup/.projen/tasks.json | 10 +- packages/charts/crisiscleanup/package.json | 7 +- .../charts/crisiscleanup/tsconfig.dev.json | 1 - packages/config/.eslintrc.json | 26 +- packages/config/.gitattributes | 2 +- packages/config/.gitignore | 3 +- packages/config/.npmignore | 5 +- packages/config/.prettierignore | 2 +- packages/config/.projen/deps.json | 15 +- packages/config/.projen/files.json | 2 +- packages/config/.projen/tasks.json | 12 +- packages/config/build.config.ts | 2 +- packages/config/package.json | 8 +- packages/config/project.json | 2 +- packages/config/tsconfig.dev.json | 3 +- packages/config/tsconfig.json | 2 +- packages/config/vitest.config.ts | 2 +- .../cloudfront-url-rewrite/.eslintrc.json | 24 +- .../awscdk/cloudfront-url-rewrite/.gitignore | 1 - .../awscdk/cloudfront-url-rewrite/.npmignore | 3 + .../cloudfront-url-rewrite/.projen/deps.json | 27 +- .../cloudfront-url-rewrite/.projen/tasks.json | 12 +- .../cloudfront-url-rewrite/package.json | 7 +- .../cloudfront-url-rewrite/tsconfig.dev.json | 1 - .../awscdk/github-pipeline/.eslintrc.json | 24 +- .../awscdk/github-pipeline/.gitignore | 1 - .../awscdk/github-pipeline/.npmignore | 3 + .../awscdk/github-pipeline/.projen/deps.json | 31 +- .../awscdk/github-pipeline/.projen/tasks.json | 12 +- .../awscdk/github-pipeline/package.json | 7 +- .../awscdk/github-pipeline/tsconfig.dev.json | 1 - .../awscdk/pdf-renderer/.eslintrc.json | 24 +- .../construct/awscdk/pdf-renderer/.gitignore | 1 - .../construct/awscdk/pdf-renderer/.npmignore | 3 + .../awscdk/pdf-renderer/.projen/deps.json | 27 +- .../awscdk/pdf-renderer/.projen/tasks.json | 12 +- .../awscdk/pdf-renderer/package.json | 7 +- .../awscdk/pdf-renderer/tsconfig.dev.json | 1 - packages/k8s/construct/api/.eslintrc.json | 24 +- packages/k8s/construct/api/.gitignore | 1 - packages/k8s/construct/api/.npmignore | 3 + packages/k8s/construct/api/.projen/deps.json | 17 +- packages/k8s/construct/api/.projen/tasks.json | 12 +- packages/k8s/construct/api/package.json | 7 +- packages/k8s/construct/api/tsconfig.dev.json | 1 - .../k8s/construct/component/.eslintrc.json | 24 +- packages/k8s/construct/component/.gitignore | 1 - packages/k8s/construct/component/.npmignore | 3 + .../k8s/construct/component/.projen/deps.json | 17 +- .../construct/component/.projen/tasks.json | 12 +- packages/k8s/construct/component/package.json | 7 +- .../k8s/construct/component/tsconfig.dev.json | 1 - packages/stacks/api/.eslintrc.json | 24 +- packages/stacks/api/.gitignore | 1 - packages/stacks/api/.npmignore | 3 + packages/stacks/api/.projen/deps.json | 17 +- packages/stacks/api/.projen/tasks.json | 10 +- packages/stacks/api/package.json | 7 +- packages/stacks/api/tsconfig.dev.json | 1 - packages/stacks/api/tsconfig.json | 4 +- .../stacks/maintenance-site/.eslintrc.json | 24 +- packages/stacks/maintenance-site/.gitignore | 1 - packages/stacks/maintenance-site/.npmignore | 3 + .../stacks/maintenance-site/.projen/deps.json | 17 +- .../maintenance-site/.projen/tasks.json | 10 +- packages/stacks/maintenance-site/package.json | 7 +- .../stacks/maintenance-site/tsconfig.dev.json | 1 - .../stacks/maintenance-site/tsconfig.json | 4 +- packages/stacks/web/.eslintrc.json | 24 +- packages/stacks/web/.gitignore | 1 - packages/stacks/web/.npmignore | 3 + packages/stacks/web/.projen/deps.json | 17 +- packages/stacks/web/.projen/tasks.json | 10 +- packages/stacks/web/package.json | 7 +- packages/stacks/web/tsconfig.dev.json | 1 - packages/stacks/web/tsconfig.json | 4 +- pnpm-lock.yaml | 2067 ++++++++--------- pnpm-workspace.yaml | 2 +- tsconfig.dev.json | 3 +- tsconfig.json | 2 +- tsconfig/tsconfig.base.json | 2 +- tsconfig/tsconfig.bundler.json | 2 +- tsconfig/tsconfig.composite.json | 2 +- tsconfig/tsconfig.esm.json | 2 +- vitest.config.ts | 2 +- 110 files changed, 1317 insertions(+), 1607 deletions(-) diff --git a/.envrc b/.envrc index 1d02e6a..44d9bf2 100644 --- a/.envrc +++ b/.envrc @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +# ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". # Team Shared direnv. # See: https://github.com/direnv/direnv diff --git a/.eslintrc.json b/.eslintrc.json index 532bd4f..1897796 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,4 +1,4 @@ -// ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +// ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". { "env": { "jest": true, @@ -7,8 +7,7 @@ "root": true, "plugins": [ "@typescript-eslint", - "import", - "prettier" + "import" ], "parser": "@typescript-eslint/parser", "parserOptions": { @@ -19,9 +18,8 @@ }, "extends": [ "plugin:import/typescript", - "prettier", - "plugin:prettier/recommended", - "plugin:@typescript-eslint/recommended-requiring-type-checking" + "plugin:@typescript-eslint/recommended-requiring-type-checking", + "plugin:prettier/recommended" ], "settings": { "import/parsers": { @@ -129,9 +127,6 @@ "vitest.workspace.json" ], "rules": { - "prettier/prettier": [ - "error" - ], "@typescript-eslint/no-require-imports": [ "error" ], @@ -164,8 +159,11 @@ } } ], - "no-duplicate-imports": [ - "error" + "import/no-duplicates": [ + "error", + { + "prefer-inline": true + } ], "no-shadow": [ "off" @@ -224,12 +222,6 @@ "fixStyle": "inline-type-imports" } ], - "import/no-duplicates": [ - "error", - { - "prefer-inline": true - } - ], "@typescript-eslint/no-explicit-any": [ "warn", { diff --git a/.gitattributes b/.gitattributes index b1d4320..20a6352 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +# ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". *.snap linguist-generated /.envrc linguist-generated @@ -8,6 +8,7 @@ /.github/workflows/auto-approve.yml linguist-generated /.github/workflows/build.yml linguist-generated /.github/workflows/pull-request-lint.yml linguist-generated +/.github/workflows/release_config.yml linguist-generated /.github/workflows/static.yml linguist-generated /.github/workflows/upgrade.yml linguist-generated /.gitignore linguist-generated diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index c94e554..cfeb28d 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -1,4 +1,4 @@ -# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +# ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". name: auto-approve on: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5f1e79..d43b95d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +# ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". name: build on: @@ -44,12 +44,14 @@ jobs: run: |- git add . git diff --staged --patch --exit-code > .repo.patch || echo "self_mutation_happened=true" >> $GITHUB_OUTPUT + working-directory: ./ - name: Upload patch if: steps.self_mutation.outputs.self_mutation_happened uses: actions/upload-artifact@v4 with: name: .repo.patch path: .repo.patch + overwrite: true - name: Fail build on mutation if: steps.self_mutation.outputs.self_mutation_happened run: |- @@ -65,7 +67,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a with: app_id: ${{ secrets.CCU_BOT_APP_ID }} private_key: ${{ secrets.CCU_BOT_PRIVATE_KEY }} diff --git a/.github/workflows/pull-request-lint.yml b/.github/workflows/pull-request-lint.yml index 0e87a6d..7b793dd 100644 --- a/.github/workflows/pull-request-lint.yml +++ b/.github/workflows/pull-request-lint.yml @@ -1,4 +1,4 @@ -# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +# ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". name: pull-request-lint on: @@ -17,7 +17,7 @@ jobs: permissions: pull-requests: write steps: - - uses: amannn/action-semantic-pull-request@v5.0.2 + - uses: amannn/action-semantic-pull-request@v5.4.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -34,4 +34,3 @@ jobs: build ci requireScope: false - githubBaseUrl: ${{ github.api_url }} diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 1d09692..ad78a87 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -1,4 +1,4 @@ -# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +# ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". name: static on: diff --git a/.github/workflows/upgrade.yml b/.github/workflows/upgrade.yml index 13a3ace..6a8c0c9 100644 --- a/.github/workflows/upgrade.yml +++ b/.github/workflows/upgrade.yml @@ -1,4 +1,4 @@ -# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +# ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". name: upgrade on: @@ -34,12 +34,14 @@ jobs: run: |- git add . git diff --staged --patch --exit-code > .repo.patch || echo "patch_created=true" >> $GITHUB_OUTPUT + working-directory: ./ - name: Upload patch if: steps.create_patch.outputs.patch_created uses: actions/upload-artifact@v4 with: name: .repo.patch path: .repo.patch + overwrite: true pr: name: Create Pull Request needs: upgrade @@ -50,13 +52,12 @@ jobs: steps: - name: Generate token id: generate_token - uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a with: app_id: ${{ secrets.CCU_BOT_APP_ID }} private_key: ${{ secrets.CCU_BOT_PRIVATE_KEY }} - name: Checkout uses: actions/checkout@v4 - with: {} - name: Download patch uses: actions/download-artifact@v4 with: @@ -70,7 +71,7 @@ jobs: git config user.email "${{ vars.CCU_BOT_GIT_EMAIL }}" - name: Create Pull Request id: create-pr - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v6 with: token: ${{ steps.generate_token.outputs.token }} commit-message: |- diff --git a/.gitignore b/.gitignore index b38b3ab..ff7f5e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +# ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". !/.gitattributes !/.projen/tasks.json !/.projen/deps.json @@ -32,7 +32,6 @@ jspm_packages/ .yarn-integrity .cache .tmp -!/.projenrc.js !/.github/workflows/build.yml !/.mergify.yml !/.github/workflows/upgrade.yml @@ -67,4 +66,6 @@ docs/** !/.envrc .envrc.local .envrc.* +!/.github/workflows/release_config.yml !/pnpm-workspace.yaml +!/.projenrc.ts diff --git a/.mergify.yml b/.mergify.yml index 0d8462b..a3e614b 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,4 +1,4 @@ -# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +# ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". queue_rules: - name: default diff --git a/.npmignore b/.npmignore index b8f0dc3..2810814 100644 --- a/.npmignore +++ b/.npmignore @@ -1,7 +1,9 @@ -# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +# ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". /.projen/ permissions-backup.acl /.mergify.yml +/.prettierignore +/.prettierrc.json /test/ /src/ !/dist/ @@ -20,3 +22,6 @@ tsconfig.tsbuildinfo /tsconfig.json /tsconfig.dev.json /tsconfig/tsconfig.esm.json +/.gitattributes +/.projenrc.ts +/projenrc diff --git a/.npmrc b/.npmrc index 3cf6de3..134ce6d 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,3 @@ -# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +# ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". resolution-mode=highest diff --git a/.nxignore b/.nxignore index 25b1db9..9f081f0 100644 --- a/.nxignore +++ b/.nxignore @@ -1,4 +1,4 @@ -# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +# ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". .tmp .env .pytest_cache diff --git a/.prettierignore b/.prettierignore index d69464a..8a256fe 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,4 @@ -# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +# ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". .github/workflows/deploy.yml .github/workflows/deploy-*.yml .envrc diff --git a/.projen/deps.json b/.projen/deps.json index ba44602..1437cbe 100644 --- a/.projen/deps.json +++ b/.projen/deps.json @@ -48,28 +48,29 @@ }, { "name": "@typescript-eslint/eslint-plugin", - "version": "^6", + "version": "^7", "type": "build" }, { "name": "@typescript-eslint/parser", - "version": "^6", + "version": "^7", "type": "build" }, { - "name": "defu", + "name": "constructs", + "version": "^10.0.0", "type": "build" }, { - "name": "destr", + "name": "defu", "type": "build" }, { - "name": "eslint-config-prettier", + "name": "destr", "type": "build" }, { - "name": "eslint-import-resolver-node", + "name": "eslint-config-prettier", "type": "build" }, { @@ -103,7 +104,7 @@ }, { "name": "nx", - "version": "16.0.0", + "version": "^16", "type": "build" }, { @@ -112,6 +113,7 @@ }, { "name": "projen", + "version": "0.83.1", "type": "build" }, { @@ -204,6 +206,11 @@ "version": "10.2.70", "type": "override" }, + { + "name": "projen", + "version": "0.83.1", + "type": "override" + }, { "name": "unbuild", "version": "^2.0.0-rc.0", @@ -232,5 +239,5 @@ "type": "runtime" } ], - "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"." + "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"pnpm exec projen\"." } diff --git a/.projen/files.json b/.projen/files.json index d0b4629..fa308ae 100644 --- a/.projen/files.json +++ b/.projen/files.json @@ -33,5 +33,5 @@ "tsconfig/tsconfig.esm.json", "vitest.workspace.json" ], - "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"." + "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"pnpm exec projen\"." } diff --git a/.projen/tasks.json b/.projen/tasks.json index 7458001..a9d41ed 100644 --- a/.projen/tasks.json +++ b/.projen/tasks.json @@ -240,16 +240,13 @@ }, "steps": [ { - "exec": "pnpm update npm-check-updates" - }, - { - "exec": "npm-check-updates --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@arroyodev-llc/projen.component.dir-env,@arroyodev-llc/projen.component.git-hooks,@arroyodev-llc/projen.component.linting,@arroyodev-llc/projen.component.tool-versions,@arroyodev-llc/projen.component.vitest,@arroyodev-llc/projen.project.nx-monorepo,@arroyodev-llc/projen.project.typescript,@arroyodev-llc/utils.projen,@arroyodev-llc/utils.projen-builder,@aws/pdk,@types/node,@typescript-eslint/eslint-plugin,@typescript-eslint/parser,defu,destr,eslint-config-prettier,eslint-import-resolver-node,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,eslint,lint-staged,npm-check-updates,nx-cloud,prettier,projen,rimraf,simple-git-hooks,syncpack,ts-node,tsx,typedoc,vitest,zod,zod-to-json-schema,zx,nx,aws-cdk-lib,cdk-nag,constructs" + "exec": "pnpm dlx npm-check-updates@16 --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@arroyodev-llc/projen.component.dir-env,@arroyodev-llc/projen.component.git-hooks,@arroyodev-llc/projen.component.linting,@arroyodev-llc/projen.component.tool-versions,@arroyodev-llc/projen.component.vitest,@arroyodev-llc/projen.project.nx-monorepo,@arroyodev-llc/projen.project.typescript,@arroyodev-llc/utils.projen,@arroyodev-llc/utils.projen-builder,defu,destr,eslint-config-prettier,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,lint-staged,npm-check-updates,nx-cloud,prettier,rimraf,simple-git-hooks,syncpack,ts-node,tsx,typedoc,vitest,zod,zod-to-json-schema,zx,aws-cdk-lib,cdk-nag,constructs" }, { "exec": "pnpm i --no-frozen-lockfile" }, { - "exec": "pnpm update @arroyodev-llc/projen.component.dir-env @arroyodev-llc/projen.component.git-hooks @arroyodev-llc/projen.component.linting @arroyodev-llc/projen.component.tool-versions @arroyodev-llc/projen.component.vitest @arroyodev-llc/projen.project.nx-monorepo @arroyodev-llc/projen.project.typescript @arroyodev-llc/utils.projen @arroyodev-llc/utils.projen-builder @aws/pdk @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser defu destr eslint-config-prettier eslint-import-resolver-node eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint lint-staged npm-check-updates nx-cloud prettier projen rimraf simple-git-hooks syncpack ts-node tsx typedoc vitest zod zod-to-json-schema zx nx aws-cdk-lib cdk-nag constructs" + "exec": "pnpm update @arroyodev-llc/projen.component.dir-env @arroyodev-llc/projen.component.git-hooks @arroyodev-llc/projen.component.linting @arroyodev-llc/projen.component.tool-versions @arroyodev-llc/projen.component.vitest @arroyodev-llc/projen.project.nx-monorepo @arroyodev-llc/projen.project.typescript @arroyodev-llc/utils.projen @arroyodev-llc/utils.projen-builder @aws/pdk @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser constructs defu destr eslint-config-prettier eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint lint-staged npm-check-updates nx-cloud nx prettier projen rimraf simple-git-hooks syncpack ts-node tsx typedoc typescript vitest zod zod-to-json-schema zx @crisiscleanup/charts.crisiscleanup @crisiscleanup/config @crisiscleanup/k8s.construct.api @crisiscleanup/k8s.construct.component @crisiscleanup/stacks.api aws-cdk-lib cdk-nag" }, { "exec": "pnpm exec projen" @@ -293,5 +290,5 @@ "env": { "PATH": "$(pnpm -c exec \"node --print process.env.PATH\")" }, - "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"." + "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"pnpm exec projen\"." } diff --git a/.syncpackrc.json b/.syncpackrc.json index a8a30ca..f76d763 100644 --- a/.syncpackrc.json +++ b/.syncpackrc.json @@ -28,5 +28,5 @@ ], "source": [], "versionGroups": [], - "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"." + "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"pnpm exec projen\"." } diff --git a/.tool-versions b/.tool-versions index 7382d37..3b3d134 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,4 +1,4 @@ -# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +# ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". direnv 2.34.0 nodejs 18.16.0 pnpm 9.7.1 diff --git a/nx.json b/nx.json index bf41073..cd54321 100644 --- a/nx.json +++ b/nx.json @@ -54,5 +54,5 @@ } } }, - "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"." + "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"pnpm exec projen\"." } diff --git a/package.json b/package.json index 2c3c10a..b4ba541 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@arroyodev-llc/projen.component.tool-versions": "^0.1.21", "@arroyodev-llc/projen.component.vitest": "^0.1.27", "@arroyodev-llc/projen.project.nx-monorepo": "^0.1.29", - "@arroyodev-llc/projen.project.typescript": "^0.1.31", + "@arroyodev-llc/projen.project.typescript": "^0.1.32", "@arroyodev-llc/utils.projen": "^0.1.23", "@arroyodev-llc/utils.projen-builder": "^0.1.8", "@aws/pdk": "^0", @@ -49,13 +49,13 @@ "@crisiscleanup/k8s.construct.component": "workspace:*", "@crisiscleanup/stacks.api": "workspace:*", "@types/node": "^18", - "@typescript-eslint/eslint-plugin": "^6", - "@typescript-eslint/parser": "^6", + "@typescript-eslint/eslint-plugin": "^7", + "@typescript-eslint/parser": "^7", + "constructs": "^10.0.0", "defu": "^6.1.2", "destr": "^2.0.1", "eslint": "^8", "eslint-config-prettier": "^9.0.0", - "eslint-import-resolver-node": "^0.3.9", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", "eslint-plugin-prettier": "^5.0.0", @@ -64,7 +64,7 @@ "nx": "16.0.0", "nx-cloud": "^16.4.0", "prettier": "^3.0.3", - "projen": "^0.73.31", + "projen": "0.83.1", "rimraf": "^5.0.1", "simple-git-hooks": "^2.9.0", "syncpack": "^11.2.1", @@ -91,6 +91,7 @@ "@zkochan/js-yaml": "npm:js-yaml@4.1.0", "aws-cdk-lib": "2.97.0", "constructs": "10.2.70", + "projen": "0.83.1", "unbuild": "^2.0.0-rc.0", "wrap-ansi": "^7.0.0" }, @@ -104,6 +105,9 @@ }, "main": "dist/index.mjs", "license": "Apache-2.0", + "publishConfig": { + "access": "public" + }, "version": "0.0.0", "types": "dist/index.d.ts", "private": true, @@ -135,5 +139,5 @@ ] }, "packageManager": "pnpm@9.7.1", - "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"." + "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"pnpm exec projen\"." } diff --git a/packages/charts/crisiscleanup/.eslintrc.json b/packages/charts/crisiscleanup/.eslintrc.json index a5df625..a30fca7 100644 --- a/packages/charts/crisiscleanup/.eslintrc.json +++ b/packages/charts/crisiscleanup/.eslintrc.json @@ -7,8 +7,7 @@ "root": true, "plugins": [ "@typescript-eslint", - "import", - "prettier" + "import" ], "parser": "@typescript-eslint/parser", "parserOptions": { @@ -19,9 +18,8 @@ }, "extends": [ "plugin:import/typescript", - "prettier", - "plugin:prettier/recommended", - "plugin:@typescript-eslint/recommended-requiring-type-checking" + "plugin:@typescript-eslint/recommended-requiring-type-checking", + "plugin:prettier/recommended" ], "settings": { "import/parsers": { @@ -96,9 +94,6 @@ "tsconfig.json" ], "rules": { - "prettier/prettier": [ - "error" - ], "@typescript-eslint/no-require-imports": [ "error" ], @@ -129,8 +124,11 @@ } } ], - "no-duplicate-imports": [ - "error" + "import/no-duplicates": [ + "error", + { + "prefer-inline": true + } ], "no-shadow": [ "off" @@ -189,12 +187,6 @@ "fixStyle": "inline-type-imports" } ], - "import/no-duplicates": [ - "error", - { - "prefer-inline": true - } - ], "@typescript-eslint/no-explicit-any": [ "warn", { diff --git a/packages/charts/crisiscleanup/.gitignore b/packages/charts/crisiscleanup/.gitignore index c8457cc..4c0c0e6 100644 --- a/packages/charts/crisiscleanup/.gitignore +++ b/packages/charts/crisiscleanup/.gitignore @@ -29,7 +29,6 @@ jspm_packages/ *.tgz .yarn-integrity .cache -!/.projenrc.js !/.prettierignore !/.prettierrc.json !/.npmrc diff --git a/packages/charts/crisiscleanup/.npmignore b/packages/charts/crisiscleanup/.npmignore index 16d5fc3..2a15f72 100644 --- a/packages/charts/crisiscleanup/.npmignore +++ b/packages/charts/crisiscleanup/.npmignore @@ -1,5 +1,7 @@ # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". /.projen/ +/.prettierignore +/.prettierrc.json /test/ /src/ !/dist/ @@ -14,3 +16,4 @@ tsconfig.tsbuildinfo /.eslintrc.json /tsconfig.json /tsconfig.dev.json +/.gitattributes diff --git a/packages/charts/crisiscleanup/.projen/deps.json b/packages/charts/crisiscleanup/.projen/deps.json index 9147037..8fa1b2a 100644 --- a/packages/charts/crisiscleanup/.projen/deps.json +++ b/packages/charts/crisiscleanup/.projen/deps.json @@ -19,12 +19,12 @@ }, { "name": "@typescript-eslint/eslint-plugin", - "version": "^6", + "version": "^7", "type": "build" }, { "name": "@typescript-eslint/parser", - "version": "^6", + "version": "^7", "type": "build" }, { @@ -36,10 +36,6 @@ "name": "eslint-config-prettier", "type": "build" }, - { - "name": "eslint-import-resolver-node", - "type": "build" - }, { "name": "eslint-import-resolver-typescript", "type": "build" @@ -61,19 +57,10 @@ "name": "lint-staged", "type": "build" }, - { - "name": "npm-check-updates", - "version": "^16", - "type": "build" - }, { "name": "prettier", "type": "build" }, - { - "name": "projen", - "type": "build" - }, { "name": "tsx", "type": "build" diff --git a/packages/charts/crisiscleanup/.projen/tasks.json b/packages/charts/crisiscleanup/.projen/tasks.json index 6c65e1e..8d4341b 100644 --- a/packages/charts/crisiscleanup/.projen/tasks.json +++ b/packages/charts/crisiscleanup/.projen/tasks.json @@ -54,7 +54,8 @@ "description": "Runs eslint against the codebase", "steps": [ { - "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern src test build-tools" + "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern $@ src test build-tools", + "receiveArgs": true } ] }, @@ -166,16 +167,13 @@ }, "steps": [ { - "exec": "pnpm update npm-check-updates" - }, - { - "exec": "npm-check-updates --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@arroyodev-llc/utils.unbuild-composite-preset,@types/debug,@types/js-yaml,@types/node,@typescript-eslint/eslint-plugin,@typescript-eslint/parser,cdk8s-cli,eslint-config-prettier,eslint-import-resolver-node,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,eslint,lint-staged,npm-check-updates,prettier,projen,tsx,unbuild,vitest,cdk8s-plus-27,cdk8s,constructs,debug,defu,js-yaml,type-fest,zod" + "exec": "pnpm dlx npm-check-updates@16 --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@arroyodev-llc/utils.unbuild-composite-preset,@types/debug,@types/js-yaml,eslint-config-prettier,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,lint-staged,prettier,tsx,unbuild,vitest,debug,defu,js-yaml,type-fest,zod" }, { "exec": "pnpm i --no-frozen-lockfile" }, { - "exec": "pnpm update @arroyodev-llc/utils.unbuild-composite-preset @types/debug @types/js-yaml @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser cdk8s-cli eslint-config-prettier eslint-import-resolver-node eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint lint-staged npm-check-updates prettier projen tsx unbuild vitest cdk8s-plus-27 cdk8s constructs debug defu js-yaml type-fest zod" + "exec": "pnpm update @arroyodev-llc/utils.unbuild-composite-preset @types/debug @types/js-yaml @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser cdk8s-cli eslint-config-prettier eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint lint-staged prettier tsx typescript unbuild vitest @crisiscleanup/config @crisiscleanup/k8s.construct.api @crisiscleanup/k8s.construct.component cdk8s-plus-27 cdk8s constructs debug defu js-yaml type-fest zod" }, { "exec": "npx projen" diff --git a/packages/charts/crisiscleanup/package.json b/packages/charts/crisiscleanup/package.json index 5e736d4..e99b2ad 100644 --- a/packages/charts/crisiscleanup/package.json +++ b/packages/charts/crisiscleanup/package.json @@ -29,19 +29,16 @@ "@types/debug": "^4.1.9", "@types/js-yaml": "^4.0.6", "@types/node": "^18", - "@typescript-eslint/eslint-plugin": "^6", - "@typescript-eslint/parser": "^6", + "@typescript-eslint/eslint-plugin": "^7", + "@typescript-eslint/parser": "^7", "cdk8s-cli": "^2.103.0", "eslint": "^8", "eslint-config-prettier": "^9.0.0", - "eslint-import-resolver-node": "^0.3.9", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", "eslint-plugin-prettier": "^5.0.0", "lint-staged": "^14.0.1", - "npm-check-updates": "^16", "prettier": "^3.0.3", - "projen": "^0.73.31", "tsx": "^3.13.0", "typescript": "~5.2", "unbuild": "^2.0.0-rc.0", diff --git a/packages/charts/crisiscleanup/tsconfig.dev.json b/packages/charts/crisiscleanup/tsconfig.dev.json index ffefd50..ae2da9b 100644 --- a/packages/charts/crisiscleanup/tsconfig.dev.json +++ b/packages/charts/crisiscleanup/tsconfig.dev.json @@ -3,7 +3,6 @@ "extends": "./tsconfig.json", "compilerOptions": {}, "include": [ - ".projenrc.js", "src/**/*.ts", "test/**/*.ts", "src/*.ts", diff --git a/packages/config/.eslintrc.json b/packages/config/.eslintrc.json index 4950bdc..5f83339 100644 --- a/packages/config/.eslintrc.json +++ b/packages/config/.eslintrc.json @@ -1,4 +1,4 @@ -// ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". +// ~~ Generated by projen. To modify, edit .projenrc.js and run "pnpm exec projen". { "env": { "jest": true, @@ -7,8 +7,7 @@ "root": true, "plugins": [ "@typescript-eslint", - "import", - "prettier" + "import" ], "parser": "@typescript-eslint/parser", "parserOptions": { @@ -19,9 +18,8 @@ }, "extends": [ "plugin:import/typescript", - "prettier", - "plugin:prettier/recommended", - "plugin:@typescript-eslint/recommended-requiring-type-checking" + "plugin:@typescript-eslint/recommended-requiring-type-checking", + "plugin:prettier/recommended" ], "settings": { "import/parsers": { @@ -93,9 +91,6 @@ "tsconfig.json" ], "rules": { - "prettier/prettier": [ - "error" - ], "@typescript-eslint/no-require-imports": [ "error" ], @@ -126,8 +121,11 @@ } } ], - "no-duplicate-imports": [ - "error" + "import/no-duplicates": [ + "error", + { + "prefer-inline": true + } ], "no-shadow": [ "off" @@ -186,12 +184,6 @@ "fixStyle": "inline-type-imports" } ], - "import/no-duplicates": [ - "error", - { - "prefer-inline": true - } - ], "@typescript-eslint/no-explicit-any": [ "warn", { diff --git a/packages/config/.gitattributes b/packages/config/.gitattributes index 2dcd965..b301133 100644 --- a/packages/config/.gitattributes +++ b/packages/config/.gitattributes @@ -1,4 +1,4 @@ -# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". +# ~~ Generated by projen. To modify, edit .projenrc.js and run "pnpm exec projen". /.eslintrc.json linguist-generated /.gitattributes linguist-generated diff --git a/packages/config/.gitignore b/packages/config/.gitignore index 6da8194..a02b2e5 100644 --- a/packages/config/.gitignore +++ b/packages/config/.gitignore @@ -1,4 +1,4 @@ -# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". +# ~~ Generated by projen. To modify, edit .projenrc.js and run "pnpm exec projen". !/.gitattributes !/.projen/tasks.json !/.projen/deps.json @@ -29,7 +29,6 @@ jspm_packages/ *.tgz .yarn-integrity .cache -!/.projenrc.js /dist/changelog.md /dist/version.txt !/.prettierignore diff --git a/packages/config/.npmignore b/packages/config/.npmignore index 16d5fc3..2fe73de 100644 --- a/packages/config/.npmignore +++ b/packages/config/.npmignore @@ -1,5 +1,7 @@ -# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". +# ~~ Generated by projen. To modify, edit .projenrc.js and run "pnpm exec projen". /.projen/ +/.prettierignore +/.prettierrc.json /test/ /src/ !/dist/ @@ -14,3 +16,4 @@ tsconfig.tsbuildinfo /.eslintrc.json /tsconfig.json /tsconfig.dev.json +/.gitattributes diff --git a/packages/config/.prettierignore b/packages/config/.prettierignore index 14e4f67..bca9b8f 100644 --- a/packages/config/.prettierignore +++ b/packages/config/.prettierignore @@ -1,4 +1,4 @@ -# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". +# ~~ Generated by projen. To modify, edit .projenrc.js and run "pnpm exec projen". .eslintrc.json .gitattributes .gitignore diff --git a/packages/config/.projen/deps.json b/packages/config/.projen/deps.json index c8b8314..2f7433a 100644 --- a/packages/config/.projen/deps.json +++ b/packages/config/.projen/deps.json @@ -19,22 +19,18 @@ }, { "name": "@typescript-eslint/eslint-plugin", - "version": "^6", + "version": "^7", "type": "build" }, { "name": "@typescript-eslint/parser", - "version": "^6", + "version": "^7", "type": "build" }, { "name": "eslint-config-prettier", "type": "build" }, - { - "name": "eslint-import-resolver-node", - "type": "build" - }, { "name": "eslint-import-resolver-typescript", "type": "build" @@ -56,11 +52,6 @@ "name": "lint-staged", "type": "build" }, - { - "name": "npm-check-updates", - "version": "^16", - "type": "build" - }, { "name": "prettier", "type": "build" @@ -124,5 +115,5 @@ "type": "runtime" } ], - "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." + "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"pnpm exec projen\"." } diff --git a/packages/config/.projen/files.json b/packages/config/.projen/files.json index 443b2f5..1af9a5b 100644 --- a/packages/config/.projen/files.json +++ b/packages/config/.projen/files.json @@ -14,5 +14,5 @@ "tsconfig.dev.json", "tsconfig.json" ], - "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." + "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"pnpm exec projen\"." } diff --git a/packages/config/.projen/tasks.json b/packages/config/.projen/tasks.json index 73a3ff9..ef115a7 100644 --- a/packages/config/.projen/tasks.json +++ b/packages/config/.projen/tasks.json @@ -71,7 +71,8 @@ "description": "Runs eslint against the codebase", "steps": [ { - "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern src test build-tools" + "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern $@ src test build-tools", + "receiveArgs": true } ] }, @@ -200,16 +201,13 @@ }, "steps": [ { - "exec": "pnpm update npm-check-updates" - }, - { - "exec": "npm-check-updates --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@arroyodev-llc/utils.unbuild-composite-preset,@types/debug,@types/flat,@types/node,@typescript-eslint/eslint-plugin,@typescript-eslint/parser,eslint-config-prettier,eslint-import-resolver-node,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,eslint,lint-staged,npm-check-updates,prettier,standard-version,supports-color,unbuild,vitest,@antfu/utils,c12,debug,defu,destr,flat,reflect-metadata,type-fest,zod" + "exec": "pnpm dlx npm-check-updates@16 --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@arroyodev-llc/utils.unbuild-composite-preset,@types/debug,@types/flat,eslint-config-prettier,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,lint-staged,prettier,supports-color,unbuild,vitest,@antfu/utils,c12,debug,defu,destr,flat,reflect-metadata,type-fest,zod" }, { "exec": "pnpm i --no-frozen-lockfile" }, { - "exec": "pnpm update @arroyodev-llc/utils.unbuild-composite-preset @types/debug @types/flat @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier eslint-import-resolver-node eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint lint-staged npm-check-updates prettier standard-version supports-color unbuild vitest @antfu/utils c12 debug defu destr flat reflect-metadata type-fest zod" + "exec": "pnpm update @arroyodev-llc/utils.unbuild-composite-preset @types/debug @types/flat @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint lint-staged prettier standard-version supports-color typescript unbuild vitest @antfu/utils c12 debug defu destr flat reflect-metadata type-fest zod" }, { "exec": "pnpm exec projen" @@ -232,5 +230,5 @@ "env": { "PATH": "$(pnpm -c exec \"node --print process.env.PATH\")" }, - "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." + "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"pnpm exec projen\"." } diff --git a/packages/config/build.config.ts b/packages/config/build.config.ts index d11816b..84345a2 100644 --- a/packages/config/build.config.ts +++ b/packages/config/build.config.ts @@ -1,4 +1,4 @@ -// ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". +// ~~ Generated by projen. To modify, edit .projenrc.js and run "pnpm exec projen". import { compositePreset } from '@arroyodev-llc/utils.unbuild-composite-preset' import { defineBuildConfig } from 'unbuild' diff --git a/packages/config/package.json b/packages/config/package.json index fdc13d6..5035614 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -31,16 +31,14 @@ "@types/debug": "^4.1.9", "@types/flat": "^5.0.3", "@types/node": "^18", - "@typescript-eslint/eslint-plugin": "^6", - "@typescript-eslint/parser": "^6", + "@typescript-eslint/eslint-plugin": "^7", + "@typescript-eslint/parser": "^7", "eslint": "^8", "eslint-config-prettier": "^9.0.0", - "eslint-import-resolver-node": "^0.3.9", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", "eslint-plugin-prettier": "^5.0.0", "lint-staged": "^14.0.1", - "npm-check-updates": "^16", "prettier": "^3.0.3", "standard-version": "^9", "supports-color": "^9.4.0", @@ -91,5 +89,5 @@ ] }, "packageManager": "pnpm@9.7.1", - "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." + "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"pnpm exec projen\"." } diff --git a/packages/config/project.json b/packages/config/project.json index ac12f44..4779209 100644 --- a/packages/config/project.json +++ b/packages/config/project.json @@ -129,5 +129,5 @@ } } }, - "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." + "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"pnpm exec projen\"." } diff --git a/packages/config/tsconfig.dev.json b/packages/config/tsconfig.dev.json index 296dba7..1d1ccae 100644 --- a/packages/config/tsconfig.dev.json +++ b/packages/config/tsconfig.dev.json @@ -1,9 +1,8 @@ -// ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". +// ~~ Generated by projen. To modify, edit .projenrc.js and run "pnpm exec projen". { "extends": "./tsconfig.json", "compilerOptions": {}, "include": [ - ".projenrc.js", "src/**/*.ts", "test/**/*.ts", "src/*.ts", diff --git a/packages/config/tsconfig.json b/packages/config/tsconfig.json index ef50eb2..e6b8d0a 100644 --- a/packages/config/tsconfig.json +++ b/packages/config/tsconfig.json @@ -1,4 +1,4 @@ -// ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". +// ~~ Generated by projen. To modify, edit .projenrc.js and run "pnpm exec projen". { "extends": [ "../../tsconfig/tsconfig.base.json", diff --git a/packages/config/vitest.config.ts b/packages/config/vitest.config.ts index 1fe95ea..f511042 100644 --- a/packages/config/vitest.config.ts +++ b/packages/config/vitest.config.ts @@ -1,4 +1,4 @@ -// ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". +// ~~ Generated by projen. To modify, edit .projenrc.js and run "pnpm exec projen". import { defineProject } from 'vitest/config' diff --git a/packages/construct/awscdk/cloudfront-url-rewrite/.eslintrc.json b/packages/construct/awscdk/cloudfront-url-rewrite/.eslintrc.json index 4a0018c..a32ca97 100644 --- a/packages/construct/awscdk/cloudfront-url-rewrite/.eslintrc.json +++ b/packages/construct/awscdk/cloudfront-url-rewrite/.eslintrc.json @@ -7,8 +7,7 @@ "root": true, "plugins": [ "@typescript-eslint", - "import", - "prettier" + "import" ], "parser": "@typescript-eslint/parser", "parserOptions": { @@ -19,9 +18,8 @@ }, "extends": [ "plugin:import/typescript", - "prettier", - "plugin:prettier/recommended", - "plugin:@typescript-eslint/recommended-requiring-type-checking" + "plugin:@typescript-eslint/recommended-requiring-type-checking", + "plugin:prettier/recommended" ], "settings": { "import/parsers": { @@ -91,9 +89,6 @@ "tsconfig.json" ], "rules": { - "prettier/prettier": [ - "error" - ], "@typescript-eslint/no-require-imports": [ "error" ], @@ -124,8 +119,11 @@ } } ], - "no-duplicate-imports": [ - "error" + "import/no-duplicates": [ + "error", + { + "prefer-inline": true + } ], "no-shadow": [ "off" @@ -184,12 +182,6 @@ "fixStyle": "inline-type-imports" } ], - "import/no-duplicates": [ - "error", - { - "prefer-inline": true - } - ], "@typescript-eslint/no-explicit-any": [ "warn", { diff --git a/packages/construct/awscdk/cloudfront-url-rewrite/.gitignore b/packages/construct/awscdk/cloudfront-url-rewrite/.gitignore index a178f55..2af4341 100644 --- a/packages/construct/awscdk/cloudfront-url-rewrite/.gitignore +++ b/packages/construct/awscdk/cloudfront-url-rewrite/.gitignore @@ -29,7 +29,6 @@ jspm_packages/ *.tgz .yarn-integrity .cache -!/.projenrc.js !/.prettierignore !/.prettierrc.json !/.npmrc diff --git a/packages/construct/awscdk/cloudfront-url-rewrite/.npmignore b/packages/construct/awscdk/cloudfront-url-rewrite/.npmignore index 927ad66..2712c29 100644 --- a/packages/construct/awscdk/cloudfront-url-rewrite/.npmignore +++ b/packages/construct/awscdk/cloudfront-url-rewrite/.npmignore @@ -1,5 +1,7 @@ # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". /.projen/ +/.prettierignore +/.prettierrc.json /test/ /src/ !/dist/ @@ -15,3 +17,4 @@ tsconfig.tsbuildinfo !.jsii /tsconfig.json /tsconfig.dev.json +/.gitattributes diff --git a/packages/construct/awscdk/cloudfront-url-rewrite/.projen/deps.json b/packages/construct/awscdk/cloudfront-url-rewrite/.projen/deps.json index 06d105e..c8117b4 100644 --- a/packages/construct/awscdk/cloudfront-url-rewrite/.projen/deps.json +++ b/packages/construct/awscdk/cloudfront-url-rewrite/.projen/deps.json @@ -15,22 +15,12 @@ }, { "name": "@typescript-eslint/eslint-plugin", - "version": "^6", + "version": "^7", "type": "build" }, { "name": "@typescript-eslint/parser", - "version": "^6", - "type": "build" - }, - { - "name": "aws-cdk-lib", - "version": "2.97.0", - "type": "build" - }, - { - "name": "constructs", - "version": "10.2.70", + "version": "^7", "type": "build" }, { @@ -41,10 +31,6 @@ "name": "eslint-config-prettier", "type": "build" }, - { - "name": "eslint-import-resolver-node", - "type": "build" - }, { "name": "eslint-import-resolver-typescript", "type": "build" @@ -88,19 +74,10 @@ "name": "lint-staged", "type": "build" }, - { - "name": "npm-check-updates", - "version": "^16", - "type": "build" - }, { "name": "prettier", "type": "build" }, - { - "name": "projen", - "type": "build" - }, { "name": "typescript", "version": "~5.2", diff --git a/packages/construct/awscdk/cloudfront-url-rewrite/.projen/tasks.json b/packages/construct/awscdk/cloudfront-url-rewrite/.projen/tasks.json index f2db1f8..9c4a762 100644 --- a/packages/construct/awscdk/cloudfront-url-rewrite/.projen/tasks.json +++ b/packages/construct/awscdk/cloudfront-url-rewrite/.projen/tasks.json @@ -70,7 +70,8 @@ "description": "Runs eslint against the codebase", "steps": [ { - "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern src test build-tools" + "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern $@ src test build-tools", + "receiveArgs": true } ] }, @@ -110,7 +111,7 @@ "description": "Create js language bindings", "steps": [ { - "exec": "jsii-pacmak -v --target js" + "exec": "jsii-pacmak -v --pack-command 'pnpm pack' --target js" } ] }, @@ -185,16 +186,13 @@ }, "steps": [ { - "exec": "pnpm update npm-check-updates" - }, - { - "exec": "npm-check-updates --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@arroyodev-llc/utils.unbuild-composite-preset,@types/aws-lambda,@types/node,@typescript-eslint/eslint-plugin,@typescript-eslint/parser,esbuild,eslint-config-prettier,eslint-import-resolver-node,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,eslint,jsii-diff,jsii-docgen,jsii-pacmak,lint-staged,npm-check-updates,prettier,projen,unbuild,vitest,aws-cdk-lib,constructs" + "exec": "pnpm dlx npm-check-updates@16 --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@arroyodev-llc/utils.unbuild-composite-preset,@types/aws-lambda,esbuild,eslint-config-prettier,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,jsii-diff,jsii-docgen,jsii-pacmak,lint-staged,prettier,unbuild,vitest" }, { "exec": "pnpm i --no-frozen-lockfile" }, { - "exec": "pnpm update @arroyodev-llc/utils.unbuild-composite-preset @types/aws-lambda @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser esbuild eslint-config-prettier eslint-import-resolver-node eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint jsii-diff jsii-docgen jsii-pacmak lint-staged npm-check-updates prettier projen unbuild vitest aws-cdk-lib constructs" + "exec": "pnpm update @arroyodev-llc/utils.unbuild-composite-preset @types/aws-lambda @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser esbuild eslint-config-prettier eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint jsii-diff jsii-docgen jsii-pacmak jsii-rosetta jsii lint-staged prettier typescript unbuild vitest aws-cdk-lib constructs" }, { "exec": "npx projen" diff --git a/packages/construct/awscdk/cloudfront-url-rewrite/package.json b/packages/construct/awscdk/cloudfront-url-rewrite/package.json index 4436d29..a35a8ab 100644 --- a/packages/construct/awscdk/cloudfront-url-rewrite/package.json +++ b/packages/construct/awscdk/cloudfront-url-rewrite/package.json @@ -34,14 +34,13 @@ "@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.6", "@types/aws-lambda": "^8.10.122", "@types/node": "^18", - "@typescript-eslint/eslint-plugin": "^6", - "@typescript-eslint/parser": "^6", + "@typescript-eslint/eslint-plugin": "^7", + "@typescript-eslint/parser": "^7", "aws-cdk-lib": "2.97.0", "constructs": "10.2.70", "esbuild": "^0.19.3", "eslint": "^8", "eslint-config-prettier": "^9.0.0", - "eslint-import-resolver-node": "^0.3.9", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", "eslint-plugin-prettier": "^5.0.0", @@ -51,9 +50,7 @@ "jsii-pacmak": "^1.89.0", "jsii-rosetta": "~5", "lint-staged": "^14.0.1", - "npm-check-updates": "^16", "prettier": "^3.0.3", - "projen": "^0.73.31", "typescript": "~5.2", "unbuild": "^2.0.0-rc.0", "vitest": "^0.34.5" diff --git a/packages/construct/awscdk/cloudfront-url-rewrite/tsconfig.dev.json b/packages/construct/awscdk/cloudfront-url-rewrite/tsconfig.dev.json index 296dba7..8ae6d21 100644 --- a/packages/construct/awscdk/cloudfront-url-rewrite/tsconfig.dev.json +++ b/packages/construct/awscdk/cloudfront-url-rewrite/tsconfig.dev.json @@ -3,7 +3,6 @@ "extends": "./tsconfig.json", "compilerOptions": {}, "include": [ - ".projenrc.js", "src/**/*.ts", "test/**/*.ts", "src/*.ts", diff --git a/packages/construct/awscdk/github-pipeline/.eslintrc.json b/packages/construct/awscdk/github-pipeline/.eslintrc.json index 4a0018c..a32ca97 100644 --- a/packages/construct/awscdk/github-pipeline/.eslintrc.json +++ b/packages/construct/awscdk/github-pipeline/.eslintrc.json @@ -7,8 +7,7 @@ "root": true, "plugins": [ "@typescript-eslint", - "import", - "prettier" + "import" ], "parser": "@typescript-eslint/parser", "parserOptions": { @@ -19,9 +18,8 @@ }, "extends": [ "plugin:import/typescript", - "prettier", - "plugin:prettier/recommended", - "plugin:@typescript-eslint/recommended-requiring-type-checking" + "plugin:@typescript-eslint/recommended-requiring-type-checking", + "plugin:prettier/recommended" ], "settings": { "import/parsers": { @@ -91,9 +89,6 @@ "tsconfig.json" ], "rules": { - "prettier/prettier": [ - "error" - ], "@typescript-eslint/no-require-imports": [ "error" ], @@ -124,8 +119,11 @@ } } ], - "no-duplicate-imports": [ - "error" + "import/no-duplicates": [ + "error", + { + "prefer-inline": true + } ], "no-shadow": [ "off" @@ -184,12 +182,6 @@ "fixStyle": "inline-type-imports" } ], - "import/no-duplicates": [ - "error", - { - "prefer-inline": true - } - ], "@typescript-eslint/no-explicit-any": [ "warn", { diff --git a/packages/construct/awscdk/github-pipeline/.gitignore b/packages/construct/awscdk/github-pipeline/.gitignore index ab937a6..2fbf6aa 100644 --- a/packages/construct/awscdk/github-pipeline/.gitignore +++ b/packages/construct/awscdk/github-pipeline/.gitignore @@ -29,7 +29,6 @@ jspm_packages/ *.tgz .yarn-integrity .cache -!/.projenrc.js !/.prettierignore !/.prettierrc.json !/.npmrc diff --git a/packages/construct/awscdk/github-pipeline/.npmignore b/packages/construct/awscdk/github-pipeline/.npmignore index 927ad66..2712c29 100644 --- a/packages/construct/awscdk/github-pipeline/.npmignore +++ b/packages/construct/awscdk/github-pipeline/.npmignore @@ -1,5 +1,7 @@ # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". /.projen/ +/.prettierignore +/.prettierrc.json /test/ /src/ !/dist/ @@ -15,3 +17,4 @@ tsconfig.tsbuildinfo !.jsii /tsconfig.json /tsconfig.dev.json +/.gitattributes diff --git a/packages/construct/awscdk/github-pipeline/.projen/deps.json b/packages/construct/awscdk/github-pipeline/.projen/deps.json index 84a64db..7dacdc3 100644 --- a/packages/construct/awscdk/github-pipeline/.projen/deps.json +++ b/packages/construct/awscdk/github-pipeline/.projen/deps.json @@ -15,36 +15,18 @@ }, { "name": "@typescript-eslint/eslint-plugin", - "version": "^6", + "version": "^7", "type": "build" }, { "name": "@typescript-eslint/parser", - "version": "^6", - "type": "build" - }, - { - "name": "aws-cdk-lib", - "version": "2.97.0", - "type": "build" - }, - { - "name": "cdk-pipelines-github", - "type": "build" - }, - { - "name": "constructs", - "version": "10.2.70", + "version": "^7", "type": "build" }, { "name": "eslint-config-prettier", "type": "build" }, - { - "name": "eslint-import-resolver-node", - "type": "build" - }, { "name": "eslint-import-resolver-typescript", "type": "build" @@ -88,19 +70,10 @@ "name": "lint-staged", "type": "build" }, - { - "name": "npm-check-updates", - "version": "^16", - "type": "build" - }, { "name": "prettier", "type": "build" }, - { - "name": "projen", - "type": "build" - }, { "name": "typescript", "version": "~5.2", diff --git a/packages/construct/awscdk/github-pipeline/.projen/tasks.json b/packages/construct/awscdk/github-pipeline/.projen/tasks.json index ce08005..7aa9495 100644 --- a/packages/construct/awscdk/github-pipeline/.projen/tasks.json +++ b/packages/construct/awscdk/github-pipeline/.projen/tasks.json @@ -67,7 +67,8 @@ "description": "Runs eslint against the codebase", "steps": [ { - "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern src test build-tools" + "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern $@ src test build-tools", + "receiveArgs": true } ] }, @@ -107,7 +108,7 @@ "description": "Create js language bindings", "steps": [ { - "exec": "jsii-pacmak -v --target js" + "exec": "jsii-pacmak -v --pack-command 'pnpm pack' --target js" } ] }, @@ -179,16 +180,13 @@ }, "steps": [ { - "exec": "pnpm update npm-check-updates" - }, - { - "exec": "npm-check-updates --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@arroyodev-llc/utils.unbuild-composite-preset,@types/flat,@types/node,@typescript-eslint/eslint-plugin,@typescript-eslint/parser,cdk-pipelines-github,eslint-config-prettier,eslint-import-resolver-node,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,eslint,jsii-diff,jsii-docgen,jsii-pacmak,lint-staged,npm-check-updates,prettier,projen,unbuild,vitest,aws-cdk-lib,constructs,decamelize,defu,flat" + "exec": "pnpm dlx npm-check-updates@16 --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@arroyodev-llc/utils.unbuild-composite-preset,@types/flat,eslint-config-prettier,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,jsii-diff,jsii-docgen,jsii-pacmak,lint-staged,prettier,unbuild,vitest,cdk-pipelines-github,decamelize,defu,flat" }, { "exec": "pnpm i --no-frozen-lockfile" }, { - "exec": "pnpm update @arroyodev-llc/utils.unbuild-composite-preset @types/flat @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser cdk-pipelines-github eslint-config-prettier eslint-import-resolver-node eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint jsii-diff jsii-docgen jsii-pacmak lint-staged npm-check-updates prettier projen unbuild vitest aws-cdk-lib constructs decamelize defu flat" + "exec": "pnpm update @arroyodev-llc/utils.unbuild-composite-preset @types/flat @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint jsii-diff jsii-docgen jsii-pacmak jsii-rosetta jsii lint-staged prettier typescript unbuild vitest aws-cdk-lib cdk-pipelines-github constructs @crisiscleanup/config decamelize defu flat" }, { "exec": "npx projen" diff --git a/packages/construct/awscdk/github-pipeline/package.json b/packages/construct/awscdk/github-pipeline/package.json index 3d0557d..e7eea80 100644 --- a/packages/construct/awscdk/github-pipeline/package.json +++ b/packages/construct/awscdk/github-pipeline/package.json @@ -34,14 +34,13 @@ "@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.6", "@types/flat": "^5.0.3", "@types/node": "^18", - "@typescript-eslint/eslint-plugin": "^6", - "@typescript-eslint/parser": "^6", + "@typescript-eslint/eslint-plugin": "^7", + "@typescript-eslint/parser": "^7", "aws-cdk-lib": "2.97.0", "cdk-pipelines-github": "0.4.103", "constructs": "10.2.70", "eslint": "^8", "eslint-config-prettier": "^9.0.0", - "eslint-import-resolver-node": "^0.3.9", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", "eslint-plugin-prettier": "^5.0.0", @@ -51,9 +50,7 @@ "jsii-pacmak": "^1.89.0", "jsii-rosetta": "~5", "lint-staged": "^14.0.1", - "npm-check-updates": "^16", "prettier": "^3.0.3", - "projen": "^0.73.31", "typescript": "~5.2", "unbuild": "^2.0.0-rc.0", "vitest": "^0.34.5" diff --git a/packages/construct/awscdk/github-pipeline/tsconfig.dev.json b/packages/construct/awscdk/github-pipeline/tsconfig.dev.json index 296dba7..8ae6d21 100644 --- a/packages/construct/awscdk/github-pipeline/tsconfig.dev.json +++ b/packages/construct/awscdk/github-pipeline/tsconfig.dev.json @@ -3,7 +3,6 @@ "extends": "./tsconfig.json", "compilerOptions": {}, "include": [ - ".projenrc.js", "src/**/*.ts", "test/**/*.ts", "src/*.ts", diff --git a/packages/construct/awscdk/pdf-renderer/.eslintrc.json b/packages/construct/awscdk/pdf-renderer/.eslintrc.json index 38fdb84..07ddf64 100644 --- a/packages/construct/awscdk/pdf-renderer/.eslintrc.json +++ b/packages/construct/awscdk/pdf-renderer/.eslintrc.json @@ -7,8 +7,7 @@ "root": true, "plugins": [ "@typescript-eslint", - "import", - "prettier" + "import" ], "parser": "@typescript-eslint/parser", "parserOptions": { @@ -19,9 +18,8 @@ }, "extends": [ "plugin:import/typescript", - "prettier", - "plugin:prettier/recommended", - "plugin:@typescript-eslint/recommended-requiring-type-checking" + "plugin:@typescript-eslint/recommended-requiring-type-checking", + "plugin:prettier/recommended" ], "settings": { "import/parsers": { @@ -93,9 +91,6 @@ "tsconfig.json" ], "rules": { - "prettier/prettier": [ - "error" - ], "@typescript-eslint/no-require-imports": [ "error" ], @@ -127,8 +122,11 @@ } } ], - "no-duplicate-imports": [ - "error" + "import/no-duplicates": [ + "error", + { + "prefer-inline": true + } ], "no-shadow": [ "off" @@ -187,12 +185,6 @@ "fixStyle": "inline-type-imports" } ], - "import/no-duplicates": [ - "error", - { - "prefer-inline": true - } - ], "@typescript-eslint/no-explicit-any": [ "warn", { diff --git a/packages/construct/awscdk/pdf-renderer/.gitignore b/packages/construct/awscdk/pdf-renderer/.gitignore index 50d40c2..3e30933 100644 --- a/packages/construct/awscdk/pdf-renderer/.gitignore +++ b/packages/construct/awscdk/pdf-renderer/.gitignore @@ -29,7 +29,6 @@ jspm_packages/ *.tgz .yarn-integrity .cache -!/.projenrc.js !/.prettierignore !/.prettierrc.json !/.npmrc diff --git a/packages/construct/awscdk/pdf-renderer/.npmignore b/packages/construct/awscdk/pdf-renderer/.npmignore index 008e1eb..6eeb629 100644 --- a/packages/construct/awscdk/pdf-renderer/.npmignore +++ b/packages/construct/awscdk/pdf-renderer/.npmignore @@ -1,5 +1,7 @@ # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". /.projen/ +/.prettierignore +/.prettierrc.json /test/ /src/ !/dist/ @@ -16,3 +18,4 @@ tsconfig.tsbuildinfo !/assets/ /tsconfig.json /tsconfig.dev.json +/.gitattributes diff --git a/packages/construct/awscdk/pdf-renderer/.projen/deps.json b/packages/construct/awscdk/pdf-renderer/.projen/deps.json index 768cddf..00619ec 100644 --- a/packages/construct/awscdk/pdf-renderer/.projen/deps.json +++ b/packages/construct/awscdk/pdf-renderer/.projen/deps.json @@ -20,22 +20,12 @@ }, { "name": "@typescript-eslint/eslint-plugin", - "version": "^6", + "version": "^7", "type": "build" }, { "name": "@typescript-eslint/parser", - "version": "^6", - "type": "build" - }, - { - "name": "aws-cdk-lib", - "version": "2.97.0", - "type": "build" - }, - { - "name": "constructs", - "version": "10.2.70", + "version": "^7", "type": "build" }, { @@ -46,10 +36,6 @@ "name": "eslint-config-prettier", "type": "build" }, - { - "name": "eslint-import-resolver-node", - "type": "build" - }, { "name": "eslint-import-resolver-typescript", "type": "build" @@ -93,19 +79,10 @@ "name": "lint-staged", "type": "build" }, - { - "name": "npm-check-updates", - "version": "^16", - "type": "build" - }, { "name": "prettier", "type": "build" }, - { - "name": "projen", - "type": "build" - }, { "name": "typescript", "version": "~5.2", diff --git a/packages/construct/awscdk/pdf-renderer/.projen/tasks.json b/packages/construct/awscdk/pdf-renderer/.projen/tasks.json index 5506598..9d8b492 100644 --- a/packages/construct/awscdk/pdf-renderer/.projen/tasks.json +++ b/packages/construct/awscdk/pdf-renderer/.projen/tasks.json @@ -94,7 +94,8 @@ "description": "Runs eslint against the codebase", "steps": [ { - "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern src test build-tools" + "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern $@ src test build-tools", + "receiveArgs": true } ] }, @@ -134,7 +135,7 @@ "description": "Create js language bindings", "steps": [ { - "exec": "jsii-pacmak -v --target js" + "exec": "jsii-pacmak -v --pack-command 'pnpm pack' --target js" } ] }, @@ -194,16 +195,13 @@ }, "steps": [ { - "exec": "pnpm update npm-check-updates" - }, - { - "exec": "npm-check-updates --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@arroyodev-llc/utils.unbuild-composite-preset,@types/aws-lambda,@types/node,@typescript-eslint/eslint-plugin,@typescript-eslint/parser,esbuild,eslint-config-prettier,eslint-import-resolver-node,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,eslint,jsii-diff,jsii-docgen,jsii-pacmak,lint-staged,npm-check-updates,prettier,projen,unbuild,aws-cdk-lib,constructs,zod" + "exec": "pnpm dlx npm-check-updates@16 --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@arroyodev-llc/utils.unbuild-composite-preset,@types/aws-lambda,esbuild,eslint-config-prettier,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,jsii-diff,jsii-docgen,jsii-pacmak,lint-staged,prettier,unbuild,zod" }, { "exec": "pnpm i --no-frozen-lockfile" }, { - "exec": "pnpm update @arroyodev-llc/utils.unbuild-composite-preset @types/aws-lambda @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser esbuild eslint-config-prettier eslint-import-resolver-node eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint jsii-diff jsii-docgen jsii-pacmak lint-staged npm-check-updates prettier projen unbuild aws-cdk-lib constructs zod" + "exec": "pnpm update @arroyodev-llc/utils.unbuild-composite-preset @sparticuz/chromium-min @types/aws-lambda @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser esbuild eslint-config-prettier eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint jsii-diff jsii-docgen jsii-pacmak jsii-rosetta jsii lint-staged prettier typescript unbuild aws-cdk-lib constructs puppeteer-core zod" }, { "exec": "npx projen" diff --git a/packages/construct/awscdk/pdf-renderer/package.json b/packages/construct/awscdk/pdf-renderer/package.json index de79437..82c06d3 100644 --- a/packages/construct/awscdk/pdf-renderer/package.json +++ b/packages/construct/awscdk/pdf-renderer/package.json @@ -37,14 +37,13 @@ "@sparticuz/chromium-min": "123.0.1", "@types/aws-lambda": "^8.10.122", "@types/node": "^18", - "@typescript-eslint/eslint-plugin": "^6", - "@typescript-eslint/parser": "^6", + "@typescript-eslint/eslint-plugin": "^7", + "@typescript-eslint/parser": "^7", "aws-cdk-lib": "2.97.0", "constructs": "10.2.70", "esbuild": "^0.19.3", "eslint": "^8", "eslint-config-prettier": "^9.0.0", - "eslint-import-resolver-node": "^0.3.9", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", "eslint-plugin-prettier": "^5.0.0", @@ -54,9 +53,7 @@ "jsii-pacmak": "^1.89.0", "jsii-rosetta": "~5", "lint-staged": "^14.0.1", - "npm-check-updates": "^16", "prettier": "^3.0.3", - "projen": "^0.73.31", "typescript": "~5.2", "unbuild": "^2.0.0-rc.0" }, diff --git a/packages/construct/awscdk/pdf-renderer/tsconfig.dev.json b/packages/construct/awscdk/pdf-renderer/tsconfig.dev.json index 96d8b7e..edfd789 100644 --- a/packages/construct/awscdk/pdf-renderer/tsconfig.dev.json +++ b/packages/construct/awscdk/pdf-renderer/tsconfig.dev.json @@ -3,7 +3,6 @@ "extends": "./tsconfig.json", "compilerOptions": {}, "include": [ - ".projenrc.js", "src/**/*.ts", "test/**/*.ts", "src/*.ts", diff --git a/packages/k8s/construct/api/.eslintrc.json b/packages/k8s/construct/api/.eslintrc.json index 6c7c302..1b96c37 100644 --- a/packages/k8s/construct/api/.eslintrc.json +++ b/packages/k8s/construct/api/.eslintrc.json @@ -7,8 +7,7 @@ "root": true, "plugins": [ "@typescript-eslint", - "import", - "prettier" + "import" ], "parser": "@typescript-eslint/parser", "parserOptions": { @@ -19,9 +18,8 @@ }, "extends": [ "plugin:import/typescript", - "prettier", - "plugin:prettier/recommended", - "plugin:@typescript-eslint/recommended-requiring-type-checking" + "plugin:@typescript-eslint/recommended-requiring-type-checking", + "plugin:prettier/recommended" ], "settings": { "import/parsers": { @@ -91,9 +89,6 @@ "tsconfig.json" ], "rules": { - "prettier/prettier": [ - "error" - ], "@typescript-eslint/no-require-imports": [ "error" ], @@ -124,8 +119,11 @@ } } ], - "no-duplicate-imports": [ - "error" + "import/no-duplicates": [ + "error", + { + "prefer-inline": true + } ], "no-shadow": [ "off" @@ -184,12 +182,6 @@ "fixStyle": "inline-type-imports" } ], - "import/no-duplicates": [ - "error", - { - "prefer-inline": true - } - ], "@typescript-eslint/no-explicit-any": [ "warn", { diff --git a/packages/k8s/construct/api/.gitignore b/packages/k8s/construct/api/.gitignore index 5d787d8..fb8576b 100644 --- a/packages/k8s/construct/api/.gitignore +++ b/packages/k8s/construct/api/.gitignore @@ -29,7 +29,6 @@ jspm_packages/ *.tgz .yarn-integrity .cache -!/.projenrc.js !/.prettierignore !/.prettierrc.json !/.npmrc diff --git a/packages/k8s/construct/api/.npmignore b/packages/k8s/construct/api/.npmignore index 927ad66..2712c29 100644 --- a/packages/k8s/construct/api/.npmignore +++ b/packages/k8s/construct/api/.npmignore @@ -1,5 +1,7 @@ # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". /.projen/ +/.prettierignore +/.prettierrc.json /test/ /src/ !/dist/ @@ -15,3 +17,4 @@ tsconfig.tsbuildinfo !.jsii /tsconfig.json /tsconfig.dev.json +/.gitattributes diff --git a/packages/k8s/construct/api/.projen/deps.json b/packages/k8s/construct/api/.projen/deps.json index df94f3a..bcbcd69 100644 --- a/packages/k8s/construct/api/.projen/deps.json +++ b/packages/k8s/construct/api/.projen/deps.json @@ -15,12 +15,12 @@ }, { "name": "@typescript-eslint/eslint-plugin", - "version": "^6", + "version": "^7", "type": "build" }, { "name": "@typescript-eslint/parser", - "version": "^6", + "version": "^7", "type": "build" }, { @@ -32,10 +32,6 @@ "name": "eslint-config-prettier", "type": "build" }, - { - "name": "eslint-import-resolver-node", - "type": "build" - }, { "name": "eslint-import-resolver-typescript", "type": "build" @@ -79,19 +75,10 @@ "name": "lint-staged", "type": "build" }, - { - "name": "npm-check-updates", - "version": "^16", - "type": "build" - }, { "name": "prettier", "type": "build" }, - { - "name": "projen", - "type": "build" - }, { "name": "typescript", "version": "~5.2", diff --git a/packages/k8s/construct/api/.projen/tasks.json b/packages/k8s/construct/api/.projen/tasks.json index e417c37..f1d8614 100644 --- a/packages/k8s/construct/api/.projen/tasks.json +++ b/packages/k8s/construct/api/.projen/tasks.json @@ -67,7 +67,8 @@ "description": "Runs eslint against the codebase", "steps": [ { - "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern src test build-tools" + "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern $@ src test build-tools", + "receiveArgs": true } ] }, @@ -107,7 +108,7 @@ "description": "Create js language bindings", "steps": [ { - "exec": "jsii-pacmak -v --target js" + "exec": "jsii-pacmak -v --pack-command 'pnpm pack' --target js" } ] }, @@ -162,16 +163,13 @@ }, "steps": [ { - "exec": "pnpm update npm-check-updates" - }, - { - "exec": "npm-check-updates --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@arroyodev-llc/utils.unbuild-composite-preset,@types/debug,@types/node,@typescript-eslint/eslint-plugin,@typescript-eslint/parser,eslint-config-prettier,eslint-import-resolver-node,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,eslint,jsii-diff,jsii-docgen,jsii-pacmak,lint-staged,npm-check-updates,prettier,projen,unbuild,cdk8s-plus-27,cdk8s,constructs,debug,defu" + "exec": "pnpm dlx npm-check-updates@16 --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@arroyodev-llc/utils.unbuild-composite-preset,@types/debug,cdk8s-plus-27,eslint-config-prettier,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,jsii-diff,jsii-docgen,jsii-pacmak,lint-staged,prettier,unbuild,debug,defu" }, { "exec": "pnpm i --no-frozen-lockfile" }, { - "exec": "pnpm update @arroyodev-llc/utils.unbuild-composite-preset @types/debug @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier eslint-import-resolver-node eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint jsii-diff jsii-docgen jsii-pacmak lint-staged npm-check-updates prettier projen unbuild cdk8s-plus-27 cdk8s constructs debug defu" + "exec": "pnpm update @arroyodev-llc/utils.unbuild-composite-preset @types/debug @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser cdk8s-plus-27 eslint-config-prettier eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint jsii-diff jsii-docgen jsii-pacmak jsii-rosetta jsii lint-staged prettier typescript unbuild cdk8s constructs @crisiscleanup/config @crisiscleanup/k8s.construct.component debug defu" }, { "exec": "npx projen" diff --git a/packages/k8s/construct/api/package.json b/packages/k8s/construct/api/package.json index c993927..8011bdd 100644 --- a/packages/k8s/construct/api/package.json +++ b/packages/k8s/construct/api/package.json @@ -33,12 +33,11 @@ "@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.6", "@types/debug": "^4.1.9", "@types/node": "^18", - "@typescript-eslint/eslint-plugin": "^6", - "@typescript-eslint/parser": "^6", + "@typescript-eslint/eslint-plugin": "^7", + "@typescript-eslint/parser": "^7", "cdk8s-plus-27": "^2.7.20", "eslint": "^8", "eslint-config-prettier": "^9.0.0", - "eslint-import-resolver-node": "^0.3.9", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", "eslint-plugin-prettier": "^5.0.0", @@ -48,9 +47,7 @@ "jsii-pacmak": "^1.89.0", "jsii-rosetta": "~5", "lint-staged": "^14.0.1", - "npm-check-updates": "^16", "prettier": "^3.0.3", - "projen": "^0.73.31", "typescript": "~5.2", "unbuild": "^2.0.0-rc.0" }, diff --git a/packages/k8s/construct/api/tsconfig.dev.json b/packages/k8s/construct/api/tsconfig.dev.json index 96d8b7e..edfd789 100644 --- a/packages/k8s/construct/api/tsconfig.dev.json +++ b/packages/k8s/construct/api/tsconfig.dev.json @@ -3,7 +3,6 @@ "extends": "./tsconfig.json", "compilerOptions": {}, "include": [ - ".projenrc.js", "src/**/*.ts", "test/**/*.ts", "src/*.ts", diff --git a/packages/k8s/construct/component/.eslintrc.json b/packages/k8s/construct/component/.eslintrc.json index 6c7c302..1b96c37 100644 --- a/packages/k8s/construct/component/.eslintrc.json +++ b/packages/k8s/construct/component/.eslintrc.json @@ -7,8 +7,7 @@ "root": true, "plugins": [ "@typescript-eslint", - "import", - "prettier" + "import" ], "parser": "@typescript-eslint/parser", "parserOptions": { @@ -19,9 +18,8 @@ }, "extends": [ "plugin:import/typescript", - "prettier", - "plugin:prettier/recommended", - "plugin:@typescript-eslint/recommended-requiring-type-checking" + "plugin:@typescript-eslint/recommended-requiring-type-checking", + "plugin:prettier/recommended" ], "settings": { "import/parsers": { @@ -91,9 +89,6 @@ "tsconfig.json" ], "rules": { - "prettier/prettier": [ - "error" - ], "@typescript-eslint/no-require-imports": [ "error" ], @@ -124,8 +119,11 @@ } } ], - "no-duplicate-imports": [ - "error" + "import/no-duplicates": [ + "error", + { + "prefer-inline": true + } ], "no-shadow": [ "off" @@ -184,12 +182,6 @@ "fixStyle": "inline-type-imports" } ], - "import/no-duplicates": [ - "error", - { - "prefer-inline": true - } - ], "@typescript-eslint/no-explicit-any": [ "warn", { diff --git a/packages/k8s/construct/component/.gitignore b/packages/k8s/construct/component/.gitignore index 5d787d8..fb8576b 100644 --- a/packages/k8s/construct/component/.gitignore +++ b/packages/k8s/construct/component/.gitignore @@ -29,7 +29,6 @@ jspm_packages/ *.tgz .yarn-integrity .cache -!/.projenrc.js !/.prettierignore !/.prettierrc.json !/.npmrc diff --git a/packages/k8s/construct/component/.npmignore b/packages/k8s/construct/component/.npmignore index 927ad66..2712c29 100644 --- a/packages/k8s/construct/component/.npmignore +++ b/packages/k8s/construct/component/.npmignore @@ -1,5 +1,7 @@ # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". /.projen/ +/.prettierignore +/.prettierrc.json /test/ /src/ !/dist/ @@ -15,3 +17,4 @@ tsconfig.tsbuildinfo !.jsii /tsconfig.json /tsconfig.dev.json +/.gitattributes diff --git a/packages/k8s/construct/component/.projen/deps.json b/packages/k8s/construct/component/.projen/deps.json index 3710791..7c85a68 100644 --- a/packages/k8s/construct/component/.projen/deps.json +++ b/packages/k8s/construct/component/.projen/deps.json @@ -15,12 +15,12 @@ }, { "name": "@typescript-eslint/eslint-plugin", - "version": "^6", + "version": "^7", "type": "build" }, { "name": "@typescript-eslint/parser", - "version": "^6", + "version": "^7", "type": "build" }, { @@ -32,10 +32,6 @@ "name": "eslint-config-prettier", "type": "build" }, - { - "name": "eslint-import-resolver-node", - "type": "build" - }, { "name": "eslint-import-resolver-typescript", "type": "build" @@ -79,19 +75,10 @@ "name": "lint-staged", "type": "build" }, - { - "name": "npm-check-updates", - "version": "^16", - "type": "build" - }, { "name": "prettier", "type": "build" }, - { - "name": "projen", - "type": "build" - }, { "name": "typescript", "version": "~5.2", diff --git a/packages/k8s/construct/component/.projen/tasks.json b/packages/k8s/construct/component/.projen/tasks.json index 1680f57..2414573 100644 --- a/packages/k8s/construct/component/.projen/tasks.json +++ b/packages/k8s/construct/component/.projen/tasks.json @@ -67,7 +67,8 @@ "description": "Runs eslint against the codebase", "steps": [ { - "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern src test build-tools" + "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern $@ src test build-tools", + "receiveArgs": true } ] }, @@ -107,7 +108,7 @@ "description": "Create js language bindings", "steps": [ { - "exec": "jsii-pacmak -v --target js" + "exec": "jsii-pacmak -v --pack-command 'pnpm pack' --target js" } ] }, @@ -162,16 +163,13 @@ }, "steps": [ { - "exec": "pnpm update npm-check-updates" - }, - { - "exec": "npm-check-updates --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@arroyodev-llc/utils.unbuild-composite-preset,@types/debug,@types/node,@typescript-eslint/eslint-plugin,@typescript-eslint/parser,eslint-config-prettier,eslint-import-resolver-node,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,eslint,jsii-diff,jsii-docgen,jsii-pacmak,lint-staged,npm-check-updates,prettier,projen,unbuild,cdk8s-plus-27,cdk8s,constructs,debug,defu,js-yaml" + "exec": "pnpm dlx npm-check-updates@16 --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@arroyodev-llc/utils.unbuild-composite-preset,@types/debug,cdk8s-plus-27,eslint-config-prettier,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,jsii-diff,jsii-docgen,jsii-pacmak,lint-staged,prettier,unbuild,debug,defu,js-yaml" }, { "exec": "pnpm i --no-frozen-lockfile" }, { - "exec": "pnpm update @arroyodev-llc/utils.unbuild-composite-preset @types/debug @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier eslint-import-resolver-node eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint jsii-diff jsii-docgen jsii-pacmak lint-staged npm-check-updates prettier projen unbuild cdk8s-plus-27 cdk8s constructs debug defu js-yaml" + "exec": "pnpm update @arroyodev-llc/utils.unbuild-composite-preset @types/debug @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser cdk8s-plus-27 eslint-config-prettier eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint jsii-diff jsii-docgen jsii-pacmak jsii-rosetta jsii lint-staged prettier typescript unbuild cdk8s constructs debug defu js-yaml" }, { "exec": "npx projen" diff --git a/packages/k8s/construct/component/package.json b/packages/k8s/construct/component/package.json index fe8891d..0910041 100644 --- a/packages/k8s/construct/component/package.json +++ b/packages/k8s/construct/component/package.json @@ -33,12 +33,11 @@ "@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.6", "@types/debug": "^4.1.9", "@types/node": "^18", - "@typescript-eslint/eslint-plugin": "^6", - "@typescript-eslint/parser": "^6", + "@typescript-eslint/eslint-plugin": "^7", + "@typescript-eslint/parser": "^7", "cdk8s-plus-27": "^2.7.20", "eslint": "^8", "eslint-config-prettier": "^9.0.0", - "eslint-import-resolver-node": "^0.3.9", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", "eslint-plugin-prettier": "^5.0.0", @@ -48,9 +47,7 @@ "jsii-pacmak": "^1.89.0", "jsii-rosetta": "~5", "lint-staged": "^14.0.1", - "npm-check-updates": "^16", "prettier": "^3.0.3", - "projen": "^0.73.31", "typescript": "~5.2", "unbuild": "^2.0.0-rc.0" }, diff --git a/packages/k8s/construct/component/tsconfig.dev.json b/packages/k8s/construct/component/tsconfig.dev.json index 96d8b7e..edfd789 100644 --- a/packages/k8s/construct/component/tsconfig.dev.json +++ b/packages/k8s/construct/component/tsconfig.dev.json @@ -3,7 +3,6 @@ "extends": "./tsconfig.json", "compilerOptions": {}, "include": [ - ".projenrc.js", "src/**/*.ts", "test/**/*.ts", "src/*.ts", diff --git a/packages/stacks/api/.eslintrc.json b/packages/stacks/api/.eslintrc.json index 994e946..cc28f6e 100644 --- a/packages/stacks/api/.eslintrc.json +++ b/packages/stacks/api/.eslintrc.json @@ -7,8 +7,7 @@ "root": true, "plugins": [ "@typescript-eslint", - "import", - "prettier" + "import" ], "parser": "@typescript-eslint/parser", "parserOptions": { @@ -19,9 +18,8 @@ }, "extends": [ "plugin:import/typescript", - "prettier", - "plugin:prettier/recommended", - "plugin:@typescript-eslint/recommended-requiring-type-checking" + "plugin:@typescript-eslint/recommended-requiring-type-checking", + "plugin:prettier/recommended" ], "settings": { "import/parsers": { @@ -95,9 +93,6 @@ "tsconfig.json" ], "rules": { - "prettier/prettier": [ - "error" - ], "@typescript-eslint/no-require-imports": [ "error" ], @@ -128,8 +123,11 @@ } } ], - "no-duplicate-imports": [ - "error" + "import/no-duplicates": [ + "error", + { + "prefer-inline": true + } ], "no-shadow": [ "off" @@ -188,12 +186,6 @@ "fixStyle": "inline-type-imports" } ], - "import/no-duplicates": [ - "error", - { - "prefer-inline": true - } - ], "@typescript-eslint/no-explicit-any": [ "warn", { diff --git a/packages/stacks/api/.gitignore b/packages/stacks/api/.gitignore index de29be7..fdae0a3 100644 --- a/packages/stacks/api/.gitignore +++ b/packages/stacks/api/.gitignore @@ -29,7 +29,6 @@ jspm_packages/ *.tgz .yarn-integrity .cache -!/.projenrc.js !/.prettierignore !/.prettierrc.json !/.npmrc diff --git a/packages/stacks/api/.npmignore b/packages/stacks/api/.npmignore index 79c3be7..4a31f27 100644 --- a/packages/stacks/api/.npmignore +++ b/packages/stacks/api/.npmignore @@ -1,5 +1,7 @@ # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". /.projen/ +/.prettierignore +/.prettierrc.json /test/ /src/ !/dist/ @@ -17,3 +19,4 @@ cdk.out/ .cdk.staging/ /tsconfig.json /tsconfig.dev.json +/.gitattributes diff --git a/packages/stacks/api/.projen/deps.json b/packages/stacks/api/.projen/deps.json index 2a423ed..f8ab9fe 100644 --- a/packages/stacks/api/.projen/deps.json +++ b/packages/stacks/api/.projen/deps.json @@ -15,12 +15,12 @@ }, { "name": "@typescript-eslint/eslint-plugin", - "version": "^6", + "version": "^7", "type": "build" }, { "name": "@typescript-eslint/parser", - "version": "^6", + "version": "^7", "type": "build" }, { @@ -36,10 +36,6 @@ "name": "eslint-config-prettier", "type": "build" }, - { - "name": "eslint-import-resolver-node", - "type": "build" - }, { "name": "eslint-import-resolver-typescript", "type": "build" @@ -61,19 +57,10 @@ "name": "lint-staged", "type": "build" }, - { - "name": "npm-check-updates", - "version": "^16", - "type": "build" - }, { "name": "prettier", "type": "build" }, - { - "name": "projen", - "type": "build" - }, { "name": "ts-node", "type": "build" diff --git a/packages/stacks/api/.projen/tasks.json b/packages/stacks/api/.projen/tasks.json index 4aed5fb..ff948f8 100644 --- a/packages/stacks/api/.projen/tasks.json +++ b/packages/stacks/api/.projen/tasks.json @@ -78,7 +78,8 @@ "description": "Runs eslint against the codebase", "steps": [ { - "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern src test build-tools" + "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern $@ src test build-tools", + "receiveArgs": true } ] }, @@ -174,16 +175,13 @@ }, "steps": [ { - "exec": "pnpm update npm-check-updates" - }, - { - "exec": "npm-check-updates --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@types/debug,@types/flat,@types/node,@typescript-eslint/eslint-plugin,@typescript-eslint/parser,aws-cdk,esbuild,eslint-config-prettier,eslint-import-resolver-node,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,eslint,lint-staged,npm-check-updates,prettier,projen,ts-node,vitest,@aws-cdk/lambda-layer-kubectl-v27,@aws-quickstart/eks-blueprints,@cdklabs/cdk-validator-cfnguard,@kubecost/kubecost-eks-blueprints-addon,aws-cdk-lib,cdk-ec2-key-pair,cdk-pipelines-github,cdk-redisdb,cdk-sops-secrets,constructs,debug,defu,flat,zod" + "exec": "pnpm dlx npm-check-updates@16 --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@types/debug,@types/flat,esbuild,eslint-config-prettier,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,lint-staged,prettier,ts-node,vitest,@aws-cdk/lambda-layer-kubectl-v27,@aws-quickstart/eks-blueprints,@cdklabs/cdk-validator-cfnguard,@kubecost/kubecost-eks-blueprints-addon,cdk-ec2-key-pair,cdk-pipelines-github,cdk-redisdb,cdk-sops-secrets,debug,defu,flat,zod" }, { "exec": "pnpm i --no-frozen-lockfile" }, { - "exec": "pnpm update @types/debug @types/flat @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser aws-cdk esbuild eslint-config-prettier eslint-import-resolver-node eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint lint-staged npm-check-updates prettier projen ts-node vitest @aws-cdk/lambda-layer-kubectl-v27 @aws-quickstart/eks-blueprints @cdklabs/cdk-validator-cfnguard @kubecost/kubecost-eks-blueprints-addon aws-cdk-lib cdk-ec2-key-pair cdk-pipelines-github cdk-redisdb cdk-sops-secrets constructs debug defu flat zod" + "exec": "pnpm update @types/debug @types/flat @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser aws-cdk esbuild eslint-config-prettier eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint lint-staged prettier ts-node typescript vitest @aws-cdk/lambda-layer-kubectl-v27 @aws-quickstart/eks-blueprints @cdklabs/cdk-validator-cfnguard @crisiscleanup/charts.crisiscleanup @crisiscleanup/config @crisiscleanup/construct.awscdk.github-pipeline @crisiscleanup/construct.awscdk.pdf-renderer @crisiscleanup/k8s.construct.api @crisiscleanup/k8s.construct.component @kubecost/kubecost-eks-blueprints-addon aws-cdk-lib cdk-ec2-key-pair cdk-pipelines-github cdk-redisdb cdk-sops-secrets cdk8s-plus-27 cdk8s constructs debug defu flat zod" }, { "exec": "npx projen" diff --git a/packages/stacks/api/package.json b/packages/stacks/api/package.json index 99eedc8..ddf8827 100644 --- a/packages/stacks/api/package.json +++ b/packages/stacks/api/package.json @@ -30,20 +30,17 @@ "@types/debug": "^4.1.9", "@types/flat": "^5.0.3", "@types/node": "^18", - "@typescript-eslint/eslint-plugin": "^6", - "@typescript-eslint/parser": "^6", + "@typescript-eslint/eslint-plugin": "^7", + "@typescript-eslint/parser": "^7", "aws-cdk": "^2.97.0", "esbuild": "^0.19.3", "eslint": "^8", "eslint-config-prettier": "^9.0.0", - "eslint-import-resolver-node": "^0.3.9", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", "eslint-plugin-prettier": "^5.0.0", "lint-staged": "^14.0.1", - "npm-check-updates": "^16", "prettier": "^3.0.3", - "projen": "^0.73.31", "ts-node": "^10.9.1", "typescript": "~5.2", "vitest": "^0.34.5" diff --git a/packages/stacks/api/tsconfig.dev.json b/packages/stacks/api/tsconfig.dev.json index ffefd50..ae2da9b 100644 --- a/packages/stacks/api/tsconfig.dev.json +++ b/packages/stacks/api/tsconfig.dev.json @@ -3,7 +3,6 @@ "extends": "./tsconfig.json", "compilerOptions": {}, "include": [ - ".projenrc.js", "src/**/*.ts", "test/**/*.ts", "src/*.ts", diff --git a/packages/stacks/api/tsconfig.json b/packages/stacks/api/tsconfig.json index d8a36c5..88f82a0 100644 --- a/packages/stacks/api/tsconfig.json +++ b/packages/stacks/api/tsconfig.json @@ -16,9 +16,7 @@ "src/**/*.ts", "src/*.ts" ], - "exclude": [ - "cdk.out" - ], + "exclude": [], "typedocOptions": { "entryPoints": [ "src/index.ts" diff --git a/packages/stacks/maintenance-site/.eslintrc.json b/packages/stacks/maintenance-site/.eslintrc.json index 994e946..cc28f6e 100644 --- a/packages/stacks/maintenance-site/.eslintrc.json +++ b/packages/stacks/maintenance-site/.eslintrc.json @@ -7,8 +7,7 @@ "root": true, "plugins": [ "@typescript-eslint", - "import", - "prettier" + "import" ], "parser": "@typescript-eslint/parser", "parserOptions": { @@ -19,9 +18,8 @@ }, "extends": [ "plugin:import/typescript", - "prettier", - "plugin:prettier/recommended", - "plugin:@typescript-eslint/recommended-requiring-type-checking" + "plugin:@typescript-eslint/recommended-requiring-type-checking", + "plugin:prettier/recommended" ], "settings": { "import/parsers": { @@ -95,9 +93,6 @@ "tsconfig.json" ], "rules": { - "prettier/prettier": [ - "error" - ], "@typescript-eslint/no-require-imports": [ "error" ], @@ -128,8 +123,11 @@ } } ], - "no-duplicate-imports": [ - "error" + "import/no-duplicates": [ + "error", + { + "prefer-inline": true + } ], "no-shadow": [ "off" @@ -188,12 +186,6 @@ "fixStyle": "inline-type-imports" } ], - "import/no-duplicates": [ - "error", - { - "prefer-inline": true - } - ], "@typescript-eslint/no-explicit-any": [ "warn", { diff --git a/packages/stacks/maintenance-site/.gitignore b/packages/stacks/maintenance-site/.gitignore index de29be7..fdae0a3 100644 --- a/packages/stacks/maintenance-site/.gitignore +++ b/packages/stacks/maintenance-site/.gitignore @@ -29,7 +29,6 @@ jspm_packages/ *.tgz .yarn-integrity .cache -!/.projenrc.js !/.prettierignore !/.prettierrc.json !/.npmrc diff --git a/packages/stacks/maintenance-site/.npmignore b/packages/stacks/maintenance-site/.npmignore index 79c3be7..4a31f27 100644 --- a/packages/stacks/maintenance-site/.npmignore +++ b/packages/stacks/maintenance-site/.npmignore @@ -1,5 +1,7 @@ # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". /.projen/ +/.prettierignore +/.prettierrc.json /test/ /src/ !/dist/ @@ -17,3 +19,4 @@ cdk.out/ .cdk.staging/ /tsconfig.json /tsconfig.dev.json +/.gitattributes diff --git a/packages/stacks/maintenance-site/.projen/deps.json b/packages/stacks/maintenance-site/.projen/deps.json index 2aaa2c2..1a70210 100644 --- a/packages/stacks/maintenance-site/.projen/deps.json +++ b/packages/stacks/maintenance-site/.projen/deps.json @@ -7,12 +7,12 @@ }, { "name": "@typescript-eslint/eslint-plugin", - "version": "^6", + "version": "^7", "type": "build" }, { "name": "@typescript-eslint/parser", - "version": "^6", + "version": "^7", "type": "build" }, { @@ -28,10 +28,6 @@ "name": "eslint-config-prettier", "type": "build" }, - { - "name": "eslint-import-resolver-node", - "type": "build" - }, { "name": "eslint-import-resolver-typescript", "type": "build" @@ -53,19 +49,10 @@ "name": "lint-staged", "type": "build" }, - { - "name": "npm-check-updates", - "version": "^16", - "type": "build" - }, { "name": "prettier", "type": "build" }, - { - "name": "projen", - "type": "build" - }, { "name": "ts-node", "type": "build" diff --git a/packages/stacks/maintenance-site/.projen/tasks.json b/packages/stacks/maintenance-site/.projen/tasks.json index 8bd5fa8..2ae7885 100644 --- a/packages/stacks/maintenance-site/.projen/tasks.json +++ b/packages/stacks/maintenance-site/.projen/tasks.json @@ -78,7 +78,8 @@ "description": "Runs eslint against the codebase", "steps": [ { - "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern src test build-tools" + "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern $@ src test build-tools", + "receiveArgs": true } ] }, @@ -174,16 +175,13 @@ }, "steps": [ { - "exec": "pnpm update npm-check-updates" - }, - { - "exec": "npm-check-updates --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@types/node,@typescript-eslint/eslint-plugin,@typescript-eslint/parser,aws-cdk,esbuild,eslint-config-prettier,eslint-import-resolver-node,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,eslint,lint-staged,npm-check-updates,prettier,projen,ts-node,vitest,@aws/pdk,aws-cdk-lib,cdk-pipelines-github,constructs" + "exec": "pnpm dlx npm-check-updates@16 --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=esbuild,eslint-config-prettier,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,lint-staged,prettier,ts-node,vitest,@aws/pdk,cdk-pipelines-github" }, { "exec": "pnpm i --no-frozen-lockfile" }, { - "exec": "pnpm update @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser aws-cdk esbuild eslint-config-prettier eslint-import-resolver-node eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint lint-staged npm-check-updates prettier projen ts-node vitest @aws/pdk aws-cdk-lib cdk-pipelines-github constructs" + "exec": "pnpm update @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser aws-cdk esbuild eslint-config-prettier eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint lint-staged prettier ts-node typescript vitest @aws/pdk @crisiscleanup/config @crisiscleanup/construct.awscdk.github-pipeline aws-cdk-lib cdk-pipelines-github constructs" }, { "exec": "npx projen" diff --git a/packages/stacks/maintenance-site/package.json b/packages/stacks/maintenance-site/package.json index c5bc47e..17dde0d 100644 --- a/packages/stacks/maintenance-site/package.json +++ b/packages/stacks/maintenance-site/package.json @@ -28,20 +28,17 @@ }, "devDependencies": { "@types/node": "^18", - "@typescript-eslint/eslint-plugin": "^6", - "@typescript-eslint/parser": "^6", + "@typescript-eslint/eslint-plugin": "^7", + "@typescript-eslint/parser": "^7", "aws-cdk": "^2.97.0", "esbuild": "^0.19.3", "eslint": "^8", "eslint-config-prettier": "^9.0.0", - "eslint-import-resolver-node": "^0.3.9", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", "eslint-plugin-prettier": "^5.0.0", "lint-staged": "^14.0.1", - "npm-check-updates": "^16", "prettier": "^3.0.3", - "projen": "^0.73.31", "ts-node": "^10.9.1", "typescript": "~5.2", "vitest": "^0.34.5" diff --git a/packages/stacks/maintenance-site/tsconfig.dev.json b/packages/stacks/maintenance-site/tsconfig.dev.json index 296dba7..8ae6d21 100644 --- a/packages/stacks/maintenance-site/tsconfig.dev.json +++ b/packages/stacks/maintenance-site/tsconfig.dev.json @@ -3,7 +3,6 @@ "extends": "./tsconfig.json", "compilerOptions": {}, "include": [ - ".projenrc.js", "src/**/*.ts", "test/**/*.ts", "src/*.ts", diff --git a/packages/stacks/maintenance-site/tsconfig.json b/packages/stacks/maintenance-site/tsconfig.json index 2932762..a2bf147 100644 --- a/packages/stacks/maintenance-site/tsconfig.json +++ b/packages/stacks/maintenance-site/tsconfig.json @@ -16,9 +16,7 @@ "src/**/*.ts", "src/*.ts" ], - "exclude": [ - "cdk.out" - ], + "exclude": [], "typedocOptions": { "entryPoints": [ "src/index.ts" diff --git a/packages/stacks/web/.eslintrc.json b/packages/stacks/web/.eslintrc.json index 994e946..cc28f6e 100644 --- a/packages/stacks/web/.eslintrc.json +++ b/packages/stacks/web/.eslintrc.json @@ -7,8 +7,7 @@ "root": true, "plugins": [ "@typescript-eslint", - "import", - "prettier" + "import" ], "parser": "@typescript-eslint/parser", "parserOptions": { @@ -19,9 +18,8 @@ }, "extends": [ "plugin:import/typescript", - "prettier", - "plugin:prettier/recommended", - "plugin:@typescript-eslint/recommended-requiring-type-checking" + "plugin:@typescript-eslint/recommended-requiring-type-checking", + "plugin:prettier/recommended" ], "settings": { "import/parsers": { @@ -95,9 +93,6 @@ "tsconfig.json" ], "rules": { - "prettier/prettier": [ - "error" - ], "@typescript-eslint/no-require-imports": [ "error" ], @@ -128,8 +123,11 @@ } } ], - "no-duplicate-imports": [ - "error" + "import/no-duplicates": [ + "error", + { + "prefer-inline": true + } ], "no-shadow": [ "off" @@ -188,12 +186,6 @@ "fixStyle": "inline-type-imports" } ], - "import/no-duplicates": [ - "error", - { - "prefer-inline": true - } - ], "@typescript-eslint/no-explicit-any": [ "warn", { diff --git a/packages/stacks/web/.gitignore b/packages/stacks/web/.gitignore index de29be7..fdae0a3 100644 --- a/packages/stacks/web/.gitignore +++ b/packages/stacks/web/.gitignore @@ -29,7 +29,6 @@ jspm_packages/ *.tgz .yarn-integrity .cache -!/.projenrc.js !/.prettierignore !/.prettierrc.json !/.npmrc diff --git a/packages/stacks/web/.npmignore b/packages/stacks/web/.npmignore index 79c3be7..4a31f27 100644 --- a/packages/stacks/web/.npmignore +++ b/packages/stacks/web/.npmignore @@ -1,5 +1,7 @@ # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". /.projen/ +/.prettierignore +/.prettierrc.json /test/ /src/ !/dist/ @@ -17,3 +19,4 @@ cdk.out/ .cdk.staging/ /tsconfig.json /tsconfig.dev.json +/.gitattributes diff --git a/packages/stacks/web/.projen/deps.json b/packages/stacks/web/.projen/deps.json index 6935a33..62562de 100644 --- a/packages/stacks/web/.projen/deps.json +++ b/packages/stacks/web/.projen/deps.json @@ -7,12 +7,12 @@ }, { "name": "@typescript-eslint/eslint-plugin", - "version": "^6", + "version": "^7", "type": "build" }, { "name": "@typescript-eslint/parser", - "version": "^6", + "version": "^7", "type": "build" }, { @@ -28,10 +28,6 @@ "name": "eslint-config-prettier", "type": "build" }, - { - "name": "eslint-import-resolver-node", - "type": "build" - }, { "name": "eslint-import-resolver-typescript", "type": "build" @@ -53,19 +49,10 @@ "name": "lint-staged", "type": "build" }, - { - "name": "npm-check-updates", - "version": "^16", - "type": "build" - }, { "name": "prettier", "type": "build" }, - { - "name": "projen", - "type": "build" - }, { "name": "ts-node", "type": "build" diff --git a/packages/stacks/web/.projen/tasks.json b/packages/stacks/web/.projen/tasks.json index ab533f3..9f59c12 100644 --- a/packages/stacks/web/.projen/tasks.json +++ b/packages/stacks/web/.projen/tasks.json @@ -78,7 +78,8 @@ "description": "Runs eslint against the codebase", "steps": [ { - "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern src test build-tools" + "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern $@ src test build-tools", + "receiveArgs": true } ] }, @@ -174,16 +175,13 @@ }, "steps": [ { - "exec": "pnpm update npm-check-updates" - }, - { - "exec": "npm-check-updates --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@types/node,@typescript-eslint/eslint-plugin,@typescript-eslint/parser,aws-cdk,esbuild,eslint-config-prettier,eslint-import-resolver-node,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,eslint,lint-staged,npm-check-updates,prettier,projen,ts-node,vitest,@aws/pdk,aws-cdk-lib,cdk-pipelines-github,constructs" + "exec": "pnpm dlx npm-check-updates@16 --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=esbuild,eslint-config-prettier,eslint-import-resolver-typescript,eslint-plugin-import,eslint-plugin-prettier,lint-staged,prettier,ts-node,vitest,@aws/pdk,cdk-pipelines-github" }, { "exec": "pnpm i --no-frozen-lockfile" }, { - "exec": "pnpm update @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser aws-cdk esbuild eslint-config-prettier eslint-import-resolver-node eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint lint-staged npm-check-updates prettier projen ts-node vitest @aws/pdk aws-cdk-lib cdk-pipelines-github constructs" + "exec": "pnpm update @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser aws-cdk esbuild eslint-config-prettier eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint lint-staged prettier ts-node typescript vitest @aws/pdk @crisiscleanup/config @crisiscleanup/construct.awscdk.cloudfront-url-rewrite @crisiscleanup/construct.awscdk.github-pipeline aws-cdk-lib cdk-pipelines-github constructs" }, { "exec": "npx projen" diff --git a/packages/stacks/web/package.json b/packages/stacks/web/package.json index f9f45fc..874c35b 100644 --- a/packages/stacks/web/package.json +++ b/packages/stacks/web/package.json @@ -28,20 +28,17 @@ }, "devDependencies": { "@types/node": "^18", - "@typescript-eslint/eslint-plugin": "^6", - "@typescript-eslint/parser": "^6", + "@typescript-eslint/eslint-plugin": "^7", + "@typescript-eslint/parser": "^7", "aws-cdk": "^2.97.0", "esbuild": "^0.19.3", "eslint": "^8", "eslint-config-prettier": "^9.0.0", - "eslint-import-resolver-node": "^0.3.9", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", "eslint-plugin-prettier": "^5.0.0", "lint-staged": "^14.0.1", - "npm-check-updates": "^16", "prettier": "^3.0.3", - "projen": "^0.73.31", "ts-node": "^10.9.1", "typescript": "~5.2", "vitest": "^0.34.5" diff --git a/packages/stacks/web/tsconfig.dev.json b/packages/stacks/web/tsconfig.dev.json index 296dba7..8ae6d21 100644 --- a/packages/stacks/web/tsconfig.dev.json +++ b/packages/stacks/web/tsconfig.dev.json @@ -3,7 +3,6 @@ "extends": "./tsconfig.json", "compilerOptions": {}, "include": [ - ".projenrc.js", "src/**/*.ts", "test/**/*.ts", "src/*.ts", diff --git a/packages/stacks/web/tsconfig.json b/packages/stacks/web/tsconfig.json index 393c419..f0ab38e 100644 --- a/packages/stacks/web/tsconfig.json +++ b/packages/stacks/web/tsconfig.json @@ -16,9 +16,7 @@ "src/**/*.ts", "src/*.ts" ], - "exclude": [ - "cdk.out" - ], + "exclude": [], "typedocOptions": { "entryPoints": [ "src/index.ts" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2b0141e..4ebe4cb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,6 +9,7 @@ overrides: '@zkochan/js-yaml': npm:js-yaml@4.1.0 aws-cdk-lib: 2.97.0 constructs: 10.2.70 + projen: 0.83.1 unbuild: ^2.0.0-rc.0 wrap-ansi: ^7.0.0 @@ -32,25 +33,25 @@ importers: devDependencies: '@arroyodev-llc/projen.component.dir-env': specifier: ^0.1.16 - version: 0.1.16(projen@0.73.31) + version: 0.1.16(projen@0.83.1(constructs@10.2.70)) '@arroyodev-llc/projen.component.git-hooks': specifier: ^0.1.13 - version: 0.1.13(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.73.31)(simple-git-hooks@2.9.0) + version: 0.1.13(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.83.1(constructs@10.2.70))(simple-git-hooks@2.9.0) '@arroyodev-llc/projen.component.linting': specifier: ^0.1.24 - version: 0.1.24(constructs@10.2.70)(projen@0.73.31) + version: 0.1.24(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) '@arroyodev-llc/projen.component.tool-versions': specifier: ^0.1.21 - version: 0.1.21(projen@0.73.31) + version: 0.1.21(projen@0.83.1(constructs@10.2.70)) '@arroyodev-llc/projen.component.vitest': specifier: ^0.1.27 - version: 0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(@types/node@18.16.19)(constructs@10.2.70)(projen@0.73.31)(vue@3.4.38(typescript@5.2.2)) + version: 0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)))(@types/node@18.16.19)(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70))(vue@3.5.10(typescript@5.2.2)) '@arroyodev-llc/projen.project.nx-monorepo': specifier: ^0.1.29 - version: 0.1.29(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31) + version: 0.1.29(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) '@arroyodev-llc/projen.project.typescript': - specifier: ^0.1.31 - version: 0.1.31(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.73.31)(simple-git-hooks@2.9.0)(typescript@5.2.2) + specifier: ^0.1.32 + version: 0.1.32(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)))(constructs@10.2.70)(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.83.1(constructs@10.2.70))(simple-git-hooks@2.9.0)(typescript@5.2.2) '@arroyodev-llc/utils.projen': specifier: ^0.1.23 version: 0.1.23(constructs@10.2.70) @@ -59,7 +60,7 @@ importers: version: 0.1.8(constructs@10.2.70) '@aws/pdk': specifier: ^0 - version: 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) + version: 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) '@crisiscleanup/charts.crisiscleanup': specifier: workspace:* version: link:packages/charts/crisiscleanup @@ -79,11 +80,11 @@ importers: specifier: ^18 version: 18.16.19 '@typescript-eslint/eslint-plugin': - specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/parser': - specifier: ^6 - version: 6.21.0(eslint@8.47.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(eslint@8.47.0)(typescript@5.2.2) defu: specifier: ^6.1.2 version: 6.1.2 @@ -96,15 +97,12 @@ importers: eslint-config-prettier: specifier: ^9.0.0 version: 9.0.0(eslint@8.47.0) - eslint-import-resolver-node: - specifier: ^0.3.9 - version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -113,7 +111,7 @@ importers: version: 14.0.1(enquirer@2.4.1)(supports-color@9.4.0) npm-check-updates: specifier: ^16.14.4 - version: 16.14.4(supports-color@9.4.0) + version: 16.14.4 nx: specifier: 16.0.0 version: 16.0.0 @@ -124,8 +122,8 @@ importers: specifier: ^3.0.3 version: 3.0.3 projen: - specifier: ^0.73.31 - version: 0.73.31 + specifier: 0.83.1 + version: 0.83.1(constructs@10.2.70) rimraf: specifier: ^5.0.1 version: 5.0.1 @@ -209,11 +207,11 @@ importers: specifier: ^18 version: 18.16.19 '@typescript-eslint/eslint-plugin': - specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/parser': - specifier: ^6 - version: 6.21.0(eslint@8.47.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(eslint@8.47.0)(typescript@5.2.2) cdk8s-cli: specifier: ^2.103.0 version: 2.103.0(debug@4.3.4)(encoding@0.1.13) @@ -223,30 +221,21 @@ importers: eslint-config-prettier: specifier: ^9.0.0 version: 9.0.0(eslint@8.47.0) - eslint-import-resolver-node: - specifier: ^0.3.9 - version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) lint-staged: specifier: ^14.0.1 version: 14.0.1(enquirer@2.4.1)(supports-color@9.4.0) - npm-check-updates: - specifier: ^16 - version: 16.14.4(supports-color@9.4.0) prettier: specifier: ^3.0.3 version: 3.0.3 - projen: - specifier: ^0.73.31 - version: 0.73.31 tsx: specifier: ^3.13.0 version: 3.13.0 @@ -303,35 +292,29 @@ importers: specifier: ^18 version: 18.16.19 '@typescript-eslint/eslint-plugin': - specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) '@typescript-eslint/parser': - specifier: ^6 - version: 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) eslint: specifier: ^8 version: 8.47.0(supports-color@9.4.0) eslint-config-prettier: specifier: ^9.0.0 version: 9.0.0(eslint@8.47.0(supports-color@9.4.0)) - eslint-import-resolver-node: - specifier: ^0.3.9 - version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) + version: 3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) + version: 2.28.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0(supports-color@9.4.0)))(eslint@8.47.0(supports-color@9.4.0))(prettier@3.0.3) lint-staged: specifier: ^14.0.1 version: 14.0.1(enquirer@2.4.1)(supports-color@9.4.0) - npm-check-updates: - specifier: ^16 - version: 16.14.4(supports-color@9.4.0) prettier: specifier: ^3.0.3 version: 3.0.3 @@ -363,11 +346,11 @@ importers: specifier: ^18 version: 18.16.19 '@typescript-eslint/eslint-plugin': - specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/parser': - specifier: ^6 - version: 6.21.0(eslint@8.47.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(eslint@8.47.0)(typescript@5.2.2) aws-cdk-lib: specifier: 2.97.0 version: 2.97.0(constructs@10.2.70) @@ -383,15 +366,12 @@ importers: eslint-config-prettier: specifier: ^9.0.0 version: 9.0.0(eslint@8.47.0) - eslint-import-resolver-node: - specifier: ^0.3.9 - version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -413,15 +393,9 @@ importers: lint-staged: specifier: ^14.0.1 version: 14.0.1(enquirer@2.4.1)(supports-color@9.4.0) - npm-check-updates: - specifier: ^16 - version: 16.14.4(supports-color@9.4.0) prettier: specifier: ^3.0.3 version: 3.0.3 - projen: - specifier: ^0.73.31 - version: 0.73.31 typescript: specifier: ~5.2 version: 5.2.2 @@ -457,11 +431,11 @@ importers: specifier: ^18 version: 18.16.19 '@typescript-eslint/eslint-plugin': - specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/parser': - specifier: ^6 - version: 6.21.0(eslint@8.47.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(eslint@8.47.0)(typescript@5.2.2) aws-cdk-lib: specifier: 2.97.0 version: 2.97.0(constructs@10.2.70) @@ -477,15 +451,12 @@ importers: eslint-config-prettier: specifier: ^9.0.0 version: 9.0.0(eslint@8.47.0) - eslint-import-resolver-node: - specifier: ^0.3.9 - version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -507,15 +478,9 @@ importers: lint-staged: specifier: ^14.0.1 version: 14.0.1(enquirer@2.4.1)(supports-color@9.4.0) - npm-check-updates: - specifier: ^16 - version: 16.14.4(supports-color@9.4.0) prettier: specifier: ^3.0.3 version: 3.0.3 - projen: - specifier: ^0.73.31 - version: 0.73.31 typescript: specifier: ~5.2 version: 5.2.2 @@ -548,11 +513,11 @@ importers: specifier: ^18 version: 18.16.19 '@typescript-eslint/eslint-plugin': - specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/parser': - specifier: ^6 - version: 6.21.0(eslint@8.47.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(eslint@8.47.0)(typescript@5.2.2) aws-cdk-lib: specifier: 2.97.0 version: 2.97.0(constructs@10.2.70) @@ -568,15 +533,12 @@ importers: eslint-config-prettier: specifier: ^9.0.0 version: 9.0.0(eslint@8.47.0) - eslint-import-resolver-node: - specifier: ^0.3.9 - version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -598,15 +560,9 @@ importers: lint-staged: specifier: ^14.0.1 version: 14.0.1(enquirer@2.4.1)(supports-color@9.4.0) - npm-check-updates: - specifier: ^16 - version: 16.14.4(supports-color@9.4.0) prettier: specifier: ^3.0.3 version: 3.0.3 - projen: - specifier: ^0.73.31 - version: 0.73.31 typescript: specifier: ~5.2 version: 5.2.2 @@ -645,11 +601,11 @@ importers: specifier: ^18 version: 18.16.19 '@typescript-eslint/eslint-plugin': - specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/parser': - specifier: ^6 - version: 6.21.0(eslint@8.47.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(eslint@8.47.0)(typescript@5.2.2) cdk8s-plus-27: specifier: ^2.7.20 version: 2.7.20(cdk8s@2.64.19(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13))(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13) @@ -659,15 +615,12 @@ importers: eslint-config-prettier: specifier: ^9.0.0 version: 9.0.0(eslint@8.47.0) - eslint-import-resolver-node: - specifier: ^0.3.9 - version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -689,15 +642,9 @@ importers: lint-staged: specifier: ^14.0.1 version: 14.0.1(enquirer@2.4.1)(supports-color@9.4.0) - npm-check-updates: - specifier: ^16 - version: 16.14.4(supports-color@9.4.0) prettier: specifier: ^3.0.3 version: 3.0.3 - projen: - specifier: ^0.73.31 - version: 0.73.31 typescript: specifier: ~5.2 version: 5.2.2 @@ -733,11 +680,11 @@ importers: specifier: ^18 version: 18.16.19 '@typescript-eslint/eslint-plugin': - specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/parser': - specifier: ^6 - version: 6.21.0(eslint@8.47.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(eslint@8.47.0)(typescript@5.2.2) cdk8s-plus-27: specifier: ^2.7.20 version: 2.7.20(cdk8s@2.64.19(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13))(constructs@10.2.70)(debug@4.3.4)(encoding@0.1.13) @@ -747,15 +694,12 @@ importers: eslint-config-prettier: specifier: ^9.0.0 version: 9.0.0(eslint@8.47.0) - eslint-import-resolver-node: - specifier: ^0.3.9 - version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) @@ -777,15 +721,9 @@ importers: lint-staged: specifier: ^14.0.1 version: 14.0.1(enquirer@2.4.1)(supports-color@9.4.0) - npm-check-updates: - specifier: ^16 - version: 16.14.4(supports-color@9.4.0) prettier: specifier: ^3.0.3 version: 3.0.3 - projen: - specifier: ^0.73.31 - version: 0.73.31 typescript: specifier: ~5.2 version: 5.2.2 @@ -872,11 +810,11 @@ importers: specifier: ^18 version: 18.16.19 '@typescript-eslint/eslint-plugin': - specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/parser': - specifier: ^6 - version: 6.21.0(eslint@8.47.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(eslint@8.47.0)(typescript@5.2.2) aws-cdk: specifier: ^2.97.0 version: 2.97.0 @@ -889,30 +827,21 @@ importers: eslint-config-prettier: specifier: ^9.0.0 version: 9.0.0(eslint@8.47.0) - eslint-import-resolver-node: - specifier: ^0.3.9 - version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) lint-staged: specifier: ^14.0.1 version: 14.0.1(enquirer@2.4.1)(supports-color@9.4.0) - npm-check-updates: - specifier: ^16 - version: 16.14.4(supports-color@9.4.0) prettier: specifier: ^3.0.3 version: 3.0.3 - projen: - specifier: ^0.73.31 - version: 0.73.31 ts-node: specifier: ^10.9.1 version: 10.9.1(@types/node@18.16.19)(typescript@5.2.2) @@ -927,7 +856,7 @@ importers: dependencies: '@aws/pdk': specifier: ^0.22.6 - version: 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.28.186(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) + version: 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.28.195(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) '@crisiscleanup/config': specifier: workspace:* version: link:../../config @@ -948,11 +877,11 @@ importers: specifier: ^18 version: 18.16.19 '@typescript-eslint/eslint-plugin': - specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/parser': - specifier: ^6 - version: 6.21.0(eslint@8.47.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(eslint@8.47.0)(typescript@5.2.2) aws-cdk: specifier: ^2.97.0 version: 2.97.0 @@ -965,30 +894,21 @@ importers: eslint-config-prettier: specifier: ^9.0.0 version: 9.0.0(eslint@8.47.0) - eslint-import-resolver-node: - specifier: ^0.3.9 - version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) lint-staged: specifier: ^14.0.1 version: 14.0.1(enquirer@2.4.1)(supports-color@9.4.0) - npm-check-updates: - specifier: ^16 - version: 16.14.4(supports-color@9.4.0) prettier: specifier: ^3.0.3 version: 3.0.3 - projen: - specifier: ^0.73.31 - version: 0.73.31 ts-node: specifier: ^10.9.1 version: 10.9.1(@types/node@18.16.19)(typescript@5.2.2) @@ -1003,7 +923,7 @@ importers: dependencies: '@aws/pdk': specifier: ^0.22.6 - version: 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.28.186(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) + version: 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.28.195(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) '@crisiscleanup/config': specifier: workspace:* version: link:../../config @@ -1027,11 +947,11 @@ importers: specifier: ^18 version: 18.16.19 '@typescript-eslint/eslint-plugin': - specifier: ^6 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2) '@typescript-eslint/parser': - specifier: ^6 - version: 6.21.0(eslint@8.47.0)(typescript@5.2.2) + specifier: ^7 + version: 7.18.0(eslint@8.47.0)(typescript@5.2.2) aws-cdk: specifier: ^2.97.0 version: 2.97.0 @@ -1044,30 +964,21 @@ importers: eslint-config-prettier: specifier: ^9.0.0 version: 9.0.0(eslint@8.47.0) - eslint-import-resolver-node: - specifier: ^0.3.9 - version: 0.3.9(supports-color@9.4.0) eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + version: 3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + version: 2.28.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) eslint-plugin-prettier: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.47.0))(eslint@8.47.0)(prettier@3.0.3) lint-staged: specifier: ^14.0.1 version: 14.0.1(enquirer@2.4.1)(supports-color@9.4.0) - npm-check-updates: - specifier: ^16 - version: 16.14.4(supports-color@9.4.0) prettier: specifier: ^3.0.3 version: 3.0.3 - projen: - specifier: ^0.73.31 - version: 0.73.31 ts-node: specifier: ^10.9.1 version: 10.9.1(@types/node@18.16.19)(typescript@5.2.2) @@ -1219,10 +1130,10 @@ packages: '@aws/pdk': 0.23.45 projen: 0.83.1 - '@arroyodev-llc/projen.project.typescript@0.1.31': + '@arroyodev-llc/projen.project.typescript@0.1.32': resolution: { - integrity: sha512-l9BD3lkTXA7wdTiFNi39ZVJC1GZ49Re5msqyhINtWbmmOeG2xkxW1+l9VlaLWdvdVQweCuP3mHLtNdFFf9hLrQ==, + integrity: sha512-ywewNC6FDRVZeT6y5g1cjPGMtfVHcG92pn9hCmCxu5AiVJHUgYCqrq2IcYzbeVMMEvfeuqn/Tg1sZzk79Abbgw==, } engines: { pnpm: ^9.4.0 } peerDependencies: @@ -1284,10 +1195,10 @@ packages: integrity: sha512-DDt4SLdLOwWCjGtltH4VCST7hpOI5DzieuhGZsBpZ+AgJdSI2GCjklCXm0GCTwJG/SolkL5dtQXyUKgg9luBDg==, } - '@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0': + '@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0': resolution: { - integrity: sha512-ZhtVfxjkAhNBLhFy4XCXrRLKghEkJHX5PkgMVbX6o52HXu3StVHEhzAdojiXNXOrUzg3BdDJIg/qerOEOZ7wig==, + integrity: sha512-hoAb9dIYW/sgqJ9IULr+f6wPpGtyZTTxDRWDRL3kyccyR8XUaQTb2hty8jl6HSE761r8jtSEO7dlRzfIT3hTxg==, } engines: { node: '>= 14.15.0' } peerDependencies: @@ -1375,10 +1286,10 @@ packages: aws-cdk-lib: 2.97.0 constructs: 10.2.70 - '@aws-cdk/lambda-layer-kubectl-v30@2.0.0': + '@aws-cdk/lambda-layer-kubectl-v30@2.0.1': resolution: { - integrity: sha512-yES6NfrJ3QV1372lAZ2FLXp/no4bqDWBXeSREJdrpWjQzD0wvL/hCpHEyjZrzHhOi27YbMxFTQ3g9isKAul8+A==, + integrity: sha512-R4N2OTq9jCxARAmrp2TBNRkVreVa01wgAC4GNRRfZ8C4UD5+Cz+vylIyyJsVPD7WWZpdBSWDidnVMpvwTpAsQQ==, } peerDependencies: aws-cdk-lib: 2.97.0 @@ -1467,10 +1378,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/client-eks@3.635.0': + '@aws-sdk/client-eks@3.658.1': resolution: { - integrity: sha512-mcL7/ivsh9PAWJhxuVLug6bdq0xq47qtDv1hBZxT3MhqvuDGXQ9Z0mvKd1krSBBQtGYX0cnT13/PGd5icvnFXQ==, + integrity: sha512-P7RLgOlehYvFokpdaiseFPCPFQsYEs4A9jbhlQi/Dt4xd6/sk931FPIjFUb5cAef6rI/RnGa1WNTwd05kau3rw==, } engines: { node: '>=16.0.0' } @@ -1481,21 +1392,21 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/client-secrets-manager@3.635.0': + '@aws-sdk/client-secrets-manager@3.658.1': resolution: { - integrity: sha512-taa+sa8xFym7ZYzybqkOVy5MAdedcIt2pKEVOReEaNkUuOwMUo+wF4QhJeyhaLPTs2l0rHR1bnwYOG+0fW0Kvg==, + integrity: sha512-RpsY5KKIzBaJDKXtXTlFHiV+hOntZVTL94SsKhdcA9+FQvVPQh9Qrck1JPLxBAWHmcwhYD7svJnSoYLSkMgVgw==, } engines: { node: '>=16.0.0' } - '@aws-sdk/client-sso-oidc@3.635.0': + '@aws-sdk/client-sso-oidc@3.658.1': resolution: { - integrity: sha512-RIwDlhzAFttB1vbpznewnPqz7h1H/2UhQLwB38yfZBwYQOxyxVfLV5j5VoUUX3jY4i4qH9wiHc7b02qeAOZY6g==, + integrity: sha512-RGcZAI3qEA05JszPKwa0cAyp8rnS1nUvs0Sqw4hqLNQ1kD7b7V6CPjRXe7EFQqCOMvM4kGqx0+cEEVTOmBsFLw==, } engines: { node: '>=16.0.0' } peerDependencies: - '@aws-sdk/client-sts': ^3.635.0 + '@aws-sdk/client-sts': ^3.658.1 '@aws-sdk/client-sso@3.418.0': resolution: @@ -1504,10 +1415,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/client-sso@3.635.0': + '@aws-sdk/client-sso@3.658.1': resolution: { - integrity: sha512-/Hl69+JpFUo9JNVmh2gSvMgYkE4xjd+1okiRoPBbQqjI7YBP2JWCUDP8IoEkNq3wj0vNTq0OWfn6RpZycIkAXQ==, + integrity: sha512-lOuaBtqPTYGn6xpXlQF4LsNDsQ8Ij2kOdnk+i69Kp6yS76TYvtUuukyLL5kx8zE1c8WbYtxj9y8VNw9/6uKl7Q==, } engines: { node: '>=16.0.0' } @@ -1518,17 +1429,17 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/client-sts@3.635.0': + '@aws-sdk/client-sts@3.658.1': resolution: { - integrity: sha512-Al2ytE69+cbA44qHlelqhzWwbURikfF13Zkal9utIG5Q6T2c7r8p6sePN92n8l/x1v0FhJ5VTxKak+cPTE0CZQ==, + integrity: sha512-yw9hc5blTnbT1V6mR7Cx9HGc9KQpcLQ1QXj8rntiJi6tIYu3aFNVEyy81JHL7NsuBSeQulJTvHO3y6r3O0sfRg==, } engines: { node: '>=16.0.0' } - '@aws-sdk/core@3.635.0': + '@aws-sdk/core@3.658.1': resolution: { - integrity: sha512-i1x/E/sgA+liUE1XJ7rj1dhyXpAKO1UKFUcTTHXok2ARjWTvszHnSXMOsB77aPbmn0fUp1JTx2kHUAZ1LVt5Bg==, + integrity: sha512-vJVMoMcSKXK2gBRSu9Ywwv6wQ7tXH8VL1fqB1uVxgCqBZ3IHfqNn4zvpMPWrwgO2/3wv7XFyikGQ5ypPTCw4jA==, } engines: { node: '>=16.0.0' } @@ -1539,17 +1450,17 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/credential-provider-env@3.620.1': + '@aws-sdk/credential-provider-env@3.654.0': resolution: { - integrity: sha512-ExuILJ2qLW5ZO+rgkNRj0xiAipKT16Rk77buvPP8csR7kkCflT/gXTyzRe/uzIiETTxM7tr8xuO9MP/DQXqkfg==, + integrity: sha512-kogsx3Ql81JouHS7DkheCDU9MYAvK0AokxjcshDveGmf7BbgbWCA8Fnb9wjQyNDaOXNvkZu8Z8rgkX91z324/w==, } engines: { node: '>=16.0.0' } - '@aws-sdk/credential-provider-http@3.635.0': + '@aws-sdk/credential-provider-http@3.658.1': resolution: { - integrity: sha512-iJyRgEjOCQlBMXqtwPLIKYc7Bsc6nqjrZybdMDenPDa+kmLg7xh8LxHsu9088e+2/wtLicE34FsJJIfzu3L82g==, + integrity: sha512-4ubkJjEVCZflxkZnV1JDQv8P2pburxk1LrEp55telfJRzXrnowzBKwuV2ED0QMNC448g2B3VCaffS+Ct7c4IWQ==, } engines: { node: '>=16.0.0' } @@ -1560,14 +1471,14 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/credential-provider-ini@3.635.0': + '@aws-sdk/credential-provider-ini@3.658.1': resolution: { - integrity: sha512-+OqcNhhOFFY08YHLjO9/Y1n37RKAO7LADnsJ7VTXca7IfvYh27BVBn+FdlqnyEb1MQ5ArHTY4pq3pKRIg6RW4Q==, + integrity: sha512-2uwOamQg5ppwfegwen1ddPu5HM3/IBSnaGlaKLFhltkdtZ0jiqTZWUtX2V+4Q+buLnT0hQvLS/frQ+7QUam+0Q==, } engines: { node: '>=16.0.0' } peerDependencies: - '@aws-sdk/client-sts': ^3.635.0 + '@aws-sdk/client-sts': ^3.658.1 '@aws-sdk/credential-provider-node@3.418.0': resolution: @@ -1576,10 +1487,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/credential-provider-node@3.635.0': + '@aws-sdk/credential-provider-node@3.658.1': resolution: { - integrity: sha512-bmd23mnb94S6AxmWPgqJTnvT9ONKlTx7EPafE1RNO+vUl6mHih4iyqX6ZPaRcSfaPx4U1R7H1RM8cSnafXgaBg==, + integrity: sha512-XwxW6N+uPXPYAuyq+GfOEdfL/MZGAlCSfB5gEWtLBFmFbikhmEuqfWtI6CD60OwudCUOh6argd21BsJf8o1SJA==, } engines: { node: '>=16.0.0' } @@ -1590,10 +1501,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/credential-provider-process@3.620.1': + '@aws-sdk/credential-provider-process@3.654.0': resolution: { - integrity: sha512-hWqFMidqLAkaV9G460+1at6qa9vySbjQKKc04p59OT7lZ5cO5VH5S4aI05e+m4j364MBROjjk2ugNvfNf/8ILg==, + integrity: sha512-PmQoo8sZ9Q2Ow8OMzK++Z9lI7MsRUG7sNq3E72DVA215dhtTICTDQwGlXH2AAmIp7n+G9LLRds+4wo2ehG4mkg==, } engines: { node: '>=16.0.0' } @@ -1604,10 +1515,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/credential-provider-sso@3.635.0': + '@aws-sdk/credential-provider-sso@3.658.1': resolution: { - integrity: sha512-hO/fKyvUaGpK9zyvCnmJz70EputvGWDr2UTOn/RzvcR6UB4yXoFf0QcCMubEsE3v67EsAv6PadgOeJ0vz6IazA==, + integrity: sha512-YOagVEsZEk9DmgJEBg+4MBXrPcw/tYas0VQ5OVBqC5XHNbi2OBGJqgmjVPesuu393E7W0VQxtJFDS00O1ewQgA==, } engines: { node: '>=16.0.0' } @@ -1618,14 +1529,14 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/credential-provider-web-identity@3.621.0': + '@aws-sdk/credential-provider-web-identity@3.654.0': resolution: { - integrity: sha512-w7ASSyfNvcx7+bYGep3VBgC3K6vEdLmlpjT7nSIHxxQf+WSdvy+HynwJosrpZax0sK5q0D1Jpn/5q+r5lwwW6w==, + integrity: sha512-6a2g9gMtZToqSu+CusjNK5zvbLJahQ9di7buO3iXgbizXpLXU1rnawCpWxwslMpT5fLgMSKDnKDrr6wdEk7jSw==, } engines: { node: '>=16.0.0' } peerDependencies: - '@aws-sdk/client-sts': ^3.621.0 + '@aws-sdk/client-sts': ^3.654.0 '@aws-sdk/middleware-host-header@3.418.0': resolution: @@ -1634,10 +1545,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/middleware-host-header@3.620.0': + '@aws-sdk/middleware-host-header@3.654.0': resolution: { - integrity: sha512-VMtPEZwqYrII/oUkffYsNWY9PZ9xpNJpMgmyU0rlDQ25O1c0Hk3fJmZRe6pEkAJ0omD7kLrqGl1DUjQVxpd/Rg==, + integrity: sha512-rxGgVHWKp8U2ubMv+t+vlIk7QYUaRCHaVpmUlJv0Wv6Q0KeO9a42T9FxHphjOTlCGQOLcjCreL9CF8Qhtb4mdQ==, } engines: { node: '>=16.0.0' } @@ -1648,10 +1559,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/middleware-logger@3.609.0': + '@aws-sdk/middleware-logger@3.654.0': resolution: { - integrity: sha512-S62U2dy4jMDhDFDK5gZ4VxFdWzCtLzwbYyFZx2uvPYTECkepLUfzLic2BHg2Qvtu4QjX+oGE3P/7fwaGIsGNuQ==, + integrity: sha512-OQYb+nWlmASyXfRb989pwkJ9EVUMP1CrKn2eyTk3usl20JZmKo2Vjis6I0tLUkMSxMhnBJJlQKyWkRpD/u1FVg==, } engines: { node: '>=16.0.0' } @@ -1662,10 +1573,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/middleware-recursion-detection@3.620.0': + '@aws-sdk/middleware-recursion-detection@3.654.0': resolution: { - integrity: sha512-nh91S7aGK3e/o1ck64sA/CyoFw+gAYj2BDOnoNa6ouyCrVJED96ZXWbhye/fz9SgmNUZR2g7GdVpiLpMKZoI5w==, + integrity: sha512-gKSomgltKVmsT8sC6W7CrADZ4GHwX9epk3GcH6QhebVO3LA9LRbkL3TwOPUXakxxOLLUTYdOZLIOtFf7iH00lg==, } engines: { node: '>=16.0.0' } @@ -1690,10 +1601,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/middleware-user-agent@3.632.0': + '@aws-sdk/middleware-user-agent@3.654.0': resolution: { - integrity: sha512-yY/sFsHKwG9yzSf/DTclqWJaGPI2gPBJDCGBujSqTG1zlS7Ot4fqi91DZ6088BFWzbOorDzJFcAhAEFzc6LuQg==, + integrity: sha512-liCcqPAyRsr53cy2tYu4qeH4MMN0eh9g6k56XzI5xd4SghXH5YWh4qOYAlQ8T66ZV4nPMtD8GLtLXGzsH8moFg==, } engines: { node: '>=16.0.0' } @@ -1704,10 +1615,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/region-config-resolver@3.614.0': + '@aws-sdk/region-config-resolver@3.654.0': resolution: { - integrity: sha512-vDCeMXvic/LU0KFIUjpC3RiSTIkkvESsEfbVHiHH0YINfl8HnEqR5rj+L8+phsCeVg2+LmYwYxd5NRz4PHxt5g==, + integrity: sha512-ydGOrXJxj3x0sJhsXyTmvJVLAE0xxuTWFJihTl67RtaO7VRNtd82I3P3bwoMMaDn5WpmV5mPo8fEUDRlBm3fPg==, } engines: { node: '>=16.0.0' } @@ -1718,14 +1629,14 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/token-providers@3.614.0': + '@aws-sdk/token-providers@3.654.0': resolution: { - integrity: sha512-okItqyY6L9IHdxqs+Z116y5/nda7rHxLvROxtAJdLavWTYDydxrZstImNgGWTeVdmc0xX2gJCI77UYUTQWnhRw==, + integrity: sha512-D8GeJYmvbfWkQDtTB4owmIobSMexZel0fOoetwvgCQ/7L8VPph3Q2bn1TRRIXvH7wdt6DcDxA3tKMHPBkT3GlA==, } engines: { node: '>=16.0.0' } peerDependencies: - '@aws-sdk/client-sso-oidc': ^3.614.0 + '@aws-sdk/client-sso-oidc': ^3.654.0 '@aws-sdk/types@3.418.0': resolution: @@ -1741,10 +1652,10 @@ packages: } engines: { node: '>=16.0.0' } - '@aws-sdk/types@3.609.0': + '@aws-sdk/types@3.654.0': resolution: { - integrity: sha512-+Tqnh9w0h2LcrUsdXyT1F8mNhXz+tVYBtP19LpeEGntmvHwa2XzvLUCWpoIAIVsHp5+HdB2X9Sn0KAtmbFXc2Q==, + integrity: sha512-VWvbED3SV+10QJIcmU/PKjsKilsTV16d1I7/on4bvD/jo1qGeMXqLDBSen3ks/tuvXZF/mFc7ZW/W2DiLVtO7A==, } engines: { node: '>=16.0.0' } @@ -1755,10 +1666,10 @@ packages: } engines: { node: '>=14.0.0' } - '@aws-sdk/util-endpoints@3.632.0': + '@aws-sdk/util-endpoints@3.654.0': resolution: { - integrity: sha512-LlYMU8pAbcEQphOpE6xaNLJ8kPGhklZZTVzZVpVW477NaaGgoGTMYNXTABYHcxeF5E2lLrxql9OmVpvr8GWN8Q==, + integrity: sha512-i902fcBknHs0Irgdpi62+QMvzxE+bczvILXigYrlHL4+PiEnlMVpni5L5W1qCkNZXf8AaMrSBuR1NZAGp6UOUw==, } engines: { node: '>=16.0.0' } @@ -1782,10 +1693,10 @@ packages: integrity: sha512-c4p4mc0VV/jIeNH0lsXzhJ1MpWRLuboGtNEpqE4s1Vl9ck2amv9VdUUZUmHbg+bVxlMgRQ4nmiovA4qIrqGuyg==, } - '@aws-sdk/util-user-agent-browser@3.609.0': + '@aws-sdk/util-user-agent-browser@3.654.0': resolution: { - integrity: sha512-fojPU+mNahzQ0YHYBsx0ZIhmMA96H+ZIZ665ObU9tl+SGdbLneVZVikGve+NmHTQwHzwkFsZYYnVKAkreJLAtA==, + integrity: sha512-ykYAJqvnxLt7wfrqya28wuH3/7NdrwzfiFd7NqEVQf7dXVxL5RPEpD7DxjcyQo3DsHvvdUvGZVaQhozycn1pzA==, } '@aws-sdk/util-user-agent-node@3.418.0': @@ -1800,10 +1711,10 @@ packages: aws-crt: optional: true - '@aws-sdk/util-user-agent-node@3.614.0': + '@aws-sdk/util-user-agent-node@3.654.0': resolution: { - integrity: sha512-15ElZT88peoHnq5TEoEtZwoXTXRxNrk60TZNdpl/TUBJ5oNJ9Dqb5Z4ryb8ofN6nm9aFf59GVAerFDz8iUoHBA==, + integrity: sha512-a0ojjdBN6pqv6gB4H/QPPSfhs7mFtlVwnmKCM/QrTaFzN0U810PJ1BST3lBx5sa23I5jWHGaoFY+5q65C3clLQ==, } engines: { node: '>=16.0.0' } peerDependencies: @@ -1829,7 +1740,7 @@ packages: aws-cdk-lib: 2.97.0 cdk-nag: ^2.27.115 constructs: 10.2.70 - projen: ^0.73 + projen: 0.83.1 bundledDependencies: - '@hpcc-js/wasm' - '@pnpm/reviewing.dependencies-hierarchy' @@ -2226,6 +2137,14 @@ packages: engines: { node: '>=6.0.0' } hasBin: true + '@babel/parser@7.25.6': + resolution: + { + integrity: sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==, + } + engines: { node: '>=6.0.0' } + hasBin: true + '@babel/plugin-syntax-jsx@7.24.7': resolution: { @@ -2330,6 +2249,13 @@ packages: } engines: { node: '>=6.9.0' } + '@babel/types@7.25.6': + resolution: + { + integrity: sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==, + } + engines: { node: '>=6.9.0' } + '@cdklabs/cdk-validator-cfnguard@0.0.54': resolution: { @@ -3423,7 +3349,7 @@ packages: } engines: { node: '>=18' } peerDependencies: - projen: x.x.x + projen: 0.83.1 '@nodelib/fs.scandir@2.1.5': resolution: @@ -3994,10 +3920,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/abort-controller@3.1.1': + '@smithy/abort-controller@3.1.4': resolution: { - integrity: sha512-MBJBiidoe+0cTFhyxT8g+9g7CeVccLM0IOKKUMCNQ1CNMJ/eIfoo0RTfVrXOONEI1UCN1W+zkiHSbzUNE9dZtQ==, + integrity: sha512-VupaALAQlXViW3/enTf/f5l5JZYSAxoJL7f0nanhNNKnww6DGCg1oYIuNP78KDugnkwthBO6iEcym16HhWV8RQ==, } engines: { node: '>=16.0.0' } @@ -4008,17 +3934,17 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/config-resolver@3.0.5': + '@smithy/config-resolver@3.0.8': resolution: { - integrity: sha512-SkW5LxfkSI1bUC74OtfBbdz+grQXYiPYolyu8VfpLIjEoN/sHVBlLeGXMQ1vX4ejkgfv6sxVbQJ32yF2cl1veA==, + integrity: sha512-Tv1obAC18XOd2OnDAjSWmmthzx6Pdeh63FbLin8MlPiuJ2ATpKkq0NcNOJFr0dO+JmZXnwu8FQxKJ3TKJ3Hulw==, } engines: { node: '>=16.0.0' } - '@smithy/core@2.4.0': + '@smithy/core@2.4.6': resolution: { - integrity: sha512-cHXq+FneIF/KJbt4q4pjN186+Jf4ZB0ZOqEaZMBhT79srEyGDDBV31NqBRBjazz8ppQ1bJbDJMY9ba5wKFV36w==, + integrity: sha512-6lQQp99hnyuNNIzeTYSzCUXJHwvvFLY7hfdFGSJM95tjRDJGfzWYFRBXPaM9766LiiTsQ561KErtbufzUFSYUg==, } engines: { node: '>=16.0.0' } @@ -4029,10 +3955,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/credential-provider-imds@3.2.0': + '@smithy/credential-provider-imds@3.2.3': resolution: { - integrity: sha512-0SCIzgd8LYZ9EJxUjLXBmEKSZR/P/w6l7Rz/pab9culE/RWuqelAKGJvn5qUOl8BgX8Yj5HWM50A5hiB/RzsgA==, + integrity: sha512-VoxMzSzdvkkjMJNE38yQgx4CfnmT+Z+5EUXkg4x7yag93eQkVQgZvN3XBSHC/ylfBbLbAtdu7flTCChX9I+mVg==, } engines: { node: '>=16.0.0' } @@ -4048,10 +3974,10 @@ packages: integrity: sha512-BIeCHGfr5JCGN+EMTwZK74ELvjPXOIrI7OLM5OhZJJ6AmZyRv2S9ANJk18AtLwht0TsSm+8WoXIEp8LuxNgUyA==, } - '@smithy/fetch-http-handler@3.2.4': + '@smithy/fetch-http-handler@3.2.8': resolution: { - integrity: sha512-kBprh5Gs5h7ug4nBWZi1FZthdqSM+T7zMmsZxx0IBvWUn7dK3diz2SHn7Bs4dQGFDk8plDv375gzenDoNwrXjg==, + integrity: sha512-Lqe0B8F5RM7zkw//6avq1SJ8AfaRd3ubFUS1eVp5WszV7p6Ne5hQ4dSuMHDpNRPhgTvj4va9Kd/pcVigHEHRow==, } '@smithy/hash-node@2.0.9': @@ -4061,10 +3987,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/hash-node@3.0.3': + '@smithy/hash-node@3.0.6': resolution: { - integrity: sha512-2ctBXpPMG+B3BtWSGNnKELJ7SH9e4TNefJS0cd2eSkOOROeBnnVBnAy9LtJ8tY4vUEoe55N4CNPxzbWvR39iBw==, + integrity: sha512-c/FHEdKK/7DU2z6ZE91L36ahyXWayR3B+FzELjnYq7wH5YqIseM24V+pWCS9kFn1Ln8OFGTf+pyYPiHZuX0s/Q==, } engines: { node: '>=16.0.0' } @@ -4074,10 +4000,10 @@ packages: integrity: sha512-RuJqhYf8nViK96IIO9JbTtjDUuFItVfuuJhWw2yk7fv67yltQ7fZD6IQ2OsHHluoVmstnQJuCg5raXJR696Ubw==, } - '@smithy/invalid-dependency@3.0.3': + '@smithy/invalid-dependency@3.0.6': resolution: { - integrity: sha512-ID1eL/zpDULmHJbflb864k72/SNOZCADRc9i7Exq3RUNJw6raWUSlFEQ+3PX3EYs++bTxZB2dE9mEHTQLv61tw==, + integrity: sha512-czM7Ioq3s8pIXht7oD+vmgy4Wfb4XavU/k/irO8NdXFFOx7YAlsCCcKOh/lJD1mJSYQqiR7NmpZ9JviryD/7AQ==, } '@smithy/is-array-buffer@2.0.0': @@ -4108,10 +4034,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/middleware-content-length@3.0.5': + '@smithy/middleware-content-length@3.0.8': resolution: { - integrity: sha512-ILEzC2eyxx6ncej3zZSwMpB5RJ0zuqH7eMptxC4KN3f+v9bqT8ohssKbhNR78k/2tWW+KS5Spw+tbPF4Ejyqvw==, + integrity: sha512-VuyszlSO49WKh3H9/kIO2kf07VUwGV80QRiaDxUfP8P8UKlokz381ETJvwLhwuypBYhLymCYyNhB3fLAGBX2og==, } engines: { node: '>=16.0.0' } @@ -4122,10 +4048,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/middleware-endpoint@3.1.0': + '@smithy/middleware-endpoint@3.1.3': resolution: { - integrity: sha512-5y5aiKCEwg9TDPB4yFE7H6tYvGFf1OJHNczeY10/EFF8Ir8jZbNntQJxMWNfeQjC1mxPsaQ6mR9cvQbf+0YeMw==, + integrity: sha512-KeM/OrK8MVFUsoJsmCN0MZMVPjKKLudn13xpgwIMpGTYpA8QZB2Xq5tJ+RE6iu3A6NhOI4VajDTwBsm8pwwrhg==, } engines: { node: '>=16.0.0' } @@ -4136,10 +4062,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/middleware-retry@3.0.15': + '@smithy/middleware-retry@3.0.21': resolution: { - integrity: sha512-iTMedvNt1ApdvkaoE8aSDuwaoc+BhvHqttbA/FO4Ty+y/S5hW6Ci/CTScG7vam4RYJWZxdTElc3MEfHRVH6cgQ==, + integrity: sha512-/h0fElV95LekVVEJuSw+aI11S1Y3zIUwBc6h9ZbUv43Gl2weXsbQwjLoet6j/Qtb0phfrSxS6pNg6FqgJOWZkA==, } engines: { node: '>=16.0.0' } @@ -4150,10 +4076,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/middleware-serde@3.0.3': + '@smithy/middleware-serde@3.0.6': resolution: { - integrity: sha512-puUbyJQBcg9eSErFXjKNiGILJGtiqmuuNKEYNYfUD57fUl4i9+mfmThtQhvFXU0hCVG0iEJhvQUipUf+/SsFdA==, + integrity: sha512-KKTUSl1MzOM0MAjGbudeaVNtIDo+PpekTBkCNwvfZlKndodrnvRo+00USatiyLOc0ujjO9UydMRu3O9dYML7ag==, } engines: { node: '>=16.0.0' } @@ -4164,10 +4090,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/middleware-stack@3.0.3': + '@smithy/middleware-stack@3.0.6': resolution: { - integrity: sha512-r4klY9nFudB0r9UdSMaGSyjyQK5adUyPnQN/ZM6M75phTxOdnc/AhpvGD1fQUvgmqjQEBGCwpnPbDm8pH5PapA==, + integrity: sha512-2c0eSYhTQ8xQqHMcRxLMpadFbTXg6Zla5l0mwNftFCZMQmuhI7EbAJMx6R5eqfuV3YbJ3QGyS3d5uSmrHV8Khg==, } engines: { node: '>=16.0.0' } @@ -4178,10 +4104,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/node-config-provider@3.1.4': + '@smithy/node-config-provider@3.1.7': resolution: { - integrity: sha512-YvnElQy8HR4vDcAjoy7Xkx9YT8xZP4cBXcbJSgm/kxmiQu08DwUwj8rkGnyoJTpfl/3xYHH+d8zE+eHqoDCSdQ==, + integrity: sha512-g3mfnC3Oo8pOI0dYuPXLtdW1WGVb3bR2tkV21GNkm0ZvQjLTtamXAwCWt/FCb0HGvKt3gHHmF1XerG0ICfalOg==, } engines: { node: '>=16.0.0' } @@ -4192,10 +4118,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/node-http-handler@3.1.4': + '@smithy/node-http-handler@3.2.3': resolution: { - integrity: sha512-+UmxgixgOr/yLsUxcEKGH0fMNVteJFGkmRltYFHnBMlogyFdpzn2CwqWmxOrfJELhV34v0WSlaqG1UtE1uXlJg==, + integrity: sha512-/gcm5DJ3k1b1zEInzBGAZC8ntJ+jwrz1NcSIu+9dSXd1FfG0G6QgkDI40tt8/WYUbHtLyo8fEqtm2v29koWo/w==, } engines: { node: '>=16.0.0' } @@ -4206,10 +4132,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/property-provider@3.1.3': + '@smithy/property-provider@3.1.6': resolution: { - integrity: sha512-zahyOVR9Q4PEoguJ/NrFP4O7SMAfYO1HLhB18M+q+Z4KFd4V2obiMnlVoUFzFLSPeVt1POyNWneHHrZaTMoc/g==, + integrity: sha512-NK3y/T7Q/Bw+Z8vsVs9MYIQ5v7gOX7clyrXcwhhIBQhbPgRl6JDrZbusO9qWDhcEus75Tg+VCxtIRfo3H76fpw==, } engines: { node: '>=16.0.0' } @@ -4220,10 +4146,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/protocol-http@4.1.0': + '@smithy/protocol-http@4.1.3': resolution: { - integrity: sha512-dPVoHYQ2wcHooGXg3LQisa1hH0e4y0pAddPMeeUPipI1tEOqL6A4N0/G7abeq+K8wrwSgjk4C0wnD1XZpJm5aA==, + integrity: sha512-GcbMmOYpH9iRqtC05RbRnc/0FssxSTHlmaNhYBTgSgNCYpdR3Kt88u5GAZTBmouzv+Zlj/VRv92J9ruuDeJuEw==, } engines: { node: '>=16.0.0' } @@ -4234,10 +4160,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/querystring-builder@3.0.3': + '@smithy/querystring-builder@3.0.6': resolution: { - integrity: sha512-vyWckeUeesFKzCDaRwWLUA1Xym9McaA6XpFfAK5qI9DKJ4M33ooQGqvM4J+LalH4u/Dq9nFiC8U6Qn1qi0+9zw==, + integrity: sha512-sQe08RunoObe+Usujn9+R2zrLuQERi3CWvRO3BvnoWSYUaIrLKuAIeY7cMeDax6xGyfIP3x/yFWbEKSXvOnvVg==, } engines: { node: '>=16.0.0' } @@ -4248,10 +4174,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/querystring-parser@3.0.3': + '@smithy/querystring-parser@3.0.6': resolution: { - integrity: sha512-zahM1lQv2YjmznnfQsWbYojFe55l0SLG/988brlLv1i8z3dubloLF+75ATRsqPBboUXsW6I9CPGE5rQgLfY0vQ==, + integrity: sha512-UJKw4LlEkytzz2Wq+uIdHf6qOtFfee/o7ruH0jF5I6UAuU+19r9QV7nU3P/uI0l6+oElRHmG/5cBBcGJrD7Ozg==, } engines: { node: '>=16.0.0' } @@ -4262,10 +4188,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/service-error-classification@3.0.3': + '@smithy/service-error-classification@3.0.6': resolution: { - integrity: sha512-Jn39sSl8cim/VlkLsUhRFq/dKDnRUFlfRkvhOJaUbLBXUsLRLNf9WaxDv/z9BjuQ3A6k/qE8af1lsqcwm7+DaQ==, + integrity: sha512-53SpchU3+DUZrN7J6sBx9tBiCVGzsib2e4sc512Q7K9fpC5zkJKs6Z9s+qbMxSYrkEkle6hnMtrts7XNkMJJMg==, } engines: { node: '>=16.0.0' } @@ -4276,10 +4202,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/shared-ini-file-loader@3.1.4': + '@smithy/shared-ini-file-loader@3.1.7': resolution: { - integrity: sha512-qMxS4hBGB8FY2GQqshcRUy1K6k8aBWP5vwm8qKkCT3A9K2dawUwOIJfqh9Yste/Bl0J2lzosVyrXDj68kLcHXQ==, + integrity: sha512-IA4K2qTJYXkF5OfVN4vsY1hfnUZjaslEE8Fsr/gGFza4TAC2A9NfnZuSY2srQIbt9bwtjHiAayrRVgKse4Q7fA==, } engines: { node: '>=16.0.0' } @@ -4290,10 +4216,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/signature-v4@4.1.0': + '@smithy/signature-v4@4.1.4': resolution: { - integrity: sha512-aRryp2XNZeRcOtuJoxjydO6QTaVhxx/vjaR+gx7ZjaFgrgPRyZ3HCTbfwqYj6ZWEBHkCSUfcaymKPURaByukag==, + integrity: sha512-72MiK7xYukNsnLJI9NqvUHqTu0ziEsfMsYNlWpiJfuGQnCTFKpckThlEatirvcA/LmT1h7rRO+pJD06PYsPu9Q==, } engines: { node: '>=16.0.0' } @@ -4304,10 +4230,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/smithy-client@3.2.0': + '@smithy/smithy-client@3.3.5': resolution: { - integrity: sha512-pDbtxs8WOhJLJSeaF/eAbPgXg4VVYFlRcL/zoNYA5WbG3wBL06CHtBSg53ppkttDpAJ/hdiede+xApip1CwSLw==, + integrity: sha512-7IZi8J3Dr9n3tX+lcpmJ/5tCYIqoXdblFBaPuv0SEKZFRpCxE+TqIWL6I3t7jLlk9TWu3JSvEZAhtjB9yvB+zA==, } engines: { node: '>=16.0.0' } @@ -4325,10 +4251,10 @@ packages: } engines: { node: '>=16.0.0' } - '@smithy/types@3.3.0': + '@smithy/types@3.4.2': resolution: { - integrity: sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==, + integrity: sha512-tHiFcfcVedVBHpmHUEUHOCCih8iZbIAYn9NvPsNzaPm/237I3imdDdZoOC8c87H5HBAVEa06tTgb+OcSWV9g5w==, } engines: { node: '>=16.0.0' } @@ -4338,10 +4264,10 @@ packages: integrity: sha512-NBnJ0NiY8z6E82Xd5VYUFQfKwK/wA/+QkKmpYUYP+cpH3aCzE6g2gvixd9vQKYjsIdRfNPCf+SFAozt8ljozOw==, } - '@smithy/url-parser@3.0.3': + '@smithy/url-parser@3.0.6': resolution: { - integrity: sha512-pw3VtZtX2rg+s6HMs6/+u9+hu6oY6U7IohGhVNnjbgKy86wcIsSZwgHrFR+t67Uyxvp4Xz3p3kGXXIpTNisq8A==, + integrity: sha512-47Op/NU8Opt49KyGpHtVdnmmJMsp2hEwBdyjuFB9M2V5QVOwA7pBhhxKN5z6ztKGrMw76gd8MlbPuzzvaAncuQ==, } '@smithy/util-base64@2.0.0': @@ -4426,10 +4352,10 @@ packages: } engines: { node: '>= 10.0.0' } - '@smithy/util-defaults-mode-browser@3.0.15': + '@smithy/util-defaults-mode-browser@3.0.21': resolution: { - integrity: sha512-FZ4Psa3vjp8kOXcd3HJOiDPBCWtiilLl57r0cnNtq/Ga9RSDrM5ERL6xt+tO43+2af6Pn5Yp92x2n5vPuduNfg==, + integrity: sha512-M/FhTBk4c/SsB91dD/M4gMGfJO7z/qJaM9+XQQIqBOf4qzZYMExnP7R4VdGwxxH8IKMGW+8F0I4rNtVRrcfPoA==, } engines: { node: '>= 10.0.0' } @@ -4440,17 +4366,17 @@ packages: } engines: { node: '>= 10.0.0' } - '@smithy/util-defaults-mode-node@3.0.15': + '@smithy/util-defaults-mode-node@3.0.21': resolution: { - integrity: sha512-KSyAAx2q6d0t6f/S4XB2+3+6aQacm3aLMhs9aLMqn18uYGUepbdssfogW5JQZpc6lXNBnp0tEnR5e9CEKmEd7A==, + integrity: sha512-NiLinPvF86U3S2Pdx/ycqd4bnY5dmFSPNL5KYRwbNjqQFS09M5Wzqk8BNk61/47xCYz1X/6KeiSk9qgYPTtuDw==, } engines: { node: '>= 10.0.0' } - '@smithy/util-endpoints@2.0.5': + '@smithy/util-endpoints@2.1.2': resolution: { - integrity: sha512-ReQP0BWihIE68OAblC/WQmDD40Gx+QY1Ez8mTdFMXpmjfxSyz2fVQu3A4zXRfQU9sZXtewk3GmhfOHswvX+eNg==, + integrity: sha512-FEISzffb4H8DLzGq1g4MuDpcv6CIG15fXoQzDH9SjpRJv6h7J++1STFWWinilG0tQh9H1v2UKWG19Jjr2B16zQ==, } engines: { node: '>=16.0.0' } @@ -4475,10 +4401,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/util-middleware@3.0.3': + '@smithy/util-middleware@3.0.6': resolution: { - integrity: sha512-l+StyYYK/eO3DlVPbU+4Bi06Jjal+PFLSMmlWM1BEwyLxZ3aKkf1ROnoIakfaA7mC6uw3ny7JBkau4Yc+5zfWw==, + integrity: sha512-BxbX4aBhI1O9p87/xM+zWy0GzT3CEVcXFPBRDoHAM+pV0eSW156pR+PSYEz0DQHDMYDsYAflC2bQNz2uaDBUZQ==, } engines: { node: '>=16.0.0' } @@ -4489,10 +4415,10 @@ packages: } engines: { node: '>= 14.0.0' } - '@smithy/util-retry@3.0.3': + '@smithy/util-retry@3.0.6': resolution: { - integrity: sha512-AFw+hjpbtVApzpNDhbjNG5NA3kyoMs7vx0gsgmlJF4s+yz1Zlepde7J58zpIRIsdjc+emhpAITxA88qLkPF26w==, + integrity: sha512-BRZiuF7IwDntAbevqMco67an0Sr9oLQJqqRCsSPZZHYRnehS0LHDAkJk/pSmI7Z8c/1Vet294H7fY2fWUgB+Rg==, } engines: { node: '>=16.0.0' } @@ -4503,10 +4429,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/util-stream@3.1.3': + '@smithy/util-stream@3.1.8': resolution: { - integrity: sha512-FIv/bRhIlAxC0U7xM1BCnF2aDRPq0UaelqBHkM2lsCp26mcBbgI0tCVTv+jGdsQLUmAMybua/bjDsSu8RQHbmw==, + integrity: sha512-hoKOqSmb8FD3WLObuB5hwbM7bNIWgcnvkThokTvVq7J5PKjlLUK5qQQcB9zWLHIoSaIlf3VIv2OxZY2wtQjcRQ==, } engines: { node: '>=16.0.0' } @@ -4552,10 +4478,10 @@ packages: } engines: { node: '>=14.0.0' } - '@smithy/util-waiter@3.1.2': + '@smithy/util-waiter@3.1.5': resolution: { - integrity: sha512-4pP0EV3iTsexDx+8PPGAKCQpd/6hsQBaQhqWzU4hqKPHN5epPsxKbvUTIiYIHTxaKt6/kEaqPBpu/ufvfbrRzw==, + integrity: sha512-jYOSvM3H6sZe3CHjzD2VQNCjWBJs+4DbtwBMvUp9y5EnnwNa7NQxTeYeQw0CKCAdGGZ3QvVkyJmvbvs5M/B10A==, } engines: { node: '>=16.0.0' } @@ -4744,12 +4670,6 @@ packages: integrity: sha512-ACTuifTSIIbyksx2HTon3aFtCKWcID7/h3XEmRpDYdMCXxPbl+m9GteOJeaAkiAta/NJaSFuA7ahZ0NkwajDSw==, } - '@types/json-schema@7.0.15': - resolution: - { - integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==, - } - '@types/json5@0.0.29': resolution: { @@ -4780,10 +4700,10 @@ packages: integrity: sha512-22y3o88f4a94mKljsZcanlNWPzO0uBsBdzLAngf2tp533LzZcQzb6+eZPJ+vCTt+bqF2XnvT9gejTLsAcJAJyQ==, } - '@types/lodash@4.17.7': + '@types/lodash@4.17.9': resolution: { - integrity: sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==, + integrity: sha512-w9iWudx1XWOHW5lQRS9iKpK/XuRhnN+0T7HvdCCd802FYkT1AMTnxndJHGrNJwRoRHkslGr4S29tjm1cT7x/7w==, } '@types/minimatch@5.1.2': @@ -4852,12 +4772,6 @@ packages: integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==, } - '@types/semver@7.5.8': - resolution: - { - integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==, - } - '@types/triple-beam@1.3.2': resolution: { @@ -4888,87 +4802,87 @@ packages: integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==, } - '@typescript-eslint/eslint-plugin@6.21.0': + '@typescript-eslint/eslint-plugin@7.18.0': resolution: { - integrity: sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==, + integrity: sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==, } - engines: { node: ^16.0.0 || >=18.0.0 } + engines: { node: ^18.18.0 || >=20.0.0 } peerDependencies: - '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha - eslint: ^7.0.0 || ^8.0.0 + '@typescript-eslint/parser': ^7.0.0 + eslint: ^8.56.0 typescript: '*' peerDependenciesMeta: typescript: optional: true - '@typescript-eslint/parser@6.21.0': + '@typescript-eslint/parser@7.18.0': resolution: { - integrity: sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==, + integrity: sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==, } - engines: { node: ^16.0.0 || >=18.0.0 } + engines: { node: ^18.18.0 || >=20.0.0 } peerDependencies: - eslint: ^7.0.0 || ^8.0.0 + eslint: ^8.56.0 typescript: '*' peerDependenciesMeta: typescript: optional: true - '@typescript-eslint/scope-manager@6.21.0': + '@typescript-eslint/scope-manager@7.18.0': resolution: { - integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==, + integrity: sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==, } - engines: { node: ^16.0.0 || >=18.0.0 } + engines: { node: ^18.18.0 || >=20.0.0 } - '@typescript-eslint/type-utils@6.21.0': + '@typescript-eslint/type-utils@7.18.0': resolution: { - integrity: sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==, + integrity: sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==, } - engines: { node: ^16.0.0 || >=18.0.0 } + engines: { node: ^18.18.0 || >=20.0.0 } peerDependencies: - eslint: ^7.0.0 || ^8.0.0 + eslint: ^8.56.0 typescript: '*' peerDependenciesMeta: typescript: optional: true - '@typescript-eslint/types@6.21.0': + '@typescript-eslint/types@7.18.0': resolution: { - integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==, + integrity: sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==, } - engines: { node: ^16.0.0 || >=18.0.0 } + engines: { node: ^18.18.0 || >=20.0.0 } - '@typescript-eslint/typescript-estree@6.21.0': + '@typescript-eslint/typescript-estree@7.18.0': resolution: { - integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==, + integrity: sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==, } - engines: { node: ^16.0.0 || >=18.0.0 } + engines: { node: ^18.18.0 || >=20.0.0 } peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true - '@typescript-eslint/utils@6.21.0': + '@typescript-eslint/utils@7.18.0': resolution: { - integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==, + integrity: sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==, } - engines: { node: ^16.0.0 || >=18.0.0 } + engines: { node: ^18.18.0 || >=20.0.0 } peerDependencies: - eslint: ^7.0.0 || ^8.0.0 + eslint: ^8.56.0 - '@typescript-eslint/visitor-keys@6.21.0': + '@typescript-eslint/visitor-keys@7.18.0': resolution: { - integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==, + integrity: sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==, } - engines: { node: ^16.0.0 || >=18.0.0 } + engines: { node: ^18.18.0 || >=20.0.0 } '@vitejs/plugin-vue-jsx@3.1.0': resolution: @@ -5081,49 +4995,73 @@ packages: integrity: sha512-8IQOTCWnLFqfHzOGm9+P8OPSEDukgg3Huc92qSG49if/xI2SAwLHQO2qaPQbjCWPBcQoO1WYfXfTACUrWV3c5A==, } + '@vue/compiler-core@3.5.10': + resolution: + { + integrity: sha512-iXWlk+Cg/ag7gLvY0SfVucU8Kh2CjysYZjhhP70w9qI4MvSox4frrP+vDGvtQuzIcgD8+sxM6lZvCtdxGunTAA==, + } + '@vue/compiler-dom@3.4.38': resolution: { integrity: sha512-Osc/c7ABsHXTsETLgykcOwIxFktHfGSUDkb05V61rocEfsFDcjDLH/IHJSNJP+/Sv9KeN2Lx1V6McZzlSb9EhQ==, } + '@vue/compiler-dom@3.5.10': + resolution: + { + integrity: sha512-DyxHC6qPcktwYGKOIy3XqnHRrrXyWR2u91AjP+nLkADko380srsC2DC3s7Y1Rk6YfOlxOlvEQKa9XXmLI+W4ZA==, + } + '@vue/compiler-sfc@3.4.38': resolution: { integrity: sha512-s5QfZ+9PzPh3T5H4hsQDJtI8x7zdJaew/dCGgqZ2630XdzaZ3AD8xGZfBqpT8oaD/p2eedd+pL8tD5vvt5ZYJQ==, } + '@vue/compiler-sfc@3.5.10': + resolution: + { + integrity: sha512-to8E1BgpakV7224ZCm8gz1ZRSyjNCAWEplwFMWKlzCdP9DkMKhRRwt0WkCjY7jkzi/Vz3xgbpeig5Pnbly4Tow==, + } + '@vue/compiler-ssr@3.4.38': resolution: { integrity: sha512-YXznKFQ8dxYpAz9zLuVvfcXhc31FSPFDcqr0kyujbOwNhlmaNvL2QfIy+RZeJgSn5Fk54CWoEUeW+NVBAogGaw==, } - '@vue/reactivity@3.4.38': + '@vue/compiler-ssr@3.5.10': + resolution: + { + integrity: sha512-hxP4Y3KImqdtyUKXDRSxKSRkSm1H9fCvhojEYrnaoWhE4w/y8vwWhnosJoPPe2AXm5sU7CSbYYAgkt2ZPhDz+A==, + } + + '@vue/reactivity@3.5.10': resolution: { - integrity: sha512-4vl4wMMVniLsSYYeldAKzbk72+D3hUnkw9z8lDeJacTxAkXeDAP1uE9xr2+aKIN0ipOL8EG2GPouVTH6yF7Gnw==, + integrity: sha512-kW08v06F6xPSHhid9DJ9YjOGmwNDOsJJQk0ax21wKaUYzzuJGEuoKNU2Ujux8FLMrP7CFJJKsHhXN9l2WOVi2g==, } - '@vue/runtime-core@3.4.38': + '@vue/runtime-core@3.5.10': resolution: { - integrity: sha512-21z3wA99EABtuf+O3IhdxP0iHgkBs1vuoCAsCKLVJPEjpVqvblwBnTj42vzHRlWDCyxu9ptDm7sI2ZMcWrQqlA==, + integrity: sha512-9Q86I5Qq3swSkFfzrZ+iqEy7Vla325M7S7xc1NwKnRm/qoi1Dauz0rT6mTMmscqx4qz0EDJ1wjB+A36k7rl8mA==, } - '@vue/runtime-dom@3.4.38': + '@vue/runtime-dom@3.5.10': resolution: { - integrity: sha512-afZzmUreU7vKwKsV17H1NDThEEmdYI+GCAK/KY1U957Ig2NATPVjCROv61R19fjZNzMmiU03n79OMnXyJVN0UA==, + integrity: sha512-t3x7ht5qF8ZRi1H4fZqFzyY2j+GTMTDxRheT+i8M9Ph0oepUxoadmbwlFwMoW7RYCpNQLpP2Yx3feKs+fyBdpA==, } - '@vue/server-renderer@3.4.38': + '@vue/server-renderer@3.5.10': resolution: { - integrity: sha512-NggOTr82FbPEkkUvBm4fTGcwUY8UuTsnWC/L2YZBmvaQ4C4Jl/Ao4HHTB+l7WnFCt5M/dN3l0XLuyjzswGYVCA==, + integrity: sha512-IVE97tt2kGKwHNq9yVO0xdh1IvYfZCShvDSy46JIh5OQxP1/EXSpoDqetVmyIzL7CYOWnnmMkVqd7YK2QSWkdw==, } peerDependencies: - vue: 3.4.38 + vue: 3.5.10 '@vue/shared@3.4.38': resolution: @@ -5131,6 +5069,12 @@ packages: integrity: sha512-q0xCiLkuWWQLzVrecPb0RMsNWyxICOjPrcrwxTUEHb1fsnvni4dcuyG7RT/Ie7VPTvnjzIaWzRMUBsrqNj/hhw==, } + '@vue/shared@3.5.10': + resolution: + { + integrity: sha512-VkkBhU97Ki+XJ0xvl4C9YJsIZ2uIlQ7HqPpZOS3m9VCvmROPaChZU6DexdMJqvz9tbgG+4EtFVrSuailUq5KGQ==, + } + '@xmldom/xmldom@0.8.10': resolution: { @@ -5841,10 +5785,10 @@ packages: aws-cdk-lib: 2.97.0 constructs: 10.2.70 - cdk-nag@2.28.186: + cdk-nag@2.28.195: resolution: { - integrity: sha512-g93Ue3LGGq4hDOdypn7xyKMl0ps6YXD6u+hTg0hvFp9fMiQwbHjhHb5m7yePnyHK+fJ0N3sxQsZxKODg1AGacg==, + integrity: sha512-5kVN9pX14phyzY55xJAKZqkeGW6kd0WpV2o/hdGjwAFIeYwte3W2xhKsqZV/IF8HarhsvRrnoz3JI085LeqRGg==, } peerDependencies: aws-cdk-lib: 2.97.0 @@ -10089,6 +10033,12 @@ packages: integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==, } + picocolors@1.1.0: + resolution: + { + integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==, + } + picomatch@2.3.1: resolution: { @@ -10144,6 +10094,13 @@ packages: } engines: { node: ^10 || ^12 || >=14 } + postcss@8.4.47: + resolution: + { + integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==, + } + engines: { node: ^10 || ^12 || >=14 } + prelude-ls@1.2.1: resolution: { @@ -10200,32 +10157,10 @@ packages: } engines: { node: '>=0.4.0' } - projen@0.73.31: + projen@0.83.1: resolution: { - integrity: sha512-Q/lvLQYHfILw1FkiT06xLHCDcXjwa0BQFo/n79N5YJSjt4Cos5tcjJZQkuku0IBWlTuaBfHE88urS4OH2JEr6Q==, - } - engines: { node: '>= 14.0.0' } - hasBin: true - bundledDependencies: - - '@iarna/toml' - - case - - chalk - - comment-json - - conventional-changelog-config-spec - - fast-json-patch - - glob - - ini - - semver - - shx - - xmlbuilder2 - - yaml - - yargs - - projen@0.82.8: - resolution: - { - integrity: sha512-/YpYZf4g0/pck2tr34a4gpOveCV1xbCfdDT+H4Xq8qQzF0IbcDVsoV1kZXPcyzVWUyqHFT2/ORUeocV+Hka8tQ==, + integrity: sha512-agobaTIvfOxHllRa5pNHxFTRjH7Zxq2uus7FWQ0f+6OTLkH/hODtnV3LEA5pxVk5e0cYAD+ZZuS/mKKicAtkng==, } engines: { node: '>= 16.0.0' } hasBin: true @@ -10987,6 +10922,13 @@ packages: } engines: { node: '>=0.10.0' } + source-map-js@1.2.1: + resolution: + { + integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==, + } + engines: { node: '>=0.10.0' } + source-map-support@0.5.21: resolution: { @@ -11672,10 +11614,10 @@ packages: integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==, } - tslib@2.6.3: + tslib@2.7.0: resolution: { - integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==, + integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==, } tslog@4.9.2: @@ -11783,6 +11725,13 @@ packages: } engines: { node: '>=16' } + type-fest@4.26.1: + resolution: + { + integrity: sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==, + } + engines: { node: '>=16' } + type-fest@4.3.1: resolution: { @@ -12265,10 +12214,10 @@ packages: integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==, } - vue@3.4.38: + vue@3.5.10: resolution: { - integrity: sha512-f0ZgN+mZ5KFgVv9wz0f4OgVKukoXtS3nwET4c2vLBGQR50aI8G0cqbFtLlX9Yiyg3LFGBitruPHt2PxwTduJEw==, + integrity: sha512-Vy2kmJwHPlouC/tSnIgXVg03SG+9wSqT1xu1Vehc+ChsXsRd7jLkKgMltVEFOzUdBr3uFwBCG+41LJtfAcBRng==, } peerDependencies: typescript: '*' @@ -12498,10 +12447,10 @@ packages: } engines: { node: '>= 14' } - yaml@2.5.0: + yaml@2.5.1: resolution: { - integrity: sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==, + integrity: sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==, } engines: { node: '>= 14' } hasBin: true @@ -12618,69 +12567,69 @@ snapshots: '@antfu/utils@0.7.6': {} - '@arroyodev-llc/projen.component.dir-env@0.1.16(projen@0.73.31)': + '@arroyodev-llc/projen.component.dir-env@0.1.16(projen@0.83.1(constructs@10.2.70))': dependencies: - projen: 0.73.31 + projen: 0.83.1(constructs@10.2.70) - '@arroyodev-llc/projen.component.git-hooks@0.1.13(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.73.31)(simple-git-hooks@2.9.0)': + '@arroyodev-llc/projen.component.git-hooks@0.1.13(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.83.1(constructs@10.2.70))(simple-git-hooks@2.9.0)': dependencies: lint-staged: 14.0.1(enquirer@2.4.1)(supports-color@9.4.0) - projen: 0.73.31 + projen: 0.83.1(constructs@10.2.70) simple-git-hooks: 2.9.0 - '@arroyodev-llc/projen.component.linting@0.1.24(constructs@10.2.70)(projen@0.73.31)': + '@arroyodev-llc/projen.component.linting@0.1.24(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70))': dependencies: '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) p-queue: 7.4.1 - projen: 0.73.31 + projen: 0.83.1(constructs@10.2.70) shell-quote: 1.8.1 transitivePeerDependencies: - constructs - '@arroyodev-llc/projen.component.pnpm-workspace@0.1.25(constructs@10.2.70)(projen@0.73.31)': + '@arroyodev-llc/projen.component.pnpm-workspace@0.1.25(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70))': dependencies: '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) - projen: 0.73.31 + projen: 0.83.1(constructs@10.2.70) transitivePeerDependencies: - constructs - '@arroyodev-llc/projen.component.release-please@0.1.26(constructs@10.2.70)(projen@0.73.31)': + '@arroyodev-llc/projen.component.release-please@0.1.26(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70))': dependencies: '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) - projen: 0.73.31 + projen: 0.83.1(constructs@10.2.70) transitivePeerDependencies: - constructs - '@arroyodev-llc/projen.component.tool-versions@0.1.21(projen@0.73.31)': + '@arroyodev-llc/projen.component.tool-versions@0.1.21(projen@0.83.1(constructs@10.2.70))': dependencies: - projen: 0.73.31 + projen: 0.83.1(constructs@10.2.70) - '@arroyodev-llc/projen.component.tsconfig-container@0.1.19(constructs@10.2.70)(projen@0.73.31)': + '@arroyodev-llc/projen.component.tsconfig-container@0.1.19(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70))': dependencies: '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) - projen: 0.73.31 + projen: 0.83.1(constructs@10.2.70) transitivePeerDependencies: - constructs - '@arroyodev-llc/projen.component.typescript-source-file@0.1.26(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31)': + '@arroyodev-llc/projen.component.typescript-source-file@0.1.26(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70))': dependencies: - '@arroyodev-llc/projen.component.linting': 0.1.24(constructs@10.2.70)(projen@0.73.31) + '@arroyodev-llc/projen.component.linting': 0.1.24(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) '@arroyodev-llc/utils.fs': 0.1.16 '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) '@arroyodev-llc/utils.ts-ast': 0.1.13(constructs@10.2.70) - '@aws/pdk': 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) - projen: 0.73.31 + '@aws/pdk': 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) + projen: 0.83.1(constructs@10.2.70) ts-morph: 19.0.0 transitivePeerDependencies: - constructs - '@arroyodev-llc/projen.component.unbuild@0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31)(typescript@5.2.2)': + '@arroyodev-llc/projen.component.unbuild@0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70))(typescript@5.2.2)': dependencies: - '@arroyodev-llc/projen.component.typescript-source-file': 0.1.26(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31) + '@arroyodev-llc/projen.component.typescript-source-file': 0.1.26(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) '@arroyodev-llc/utils.ts-ast': 0.1.13(constructs@10.2.70) - '@aws/pdk': 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) - projen: 0.73.31 + '@aws/pdk': 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) + projen: 0.83.1(constructs@10.2.70) ts-morph: 19.0.0 unbuild: 2.0.0(typescript@5.2.2) transitivePeerDependencies: @@ -12689,15 +12638,15 @@ snapshots: - supports-color - typescript - '@arroyodev-llc/projen.component.vite@0.1.28(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(@types/node@18.16.19)(constructs@10.2.70)(projen@0.73.31)(vue@3.4.38(typescript@5.2.2))': + '@arroyodev-llc/projen.component.vite@0.1.28(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)))(@types/node@18.16.19)(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70))(vue@3.5.10(typescript@5.2.2))': dependencies: - '@arroyodev-llc/projen.component.linting': 0.1.24(constructs@10.2.70)(projen@0.73.31) - '@arroyodev-llc/projen.component.typescript-source-file': 0.1.26(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31) + '@arroyodev-llc/projen.component.linting': 0.1.24(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) + '@arroyodev-llc/projen.component.typescript-source-file': 0.1.26(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) '@arroyodev-llc/utils.ts-ast': 0.1.13(constructs@10.2.70) - '@vitejs/plugin-vue': 4.6.2(vite@4.5.3(@types/node@18.16.19))(vue@3.4.38(typescript@5.2.2)) - '@vitejs/plugin-vue-jsx': 3.1.0(vite@4.5.3(@types/node@18.16.19))(vue@3.4.38(typescript@5.2.2)) - projen: 0.73.31 + '@vitejs/plugin-vue': 4.6.2(vite@4.5.3(@types/node@18.16.19))(vue@3.5.10(typescript@5.2.2)) + '@vitejs/plugin-vue-jsx': 3.1.0(vite@4.5.3(@types/node@18.16.19))(vue@3.5.10(typescript@5.2.2)) + projen: 0.83.1(constructs@10.2.70) ts-morph: 19.0.0 vite: 4.5.3(@types/node@18.16.19) transitivePeerDependencies: @@ -12713,13 +12662,13 @@ snapshots: - terser - vue - '@arroyodev-llc/projen.component.vitest@0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(@types/node@18.16.19)(constructs@10.2.70)(projen@0.73.31)(vue@3.4.38(typescript@5.2.2))': + '@arroyodev-llc/projen.component.vitest@0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)))(@types/node@18.16.19)(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70))(vue@3.5.10(typescript@5.2.2))': dependencies: - '@arroyodev-llc/projen.component.typescript-source-file': 0.1.26(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31) - '@arroyodev-llc/projen.component.vite': 0.1.28(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(@types/node@18.16.19)(constructs@10.2.70)(projen@0.73.31)(vue@3.4.38(typescript@5.2.2)) + '@arroyodev-llc/projen.component.typescript-source-file': 0.1.26(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) + '@arroyodev-llc/projen.component.vite': 0.1.28(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)))(@types/node@18.16.19)(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70))(vue@3.5.10(typescript@5.2.2)) '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) '@arroyodev-llc/utils.ts-ast': 0.1.13(constructs@10.2.70) - projen: 0.73.31 + projen: 0.83.1(constructs@10.2.70) ts-morph: 19.0.0 vitest: 0.34.6 transitivePeerDependencies: @@ -12744,32 +12693,32 @@ snapshots: - vue - webdriverio - '@arroyodev-llc/projen.project.nx-monorepo@0.1.29(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31)': + '@arroyodev-llc/projen.project.nx-monorepo@0.1.29(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70))': dependencies: - '@arroyodev-llc/projen.component.linting': 0.1.24(constructs@10.2.70)(projen@0.73.31) - '@arroyodev-llc/projen.component.pnpm-workspace': 0.1.25(constructs@10.2.70)(projen@0.73.31) - '@arroyodev-llc/projen.component.tsconfig-container': 0.1.19(constructs@10.2.70)(projen@0.73.31) + '@arroyodev-llc/projen.component.linting': 0.1.24(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) + '@arroyodev-llc/projen.component.pnpm-workspace': 0.1.25(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) + '@arroyodev-llc/projen.component.tsconfig-container': 0.1.19(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) - '@aws/pdk': 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) - '@mrgrain/jsii-struct-builder': 0.7.34(projen@0.73.31) - projen: 0.73.31 + '@aws/pdk': 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) + '@mrgrain/jsii-struct-builder': 0.7.34(projen@0.83.1(constructs@10.2.70)) + projen: 0.83.1(constructs@10.2.70) transitivePeerDependencies: - constructs - '@arroyodev-llc/projen.project.typescript@0.1.31(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.73.31)(simple-git-hooks@2.9.0)(typescript@5.2.2)': + '@arroyodev-llc/projen.project.typescript@0.1.32(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)))(constructs@10.2.70)(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.83.1(constructs@10.2.70))(simple-git-hooks@2.9.0)(typescript@5.2.2)': dependencies: - '@arroyodev-llc/projen.component.git-hooks': 0.1.13(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.73.31)(simple-git-hooks@2.9.0) - '@arroyodev-llc/projen.component.linting': 0.1.24(constructs@10.2.70)(projen@0.73.31) - '@arroyodev-llc/projen.component.pnpm-workspace': 0.1.25(constructs@10.2.70)(projen@0.73.31) - '@arroyodev-llc/projen.component.release-please': 0.1.26(constructs@10.2.70)(projen@0.73.31) - '@arroyodev-llc/projen.component.tsconfig-container': 0.1.19(constructs@10.2.70)(projen@0.73.31) - '@arroyodev-llc/projen.component.unbuild': 0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31)(typescript@5.2.2) - '@arroyodev-llc/projen.project.nx-monorepo': 0.1.29(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31))(constructs@10.2.70)(projen@0.73.31) + '@arroyodev-llc/projen.component.git-hooks': 0.1.13(lint-staged@14.0.1(enquirer@2.4.1))(projen@0.83.1(constructs@10.2.70))(simple-git-hooks@2.9.0) + '@arroyodev-llc/projen.component.linting': 0.1.24(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) + '@arroyodev-llc/projen.component.pnpm-workspace': 0.1.25(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) + '@arroyodev-llc/projen.component.release-please': 0.1.26(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) + '@arroyodev-llc/projen.component.tsconfig-container': 0.1.19(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) + '@arroyodev-llc/projen.component.unbuild': 0.1.27(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70))(typescript@5.2.2) + '@arroyodev-llc/projen.project.nx-monorepo': 0.1.29(@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) '@arroyodev-llc/utils.projen-builder': 0.1.8(constructs@10.2.70) - '@aws/pdk': 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31) - projen: 0.73.31 - type-fest: 4.25.0 + '@aws/pdk': 0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70)) + projen: 0.83.1(constructs@10.2.70) + type-fest: 4.26.1 transitivePeerDependencies: - constructs - lint-staged @@ -12786,7 +12735,7 @@ snapshots: '@arroyodev-llc/utils.projen-builder@0.1.8(constructs@10.2.70)': dependencies: '@arroyodev-llc/utils.projen': 0.1.23(constructs@10.2.70) - projen: 0.82.8(constructs@10.2.70) + projen: 0.83.1(constructs@10.2.70) type-fest: 4.25.0 transitivePeerDependencies: - constructs @@ -12796,7 +12745,7 @@ snapshots: '@sindresorhus/is': 6.3.1 defu: 6.1.4 flat: 5.0.2 - projen: 0.82.8(constructs@10.2.70) + projen: 0.83.1(constructs@10.2.70) type-fest: 4.25.0 transitivePeerDependencies: - constructs @@ -12805,7 +12754,7 @@ snapshots: dependencies: '@arroyodev-llc/utils.fs': 0.1.16 '@sindresorhus/is': 6.3.1 - projen: 0.82.8(constructs@10.2.70) + projen: 0.83.1(constructs@10.2.70) reflect-metadata: 0.2.2 ts-morph: 19.0.0 type-fest: 4.25.0 @@ -12830,7 +12779,7 @@ snapshots: '@aws-cdk/asset-node-proxy-agent-v6@2.0.1': {} - '@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70)': + '@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70)': dependencies: aws-cdk-lib: 2.97.0(constructs@10.2.70) constructs: 10.2.70 @@ -12883,7 +12832,7 @@ snapshots: aws-cdk-lib: 2.97.0(constructs@10.2.70) constructs: 10.2.70 - '@aws-cdk/lambda-layer-kubectl-v30@2.0.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70)': + '@aws-cdk/lambda-layer-kubectl-v30@2.0.1(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70)': dependencies: aws-cdk-lib: 2.97.0(constructs@10.2.70) constructs: 10.2.70 @@ -12914,10 +12863,10 @@ snapshots: '@aws-crypto/sha256-js': 5.2.0 '@aws-crypto/supports-web-crypto': 5.2.0 '@aws-crypto/util': 5.2.0 - '@aws-sdk/types': 3.609.0 + '@aws-sdk/types': 3.654.0 '@aws-sdk/util-locate-window': 3.568.0 '@smithy/util-utf8': 2.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-crypto/sha256-js@3.0.0': dependencies: @@ -12928,8 +12877,8 @@ snapshots: '@aws-crypto/sha256-js@5.2.0': dependencies: '@aws-crypto/util': 5.2.0 - '@aws-sdk/types': 3.609.0 - tslib: 2.6.3 + '@aws-sdk/types': 3.654.0 + tslib: 2.7.0 '@aws-crypto/supports-web-crypto@3.0.0': dependencies: @@ -12937,7 +12886,7 @@ snapshots: '@aws-crypto/supports-web-crypto@5.2.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@aws-crypto/util@3.0.0': dependencies: @@ -12947,9 +12896,9 @@ snapshots: '@aws-crypto/util@5.2.0': dependencies: - '@aws-sdk/types': 3.609.0 + '@aws-sdk/types': 3.654.0 '@smithy/util-utf8': 2.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-quickstart/eks-blueprints@1.11.3(encoding@0.1.13)': dependencies: @@ -12991,9 +12940,9 @@ snapshots: '@aws-cdk/lambda-layer-kubectl-v27': 2.1.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) '@aws-cdk/lambda-layer-kubectl-v28': 2.2.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) '@aws-cdk/lambda-layer-kubectl-v29': 2.1.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) - '@aws-cdk/lambda-layer-kubectl-v30': 2.0.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) - '@aws-sdk/client-eks': 3.635.0 - '@aws-sdk/client-secrets-manager': 3.635.0 + '@aws-cdk/lambda-layer-kubectl-v30': 2.0.1(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) + '@aws-sdk/client-eks': 3.658.1 + '@aws-sdk/client-secrets-manager': 3.658.1 '@types/assert': 1.5.10 '@types/bcrypt': 5.0.2 '@types/lodash.clonedeep': 4.5.9 @@ -13013,7 +12962,7 @@ snapshots: ts-md5: 1.3.1 tslog: 4.9.3 uuid: 9.0.1 - yaml: 2.5.0 + yaml: 2.5.1 zod: 3.23.8 optionalDependencies: '@aws-cdk/lambda-layer-kubectl-v23': 2.0.8(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) @@ -13069,50 +13018,50 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/client-eks@3.635.0': + '@aws-sdk/client-eks@3.658.1': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/client-sso-oidc': 3.635.0(@aws-sdk/client-sts@3.635.0) - '@aws-sdk/client-sts': 3.635.0 - '@aws-sdk/core': 3.635.0 - '@aws-sdk/credential-provider-node': 3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0))(@aws-sdk/client-sts@3.635.0) - '@aws-sdk/middleware-host-header': 3.620.0 - '@aws-sdk/middleware-logger': 3.609.0 - '@aws-sdk/middleware-recursion-detection': 3.620.0 - '@aws-sdk/middleware-user-agent': 3.632.0 - '@aws-sdk/region-config-resolver': 3.614.0 - '@aws-sdk/types': 3.609.0 - '@aws-sdk/util-endpoints': 3.632.0 - '@aws-sdk/util-user-agent-browser': 3.609.0 - '@aws-sdk/util-user-agent-node': 3.614.0 - '@smithy/config-resolver': 3.0.5 - '@smithy/core': 2.4.0 - '@smithy/fetch-http-handler': 3.2.4 - '@smithy/hash-node': 3.0.3 - '@smithy/invalid-dependency': 3.0.3 - '@smithy/middleware-content-length': 3.0.5 - '@smithy/middleware-endpoint': 3.1.0 - '@smithy/middleware-retry': 3.0.15 - '@smithy/middleware-serde': 3.0.3 - '@smithy/middleware-stack': 3.0.3 - '@smithy/node-config-provider': 3.1.4 - '@smithy/node-http-handler': 3.1.4 - '@smithy/protocol-http': 4.1.0 - '@smithy/smithy-client': 3.2.0 - '@smithy/types': 3.3.0 - '@smithy/url-parser': 3.0.3 + '@aws-sdk/client-sso-oidc': 3.658.1(@aws-sdk/client-sts@3.658.1) + '@aws-sdk/client-sts': 3.658.1 + '@aws-sdk/core': 3.658.1 + '@aws-sdk/credential-provider-node': 3.658.1(@aws-sdk/client-sso-oidc@3.658.1(@aws-sdk/client-sts@3.658.1))(@aws-sdk/client-sts@3.658.1) + '@aws-sdk/middleware-host-header': 3.654.0 + '@aws-sdk/middleware-logger': 3.654.0 + '@aws-sdk/middleware-recursion-detection': 3.654.0 + '@aws-sdk/middleware-user-agent': 3.654.0 + '@aws-sdk/region-config-resolver': 3.654.0 + '@aws-sdk/types': 3.654.0 + '@aws-sdk/util-endpoints': 3.654.0 + '@aws-sdk/util-user-agent-browser': 3.654.0 + '@aws-sdk/util-user-agent-node': 3.654.0 + '@smithy/config-resolver': 3.0.8 + '@smithy/core': 2.4.6 + '@smithy/fetch-http-handler': 3.2.8 + '@smithy/hash-node': 3.0.6 + '@smithy/invalid-dependency': 3.0.6 + '@smithy/middleware-content-length': 3.0.8 + '@smithy/middleware-endpoint': 3.1.3 + '@smithy/middleware-retry': 3.0.21 + '@smithy/middleware-serde': 3.0.6 + '@smithy/middleware-stack': 3.0.6 + '@smithy/node-config-provider': 3.1.7 + '@smithy/node-http-handler': 3.2.3 + '@smithy/protocol-http': 4.1.3 + '@smithy/smithy-client': 3.3.5 + '@smithy/types': 3.4.2 + '@smithy/url-parser': 3.0.6 '@smithy/util-base64': 3.0.0 '@smithy/util-body-length-browser': 3.0.0 '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.15 - '@smithy/util-defaults-mode-node': 3.0.15 - '@smithy/util-endpoints': 2.0.5 - '@smithy/util-middleware': 3.0.3 - '@smithy/util-retry': 3.0.3 + '@smithy/util-defaults-mode-browser': 3.0.21 + '@smithy/util-defaults-mode-node': 3.0.21 + '@smithy/util-endpoints': 2.1.2 + '@smithy/util-middleware': 3.0.6 + '@smithy/util-retry': 3.0.6 '@smithy/util-utf8': 3.0.0 - '@smithy/util-waiter': 3.1.2 - tslib: 2.6.3 + '@smithy/util-waiter': 3.1.5 + tslib: 2.7.0 uuid: 9.0.1 transitivePeerDependencies: - aws-crt @@ -13160,95 +13109,95 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/client-secrets-manager@3.635.0': + '@aws-sdk/client-secrets-manager@3.658.1': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/client-sso-oidc': 3.635.0(@aws-sdk/client-sts@3.635.0) - '@aws-sdk/client-sts': 3.635.0 - '@aws-sdk/core': 3.635.0 - '@aws-sdk/credential-provider-node': 3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0))(@aws-sdk/client-sts@3.635.0) - '@aws-sdk/middleware-host-header': 3.620.0 - '@aws-sdk/middleware-logger': 3.609.0 - '@aws-sdk/middleware-recursion-detection': 3.620.0 - '@aws-sdk/middleware-user-agent': 3.632.0 - '@aws-sdk/region-config-resolver': 3.614.0 - '@aws-sdk/types': 3.609.0 - '@aws-sdk/util-endpoints': 3.632.0 - '@aws-sdk/util-user-agent-browser': 3.609.0 - '@aws-sdk/util-user-agent-node': 3.614.0 - '@smithy/config-resolver': 3.0.5 - '@smithy/core': 2.4.0 - '@smithy/fetch-http-handler': 3.2.4 - '@smithy/hash-node': 3.0.3 - '@smithy/invalid-dependency': 3.0.3 - '@smithy/middleware-content-length': 3.0.5 - '@smithy/middleware-endpoint': 3.1.0 - '@smithy/middleware-retry': 3.0.15 - '@smithy/middleware-serde': 3.0.3 - '@smithy/middleware-stack': 3.0.3 - '@smithy/node-config-provider': 3.1.4 - '@smithy/node-http-handler': 3.1.4 - '@smithy/protocol-http': 4.1.0 - '@smithy/smithy-client': 3.2.0 - '@smithy/types': 3.3.0 - '@smithy/url-parser': 3.0.3 + '@aws-sdk/client-sso-oidc': 3.658.1(@aws-sdk/client-sts@3.658.1) + '@aws-sdk/client-sts': 3.658.1 + '@aws-sdk/core': 3.658.1 + '@aws-sdk/credential-provider-node': 3.658.1(@aws-sdk/client-sso-oidc@3.658.1(@aws-sdk/client-sts@3.658.1))(@aws-sdk/client-sts@3.658.1) + '@aws-sdk/middleware-host-header': 3.654.0 + '@aws-sdk/middleware-logger': 3.654.0 + '@aws-sdk/middleware-recursion-detection': 3.654.0 + '@aws-sdk/middleware-user-agent': 3.654.0 + '@aws-sdk/region-config-resolver': 3.654.0 + '@aws-sdk/types': 3.654.0 + '@aws-sdk/util-endpoints': 3.654.0 + '@aws-sdk/util-user-agent-browser': 3.654.0 + '@aws-sdk/util-user-agent-node': 3.654.0 + '@smithy/config-resolver': 3.0.8 + '@smithy/core': 2.4.6 + '@smithy/fetch-http-handler': 3.2.8 + '@smithy/hash-node': 3.0.6 + '@smithy/invalid-dependency': 3.0.6 + '@smithy/middleware-content-length': 3.0.8 + '@smithy/middleware-endpoint': 3.1.3 + '@smithy/middleware-retry': 3.0.21 + '@smithy/middleware-serde': 3.0.6 + '@smithy/middleware-stack': 3.0.6 + '@smithy/node-config-provider': 3.1.7 + '@smithy/node-http-handler': 3.2.3 + '@smithy/protocol-http': 4.1.3 + '@smithy/smithy-client': 3.3.5 + '@smithy/types': 3.4.2 + '@smithy/url-parser': 3.0.6 '@smithy/util-base64': 3.0.0 '@smithy/util-body-length-browser': 3.0.0 '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.15 - '@smithy/util-defaults-mode-node': 3.0.15 - '@smithy/util-endpoints': 2.0.5 - '@smithy/util-middleware': 3.0.3 - '@smithy/util-retry': 3.0.3 + '@smithy/util-defaults-mode-browser': 3.0.21 + '@smithy/util-defaults-mode-node': 3.0.21 + '@smithy/util-endpoints': 2.1.2 + '@smithy/util-middleware': 3.0.6 + '@smithy/util-retry': 3.0.6 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 uuid: 9.0.1 transitivePeerDependencies: - aws-crt - '@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0)': + '@aws-sdk/client-sso-oidc@3.658.1(@aws-sdk/client-sts@3.658.1)': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/client-sts': 3.635.0 - '@aws-sdk/core': 3.635.0 - '@aws-sdk/credential-provider-node': 3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0))(@aws-sdk/client-sts@3.635.0) - '@aws-sdk/middleware-host-header': 3.620.0 - '@aws-sdk/middleware-logger': 3.609.0 - '@aws-sdk/middleware-recursion-detection': 3.620.0 - '@aws-sdk/middleware-user-agent': 3.632.0 - '@aws-sdk/region-config-resolver': 3.614.0 - '@aws-sdk/types': 3.609.0 - '@aws-sdk/util-endpoints': 3.632.0 - '@aws-sdk/util-user-agent-browser': 3.609.0 - '@aws-sdk/util-user-agent-node': 3.614.0 - '@smithy/config-resolver': 3.0.5 - '@smithy/core': 2.4.0 - '@smithy/fetch-http-handler': 3.2.4 - '@smithy/hash-node': 3.0.3 - '@smithy/invalid-dependency': 3.0.3 - '@smithy/middleware-content-length': 3.0.5 - '@smithy/middleware-endpoint': 3.1.0 - '@smithy/middleware-retry': 3.0.15 - '@smithy/middleware-serde': 3.0.3 - '@smithy/middleware-stack': 3.0.3 - '@smithy/node-config-provider': 3.1.4 - '@smithy/node-http-handler': 3.1.4 - '@smithy/protocol-http': 4.1.0 - '@smithy/smithy-client': 3.2.0 - '@smithy/types': 3.3.0 - '@smithy/url-parser': 3.0.3 + '@aws-sdk/client-sts': 3.658.1 + '@aws-sdk/core': 3.658.1 + '@aws-sdk/credential-provider-node': 3.658.1(@aws-sdk/client-sso-oidc@3.658.1(@aws-sdk/client-sts@3.658.1))(@aws-sdk/client-sts@3.658.1) + '@aws-sdk/middleware-host-header': 3.654.0 + '@aws-sdk/middleware-logger': 3.654.0 + '@aws-sdk/middleware-recursion-detection': 3.654.0 + '@aws-sdk/middleware-user-agent': 3.654.0 + '@aws-sdk/region-config-resolver': 3.654.0 + '@aws-sdk/types': 3.654.0 + '@aws-sdk/util-endpoints': 3.654.0 + '@aws-sdk/util-user-agent-browser': 3.654.0 + '@aws-sdk/util-user-agent-node': 3.654.0 + '@smithy/config-resolver': 3.0.8 + '@smithy/core': 2.4.6 + '@smithy/fetch-http-handler': 3.2.8 + '@smithy/hash-node': 3.0.6 + '@smithy/invalid-dependency': 3.0.6 + '@smithy/middleware-content-length': 3.0.8 + '@smithy/middleware-endpoint': 3.1.3 + '@smithy/middleware-retry': 3.0.21 + '@smithy/middleware-serde': 3.0.6 + '@smithy/middleware-stack': 3.0.6 + '@smithy/node-config-provider': 3.1.7 + '@smithy/node-http-handler': 3.2.3 + '@smithy/protocol-http': 4.1.3 + '@smithy/smithy-client': 3.3.5 + '@smithy/types': 3.4.2 + '@smithy/url-parser': 3.0.6 '@smithy/util-base64': 3.0.0 '@smithy/util-body-length-browser': 3.0.0 '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.15 - '@smithy/util-defaults-mode-node': 3.0.15 - '@smithy/util-endpoints': 2.0.5 - '@smithy/util-middleware': 3.0.3 - '@smithy/util-retry': 3.0.3 + '@smithy/util-defaults-mode-browser': 3.0.21 + '@smithy/util-defaults-mode-node': 3.0.21 + '@smithy/util-endpoints': 2.1.2 + '@smithy/util-middleware': 3.0.6 + '@smithy/util-retry': 3.0.6 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - aws-crt @@ -13291,46 +13240,46 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/client-sso@3.635.0': + '@aws-sdk/client-sso@3.658.1': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/core': 3.635.0 - '@aws-sdk/middleware-host-header': 3.620.0 - '@aws-sdk/middleware-logger': 3.609.0 - '@aws-sdk/middleware-recursion-detection': 3.620.0 - '@aws-sdk/middleware-user-agent': 3.632.0 - '@aws-sdk/region-config-resolver': 3.614.0 - '@aws-sdk/types': 3.609.0 - '@aws-sdk/util-endpoints': 3.632.0 - '@aws-sdk/util-user-agent-browser': 3.609.0 - '@aws-sdk/util-user-agent-node': 3.614.0 - '@smithy/config-resolver': 3.0.5 - '@smithy/core': 2.4.0 - '@smithy/fetch-http-handler': 3.2.4 - '@smithy/hash-node': 3.0.3 - '@smithy/invalid-dependency': 3.0.3 - '@smithy/middleware-content-length': 3.0.5 - '@smithy/middleware-endpoint': 3.1.0 - '@smithy/middleware-retry': 3.0.15 - '@smithy/middleware-serde': 3.0.3 - '@smithy/middleware-stack': 3.0.3 - '@smithy/node-config-provider': 3.1.4 - '@smithy/node-http-handler': 3.1.4 - '@smithy/protocol-http': 4.1.0 - '@smithy/smithy-client': 3.2.0 - '@smithy/types': 3.3.0 - '@smithy/url-parser': 3.0.3 + '@aws-sdk/core': 3.658.1 + '@aws-sdk/middleware-host-header': 3.654.0 + '@aws-sdk/middleware-logger': 3.654.0 + '@aws-sdk/middleware-recursion-detection': 3.654.0 + '@aws-sdk/middleware-user-agent': 3.654.0 + '@aws-sdk/region-config-resolver': 3.654.0 + '@aws-sdk/types': 3.654.0 + '@aws-sdk/util-endpoints': 3.654.0 + '@aws-sdk/util-user-agent-browser': 3.654.0 + '@aws-sdk/util-user-agent-node': 3.654.0 + '@smithy/config-resolver': 3.0.8 + '@smithy/core': 2.4.6 + '@smithy/fetch-http-handler': 3.2.8 + '@smithy/hash-node': 3.0.6 + '@smithy/invalid-dependency': 3.0.6 + '@smithy/middleware-content-length': 3.0.8 + '@smithy/middleware-endpoint': 3.1.3 + '@smithy/middleware-retry': 3.0.21 + '@smithy/middleware-serde': 3.0.6 + '@smithy/middleware-stack': 3.0.6 + '@smithy/node-config-provider': 3.1.7 + '@smithy/node-http-handler': 3.2.3 + '@smithy/protocol-http': 4.1.3 + '@smithy/smithy-client': 3.3.5 + '@smithy/types': 3.4.2 + '@smithy/url-parser': 3.0.6 '@smithy/util-base64': 3.0.0 '@smithy/util-body-length-browser': 3.0.0 '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.15 - '@smithy/util-defaults-mode-node': 3.0.15 - '@smithy/util-endpoints': 2.0.5 - '@smithy/util-middleware': 3.0.3 - '@smithy/util-retry': 3.0.3 + '@smithy/util-defaults-mode-browser': 3.0.21 + '@smithy/util-defaults-mode-node': 3.0.21 + '@smithy/util-endpoints': 2.1.2 + '@smithy/util-middleware': 3.0.6 + '@smithy/util-retry': 3.0.6 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - aws-crt @@ -13377,63 +13326,63 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/client-sts@3.635.0': + '@aws-sdk/client-sts@3.658.1': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/client-sso-oidc': 3.635.0(@aws-sdk/client-sts@3.635.0) - '@aws-sdk/core': 3.635.0 - '@aws-sdk/credential-provider-node': 3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0))(@aws-sdk/client-sts@3.635.0) - '@aws-sdk/middleware-host-header': 3.620.0 - '@aws-sdk/middleware-logger': 3.609.0 - '@aws-sdk/middleware-recursion-detection': 3.620.0 - '@aws-sdk/middleware-user-agent': 3.632.0 - '@aws-sdk/region-config-resolver': 3.614.0 - '@aws-sdk/types': 3.609.0 - '@aws-sdk/util-endpoints': 3.632.0 - '@aws-sdk/util-user-agent-browser': 3.609.0 - '@aws-sdk/util-user-agent-node': 3.614.0 - '@smithy/config-resolver': 3.0.5 - '@smithy/core': 2.4.0 - '@smithy/fetch-http-handler': 3.2.4 - '@smithy/hash-node': 3.0.3 - '@smithy/invalid-dependency': 3.0.3 - '@smithy/middleware-content-length': 3.0.5 - '@smithy/middleware-endpoint': 3.1.0 - '@smithy/middleware-retry': 3.0.15 - '@smithy/middleware-serde': 3.0.3 - '@smithy/middleware-stack': 3.0.3 - '@smithy/node-config-provider': 3.1.4 - '@smithy/node-http-handler': 3.1.4 - '@smithy/protocol-http': 4.1.0 - '@smithy/smithy-client': 3.2.0 - '@smithy/types': 3.3.0 - '@smithy/url-parser': 3.0.3 + '@aws-sdk/client-sso-oidc': 3.658.1(@aws-sdk/client-sts@3.658.1) + '@aws-sdk/core': 3.658.1 + '@aws-sdk/credential-provider-node': 3.658.1(@aws-sdk/client-sso-oidc@3.658.1(@aws-sdk/client-sts@3.658.1))(@aws-sdk/client-sts@3.658.1) + '@aws-sdk/middleware-host-header': 3.654.0 + '@aws-sdk/middleware-logger': 3.654.0 + '@aws-sdk/middleware-recursion-detection': 3.654.0 + '@aws-sdk/middleware-user-agent': 3.654.0 + '@aws-sdk/region-config-resolver': 3.654.0 + '@aws-sdk/types': 3.654.0 + '@aws-sdk/util-endpoints': 3.654.0 + '@aws-sdk/util-user-agent-browser': 3.654.0 + '@aws-sdk/util-user-agent-node': 3.654.0 + '@smithy/config-resolver': 3.0.8 + '@smithy/core': 2.4.6 + '@smithy/fetch-http-handler': 3.2.8 + '@smithy/hash-node': 3.0.6 + '@smithy/invalid-dependency': 3.0.6 + '@smithy/middleware-content-length': 3.0.8 + '@smithy/middleware-endpoint': 3.1.3 + '@smithy/middleware-retry': 3.0.21 + '@smithy/middleware-serde': 3.0.6 + '@smithy/middleware-stack': 3.0.6 + '@smithy/node-config-provider': 3.1.7 + '@smithy/node-http-handler': 3.2.3 + '@smithy/protocol-http': 4.1.3 + '@smithy/smithy-client': 3.3.5 + '@smithy/types': 3.4.2 + '@smithy/url-parser': 3.0.6 '@smithy/util-base64': 3.0.0 '@smithy/util-body-length-browser': 3.0.0 '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.15 - '@smithy/util-defaults-mode-node': 3.0.15 - '@smithy/util-endpoints': 2.0.5 - '@smithy/util-middleware': 3.0.3 - '@smithy/util-retry': 3.0.3 + '@smithy/util-defaults-mode-browser': 3.0.21 + '@smithy/util-defaults-mode-node': 3.0.21 + '@smithy/util-endpoints': 2.1.2 + '@smithy/util-middleware': 3.0.6 + '@smithy/util-retry': 3.0.6 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - aws-crt - '@aws-sdk/core@3.635.0': + '@aws-sdk/core@3.658.1': dependencies: - '@smithy/core': 2.4.0 - '@smithy/node-config-provider': 3.1.4 - '@smithy/property-provider': 3.1.3 - '@smithy/protocol-http': 4.1.0 - '@smithy/signature-v4': 4.1.0 - '@smithy/smithy-client': 3.2.0 - '@smithy/types': 3.3.0 - '@smithy/util-middleware': 3.0.3 + '@smithy/core': 2.4.6 + '@smithy/node-config-provider': 3.1.7 + '@smithy/property-provider': 3.1.6 + '@smithy/protocol-http': 4.1.3 + '@smithy/signature-v4': 4.1.4 + '@smithy/smithy-client': 3.3.5 + '@smithy/types': 3.4.2 + '@smithy/util-middleware': 3.0.6 fast-xml-parser: 4.4.1 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/credential-provider-env@3.418.0': dependencies: @@ -13442,24 +13391,24 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@aws-sdk/credential-provider-env@3.620.1': + '@aws-sdk/credential-provider-env@3.654.0': dependencies: - '@aws-sdk/types': 3.609.0 - '@smithy/property-provider': 3.1.3 - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@aws-sdk/types': 3.654.0 + '@smithy/property-provider': 3.1.6 + '@smithy/types': 3.4.2 + tslib: 2.7.0 - '@aws-sdk/credential-provider-http@3.635.0': + '@aws-sdk/credential-provider-http@3.658.1': dependencies: - '@aws-sdk/types': 3.609.0 - '@smithy/fetch-http-handler': 3.2.4 - '@smithy/node-http-handler': 3.1.4 - '@smithy/property-provider': 3.1.3 - '@smithy/protocol-http': 4.1.0 - '@smithy/smithy-client': 3.2.0 - '@smithy/types': 3.3.0 - '@smithy/util-stream': 3.1.3 - tslib: 2.6.3 + '@aws-sdk/types': 3.654.0 + '@smithy/fetch-http-handler': 3.2.8 + '@smithy/node-http-handler': 3.2.3 + '@smithy/property-provider': 3.1.6 + '@smithy/protocol-http': 4.1.3 + '@smithy/smithy-client': 3.3.5 + '@smithy/types': 3.4.2 + '@smithy/util-stream': 3.1.8 + tslib: 2.7.0 '@aws-sdk/credential-provider-ini@3.418.0': dependencies: @@ -13476,20 +13425,20 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/credential-provider-ini@3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0))(@aws-sdk/client-sts@3.635.0)': - dependencies: - '@aws-sdk/client-sts': 3.635.0 - '@aws-sdk/credential-provider-env': 3.620.1 - '@aws-sdk/credential-provider-http': 3.635.0 - '@aws-sdk/credential-provider-process': 3.620.1 - '@aws-sdk/credential-provider-sso': 3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0)) - '@aws-sdk/credential-provider-web-identity': 3.621.0(@aws-sdk/client-sts@3.635.0) - '@aws-sdk/types': 3.609.0 - '@smithy/credential-provider-imds': 3.2.0 - '@smithy/property-provider': 3.1.3 - '@smithy/shared-ini-file-loader': 3.1.4 - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@aws-sdk/credential-provider-ini@3.658.1(@aws-sdk/client-sso-oidc@3.658.1(@aws-sdk/client-sts@3.658.1))(@aws-sdk/client-sts@3.658.1)': + dependencies: + '@aws-sdk/client-sts': 3.658.1 + '@aws-sdk/credential-provider-env': 3.654.0 + '@aws-sdk/credential-provider-http': 3.658.1 + '@aws-sdk/credential-provider-process': 3.654.0 + '@aws-sdk/credential-provider-sso': 3.658.1(@aws-sdk/client-sso-oidc@3.658.1(@aws-sdk/client-sts@3.658.1)) + '@aws-sdk/credential-provider-web-identity': 3.654.0(@aws-sdk/client-sts@3.658.1) + '@aws-sdk/types': 3.654.0 + '@smithy/credential-provider-imds': 3.2.3 + '@smithy/property-provider': 3.1.6 + '@smithy/shared-ini-file-loader': 3.1.7 + '@smithy/types': 3.4.2 + tslib: 2.7.0 transitivePeerDependencies: - '@aws-sdk/client-sso-oidc' - aws-crt @@ -13510,20 +13459,20 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/credential-provider-node@3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0))(@aws-sdk/client-sts@3.635.0)': - dependencies: - '@aws-sdk/credential-provider-env': 3.620.1 - '@aws-sdk/credential-provider-http': 3.635.0 - '@aws-sdk/credential-provider-ini': 3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0))(@aws-sdk/client-sts@3.635.0) - '@aws-sdk/credential-provider-process': 3.620.1 - '@aws-sdk/credential-provider-sso': 3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0)) - '@aws-sdk/credential-provider-web-identity': 3.621.0(@aws-sdk/client-sts@3.635.0) - '@aws-sdk/types': 3.609.0 - '@smithy/credential-provider-imds': 3.2.0 - '@smithy/property-provider': 3.1.3 - '@smithy/shared-ini-file-loader': 3.1.4 - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@aws-sdk/credential-provider-node@3.658.1(@aws-sdk/client-sso-oidc@3.658.1(@aws-sdk/client-sts@3.658.1))(@aws-sdk/client-sts@3.658.1)': + dependencies: + '@aws-sdk/credential-provider-env': 3.654.0 + '@aws-sdk/credential-provider-http': 3.658.1 + '@aws-sdk/credential-provider-ini': 3.658.1(@aws-sdk/client-sso-oidc@3.658.1(@aws-sdk/client-sts@3.658.1))(@aws-sdk/client-sts@3.658.1) + '@aws-sdk/credential-provider-process': 3.654.0 + '@aws-sdk/credential-provider-sso': 3.658.1(@aws-sdk/client-sso-oidc@3.658.1(@aws-sdk/client-sts@3.658.1)) + '@aws-sdk/credential-provider-web-identity': 3.654.0(@aws-sdk/client-sts@3.658.1) + '@aws-sdk/types': 3.654.0 + '@smithy/credential-provider-imds': 3.2.3 + '@smithy/property-provider': 3.1.6 + '@smithy/shared-ini-file-loader': 3.1.7 + '@smithy/types': 3.4.2 + tslib: 2.7.0 transitivePeerDependencies: - '@aws-sdk/client-sso-oidc' - '@aws-sdk/client-sts' @@ -13537,13 +13486,13 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@aws-sdk/credential-provider-process@3.620.1': + '@aws-sdk/credential-provider-process@3.654.0': dependencies: - '@aws-sdk/types': 3.609.0 - '@smithy/property-provider': 3.1.3 - '@smithy/shared-ini-file-loader': 3.1.4 - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@aws-sdk/types': 3.654.0 + '@smithy/property-provider': 3.1.6 + '@smithy/shared-ini-file-loader': 3.1.7 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@aws-sdk/credential-provider-sso@3.418.0': dependencies: @@ -13557,15 +13506,15 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/credential-provider-sso@3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0))': + '@aws-sdk/credential-provider-sso@3.658.1(@aws-sdk/client-sso-oidc@3.658.1(@aws-sdk/client-sts@3.658.1))': dependencies: - '@aws-sdk/client-sso': 3.635.0 - '@aws-sdk/token-providers': 3.614.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0)) - '@aws-sdk/types': 3.609.0 - '@smithy/property-provider': 3.1.3 - '@smithy/shared-ini-file-loader': 3.1.4 - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@aws-sdk/client-sso': 3.658.1 + '@aws-sdk/token-providers': 3.654.0(@aws-sdk/client-sso-oidc@3.658.1(@aws-sdk/client-sts@3.658.1)) + '@aws-sdk/types': 3.654.0 + '@smithy/property-provider': 3.1.6 + '@smithy/shared-ini-file-loader': 3.1.7 + '@smithy/types': 3.4.2 + tslib: 2.7.0 transitivePeerDependencies: - '@aws-sdk/client-sso-oidc' - aws-crt @@ -13577,13 +13526,13 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@aws-sdk/credential-provider-web-identity@3.621.0(@aws-sdk/client-sts@3.635.0)': + '@aws-sdk/credential-provider-web-identity@3.654.0(@aws-sdk/client-sts@3.658.1)': dependencies: - '@aws-sdk/client-sts': 3.635.0 - '@aws-sdk/types': 3.609.0 - '@smithy/property-provider': 3.1.3 - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@aws-sdk/client-sts': 3.658.1 + '@aws-sdk/types': 3.654.0 + '@smithy/property-provider': 3.1.6 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@aws-sdk/middleware-host-header@3.418.0': dependencies: @@ -13592,12 +13541,12 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@aws-sdk/middleware-host-header@3.620.0': + '@aws-sdk/middleware-host-header@3.654.0': dependencies: - '@aws-sdk/types': 3.609.0 - '@smithy/protocol-http': 4.1.0 - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@aws-sdk/types': 3.654.0 + '@smithy/protocol-http': 4.1.3 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@aws-sdk/middleware-logger@3.418.0': dependencies: @@ -13605,11 +13554,11 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@aws-sdk/middleware-logger@3.609.0': + '@aws-sdk/middleware-logger@3.654.0': dependencies: - '@aws-sdk/types': 3.609.0 - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@aws-sdk/types': 3.654.0 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@aws-sdk/middleware-recursion-detection@3.418.0': dependencies: @@ -13618,12 +13567,12 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@aws-sdk/middleware-recursion-detection@3.620.0': + '@aws-sdk/middleware-recursion-detection@3.654.0': dependencies: - '@aws-sdk/types': 3.609.0 - '@smithy/protocol-http': 4.1.0 - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@aws-sdk/types': 3.654.0 + '@smithy/protocol-http': 4.1.3 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@aws-sdk/middleware-sdk-sts@3.418.0': dependencies: @@ -13650,13 +13599,13 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@aws-sdk/middleware-user-agent@3.632.0': + '@aws-sdk/middleware-user-agent@3.654.0': dependencies: - '@aws-sdk/types': 3.609.0 - '@aws-sdk/util-endpoints': 3.632.0 - '@smithy/protocol-http': 4.1.0 - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@aws-sdk/types': 3.654.0 + '@aws-sdk/util-endpoints': 3.654.0 + '@smithy/protocol-http': 4.1.3 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@aws-sdk/region-config-resolver@3.418.0': dependencies: @@ -13666,14 +13615,14 @@ snapshots: '@smithy/util-middleware': 2.0.2 tslib: 2.6.2 - '@aws-sdk/region-config-resolver@3.614.0': + '@aws-sdk/region-config-resolver@3.654.0': dependencies: - '@aws-sdk/types': 3.609.0 - '@smithy/node-config-provider': 3.1.4 - '@smithy/types': 3.3.0 + '@aws-sdk/types': 3.654.0 + '@smithy/node-config-provider': 3.1.7 + '@smithy/types': 3.4.2 '@smithy/util-config-provider': 3.0.0 - '@smithy/util-middleware': 3.0.3 - tslib: 2.6.3 + '@smithy/util-middleware': 3.0.6 + tslib: 2.7.0 '@aws-sdk/token-providers@3.418.0': dependencies: @@ -13715,14 +13664,14 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/token-providers@3.614.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0))': + '@aws-sdk/token-providers@3.654.0(@aws-sdk/client-sso-oidc@3.658.1(@aws-sdk/client-sts@3.658.1))': dependencies: - '@aws-sdk/client-sso-oidc': 3.635.0(@aws-sdk/client-sts@3.635.0) - '@aws-sdk/types': 3.609.0 - '@smithy/property-provider': 3.1.3 - '@smithy/shared-ini-file-loader': 3.1.4 - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@aws-sdk/client-sso-oidc': 3.658.1(@aws-sdk/client-sts@3.658.1) + '@aws-sdk/types': 3.654.0 + '@smithy/property-provider': 3.1.6 + '@smithy/shared-ini-file-loader': 3.1.7 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@aws-sdk/types@3.418.0': dependencies: @@ -13734,22 +13683,22 @@ snapshots: '@smithy/types': 3.2.0 tslib: 2.6.2 - '@aws-sdk/types@3.609.0': + '@aws-sdk/types@3.654.0': dependencies: - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@aws-sdk/util-endpoints@3.418.0': dependencies: '@aws-sdk/types': 3.418.0 tslib: 2.6.2 - '@aws-sdk/util-endpoints@3.632.0': + '@aws-sdk/util-endpoints@3.654.0': dependencies: - '@aws-sdk/types': 3.609.0 - '@smithy/types': 3.3.0 - '@smithy/util-endpoints': 2.0.5 - tslib: 2.6.3 + '@aws-sdk/types': 3.654.0 + '@smithy/types': 3.4.2 + '@smithy/util-endpoints': 2.1.2 + tslib: 2.7.0 '@aws-sdk/util-locate-window@3.310.0': dependencies: @@ -13757,7 +13706,7 @@ snapshots: '@aws-sdk/util-locate-window@3.568.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/util-user-agent-browser@3.418.0': dependencies: @@ -13766,12 +13715,12 @@ snapshots: bowser: 2.11.0 tslib: 2.6.2 - '@aws-sdk/util-user-agent-browser@3.609.0': + '@aws-sdk/util-user-agent-browser@3.654.0': dependencies: - '@aws-sdk/types': 3.609.0 - '@smithy/types': 3.3.0 + '@aws-sdk/types': 3.654.0 + '@smithy/types': 3.4.2 bowser: 2.11.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/util-user-agent-node@3.418.0': dependencies: @@ -13780,32 +13729,32 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@aws-sdk/util-user-agent-node@3.614.0': + '@aws-sdk/util-user-agent-node@3.654.0': dependencies: - '@aws-sdk/types': 3.609.0 - '@smithy/node-config-provider': 3.1.4 - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@aws-sdk/types': 3.654.0 + '@smithy/node-config-provider': 3.1.7 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@aws-sdk/util-utf8-browser@3.259.0': dependencies: tslib: 2.6.2 - '@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31)': + '@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70))': dependencies: - '@aws-cdk/aws-cognito-identitypool-alpha': 2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) + '@aws-cdk/aws-cognito-identitypool-alpha': 2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) aws-cdk-lib: 2.97.0(constructs@10.2.70) cdk-nag: 2.27.141(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) constructs: 10.2.70 - projen: 0.73.31 + projen: 0.83.1(constructs@10.2.70) - '@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.28.186(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.73.31)': + '@aws/pdk@0.22.6(@aws-cdk/aws-cognito-identitypool-alpha@2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(aws-cdk-lib@2.97.0(constructs@10.2.70))(cdk-nag@2.28.195(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70))(constructs@10.2.70)(projen@0.83.1(constructs@10.2.70))': dependencies: - '@aws-cdk/aws-cognito-identitypool-alpha': 2.154.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) + '@aws-cdk/aws-cognito-identitypool-alpha': 2.160.0-alpha.0(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) aws-cdk-lib: 2.97.0(constructs@10.2.70) - cdk-nag: 2.28.186(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) + cdk-nag: 2.28.195(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70) constructs: 10.2.70 - projen: 0.73.31 + projen: 0.83.1(constructs@10.2.70) '@babel/code-frame@7.22.13': dependencies: @@ -14136,6 +14085,10 @@ snapshots: dependencies: '@babel/types': 7.25.2 + '@babel/parser@7.25.6': + dependencies: + '@babel/types': 7.25.6 + '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -14239,6 +14192,12 @@ snapshots: '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 + '@babel/types@7.25.6': + dependencies: + '@babel/helper-string-parser': 7.24.8 + '@babel/helper-validator-identifier': 7.24.7 + to-fast-properties: 2.0.0 + '@cdklabs/cdk-validator-cfnguard@0.0.54(aws-cdk-lib@2.97.0(constructs@10.2.70))': dependencies: aws-cdk-lib: 2.97.0(constructs@10.2.70) @@ -14699,10 +14658,10 @@ snapshots: - encoding - supports-color - '@mrgrain/jsii-struct-builder@0.7.34(projen@0.73.31)': + '@mrgrain/jsii-struct-builder@0.7.34(projen@0.83.1(constructs@10.2.70))': dependencies: '@jsii/spec': 1.102.0 - projen: 0.73.31 + projen: 0.83.1(constructs@10.2.70) '@nodelib/fs.scandir@2.1.5': dependencies: @@ -14744,11 +14703,11 @@ snapshots: dependencies: which: 3.0.1 - '@npmcli/run-script@6.0.2(supports-color@9.4.0)': + '@npmcli/run-script@6.0.2': dependencies: '@npmcli/node-gyp': 3.0.0 '@npmcli/promise-spawn': 6.0.2 - node-gyp: 9.4.0(supports-color@9.4.0) + node-gyp: 9.4.0 read-package-json-fast: 3.0.2 which: 3.0.1 transitivePeerDependencies: @@ -15073,18 +15032,18 @@ snapshots: '@sigstore/protobuf-specs@0.2.1': {} - '@sigstore/sign@1.0.0(supports-color@9.4.0)': + '@sigstore/sign@1.0.0': dependencies: '@sigstore/bundle': 1.1.0 '@sigstore/protobuf-specs': 0.2.1 - make-fetch-happen: 11.1.1(supports-color@9.4.0) + make-fetch-happen: 11.1.1 transitivePeerDependencies: - supports-color - '@sigstore/tuf@1.0.3(supports-color@9.4.0)': + '@sigstore/tuf@1.0.3': dependencies: '@sigstore/protobuf-specs': 0.2.1 - tuf-js: 1.1.7(supports-color@9.4.0) + tuf-js: 1.1.7 transitivePeerDependencies: - supports-color @@ -15099,10 +15058,10 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/abort-controller@3.1.1': + '@smithy/abort-controller@3.1.4': dependencies: - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@smithy/config-resolver@2.0.10': dependencies: @@ -15112,26 +15071,26 @@ snapshots: '@smithy/util-middleware': 2.0.2 tslib: 2.6.2 - '@smithy/config-resolver@3.0.5': + '@smithy/config-resolver@3.0.8': dependencies: - '@smithy/node-config-provider': 3.1.4 - '@smithy/types': 3.3.0 + '@smithy/node-config-provider': 3.1.7 + '@smithy/types': 3.4.2 '@smithy/util-config-provider': 3.0.0 - '@smithy/util-middleware': 3.0.3 - tslib: 2.6.3 + '@smithy/util-middleware': 3.0.6 + tslib: 2.7.0 - '@smithy/core@2.4.0': + '@smithy/core@2.4.6': dependencies: - '@smithy/middleware-endpoint': 3.1.0 - '@smithy/middleware-retry': 3.0.15 - '@smithy/middleware-serde': 3.0.3 - '@smithy/protocol-http': 4.1.0 - '@smithy/smithy-client': 3.2.0 - '@smithy/types': 3.3.0 + '@smithy/middleware-endpoint': 3.1.3 + '@smithy/middleware-retry': 3.0.21 + '@smithy/middleware-serde': 3.0.6 + '@smithy/protocol-http': 4.1.3 + '@smithy/smithy-client': 3.3.5 + '@smithy/types': 3.4.2 '@smithy/util-body-length-browser': 3.0.0 - '@smithy/util-middleware': 3.0.3 + '@smithy/util-middleware': 3.0.6 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/credential-provider-imds@2.0.12': dependencies: @@ -15141,13 +15100,13 @@ snapshots: '@smithy/url-parser': 2.0.9 tslib: 2.6.2 - '@smithy/credential-provider-imds@3.2.0': + '@smithy/credential-provider-imds@3.2.3': dependencies: - '@smithy/node-config-provider': 3.1.4 - '@smithy/property-provider': 3.1.3 - '@smithy/types': 3.3.0 - '@smithy/url-parser': 3.0.3 - tslib: 2.6.3 + '@smithy/node-config-provider': 3.1.7 + '@smithy/property-provider': 3.1.6 + '@smithy/types': 3.4.2 + '@smithy/url-parser': 3.0.6 + tslib: 2.7.0 '@smithy/eventstream-codec@2.0.9': dependencies: @@ -15164,13 +15123,13 @@ snapshots: '@smithy/util-base64': 2.0.0 tslib: 2.6.2 - '@smithy/fetch-http-handler@3.2.4': + '@smithy/fetch-http-handler@3.2.8': dependencies: - '@smithy/protocol-http': 4.1.0 - '@smithy/querystring-builder': 3.0.3 - '@smithy/types': 3.3.0 + '@smithy/protocol-http': 4.1.3 + '@smithy/querystring-builder': 3.0.6 + '@smithy/types': 3.4.2 '@smithy/util-base64': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/hash-node@2.0.9': dependencies: @@ -15179,22 +15138,22 @@ snapshots: '@smithy/util-utf8': 2.0.0 tslib: 2.6.2 - '@smithy/hash-node@3.0.3': + '@smithy/hash-node@3.0.6': dependencies: - '@smithy/types': 3.3.0 + '@smithy/types': 3.4.2 '@smithy/util-buffer-from': 3.0.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/invalid-dependency@2.0.9': dependencies: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/invalid-dependency@3.0.3': + '@smithy/invalid-dependency@3.0.6': dependencies: - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@smithy/is-array-buffer@2.0.0': dependencies: @@ -15202,11 +15161,11 @@ snapshots: '@smithy/is-array-buffer@2.2.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/is-array-buffer@3.0.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/middleware-content-length@2.0.11': dependencies: @@ -15214,11 +15173,11 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/middleware-content-length@3.0.5': + '@smithy/middleware-content-length@3.0.8': dependencies: - '@smithy/protocol-http': 4.1.0 - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@smithy/protocol-http': 4.1.3 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@smithy/middleware-endpoint@2.0.9': dependencies: @@ -15228,15 +15187,15 @@ snapshots: '@smithy/util-middleware': 2.0.2 tslib: 2.6.2 - '@smithy/middleware-endpoint@3.1.0': + '@smithy/middleware-endpoint@3.1.3': dependencies: - '@smithy/middleware-serde': 3.0.3 - '@smithy/node-config-provider': 3.1.4 - '@smithy/shared-ini-file-loader': 3.1.4 - '@smithy/types': 3.3.0 - '@smithy/url-parser': 3.0.3 - '@smithy/util-middleware': 3.0.3 - tslib: 2.6.3 + '@smithy/middleware-serde': 3.0.6 + '@smithy/node-config-provider': 3.1.7 + '@smithy/shared-ini-file-loader': 3.1.7 + '@smithy/types': 3.4.2 + '@smithy/url-parser': 3.0.6 + '@smithy/util-middleware': 3.0.6 + tslib: 2.7.0 '@smithy/middleware-retry@2.0.12': dependencies: @@ -15249,16 +15208,16 @@ snapshots: tslib: 2.6.2 uuid: 8.3.2 - '@smithy/middleware-retry@3.0.15': + '@smithy/middleware-retry@3.0.21': dependencies: - '@smithy/node-config-provider': 3.1.4 - '@smithy/protocol-http': 4.1.0 - '@smithy/service-error-classification': 3.0.3 - '@smithy/smithy-client': 3.2.0 - '@smithy/types': 3.3.0 - '@smithy/util-middleware': 3.0.3 - '@smithy/util-retry': 3.0.3 - tslib: 2.6.3 + '@smithy/node-config-provider': 3.1.7 + '@smithy/protocol-http': 4.1.3 + '@smithy/service-error-classification': 3.0.6 + '@smithy/smithy-client': 3.3.5 + '@smithy/types': 3.4.2 + '@smithy/util-middleware': 3.0.6 + '@smithy/util-retry': 3.0.6 + tslib: 2.7.0 uuid: 9.0.1 '@smithy/middleware-serde@2.0.9': @@ -15266,20 +15225,20 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/middleware-serde@3.0.3': + '@smithy/middleware-serde@3.0.6': dependencies: - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@smithy/middleware-stack@2.0.3': dependencies: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/middleware-stack@3.0.3': + '@smithy/middleware-stack@3.0.6': dependencies: - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@smithy/node-config-provider@2.0.12': dependencies: @@ -15288,12 +15247,12 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/node-config-provider@3.1.4': + '@smithy/node-config-provider@3.1.7': dependencies: - '@smithy/property-provider': 3.1.3 - '@smithy/shared-ini-file-loader': 3.1.4 - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@smithy/property-provider': 3.1.6 + '@smithy/shared-ini-file-loader': 3.1.7 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@smithy/node-http-handler@2.1.5': dependencies: @@ -15303,33 +15262,33 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/node-http-handler@3.1.4': + '@smithy/node-http-handler@3.2.3': dependencies: - '@smithy/abort-controller': 3.1.1 - '@smithy/protocol-http': 4.1.0 - '@smithy/querystring-builder': 3.0.3 - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@smithy/abort-controller': 3.1.4 + '@smithy/protocol-http': 4.1.3 + '@smithy/querystring-builder': 3.0.6 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@smithy/property-provider@2.0.10': dependencies: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/property-provider@3.1.3': + '@smithy/property-provider@3.1.6': dependencies: - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@smithy/protocol-http@3.0.5': dependencies: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/protocol-http@4.1.0': + '@smithy/protocol-http@4.1.3': dependencies: - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@smithy/querystring-builder@2.0.9': dependencies: @@ -15337,39 +15296,39 @@ snapshots: '@smithy/util-uri-escape': 2.0.0 tslib: 2.6.2 - '@smithy/querystring-builder@3.0.3': + '@smithy/querystring-builder@3.0.6': dependencies: - '@smithy/types': 3.3.0 + '@smithy/types': 3.4.2 '@smithy/util-uri-escape': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/querystring-parser@2.0.9': dependencies: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/querystring-parser@3.0.3': + '@smithy/querystring-parser@3.0.6': dependencies: - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@smithy/service-error-classification@2.0.2': dependencies: '@smithy/types': 2.3.3 - '@smithy/service-error-classification@3.0.3': + '@smithy/service-error-classification@3.0.6': dependencies: - '@smithy/types': 3.3.0 + '@smithy/types': 3.4.2 '@smithy/shared-ini-file-loader@2.0.11': dependencies: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/shared-ini-file-loader@3.1.4': + '@smithy/shared-ini-file-loader@3.1.7': dependencies: - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@smithy/signature-v4@2.0.9': dependencies: @@ -15382,16 +15341,16 @@ snapshots: '@smithy/util-utf8': 2.0.0 tslib: 2.6.2 - '@smithy/signature-v4@4.1.0': + '@smithy/signature-v4@4.1.4': dependencies: '@smithy/is-array-buffer': 3.0.0 - '@smithy/protocol-http': 4.1.0 - '@smithy/types': 3.3.0 + '@smithy/protocol-http': 4.1.3 + '@smithy/types': 3.4.2 '@smithy/util-hex-encoding': 3.0.0 - '@smithy/util-middleware': 3.0.3 + '@smithy/util-middleware': 3.0.6 '@smithy/util-uri-escape': 3.0.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/smithy-client@2.1.7': dependencies: @@ -15400,14 +15359,14 @@ snapshots: '@smithy/util-stream': 2.0.12 tslib: 2.6.2 - '@smithy/smithy-client@3.2.0': + '@smithy/smithy-client@3.3.5': dependencies: - '@smithy/middleware-endpoint': 3.1.0 - '@smithy/middleware-stack': 3.0.3 - '@smithy/protocol-http': 4.1.0 - '@smithy/types': 3.3.0 - '@smithy/util-stream': 3.1.3 - tslib: 2.6.3 + '@smithy/middleware-endpoint': 3.1.3 + '@smithy/middleware-stack': 3.0.6 + '@smithy/protocol-http': 4.1.3 + '@smithy/types': 3.4.2 + '@smithy/util-stream': 3.1.8 + tslib: 2.7.0 '@smithy/types@2.3.3': dependencies: @@ -15417,9 +15376,9 @@ snapshots: dependencies: tslib: 2.6.2 - '@smithy/types@3.3.0': + '@smithy/types@3.4.2': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/url-parser@2.0.9': dependencies: @@ -15427,11 +15386,11 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/url-parser@3.0.3': + '@smithy/url-parser@3.0.6': dependencies: - '@smithy/querystring-parser': 3.0.3 - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@smithy/querystring-parser': 3.0.6 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@smithy/util-base64@2.0.0': dependencies: @@ -15442,7 +15401,7 @@ snapshots: dependencies: '@smithy/util-buffer-from': 3.0.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-body-length-browser@2.0.0': dependencies: @@ -15450,7 +15409,7 @@ snapshots: '@smithy/util-body-length-browser@3.0.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-body-length-node@2.1.0': dependencies: @@ -15458,7 +15417,7 @@ snapshots: '@smithy/util-body-length-node@3.0.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-buffer-from@2.0.0': dependencies: @@ -15468,12 +15427,12 @@ snapshots: '@smithy/util-buffer-from@2.2.0': dependencies: '@smithy/is-array-buffer': 2.2.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-buffer-from@3.0.0': dependencies: '@smithy/is-array-buffer': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-config-provider@2.0.0': dependencies: @@ -15481,7 +15440,7 @@ snapshots: '@smithy/util-config-provider@3.0.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-defaults-mode-browser@2.0.11': dependencies: @@ -15491,13 +15450,13 @@ snapshots: bowser: 2.11.0 tslib: 2.6.2 - '@smithy/util-defaults-mode-browser@3.0.15': + '@smithy/util-defaults-mode-browser@3.0.21': dependencies: - '@smithy/property-provider': 3.1.3 - '@smithy/smithy-client': 3.2.0 - '@smithy/types': 3.3.0 + '@smithy/property-provider': 3.1.6 + '@smithy/smithy-client': 3.3.5 + '@smithy/types': 3.4.2 bowser: 2.11.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-defaults-mode-node@2.0.13': dependencies: @@ -15509,21 +15468,21 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/util-defaults-mode-node@3.0.15': + '@smithy/util-defaults-mode-node@3.0.21': dependencies: - '@smithy/config-resolver': 3.0.5 - '@smithy/credential-provider-imds': 3.2.0 - '@smithy/node-config-provider': 3.1.4 - '@smithy/property-provider': 3.1.3 - '@smithy/smithy-client': 3.2.0 - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@smithy/config-resolver': 3.0.8 + '@smithy/credential-provider-imds': 3.2.3 + '@smithy/node-config-provider': 3.1.7 + '@smithy/property-provider': 3.1.6 + '@smithy/smithy-client': 3.3.5 + '@smithy/types': 3.4.2 + tslib: 2.7.0 - '@smithy/util-endpoints@2.0.5': + '@smithy/util-endpoints@2.1.2': dependencies: - '@smithy/node-config-provider': 3.1.4 - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@smithy/node-config-provider': 3.1.7 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@smithy/util-hex-encoding@2.0.0': dependencies: @@ -15531,17 +15490,17 @@ snapshots: '@smithy/util-hex-encoding@3.0.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-middleware@2.0.2': dependencies: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/util-middleware@3.0.3': + '@smithy/util-middleware@3.0.6': dependencies: - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@smithy/util-retry@2.0.2': dependencies: @@ -15549,11 +15508,11 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/util-retry@3.0.3': + '@smithy/util-retry@3.0.6': dependencies: - '@smithy/service-error-classification': 3.0.3 - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@smithy/service-error-classification': 3.0.6 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@smithy/util-stream@2.0.12': dependencies: @@ -15566,16 +15525,16 @@ snapshots: '@smithy/util-utf8': 2.0.0 tslib: 2.6.2 - '@smithy/util-stream@3.1.3': + '@smithy/util-stream@3.1.8': dependencies: - '@smithy/fetch-http-handler': 3.2.4 - '@smithy/node-http-handler': 3.1.4 - '@smithy/types': 3.3.0 + '@smithy/fetch-http-handler': 3.2.8 + '@smithy/node-http-handler': 3.2.3 + '@smithy/types': 3.4.2 '@smithy/util-base64': 3.0.0 '@smithy/util-buffer-from': 3.0.0 '@smithy/util-hex-encoding': 3.0.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-uri-escape@2.0.0': dependencies: @@ -15583,7 +15542,7 @@ snapshots: '@smithy/util-uri-escape@3.0.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-utf8@2.0.0': dependencies: @@ -15593,12 +15552,12 @@ snapshots: '@smithy/util-utf8@2.3.0': dependencies: '@smithy/util-buffer-from': 2.2.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-utf8@3.0.0': dependencies: '@smithy/util-buffer-from': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-waiter@2.0.9': dependencies: @@ -15606,11 +15565,11 @@ snapshots: '@smithy/types': 2.3.3 tslib: 2.6.2 - '@smithy/util-waiter@3.1.2': + '@smithy/util-waiter@3.1.5': dependencies: - '@smithy/abort-controller': 3.1.1 - '@smithy/types': 3.3.0 - tslib: 2.6.3 + '@smithy/abort-controller': 3.1.4 + '@smithy/types': 3.4.2 + tslib: 2.7.0 '@sparticuz/chromium-min@123.0.1': dependencies: @@ -15707,8 +15666,6 @@ snapshots: '@types/js-yaml@4.0.6': {} - '@types/json-schema@7.0.15': {} - '@types/json5@0.0.29': {} '@types/jsonfile@6.1.1': @@ -15721,11 +15678,11 @@ snapshots: '@types/lodash.clonedeep@4.5.9': dependencies: - '@types/lodash': 4.17.7 + '@types/lodash': 4.17.9 '@types/lodash@4.14.196': {} - '@types/lodash@4.17.7': {} + '@types/lodash@4.17.9': {} '@types/minimatch@5.1.2': {} @@ -15749,8 +15706,6 @@ snapshots: '@types/resolve@1.20.2': {} - '@types/semver@7.5.8': {} - '@types/triple-beam@1.3.2': optional: true @@ -15765,52 +15720,48 @@ snapshots: '@types/node': 18.16.19 optional: true - '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2)': + '@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2)': dependencies: '@eslint-community/regexpp': 4.11.1 - '@typescript-eslint/parser': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) - '@typescript-eslint/scope-manager': 6.21.0 - '@typescript-eslint/type-utils': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) - '@typescript-eslint/utils': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.21.0 - debug: 4.3.6(supports-color@9.4.0) + '@typescript-eslint/parser': 7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) + '@typescript-eslint/scope-manager': 7.18.0 + '@typescript-eslint/type-utils': 7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) + '@typescript-eslint/utils': 7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 7.18.0 eslint: 8.47.0(supports-color@9.4.0) graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 - semver: 7.6.3 ts-api-utils: 1.3.0(typescript@5.2.2) optionalDependencies: typescript: 5.2.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2)': + '@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint@8.47.0)(typescript@5.2.2)': dependencies: '@eslint-community/regexpp': 4.11.1 - '@typescript-eslint/parser': 6.21.0(eslint@8.47.0)(typescript@5.2.2) - '@typescript-eslint/scope-manager': 6.21.0 - '@typescript-eslint/type-utils': 6.21.0(eslint@8.47.0)(typescript@5.2.2) - '@typescript-eslint/utils': 6.21.0(eslint@8.47.0)(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.21.0 - debug: 4.3.6(supports-color@9.4.0) + '@typescript-eslint/parser': 7.18.0(eslint@8.47.0)(typescript@5.2.2) + '@typescript-eslint/scope-manager': 7.18.0 + '@typescript-eslint/type-utils': 7.18.0(eslint@8.47.0)(typescript@5.2.2) + '@typescript-eslint/utils': 7.18.0(eslint@8.47.0)(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 7.18.0 eslint: 8.47.0 graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 - semver: 7.6.3 ts-api-utils: 1.3.0(typescript@5.2.2) optionalDependencies: typescript: 5.2.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2)': + '@typescript-eslint/parser@7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2)': dependencies: - '@typescript-eslint/scope-manager': 6.21.0 - '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.21.0 + '@typescript-eslint/scope-manager': 7.18.0 + '@typescript-eslint/types': 7.18.0 + '@typescript-eslint/typescript-estree': 7.18.0(supports-color@9.4.0)(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 7.18.0 debug: 4.3.6(supports-color@9.4.0) eslint: 8.47.0(supports-color@9.4.0) optionalDependencies: @@ -15818,12 +15769,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2)': + '@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2)': dependencies: - '@typescript-eslint/scope-manager': 6.21.0 - '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.21.0 + '@typescript-eslint/scope-manager': 7.18.0 + '@typescript-eslint/types': 7.18.0 + '@typescript-eslint/typescript-estree': 7.18.0(supports-color@9.4.0)(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 7.18.0 debug: 4.3.6(supports-color@9.4.0) eslint: 8.47.0 optionalDependencies: @@ -15831,15 +15782,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@6.21.0': + '@typescript-eslint/scope-manager@7.18.0': dependencies: - '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/visitor-keys': 6.21.0 + '@typescript-eslint/types': 7.18.0 + '@typescript-eslint/visitor-keys': 7.18.0 - '@typescript-eslint/type-utils@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2)': + '@typescript-eslint/type-utils@7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2)': dependencies: - '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.2.2) - '@typescript-eslint/utils': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 7.18.0(supports-color@9.4.0)(typescript@5.2.2) + '@typescript-eslint/utils': 7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) debug: 4.3.6(supports-color@9.4.0) eslint: 8.47.0(supports-color@9.4.0) ts-api-utils: 1.3.0(typescript@5.2.2) @@ -15848,10 +15799,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/type-utils@6.21.0(eslint@8.47.0)(typescript@5.2.2)': + '@typescript-eslint/type-utils@7.18.0(eslint@8.47.0)(typescript@5.2.2)': dependencies: - '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.2.2) - '@typescript-eslint/utils': 6.21.0(eslint@8.47.0)(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 7.18.0(supports-color@9.4.0)(typescript@5.2.2) + '@typescript-eslint/utils': 7.18.0(eslint@8.47.0)(typescript@5.2.2) debug: 4.3.6(supports-color@9.4.0) eslint: 8.47.0 ts-api-utils: 1.3.0(typescript@5.2.2) @@ -15860,16 +15811,16 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/types@6.21.0': {} + '@typescript-eslint/types@7.18.0': {} - '@typescript-eslint/typescript-estree@6.21.0(supports-color@9.4.0)(typescript@5.2.2)': + '@typescript-eslint/typescript-estree@7.18.0(supports-color@9.4.0)(typescript@5.2.2)': dependencies: - '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/visitor-keys': 6.21.0 + '@typescript-eslint/types': 7.18.0 + '@typescript-eslint/visitor-keys': 7.18.0 debug: 4.3.6(supports-color@9.4.0) globby: 11.1.0 is-glob: 4.0.3 - minimatch: 9.0.3 + minimatch: 9.0.5 semver: 7.6.3 ts-api-utils: 1.3.0(typescript@5.2.2) optionalDependencies: @@ -15877,53 +15828,47 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2)': + '@typescript-eslint/utils@7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.47.0(supports-color@9.4.0)) - '@types/json-schema': 7.0.15 - '@types/semver': 7.5.8 - '@typescript-eslint/scope-manager': 6.21.0 - '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.2.2) + '@typescript-eslint/scope-manager': 7.18.0 + '@typescript-eslint/types': 7.18.0 + '@typescript-eslint/typescript-estree': 7.18.0(supports-color@9.4.0)(typescript@5.2.2) eslint: 8.47.0(supports-color@9.4.0) - semver: 7.6.3 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/utils@6.21.0(eslint@8.47.0)(typescript@5.2.2)': + '@typescript-eslint/utils@7.18.0(eslint@8.47.0)(typescript@5.2.2)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.47.0) - '@types/json-schema': 7.0.15 - '@types/semver': 7.5.8 - '@typescript-eslint/scope-manager': 6.21.0 - '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(supports-color@9.4.0)(typescript@5.2.2) + '@typescript-eslint/scope-manager': 7.18.0 + '@typescript-eslint/types': 7.18.0 + '@typescript-eslint/typescript-estree': 7.18.0(supports-color@9.4.0)(typescript@5.2.2) eslint: 8.47.0 - semver: 7.6.3 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/visitor-keys@6.21.0': + '@typescript-eslint/visitor-keys@7.18.0': dependencies: - '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/types': 7.18.0 eslint-visitor-keys: 3.4.3 - '@vitejs/plugin-vue-jsx@3.1.0(vite@4.5.3(@types/node@18.16.19))(vue@3.4.38(typescript@5.2.2))': + '@vitejs/plugin-vue-jsx@3.1.0(vite@4.5.3(@types/node@18.16.19))(vue@3.5.10(typescript@5.2.2))': dependencies: '@babel/core': 7.25.2 '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2) '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2) vite: 4.5.3(@types/node@18.16.19) - vue: 3.4.38(typescript@5.2.2) + vue: 3.5.10(typescript@5.2.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@4.6.2(vite@4.5.3(@types/node@18.16.19))(vue@3.4.38(typescript@5.2.2))': + '@vitejs/plugin-vue@4.6.2(vite@4.5.3(@types/node@18.16.19))(vue@3.5.10(typescript@5.2.2))': dependencies: vite: 4.5.3(@types/node@18.16.19) - vue: 3.4.38(typescript@5.2.2) + vue: 3.5.10(typescript@5.2.2) '@vitest/expect@0.34.5': dependencies: @@ -16018,11 +15963,24 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.0 + '@vue/compiler-core@3.5.10': + dependencies: + '@babel/parser': 7.25.6 + '@vue/shared': 3.5.10 + entities: 4.5.0 + estree-walker: 2.0.2 + source-map-js: 1.2.1 + '@vue/compiler-dom@3.4.38': dependencies: '@vue/compiler-core': 3.4.38 '@vue/shared': 3.4.38 + '@vue/compiler-dom@3.5.10': + dependencies: + '@vue/compiler-core': 3.5.10 + '@vue/shared': 3.5.10 + '@vue/compiler-sfc@3.4.38': dependencies: '@babel/parser': 7.25.3 @@ -16035,35 +15993,54 @@ snapshots: postcss: 8.4.41 source-map-js: 1.2.0 + '@vue/compiler-sfc@3.5.10': + dependencies: + '@babel/parser': 7.25.6 + '@vue/compiler-core': 3.5.10 + '@vue/compiler-dom': 3.5.10 + '@vue/compiler-ssr': 3.5.10 + '@vue/shared': 3.5.10 + estree-walker: 2.0.2 + magic-string: 0.30.11 + postcss: 8.4.47 + source-map-js: 1.2.1 + '@vue/compiler-ssr@3.4.38': dependencies: '@vue/compiler-dom': 3.4.38 '@vue/shared': 3.4.38 - '@vue/reactivity@3.4.38': + '@vue/compiler-ssr@3.5.10': dependencies: - '@vue/shared': 3.4.38 + '@vue/compiler-dom': 3.5.10 + '@vue/shared': 3.5.10 - '@vue/runtime-core@3.4.38': + '@vue/reactivity@3.5.10': dependencies: - '@vue/reactivity': 3.4.38 - '@vue/shared': 3.4.38 + '@vue/shared': 3.5.10 - '@vue/runtime-dom@3.4.38': + '@vue/runtime-core@3.5.10': dependencies: - '@vue/reactivity': 3.4.38 - '@vue/runtime-core': 3.4.38 - '@vue/shared': 3.4.38 + '@vue/reactivity': 3.5.10 + '@vue/shared': 3.5.10 + + '@vue/runtime-dom@3.5.10': + dependencies: + '@vue/reactivity': 3.5.10 + '@vue/runtime-core': 3.5.10 + '@vue/shared': 3.5.10 csstype: 3.1.3 - '@vue/server-renderer@3.4.38(vue@3.4.38(typescript@5.2.2))': + '@vue/server-renderer@3.5.10(vue@3.5.10(typescript@5.2.2))': dependencies: - '@vue/compiler-ssr': 3.4.38 - '@vue/shared': 3.4.38 - vue: 3.4.38(typescript@5.2.2) + '@vue/compiler-ssr': 3.5.10 + '@vue/shared': 3.5.10 + vue: 3.5.10(typescript@5.2.2) '@vue/shared@3.4.38': {} + '@vue/shared@3.5.10': {} + '@xmldom/xmldom@0.8.10': {} '@yarnpkg/lockfile@1.1.0': {} @@ -16519,7 +16496,7 @@ snapshots: aws-cdk-lib: 2.97.0(constructs@10.2.70) constructs: 10.2.70 - cdk-nag@2.28.186(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70): + cdk-nag@2.28.195(aws-cdk-lib@2.97.0(constructs@10.2.70))(constructs@10.2.70): dependencies: aws-cdk-lib: 2.97.0(constructs@10.2.70) constructs: 10.2.70 @@ -17379,13 +17356,13 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0): + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0): dependencies: debug: 4.3.4(supports-color@9.4.0) enhanced-resolve: 5.15.0 eslint: 8.47.0(supports-color@9.4.0) - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) fast-glob: 3.3.1 get-tsconfig: 4.7.2 is-core-module: 2.13.0 @@ -17396,13 +17373,13 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0): + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0): dependencies: debug: 4.3.4(supports-color@9.4.0) enhanced-resolve: 5.15.0 eslint: 8.47.0 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0))(eslint@8.47.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0))(eslint@8.47.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0) fast-glob: 3.3.1 get-tsconfig: 4.7.2 is-core-module: 2.13.0 @@ -17413,29 +17390,29 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-module-utils@2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0): + eslint-module-utils@2.8.0(@typescript-eslint/parser@7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0): dependencies: debug: 3.2.7(supports-color@9.4.0) optionalDependencies: - '@typescript-eslint/parser': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) + '@typescript-eslint/parser': 7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) eslint: 8.47.0(supports-color@9.4.0) eslint-import-resolver-node: 0.3.9(supports-color@9.4.0) - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) transitivePeerDependencies: - supports-color - eslint-module-utils@2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0))(eslint@8.47.0): + eslint-module-utils@2.8.0(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0))(eslint@8.47.0): dependencies: debug: 3.2.7(supports-color@9.4.0) optionalDependencies: - '@typescript-eslint/parser': 6.21.0(eslint@8.47.0)(typescript@5.2.2) + '@typescript-eslint/parser': 7.18.0(eslint@8.47.0)(typescript@5.2.2) eslint: 8.47.0 eslint-import-resolver-node: 0.3.9(supports-color@9.4.0) - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0) transitivePeerDependencies: - supports-color - eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0): + eslint-plugin-import@2.28.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0): dependencies: array-includes: 3.1.6 array.prototype.findlastindex: 1.2.2 @@ -17445,7 +17422,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.47.0(supports-color@9.4.0) eslint-import-resolver-node: 0.3.9(supports-color@9.4.0) - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9(supports-color@9.4.0))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0))(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0) has: 1.0.3 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -17456,13 +17433,13 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.14.2 optionalDependencies: - '@typescript-eslint/parser': 6.21.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) + '@typescript-eslint/parser': 7.18.0(eslint@8.47.0(supports-color@9.4.0))(supports-color@9.4.0)(typescript@5.2.2) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0): + eslint-plugin-import@2.28.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.47.0): dependencies: array-includes: 3.1.6 array.prototype.findlastindex: 1.2.2 @@ -17472,7 +17449,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.47.0 eslint-import-resolver-node: 0.3.9(supports-color@9.4.0) - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0))(eslint@8.47.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.18.0(eslint@8.47.0)(typescript@5.2.2))(eslint-plugin-import@2.28.1)(eslint@8.47.0))(eslint@8.47.0) has: 1.0.3 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -17483,7 +17460,7 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.14.2 optionalDependencies: - '@typescript-eslint/parser': 6.21.0(eslint@8.47.0)(typescript@5.2.2) + '@typescript-eslint/parser': 7.18.0(eslint@8.47.0)(typescript@5.2.2) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -18167,7 +18144,7 @@ snapshots: http-cache-semantics@4.1.1: {} - http-proxy-agent@5.0.0(supports-color@9.4.0): + http-proxy-agent@5.0.0: dependencies: '@tootallnate/once': 2.0.0 agent-base: 6.0.2(supports-color@9.4.0) @@ -18805,12 +18782,12 @@ snapshots: make-error@1.3.6: {} - make-fetch-happen@11.1.1(supports-color@9.4.0): + make-fetch-happen@11.1.1: dependencies: agentkeepalive: 4.5.0 cacache: 17.1.4 http-cache-semantics: 4.1.1 - http-proxy-agent: 5.0.0(supports-color@9.4.0) + http-proxy-agent: 5.0.0 https-proxy-agent: 5.0.1(supports-color@9.4.0) is-lambda: 1.0.1 lru-cache: 7.18.3 @@ -18820,7 +18797,7 @@ snapshots: minipass-pipeline: 1.2.4 negotiator: 0.6.3 promise-retry: 2.0.1 - socks-proxy-agent: 7.0.0(supports-color@9.4.0) + socks-proxy-agent: 7.0.0 ssri: 10.0.5 transitivePeerDependencies: - supports-color @@ -19052,13 +19029,13 @@ snapshots: node-gyp-build@4.6.0: {} - node-gyp@9.4.0(supports-color@9.4.0): + node-gyp@9.4.0: dependencies: env-paths: 2.2.1 exponential-backoff: 3.1.1 glob: 7.2.3 graceful-fs: 4.2.11 - make-fetch-happen: 11.1.1(supports-color@9.4.0) + make-fetch-happen: 11.1.1 nopt: 6.0.0 npmlog: 6.0.2 rimraf: 3.0.2 @@ -19111,7 +19088,7 @@ snapshots: dependencies: npm-normalize-package-bin: 3.0.1 - npm-check-updates@16.14.4(supports-color@9.4.0): + npm-check-updates@16.14.4: dependencies: chalk: 5.3.0 cli-table3: 0.6.3 @@ -19127,14 +19104,14 @@ snapshots: json-parse-helpfulerror: 1.0.3 jsonlines: 0.1.1 lodash: 4.17.21 - make-fetch-happen: 11.1.1(supports-color@9.4.0) + make-fetch-happen: 11.1.1 minimatch: 9.0.3 p-map: 4.0.0 - pacote: 15.2.0(supports-color@9.4.0) + pacote: 15.2.0 parse-github-url: 1.0.2 progress: 2.0.3 prompts-ncu: 3.0.0 - rc-config-loader: 4.1.3(supports-color@9.4.0) + rc-config-loader: 4.1.3 remote-git-tags: 3.0.0 rimraf: 5.0.1 semver: 7.5.4 @@ -19173,9 +19150,9 @@ snapshots: npm-package-arg: 10.1.0 semver: 7.5.4 - npm-registry-fetch@14.0.5(supports-color@9.4.0): + npm-registry-fetch@14.0.5: dependencies: - make-fetch-happen: 11.1.1(supports-color@9.4.0) + make-fetch-happen: 11.1.1 minipass: 5.0.0 minipass-fetch: 3.0.4 minipass-json-stream: 1.0.1 @@ -19417,24 +19394,24 @@ snapshots: registry-url: 6.0.1 semver: 7.6.3 - pacote@15.2.0(supports-color@9.4.0): + pacote@15.2.0: dependencies: '@npmcli/git': 4.1.0 '@npmcli/installed-package-contents': 2.0.2 '@npmcli/promise-spawn': 6.0.2 - '@npmcli/run-script': 6.0.2(supports-color@9.4.0) + '@npmcli/run-script': 6.0.2 cacache: 17.1.4 fs-minipass: 3.0.3 minipass: 5.0.0 npm-package-arg: 10.1.0 npm-packlist: 7.0.4 npm-pick-manifest: 8.0.2 - npm-registry-fetch: 14.0.5(supports-color@9.4.0) + npm-registry-fetch: 14.0.5 proc-log: 3.0.0 promise-retry: 2.0.1 read-package-json: 6.0.4 read-package-json-fast: 3.0.2 - sigstore: 1.9.0(supports-color@9.4.0) + sigstore: 1.9.0 ssri: 10.0.5 tar: 6.2.0 transitivePeerDependencies: @@ -19504,6 +19481,8 @@ snapshots: picocolors@1.0.1: {} + picocolors@1.1.0: {} + picomatch@2.3.1: {} pidtree@0.6.0: {} @@ -19536,6 +19515,12 @@ snapshots: picocolors: 1.0.1 source-map-js: 1.2.0 + postcss@8.4.47: + dependencies: + nanoid: 3.3.7 + picocolors: 1.1.0 + source-map-js: 1.2.1 + prelude-ls@1.2.1: {} prettier-linter-helpers@1.0.0: @@ -19558,9 +19543,7 @@ snapshots: progress@2.0.3: {} - projen@0.73.31: {} - - projen@0.82.8(constructs@10.2.70): + projen@0.83.1(constructs@10.2.70): dependencies: constructs: 10.2.70 @@ -19638,7 +19621,7 @@ snapshots: quick-lru@5.1.1: {} - rc-config-loader@4.1.3(supports-color@9.4.0): + rc-config-loader@4.1.3: dependencies: debug: 4.3.4(supports-color@9.4.0) js-yaml: 4.1.0 @@ -19950,13 +19933,13 @@ snapshots: signal-exit@4.1.0: {} - sigstore@1.9.0(supports-color@9.4.0): + sigstore@1.9.0: dependencies: '@sigstore/bundle': 1.1.0 '@sigstore/protobuf-specs': 0.2.1 - '@sigstore/sign': 1.0.0(supports-color@9.4.0) - '@sigstore/tuf': 1.0.3(supports-color@9.4.0) - make-fetch-happen: 11.1.1(supports-color@9.4.0) + '@sigstore/sign': 1.0.0 + '@sigstore/tuf': 1.0.3 + make-fetch-happen: 11.1.1 transitivePeerDependencies: - supports-color @@ -19993,7 +19976,7 @@ snapshots: dot-case: 3.0.4 tslib: 2.6.2 - socks-proxy-agent@7.0.0(supports-color@9.4.0): + socks-proxy-agent@7.0.0: dependencies: agent-base: 6.0.2(supports-color@9.4.0) debug: 4.3.6(supports-color@9.4.0) @@ -20016,6 +19999,8 @@ snapshots: source-map-js@1.2.0: {} + source-map-js@1.2.1: {} + source-map-support@0.5.21: dependencies: buffer-from: 1.1.2 @@ -20452,7 +20437,7 @@ snapshots: tslib@2.6.2: {} - tslib@2.6.3: {} + tslib@2.7.0: {} tslog@4.9.2: {} @@ -20466,11 +20451,11 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - tuf-js@1.1.7(supports-color@9.4.0): + tuf-js@1.1.7: dependencies: '@tufjs/models': 1.0.4 debug: 4.3.6(supports-color@9.4.0) - make-fetch-happen: 11.1.1(supports-color@9.4.0) + make-fetch-happen: 11.1.1 transitivePeerDependencies: - supports-color @@ -20499,6 +20484,8 @@ snapshots: type-fest@4.25.0: {} + type-fest@4.26.1: {} + type-fest@4.3.1: {} typed-array-length@1.0.4: @@ -20905,13 +20892,13 @@ snapshots: vscode-textmate@8.0.0: {} - vue@3.4.38(typescript@5.2.2): + vue@3.5.10(typescript@5.2.2): dependencies: - '@vue/compiler-dom': 3.4.38 - '@vue/compiler-sfc': 3.4.38 - '@vue/runtime-dom': 3.4.38 - '@vue/server-renderer': 3.4.38(vue@3.4.38(typescript@5.2.2)) - '@vue/shared': 3.4.38 + '@vue/compiler-dom': 3.5.10 + '@vue/compiler-sfc': 3.5.10 + '@vue/runtime-dom': 3.5.10 + '@vue/server-renderer': 3.5.10(vue@3.5.10(typescript@5.2.2)) + '@vue/shared': 3.5.10 optionalDependencies: typescript: 5.2.2 @@ -21038,7 +21025,7 @@ snapshots: yaml@2.3.2: {} - yaml@2.5.0: {} + yaml@2.5.1: {} yargs-parser@18.1.3: dependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 850f7ff..bab7e94 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,4 +1,4 @@ -# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +# ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". packages: - packages/charts/crisiscleanup diff --git a/tsconfig.dev.json b/tsconfig.dev.json index 6deace1..2046d1a 100644 --- a/tsconfig.dev.json +++ b/tsconfig.dev.json @@ -1,4 +1,4 @@ -// ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +// ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". { "extends": "./tsconfig.json", "compilerOptions": {}, @@ -7,7 +7,6 @@ "**/*.ts", "projenrc/*.ts", "vitest.config.ts", - ".projenrc.ts", "projenrc/**/*.ts" ], "exclude": [ diff --git a/tsconfig.json b/tsconfig.json index 91edd8f..2a7d658 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,4 @@ -// ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +// ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". { "extends": [ "./tsconfig/tsconfig.base.json", diff --git a/tsconfig/tsconfig.base.json b/tsconfig/tsconfig.base.json index 1341806..2bfb204 100644 --- a/tsconfig/tsconfig.base.json +++ b/tsconfig/tsconfig.base.json @@ -1,4 +1,4 @@ -// ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +// ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". { "compilerOptions": { "skipLibCheck": true, diff --git a/tsconfig/tsconfig.bundler.json b/tsconfig/tsconfig.bundler.json index 06bcbe0..50eb9f3 100644 --- a/tsconfig/tsconfig.bundler.json +++ b/tsconfig/tsconfig.bundler.json @@ -1,4 +1,4 @@ -// ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +// ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". { "compilerOptions": { "isolatedModules": false, diff --git a/tsconfig/tsconfig.composite.json b/tsconfig/tsconfig.composite.json index a80f1c9..6673e27 100644 --- a/tsconfig/tsconfig.composite.json +++ b/tsconfig/tsconfig.composite.json @@ -1,4 +1,4 @@ -// ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +// ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". { "compilerOptions": { "declaration": true, diff --git a/tsconfig/tsconfig.esm.json b/tsconfig/tsconfig.esm.json index 74b97a7..bbd4b7b 100644 --- a/tsconfig/tsconfig.esm.json +++ b/tsconfig/tsconfig.esm.json @@ -1,4 +1,4 @@ -// ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +// ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". { "compilerOptions": { "module": "ESNext", diff --git a/vitest.config.ts b/vitest.config.ts index 26510f6..636af84 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -1,4 +1,4 @@ -// ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". +// ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen". import { defineConfig } from 'vitest/config'