diff --git a/.yarn/releases/yarn-3.6.0.cjs b/.yarn/releases/yarn-3.6.1.cjs similarity index 80% rename from .yarn/releases/yarn-3.6.0.cjs rename to .yarn/releases/yarn-3.6.1.cjs index a688ef2fd..5227385a9 100755 Binary files a/.yarn/releases/yarn-3.6.0.cjs and b/.yarn/releases/yarn-3.6.1.cjs differ diff --git a/.yarnrc.yml b/.yarnrc.yml index feff11143..8ba2cbc6c 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.0.cjs +yarnPath: .yarn/releases/yarn-3.6.1.cjs diff --git a/backend/package.json b/backend/package.json index 7daa5019a..fa6956492 100644 --- a/backend/package.json +++ b/backend/package.json @@ -141,5 +141,5 @@ "github-actions" ] }, - "packageManager": "yarn@3.6.0" + "packageManager": "yarn@3.6.1" } diff --git a/commons/package.json b/commons/package.json index 40c336498..1a5ba2cdd 100644 --- a/commons/package.json +++ b/commons/package.json @@ -63,5 +63,5 @@ "ts-jest": "29.1.1", "typescript": "5.1.6" }, - "packageManager": "yarn@3.6.0" + "packageManager": "yarn@3.6.1" } diff --git a/frontend/package.json b/frontend/package.json index 8fb99662e..d31c09640 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -168,5 +168,5 @@ "ts-node": "10.9.1", "typescript": "5.1.6" }, - "packageManager": "yarn@3.6.0" + "packageManager": "yarn@3.6.1" } diff --git a/package.json b/package.json index 7d0ddbb54..7c30e8a73 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test:ci": "dotenv -- turbo run test:ci", "test": "dotenv -- turbo run test" }, - "packageManager": "yarn@3.6.0", + "packageManager": "yarn@3.6.1", "resolutions": { "domhandler": "5.0.3", "@codemirror/state": "6.2.1",