Skip to content

Pin package versions, refresh lockfile, and enforce latest supported glob#1736

Merged
pethers merged 3 commits intomainfrom
copilot/fix-versions-in-package-json
Mar 27, 2026
Merged

Pin package versions, refresh lockfile, and enforce latest supported glob#1736
pethers merged 3 commits intomainfrom
copilot/fix-versions-in-package-json

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 27, 2026

This PR updates dependency versioning to fixed values in package.json and aligns lockfile resolution accordingly. It also applies latest compatible upgrades via npm-check-updates and enforces a modern glob version across transitive dependencies.

  • Dependency version policy update

    • Converted all devDependencies from ranged specs (^/~) to exact versions.
    • Kept dependencies unchanged ({}) and preserved peerDependencies compatibility ranges.
  • Latest compatible upgrades applied

    • Ran npx npm-check-updates with peer-aware constraints and updated supported packages (e.g., vitest, vite, knip, openai, cypress, @aws-sdk/client-bedrock-runtime).
    • Did not force incompatible major upgrades blocked by peer constraints (e.g., typescript@6 vs typescript-eslint).
  • Lockfile and transitive resolution improvements

    • Regenerated package-lock.json to match the pinned manifest and current dependency graph.
    • Added overrides.glob: "13.0.1" to eliminate older transitive glob@10.x and standardize on latest supported glob.
{
  "overrides": {
    "eslint-plugin-react-hooks": {
      "eslint": "$eslint"
    },
    "glob": "13.0.1"
  }
}

⌨️ Start Copilot coding agent tasks without leaving your editor β€” available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 27, 2026

Dependency Review

The following issues were found:
  • βœ… 0 vulnerable package(s)
  • βœ… 0 package(s) with incompatible licenses
  • βœ… 0 package(s) with invalid SPDX license definitions
  • βœ… 0 package(s) with unknown licenses.
  • ⚠️ 2 packages with OpenSSF Scorecard issues.
See the Details below.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA b1f2e48.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

OpenSSF Scorecard

