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

This commit is contained in:
renovate[bot] 2023-05-29 10:45:09 +00:00 committed by GitHub
parent dcaae90ed7
commit 7e38ac7738
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 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.3.0"
"yaml": "2.3.1"
},
"devDependencies": {
"@babel/core": "7.21.8",
@ -46176,12 +46176,11 @@
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
},
"node_modules/yaml": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.0.tgz",
"integrity": "sha512-8/1wgzdKc7bc9E6my5wZjmdavHLvO/QOmLG1FBugblEvY4IXrLjlViIOmL24HthU042lWTDRO90Fz1Yp66UnMw==",
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz",
"integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==",
"engines": {
"node": ">= 14",
"npm": ">= 7"
"node": ">= 14"
}
},
"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.3.0"
"yaml": "2.3.1"
},
"devDependencies": {
"@babel/core": "7.21.8",