diff --git a/apollo-ios-codegen/Sources/GraphQLCompiler/JavaScript/package.json b/apollo-ios-codegen/Sources/GraphQLCompiler/JavaScript/package.json
index 5f7360d06..cd56d7fed 100644
--- a/apollo-ios-codegen/Sources/GraphQLCompiler/JavaScript/package.json
+++ b/apollo-ios-codegen/Sources/GraphQLCompiler/JavaScript/package.json
@@ -21,12 +21,12 @@
     "@rollup/plugin-replace": "5.0.5",
     "@rollup/plugin-typescript": "11.1.5",
     "@types/common-tags": "1.8.4",
-    "@types/jest": "29.5.10",
+    "@types/jest": "29.5.11",
     "common-tags": "1.8.2",
     "jest": "29.7.0",
-    "rollup": "4.6.1",
+    "rollup": "4.9.0",
     "@rollup/plugin-terser": "0.4.4",
     "ts-jest": "29.1.1",
-    "typescript": "5.3.2"
+    "typescript": "5.3.3"
   }
 }
diff --git a/apollo-ios/.github/workflows/prometheus-project-add.yml b/apollo-ios/.github/workflows/prometheus-project-add.yml
index e54e90763..7f9640c1e 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.4.0
+      uses: actions/add-to-project@v0.5.0
       with:
         project-url: https://github.com/orgs/apollographql/projects/21
         github-token: ${{ secrets.PROMETHEUS_PROJECT_ACCESS_SECRET }}