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

This commit is contained in:
renovate[bot] 2024-06-11 16:38:24 +00:00 committed by GitHub
parent 23ecb58471
commit 6312e1de98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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-window": "^7.0.0",
"xstate": "4.38.3",
"yaml": "2.4.3"
"yaml": "2.4.4"
},
"devDependencies": {
"@babel/core": "7.24.7",
@ -41255,9 +41255,9 @@
"license": "ISC"
},
"node_modules/yaml": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.3.tgz",
"integrity": "sha512-sntgmxj8o7DE7g/Qi60cqpLBA3HG3STcDA0kO+WfB05jEKhZMbY7umNm2rBpQvsmZ16/lPXCJGW2672dgOUkrg==",
"version": "2.4.4",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.4.tgz",
"integrity": "sha512-wle6DEiBMLgJAdEPZ+E8BPFauoWbwPujfuGJJFErxYiU4txXItppe8YqeFPAaWnW5CxduQ995X6b5e1NqrmxtA==",
"license": "ISC",
"bin": {
"yaml": "bin.mjs"

View file

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