diff --git a/.yarn/releases/yarn-4.0.0.cjs b/.yarn/releases/yarn-4.0.1.cjs similarity index 66% rename from .yarn/releases/yarn-4.0.0.cjs rename to .yarn/releases/yarn-4.0.1.cjs index b570710a2..2fd4d1d1d 100755 Binary files a/.yarn/releases/yarn-4.0.0.cjs and b/.yarn/releases/yarn-4.0.1.cjs differ diff --git a/.yarnrc.yml b/.yarnrc.yml index 2ae7ea94f..71338f830 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,3 +1,3 @@ nodeLinker: node-modules -yarnPath: .yarn/releases/yarn-4.0.0.cjs +yarnPath: .yarn/releases/yarn-4.0.1.cjs diff --git a/backend/package.json b/backend/package.json index 4a2240e4f..661bb0370 100644 --- a/backend/package.json +++ b/backend/package.json @@ -143,5 +143,5 @@ "github-actions" ] }, - "packageManager": "yarn@4.0.0" + "packageManager": "yarn@4.0.1" } diff --git a/commons/package.json b/commons/package.json index e6512683d..b9e3ee373 100644 --- a/commons/package.json +++ b/commons/package.json @@ -66,5 +66,5 @@ "ts-jest": "29.1.1", "typescript": "5.2.2" }, - "packageManager": "yarn@4.0.0" + "packageManager": "yarn@4.0.1" } diff --git a/docs/package.json b/docs/package.json index c606a8acb..62b70d09f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -9,5 +9,5 @@ "devDependencies": { "markdownlint-cli2": "0.10.0" }, - "packageManager": "yarn@4.0.0" + "packageManager": "yarn@4.0.1" } diff --git a/frontend/package.json b/frontend/package.json index e5b14f219..4dc57d5c8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -175,5 +175,5 @@ "typescript": "5.2.2", "user-agent-data-types": "0.4.2" }, - "packageManager": "yarn@4.0.0" + "packageManager": "yarn@4.0.1" } diff --git a/html-to-react/package.json b/html-to-react/package.json index a3fac0be9..a0c5682d0 100644 --- a/html-to-react/package.json +++ b/html-to-react/package.json @@ -85,5 +85,5 @@ "resolutions": { "@types/react": "18.2.33" }, - "packageManager": "yarn@4.0.0" + "packageManager": "yarn@4.0.1" } diff --git a/markdown-it-plugins/package.json b/markdown-it-plugins/package.json index 22278a8d0..01eee2ae4 100644 --- a/markdown-it-plugins/package.json +++ b/markdown-it-plugins/package.json @@ -129,5 +129,5 @@ "bugs": { "url": "https://github.com/hedgedoc/hedgedoc/issues" }, - "packageManager": "yarn@4.0.0" + "packageManager": "yarn@4.0.1" } diff --git a/package.json b/package.json index e18b54c49..4f40d3d06 100644 --- a/package.json +++ b/package.json @@ -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.0", + "packageManager": "yarn@4.0.1", "resolutions": { "domhandler": "5.0.3", "@codemirror/state": "6.3.1",