diff --git a/.yarn/releases/yarn-3.6.2.cjs b/.yarn/releases/yarn-3.6.3.cjs similarity index 99% rename from .yarn/releases/yarn-3.6.2.cjs rename to .yarn/releases/yarn-3.6.3.cjs index f4ae436b4..9837c3028 100755 Binary files a/.yarn/releases/yarn-3.6.2.cjs and b/.yarn/releases/yarn-3.6.3.cjs differ diff --git a/.yarnrc.yml b/.yarnrc.yml index c10024f5a..f8e9198a1 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.2.cjs +yarnPath: .yarn/releases/yarn-3.6.3.cjs diff --git a/backend/package.json b/backend/package.json index 0215d6fc1..5c79348cf 100644 --- a/backend/package.json +++ b/backend/package.json @@ -142,5 +142,5 @@ "github-actions" ] }, - "packageManager": "yarn@3.6.2" + "packageManager": "yarn@3.6.3" } diff --git a/commons/package.json b/commons/package.json index 6556c8057..9f2ea7ebb 100644 --- a/commons/package.json +++ b/commons/package.json @@ -66,5 +66,5 @@ "ts-jest": "29.1.1", "typescript": "5.1.6" }, - "packageManager": "yarn@3.6.2" + "packageManager": "yarn@3.6.3" } diff --git a/docs/package.json b/docs/package.json index f933a416a..bcb1b9609 100644 --- a/docs/package.json +++ b/docs/package.json @@ -9,5 +9,5 @@ "devDependencies": { "markdownlint-cli2": "0.9.2" }, - "packageManager": "yarn@3.6.2" + "packageManager": "yarn@3.6.3" } diff --git a/frontend/package.json b/frontend/package.json index 5738e665b..b568d7f6c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -170,5 +170,5 @@ "ts-node": "10.9.1", "typescript": "5.1.6" }, - "packageManager": "yarn@3.6.2" + "packageManager": "yarn@3.6.3" } diff --git a/package.json b/package.json index cbc256fba..d793c1d61 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "test:ci": "dotenv -- turbo run test:ci", "test": "dotenv -- turbo run test" }, - "packageManager": "yarn@3.6.2", + "packageManager": "yarn@3.6.3", "resolutions": { "domhandler": "5.0.3", "@codemirror/state": "6.2.1",