Skip to content

Commit 7c825cc

Browse files
chore(deps): Update dependency js-yaml to v4 [SECURITY]
1 parent f338682 commit 7c825cc

File tree

7 files changed

+15
-8
lines changed

7 files changed

+15
-8
lines changed

packages/brick-container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"express": "^4.21.2",
4444
"glob": "^8.1.0",
4545
"http-proxy-middleware": "^3.0.3",
46-
"js-yaml": "^3.14.1",
46+
"js-yaml": "^4.0.0",
4747
"lodash": "^4.17.21",
4848
"meow": "^11.0.0",
4949
"mockdate": "^3.0.5",

packages/create-api-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"change-case": "^4.1.2",
4747
"fs-extra": "^10.1.0",
4848
"inquirer": "^8.2.6",
49-
"js-yaml": "^3.14.1",
49+
"js-yaml": "^4.0.0",
5050
"klaw-sync": "^6.0.0",
5151
"meow": "^9.0.0",
5252
"prettier": "^3.6.2",

packages/doc-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@next-core/brick-manifest": "^0.7.2",
3131
"fast-xml-parser": "^5.2.5",
32-
"js-yaml": "^3.14.1",
32+
"js-yaml": "^4.0.0",
3333
"prettier": "^3.6.2"
3434
}
3535
}

packages/easyops-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@next-core/runtime": "^1.65.7",
5353
"@next-core/types": "^1.17.0",
5454
"@next-core/utils": "^1.8.4",
55-
"js-yaml": "^3.14.1",
55+
"js-yaml": "^4.0.0",
5656
"lodash": "^4.17.21"
5757
},
5858
"devDependencies": {

packages/pipes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"sideEffects": false,
4141
"dependencies": {
4242
"@easyops-cn/brick-next-pipes": "^0.7.3",
43-
"js-yaml": "^3.14.1",
43+
"js-yaml": "^4.0.0",
4444
"lodash": "^4.17.21",
4545
"moment": "^2.30.1"
4646
},

packages/preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"@next-core/theme": "^1.6.0",
3333
"@next-core/types": "^1.17.0",
3434
"html-webpack-plugin": "^5.6.3",
35-
"js-yaml": "^3.14.1"
35+
"js-yaml": "^4.0.0"
3636
}
3737
}

yarn.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9023,21 +9023,28 @@ jju@~1.4.0:
90239023
version "4.0.0"
90249024
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz"
90259025

9026-
[email protected], js-yaml@^4.1.0:
9026+
90279027
version "4.1.0"
90289028
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz"
90299029
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
90309030
dependencies:
90319031
argparse "^2.0.1"
90329032

9033-
js-yaml@^3.10.0, js-yaml@^3.13.1, js-yaml@^3.14.1:
9033+
js-yaml@^3.10.0, js-yaml@^3.13.1:
90349034
version "3.14.1"
90359035
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz"
90369036
integrity sha1-2ugS/bOCX6MGYJqHFzg8UMNqBTc=
90379037
dependencies:
90389038
argparse "^1.0.7"
90399039
esprima "^4.0.0"
90409040

9041+
js-yaml@^4.0.0, js-yaml@^4.1.0:
9042+
version "4.1.1"
9043+
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
9044+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
9045+
dependencies:
9046+
argparse "^2.0.1"
9047+
90419048
jsbn@~0.1.0:
90429049
version "0.1.1"
90439050
resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz"

0 commit comments

Comments
 (0)