Bump the bundler group across 1 directory with 6 updates - #95
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the bundler group across 1 directory with 6 updates#95dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the bundler group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `1.4.2` | `2.9.5` | | [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) | `1.3.6` | `1.3.7` | | [loofah](https://github.com/flavorjones/loofah) | `2.25.1` | `2.25.2` | | [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) | `1.7.0` | `1.7.1` | | [websocket-driver](https://github.com/faye/websocket-driver-ruby) | `0.7.5` | `0.8.2` | Updates `sqlite3` from 1.4.2 to 2.9.5 - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](sparklemotion/sqlite3-ruby@v1.4.2...v2.9.5) Updates `concurrent-ruby` from 1.3.6 to 1.3.7 - [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases) - [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md) - [Commits](ruby-concurrency/concurrent-ruby@v1.3.6...v1.3.7) Updates `loofah` from 2.25.1 to 2.25.2 - [Release notes](https://github.com/flavorjones/loofah/releases) - [Changelog](https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md) - [Commits](flavorjones/loofah@v2.25.1...v2.25.2) Updates `nokogiri` from 1.19.3 to 1.19.4 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.19.3...v1.19.4) Updates `rails-html-sanitizer` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/rails/rails-html-sanitizer/releases) - [Changelog](https://github.com/rails/rails-html-sanitizer/blob/main/CHANGELOG.md) - [Commits](rails/rails-html-sanitizer@v1.7.0...v1.7.1) Updates `websocket-driver` from 0.7.5 to 0.8.2 - [Changelog](https://github.com/faye/websocket-driver-ruby/blob/main/CHANGELOG.md) - [Commits](faye/websocket-driver-ruby@0.7.5...0.8.2) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.5 dependency-type: direct:development dependency-group: bundler - dependency-name: concurrent-ruby dependency-version: 1.3.7 dependency-type: indirect dependency-group: bundler - dependency-name: loofah dependency-version: 2.25.2 dependency-type: indirect dependency-group: bundler - dependency-name: nokogiri dependency-version: 1.19.4 dependency-type: indirect dependency-group: bundler - dependency-name: rails-html-sanitizer dependency-version: 1.7.1 dependency-type: indirect dependency-group: bundler - dependency-name: websocket-driver dependency-version: 0.8.2 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the bundler group with 5 updates in the / directory:
1.4.22.9.51.3.61.3.72.25.12.25.21.7.01.7.10.7.50.8.2Updates
sqlite3from 1.4.2 to 2.9.5Release notes
Sourced from sqlite3's releases.
... (truncated)
Changelog
Sourced from sqlite3's changelog.
... (truncated)
Commits
747e7deversion bump to v2.9.52bd436dFix use-after-free issue with custom functions (#710)b24e1e6Fix use-after-free issue with aggregate functions (#711)9abc955dep: update vendored sqlite to 3.53.2 (#709)a3f8e71For sqlcipher builds, prefer sqlcipher's header (#708)9292033build(deps): bump the actions group across 1 directory with 3 updates (#707)b79c841Introduce a security reporting policyae58899version bump to v2.9.4e16df53Merge pull request #704 from sparklemotion/dep-sqlite-3.53.12dc95ffdep: update vendored sqlite to 3.53.1Updates
concurrent-rubyfrom 1.3.6 to 1.3.7Release notes
Sourced from concurrent-ruby's releases.
Changelog
Sourced from concurrent-ruby's changelog.
Commits
4c8fc28Release 1.3.7d91ca94Fix AtomicReference#update livelock when stored value is Float::NAN on JRuby ...7e4d711FixReentrantReadWriteLockread hold overflow into write-lock bit6e37e06FixAtomicReference#updatelivelock when stored value isFloat::NAN2825cfaCleanup spec3fd4932FixReadWriteLockwrong-thread write release and stray read release1974b47Add Ruby 4.0 in CIdf8706dAdd SECURITY.md (#1104)7a1b789Bump actions/upload-pages-artifact from 4 to 59b2dbf7Bump actions/deploy-pages from 4 to 5Updates
loofahfrom 2.25.1 to 2.25.2Release notes
Sourced from loofah's releases.
Changelog
Sourced from loofah's changelog.
Commits
2706d7eversion bump to v2.25.21afde0cMerge pull request #308 from flavorjones/security-2252f1be9d8Updateallowed_uri?to decode semicolon-less numeric character references5e91af8Updateallowed_uri?to handle named whitespace character references20867b9Properly restrict SVG href attributes5f3bff4test: opt into JSON comment parsing for sanitizer testdata (#307)b07713dtest: do not run in verbose modebabe7a8doc: update CHANGELOGa8d8d96Merge pull request #305 from flavorjones/drop-protocol-typob52f4b0version bump to 2.25.2.beta1Updates
nokogirifrom 1.19.3 to 1.19.4Release notes
Sourced from nokogiri's releases.
Changelog
Sourced from nokogiri's changelog.
Commits
8cfb9daversion bump to v1.19.4a856d1efix: JRuby NONET bypass in XML::Schema (v1.19.x) (#3639)6a0aa1efix(CRuby): use-after-free in Document#encoding= when setter raises (v1.19.x)...f658a54fix: JRuby NONET bypass in XML::Schema39d26fefix(CRuby): use-after-free in Document#encoding= when setter raises04a09ddfix(CRuby): out-of-bounds read in NodeSet#[] with large negative index (v1.19...7799fbdfix: avoid NPE on uninitialized XML::Node structs (v1.19.x) (#3645)ef19e13fix(CRuby): avoid UAF in XML::Attr#value= (v1.19.x) (#3644)5524fa9fix:Document#root=rejects non-element nodes (v1.19.x) (#3643)9891ad1fix(CRuby): use-after-free in XPathContext document lifetime (v1.19.x) (#3641)Updates
rails-html-sanitizerfrom 1.7.0 to 1.7.1Release notes
Sourced from rails-html-sanitizer's releases.
Changelog
Sourced from rails-html-sanitizer's changelog.
Commits
4f37e3dversion bump to v1.7.1b4673b9Merge pull request #223 from rails/svg-href-local-ref74dcb80Properly restrict SVG href attributes11ee440Adjust data: URI mediatype tests for loofah 2.25.2 (#222)bc9622cHarden GitHub Actions workflows (#220)3459ffddep(dev): update nokogiri (#219)8aa4bb2build(deps-dev): bump concurrent-ruby from 1.3.6 to 1.3.7 (#218)4ddc0c7dep(dev): update development dependencies (#217)f87abb4Merge pull request #215 from yuri-zubov/reduce-gem-size527b317Reduce gem size by excluding test filesUpdates
websocket-driverfrom 0.7.5 to 0.8.2Changelog
Sourced from websocket-driver's changelog.
Commits
49e230bBump version to 0.8.27d6fd87Gracefully handle malformedHostheaders in theServerdriver5cab908Bump version to 0.8.117b569fLimit the total HTTP request line and headers size to 32Kfa86417Fail the connection if a message is larger than the configured max length aft...d0141f0Close a draft-75/76 connection if a length header grows to exceed the configu...1e4475eTest on Ruby 4.02824edcUpdate release date for 0.8.0befd449Prefer text frames over binary; if the input is in some non-UTF-8 text encodi...e3155f7Bump version to 0.8.0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.