Bump yaml from 2.1.0 to 2.1.1

Bumps [yaml](https://github.com/eemeli/yaml) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.1.0...v2.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
This commit is contained in:
dependabot[bot]
2022-06-07 01:33:07 +00:00
committed by GitHub
parent 30c4549c8c
commit 3b0a091baa
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -16,7 +16,7 @@
"ansi-styles": "^6.1.0", "ansi-styles": "^6.1.0",
"got": "^12.1.0", "got": "^12.1.0",
"nodemon": "^2.0.16", "nodemon": "^2.0.16",
"yaml": "^2.1.0", "yaml": "^2.1.1",
"zod": "^3.17.3" "zod": "^3.17.3"
}, },
"devDependencies": { "devDependencies": {
@@ -7437,9 +7437,9 @@
"dev": true "dev": true
}, },
"node_modules/yaml": { "node_modules/yaml": {
"version": "2.1.0", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.0.tgz", "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.1.tgz",
"integrity": "sha512-OuAINfTsoJrY5H7CBWnKZhX6nZciXBydrMtTHr1dC4nP40X5jyTIVlogZHxSlVZM8zSgXRfgZGsaHF4+pV+JRw==", "integrity": "sha512-o96x3OPo8GjWeSLF+wOAbrPfhFOGY0W00GNaxCDv+9hkcDJEnev1yh8S7pgHF0ik6zc8sQLuL8hjHjJULZp8bw==",
"engines": { "engines": {
"node": ">= 14" "node": ">= 14"
} }
@@ -13056,9 +13056,9 @@
"dev": true "dev": true
}, },
"yaml": { "yaml": {
"version": "2.1.0", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.0.tgz", "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.1.tgz",
"integrity": "sha512-OuAINfTsoJrY5H7CBWnKZhX6nZciXBydrMtTHr1dC4nP40X5jyTIVlogZHxSlVZM8zSgXRfgZGsaHF4+pV+JRw==" "integrity": "sha512-o96x3OPo8GjWeSLF+wOAbrPfhFOGY0W00GNaxCDv+9hkcDJEnev1yh8S7pgHF0ik6zc8sQLuL8hjHjJULZp8bw=="
}, },
"yargs": { "yargs": {
"version": "16.2.0", "version": "16.2.0",
+1 -1
View File
@@ -32,7 +32,7 @@
"ansi-styles": "^6.1.0", "ansi-styles": "^6.1.0",
"got": "^12.1.0", "got": "^12.1.0",
"nodemon": "^2.0.16", "nodemon": "^2.0.16",
"yaml": "^2.1.0", "yaml": "^2.1.1",
"zod": "^3.17.3" "zod": "^3.17.3"
}, },
"devDependencies": { "devDependencies": {