Skip to content

Security Updates - #2205

Open
lisagorewitdecker wants to merge 10 commits into
trekhleb:masterfrom
Lisa-Gorewit-Decker:master
Open

Security Updates#2205
lisagorewitdecker wants to merge 10 commits into
trekhleb:masterfrom
Lisa-Gorewit-Decker:master

Conversation

@lisagorewitdecker

Copy link
Copy Markdown

Security Updates and

"overrides": {
"@istanbuljs/load-nyc-config": {
"js-yaml": "^3.15.1"
}
},

Copilot AI and others added 4 commits August 27, 2026 19:05
…-github-actions-job

pin js-yaml to >=3.15.1 to resolve Dependabot security failure
Bumps [flatted](https://github.com/WebReflection/flatted) from 3.3.3 to 3.4.4.
- [Commits](WebReflection/flatted@v3.3.3...v3.4.4)

---
updated-dependencies:
- dependency-name: flatted
  dependency-version: 3.4.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Copilot AI lite review requested due to automatic review settings August 27, 2026 19:27
Bumps [picomatch](https://github.com/micromatch/picomatch) to 4.0.7 and updates ancestor dependencies [picomatch](https://github.com/micromatch/picomatch), [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli), [expect](https://github.com/jestjs/jest/tree/HEAD/packages/expect), [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). These dependencies need to be updated together.


Updates `picomatch` from 4.0.3 to 4.0.7
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@4.0.3...4.0.7)

Updates `@babel/cli` from 7.28.6 to 8.0.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v8.0.4/packages/babel-cli)

Updates `expect` from 30.2.0 to 30.4.1
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.4.1/packages/expect)

Updates `eslint-plugin-jest` from 27.9.0 to 29.16.2
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v27.9.0...v29.16.2)

Updates `jest` from 30.2.0 to 30.4.2
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.4.2/packages/jest)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 4.0.7
  dependency-type: indirect
- dependency-name: "@babel/cli"
  dependency-version: 8.0.4
  dependency-type: direct:development
- dependency-name: expect
  dependency-version: 30.4.1
  dependency-type: indirect
- dependency-name: eslint-plugin-jest
  dependency-version: 29.16.2
  dependency-type: direct:development
- dependency-name: jest
  dependency-version: 30.4.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The override and lockfile updates are consistent and narrowly scoped to dependency security/version resolution.

Pull request overview

This PR adds an npm overrides entry to force @istanbuljs/load-nyc-config to use a patched js-yaml version, and updates the lockfile accordingly to reflect the resolved dependency versions.

Changes:

  • Added an npm overrides rule for @istanbuljs/load-nyc-config -> js-yaml to require ^3.15.1.
  • Updated package-lock.json so @istanbuljs/load-nyc-config now resolves js-yaml to 3.15.2.
  • Updated the lockfile’s top-level js-yaml resolution to 4.3.2 (used elsewhere in the dev dependency tree, e.g., ESLint tooling).
File summaries
File Description
package.json Adds npm overrides to enforce a patched js-yaml under @istanbuljs/load-nyc-config.
package-lock.json Updates resolved js-yaml versions to match the override and current dependency tree resolution.
Review details
  • Files reviewed: 1/2 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@lisagorewitdecker lisagorewitdecker left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

lisagorewitdecker and others added 5 commits August 27, 2026 15:43
…n/flatted-3.4.4

Bump flatted from 3.3.3 to 3.4.4
…n/multi-45df76a7c0

Bump picomatch, @babel/cli, expect, eslint-plugin-jest and jest
…n permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: lisagorewitdecker <50784106+lisagorewitdecker@users.noreply.github.com>
Potential fix for code scanning alert no. 1: Workflow does not contain permissions

@lisagorewitdecker lisagorewitdecker left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants