mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 21:59:43 +03:00
fix(deps): update dependency yaml to v2.3.1
This commit is contained in:
parent
dcaae90ed7
commit
7e38ac7738
2 changed files with 6 additions and 7 deletions
11
web/package-lock.json
generated
11
web/package-lock.json
generated
|
@ -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": {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue