Skip to content

Commit a25f337

Browse files
build(deps-dev): bump actionview from 8.1.2 to 8.1.2.1 (#230)
Bumps [actionview](https://github.com/rails/rails) from 8.1.2 to 8.1.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rails/rails/releases">actionview's releases</a>.</em></p> <blockquote> <h2>8.1.2.1</h2> <h2>Active Support</h2> <ul> <li> <p>Reject scientific notation in NumberConverter</p> <p>[CVE-2026-33176]</p> <p><em>Jean Boussier</em></p> </li> <li> <p>Fix <code>SafeBuffer#%</code> to preserve unsafe status</p> <p>[CVE-2026-33170]</p> <p><em>Jean Boussier</em></p> </li> <li> <p>Improve performance of NumberToDelimitedConverter</p> <p>[CVE-2026-33169]</p> <p><em>Jean Boussier</em></p> </li> </ul> <h2>Active Model</h2> <ul> <li>No changes.</li> </ul> <h2>Active Record</h2> <ul> <li>No changes.</li> </ul> <h2>Action View</h2> <ul> <li> <p>Skip blank attribute names in tag helpers to avoid generating invalid HTML.</p> <p>[CVE-2026-33168]</p> <p><em>Mike Dalessio</em></p> </li> </ul> <h2>Action Pack</h2> <ul> <li> <p>Fix possible XSS in DebugExceptions middleware</p> <p>[CVE-2026-33167]</p> <p><em>John Hawthorn</em></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rails/rails/blob/v8.1.2.1/actionview/CHANGELOG.md">actionview's changelog</a>.</em></p> <blockquote> <h2>Rails 8.1.2.1 (March 23, 2026)</h2> <ul> <li> <p>Fix possible XSS in DebugExceptions middleware</p> <p>[CVE-2026-33167]</p> <p><em>John Hawthorn</em></p> </li> <li> <p>Skip blank attribute names in tag helpers to avoid generating invalid HTML.</p> <p>[CVE-2026-33168]</p> <p><em>Mike Dalessio</em></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rails/rails/commit/1db4b89687cc18311fc3f92623136705df24e671"><code>1db4b89</code></a> Preparing for 8.1.2.1 release</li> <li><a href="https://github.com/rails/rails/commit/1c7d1cf0a1ab4142eb20ef30fe2062aad6f72e21"><code>1c7d1cf</code></a> Update changelog</li> <li><a href="https://github.com/rails/rails/commit/e91694b1f0e176eb01bfcc480a008bffc70f7602"><code>e91694b</code></a> Update CHANGELOG (8.1 only)</li> <li><a href="https://github.com/rails/rails/commit/63f5ad83edaa0b976f82d46988d745426aa4a42d"><code>63f5ad8</code></a> Skip blank attribute names in Action View tag helpers</li> <li>See full diff in <a href="https://github.com/rails/rails/compare/v8.1.2...v8.1.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actionview&package-manager=bundler&previous-version=8.1.2&new-version=8.1.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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](https://github.com/github/rubocop-rails-accessibility/network/alerts). </details>
2 parents b87ae74 + 6668d9d commit a25f337

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionview (8.1.2)
11-
activesupport (= 8.1.2)
10+
actionview (8.1.2.1)
11+
activesupport (= 8.1.2.1)
1212
builder (~> 3.1)
1313
erubi (~> 1.11)
1414
rails-dom-testing (~> 2.2)
1515
rails-html-sanitizer (~> 1.6)
16-
activesupport (8.1.2)
16+
activesupport (8.1.2.1)
1717
base64
1818
bigdecimal
1919
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -48,11 +48,11 @@ GEM
4848
minitest (6.0.2)
4949
drb (~> 2.0)
5050
prism (~> 1.5)
51-
nokogiri (1.19.1-arm64-darwin)
51+
nokogiri (1.19.2-arm64-darwin)
5252
racc (~> 1.4)
53-
nokogiri (1.19.1-x86_64-darwin)
53+
nokogiri (1.19.2-x86_64-darwin)
5454
racc (~> 1.4)
55-
nokogiri (1.19.1-x86_64-linux-gnu)
55+
nokogiri (1.19.2-x86_64-linux-gnu)
5656
racc (~> 1.4)
5757
parallel (1.27.0)
5858
parser (3.3.10.2)
@@ -65,8 +65,8 @@ GEM
6565
activesupport (>= 5.0.0)
6666
minitest
6767
nokogiri (>= 1.6)
68-
rails-html-sanitizer (1.6.2)
69-
loofah (~> 2.21)
68+
rails-html-sanitizer (1.7.0)
69+
loofah (~> 2.25)
7070
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
7171
rainbow (3.1.1)
7272
rake (13.3.1)

0 commit comments

Comments
 (0)