From c8692d506012be9feae924932b5825171159bf35 Mon Sep 17 00:00:00 2001 From: Calvin Cestari Date: Mon, 25 Mar 2024 09:40:47 -0700 Subject: [PATCH] secops: 2024-03-25 (#315) Co-authored-by: renovate[bot] --- .../Sources/GraphQLCompiler/JavaScript/package.json | 2 +- apollo-ios/.github/workflows/prometheus-project-add.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apollo-ios-codegen/Sources/GraphQLCompiler/JavaScript/package.json b/apollo-ios-codegen/Sources/GraphQLCompiler/JavaScript/package.json index 9571a6339..d28377860 100644 --- a/apollo-ios-codegen/Sources/GraphQLCompiler/JavaScript/package.json +++ b/apollo-ios-codegen/Sources/GraphQLCompiler/JavaScript/package.json @@ -27,6 +27,6 @@ "rollup": "4.13.0", "@rollup/plugin-terser": "0.4.4", "ts-jest": "29.1.2", - "typescript": "5.4.2" + "typescript": "5.4.3" } } diff --git a/apollo-ios/.github/workflows/prometheus-project-add.yml b/apollo-ios/.github/workflows/prometheus-project-add.yml index 7fe93fd39..95c0d611c 100644 --- a/apollo-ios/.github/workflows/prometheus-project-add.yml +++ b/apollo-ios/.github/workflows/prometheus-project-add.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add to project - uses: actions/add-to-project@v0.6.0 + uses: actions/add-to-project@v0.6.1 with: project-url: https://github.com/orgs/apollographql/projects/21 github-token: ${{ secrets.PROMETHEUS_PROJECT_ACCESS_SECRET }}