fix(deps): update dependency yaml to v2.3.0

This commit is contained in:
renovate[bot] 2023-05-27 08:47:11 +00:00 committed by GitHub
parent b80fa15fba
commit 1cf4071d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

11
web/package-lock.json generated
View File

@ -51,7 +51,7 @@
"workbox-precaching": "^6.5.4",
"workbox-window": "^6.5.4",
"xstate": "4.37.2",
"yaml": "2.2.2"
"yaml": "2.3.0"
},
"devDependencies": {
"@babel/core": "7.21.8",
@ -46063,11 +46063,12 @@
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
},
"node_modules/yaml": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.2.tgz",
"integrity": "sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.0.tgz",
"integrity": "sha512-8/1wgzdKc7bc9E6my5wZjmdavHLvO/QOmLG1FBugblEvY4IXrLjlViIOmL24HthU042lWTDRO90Fz1Yp66UnMw==",
"engines": {
"node": ">= 14"
"node": ">= 14",
"npm": ">= 7"
}
},
"node_modules/yargs": {

View File

@ -56,7 +56,7 @@
"workbox-precaching": "^6.5.4",
"workbox-window": "^6.5.4",
"xstate": "4.37.2",
"yaml": "2.2.2"
"yaml": "2.3.0"
},
"devDependencies": {
"@babel/core": "7.21.8",