Bump yaml from 2.3.2 to 2.3.4

Bumps [yaml](https://github.com/eemeli/yaml) from 2.3.2 to 2.3.4.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.3.2...v2.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-06 01:09:31 +00:00 committed by GitHub
parent af45f19143
commit 7e2776a5f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -29,7 +29,7 @@
"swagger-ui-express": "^5.0.0", "swagger-ui-express": "^5.0.0",
"validator": "^13.9.0", "validator": "^13.9.0",
"winston": "^3.11.0", "winston": "^3.11.0",
"yaml": "^2.3.2" "yaml": "^2.3.4"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^17.7.2", "@commitlint/cli": "^17.7.2",
@ -13002,9 +13002,9 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
}, },
"node_modules/yaml": { "node_modules/yaml": {
"version": "2.3.2", "version": "2.3.4",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.2.tgz", "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz",
"integrity": "sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==", "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==",
"engines": { "engines": {
"node": ">= 14" "node": ">= 14"
} }

View file

@ -89,6 +89,6 @@
"swagger-ui-express": "^5.0.0", "swagger-ui-express": "^5.0.0",
"validator": "^13.9.0", "validator": "^13.9.0",
"winston": "^3.11.0", "winston": "^3.11.0",
"yaml": "^2.3.2" "yaml": "^2.3.4"
} }
} }