chore(deps-dev): bump yaml from 1.10.2 to 2.2.2 (#22601)

This commit is contained in:
dependabot[bot] 2023-04-25 09:36:42 +02:00 committed by GitHub
parent 59678fdea7
commit 76a2afc836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

13
package-lock.json generated
View File

@ -63,7 +63,7 @@
"vite": "^4.2.1",
"ws": "^8.5.0",
"xml2js": "^0.5.0",
"yaml": "^1.10.2"
"yaml": "^2.2.2"
},
"engines": {
"node": ">=14"
@ -6093,11 +6093,12 @@
"license": "ISC"
},
"node_modules/yaml": {
"version": "1.10.2",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.2.tgz",
"integrity": "sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==",
"dev": true,
"license": "ISC",
"engines": {
"node": ">= 6"
"node": ">= 14"
}
},
"node_modules/yargs": {
@ -10373,7 +10374,9 @@
"dev": true
},
"yaml": {
"version": "1.10.2",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.2.tgz",
"integrity": "sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==",
"dev": true
},
"yargs": {

View File

@ -98,6 +98,6 @@
"vite": "^4.2.1",
"ws": "^8.5.0",
"xml2js": "^0.5.0",
"yaml": "^1.10.2"
"yaml": "^2.2.2"
}
}