From 10ab4e972fe732ef23371b86815dc53701b1b66c Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 19 Feb 2024 00:11:49 +0000 Subject: [PATCH] chore(deps): upgrade dependencies Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/awscdk-service-spec/actions/runs/7952672070 ------ *Automatically created by projen via the "upgrade" workflow* Signed-off-by: github-actions --- .../workflows/update-source-cfn-schema.yml | 2 +- .../workflows/update-source-documentation.yml | 2 +- .github/workflows/update-source-sam-spec.yml | 2 +- .github/workflows/update-source-sam.yml | 2 +- .../update-source-stateful-resources.yml | 2 +- .github/workflows/upgrade.yml | 2 +- package.json | 2 +- .../@aws-cdk/aws-service-spec/package.json | 2 +- .../service-spec-importers/package.json | 2 +- .../@aws-cdk/service-spec-types/package.json | 2 +- packages/@cdklabs/tskb/package.json | 2 +- packages/@cdklabs/typewriter/package.json | 2 +- yarn.lock | 35 ++++++++++--------- 13 files changed, 30 insertions(+), 29 deletions(-) diff --git a/.github/workflows/update-source-cfn-schema.yml b/.github/workflows/update-source-cfn-schema.yml index f06b9f21e..2b5ec7b23 100644 --- a/.github/workflows/update-source-cfn-schema.yml +++ b/.github/workflows/update-source-cfn-schema.yml @@ -27,7 +27,7 @@ jobs: run: npx projen update-source:cfn-schema - name: Create Pull Request id: create-pr - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PROJEN_GITHUB_TOKEN }} commit-message: |- diff --git a/.github/workflows/update-source-documentation.yml b/.github/workflows/update-source-documentation.yml index 8f5a61591..538786397 100644 --- a/.github/workflows/update-source-documentation.yml +++ b/.github/workflows/update-source-documentation.yml @@ -34,7 +34,7 @@ jobs: run: npx projen update-source:documentation - name: Create Pull Request id: create-pr - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PROJEN_GITHUB_TOKEN }} commit-message: |- diff --git a/.github/workflows/update-source-sam-spec.yml b/.github/workflows/update-source-sam-spec.yml index 930f89b93..c596dbe9b 100644 --- a/.github/workflows/update-source-sam-spec.yml +++ b/.github/workflows/update-source-sam-spec.yml @@ -27,7 +27,7 @@ jobs: run: npx projen update-source:sam-spec - name: Create Pull Request id: create-pr - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PROJEN_GITHUB_TOKEN }} commit-message: |- diff --git a/.github/workflows/update-source-sam.yml b/.github/workflows/update-source-sam.yml index 690723216..42fade2a8 100644 --- a/.github/workflows/update-source-sam.yml +++ b/.github/workflows/update-source-sam.yml @@ -27,7 +27,7 @@ jobs: run: npx projen update-source:sam - name: Create Pull Request id: create-pr - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PROJEN_GITHUB_TOKEN }} commit-message: |- diff --git a/.github/workflows/update-source-stateful-resources.yml b/.github/workflows/update-source-stateful-resources.yml index 2abd77052..ff4ae071a 100644 --- a/.github/workflows/update-source-stateful-resources.yml +++ b/.github/workflows/update-source-stateful-resources.yml @@ -27,7 +27,7 @@ jobs: run: npx projen update-source:stateful-resources - name: Create Pull Request id: create-pr - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PROJEN_GITHUB_TOKEN }} commit-message: |- diff --git a/.github/workflows/upgrade.yml b/.github/workflows/upgrade.yml index 42759be3d..cc0000635 100644 --- a/.github/workflows/upgrade.yml +++ b/.github/workflows/upgrade.yml @@ -57,7 +57,7 @@ jobs: git config user.email "github-actions@github.com" - name: Create Pull Request id: create-pr - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PROJEN_GITHUB_TOKEN }} commit-message: |- diff --git a/package.json b/package.json index 2f91d5122..91cbec46e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "node-fetch": "^2", "nx": "^16.10.0", "prettier": "^2.8.8", - "projen": "^0.79.22", + "projen": "^0.79.24", "ts-node": "^10.9.2", "typescript": "^4.9.5" }, diff --git a/packages/@aws-cdk/aws-service-spec/package.json b/packages/@aws-cdk/aws-service-spec/package.json index d21ac26fb..a7d0db6b8 100644 --- a/packages/@aws-cdk/aws-service-spec/package.json +++ b/packages/@aws-cdk/aws-service-spec/package.json @@ -40,7 +40,7 @@ "jest": "^29.7.0", "jest-junit": "^15", "prettier": "^2.8.8", - "projen": "^0.79.22", + "projen": "^0.79.24", "source-map-support": "^0.5.21", "ts-jest": "^29.1.2", "typescript": "^5.3.3" diff --git a/packages/@aws-cdk/service-spec-importers/package.json b/packages/@aws-cdk/service-spec-importers/package.json index b516dbf4b..43cb168d8 100644 --- a/packages/@aws-cdk/service-spec-importers/package.json +++ b/packages/@aws-cdk/service-spec-importers/package.json @@ -50,7 +50,7 @@ "jest": "^29.7.0", "jest-junit": "^15", "prettier": "^2.8.8", - "projen": "^0.79.22", + "projen": "^0.79.24", "source-map-support": "^0.5.21", "ts-jest": "^29.1.2", "ts-json-schema-generator": "^1.5.0", diff --git a/packages/@aws-cdk/service-spec-types/package.json b/packages/@aws-cdk/service-spec-types/package.json index df106a883..d12c178a0 100644 --- a/packages/@aws-cdk/service-spec-types/package.json +++ b/packages/@aws-cdk/service-spec-types/package.json @@ -38,7 +38,7 @@ "jest": "^29.7.0", "jest-junit": "^15", "prettier": "^2.8.8", - "projen": "^0.79.22", + "projen": "^0.79.24", "ts-jest": "^29.1.2", "typescript": "^4.9.5" }, diff --git a/packages/@cdklabs/tskb/package.json b/packages/@cdklabs/tskb/package.json index 1a119bb9b..36775f9f2 100644 --- a/packages/@cdklabs/tskb/package.json +++ b/packages/@cdklabs/tskb/package.json @@ -38,7 +38,7 @@ "jest": "^29.7.0", "jest-junit": "^15", "prettier": "^2.8.8", - "projen": "^0.79.22", + "projen": "^0.79.24", "ts-jest": "^29.1.2", "typescript": "^4.9.5" }, diff --git a/packages/@cdklabs/typewriter/package.json b/packages/@cdklabs/typewriter/package.json index 3b31b22f3..44898a4d3 100644 --- a/packages/@cdklabs/typewriter/package.json +++ b/packages/@cdklabs/typewriter/package.json @@ -38,7 +38,7 @@ "jest": "^29.7.0", "jest-junit": "^15", "prettier": "^2.8.8", - "projen": "^0.79.22", + "projen": "^0.79.24", "ts-jest": "^29.1.2", "typescript": "^4.9.5" }, diff --git a/yarn.lock b/yarn.lock index 2ba234fe6..a7a02f2c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1219,7 +1219,7 @@ asynckit@^0.4.0: resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== -available-typed-arrays@^1.0.5, available-typed-arrays@^1.0.6: +available-typed-arrays@^1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.6.tgz#ac812d8ce5a6b976d738e1c45f08d0b00bc7d725" integrity sha512-j1QzY8iPNPG4o4xmO3ptzpRxTciqD3MgEHtifP/YnJpIo58Xu+ne4BejlbkuaLfXn/nz6HFiw29bLpj2PNMdGg== @@ -1398,9 +1398,9 @@ camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001587: - version "1.0.30001587" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001587.tgz#a0bce920155fa56a1885a69c74e1163fc34b4881" - integrity sha512-HMFNotUmLXn71BQxg8cijvqxnIAofforZOwGsxyXJ0qugTdspUF4sPSJ2vhgprHCB996tIDzEq1ubumPDV8ULA== + version "1.0.30001588" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001588.tgz#07f16b65a7f95dba82377096923947fb25bce6e3" + integrity sha512-+hVY9jE44uKLkH0SrUTqxjxqNTOWHsbnQDIKjwkZ3lNTzUUVdBLBGXtj/q5Mp5u98r3droaZAewQuEDzjQdZlQ== canonicalize@^2.0.0: version "2.0.0" @@ -1700,9 +1700,9 @@ duplexer@^0.1.1: integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg== electron-to-chromium@^1.4.668: - version "1.4.671" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.671.tgz#fa3094d6d2512a6c4d609a9bc4997154543febfe" - integrity sha512-UUlE+/rWbydmp+FW8xlnnTA5WNA0ZZd2XL8CuMS72rh+k4y1f8+z6yk3UQhEwqHQWj6IBdL78DwWOdGMvYfQyA== + version "1.4.673" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.673.tgz#1f077d9a095761804aec7ec6346c3f4b69b56534" + integrity sha512-zjqzx4N7xGdl5468G+vcgzDhaHkaYgVcf9MqgexcTqsl2UHSCmOj/Bi3HAprg4BZCpC7HyD8a6nZl6QAZf72gw== emittery@^0.13.1: version "0.13.1" @@ -3642,10 +3642,10 @@ pretty-format@^29.0.0, pretty-format@^29.7.0: ansi-styles "^5.0.0" react-is "^18.0.0" -projen@^0.79.22: - version "0.79.22" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.79.22.tgz#14225ccf9bbaeb14ca018cff6120aaa7b5ddbbe4" - integrity sha512-95m5kBcdTaGr1JR6i/6z5XpHjXhaKwfKANXDN0y3/SsTLSPtXDCz0o8HCrKnAMjpSrR86ZGBbENm5gxhvq2B2Q== +projen@^0.79.24: + version "0.79.24" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.79.24.tgz#c540d7e5af1d8f35ab5e42a9d8508166b4b916de" + integrity sha512-feRBel2kl/dRsXTUFwYDnhZjQ7ZEdTAgxsAXIgJX4tEZllw4VzsbFX6P6/qxIUg+swPxYcJOU48bPA2IpuJWuQ== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3" @@ -4258,15 +4258,16 @@ typed-array-byte-length@^1.0.0: is-typed-array "^1.1.10" typed-array-byte-offset@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz#cbbe89b51fdef9cd6aaf07ad4707340abbc4ea0b" - integrity sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg== + version "1.0.1" + resolved "https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.1.tgz#5e2bcc1d93e1a332d50e8b363a48604a134692f8" + integrity sha512-tcqKMrTRXjqvHN9S3553NPCaGL0VPgFI92lXszmrE8DMhiDPLBYLlvo8Uu4WZAAX/aGqp/T1sbA4ph8EWjDF9Q== dependencies: - available-typed-arrays "^1.0.5" - call-bind "^1.0.2" + available-typed-arrays "^1.0.6" + call-bind "^1.0.7" for-each "^0.3.3" + gopd "^1.0.1" has-proto "^1.0.1" - is-typed-array "^1.1.10" + is-typed-array "^1.1.13" typed-array-length@^1.0.4: version "1.0.4"