Scorecard details
PackageVersionScoreDetails
npm/brace-expansion 5.0.5 🟒 6.3
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Maintained🟒 1015 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Security-Policy🟒 10security policy file detected
Binary-Artifacts🟒 10no binaries found in the repo
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Code-Review⚠️ 2Found 7/25 approved changesets -- score normalized to 2
Token-Permissions🟒 10GitHub workflow tokens follow principle of least privilege
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
License🟒 9license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/path-scurry 2.0.2 🟒 4.9
Details
CheckScoreReason
Code-Review⚠️ 0Found 0/30 approved changesets -- score normalized to 0
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Binary-Artifacts🟒 10no binaries found in the repo
Maintained🟒 45 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4
Packaging⚠️ -1packaging workflow not detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Token-Permissions🟒 10GitHub workflow tokens follow principle of least privilege
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
License🟒 9license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Security-Policy🟒 10security policy file detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/@aws-sdk/client-bedrock-runtime 3.1018.0 🟒 5.5
Details
CheckScoreReason
Maintained🟒 1030 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Code-Review⚠️ 2Found 8/30 approved changesets -- score normalized to 2
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
License🟒 10license file detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Security-Policy🟒 10security policy file detected
Packaging🟒 10packaging workflow detected
SAST🟒 10SAST tool is run on all commits
Binary-Artifacts🟒 8binaries present in source code
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
npm/@eslint/js 10.0.1 🟒 6.6
Details
CheckScoreReason
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Maintained🟒 1030 commit(s) and 21 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟒 9Found 22/24 approved changesets -- score normalized to 9
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
License🟒 10license file detected
Binary-Artifacts🟒 10no binaries found in the repo
Pinned-Dependencies⚠️ 1dependency not pinned by hash detected -- score normalized to 1
Signed-Releases⚠️ -1no releases found
Branch-Protection🟒 5branch protection is not maximal on development and all release branches
Security-Policy🟒 10security policy file detected
Fuzzing⚠️ 0project is not fuzzed
SAST🟒 9SAST tool detected but not run on all commits
npm/@testing-library/dom 10.4.1 🟒 4.9
Details
CheckScoreReason
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Code-Review🟒 6Found 16/23 approved changesets -- score normalized to 6
Packaging⚠️ -1packaging workflow not detected
Token-Permissions🟒 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟒 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
License🟒 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Signed-Releases⚠️ -1no releases found
Security-Policy⚠️ 0security policy file not detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/@testing-library/jest-dom 6.9.1 🟒 4.1
Details
CheckScoreReason
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Code-Review🟒 9Found 16/17 approved changesets -- score normalized to 9
Binary-Artifacts🟒 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟒 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Security-Policy⚠️ 0security policy file not detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/@testing-library/react 16.3.2 🟒 3.5
Details
CheckScoreReason
Code-Review🟒 4Found 14/29 approved changesets -- score normalized to 4
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Maintained⚠️ 01 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Binary-Artifacts🟒 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
License🟒 10license file detected
Signed-Releases⚠️ -1no releases found
Security-Policy⚠️ 0security policy file not detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/@testing-library/user-event 14.6.1 🟒 3.8
Details
CheckScoreReason
Code-Review🟒 6Found 20/29 approved changesets -- score normalized to 6
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Binary-Artifacts🟒 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
License🟒 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Signed-Releases⚠️ -1no releases found
Security-Policy⚠️ 0security policy file not detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/@types/node 25.5.0 🟒 6.5
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Code-Review🟒 8Found 26/30 approved changesets -- score normalized to 8
Maintained🟒 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
License🟒 9license file detected
Security-Policy🟒 10security policy file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Pinned-Dependencies🟒 8dependency not pinned by hash detected -- score normalized to 8
Binary-Artifacts🟒 10no binaries found in the repo
Fuzzing⚠️ 0project is not fuzzed
npm/@types/react 19.2.14 🟒 6.5
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Code-Review🟒 8Found 26/30 approved changesets -- score normalized to 8
Maintained🟒 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
License🟒 9license file detected
Security-Policy🟒 10security policy file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Pinned-Dependencies🟒 8dependency not pinned by hash detected -- score normalized to 8
Binary-Artifacts🟒 10no binaries found in the repo
Fuzzing⚠️ 0project is not fuzzed
npm/@types/react-dom 19.2.3 🟒 6.5
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Code-Review🟒 8Found 26/30 approved changesets -- score normalized to 8
Maintained🟒 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
License🟒 9license file detected
Security-Policy🟒 10security policy file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Pinned-Dependencies🟒 8dependency not pinned by hash detected -- score normalized to 8
Binary-Artifacts🟒 10no binaries found in the repo
Fuzzing⚠️ 0project is not fuzzed
npm/@vitejs/plugin-react 6.0.1 🟒 7.3
Details
CheckScoreReason
Code-Review⚠️ 2Found 5/21 approved changesets -- score normalized to 2
Maintained🟒 1030 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10
Packaging⚠️ -1packaging workflow not detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Binary-Artifacts🟒 10no binaries found in the repo
Token-Permissions🟒 7detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟒 7dependency not pinned by hash detected -- score normalized to 7
License🟒 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Security-Policy🟒 10security policy file detected
SAST🟒 9SAST tool is not run on all commits -- score normalized to 9
npm/@vitest/coverage-v8 4.1.2 UnknownUnknown
npm/@vitest/ui 4.1.2 UnknownUnknown
npm/cypress 15.13.0 🟒 4.7
Details
CheckScoreReason
Code-Review🟒 9Found 20/21 approved changesets -- score normalized to 9
Maintained🟒 1030 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Packaging⚠️ -1packaging workflow not detected
Security-Policy🟒 10security policy file detected
Dangerous-Workflow⚠️ 0dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
License🟒 10license file detected
Binary-Artifacts🟒 10no binaries found in the repo
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
SAST🟒 10SAST tool detected
npm/cypress-junit-reporter 1.3.1 ⚠️ 2
Details
CheckScoreReason
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Code-Review⚠️ 0Found 0/30 approved changesets -- score normalized to 0
Packaging⚠️ -1packaging workflow not detected
SAST⚠️ 0no SAST tool detected
Dangerous-Workflow⚠️ -1no workflows found
Binary-Artifacts🟒 10no binaries found in the repo
Pinned-Dependencies⚠️ -1no dependencies found
Token-Permissions⚠️ -1No tokens found
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟒 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
npm/cypress-multi-reporters 2.0.5 UnknownUnknown
npm/cypress-wait-until 3.0.2 ⚠️ 1.9
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Code-Review⚠️ 0Found 2/25 approved changesets -- score normalized to 0
Dangerous-Workflow⚠️ -1no workflows found
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Token-Permissions⚠️ -1No tokens found
Binary-Artifacts🟒 10no binaries found in the repo
Pinned-Dependencies⚠️ -1no dependencies found
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
License🟒 9license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/dependency-cruiser 17.3.10 🟒 7
Details
CheckScoreReason
Code-Review⚠️ 0Found 1/30 approved changesets -- score normalized to 0
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Maintained🟒 1024 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10
Security-Policy🟒 10security policy file detected
Token-Permissions🟒 8detected GitHub workflow tokens with excessive permissions
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟒 10license file detected
Binary-Artifacts🟒 10no binaries found in the repo
Fuzzing⚠️ 0project is not fuzzed
Pinned-Dependencies⚠️ 1dependency not pinned by hash detected -- score normalized to 1
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Packaging🟒 10packaging workflow detected
SAST🟒 10SAST tool is run on all commits
npm/dotenv 17.3.1 🟒 4.4
Details
CheckScoreReason
Maintained🟒 1030 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Security-Policy🟒 9security policy file detected
Code-Review⚠️ 0Found 1/29 approved changesets -- score normalized to 0
Binary-Artifacts🟒 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
License🟒 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/eslint 10.1.0 🟒 6.6
Details
CheckScoreReason
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Maintained🟒 1030 commit(s) and 21 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟒 9Found 22/24 approved changesets -- score normalized to 9
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
License🟒 10license file detected
Binary-Artifacts🟒 10no binaries found in the repo
Pinned-Dependencies⚠️ 1dependency not pinned by hash detected -- score normalized to 1
Signed-Releases⚠️ -1no releases found
Branch-Protection🟒 5branch protection is not maximal on development and all release branches
Security-Policy🟒 10security policy file detected
Fuzzing⚠️ 0project is not fuzzed
SAST🟒 9SAST tool detected but not run on all commits
npm/eslint-plugin-react-hooks 7.0.1 🟒 6.6
Details
CheckScoreReason
Maintained🟒 1030 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟒 9Found 24/26 approved changesets -- score normalized to 9
License🟒 10license file detected
Security-Policy🟒 10security policy file detected
CII-Best-Practices⚠️ 2badge detected: InProgress
Signed-Releases⚠️ -1no releases found
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions🟒 10GitHub workflow tokens follow principle of least privilege
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Binary-Artifacts🟒 9binaries present in source code
Pinned-Dependencies⚠️ 1dependency not pinned by hash detected -- score normalized to 1
SAST⚠️ 1SAST tool is not run on all commits -- score normalized to 1
Fuzzing⚠️ 0project is not fuzzed
npm/eslint-plugin-react-refresh 0.5.2 UnknownUnknown
npm/globals 17.4.0 🟒 5
Details
CheckScoreReason
Maintained🟒 1015 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Security-Policy🟒 10security policy file detected
Packaging⚠️ -1packaging workflow not detected
Code-Review🟒 5Found 14/24 approved changesets -- score normalized to 5
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Binary-Artifacts🟒 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
License🟒 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/jest-axe 10.0.0 🟒 3.5
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟒 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Code-Review⚠️ 2Found 3/14 approved changesets -- score normalized to 2
Maintained⚠️ 00 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 0
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Pinned-Dependencies🟒 3dependency not pinned by hash detected -- score normalized to 3
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟒 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/jsdom 29.0.1 🟒 6.9
Details
CheckScoreReason
Maintained🟒 1030 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Code-Review⚠️ 2Found 7/30 approved changesets -- score normalized to 2
Token-Permissions🟒 10GitHub workflow tokens follow principle of least privilege
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Binary-Artifacts🟒 10no binaries found in the repo
License🟒 10license file detected
Pinned-Dependencies🟒 3dependency not pinned by hash detected -- score normalized to 3
Packaging🟒 10packaging workflow detected
Signed-Releases⚠️ -1no releases found
Fuzzing⚠️ 0project is not fuzzed
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Security-Policy🟒 10security policy file detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/knip 6.0.6 UnknownUnknown
npm/openai 6.33.0 UnknownUnknown
npm/react 19.2.4 🟒 6.6
Details
CheckScoreReason
Maintained🟒 1030 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟒 9Found 24/26 approved changesets -- score normalized to 9
License🟒 10license file detected
Security-Policy🟒 10security policy file detected
CII-Best-Practices⚠️ 2badge detected: InProgress
Signed-Releases⚠️ -1no releases found
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions🟒 10GitHub workflow tokens follow principle of least privilege
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Binary-Artifacts🟒 9binaries present in source code
Pinned-Dependencies⚠️ 1dependency not pinned by hash detected -- score normalized to 1
SAST⚠️ 1SAST tool is not run on all commits -- score normalized to 1
Fuzzing⚠️ 0project is not fuzzed
npm/react-dom 19.2.4 🟒 6.6
Details
CheckScoreReason
Maintained🟒 1030 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟒 9Found 24/26 approved changesets -- score normalized to 9
License🟒 10license file detected
Security-Policy🟒 10security policy file detected
CII-Best-Practices⚠️ 2badge detected: InProgress
Signed-Releases⚠️ -1no releases found
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions🟒 10GitHub workflow tokens follow principle of least privilege
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Binary-Artifacts🟒 9binaries present in source code
Pinned-Dependencies⚠️ 1dependency not pinned by hash detected -- score normalized to 1
SAST⚠️ 1SAST tool is not run on all commits -- score normalized to 1
Fuzzing⚠️ 0project is not fuzzed
npm/start-server-and-test 3.0.0 🟒 4.6
Details
CheckScoreReason
Binary-Artifacts🟒 10no binaries found in the repo
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Code-Review⚠️ 0Found 0/29 approved changesets -- score normalized to 0
Packaging⚠️ -1packaging workflow not detected
Maintained🟒 1030 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟒 5dependency not pinned by hash detected -- score normalized to 5
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟒 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/ts-morph 27.0.2 🟒 3.4
Details
CheckScoreReason
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Code-Review⚠️ 2Found 7/30 approved changesets -- score normalized to 2
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Binary-Artifacts🟒 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
License🟒 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Packaging🟒 10packaging workflow detected
Fuzzing⚠️ 0project is not fuzzed
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/ts-node 10.9.2 🟒 4.6
Details
CheckScoreReason
Code-Review⚠️ 1Found 5/30 approved changesets -- score normalized to 1
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Security-Policy🟒 10security policy file detected
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Packaging⚠️ -1packaging workflow not detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions🟒 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟒 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
License🟒 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/tsx 4.21.0 UnknownUnknown
npm/typedoc 0.28.18 🟒 6.3
Details
CheckScoreReason
Code-Review⚠️ 1Prow code reviews found for 3 commits out of the last 30 -- score normalized to 1
Maintained🟒 1030 commit(s) out of 30 and 25 issue activity out of 30 found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no badge detected
Vulnerabilities🟒 10no vulnerabilities detected
Token-Permissions⚠️ 0non read-only tokens detected in GitHub workflows
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Security-Policy🟒 10security policy file detected
License🟒 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Packaging⚠️ -1no published package detected
Binary-Artifacts🟒 10no binaries found in the repo
Pinned-Dependencies🟒 7dependency not pinned by hash detected -- score normalized to 7
Dependency-Update-Tool🟒 10update tool detected
Fuzzing⚠️ 0project is not fuzzed
npm/typedoc-plugin-markdown 4.11.0 UnknownUnknown
npm/typedoc-plugin-mermaid 1.12.0 🟒 4.6
Details
CheckScoreReason
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Code-Review⚠️ 0Found 0/14 approved changesets -- score normalized to 0
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Security-Policy🟒 10security policy file detected
Binary-Artifacts🟒 10no binaries found in the repo
Pinned-Dependencies🟒 10all dependencies are pinned
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟒 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/typedoc-plugin-missing-exports 4.1.2 UnknownUnknown
npm/typescript 5.9.3 🟒 8.5
Details
CheckScoreReason
Code-Review🟒 10all changesets reviewed
Maintained🟒 1030 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10
Packaging⚠️ -1packaging workflow not detected
Dependency-Update-Tool🟒 10update tool detected
Security-Policy🟒 10security policy file detected
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions🟒 9detected GitHub workflow tokens with excessive permissions
Vulnerabilities🟒 82 existing vulnerabilities detected
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
License🟒 10license file detected
Branch-Protection⚠️ -1internal error: error during GetBranch(release-5.9): error during branchesHandler.query: internal error: githubv4.Query: Resource not accessible by integration
Binary-Artifacts🟒 10no binaries found in the repo
SAST🟒 10SAST tool is run on all commits
Pinned-Dependencies🟒 6dependency not pinned by hash detected -- score normalized to 6
Fuzzing🟒 10project is fuzzed
CI-Tests🟒 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟒 10project has 35 contributing companies or organizations
npm/typescript-eslint 8.57.2 🟒 5.8
Details
CheckScoreReason
Code-Review🟒 7Found 21/27 approved changesets -- score normalized to 7
Packaging⚠️ -1packaging workflow not detected
Maintained🟒 1030 commit(s) and 18 issue activity found in the last 90 days -- score normalized to 10
Security-Policy🟒 10security policy file detected
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟒 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Signed-Releases⚠️ -1no releases found
Binary-Artifacts🟒 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/vite 8.0.3 🟒 6.2
Details
CheckScoreReason
Maintained🟒 1030 commit(s) and 18 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟒 4Found 11/23 approved changesets -- score normalized to 4
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions🟒 5detected GitHub workflow tokens with excessive permissions
License🟒 10license file detected
Binary-Artifacts🟒 5binaries present in source code
Pinned-Dependencies🟒 6dependency not pinned by hash detected -- score normalized to 6
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Signed-Releases⚠️ -1no releases found
Fuzzing⚠️ 0project is not fuzzed
Security-Policy🟒 10security policy file detected
SAST🟒 3SAST tool is not run on all commits -- score normalized to 3
npm/vite-bundle-analyzer 1.3.6 UnknownUnknown
npm/vite-tsconfig-paths 6.1.1 🟒 4.8
Details
CheckScoreReason
Maintained🟒 1015 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Security-Policy🟒 10security policy file detected
Packaging⚠️ -1packaging workflow not detected
Code-Review⚠️ 0Found 2/29 approved changesets -- score normalized to 0
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Binary-Artifacts🟒 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
License🟒 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection🟒 3branch protection is not maximal on development and all release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/vitest 4.1.2 UnknownUnknown

