diff --git a/.ci/integrationTest.postgres.sh b/.ci/integrationTest.postgres.sh
index 1eff6e9fcb..15db3032c7 100755
--- a/.ci/integrationTest.postgres.sh
+++ b/.ci/integrationTest.postgres.sh
@@ -12,4 +12,4 @@ dotnet restore "Backbone.sln"
dotnet build --no-restore "Backbone.sln"
export CONSUMER_API_BASE_ADDRESS="http://localhost:5000"
export ADMIN_API_BASE_ADDRESS="http://localhost:5173"
-dotnet test --no-restore --no-build --filter "Category=Integration&TestCategory!~ignore" --logger "GitHubActions;summary.includePassedTests=true" "Backbone.sln"
+dotnet test --no-restore --no-build --filter "Category=Integration&TestCategory!~ignore" --logger "GitHubActions;summary.includeNotFoundTests=false" "Backbone.sln"
diff --git a/.ci/integrationTest.sqlserver.sh b/.ci/integrationTest.sqlserver.sh
index fc100bd7af..f0c5a00e34 100755
--- a/.ci/integrationTest.sqlserver.sh
+++ b/.ci/integrationTest.sqlserver.sh
@@ -12,4 +12,4 @@ dotnet restore "Backbone.sln"
dotnet build --no-restore "Backbone.sln"
export CONSUMER_API_BASE_ADDRESS="http://localhost:5000"
export ADMIN_API_BASE_ADDRESS="http://localhost:5173"
-dotnet test --no-restore --no-build --filter "Category=Integration&TestCategory!~ignore" --logger "GitHubActions;summary.includePassedTests=true" "Backbone.sln"
+dotnet test --no-restore --no-build --filter "Category=Integration&TestCategory!~ignore" --logger "GitHubActions;summary.includeNotFoundTests=false" "Backbone.sln"
diff --git a/.ci/test.sh b/.ci/test.sh
index 1c08f310c5..d06678939d 100755
--- a/.ci/test.sh
+++ b/.ci/test.sh
@@ -2,4 +2,4 @@
dotnet restore "Backbone.sln"
dotnet build --no-restore "Backbone.sln"
-dotnet test --no-restore --no-build --filter "Category!=Integration" --logger "GitHubActions;summary.includePassedTests=true" "Backbone.sln"
+dotnet test --no-restore --no-build --filter "Category!=Integration" --logger "GitHubActions;summary.includeNotFoundTests=false" "Backbone.sln"
diff --git a/AdminApi/src/AdminApi/AdminApi.csproj b/AdminApi/src/AdminApi/AdminApi.csproj
index 0da0efeb43..de8604031f 100644
--- a/AdminApi/src/AdminApi/AdminApi.csproj
+++ b/AdminApi/src/AdminApi/AdminApi.csproj
@@ -18,7 +18,7 @@
-
+
diff --git a/AdminApi/src/AdminApi/ClientApp/package-lock.json b/AdminApi/src/AdminApi/ClientApp/package-lock.json
index 2f8b19386e..f67f4e7e62 100644
--- a/AdminApi/src/AdminApi/ClientApp/package-lock.json
+++ b/AdminApi/src/AdminApi/ClientApp/package-lock.json
@@ -9,17 +9,17 @@
"version": "0.0.0",
"license": "MIT",
"dependencies": {
- "@angular/animations": "^18.0.2",
- "@angular/cdk": "^18.0.2",
- "@angular/common": "^18.0.2",
- "@angular/compiler": "^18.0.2",
- "@angular/core": "^18.0.2",
- "@angular/forms": "^18.0.2",
- "@angular/material": "^18.0.2",
- "@angular/platform-browser": "^18.0.2",
- "@angular/platform-browser-dynamic": "^18.0.2",
- "@angular/platform-server": "^18.0.2",
- "@angular/router": "^18.0.2",
+ "@angular/animations": "^18.0.3",
+ "@angular/cdk": "^18.0.3",
+ "@angular/common": "^18.0.3",
+ "@angular/compiler": "^18.0.3",
+ "@angular/core": "^18.0.3",
+ "@angular/forms": "^18.0.3",
+ "@angular/material": "^18.0.3",
+ "@angular/platform-browser": "^18.0.3",
+ "@angular/platform-browser-dynamic": "^18.0.3",
+ "@angular/platform-server": "^18.0.3",
+ "@angular/router": "^18.0.3",
"@ngx-env/builder": "^18.0.1",
"bootstrap": "^5.3.3",
"jquery": "^3.7.1",
@@ -34,9 +34,9 @@
"zone.js": "~0.14.7"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^18.0.3",
- "@angular/cli": "^18.0.3",
- "@angular/compiler-cli": "^18.0.2",
+ "@angular-devkit/build-angular": "^18.0.4",
+ "@angular/cli": "^18.0.4",
+ "@angular/compiler-cli": "^18.0.3",
"@js-soft/eslint-config-ts": "^1.6.8",
"@js-soft/license-check": "^1.0.9",
"@types/jasmine": "~5.1.4",
@@ -49,7 +49,7 @@
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
- "prettier": "^3.3.1",
+ "prettier": "^3.3.2",
"typescript": "~5.4.5"
}
},
@@ -76,12 +76,12 @@
}
},
"node_modules/@angular-devkit/architect": {
- "version": "0.1800.3",
- "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1800.3.tgz",
- "integrity": "sha512-ZoQuvCN/Ft4XJ+/XouYFKGoyEYTfZ8I5yI1M4t19lkRb3MwpQribWcZu4PP+SNnS6/9qnW7guxiQGS+CVlqnDg==",
+ "version": "0.1800.4",
+ "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1800.4.tgz",
+ "integrity": "sha512-82TKhYnSO8aGIBo5TxPtyUQnZFcbV+qB2bIIYOAKsJgxAVxLeFD6QA6gTmHOZPXw5pBEPUO/+PUwq+Uk5xesgw==",
"dev": true,
"dependencies": {
- "@angular-devkit/core": "18.0.3",
+ "@angular-devkit/core": "18.0.4",
"rxjs": "7.8.1"
},
"engines": {
@@ -91,16 +91,16 @@
}
},
"node_modules/@angular-devkit/build-angular": {
- "version": "18.0.3",
- "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-18.0.3.tgz",
- "integrity": "sha512-TTYPtQPqpI7V5H44oBqpPCYjwycWplOfhx/rjxDcrdGITYJF18rzwJs6mFx2QMBZl+99YYhxDajRCq05UDRQrw==",
+ "version": "18.0.4",
+ "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-18.0.4.tgz",
+ "integrity": "sha512-lFu1NDEUPIUxY+CmZJ3JspqVZDesrvdae5RbqQXCl87RfSy+ZDIa7rOtQxyBQtt2BuQIB9pWQSzCMii5kTHd6w==",
"dev": true,
"dependencies": {
"@ampproject/remapping": "2.3.0",
- "@angular-devkit/architect": "0.1800.3",
- "@angular-devkit/build-webpack": "0.1800.3",
- "@angular-devkit/core": "18.0.3",
- "@angular/build": "18.0.3",
+ "@angular-devkit/architect": "0.1800.4",
+ "@angular-devkit/build-webpack": "0.1800.4",
+ "@angular-devkit/core": "18.0.4",
+ "@angular/build": "18.0.4",
"@babel/core": "7.24.5",
"@babel/generator": "7.24.5",
"@babel/helper-annotate-as-pure": "7.22.5",
@@ -111,7 +111,7 @@
"@babel/preset-env": "7.24.5",
"@babel/runtime": "7.24.5",
"@discoveryjs/json-ext": "0.5.7",
- "@ngtools/webpack": "18.0.3",
+ "@ngtools/webpack": "18.0.4",
"@vitejs/plugin-basic-ssl": "1.1.0",
"ansi-colors": "4.1.3",
"autoprefixer": "10.4.19",
@@ -227,12 +227,12 @@
"dev": true
},
"node_modules/@angular-devkit/build-webpack": {
- "version": "0.1800.3",
- "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1800.3.tgz",
- "integrity": "sha512-qasDZI28gNsYTOWwJHoFZlVAyw47qlCXbPEma0VDCukZe5XX8RoZnN5ZA9nC8xpqKQ5pzJnPk7rAqa0dsEt9Xg==",
+ "version": "0.1800.4",
+ "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1800.4.tgz",
+ "integrity": "sha512-EtWyWH3Hb7Rh8u0Jb4cWJKRxlqiUo4qhHKjU+62E8XplWlajbuld3ltL50a3t8lkZQYYgl7nPt53E5kM/zFVrw==",
"dev": true,
"dependencies": {
- "@angular-devkit/architect": "0.1800.3",
+ "@angular-devkit/architect": "0.1800.4",
"rxjs": "7.8.1"
},
"engines": {
@@ -246,9 +246,9 @@
}
},
"node_modules/@angular-devkit/core": {
- "version": "18.0.3",
- "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-18.0.3.tgz",
- "integrity": "sha512-nTs1KbNSVCVooPdDaeTh1YbggNVaqexbQjXNIvJJzRB8qPkWNPxm0pQeFjU7kWUBg2+aBXN4/CNwU1YHwxfiSQ==",
+ "version": "18.0.4",
+ "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-18.0.4.tgz",
+ "integrity": "sha512-8vYvJ5FF2NjFUia00hv8KWakOjOZ+09PbnNqd+lntJBekIg1lHDOF/vNMlVHtU5LiE1aNi9P/69/VXTckPfU9g==",
"dev": true,
"dependencies": {
"ajv": "8.13.0",
@@ -290,12 +290,12 @@
}
},
"node_modules/@angular-devkit/schematics": {
- "version": "18.0.3",
- "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-18.0.3.tgz",
- "integrity": "sha512-utKGk9KHTvLsxpga3aaGJ7HDggMhZtBOHFb8phFK/GXazaeEGDvm7Sin2it2uw/i9xvu79RQ/IrWvebhanwU1g==",
+ "version": "18.0.4",
+ "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-18.0.4.tgz",
+ "integrity": "sha512-hCHmuu/Z1teOQPx1AMJa/gcK6depk+XgU5dIpEvflC+ApW3hglNe2QKaqajDZ+34s+PKAVWa86M8IOV7o/mHuA==",
"dev": true,
"dependencies": {
- "@angular-devkit/core": "18.0.3",
+ "@angular-devkit/core": "18.0.4",
"jsonc-parser": "3.2.1",
"magic-string": "0.30.10",
"ora": "5.4.1",
@@ -308,9 +308,9 @@
}
},
"node_modules/@angular/animations": {
- "version": "18.0.2",
- "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.0.2.tgz",
- "integrity": "sha512-WhsotLl74UlRZZE9R7X3BXeNm1YOD1hUMOuGCa20pvUZ8X6ayz5c8B7tc/BZ0ua/9UkyZzbdMTEDi8JPDPPTew==",
+ "version": "18.0.3",
+ "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.0.3.tgz",
+ "integrity": "sha512-Wlll6y7euIXYsOHpTh0hvVTBs7lVnbKDHiyd4Dz7kAMSeE2zyQo6OcRN+FFH3GH9BUi5UooAICNX8dJDfps6Mw==",
"dependencies": {
"tslib": "^2.3.0"
},
@@ -318,17 +318,17 @@
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
},
"peerDependencies": {
- "@angular/core": "18.0.2"
+ "@angular/core": "18.0.3"
}
},
"node_modules/@angular/build": {
- "version": "18.0.3",
- "resolved": "https://registry.npmjs.org/@angular/build/-/build-18.0.3.tgz",
- "integrity": "sha512-AvyySRuNkmnMxKcoPs6NuddLaCVUWnoGnPmqqd1YY3mT/yxShorIZyrJ1loxzveIcgFJ65qDPGPhIfK7KxysYQ==",
+ "version": "18.0.4",
+ "resolved": "https://registry.npmjs.org/@angular/build/-/build-18.0.4.tgz",
+ "integrity": "sha512-70HQQnbCOXFT5F3ROyWNNfS9A63Fzts5ANJKJY1MJLrn+dgNEG7jdIWjTtvohL3RZz97rlzSq3qRZnfxqf1lsQ==",
"dev": true,
"dependencies": {
"@ampproject/remapping": "2.3.0",
- "@angular-devkit/architect": "0.1800.3",
+ "@angular-devkit/architect": "0.1800.4",
"@babel/core": "7.24.5",
"@babel/helper-annotate-as-pure": "7.22.5",
"@babel/helper-split-export-declaration": "7.24.5",
@@ -390,9 +390,9 @@
}
},
"node_modules/@angular/cdk": {
- "version": "18.0.2",
- "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.0.2.tgz",
- "integrity": "sha512-KQTfi17PV/DYg8UcsoF9Jxfz+3nCPImm5eY1Mq7wGK8qUOlw9Y8fZ3eNU9ZH4hdg2FcKXJrAJqSA7I2nqdSX7w==",
+ "version": "18.0.3",
+ "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.0.3.tgz",
+ "integrity": "sha512-F6kXAoIWUbvhvbSGnMxrKJZsI7rhGKDXVFFf9m+ZQAbqboSyDbbszux7Em4CEh27LaXYNFltUcKdCQ3hdp7Kig==",
"dependencies": {
"tslib": "^2.3.0"
},
@@ -406,15 +406,15 @@
}
},
"node_modules/@angular/cli": {
- "version": "18.0.3",
- "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-18.0.3.tgz",
- "integrity": "sha512-1i51QeLwLpIdBbwOANSLFAuqXOGRpvSHCuZo1SojkvZ1COZ5jJZoCaKRZzCFsA/16gv/jcTEfBGpoAXLC2lRog==",
+ "version": "18.0.4",
+ "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-18.0.4.tgz",
+ "integrity": "sha512-i7DLVIc4HN0CFZZKbEeVeQSADRG1Dt2CwXh/wTUzglRLu/tE7Q+WMrqJ2+lGTT2edZp2KKysM4Gxp+ATAzP8AQ==",
"dev": true,
"dependencies": {
- "@angular-devkit/architect": "0.1800.3",
- "@angular-devkit/core": "18.0.3",
- "@angular-devkit/schematics": "18.0.3",
- "@schematics/angular": "18.0.3",
+ "@angular-devkit/architect": "0.1800.4",
+ "@angular-devkit/core": "18.0.4",
+ "@angular-devkit/schematics": "18.0.4",
+ "@schematics/angular": "18.0.4",
"@yarnpkg/lockfile": "1.1.0",
"ansi-colors": "4.1.3",
"ini": "4.1.2",
@@ -439,9 +439,9 @@
}
},
"node_modules/@angular/common": {
- "version": "18.0.2",
- "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.0.2.tgz",
- "integrity": "sha512-7CK5sFptUFWE3ZrKl8MjgoKjYKC20SN089F4xQIYtP2qM3IoJH/X7qa+5Eidk4PovS1SuCJHrB5AoREWwtWJHA==",
+ "version": "18.0.3",
+ "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.0.3.tgz",
+ "integrity": "sha512-lmT9QbWHduqzpsB0osQFHeSwvQB1iUeNwTVUyMtcs6i46l4qOPtAt2/9DvHUWEUp01EBDxyi385ZI3vD+FHH/w==",
"dependencies": {
"tslib": "^2.3.0"
},
@@ -449,14 +449,14 @@
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
},
"peerDependencies": {
- "@angular/core": "18.0.2",
+ "@angular/core": "18.0.3",
"rxjs": "^6.5.3 || ^7.4.0"
}
},
"node_modules/@angular/compiler": {
- "version": "18.0.2",
- "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.0.2.tgz",
- "integrity": "sha512-9PKi++yKq3SvsTteZAhAJsiueEWzl64SpIBwooWRaSav6Jfl9Y2+b46SXTdAIuNdcGNW7ZeDZbPK3RPtxsROrA==",
+ "version": "18.0.3",
+ "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.0.3.tgz",
+ "integrity": "sha512-wrXxgBsZX4yTrj/oZ8PDGmvhqj9S2TZfcuivaUitprNC2uBWTVb1UcOS45Qw9YlLB0sYa2AmBudICDqYpb8lfw==",
"dependencies": {
"tslib": "^2.3.0"
},
@@ -464,7 +464,7 @@
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
},
"peerDependencies": {
- "@angular/core": "18.0.2"
+ "@angular/core": "18.0.3"
},
"peerDependenciesMeta": {
"@angular/core": {
@@ -473,12 +473,12 @@
}
},
"node_modules/@angular/compiler-cli": {
- "version": "18.0.2",
- "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-18.0.2.tgz",
- "integrity": "sha512-+HIYJ0WIAg75mS30KzCN9gO2SeZXF4A8CeKOwBKhIvlq9kkaTpgmpDkVx814e9z3OeIqCEUn10qebJTwZgtZDA==",
+ "version": "18.0.3",
+ "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-18.0.3.tgz",
+ "integrity": "sha512-mxwQEeP94YBM6C9A2YfkV7ug1sHgh0fU/TSBpQcm5ni4cZiVPu6q/+Ft7hyFTKe2p3tKQme33+xVjsWhtOCx0A==",
"dev": true,
"dependencies": {
- "@babel/core": "7.24.4",
+ "@babel/core": "7.24.7",
"@jridgewell/sourcemap-codec": "^1.4.14",
"chokidar": "^3.0.0",
"convert-source-map": "^1.5.1",
@@ -496,26 +496,26 @@
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
},
"peerDependencies": {
- "@angular/compiler": "18.0.2",
+ "@angular/compiler": "18.0.3",
"typescript": ">=5.4 <5.5"
}
},
"node_modules/@angular/compiler-cli/node_modules/@babel/core": {
- "version": "7.24.4",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.4.tgz",
- "integrity": "sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.7.tgz",
+ "integrity": "sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==",
"dev": true,
"dependencies": {
"@ampproject/remapping": "^2.2.0",
- "@babel/code-frame": "^7.24.2",
- "@babel/generator": "^7.24.4",
- "@babel/helper-compilation-targets": "^7.23.6",
- "@babel/helper-module-transforms": "^7.23.3",
- "@babel/helpers": "^7.24.4",
- "@babel/parser": "^7.24.4",
- "@babel/template": "^7.24.0",
- "@babel/traverse": "^7.24.1",
- "@babel/types": "^7.24.0",
+ "@babel/code-frame": "^7.24.7",
+ "@babel/generator": "^7.24.7",
+ "@babel/helper-compilation-targets": "^7.24.7",
+ "@babel/helper-module-transforms": "^7.24.7",
+ "@babel/helpers": "^7.24.7",
+ "@babel/parser": "^7.24.7",
+ "@babel/template": "^7.24.7",
+ "@babel/traverse": "^7.24.7",
+ "@babel/types": "^7.24.7",
"convert-source-map": "^2.0.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
@@ -545,10 +545,25 @@
"semver": "bin/semver.js"
}
},
+ "node_modules/@angular/compiler-cli/node_modules/@babel/generator": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.7.tgz",
+ "integrity": "sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.24.7",
+ "@jridgewell/gen-mapping": "^0.3.5",
+ "@jridgewell/trace-mapping": "^0.3.25",
+ "jsesc": "^2.5.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
"node_modules/@angular/core": {
- "version": "18.0.2",
- "resolved": "https://registry.npmjs.org/@angular/core/-/core-18.0.2.tgz",
- "integrity": "sha512-5VtFaYz97X9sQpxRuFUBKu2gqgFVU/Obgk/Q8ZRw+TBhFnU4e9NFod7dtAJH9scCOWZYnU07+aeI6ChiRSKrZw==",
+ "version": "18.0.3",
+ "resolved": "https://registry.npmjs.org/@angular/core/-/core-18.0.3.tgz",
+ "integrity": "sha512-376hijhEqNpeA+qKncpVTIaZXRdBT6RctEBnFhJ2l57aHPH5S3oaSBQu1k3TEi07FlKOD4XF1+NzX9dvdup1eg==",
"dependencies": {
"tslib": "^2.3.0"
},
@@ -561,9 +576,9 @@
}
},
"node_modules/@angular/forms": {
- "version": "18.0.2",
- "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-18.0.2.tgz",
- "integrity": "sha512-AGuQVav7wbX6pRhjeE6c45dlWnhb+93ZHHBRT02Wg1PRyrgmebpoLAtiUmAR/YhR45zD6Q9o7fg/076+bnIcdQ==",
+ "version": "18.0.3",
+ "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-18.0.3.tgz",
+ "integrity": "sha512-+CjDiooUi5FkTP3YQmdO8YRbjZicgLGZonvCdz3mSucLrTY6w3oBocNs6+Kc7fLuO1NKSkFmAfYApBwK3fKBMg==",
"dependencies": {
"tslib": "^2.3.0"
},
@@ -571,16 +586,16 @@
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
},
"peerDependencies": {
- "@angular/common": "18.0.2",
- "@angular/core": "18.0.2",
- "@angular/platform-browser": "18.0.2",
+ "@angular/common": "18.0.3",
+ "@angular/core": "18.0.3",
+ "@angular/platform-browser": "18.0.3",
"rxjs": "^6.5.3 || ^7.4.0"
}
},
"node_modules/@angular/material": {
- "version": "18.0.2",
- "resolved": "https://registry.npmjs.org/@angular/material/-/material-18.0.2.tgz",
- "integrity": "sha512-bns6X6HAonBnj+I0QkbqfD4u5ehs8HZP3ateb19ZbfhVLJEu0MB/AJfeM3cinPrQnTMdYBjIDTtIyQWh//EFiw==",
+ "version": "18.0.3",
+ "resolved": "https://registry.npmjs.org/@angular/material/-/material-18.0.3.tgz",
+ "integrity": "sha512-VIlK+0CxreAkDmr05TKelTr11I7yUtGPwRTFaWfQtXNkYEwGE1iuZGz3Iz8otxvHsTLC74Er4vMSYndwJvMyjQ==",
"dependencies": {
"@material/animation": "15.0.0-canary.7f224ddd4.0",
"@material/auto-init": "15.0.0-canary.7f224ddd4.0",
@@ -634,7 +649,7 @@
},
"peerDependencies": {
"@angular/animations": "^18.0.0 || ^19.0.0",
- "@angular/cdk": "18.0.2",
+ "@angular/cdk": "18.0.3",
"@angular/common": "^18.0.0 || ^19.0.0",
"@angular/core": "^18.0.0 || ^19.0.0",
"@angular/forms": "^18.0.0 || ^19.0.0",
@@ -643,9 +658,9 @@
}
},
"node_modules/@angular/platform-browser": {
- "version": "18.0.2",
- "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-18.0.2.tgz",
- "integrity": "sha512-IdNyRMFtM5GCvueNFrXmwA1C5LUMi6aSccdA1fpsTFAGDleeT5oiKU82iIcVmdj+Kse233KQFU0HFyijy4W2/Q==",
+ "version": "18.0.3",
+ "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-18.0.3.tgz",
+ "integrity": "sha512-1fl/oJOca8BLxLxN0EjwxQZ3xzn3PCCN96ytM54bjdEMiELz+0AcQe5GNKcVjXlwMkibRLl1BP5GIdvnQYqJRA==",
"dependencies": {
"tslib": "^2.3.0"
},
@@ -653,9 +668,9 @@
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
},
"peerDependencies": {
- "@angular/animations": "18.0.2",
- "@angular/common": "18.0.2",
- "@angular/core": "18.0.2"
+ "@angular/animations": "18.0.3",
+ "@angular/common": "18.0.3",
+ "@angular/core": "18.0.3"
},
"peerDependenciesMeta": {
"@angular/animations": {
@@ -664,9 +679,9 @@
}
},
"node_modules/@angular/platform-browser-dynamic": {
- "version": "18.0.2",
- "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-18.0.2.tgz",
- "integrity": "sha512-wQlw3TgUEs5uZRT6mPIKFHCgOBDE4joar9b/0bjZv5SOUvJNkED+roNlRKxjQDIagOMAUlcD3OnynlNr6le6YA==",
+ "version": "18.0.3",
+ "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-18.0.3.tgz",
+ "integrity": "sha512-+kHMn7P552YKk1gkVQNO1QXzHVaIeFiVa1rV1MNvX4DvumKT3puknx1SzcmtxZTX+9ee22OuPuyLNSAKREDAQQ==",
"dependencies": {
"tslib": "^2.3.0"
},
@@ -674,16 +689,16 @@
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
},
"peerDependencies": {
- "@angular/common": "18.0.2",
- "@angular/compiler": "18.0.2",
- "@angular/core": "18.0.2",
- "@angular/platform-browser": "18.0.2"
+ "@angular/common": "18.0.3",
+ "@angular/compiler": "18.0.3",
+ "@angular/core": "18.0.3",
+ "@angular/platform-browser": "18.0.3"
}
},
"node_modules/@angular/platform-server": {
- "version": "18.0.2",
- "resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-18.0.2.tgz",
- "integrity": "sha512-d14IJ4/0AXYak3FowXk81Oer5B6Zv2angd61NaiwS3Etns+5qIxMcM7IwdYNXSh1CyX0QjNfKXl7K9HNuw2KZg==",
+ "version": "18.0.3",
+ "resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-18.0.3.tgz",
+ "integrity": "sha512-V+k0twHuZ+lzXFpKrKTSCmK1/jF0Ad8QoQ+5DfEI9iBvwPc+kn74bBy7bIdhGRK7gDYNGEcelDQTw3km4UGrWg==",
"dependencies": {
"tslib": "^2.3.0",
"xhr2": "^0.2.0"
@@ -692,17 +707,17 @@
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
},
"peerDependencies": {
- "@angular/animations": "18.0.2",
- "@angular/common": "18.0.2",
- "@angular/compiler": "18.0.2",
- "@angular/core": "18.0.2",
- "@angular/platform-browser": "18.0.2"
+ "@angular/animations": "18.0.3",
+ "@angular/common": "18.0.3",
+ "@angular/compiler": "18.0.3",
+ "@angular/core": "18.0.3",
+ "@angular/platform-browser": "18.0.3"
}
},
"node_modules/@angular/router": {
- "version": "18.0.2",
- "resolved": "https://registry.npmjs.org/@angular/router/-/router-18.0.2.tgz",
- "integrity": "sha512-eIualVChd3bMA8GjKfAKL9wv7zKWx85Cu3b1qhUxrG3XyT40X1ud2GRHBKCuklUITcAR8HjUKnWuOjUDkhTT4Q==",
+ "version": "18.0.3",
+ "resolved": "https://registry.npmjs.org/@angular/router/-/router-18.0.3.tgz",
+ "integrity": "sha512-/cglLev0USxUNMc4M+EBFGrqw1EpKq87LUJL3+0Ztr012sVSeOU38ad41fs6pPcMBePBDZIw7KmSXypvUJJFMA==",
"dependencies": {
"tslib": "^2.3.0"
},
@@ -710,19 +725,19 @@
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
},
"peerDependencies": {
- "@angular/common": "18.0.2",
- "@angular/core": "18.0.2",
- "@angular/platform-browser": "18.0.2",
+ "@angular/common": "18.0.3",
+ "@angular/core": "18.0.3",
+ "@angular/platform-browser": "18.0.3",
"rxjs": "^6.5.3 || ^7.4.0"
}
},
"node_modules/@babel/code-frame": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.6.tgz",
- "integrity": "sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
+ "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
"dev": true,
"dependencies": {
- "@babel/highlight": "^7.24.6",
+ "@babel/highlight": "^7.24.7",
"picocolors": "^1.0.0"
},
"engines": {
@@ -730,9 +745,9 @@
}
},
"node_modules/@babel/compat-data": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.6.tgz",
- "integrity": "sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.7.tgz",
+ "integrity": "sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==",
"dev": true,
"engines": {
"node": ">=6.9.0"
@@ -823,13 +838,13 @@
}
},
"node_modules/@babel/helper-compilation-targets": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.6.tgz",
- "integrity": "sha512-VZQ57UsDGlX/5fFA7GkVPplZhHsVc+vuErWgdOiysI9Ksnw0Pbbd6pnPiR/mmJyKHgyIW0c7KT32gmhiF+cirg==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz",
+ "integrity": "sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==",
"dev": true,
"dependencies": {
- "@babel/compat-data": "^7.24.6",
- "@babel/helper-validator-option": "^7.24.6",
+ "@babel/compat-data": "^7.24.7",
+ "@babel/helper-validator-option": "^7.24.7",
"browserslist": "^4.22.2",
"lru-cache": "^5.1.1",
"semver": "^6.3.1"
@@ -958,34 +973,37 @@
}
},
"node_modules/@babel/helper-environment-visitor": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz",
- "integrity": "sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz",
+ "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==",
"dev": true,
+ "dependencies": {
+ "@babel/types": "^7.24.7"
+ },
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-function-name": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz",
- "integrity": "sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz",
+ "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==",
"dev": true,
"dependencies": {
- "@babel/template": "^7.24.6",
- "@babel/types": "^7.24.6"
+ "@babel/template": "^7.24.7",
+ "@babel/types": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-hoist-variables": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.6.tgz",
- "integrity": "sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz",
+ "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==",
"dev": true,
"dependencies": {
- "@babel/types": "^7.24.6"
+ "@babel/types": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1004,28 +1022,29 @@
}
},
"node_modules/@babel/helper-module-imports": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz",
- "integrity": "sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
+ "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
"dev": true,
"dependencies": {
- "@babel/types": "^7.24.6"
+ "@babel/traverse": "^7.24.7",
+ "@babel/types": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-module-transforms": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz",
- "integrity": "sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz",
+ "integrity": "sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==",
"dev": true,
"dependencies": {
- "@babel/helper-environment-visitor": "^7.24.6",
- "@babel/helper-module-imports": "^7.24.6",
- "@babel/helper-simple-access": "^7.24.6",
- "@babel/helper-split-export-declaration": "^7.24.6",
- "@babel/helper-validator-identifier": "^7.24.6"
+ "@babel/helper-environment-visitor": "^7.24.7",
+ "@babel/helper-module-imports": "^7.24.7",
+ "@babel/helper-simple-access": "^7.24.7",
+ "@babel/helper-split-export-declaration": "^7.24.7",
+ "@babel/helper-validator-identifier": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1035,12 +1054,12 @@
}
},
"node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-split-export-declaration": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz",
- "integrity": "sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz",
+ "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==",
"dev": true,
"dependencies": {
- "@babel/types": "^7.24.6"
+ "@babel/types": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1114,12 +1133,13 @@
}
},
"node_modules/@babel/helper-simple-access": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz",
- "integrity": "sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
+ "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
"dev": true,
"dependencies": {
- "@babel/types": "^7.24.6"
+ "@babel/traverse": "^7.24.7",
+ "@babel/types": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1150,27 +1170,27 @@
}
},
"node_modules/@babel/helper-string-parser": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz",
- "integrity": "sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz",
+ "integrity": "sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==",
"dev": true,
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-validator-identifier": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz",
- "integrity": "sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
+ "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
"dev": true,
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-validator-option": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz",
- "integrity": "sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz",
+ "integrity": "sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==",
"dev": true,
"engines": {
"node": ">=6.9.0"
@@ -1191,25 +1211,25 @@
}
},
"node_modules/@babel/helpers": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.6.tgz",
- "integrity": "sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.7.tgz",
+ "integrity": "sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==",
"dev": true,
"dependencies": {
- "@babel/template": "^7.24.6",
- "@babel/types": "^7.24.6"
+ "@babel/template": "^7.24.7",
+ "@babel/types": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/highlight": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.6.tgz",
- "integrity": "sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
+ "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
"dev": true,
"dependencies": {
- "@babel/helper-validator-identifier": "^7.24.6",
+ "@babel/helper-validator-identifier": "^7.24.7",
"chalk": "^2.4.2",
"js-tokens": "^4.0.0",
"picocolors": "^1.0.0"
@@ -1219,9 +1239,9 @@
}
},
"node_modules/@babel/parser": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.6.tgz",
- "integrity": "sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.7.tgz",
+ "integrity": "sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==",
"dev": true,
"bin": {
"parser": "bin/babel-parser.js"
@@ -2514,33 +2534,33 @@
}
},
"node_modules/@babel/template": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.6.tgz",
- "integrity": "sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz",
+ "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==",
"dev": true,
"dependencies": {
- "@babel/code-frame": "^7.24.6",
- "@babel/parser": "^7.24.6",
- "@babel/types": "^7.24.6"
+ "@babel/code-frame": "^7.24.7",
+ "@babel/parser": "^7.24.7",
+ "@babel/types": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/traverse": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.6.tgz",
- "integrity": "sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw==",
- "dev": true,
- "dependencies": {
- "@babel/code-frame": "^7.24.6",
- "@babel/generator": "^7.24.6",
- "@babel/helper-environment-visitor": "^7.24.6",
- "@babel/helper-function-name": "^7.24.6",
- "@babel/helper-hoist-variables": "^7.24.6",
- "@babel/helper-split-export-declaration": "^7.24.6",
- "@babel/parser": "^7.24.6",
- "@babel/types": "^7.24.6",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.7.tgz",
+ "integrity": "sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/code-frame": "^7.24.7",
+ "@babel/generator": "^7.24.7",
+ "@babel/helper-environment-visitor": "^7.24.7",
+ "@babel/helper-function-name": "^7.24.7",
+ "@babel/helper-hoist-variables": "^7.24.7",
+ "@babel/helper-split-export-declaration": "^7.24.7",
+ "@babel/parser": "^7.24.7",
+ "@babel/types": "^7.24.7",
"debug": "^4.3.1",
"globals": "^11.1.0"
},
@@ -2549,12 +2569,12 @@
}
},
"node_modules/@babel/traverse/node_modules/@babel/generator": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.6.tgz",
- "integrity": "sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.7.tgz",
+ "integrity": "sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==",
"dev": true,
"dependencies": {
- "@babel/types": "^7.24.6",
+ "@babel/types": "^7.24.7",
"@jridgewell/gen-mapping": "^0.3.5",
"@jridgewell/trace-mapping": "^0.3.25",
"jsesc": "^2.5.1"
@@ -2564,25 +2584,25 @@
}
},
"node_modules/@babel/traverse/node_modules/@babel/helper-split-export-declaration": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz",
- "integrity": "sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz",
+ "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==",
"dev": true,
"dependencies": {
- "@babel/types": "^7.24.6"
+ "@babel/types": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/types": {
- "version": "7.24.6",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.6.tgz",
- "integrity": "sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.7.tgz",
+ "integrity": "sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==",
"dev": true,
"dependencies": {
- "@babel/helper-string-parser": "^7.24.6",
- "@babel/helper-validator-identifier": "^7.24.6",
+ "@babel/helper-string-parser": "^7.24.7",
+ "@babel/helper-validator-identifier": "^7.24.7",
"to-fast-properties": "^2.0.0"
},
"engines": {
@@ -4487,9 +4507,9 @@
]
},
"node_modules/@ngtools/webpack": {
- "version": "18.0.3",
- "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-18.0.3.tgz",
- "integrity": "sha512-wYskgAomDgyBJ8fsP+jfb0rt1t5OpNx4EXEzZo37Nxb04P5CkW+9yQ/xuhPMF8hO/dfKL1k/BKAKUeOOUQmAIA==",
+ "version": "18.0.4",
+ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-18.0.4.tgz",
+ "integrity": "sha512-eWQkAuHEnLme01Ey4Z0FoG6upJHYhnJfsCTBnyEB2LTfdyBUk+PC0gwPXInK8oltWjFfiMnCwxrUQvQsvPW7Hg==",
"dev": true,
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0",
@@ -4993,13 +5013,13 @@
]
},
"node_modules/@schematics/angular": {
- "version": "18.0.3",
- "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-18.0.3.tgz",
- "integrity": "sha512-ApiDJRmcl5Kc5862Ay9RWy96c8hlkf8ELjiBj+SQCAObXTne0NJH2596ckYTkqIRI9yC/8tfolDMJih5i1jwOA==",
+ "version": "18.0.4",
+ "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-18.0.4.tgz",
+ "integrity": "sha512-fN4whuym9ZmcQFdTfwLZr4j+NcZ4LzbdLk8XYrYdxt1z8c9ujs5LqJYn0LYc3UWiYl7z2RVc9NOxzNrkiXdwlw==",
"dev": true,
"dependencies": {
- "@angular-devkit/core": "18.0.3",
- "@angular-devkit/schematics": "18.0.3",
+ "@angular-devkit/core": "18.0.4",
+ "@angular-devkit/schematics": "18.0.4",
"jsonc-parser": "3.2.1"
},
"engines": {
@@ -10212,9 +10232,9 @@
}
},
"node_modules/launch-editor": {
- "version": "2.6.1",
- "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.1.tgz",
- "integrity": "sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==",
+ "version": "2.7.0",
+ "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.7.0.tgz",
+ "integrity": "sha512-KAc66u6LxWL8MifQ94oG3YGKYWDwz/Gi0T15lN//GaQoZe08vQGFJxrXkPAeu50UXgvJPPaRKVGuP1TRUm/aHQ==",
"dev": true,
"dependencies": {
"picocolors": "^1.0.0",
@@ -10637,14 +10657,14 @@
}
},
"node_modules/memfs": {
- "version": "4.9.2",
- "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.9.2.tgz",
- "integrity": "sha512-f16coDZlTG1jskq3mxarwB+fGRrd0uXWt+o1WIhRfOwbXQZqUDsTVxQBFK9JjRQHblg8eAG2JSbprDXKjc7ijQ==",
+ "version": "4.9.3",
+ "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.9.3.tgz",
+ "integrity": "sha512-bsYSSnirtYTWi1+OPMFb0M048evMKyUYe0EbtuGQgq6BVQM1g1W8/KIUJCCvjgI/El0j6Q4WsmMiBwLUBSw8LA==",
"dev": true,
"dependencies": {
"@jsonjoy.com/json-pack": "^1.0.3",
"@jsonjoy.com/util": "^1.1.2",
- "sonic-forest": "^1.0.0",
+ "tree-dump": "^1.0.1",
"tslib": "^2.0.0"
},
"engines": {
@@ -12316,9 +12336,9 @@
}
},
"node_modules/prettier": {
- "version": "3.3.1",
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.1.tgz",
- "integrity": "sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg==",
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz",
+ "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==",
"dev": true,
"bin": {
"prettier": "bin/prettier.cjs"
@@ -13532,25 +13552,6 @@
"node": ">= 14"
}
},
- "node_modules/sonic-forest": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/sonic-forest/-/sonic-forest-1.0.3.tgz",
- "integrity": "sha512-dtwajos6IWMEWXdEbW1IkEkyL2gztCAgDplRIX+OT5aRKnEd5e7r7YCxRgXZdhRP1FBdOBf8axeTPhzDv8T4wQ==",
- "dev": true,
- "dependencies": {
- "tree-dump": "^1.0.0"
- },
- "engines": {
- "node": ">=10.0"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/streamich"
- },
- "peerDependencies": {
- "tslib": "2"
- }
- },
"node_modules/source-map": {
"version": "0.7.4",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
@@ -15244,9 +15245,9 @@
}
},
"node_modules/webpack-dev-server/node_modules/ws": {
- "version": "8.17.0",
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz",
- "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==",
+ "version": "8.17.1",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
+ "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
"dev": true,
"engines": {
"node": ">=10.0.0"
diff --git a/AdminApi/src/AdminApi/ClientApp/package.json b/AdminApi/src/AdminApi/ClientApp/package.json
index 749bed677c..6b26f4034f 100644
--- a/AdminApi/src/AdminApi/ClientApp/package.json
+++ b/AdminApi/src/AdminApi/ClientApp/package.json
@@ -13,17 +13,17 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "^18.0.2",
- "@angular/cdk": "^18.0.2",
- "@angular/common": "^18.0.2",
- "@angular/compiler": "^18.0.2",
- "@angular/core": "^18.0.2",
- "@angular/forms": "^18.0.2",
- "@angular/material": "^18.0.2",
- "@angular/platform-browser": "^18.0.2",
- "@angular/platform-browser-dynamic": "^18.0.2",
- "@angular/platform-server": "^18.0.2",
- "@angular/router": "^18.0.2",
+ "@angular/animations": "^18.0.3",
+ "@angular/cdk": "^18.0.3",
+ "@angular/common": "^18.0.3",
+ "@angular/compiler": "^18.0.3",
+ "@angular/core": "^18.0.3",
+ "@angular/forms": "^18.0.3",
+ "@angular/material": "^18.0.3",
+ "@angular/platform-browser": "^18.0.3",
+ "@angular/platform-browser-dynamic": "^18.0.3",
+ "@angular/platform-server": "^18.0.3",
+ "@angular/router": "^18.0.3",
"@ngx-env/builder": "^18.0.1",
"bootstrap": "^5.3.3",
"jquery": "^3.7.1",
@@ -38,9 +38,9 @@
"zone.js": "~0.14.7"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^18.0.3",
- "@angular/cli": "^18.0.3",
- "@angular/compiler-cli": "^18.0.2",
+ "@angular-devkit/build-angular": "^18.0.4",
+ "@angular/cli": "^18.0.4",
+ "@angular/compiler-cli": "^18.0.3",
"@js-soft/eslint-config-ts": "^1.6.8",
"@js-soft/license-check": "^1.0.9",
"@types/jasmine": "~5.1.4",
@@ -53,7 +53,7 @@
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
- "prettier": "^3.3.1",
+ "prettier": "^3.3.2",
"typescript": "~5.4.5"
},
"overrides": {
diff --git a/AdminApi/test/AdminApi.Tests.Integration/AdminApi.Tests.Integration.csproj b/AdminApi/test/AdminApi.Tests.Integration/AdminApi.Tests.Integration.csproj
index 505f74ea4a..8cd4f55b73 100644
--- a/AdminApi/test/AdminApi.Tests.Integration/AdminApi.Tests.Integration.csproj
+++ b/AdminApi/test/AdminApi.Tests.Integration/AdminApi.Tests.Integration.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/BuildingBlocks/src/BuildingBlocks.Application/BuildingBlocks.Application.csproj b/BuildingBlocks/src/BuildingBlocks.Application/BuildingBlocks.Application.csproj
index 902a3d144b..f5299a4e02 100644
--- a/BuildingBlocks/src/BuildingBlocks.Application/BuildingBlocks.Application.csproj
+++ b/BuildingBlocks/src/BuildingBlocks.Application/BuildingBlocks.Application.csproj
@@ -1,7 +1,7 @@
-
+
diff --git a/BuildingBlocks/src/BuildingBlocks.SDK/BuildingBlocks.SDK.csproj b/BuildingBlocks/src/BuildingBlocks.SDK/BuildingBlocks.SDK.csproj
index 0d7de3e74e..0964232ff3 100644
--- a/BuildingBlocks/src/BuildingBlocks.SDK/BuildingBlocks.SDK.csproj
+++ b/BuildingBlocks/src/BuildingBlocks.SDK/BuildingBlocks.SDK.csproj
@@ -2,7 +2,7 @@
-
+
diff --git a/BuildingBlocks/src/UnitTestTools/UnitTestTools.csproj b/BuildingBlocks/src/UnitTestTools/UnitTestTools.csproj
index 7e6f9bd10c..4a7b071df6 100644
--- a/BuildingBlocks/src/UnitTestTools/UnitTestTools.csproj
+++ b/BuildingBlocks/src/UnitTestTools/UnitTestTools.csproj
@@ -8,7 +8,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
diff --git a/ConsumerApi.Tests.Integration/ConsumerApi.Tests.Integration.csproj b/ConsumerApi.Tests.Integration/ConsumerApi.Tests.Integration.csproj
index 75c806ffac..6aee665f69 100644
--- a/ConsumerApi.Tests.Integration/ConsumerApi.Tests.Integration.csproj
+++ b/ConsumerApi.Tests.Integration/ConsumerApi.Tests.Integration.csproj
@@ -13,7 +13,7 @@
-
+
diff --git a/ConsumerApi/ConsumerApi.csproj b/ConsumerApi/ConsumerApi.csproj
index 9fb27a8fb3..88f62fc12c 100644
--- a/ConsumerApi/ConsumerApi.csproj
+++ b/ConsumerApi/ConsumerApi.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/DatabaseMigrator/DatabaseMigrator.csproj b/DatabaseMigrator/DatabaseMigrator.csproj
index ad8323a2fa..f88a9b4ae2 100644
--- a/DatabaseMigrator/DatabaseMigrator.csproj
+++ b/DatabaseMigrator/DatabaseMigrator.csproj
@@ -19,7 +19,7 @@
-
+
diff --git a/DatabaseMigrator/Dockerfile b/DatabaseMigrator/Dockerfile
index b03b001e67..17cad58188 100644
--- a/DatabaseMigrator/Dockerfile
+++ b/DatabaseMigrator/Dockerfile
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0.5-alpine3.18 AS base
WORKDIR /app
-FROM mcr.microsoft.com/dotnet/sdk:8.0.301 AS build
+FROM mcr.microsoft.com/dotnet/sdk:8.0.302 AS build
WORKDIR /src
COPY ["Directory.Build.props", "."]
diff --git a/EventHandlerService/src/EventHandlerService/Dockerfile b/EventHandlerService/src/EventHandlerService/Dockerfile
index 6051487510..290ff28398 100644
--- a/EventHandlerService/src/EventHandlerService/Dockerfile
+++ b/EventHandlerService/src/EventHandlerService/Dockerfile
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0.6-alpine3.18 AS base
WORKDIR /app
-FROM mcr.microsoft.com/dotnet/sdk:8.0.301 AS build
+FROM mcr.microsoft.com/dotnet/sdk:8.0.302 AS build
WORKDIR /src
COPY ["Directory.Build.props", "."]
diff --git a/Jobs/src/Job.IdentityDeletion/Dockerfile b/Jobs/src/Job.IdentityDeletion/Dockerfile
index 1768bfa761..d6462009c2 100644
--- a/Jobs/src/Job.IdentityDeletion/Dockerfile
+++ b/Jobs/src/Job.IdentityDeletion/Dockerfile
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0.6-alpine3.18 AS base
WORKDIR /app
-FROM mcr.microsoft.com/dotnet/sdk:8.0.301 AS build
+FROM mcr.microsoft.com/dotnet/sdk:8.0.302 AS build
WORKDIR /src
COPY ["Directory.Build.props", "."]
diff --git a/Modules/Challenges/src/Challenges.Application/Challenges.Application.csproj b/Modules/Challenges/src/Challenges.Application/Challenges.Application.csproj
index aeb1fd08fd..3427d5bd7c 100644
--- a/Modules/Challenges/src/Challenges.Application/Challenges.Application.csproj
+++ b/Modules/Challenges/src/Challenges.Application/Challenges.Application.csproj
@@ -1,8 +1,8 @@
-
-
+
+
diff --git a/Modules/Devices/src/Devices.AdminCli/Dockerfile b/Modules/Devices/src/Devices.AdminCli/Dockerfile
index 935c616daf..ab2e7f3693 100644
--- a/Modules/Devices/src/Devices.AdminCli/Dockerfile
+++ b/Modules/Devices/src/Devices.AdminCli/Dockerfile
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/runtime:8.0.6 AS base
WORKDIR /app
-FROM mcr.microsoft.com/dotnet/sdk:8.0.301 AS build
+FROM mcr.microsoft.com/dotnet/sdk:8.0.302 AS build
WORKDIR /src
COPY ["Directory.Build.props", "."]
diff --git a/Modules/Devices/src/Devices.Application/Devices.Application.csproj b/Modules/Devices/src/Devices.Application/Devices.Application.csproj
index 2417a3ccfe..0c9f75521d 100644
--- a/Modules/Devices/src/Devices.Application/Devices.Application.csproj
+++ b/Modules/Devices/src/Devices.Application/Devices.Application.csproj
@@ -1,8 +1,8 @@
-
-
+
+
diff --git a/Modules/Files/src/Files.Application/Files.Application.csproj b/Modules/Files/src/Files.Application/Files.Application.csproj
index b510c51066..88cbd12414 100644
--- a/Modules/Files/src/Files.Application/Files.Application.csproj
+++ b/Modules/Files/src/Files.Application/Files.Application.csproj
@@ -1,7 +1,7 @@
-
+
diff --git a/Modules/Messages/src/Messages.Application/Messages.Application.csproj b/Modules/Messages/src/Messages.Application/Messages.Application.csproj
index 37ad76e147..6b2addc4b6 100644
--- a/Modules/Messages/src/Messages.Application/Messages.Application.csproj
+++ b/Modules/Messages/src/Messages.Application/Messages.Application.csproj
@@ -1,7 +1,7 @@
-
+
diff --git a/Modules/Messages/src/Messages.Common/Messages.Common.csproj b/Modules/Messages/src/Messages.Common/Messages.Common.csproj
index c3cfb78005..23c81e6f83 100644
--- a/Modules/Messages/src/Messages.Common/Messages.Common.csproj
+++ b/Modules/Messages/src/Messages.Common/Messages.Common.csproj
@@ -1,7 +1,7 @@
-
+
diff --git a/Modules/Relationships/src/Relationships.Application/Relationships.Application.csproj b/Modules/Relationships/src/Relationships.Application/Relationships.Application.csproj
index 3d7ca5cfac..bf13bf8eb0 100644
--- a/Modules/Relationships/src/Relationships.Application/Relationships.Application.csproj
+++ b/Modules/Relationships/src/Relationships.Application/Relationships.Application.csproj
@@ -1,7 +1,7 @@
-
+
diff --git a/Modules/Relationships/src/Relationships.Common/Relationships.Common.csproj b/Modules/Relationships/src/Relationships.Common/Relationships.Common.csproj
index c3cfb78005..23c81e6f83 100644
--- a/Modules/Relationships/src/Relationships.Common/Relationships.Common.csproj
+++ b/Modules/Relationships/src/Relationships.Common/Relationships.Common.csproj
@@ -1,7 +1,7 @@
-
+
diff --git a/Modules/Synchronization/src/Synchronization.Application/Synchronization.Application.csproj b/Modules/Synchronization/src/Synchronization.Application/Synchronization.Application.csproj
index 6f8d4a7dc4..dcfcf44012 100644
--- a/Modules/Synchronization/src/Synchronization.Application/Synchronization.Application.csproj
+++ b/Modules/Synchronization/src/Synchronization.Application/Synchronization.Application.csproj
@@ -6,8 +6,8 @@
-
-
+
+
diff --git a/Modules/Tokens/src/Tokens.Application/Tokens.Application.csproj b/Modules/Tokens/src/Tokens.Application/Tokens.Application.csproj
index 922e192e4d..cd45008d62 100644
--- a/Modules/Tokens/src/Tokens.Application/Tokens.Application.csproj
+++ b/Modules/Tokens/src/Tokens.Application/Tokens.Application.csproj
@@ -1,7 +1,7 @@
-
+
diff --git a/Modules/Tokens/test/Tokens.Domain.Tests/Tokens.Domain.Tests.csproj b/Modules/Tokens/test/Tokens.Domain.Tests/Tokens.Domain.Tests.csproj
index 06f39f2c38..31eab9bfb8 100644
--- a/Modules/Tokens/test/Tokens.Domain.Tests/Tokens.Domain.Tests.csproj
+++ b/Modules/Tokens/test/Tokens.Domain.Tests/Tokens.Domain.Tests.csproj
@@ -6,7 +6,7 @@
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/SseServer/src/SseServer/SseServer.csproj b/SseServer/src/SseServer/SseServer.csproj
index 5f682b4d82..f158536cde 100644
--- a/SseServer/src/SseServer/SseServer.csproj
+++ b/SseServer/src/SseServer/SseServer.csproj
@@ -3,7 +3,7 @@
-
+
diff --git a/SseServer/test/SseServerTests/SseServerTests.csproj b/SseServer/test/SseServerTests/SseServerTests.csproj
index ac9e51570e..354bcc0757 100644
--- a/SseServer/test/SseServerTests/SseServerTests.csproj
+++ b/SseServer/test/SseServerTests/SseServerTests.csproj
@@ -6,10 +6,10 @@
-
-
-
-
+
+
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all