This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new a36bd66c34 Bump js-yaml from 4.1.1 to 4.3.1 in /docs (#9685)
a36bd66c34 is described below
commit a36bd66c346356240c7095b87ee3575abcd59c49
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 8 14:20:52 2026 +0800
Bump js-yaml from 4.1.1 to 4.3.1 in /docs (#9685)
---
docs/package.json | 2 +-
docs/yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/package.json b/docs/package.json
index f0fb43967b..867acefb4e 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -27,7 +27,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.7.0",
"@docusaurus/types": "^3.7.0",
- "js-yaml": "^4.1.0"
+ "js-yaml": "^4.3.1"
},
"browserslist": {
"production": [
diff --git a/docs/yarn.lock b/docs/yarn.lock
index 0cc63c8dda..bc5ed80623 100644
--- a/docs/yarn.lock
+++ b/docs/yarn.lock
@@ -5936,10 +5936,10 @@ js-yaml@^3.13.1:
argparse "^1.0.7"
esprima "^4.0.0"
-js-yaml@^4.1.0:
- version "4.1.1"
- resolved
"https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
- integrity
sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
+js-yaml@^4.1.0, js-yaml@^4.3.1:
+ version "4.3.1"
+ resolved
"https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.3.1.tgz#01216c001d67f48e2cd560d708c7af21090a3848"
+ integrity
sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==
dependencies:
argparse "^2.0.1"