Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nokogiri from 1.5.5 to 1.5.11 #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 6, 2024

Bumps nokogiri from 1.5.5 to 1.5.11.

Changelog

Sourced from nokogiri's changelog.

1.5.11 / 2013-12-14

Fixed

  • (JRuby) Fix out of memory bug when certain invalid documents are parsed.
  • (JRuby) Fix regression of billion-laughs vulnerability. #586

1.5.10 / 2013-06-07

Fixed

  • (JRuby) Fix "null document" error when parsing an empty IO in jruby 1.7.3. #883
  • (JRuby) Fix schema validation when XSD has DOCTYPE set to DTD. #912 (Patrick Cheng)
  • (MRI) Fix segfault when there is no default subelement for an HTML node. #917

Notes

  • Use rb_ary_entry instead of RARRAY_PTR (you know, for Rubinius). #877 (Dirkjan Bussink)
  • Fix TypeError when running tests. #900 (Cédric Boutillier)

1.5.9 / 2013-03-21

Fixed

  • Ensure that prefixed attributes are properly namespaced when reparented. #869
  • Fix for inconsistent namespaced attribute access for SVG nested in HTML. #861
  • (MRI) Fixed a memory leak in fragment parsing if nodes are not all subsequently reparented. #856

1.5.8 / 2013-03-19

Fixed

  • (JRuby) Fix EmptyStackException thrown by elements with xlink:href attributes and no base_uri. [#534, #805] (Patrick Quinn and Brian Hoffman)
  • Fixes duplicate attributes issue introduced in 1.5.7. #865
  • Allow use of a prefixed namespace on a root node using Nokogiri::XML::Builder #868

1.5.7 / 2013-03-18

Added

  • Windows support for Ruby 2.0.

Fixed

... (truncated)

Commits
  • 58a94e1 Version bump to 1.5.11.
  • 3e118a9 CHANGELOG updates for 1.5.11 security release.
  • be0cabf [JRuby] Fix entity expansion bug.
  • fd939d0 Ugh, bundler. Updating to hoe 3.7.
  • 9488e49 Get loaded_parser_version to parse a version string with a suffix correctly.
  • f8cd1dc Add MIT license to gemspec (closes #938)
  • 0253846 Add missing translation for these as well.
  • c384769 Add missing translation for the changes in 1.5.1.
  • 0f9268e Fix some grammos and remove trailing spaces.
  • 439028d Cherry-pick 6b1e4edc. (Japanese translation)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.5.5 to 1.5.11.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.5.5...v1.5.11)

---
updated-dependencies:
- dependency-name: nokogiri
  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 6, 2024
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.

None yet

0 participants