This is an automated email from the ASF dual-hosted git repository.

jrmccluskey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 72026d36dd9 Bump js-yaml from 4.1.0 to 4.1.1 in /scripts/ci/pr-bot 
(#36850)
72026d36dd9 is described below

commit 72026d36dd9eb2d594daf32f9cfb420b9bf65cc9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 10 10:12:07 2025 -0500

    Bump js-yaml from 4.1.0 to 4.1.1 in /scripts/ci/pr-bot (#36850)
    
    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: js-yaml
      dependency-version: 4.1.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 scripts/ci/pr-bot/package-lock.json | 14 +++++++-------
 scripts/ci/pr-bot/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/scripts/ci/pr-bot/package-lock.json 
b/scripts/ci/pr-bot/package-lock.json
index 51968bb8ead..8daf2da8d83 100644
--- a/scripts/ci/pr-bot/package-lock.json
+++ b/scripts/ci/pr-bot/package-lock.json
@@ -11,7 +11,7 @@
         "@actions/exec": "^1.1.0",
         "@actions/github": "^5.0.0",
         "@octokit/rest": "^18.12.0",
-        "js-yaml": "^4.1.0"
+        "js-yaml": "^4.1.1"
       },
       "devDependencies": {
         "@types/mocha": "^9.1.0",
@@ -828,9 +828,9 @@
       }
     },
     "node_modules/js-yaml": {
-      "version": "4.1.0",
-      "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz";,
-      "integrity": 
"sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+      "version": "4.1.1",
+      "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz";,
+      "integrity": 
"sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
       "dependencies": {
         "argparse": "^2.0.1"
       },
@@ -2190,9 +2190,9 @@
       }
     },
     "js-yaml": {
-      "version": "4.1.0",
-      "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz";,
-      "integrity": 
"sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+      "version": "4.1.1",
+      "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz";,
+      "integrity": 
"sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
       "requires": {
         "argparse": "^2.0.1"
       }
diff --git a/scripts/ci/pr-bot/package.json b/scripts/ci/pr-bot/package.json
index 69b20c0ff6d..5fc8d79c1dd 100644
--- a/scripts/ci/pr-bot/package.json
+++ b/scripts/ci/pr-bot/package.json
@@ -17,7 +17,7 @@
     "@actions/exec": "^1.1.0",
     "@actions/github": "^5.0.0",
     "@octokit/rest": "^18.12.0",
-    "js-yaml": "^4.1.0"
+    "js-yaml": "^4.1.1"
   },
   "devDependencies": {
     "@types/mocha": "^9.1.0",

Reply via email to