Skip to content

[Snyk] Security upgrade pa11y from 8.0.0 to 9.0.0#1588

Open
JJediny wants to merge 1 commit intodevelopfrom
snyk-fix-7e90bb3ac788166e2590e25f5eb0c84f
Open

[Snyk] Security upgrade pa11y from 8.0.0 to 9.0.0#1588
JJediny wants to merge 1 commit intodevelopfrom
snyk-fix-7e90bb3ac788166e2590e25f5eb0c84f

Conversation

@JJediny
Copy link

@JJediny JJediny commented Feb 9, 2026

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.

Snyk changed the following file(s):

  • package.json
  • package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
critical severity Arbitrary Code Injection
SNYK-JS-JSONPATH-13645034
  853  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Arbitrary Code Injection

Copilot AI review requested due to automatic review settings February 9, 2026 15:07
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR upgrades the pa11y dependency to remediate a Snyk-reported vulnerability in the project’s npm dependency tree.

Changes:

  • Bump pa11y from ^8.0.0 to ^9.0.0 in package.json
  • Refresh package-lock.json to reflect updated pa11y and its transitive dependency updates (notably newer puppeteer)

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates pa11y to v9 to address the flagged vulnerability.
package-lock.json Updates resolved dependency graph for pa11y v9 (including updated transitive packages).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +64 to 65
"pa11y": "^9.0.0",
"pa11y-ci": "^3.1.0",
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

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

Upgrading pa11y to v9 pulls in a much newer puppeteer (and a Chromium download during install). Since the project still uses pa11y-ci for npm run accessibility:pa11y, this results in two separate puppeteer trees (and two browser downloads). Consider either removing the direct pa11y dependency if it isn’t used, or upgrading/replacing pa11y-ci to a version compatible with pa11y v9 so only one puppeteer is installed.

Copilot uses AI. Check for mistakes.
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.

2 participants