Scanned Files

  • package-lock.json
  • package.json

@github-actions
Copy link
Copy Markdown
Contributor

πŸ“Έ Automated UI Screenshots

πŸ“‹ Screenshots Captured (8)

# Screenshot
1 01-splash-screen.png - 01 splash screen.png
2 02-intro-screen-menu.png - 02 intro screen menu.png
3 03-intro-screen-archetype-selector.png - 03 intro screen archetype selector.png
4 04-controls-screen.png - 04 controls screen.png
5 05-philosophy-screen.png - 05 philosophy screen.png
6 06-training-screen.png - 06 training screen.png
7 07-combat-screen-practice.png - 07 combat screen practice.png
8 08-combat-screen-versus.png - 08 combat screen versus.png

πŸ“¦ Download Screenshots

πŸ“₯ Download all screenshots from workflow artifacts

Screenshots are preserved as workflow artifacts for 30 days.


πŸ€– Generated by Playwright automation

Agent-Logs-Url: https://github.com/Hack23/blacktrigram/sessions/0d4c4c20-ace9-4849-a9bf-3666a578bff2

Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
@github-actions github-actions bot added dependencies Dependency updates infrastructure CI/CD and build infrastructure labels Mar 27, 2026
Copilot AI changed the title [WIP] Fix all versions in package.json and update dependencies Pin package versions, refresh lockfile, and enforce latest supported glob Mar 27, 2026
@pethers pethers marked this pull request as ready for review March 27, 2026 12:29
@pethers pethers merged commit 5ef7a4d into main Mar 27, 2026
13 checks passed
@pethers pethers deleted the copilot/fix-versions-in-package-json branch March 27, 2026 12:29
@github-actions
Copy link
Copy Markdown
Contributor

