Skip to content

Bump prismjs from 1.25.0 to 1.27.0#42

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/prismjs-1.27.0
Open

Bump prismjs from 1.25.0 to 1.27.0#42
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/prismjs-1.27.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Feb 26, 2022

Bumps prismjs from 1.25.0 to 1.27.0.

Release notes

Sourced from prismjs's releases.

v1.27.0

Release 1.27.0

v1.26.0

Release 1.26.0

Changelog

Sourced from prismjs's changelog.

1.27.0 (2022-02-17)

New components

Updated components

Updated plugins

Other

  • Core
    • Added better error message for missing grammars (#3311) 2cc4660b

1.26.0 (2022-01-06)

New components

Updated components

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.25.0...v1.27.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 26, 2022
Copy link
Copy Markdown

@foxpatch-aleph foxpatch-aleph left a comment

Choose a reason for hiding this comment

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

This is a straightforward dependency bump PR from prismjs 1.25.0 to 1.27.0, addressing a security vulnerability. The diff is primarily lock file changes generated by dependabot. Beyond the prismjs version bump itself, the lock file also reflects cascading updates to transitive dependencies: @solana/web3.js moved from 0.90.5 to 1.35.1 (a major version upgrade of a transitive dep), jayson 3.6.5→3.6.6 with uuid updated from v3 to v8, ws 7.5.5→7.5.7, superstruct 0.8.4→0.14.2, rpc-websockets 7.4.16→7.4.17, and numerous packages being correctly re-classified as devDependencies. The removal of several packages (cheerio, esdoc-inject-style-plugin, npm-run-all, mz, crypto-hash, buffer-layout, etc.) appears to be a consequence of the @solana/web3.js major version upgrade dropping those dependencies. None of these changes touch application source code, only lock files. The prismjs bump fixes a known security vulnerability (ReDoS) and the compatibility score from Dependabot is shown. No logic, security, or correctness issues are introduced by this PR.

package-lock.json (line None): The @solana/web3.js transitive dependency has jumped from 0.90.5 to 1.35.1 — a significant major version change. While this is lock-file only and driven by the upstream dependency tree, it's worth verifying that no behavioral regressions were introduced for any Solana-related functionality in the project. The superstruct upgrade (0.8.4→0.14.2) bundled with this is also a breaking major version change in that package's own API, though it's only consumed internally by @solana/web3.js here.

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

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant