Skip to content

Commit 6aa0e6f

Browse files
authored
Bump nokogiri from 1.13.9 to 1.13.10 in /docs (#1021)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.13.10. # Release notes from [nokogiri's releases](https://github.com/sparklemotion/nokogiri/releases) > ## 1.13.10 / 2022-12-07 > > ### Security > > * \[CRuby\] Address CVE-2022-23476, unchecked return value from `xmlTextReaderExpand`. See [GHSA-qv4q-mr5r-qprj](GHSA-qv4q-mr5r-qprj) for more information. > > ### Improvements > > * \[CRuby\] `XML::Reader#attribute_hash` now returns `nil` on parse errors. This restores the behavior of `#attributes` from v1.13.7 and earlier. \[[#2715](https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/2715)\] > # Commits * [`4c80121`](sparklemotion/nokogiri@4c80121) version bump to v1.13.10 * [`85410e3`](sparklemotion/nokogiri@85410e3) Merge pull request [#2715](https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/2715) from sparklemotion/flavorjones-fix-reader-error-hand... * [`9fe0761`](sparklemotion/nokogiri@9fe0761) fix(cruby): XML::Reader#attribute\_hash returns nil on error * [`3b9c736`](sparklemotion/nokogiri@3b9c736) Merge pull request [#2717](https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/2717) from sparklemotion/flavorjones-lock-psych-to-fix-bui... * [`2efa87b`](sparklemotion/nokogiri@2efa87b) test: skip large cdata test on system libxml2 * [`3187d67`](sparklemotion/nokogiri@3187d67) dep(dev): pin psych to v4 until v5 builds in CI * [`a16b4bf`](sparklemotion/nokogiri@a16b4bf) style(rubocop): disable Minitest/EmptyLineBeforeAssertionMethods * See full diff in [compare view](sparklemotion/nokogiri@v1.13.9...v1.13.10)
2 parents 6f32fbd + 70b8303 commit 6aa0e6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ GEM
8383
mini_portile2 (2.8.0)
8484
minitest (5.16.3)
8585
multipart-post (2.1.1)
86-
nokogiri (1.13.9)
86+
nokogiri (1.13.10)
8787
mini_portile2 (~> 2.8.0)
8888
racc (~> 1.4)
8989
octokit (4.21.0)
@@ -92,7 +92,7 @@ GEM
9292
pathutil (0.16.2)
9393
forwardable-extended (~> 2.6)
9494
public_suffix (5.0.0)
95-
racc (1.6.0)
95+
racc (1.6.1)
9696
rb-fsevent (0.11.2)
9797
rb-inotify (0.10.1)
9898
ffi (~> 1.0)

0 commit comments

Comments
 (0)