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

This commit is contained in:
renovate[bot]
2024-02-29 21:57:04 +00:00
parent 6b753d6185
commit 428c9669a6
2 changed files with 8 additions and 5 deletions

11
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.3.4"
"yaml": "2.4.0"
},
"devDependencies": {
"@babel/core": "7.23.9",
@@ -37660,9 +37660,12 @@
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
},
"node_modules/yaml": {
"version": "2.3.4",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz",
"integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.0.tgz",
"integrity": "sha512-j9iR8g+/t0lArF4V6NE/QCfT+CO7iLqrXAHZbJdo+LfjqP1vR8Fg5bSiaq6Q2lOD1AUEVrEVIgABvBFYojJVYQ==",
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14"
}

View File

@@ -57,7 +57,7 @@
"workbox-precaching": "^7.0.0",
"workbox-window": "^7.0.0",
"xstate": "4.38.3",
"yaml": "2.3.4"
"yaml": "2.4.0"
},
"devDependencies": {
"@babel/core": "7.23.9",