Fixing the yaml dependency version issue

This commit is contained in:
Vladyslav Matsiiako
2023-01-06 16:59:51 -08:00
parent 5e03a54fa8
commit 2bbea36ce8

View File

@ -2311,7 +2311,7 @@
"import-fresh": "^3.2.1",
"parse-json": "^5.0.0",
"path-type": "^4.0.0",
"yaml": "^1.10.0"
"yaml": "^2.2.0"
},
"engines": {
"node": ">=10"
@ -5942,7 +5942,7 @@
"dev": true,
"dependencies": {
"lilconfig": "^2.0.5",
"yaml": "^1.10.2"
"yaml": "^2.2.0"
},
"engines": {
"node": ">= 10"
@ -7873,8 +7873,8 @@
"peer": true
},
"node_modules/yaml": {
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.0.tgz",
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
"engines": {
"node": ">= 6"
@ -9468,7 +9468,7 @@
"import-fresh": "^3.2.1",
"parse-json": "^5.0.0",
"path-type": "^4.0.0",
"yaml": "^1.10.0"
"yaml": "^2.2.0"
}
},
"create-hash": {
@ -12013,7 +12013,7 @@
"dev": true,
"requires": {
"lilconfig": "^2.0.5",
"yaml": "^1.10.2"
"yaml": "^2.2.0"
}
},
"postcss-nested": {
@ -13390,8 +13390,8 @@
"peer": true
},
"yaml": {
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.0.tgz",
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg=="
},
"yocto-queue": {