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

This commit is contained in:
renovate[bot]
2023-01-02 19:27:40 +00:00
committed by GitHub
parent d1ce38c069
commit 706879a5a9
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@@ -51,7 +51,7 @@
"ua-parser-js": "1.0.32", "ua-parser-js": "1.0.32",
"video.js": "7.20.3", "video.js": "7.20.3",
"xstate": "4.35.1", "xstate": "4.35.1",
"yaml": "2.2.0" "yaml": "2.2.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.20.7", "@babel/core": "7.20.7",
@@ -34566,9 +34566,9 @@
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
}, },
"node_modules/yaml": { "node_modules/yaml": {
"version": "2.2.0", "version": "2.2.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.0.tgz", "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.1.tgz",
"integrity": "sha512-auf7Gi6QwO7HW//GA9seGvTXVGWl1CM/ADWh1+RxtXr6XOxnT65ovDl9fTi4e0monEyJxCHqDpF6QnFDXmJE4g==", "integrity": "sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==",
"engines": { "engines": {
"node": ">= 14" "node": ">= 14"
} }

View File

@@ -55,7 +55,7 @@
"ua-parser-js": "1.0.32", "ua-parser-js": "1.0.32",
"video.js": "7.20.3", "video.js": "7.20.3",
"xstate": "4.35.1", "xstate": "4.35.1",
"yaml": "2.2.0" "yaml": "2.2.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.20.7", "@babel/core": "7.20.7",