chore(deps): update various dependencies (#2166)

yarn 4.9.4 -> 4.12.0
glob 11.1.0 -> 13.0.0
js-yaml 4.1.0 -> 4.1.1
This commit is contained in:
ismail simsek
2026-01-08 14:37:37 +01:00
committed by GitHub
parent 7ad809c654
commit da27b9a917
4 changed files with 352 additions and 587 deletions

View File

@@ -80,7 +80,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^4.0.1",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"glob": "11.1.0",
"glob": "13.0.0",
"identity-obj-proxy": "3.0.0",
"imports-loader": "^5.0.0",
"jest": "^29.5.0",
@@ -112,5 +112,9 @@
"webpack-subresource-integrity": "^5.1.0",
"webpack-virtual-modules": "^0.6.2"
},
"packageManager": "yarn@4.9.4"
"resolutions": {
"glob": "^13.0.0",
"js-yaml": "4.1.1"
},
"packageManager": "yarn@4.12.0"
}