From 80978313c93c298f4cf724d5fe6c96b36ddb9323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 02:15:47 +0000 Subject: [PATCH 01/10] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/backend-ci.yml | 2 +- .github/workflows/codeql.yml | 4 ++-- .github/workflows/frontend-ci.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index 84c33e3..41f1055 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup .NET uses: actions/setup-dotnet@v4 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c0f8edc..2fc9e62 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,7 +16,7 @@ jobs: security-events: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Initialize CodeQL uses: github/codeql-action/init@v4 @@ -36,7 +36,7 @@ jobs: security-events: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup .NET uses: actions/setup-dotnet@v4 diff --git a/.github/workflows/frontend-ci.yml b/.github/workflows/frontend-ci.yml index 1a55149..3cac9f9 100644 --- a/.github/workflows/frontend-ci.yml +++ b/.github/workflows/frontend-ci.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Node.js uses: actions/setup-node@v4 From a1eda777ef9f1af6074f6536aabdaee1385f3776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 02:16:00 +0000 Subject: [PATCH 02/10] Bump fabric from 7.1.0 to 7.2.0 in /Source/frontend Bumps [fabric](https://github.com/fabricjs/fabric.js) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/fabricjs/fabric.js/releases) - [Changelog](https://github.com/fabricjs/fabric.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/fabricjs/fabric.js/commits) --- updated-dependencies: - dependency-name: fabric dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Source/frontend/package-lock.json | 8 ++++---- Source/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/frontend/package-lock.json b/Source/frontend/package-lock.json index 2601576..4938d5c 100644 --- a/Source/frontend/package-lock.json +++ b/Source/frontend/package-lock.json @@ -31,7 +31,7 @@ "@tiptap/starter-kit": "^3.19.0", "axios": "^1.11.0", "browser-image-compression": "^2.0.2", - "fabric": "^7.1.0", + "fabric": "^7.2.0", "html2pdf.js": "^0.14.0", "lucide-react": "^0.542.0", "react": "^18.3.1", @@ -3763,9 +3763,9 @@ } }, "node_modules/fabric": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/fabric/-/fabric-7.1.0.tgz", - "integrity": "sha512-061QsoSw6xn7UoRXYq816qMyvObP4gRNVph0jAFWtG5E2kBlfdjrYBiLPRuaAHSmVQUz9RjbPpePB/hljiYJIw==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/fabric/-/fabric-7.2.0.tgz", + "integrity": "sha512-XSYmSqSMrlbCg+/j7/uU/PFeZuA5hHRDp7sGbDlMvz/T6BHt2MQSOYtz/AIdr+kmReA1s5jTzHJ8AjHwYUcmfQ==", "license": "MIT", "engines": { "node": ">=20.0.0" diff --git a/Source/frontend/package.json b/Source/frontend/package.json index 3232d39..8881953 100644 --- a/Source/frontend/package.json +++ b/Source/frontend/package.json @@ -33,7 +33,7 @@ "@tiptap/starter-kit": "^3.19.0", "axios": "^1.11.0", "browser-image-compression": "^2.0.2", - "fabric": "^7.1.0", + "fabric": "^7.2.0", "html2pdf.js": "^0.14.0", "lucide-react": "^0.542.0", "react": "^18.3.1", From b675726ccccbcc2ec4220596f69dd04c204d8134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 02:16:20 +0000 Subject: [PATCH 03/10] Bump @tiptap/extension-superscript in /Source/frontend Bumps [@tiptap/extension-superscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-superscript) from 3.19.0 to 3.20.0. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-superscript/CHANGELOG.md) - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.20.0/packages/extension-superscript) --- updated-dependencies: - dependency-name: "@tiptap/extension-superscript" dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Source/frontend/package-lock.json | 26 +++++++++++++------------- Source/frontend/package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Source/frontend/package-lock.json b/Source/frontend/package-lock.json index 2601576..055aead 100644 --- a/Source/frontend/package-lock.json +++ b/Source/frontend/package-lock.json @@ -16,7 +16,7 @@ "@tiptap/extension-image": "^3.19.0", "@tiptap/extension-link": "^3.19.0", "@tiptap/extension-subscript": "^3.19.0", - "@tiptap/extension-superscript": "^3.19.0", + "@tiptap/extension-superscript": "^3.20.0", "@tiptap/extension-table": "^3.19.0", "@tiptap/extension-table-cell": "^3.19.0", "@tiptap/extension-table-header": "^3.19.0", @@ -1637,16 +1637,16 @@ ] }, "node_modules/@tiptap/core": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.19.0.tgz", - "integrity": "sha512-bpqELwPW+DG8gWiD8iiFtSl4vIBooG5uVJod92Qxn3rA9nFatyXRr4kNbMJmOZ66ezUvmCjXVe/5/G4i5cyzKA==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.20.0.tgz", + "integrity": "sha512-aC9aROgia/SpJqhsXFiX9TsligL8d+oeoI8W3u00WI45s0VfsqjgeKQLDLF7Tu7hC+7F02teC84SAHuup003VQ==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/pm": "^3.19.0" + "@tiptap/pm": "^3.20.0" } }, "node_modules/@tiptap/extension-blockquote": { @@ -2017,17 +2017,17 @@ } }, "node_modules/@tiptap/extension-superscript": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/@tiptap/extension-superscript/-/extension-superscript-3.19.0.tgz", - "integrity": "sha512-PjLUGjM23/7hqFP5HS1DbdywRm63GhjJ5SD6KqNgyZQwcwDZeJTAW2b/LYTHAP+k07OxOLPdj/k4ntQKtgKNow==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@tiptap/extension-superscript/-/extension-superscript-3.20.0.tgz", + "integrity": "sha512-NNFv58LM/7JMu4aq9Apq8yuaB8MDL5dvVZ7R6qMuQNZDVGAGgoiBqtglA1RXldNl/9IFcVg67rT8oF86qykYKA==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.19.0", - "@tiptap/pm": "^3.19.0" + "@tiptap/core": "^3.20.0", + "@tiptap/pm": "^3.20.0" } }, "node_modules/@tiptap/extension-table": { @@ -2176,9 +2176,9 @@ } }, "node_modules/@tiptap/pm": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.19.0.tgz", - "integrity": "sha512-789zcnM4a8OWzvbD2DL31d0wbSm9BVeO/R7PLQwLIGysDI3qzrcclyZ8yhqOEVuvPitRRwYLq+mY14jz7kY4cw==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.20.0.tgz", + "integrity": "sha512-jn+2KnQZn+b+VXr8EFOJKsnjVNaA4diAEr6FOazupMt8W8ro1hfpYtZ25JL87Kao/WbMze55sd8M8BDXLUKu1A==", "license": "MIT", "dependencies": { "prosemirror-changeset": "^2.3.0", diff --git a/Source/frontend/package.json b/Source/frontend/package.json index 3232d39..ab3a4c1 100644 --- a/Source/frontend/package.json +++ b/Source/frontend/package.json @@ -18,7 +18,7 @@ "@tiptap/extension-image": "^3.19.0", "@tiptap/extension-link": "^3.19.0", "@tiptap/extension-subscript": "^3.19.0", - "@tiptap/extension-superscript": "^3.19.0", + "@tiptap/extension-superscript": "^3.20.0", "@tiptap/extension-table": "^3.19.0", "@tiptap/extension-table-cell": "^3.19.0", "@tiptap/extension-table-header": "^3.19.0", From a4369eb18103c894086ca9767016c57a03f06c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 02:16:33 +0000 Subject: [PATCH 04/10] Bump @tiptap/extension-table-cell in /Source/frontend Bumps [@tiptap/extension-table-cell](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-cell) from 3.19.0 to 3.20.0. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.20.0/packages/extension-table-cell) --- updated-dependencies: - dependency-name: "@tiptap/extension-table-cell" dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Source/frontend/package-lock.json | 34 +++++++++++++++---------------- Source/frontend/package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Source/frontend/package-lock.json b/Source/frontend/package-lock.json index 2601576..3507014 100644 --- a/Source/frontend/package-lock.json +++ b/Source/frontend/package-lock.json @@ -18,7 +18,7 @@ "@tiptap/extension-subscript": "^3.19.0", "@tiptap/extension-superscript": "^3.19.0", "@tiptap/extension-table": "^3.19.0", - "@tiptap/extension-table-cell": "^3.19.0", + "@tiptap/extension-table-cell": "^3.20.0", "@tiptap/extension-table-header": "^3.19.0", "@tiptap/extension-table-row": "^3.19.0", "@tiptap/extension-task-item": "^3.19.0", @@ -1637,16 +1637,16 @@ ] }, "node_modules/@tiptap/core": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.19.0.tgz", - "integrity": "sha512-bpqELwPW+DG8gWiD8iiFtSl4vIBooG5uVJod92Qxn3rA9nFatyXRr4kNbMJmOZ66ezUvmCjXVe/5/G4i5cyzKA==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.20.0.tgz", + "integrity": "sha512-aC9aROgia/SpJqhsXFiX9TsligL8d+oeoI8W3u00WI45s0VfsqjgeKQLDLF7Tu7hC+7F02teC84SAHuup003VQ==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/pm": "^3.19.0" + "@tiptap/pm": "^3.20.0" } }, "node_modules/@tiptap/extension-blockquote": { @@ -2031,30 +2031,30 @@ } }, "node_modules/@tiptap/extension-table": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/@tiptap/extension-table/-/extension-table-3.19.0.tgz", - "integrity": "sha512-Lg8DlkkDUMYE/CcGOxoCWF98B2i7VWh+AGgqlF+XWrHjhlKHfENLRXm1a0vWuyyP3NknRYILoaaZ1s7QzmXKRA==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@tiptap/extension-table/-/extension-table-3.20.0.tgz", + "integrity": "sha512-vaaMtQ2KnSSr8WVwgWf7NYNzPwrHx/6T0ekA5CxV8qNUEpXIaLXa5+tE7tJHWEdNR2KY3gUJ46D3lfOkxyFrBQ==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.19.0", - "@tiptap/pm": "^3.19.0" + "@tiptap/core": "^3.20.0", + "@tiptap/pm": "^3.20.0" } }, "node_modules/@tiptap/extension-table-cell": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/@tiptap/extension-table-cell/-/extension-table-cell-3.19.0.tgz", - "integrity": "sha512-T67EDWmiRdOGctolaUpMPXffDkEFL+NUppSV61cPU3jQtDwGg01meauy5u67u6OUM8ICiZ+Sc7Xd2DIt+7Nv5g==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@tiptap/extension-table-cell/-/extension-table-cell-3.20.0.tgz", + "integrity": "sha512-9Dg4zda3UWwtpBwSG7b9BeQy5oT27a/yEIBeARuxe19bloMLZgqpPRtnSrOK0OAITtVnjA+NZdKPcVLRMS2E8A==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/extension-table": "^3.19.0" + "@tiptap/extension-table": "^3.20.0" } }, "node_modules/@tiptap/extension-table-header": { @@ -2176,9 +2176,9 @@ } }, "node_modules/@tiptap/pm": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.19.0.tgz", - "integrity": "sha512-789zcnM4a8OWzvbD2DL31d0wbSm9BVeO/R7PLQwLIGysDI3qzrcclyZ8yhqOEVuvPitRRwYLq+mY14jz7kY4cw==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.20.0.tgz", + "integrity": "sha512-jn+2KnQZn+b+VXr8EFOJKsnjVNaA4diAEr6FOazupMt8W8ro1hfpYtZ25JL87Kao/WbMze55sd8M8BDXLUKu1A==", "license": "MIT", "dependencies": { "prosemirror-changeset": "^2.3.0", diff --git a/Source/frontend/package.json b/Source/frontend/package.json index 3232d39..9b3da3f 100644 --- a/Source/frontend/package.json +++ b/Source/frontend/package.json @@ -20,7 +20,7 @@ "@tiptap/extension-subscript": "^3.19.0", "@tiptap/extension-superscript": "^3.19.0", "@tiptap/extension-table": "^3.19.0", - "@tiptap/extension-table-cell": "^3.19.0", + "@tiptap/extension-table-cell": "^3.20.0", "@tiptap/extension-table-header": "^3.19.0", "@tiptap/extension-table-row": "^3.19.0", "@tiptap/extension-task-item": "^3.19.0", From 8214a7639f7ce3b35b0e4f84419df487fcb8e8a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 02:16:44 +0000 Subject: [PATCH 05/10] Bump @tiptap/extension-underline in /Source/frontend Bumps [@tiptap/extension-underline](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-underline) from 3.19.0 to 3.20.0. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-underline/CHANGELOG.md) - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.20.0/packages/extension-underline) --- updated-dependencies: - dependency-name: "@tiptap/extension-underline" dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Source/frontend/package-lock.json | 24 ++++++++++++------------ Source/frontend/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Source/frontend/package-lock.json b/Source/frontend/package-lock.json index 2601576..e7f9506 100644 --- a/Source/frontend/package-lock.json +++ b/Source/frontend/package-lock.json @@ -25,7 +25,7 @@ "@tiptap/extension-task-list": "^3.19.0", "@tiptap/extension-text-align": "^3.19.0", "@tiptap/extension-text-style": "^3.19.0", - "@tiptap/extension-underline": "^3.19.0", + "@tiptap/extension-underline": "^3.20.0", "@tiptap/pm": "^3.19.0", "@tiptap/react": "^3.19.0", "@tiptap/starter-kit": "^3.19.0", @@ -1637,16 +1637,16 @@ ] }, "node_modules/@tiptap/core": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.19.0.tgz", - "integrity": "sha512-bpqELwPW+DG8gWiD8iiFtSl4vIBooG5uVJod92Qxn3rA9nFatyXRr4kNbMJmOZ66ezUvmCjXVe/5/G4i5cyzKA==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.20.0.tgz", + "integrity": "sha512-aC9aROgia/SpJqhsXFiX9TsligL8d+oeoI8W3u00WI45s0VfsqjgeKQLDLF7Tu7hC+7F02teC84SAHuup003VQ==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/pm": "^3.19.0" + "@tiptap/pm": "^3.20.0" } }, "node_modules/@tiptap/extension-blockquote": { @@ -2149,16 +2149,16 @@ } }, "node_modules/@tiptap/extension-underline": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/@tiptap/extension-underline/-/extension-underline-3.19.0.tgz", - "integrity": "sha512-800MGEWfG49j10wQzAFiW/ele1HT04MamcL8iyuPNu7ZbjbGN2yknvdrJlRy7hZlzIrVkZMr/1tz62KN33VHIw==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@tiptap/extension-underline/-/extension-underline-3.20.0.tgz", + "integrity": "sha512-LzNXuy2jwR/y+ymoUqC72TiGzbOCjioIjsDu0MNYpHuHqTWPK5aV9Mh0nbZcYFy/7fPlV1q0W139EbJeYBZEAQ==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.19.0" + "@tiptap/core": "^3.20.0" } }, "node_modules/@tiptap/extensions": { @@ -2176,9 +2176,9 @@ } }, "node_modules/@tiptap/pm": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.19.0.tgz", - "integrity": "sha512-789zcnM4a8OWzvbD2DL31d0wbSm9BVeO/R7PLQwLIGysDI3qzrcclyZ8yhqOEVuvPitRRwYLq+mY14jz7kY4cw==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.20.0.tgz", + "integrity": "sha512-jn+2KnQZn+b+VXr8EFOJKsnjVNaA4diAEr6FOazupMt8W8ro1hfpYtZ25JL87Kao/WbMze55sd8M8BDXLUKu1A==", "license": "MIT", "dependencies": { "prosemirror-changeset": "^2.3.0", diff --git a/Source/frontend/package.json b/Source/frontend/package.json index 3232d39..77b1133 100644 --- a/Source/frontend/package.json +++ b/Source/frontend/package.json @@ -27,7 +27,7 @@ "@tiptap/extension-task-list": "^3.19.0", "@tiptap/extension-text-align": "^3.19.0", "@tiptap/extension-text-style": "^3.19.0", - "@tiptap/extension-underline": "^3.19.0", + "@tiptap/extension-underline": "^3.20.0", "@tiptap/pm": "^3.19.0", "@tiptap/react": "^3.19.0", "@tiptap/starter-kit": "^3.19.0", From 278ca4cef9c5fb21394eeb87cf4ccfae8fbc9a2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 02:17:59 +0000 Subject: [PATCH 06/10] Bump AWSSDK.S3 from 3.7.400 to 4.0.18.6 --- updated-dependencies: - dependency-name: AWSSDK.S3 dependency-version: 4.0.18.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../TableWorks.Infrastructure/ASideNote.Infrastructure.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/backend/src/TableWorks.Infrastructure/ASideNote.Infrastructure.csproj b/Source/backend/src/TableWorks.Infrastructure/ASideNote.Infrastructure.csproj index 636a4df..0b2786f 100644 --- a/Source/backend/src/TableWorks.Infrastructure/ASideNote.Infrastructure.csproj +++ b/Source/backend/src/TableWorks.Infrastructure/ASideNote.Infrastructure.csproj @@ -22,7 +22,7 @@ - + From d815a7e247d32a989bbc29ff39ec9fb06a85a1fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 02:18:33 +0000 Subject: [PATCH 07/10] Bump coverlet.collector from 6.0.4 to 8.0.0 --- updated-dependencies: - dependency-name: coverlet.collector dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Source/backend/tests/TableWorks.Tests/ASideNote.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/backend/tests/TableWorks.Tests/ASideNote.Tests.csproj b/Source/backend/tests/TableWorks.Tests/ASideNote.Tests.csproj index 71c7673..d07a374 100644 --- a/Source/backend/tests/TableWorks.Tests/ASideNote.Tests.csproj +++ b/Source/backend/tests/TableWorks.Tests/ASideNote.Tests.csproj @@ -7,7 +7,7 @@ - + From f434b359efad641e3683069885d02f857b397eea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 02:18:55 +0000 Subject: [PATCH 08/10] Bump DocumentFormat.OpenXml from 3.2.0 to 3.4.1 --- updated-dependencies: - dependency-name: DocumentFormat.OpenXml dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../TableWorks.Infrastructure/ASideNote.Infrastructure.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/backend/src/TableWorks.Infrastructure/ASideNote.Infrastructure.csproj b/Source/backend/src/TableWorks.Infrastructure/ASideNote.Infrastructure.csproj index 636a4df..ea5e9a9 100644 --- a/Source/backend/src/TableWorks.Infrastructure/ASideNote.Infrastructure.csproj +++ b/Source/backend/src/TableWorks.Infrastructure/ASideNote.Infrastructure.csproj @@ -20,7 +20,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + From 0e8549b875fd2715392d1179c23971fecf5c7bf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 02:19:53 +0000 Subject: [PATCH 09/10] Bump Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.8 to 8.0.24 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 8.0.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Source/backend/src/TableWorks.API/ASideNote.API.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/backend/src/TableWorks.API/ASideNote.API.csproj b/Source/backend/src/TableWorks.API/ASideNote.API.csproj index cfa5986..6e74d7e 100644 --- a/Source/backend/src/TableWorks.API/ASideNote.API.csproj +++ b/Source/backend/src/TableWorks.API/ASideNote.API.csproj @@ -18,7 +18,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive From d4a9ecbd92c4c87b563d3aaafb3da620c814172a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 02:20:14 +0000 Subject: [PATCH 10/10] Bump Microsoft.AspNetCore.Http.Abstractions from 2.2.0 to 2.3.9 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Http.Abstractions dependency-version: 2.3.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../TableWorks.Infrastructure/ASideNote.Infrastructure.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/backend/src/TableWorks.Infrastructure/ASideNote.Infrastructure.csproj b/Source/backend/src/TableWorks.Infrastructure/ASideNote.Infrastructure.csproj index 636a4df..c9ffd49 100644 --- a/Source/backend/src/TableWorks.Infrastructure/ASideNote.Infrastructure.csproj +++ b/Source/backend/src/TableWorks.Infrastructure/ASideNote.Infrastructure.csproj @@ -12,7 +12,7 @@ - +