Skip to content

Commit

Permalink
chore(deps): bump yaml from 2.6.0 to 2.6.1
Browse files Browse the repository at this point in the history
Bumps [yaml](https://github.com/eemeli/yaml) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.6.0...v2.6.1)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 31f08e0 commit 3ac05fb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"xml2js": "^0.6.2",
"yaml": "^2.5.1"
"yaml": "^2.6.1"
},
"devDependencies": {
"@automock/jest": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-select": "^5.8.0",
"react-toast-notifications": "^2.5.1",
"react-transition-group": "^4.4.5",
"yaml": "^2.6.0"
"yaml": "^2.6.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
Expand Down
15 changes: 12 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ __metadata:
winston: "npm:^3.17.0"
winston-daily-rotate-file: "npm:^5.0.0"
xml2js: "npm:^0.6.2"
yaml: "npm:^2.5.1"
yaml: "npm:^2.6.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1559,7 +1559,7 @@ __metadata:
react-transition-group: "npm:^4.4.5"
tailwindcss: "npm:^3.4.15"
typescript: "npm:^5.7.2"
yaml: "npm:^2.6.0"
yaml: "npm:^2.6.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -14551,7 +14551,7 @@ __metadata:
languageName: node
linkType: hard

"yaml@npm:^2.3.4, yaml@npm:^2.5.1, yaml@npm:^2.6.0":
"yaml@npm:^2.3.4":
version: 2.6.0
resolution: "yaml@npm:2.6.0"
bin:
Expand All @@ -14560,6 +14560,15 @@ __metadata:
languageName: node
linkType: hard

"yaml@npm:^2.6.1":
version: 2.6.1
resolution: "yaml@npm:2.6.1"
bin:
yaml: bin.mjs
checksum: 10c0/aebf07f61c72b38c74d2b60c3a3ccf89ee4da45bcd94b2bfb7899ba07a5257625a7c9f717c65a6fc511563d48001e01deb1d9e55f0133f3e2edf86039c8c1be7
languageName: node
linkType: hard

"yargs-parser@npm:21.1.1, yargs-parser@npm:^21.1.1":
version: 21.1.1
resolution: "yargs-parser@npm:21.1.1"
Expand Down

0 comments on commit 3ac05fb

Please sign in to comment.