πŸ“Έ Automated UI Screenshots

πŸ“‹ Screenshots Captured (8)

# Screenshot
1 01-splash-screen.png - 01 splash screen.png
2 02-intro-screen-menu.png - 02 intro screen menu.png
3 03-intro-screen-archetype-selector.png - 03 intro screen archetype selector.png
4 04-controls-screen.png - 04 controls screen.png
5 05-philosophy-screen.png - 05 philosophy screen.png
6 06-training-screen.png - 06 training screen.png
7 07-combat-screen-practice.png - 07 combat screen practice.png
8 08-combat-screen-versus.png - 08 combat screen versus.png

πŸ“¦ Download Screenshots

πŸ“₯ Download all screenshots from workflow artifacts

Screenshots are preserved as workflow artifacts for 30 days.


πŸ€– Generated by Playwright automation

@github-actions
Copy link
Copy Markdown
Contributor

πŸ“Έ Automated UI Screenshots

πŸ“‹ Screenshots Captured (8)

# Screenshot
1 01-splash-screen.png - 01 splash screen.png
2 02-intro-screen-menu.png - 02 intro screen menu.png
3 03-intro-screen-archetype-selector.png - 03 intro screen archetype selector.png
4 04-controls-screen.png - 04 controls screen.png
5 05-philosophy-screen.png - 05 philosophy screen.png
6 06-training-screen.png - 06 training screen.png
7 07-combat-screen-practice.png - 07 combat screen practice.png
8 08-combat-screen-versus.png - 08 combat screen versus.png

πŸ“¦ Download Screenshots

πŸ“₯ Download all screenshots from workflow artifacts

Screenshots are preserved as workflow artifacts for 30 days.


πŸ€– Generated by Playwright automation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates infrastructure CI/CD and build infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants