chore(deps): update yarn to v4.1.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
renovate[bot] 2024-02-10 16:34:12 +01:00 committed by Tilman Vatteroth
parent a090070c79
commit 663faaf8f7
9 changed files with 342 additions and 342 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs

View File

@ -143,5 +143,5 @@
"github-actions"
]
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.0"
}

View File

@ -66,5 +66,5 @@
"ts-jest": "29.1.2",
"typescript": "5.3.3"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.0"
}

View File

@ -9,5 +9,5 @@
"devDependencies": {
"markdownlint-cli2": "0.12.1"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.0"
}

View File

@ -169,5 +169,5 @@
"typescript": "5.3.3",
"user-agent-data-types": "0.4.2"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.0"
}

View File

@ -85,5 +85,5 @@
"resolutions": {
"@types/react": "18.2.55"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.0"
}

View File

@ -129,5 +129,5 @@
"bugs": {
"url": "https://github.com/hedgedoc/hedgedoc/issues"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.0"
}

View File

@ -23,7 +23,7 @@
"test": "dotenv -c test -- turbo run test --concurrency 1",
"test:e2e:ci": "dotenv -c test -- turbo run test:e2e:ci"
},
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.0",
"resolutions": {
"@types/node": "20.11.17",
"domhandler": "5.0.3",