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

This commit is contained in:
renovate[bot]
2024-06-11 22:33:11 +00:00
committed by GitHub
parent 7377ebc798
commit f1290f70a2
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@@ -51,7 +51,7 @@
"workbox-precaching": "^7.0.0", "workbox-precaching": "^7.0.0",
"workbox-window": "^7.0.0", "workbox-window": "^7.0.0",
"xstate": "4.38.3", "xstate": "4.38.3",
"yaml": "2.4.4" "yaml": "2.4.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.24.7", "@babel/core": "7.24.7",
@@ -41255,9 +41255,9 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/yaml": { "node_modules/yaml": {
"version": "2.4.4", "version": "2.4.5",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.4.tgz", "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.5.tgz",
"integrity": "sha512-wle6DEiBMLgJAdEPZ+E8BPFauoWbwPujfuGJJFErxYiU4txXItppe8YqeFPAaWnW5CxduQ995X6b5e1NqrmxtA==", "integrity": "sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==",
"license": "ISC", "license": "ISC",
"bin": { "bin": {
"yaml": "bin.mjs" "yaml": "bin.mjs"

View File

@@ -57,7 +57,7 @@
"workbox-precaching": "^7.0.0", "workbox-precaching": "^7.0.0",
"workbox-window": "^7.0.0", "workbox-window": "^7.0.0",
"xstate": "4.38.3", "xstate": "4.38.3",
"yaml": "2.4.4" "yaml": "2.4.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.24.7", "@babel/core": "7.24.7",