From 4318c406908581d4756b34c7508003d8ba11a804 Mon Sep 17 00:00:00 2001 From: Calvin Cestari Date: Mon, 22 Apr 2024 10:15:33 -0700 Subject: [PATCH] chore(deps): SECOPS - 2024-04-22 (apollographql/apollo-ios-dev#342) --- .../Sources/GraphQLCompiler/JavaScript/package.json | 4 ++-- apollo-ios/.github/workflows/prometheus-project-add.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apollo-ios-codegen/Sources/GraphQLCompiler/JavaScript/package.json b/apollo-ios-codegen/Sources/GraphQLCompiler/JavaScript/package.json index 918dc01c6..d52d8ed65 100644 --- a/apollo-ios-codegen/Sources/GraphQLCompiler/JavaScript/package.json +++ b/apollo-ios-codegen/Sources/GraphQLCompiler/JavaScript/package.json @@ -24,9 +24,9 @@ "@types/jest": "29.5.12", "common-tags": "1.8.2", "jest": "29.7.0", - "rollup": "4.13.2", + "rollup": "4.14.3", "@rollup/plugin-terser": "0.4.4", "ts-jest": "29.1.2", - "typescript": "5.4.3" + "typescript": "5.4.5" } } diff --git a/apollo-ios/.github/workflows/prometheus-project-add.yml b/apollo-ios/.github/workflows/prometheus-project-add.yml index 9a554c228..a044ba588 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@v1.0.0 + uses: actions/add-to-project@v1.0.1 with: project-url: https://github.com/orgs/apollographql/projects/21 github-token: ${{ secrets.PROMETHEUS_PROJECT_ACCESS_SECRET }}