-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
145 changed files
with
599 additions
and
517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# This workflow uses actions that are not certified by GitHub. They are provided | ||
# by a third-party and are governed by separate terms of service, privacy | ||
# policy, and support documentation. | ||
|
||
name: Scorecard supply-chain security | ||
on: | ||
# For Branch-Protection check. Only the default branch is supported. See | ||
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection | ||
branch_protection_rule: | ||
# To guarantee Maintained check is occasionally updated. See | ||
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained | ||
schedule: | ||
- cron: '23 8 * * 5' | ||
push: | ||
branches: [ "develop" ] | ||
|
||
# Declare default permissions as read only. | ||
permissions: read-all | ||
|
||
jobs: | ||
analysis: | ||
name: Scorecard analysis | ||
runs-on: ubuntu-latest | ||
permissions: | ||
# Needed to upload the results to code-scanning dashboard. | ||
security-events: write | ||
# Needed to publish results and get a badge (see publish_results below). | ||
id-token: write | ||
# Uncomment the permissions below if installing in a private repository. | ||
# contents: read | ||
# actions: read | ||
|
||
steps: | ||
- name: "Checkout code" | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
with: | ||
persist-credentials: false | ||
|
||
- name: "Run analysis" | ||
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0 | ||
with: | ||
results_file: results.sarif | ||
results_format: sarif | ||
# (Optional) "write" PAT token. Uncomment the `repo_token` line below if: | ||
# - you want to enable the Branch-Protection check on a *public* repository, or | ||
# - you are installing Scorecard on a *private* repository | ||
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action?tab=readme-ov-file#authentication-with-fine-grained-pat-optional. | ||
# repo_token: ${{ secrets.SCORECARD_TOKEN }} | ||
|
||
# Public repositories: | ||
# - Publish results to OpenSSF REST API for easy access by consumers | ||
# - Allows the repository to include the Scorecard badge. | ||
# - See https://github.com/ossf/scorecard-action#publishing-results. | ||
# For private repositories: | ||
# - `publish_results` will always be set to `false`, regardless | ||
# of the value entered here. | ||
publish_results: true | ||
|
||
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF | ||
# format to the repository Actions tab. | ||
- name: "Upload artifact" | ||
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20 | ||
with: | ||
name: SARIF file | ||
path: results.sarif | ||
retention-days: 5 | ||
|
||
# Upload the results to GitHub's code scanning dashboard (optional). | ||
# Commenting out will disable upload of results to your repo's Code Scanning dashboard | ||
- name: "Upload to code-scanning" | ||
uses: github/codeql-action/upload-sarif@v3 | ||
with: | ||
sarif_file: results.sarif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"sdk": { | ||
"version": "8.0.401", | ||
"version": "9.0.100", | ||
"rollForward": "latestFeature" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
{ | ||
"files.exclude": { | ||
"**/.DS_Store": true, | ||
"**/node_modules": true, | ||
"**/bin": true, | ||
"**/obj": true, | ||
"**/tmp": true, | ||
"**/.yarn/cache": true | ||
} | ||
"files.exclude": { | ||
"**/.DS_Store": true, | ||
"**/node_modules": true, | ||
"**/bin": true, | ||
"**/obj": true, | ||
"**/tmp": true, | ||
"**/.yarn/cache": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"sdk": { | ||
"version": "8.0.401", | ||
"version": "9.0.100", | ||
"rollForward": "latestFeature" | ||
} | ||
} |
Binary file removed
BIN
-9.83 KB
...AME.Frontend/.yarn/cache/@babel-helper-string-parser-npm-7.23.4-b1f0d030c3-c352082474.zip
Binary file not shown.
Binary file removed
BIN
-9.92 KB
...AME.Frontend/.yarn/cache/@babel-helper-string-parser-npm-7.24.7-560b175e3f-603d8d962b.zip
Binary file not shown.
Binary file added
BIN
+9.92 KB
...AME.Frontend/.yarn/cache/@babel-helper-string-parser-npm-7.25.9-eade578078-c28656c52b.zip
Binary file not shown.
Binary file removed
BIN
-17.5 KB
...tend/.yarn/cache/@babel-helper-validator-identifier-npm-7.22.20-18305bb306-df882d2675.zip
Binary file not shown.
Binary file removed
BIN
-17.7 KB
...ntend/.yarn/cache/@babel-helper-validator-identifier-npm-7.24.7-748889c8d2-86875063f5.zip
Binary file not shown.
Binary file added
BIN
+16.6 KB
...ntend/.yarn/cache/@babel-helper-validator-identifier-npm-7.25.9-2634b947a4-3f9b649be0.zip
Binary file not shown.
Binary file removed
BIN
-408 KB
...ion/src/BASE_NAME.Frontend/.yarn/cache/@babel-parser-npm-7.24.7-79d233f3d1-ef9ebce60e.zip
Binary file not shown.
Binary file added
BIN
+408 KB
...ion/src/BASE_NAME.Frontend/.yarn/cache/@babel-parser-npm-7.26.2-5b22b96c42-8baee43752.zip
Binary file not shown.
Binary file removed
BIN
-324 KB
...tion/src/BASE_NAME.Frontend/.yarn/cache/@babel-types-npm-7.23.6-4e68ac9e9b-07e70bb94d.zip
Binary file not shown.
Binary file removed
BIN
-325 KB
...tion/src/BASE_NAME.Frontend/.yarn/cache/@babel-types-npm-7.24.7-43a9e43e29-ad3c8c0d6f.zip
Binary file not shown.
Binary file added
BIN
+343 KB
...tion/src/BASE_NAME.Frontend/.yarn/cache/@babel-types-npm-7.26.0-ae81de0a93-40780741ec.zip
Binary file not shown.
Binary file removed
BIN
-3.54 KB
..._NAME.Frontend/.yarn/cache/@bundled-es-modules-cookie-npm-2.0.0-936890fd62-c8ef02aa5d.zip
Binary file not shown.
Binary file added
BIN
+3.83 KB
..._NAME.Frontend/.yarn/cache/@bundled-es-modules-cookie-npm-2.0.1-fb001bd2b9-0038a5e82c.zip
Binary file not shown.
Binary file removed
BIN
-86.5 KB
...AME.Frontend/.yarn/cache/@codecov-bundler-plugin-core-npm-1.2.0-7059332f7b-f238f9c5ee.zip
Binary file not shown.
Binary file added
BIN
+86.6 KB
...AME.Frontend/.yarn/cache/@codecov-bundler-plugin-core-npm-1.2.1-05c8eee8fb-7c49e6b0b6.zip
Binary file not shown.
Binary file renamed
BIN
+16.1 KB
...lugin-npm-1.2.0-b5877902b9-92f6dd1ea7.zip → ...lugin-npm-1.2.1-77ef182e5a-c11bed8635.zip
Binary file not shown.
Binary file removed
BIN
-35.8 KB
.../BASE_NAME.Frontend/.yarn/cache/@es-joy-jsdoccomment-npm-0.48.0-b37912f191-28fc48521c.zip
Binary file not shown.
Binary file added
BIN
+35.8 KB
.../BASE_NAME.Frontend/.yarn/cache/@es-joy-jsdoccomment-npm-0.49.0-616d525c5d-d767cef9b0.zip
Binary file not shown.
Binary file removed
BIN
-69.1 KB
..._NAME.Frontend/.yarn/cache/@eslint-community-regexpp-npm-4.11.0-dd7ae18a6d-f053f371c2.zip
Binary file not shown.
Binary file added
BIN
+72.6 KB
..._NAME.Frontend/.yarn/cache/@eslint-community-regexpp-npm-4.12.1-ef4ab5217e-c08f1dd7dd.zip
Binary file not shown.
Binary file removed
BIN
-12.5 KB
...ution/src/BASE_NAME.Frontend/.yarn/cache/@eslint-core-npm-0.6.0-de5cb12e9f-ec5cce168c.zip
Binary file not shown.
Binary file added
BIN
+12.6 KB
...ution/src/BASE_NAME.Frontend/.yarn/cache/@eslint-core-npm-0.7.0-55f1b6f05c-69227f33fd.zip
Binary file not shown.
Binary file renamed
BIN
+5.79 KB
...t-js-npm-9.12.0-1d3a71b747-c4ec9f7ff6.zip → ...t-js-npm-9.14.0-778d6db19a-897e26bd68.zip
Binary file not shown.
Binary file renamed
BIN
+18.9 KB
...core-npm-0.19.0-b7c38944e9-9c4f96b9e9.zip → ...core-npm-0.19.1-e2e7aaeb6e-270d936be4.zip
Binary file not shown.
Binary file renamed
BIN
+12.7 KB
...node-npm-0.16.5-c060df2586-16e49b5f9d.zip → ...node-npm-0.16.6-6ee2cad587-6d43c67274.zip
Binary file not shown.
Binary file removed
BIN
-16.7 KB
...c/BASE_NAME.Frontend/.yarn/cache/@humanwhocodes-retry-npm-0.3.1-9d87bf92c6-eb457f6995.zip
Binary file not shown.
Binary file added
BIN
+21.1 KB
...c/BASE_NAME.Frontend/.yarn/cache/@humanwhocodes-retry-npm-0.4.1-44b0ee0d64-39fafc7319.zip
Binary file not shown.
Binary file removed
BIN
-6.36 KB
...src/BASE_NAME.Frontend/.yarn/cache/@inquirer-confirm-npm-3.1.14-d7d8a6b546-2f0bff69ac.zip
Binary file not shown.
Binary file added
BIN
+6.03 KB
.../src/BASE_NAME.Frontend/.yarn/cache/@inquirer-confirm-npm-5.0.1-a2a9a63d5e-da640d36ce.zip
Binary file not shown.
Binary file added
BIN
+53.1 KB
...on/src/BASE_NAME.Frontend/.yarn/cache/@inquirer-core-npm-10.0.1-9030ac121c-368f78110e.zip
Binary file not shown.
Binary file removed
BIN
-56 KB
...ion/src/BASE_NAME.Frontend/.yarn/cache/@inquirer-core-npm-9.0.2-e80ebbac07-d947322c4d.zip
Binary file not shown.
Binary file removed
BIN
-10.8 KB
.../src/BASE_NAME.Frontend/.yarn/cache/@inquirer-figures-npm-1.0.3-42a140a640-fa5c465275.zip
Binary file not shown.
Binary file added
BIN
+10.9 KB
.../src/BASE_NAME.Frontend/.yarn/cache/@inquirer-figures-npm-1.0.7-47bb10d63a-ce896860de.zip
Binary file not shown.
Binary file removed
BIN
-4.81 KB
...ion/src/BASE_NAME.Frontend/.yarn/cache/@inquirer-type-npm-1.4.0-42f4ec2c97-3b1be73ca4.zip
Binary file not shown.
Binary file added
BIN
+7.83 KB
...ion/src/BASE_NAME.Frontend/.yarn/cache/@inquirer-type-npm-3.0.0-341eac06c6-fd4c265f0e.zip
Binary file not shown.
Binary file removed
BIN
-396 KB
...c/BASE_NAME.Frontend/.yarn/cache/@mswjs-interceptors-npm-0.35.6-7e6a1306cd-da0c50c924.zip
Binary file not shown.
Binary file added
BIN
+416 KB
...c/BASE_NAME.Frontend/.yarn/cache/@mswjs-interceptors-npm-0.36.7-0fb42eaf6a-c2579a89f0.zip
Binary file not shown.
Binary file renamed
BIN
+136 KB
...in-js-npm-2.9.0-b328a4760e-f8766d38d2.zip → ...n-js-npm-2.10.1-3333b96973-bd18e22fc8.zip
Binary file not shown.
Binary file removed
BIN
-3.16 KB
...src/BASE_NAME.Frontend/.yarn/cache/@types-mute-stream-npm-0.0.4-3e79ac07f9-af8d83ad7b.zip
Binary file not shown.
Binary file removed
BIN
-405 KB
...ion/src/BASE_NAME.Frontend/.yarn/cache/@types-node-npm-20.14.10-5efcbc9009-672892cf94.zip
Binary file not shown.
Binary file removed
BIN
-2.62 KB
...n/src/BASE_NAME.Frontend/.yarn/cache/@types-wrap-ansi-npm-3.0.0-b7f3369360-8aa644946c.zip
Binary file not shown.
Binary file renamed
BIN
+317 KB
...ager-npm-5.59.5-c3752f14cf-eb5eee154b.zip → ...ager-npm-5.62.0-c0013838b0-e827770baa.zip
Binary file not shown.
Binary file renamed
BIN
+42.9 KB
...ypes-npm-5.59.5-0df27a0abe-8ec203b9c9.zip → ...ypes-npm-5.62.0-5c2e0aab15-24e8443177.zip
Binary file not shown.
Binary file renamed
BIN
+179 KB
...tree-npm-5.59.5-31e6a58f45-c6e4a1dd6b.zip → ...tree-npm-5.62.0-5d1ea132a9-06c975eb5f.zip
Binary file not shown.
Binary file renamed
BIN
+175 KB
...tils-npm-5.59.5-0dab84f5cc-f348f7b905.zip → ...tils-npm-5.62.0-907f2d579e-15ef13e439.zip
Binary file not shown.
Binary file renamed
BIN
+11 KB
...keys-npm-5.59.5-3893515073-0efea36dff.zip → ...keys-npm-5.62.0-da1af55f83-dc613ab756.zip
Binary file not shown.
Binary file removed
BIN
-578 KB
...on/src/BASE_NAME.Frontend/.yarn/cache/@vitest-browser-npm-2.1.2-c0cb49397d-cadc639005.zip
Binary file not shown.
Binary file added
BIN
+587 KB
...on/src/BASE_NAME.Frontend/.yarn/cache/@vitest-browser-npm-2.1.5-413929fec6-6405fb1849.zip
Binary file not shown.
Binary file removed
BIN
-31.9 KB
...rc/BASE_NAME.Frontend/.yarn/cache/@vitest-coverage-v8-npm-2.1.2-b7204de995-513b96310e.zip
Binary file not shown.
Binary file added
BIN
+30.2 KB
...rc/BASE_NAME.Frontend/.yarn/cache/@vitest-coverage-v8-npm-2.1.5-48fd28cfe7-14c90c9201.zip
Binary file not shown.
Binary file removed
BIN
-24.6 KB
...ion/src/BASE_NAME.Frontend/.yarn/cache/@vitest-expect-npm-2.1.2-477674bf0b-0e2991295a.zip
Binary file not shown.
Binary file added
BIN
+27.7 KB
...ion/src/BASE_NAME.Frontend/.yarn/cache/@vitest-expect-npm-2.1.5-d51bc6286e-bc10f719c3.zip
Binary file not shown.
Binary file removed
BIN
-35.4 KB
...ion/src/BASE_NAME.Frontend/.yarn/cache/@vitest-mocker-npm-2.1.2-1cdf0ad364-f6ec9aa061.zip
Binary file not shown.
Binary file added
BIN
+35.2 KB
...ion/src/BASE_NAME.Frontend/.yarn/cache/@vitest-mocker-npm-2.1.5-8551ad9996-2557f2f77f.zip
Binary file not shown.
Binary file renamed
BIN
+11.8 KB
...ormat-npm-2.1.2-6410925ad7-5866fb3c45.zip → ...ormat-npm-2.1.5-c710423eda-98bf4e20c0.zip
Binary file not shown.
Binary file removed
BIN
-25.4 KB
...ion/src/BASE_NAME.Frontend/.yarn/cache/@vitest-runner-npm-2.1.2-39dec31969-60b086e39a.zip
Binary file not shown.
Binary file added
BIN
+25.6 KB
...ion/src/BASE_NAME.Frontend/.yarn/cache/@vitest-runner-npm-2.1.5-0146a32baa-7b47b089f5.zip
Binary file not shown.
Binary file removed
BIN
-26.9 KB
...n/src/BASE_NAME.Frontend/.yarn/cache/@vitest-snapshot-npm-2.1.2-9b17d48b77-acd29f5988.zip
Binary file not shown.
Binary file added
BIN
+26.7 KB
...n/src/BASE_NAME.Frontend/.yarn/cache/@vitest-snapshot-npm-2.1.5-622ca2d86d-a650483fd7.zip
Binary file not shown.
Binary file removed
BIN
-6.44 KB
...lution/src/BASE_NAME.Frontend/.yarn/cache/@vitest-spy-npm-2.1.1-02fa134c1d-47e83b4a3d.zip
Binary file not shown.
Binary file removed
BIN
-6.44 KB
...lution/src/BASE_NAME.Frontend/.yarn/cache/@vitest-spy-npm-2.1.2-9b628f554c-0183ab53b4.zip
Binary file not shown.
Binary file added
BIN
+6.77 KB
...lution/src/BASE_NAME.Frontend/.yarn/cache/@vitest-spy-npm-2.1.5-b5c3d4bd78-8985357bd5.zip
Binary file not shown.
Binary file removed
BIN
-408 KB
...olution/src/BASE_NAME.Frontend/.yarn/cache/@vitest-ui-npm-2.1.2-28f8e08ac6-8a4474b344.zip
Binary file not shown.
Binary file added
BIN
+410 KB
...olution/src/BASE_NAME.Frontend/.yarn/cache/@vitest-ui-npm-2.1.5-1d19291620-6e24a2ccd7.zip
Binary file not shown.
Binary file removed
BIN
-43.1 KB
...tion/src/BASE_NAME.Frontend/.yarn/cache/@vitest-utils-npm-2.1.2-c24008a9fb-fa898ea631.zip
Binary file not shown.
Binary file added
BIN
+43.4 KB
...tion/src/BASE_NAME.Frontend/.yarn/cache/@vitest-utils-npm-2.1.5-77d77373d8-c40c6784d2.zip
Binary file not shown.
Binary file renamed
BIN
+18 KB
...onfig-npm-9.1.3-e180f55d62-b068f56fbc.zip → ...onfig-npm-9.2.8-9825443ba8-2f4875689d.zip
Binary file not shown.
Binary file removed
BIN
-72 KB
...on/src/BASE_NAME.Frontend/.yarn/cache/@wdio-protocols-npm-9.0.8-9186d24f10-db2668ec95.zip
Binary file not shown.
Binary file added
BIN
+72.7 KB
...on/src/BASE_NAME.Frontend/.yarn/cache/@wdio-protocols-npm-9.2.2-4413bbdf8c-e13a40e9b7.zip
Binary file not shown.
Binary file renamed
BIN
+42.1 KB
...types-npm-9.1.3-a0403f121a-d789b55f87.zip → ...types-npm-9.2.2-fa8cfe4433-3db56c27b7.zip
Binary file not shown.
Binary file removed
BIN
-46 KB
...lution/src/BASE_NAME.Frontend/.yarn/cache/@wdio-utils-npm-9.1.3-0742c5f91a-21811bfa37.zip
Binary file not shown.
Binary file added
BIN
+41.3 KB
...lution/src/BASE_NAME.Frontend/.yarn/cache/@wdio-utils-npm-9.2.8-22d0cbb881-01ce857a89.zip
Binary file not shown.
Binary file added
BIN
+134 KB
...ed-solution/src/BASE_NAME.Frontend/.yarn/cache/acorn-npm-8.14.0-dc46f61424-6df29c3555.zip
Binary file not shown.
Binary file renamed
BIN
+18.2 KB
...list-npm-4.24.0-6b67324c87-26c1b8ba25.zip → ...list-npm-4.24.2-0bc5f13e3b-f8a9d78bba.zip
Binary file not shown.
Binary file removed
BIN
-849 KB
...rc/BASE_NAME.Frontend/.yarn/cache/caniuse-lite-npm-1.0.30001664-55249fe665-ff237f6bbb.zip
Binary file not shown.
Binary file added
BIN
+850 KB
...rc/BASE_NAME.Frontend/.yarn/cache/caniuse-lite-npm-1.0.30001676-fad0ce67b1-73d5ff987c.zip
Binary file not shown.
Binary file removed
BIN
-119 KB
...ated-solution/src/BASE_NAME.Frontend/.yarn/cache/chai-npm-5.1.1-2e09e40819-ee67279a56.zip
Binary file not shown.
Binary file added
BIN
+119 KB
...ated-solution/src/BASE_NAME.Frontend/.yarn/cache/chai-npm-5.1.2-6b92587dbf-e8c2bbc83c.zip
Binary file not shown.
Binary file removed
BIN
-7.5 KB
...ution/src/BASE_NAME.Frontend/.yarn/cache/cli-spinners-npm-2.9.2-be9c08efee-a0a863f442.zip
Binary file not shown.
Binary file removed
BIN
-9.17 KB
...ed-solution/src/BASE_NAME.Frontend/.yarn/cache/cookie-npm-0.5.0-e2d58a161a-aae7911ddc.zip
Binary file not shown.
Binary file added
BIN
+9.08 KB
...ed-solution/src/BASE_NAME.Frontend/.yarn/cache/cookie-npm-0.7.2-6ea9ee4231-24b286c556.zip
Binary file not shown.
Binary file removed
BIN
-26 KB
.../BASE_NAME.Frontend/.yarn/cache/electron-to-chromium-npm-1.5.30-fe69f5bcb6-948d7931ac.zip
Binary file not shown.
Binary file added
BIN
+26.4 KB
.../BASE_NAME.Frontend/.yarn/cache/electron-to-chromium-npm-1.5.50-c2eeb3c362-635ca4b593.zip
Binary file not shown.
Binary file added
BIN
+7.24 KB
...-solution/src/BASE_NAME.Frontend/.yarn/cache/escalade-npm-3.2.0-19b50dd48f-9d7169e396.zip
Binary file not shown.
Binary file renamed
BIN
+841 KB
...lint-npm-9.12.0-3eb1ee5be9-c3f10d1ca3.zip → ...lint-npm-9.14.0-04ed57b338-6ce59dda56.zip
Binary file not shown.
Binary file renamed
BIN
+585 KB
...sdoc-npm-50.3.1-d22bb40c20-b7c60a95fd.zip → ...sdoc-npm-50.5.0-9cd71f161f-4abe3ac34a.zip
Binary file not shown.
Binary file renamed
BIN
+64.6 KB
...brary-npm-6.3.0-a2bca5fae0-192b112f84.zip → ...brary-npm-6.4.0-a687e8d8f0-b9461e6662.zip
Binary file not shown.
Binary file renamed
BIN
+39.5 KB
...scope-npm-8.1.0-75cf62b96f-4c34a12fbe.zip → ...scope-npm-8.2.0-d74e314c9e-cd9ab60d5a.zip
Binary file not shown.
Binary file removed
BIN
-13.4 KB
...rc/BASE_NAME.Frontend/.yarn/cache/eslint-visitor-keys-npm-4.1.0-463e4b09f7-3fb5bd1b2f.zip
Binary file not shown.
Binary file added
BIN
+13.4 KB
...rc/BASE_NAME.Frontend/.yarn/cache/eslint-visitor-keys-npm-4.2.0-a591434af3-9651b3356b.zip
Binary file not shown.
Binary file renamed
BIN
+24.7 KB
...pree-npm-10.2.0-a85a38e94f-365076a963.zip → ...pree-npm-10.3.0-e5b10052f5-3412d44d42.zip
Binary file not shown.
Binary file added
BIN
+29.3 KB
...lution/src/BASE_NAME.Frontend/.yarn/cache/expect-type-npm-1.1.0-741d55500b-05fca80ddc.zip
Binary file not shown.
Binary file removed
BIN
-21.5 KB
...ated-solution/src/BASE_NAME.Frontend/.yarn/cache/fdir-npm-6.3.0-c8df900569-baa3a476a8.zip
Binary file not shown.
Binary file added
BIN
+24.5 KB
...ated-solution/src/BASE_NAME.Frontend/.yarn/cache/fdir-npm-6.4.2-83cd21b34c-5ff80d1d20.zip
Binary file not shown.
Binary file removed
BIN
-135 KB
...solution/src/BASE_NAME.Frontend/.yarn/cache/immutable-npm-4.1.0-f6635927b8-1bd10f07d9.zip
Binary file not shown.
Binary file added
BIN
+139 KB
...solution/src/BASE_NAME.Frontend/.yarn/cache/immutable-npm-5.0.2-d7d3c3ff6b-89b1117c61.zip
Binary file not shown.
Binary file added
BIN
+32.8 KB
...ted-solution/src/BASE_NAME.Frontend/.yarn/cache/loupe-npm-3.1.2-58c9dbcc10-8f5734e53f.zip
Binary file not shown.
Binary file removed
BIN
-91 KB
...ion/src/BASE_NAME.Frontend/.yarn/cache/magic-string-npm-0.30.11-4e76dc2f30-b784d22402.zip
Binary file not shown.
Binary file added
BIN
+91.1 KB
...ion/src/BASE_NAME.Frontend/.yarn/cache/magic-string-npm-0.30.12-31dd992ec2-98016180a5.zip
Binary file not shown.
Binary file removed
BIN
-128 KB
...-solution/src/BASE_NAME.Frontend/.yarn/cache/magicast-npm-0.3.4-c589d6a741-704f86639b.zip
Binary file not shown.
Binary file added
BIN
+128 KB
...-solution/src/BASE_NAME.Frontend/.yarn/cache/magicast-npm-0.3.5-75436eaa69-3a2dba6b0b.zip
Binary file not shown.
Binary file removed
BIN
-995 KB
...nated-solution/src/BASE_NAME.Frontend/.yarn/cache/msw-npm-2.4.8-967fac127b-bbb290ed9a.zip
Binary file not shown.
Binary file added
BIN
+1.1 MB
...nated-solution/src/BASE_NAME.Frontend/.yarn/cache/msw-npm-2.6.4-541894e43d-8420b389e4.zip
Binary file not shown.
Binary file removed
BIN
-3.57 KB
...lution/src/BASE_NAME.Frontend/.yarn/cache/mute-stream-npm-1.0.0-b6e846d471-36fc968b0e.zip
Binary file not shown.
Binary file added
BIN
+3.6 KB
...lution/src/BASE_NAME.Frontend/.yarn/cache/mute-stream-npm-2.0.0-45d3c1ef83-d2e4fd2f5a.zip
Binary file not shown.
Binary file added
BIN
+3.86 KB
...olution/src/BASE_NAME.Frontend/.yarn/cache/picocolors-npm-1.1.1-4fede47cf1-e1cf46bf84.zip
Binary file not shown.
Binary file added
BIN
+66 KB
...-solution/src/BASE_NAME.Frontend/.yarn/cache/postcss-npm-8.4.49-1c13833dd1-28fe1005b1.zip
Binary file not shown.
Binary file removed
BIN
-886 KB
...ted-solution/src/BASE_NAME.Frontend/.yarn/cache/sass-npm-1.79.5-9f4647a8cf-86f6ebe9c3.zip
Binary file not shown.
Binary file added
BIN
+888 KB
...ted-solution/src/BASE_NAME.Frontend/.yarn/cache/sass-npm-1.80.7-f3e7fc66fb-617966d361.zip
Binary file not shown.
Binary file removed
BIN
-9.03 KB
...ated-solution/src/BASE_NAME.Frontend/.yarn/cache/sirv-npm-2.0.4-cace6fe955-24f42cf068.zip
Binary file not shown.
Binary file added
BIN
+9.62 KB
...ated-solution/src/BASE_NAME.Frontend/.yarn/cache/sirv-npm-3.0.0-5773cccdab-94dbd5df7c.zip
Binary file not shown.
Binary file removed
BIN
-11.4 KB
...d-solution/src/BASE_NAME.Frontend/.yarn/cache/std-env-npm-3.7.0-5261c3c3c3-6ee0cca1ad.zip
Binary file not shown.
Binary file added
BIN
+11.3 KB
...d-solution/src/BASE_NAME.Frontend/.yarn/cache/std-env-npm-3.8.0-f5ccf32ee1-034176196c.zip
Binary file not shown.
Binary file removed
BIN
-17 KB
...-solution/src/BASE_NAME.Frontend/.yarn/cache/tinyexec-npm-0.3.0-2666a4bb6a-317cc536d0.zip
Binary file not shown.
Binary file added
BIN
+17 KB
...-solution/src/BASE_NAME.Frontend/.yarn/cache/tinyexec-npm-0.3.1-13938c6dae-0537c70590.zip
Binary file not shown.
Binary file added
BIN
+9.2 KB
...lution/src/BASE_NAME.Frontend/.yarn/cache/tinyglobby-npm-0.2.10-70bf4c34d9-10c976866d.zip
Binary file not shown.
Binary file removed
BIN
-13.9 KB
...olution/src/BASE_NAME.Frontend/.yarn/cache/tinyglobby-npm-0.2.6-81a4d9bd33-5954b30e42.zip
Binary file not shown.
Binary file removed
BIN
-16.7 KB
...-solution/src/BASE_NAME.Frontend/.yarn/cache/tinypool-npm-1.0.0-01bf44ef1d-4041a9ae62.zip
Binary file not shown.
Binary file added
BIN
+16.8 KB
...-solution/src/BASE_NAME.Frontend/.yarn/cache/tinypool-npm-1.0.1-d26e93a818-eaceb93784.zip
Binary file not shown.
Binary file removed
BIN
-7.62 KB
...d-solution/src/BASE_NAME.Frontend/.yarn/cache/tinyspy-npm-3.0.0-f3d94b9691-b5b686acff.zip
Binary file not shown.
Binary file added
BIN
+7.68 KB
...d-solution/src/BASE_NAME.Frontend/.yarn/cache/tinyspy-npm-3.0.2-4f17593a18-5db671b2ff.zip
Binary file not shown.
Binary file removed
BIN
-2.71 KB
...src/BASE_NAME.Frontend/.yarn/cache/to-fast-properties-npm-2.0.0-0dc60cc481-be2de62fe5.zip
Binary file not shown.
Binary file renamed
BIN
+154 KB
...fest-npm-4.21.0-7d4de1ec34-a4dc074b25.zip → ...fest-npm-4.26.1-274c31182d-b82676194f.zip
Binary file not shown.
Binary file added
BIN
+6.86 KB
...BASE_NAME.Frontend/.yarn/cache/update-browserslist-db-npm-1.1.1-16e34017b1-7678dd8609.zip
Binary file not shown.
Binary file removed
BIN
-66.4 KB
...solution/src/BASE_NAME.Frontend/.yarn/cache/vite-node-npm-2.1.2-66f1833a7f-582843800e.zip
Binary file not shown.
Binary file added
BIN
+66.8 KB
...solution/src/BASE_NAME.Frontend/.yarn/cache/vite-node-npm-2.1.5-f85ba9fa72-53d90523bf.zip
Binary file not shown.
Binary file added
BIN
+744 KB
...ted-solution/src/BASE_NAME.Frontend/.yarn/cache/vite-npm-5.4.11-9da365ef2b-719c4dea89.zip
Binary file not shown.
Binary file removed
BIN
-742 KB
...ated-solution/src/BASE_NAME.Frontend/.yarn/cache/vite-npm-5.4.8-0e6d2e051d-17fdffa558.zip
Binary file not shown.
Binary file removed
BIN
-396 KB
...ed-solution/src/BASE_NAME.Frontend/.yarn/cache/vitest-npm-2.1.2-6430425a96-3a331a1049.zip
Binary file not shown.
Binary file added
BIN
+386 KB
...ed-solution/src/BASE_NAME.Frontend/.yarn/cache/vitest-npm-2.1.5-61f3d3fb89-83e8f446bd.zip
Binary file not shown.
Binary file renamed
BIN
+55.2 KB
...river-npm-9.1.5-2364ebf2cb-eef827ea6c.zip → ...river-npm-9.2.8-cbceca281e-7e96b1ed24.zip
Binary file not shown.
Binary file renamed
BIN
+277 KB
...verio-npm-9.1.5-1f61de592e-9f528bfa35.zip → ...erio-npm-9.2.14-c9a5634d44-5880d41bba.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.