Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/dashboard-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"fastify": "^5.8.3",
"fs-extra": "^11.1.1",
"https": "^1.0.0",
"js-yaml": "^4.3.0",
"js-yaml": "^4.3.1",
"multi-ini": "^2.3.2",
"pino": "^8.15.1",
"pino-pretty": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"inversify": "^6.0.2",
"inversify-inject-decorators": "^3.1.0",
"inversify-react": "^1.1.0",
"js-yaml": "^4.3.0",
"js-yaml": "^4.3.1",
"lodash": "^4.18.0",
"multi-ini": "^2.3.2",
"process": "^0.11.10",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ __metadata:
fs-extra: "npm:^11.1.1"
https: "npm:^1.0.0"
jest: "npm:^30.2.0"
js-yaml: "npm:^4.3.0"
js-yaml: "npm:^4.3.1"
json-schema: "npm:^0.4.0"
multi-ini: "npm:^2.3.2"
nodemon: "npm:^3.1.4"
Expand Down Expand Up @@ -1209,7 +1209,7 @@ __metadata:
jest: "npm:^30.2.0"
jest-environment-jsdom: "npm:^29.6.4"
jest-websocket-mock: "npm:2.4.1"
js-yaml: "npm:^4.3.0"
js-yaml: "npm:^4.3.1"
loader-utils: "npm:^3.2.1"
lodash: "npm:^4.18.0"
mini-css-extract-plugin: "npm:^2.7.6"
Expand Down Expand Up @@ -9687,14 +9687,14 @@ __metadata:
languageName: node
linkType: hard

"js-yaml@npm:4.3.0":
version: 4.3.0
resolution: "js-yaml@npm:4.3.0"
"js-yaml@npm:4.3.1":
version: 4.3.1
resolution: "js-yaml@npm:4.3.1"
dependencies:
argparse: "npm:^2.0.1"
bin:
js-yaml: bin/js-yaml.js
checksum: 10/2bcec3a8118d7f744badeb04e14366578d234a736f353d41fe35d2305e4ce2409a8e041d277f07cd6bbc8aaa12128d650a68ce43247072519bede20962d2126f
checksum: 10/2ce71b5d632abbd77da80447bf860e8a0264e54bffe94840984887d58b023761495b523727547904517a6107a1ef189854b361e0fc44995ee13a84f222d7bd42
languageName: node
linkType: hard

Expand Down
Loading