diff --git a/.reuse/dep5 b/.reuse/dep5 index e96e6fffe..25c6a49d4 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -3,6 +3,10 @@ Upstream-Name: hedgedoc Upstream-Contact: The HedgeDoc developers Source: https://github.com/hedgedoc/hedgedoc +Files: .yarn/releases/** +Copyright: 2016-present, Yarn Contributors +License: BSD-2-Clause + Files: .idea/** Copyright: 2021 The HedgeDoc developers (see AUTHORS file) License: CC0-1.0 diff --git a/.yarn/releases/yarn-4.1.0.cjs.license b/.yarn/releases/yarn-4.1.0.cjs.license deleted file mode 100644 index 8eb7dd73f..000000000 Binary files a/.yarn/releases/yarn-4.1.0.cjs.license and /dev/null differ diff --git a/.yarn/releases/yarn-4.1.0.cjs b/.yarn/releases/yarn-4.1.1.cjs similarity index 89% rename from .yarn/releases/yarn-4.1.0.cjs rename to .yarn/releases/yarn-4.1.1.cjs index 738adce59..233bb7a3b 100755 Binary files a/.yarn/releases/yarn-4.1.0.cjs and b/.yarn/releases/yarn-4.1.1.cjs differ diff --git a/.yarnrc.yml b/.yarnrc.yml index 615af1809..ebe8f83bb 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,3 +1,3 @@ nodeLinker: node-modules -yarnPath: .yarn/releases/yarn-4.1.0.cjs +yarnPath: .yarn/releases/yarn-4.1.1.cjs diff --git a/backend/package.json b/backend/package.json index 8a167f6ca..77b8456dd 100644 --- a/backend/package.json +++ b/backend/package.json @@ -143,5 +143,5 @@ "github-actions" ] }, - "packageManager": "yarn@4.1.0" + "packageManager": "yarn@4.1.1" } diff --git a/commons/package.json b/commons/package.json index 5b0623909..f532b97a0 100644 --- a/commons/package.json +++ b/commons/package.json @@ -66,5 +66,5 @@ "ts-jest": "29.1.5", "typescript": "5.3.3" }, - "packageManager": "yarn@4.1.0" + "packageManager": "yarn@4.1.1" } diff --git a/docs/package.json b/docs/package.json index 8d7c4f9bf..2de3e0ae6 100644 --- a/docs/package.json +++ b/docs/package.json @@ -9,5 +9,5 @@ "devDependencies": { "markdownlint-cli2": "0.12.1" }, - "packageManager": "yarn@4.1.0" + "packageManager": "yarn@4.1.1" } diff --git a/frontend/package.json b/frontend/package.json index 2bc3beb7f..bfc3b06e6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -169,5 +169,5 @@ "typescript": "5.3.3", "user-agent-data-types": "0.4.2" }, - "packageManager": "yarn@4.1.0" + "packageManager": "yarn@4.1.1" } diff --git a/html-to-react/package.json b/html-to-react/package.json index ef0b24e7c..f224e1a07 100644 --- a/html-to-react/package.json +++ b/html-to-react/package.json @@ -85,5 +85,5 @@ "resolutions": { "@types/react": "18.2.55" }, - "packageManager": "yarn@4.1.0" + "packageManager": "yarn@4.1.1" } diff --git a/markdown-it-plugins/package.json b/markdown-it-plugins/package.json index 6ed35669b..6a175614b 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.1.0" + "packageManager": "yarn@4.1.1" } diff --git a/package.json b/package.json index 9340860aa..e030c84d2 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.1.0", + "packageManager": "yarn@4.1.1", "resolutions": { "@types/node": "20.11.18", "domhandler": "5.0.3",