diff --git a/.yarn/releases/yarn-3.6.3.cjs b/.yarn/releases/yarn-3.6.4.cjs similarity index 91% rename from .yarn/releases/yarn-3.6.3.cjs rename to .yarn/releases/yarn-3.6.4.cjs index 9837c3028..ebd9272da 100755 Binary files a/.yarn/releases/yarn-3.6.3.cjs and b/.yarn/releases/yarn-3.6.4.cjs differ diff --git a/.yarnrc.yml b/.yarnrc.yml index f8e9198a1..9e0a626a2 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -8,4 +8,4 @@ plugins: - path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs spec: "@yarnpkg/plugin-workspace-tools" -yarnPath: .yarn/releases/yarn-3.6.3.cjs +yarnPath: .yarn/releases/yarn-3.6.4.cjs diff --git a/backend/package.json b/backend/package.json index 8d2e4070a..f86271b5f 100644 --- a/backend/package.json +++ b/backend/package.json @@ -142,5 +142,5 @@ "github-actions" ] }, - "packageManager": "yarn@3.6.3" + "packageManager": "yarn@3.6.4" } diff --git a/commons/package.json b/commons/package.json index 77252bfad..f8bea2f5e 100644 --- a/commons/package.json +++ b/commons/package.json @@ -66,5 +66,5 @@ "ts-jest": "29.1.1", "typescript": "5.2.2" }, - "packageManager": "yarn@3.6.3" + "packageManager": "yarn@3.6.4" } diff --git a/docs/package.json b/docs/package.json index 2619d084c..3aadd947f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -9,5 +9,5 @@ "devDependencies": { "markdownlint-cli2": "0.10.0" }, - "packageManager": "yarn@3.6.3" + "packageManager": "yarn@3.6.4" } diff --git a/frontend/package.json b/frontend/package.json index c839ea233..975ff5dcb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -173,5 +173,5 @@ "typescript": "5.2.2", "user-agent-data-types": "0.4.2" }, - "packageManager": "yarn@3.6.3" + "packageManager": "yarn@3.6.4" } diff --git a/html-to-react/package.json b/html-to-react/package.json index 1ed47fd9f..599af510b 100644 --- a/html-to-react/package.json +++ b/html-to-react/package.json @@ -85,5 +85,5 @@ "resolutions": { "@types/react": "18.2.25" }, - "packageManager": "yarn@3.6.3" + "packageManager": "yarn@3.6.4" } diff --git a/markdown-it-plugins/package.json b/markdown-it-plugins/package.json index 9345e24b1..7a46ee965 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@3.6.3" + "packageManager": "yarn@3.6.4" } diff --git a/package.json b/package.json index f0810bc43..11c373481 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@3.6.3", + "packageManager": "yarn@3.6.4", "resolutions": { "domhandler": "5.0.3", "@codemirror/state": "6.2.1",