Skip to content

Commit 21b08aa

Browse files
LTI-192: Security updates (#121)
* Bump nokogiri from 1.13.9 to 1.13.10 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.13.10. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.13.9...v1.13.10) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump loofah from 2.19.0 to 2.19.1 Bumps [loofah](https://github.com/flavorjones/loofah) from 2.19.0 to 2.19.1. - [Release notes](https://github.com/flavorjones/loofah/releases) - [Changelog](https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md) - [Commits](flavorjones/loofah@v2.19.0...v2.19.1) --- updated-dependencies: - dependency-name: loofah dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump rails-html-sanitizer from 1.4.3 to 1.4.4 Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.3 to 1.4.4. - [Release notes](https://github.com/rails/rails-html-sanitizer/releases) - [Changelog](https://github.com/rails/rails-html-sanitizer/blob/master/CHANGELOG.md) - [Commits](rails/rails-html-sanitizer@v1.4.3...v1.4.4) --- updated-dependencies: - dependency-name: rails-html-sanitizer dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d70a27e commit 21b08aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ GEM
212212
activesupport (>= 4)
213213
railties (>= 4)
214214
request_store (~> 1.0)
215-
loofah (2.19.0)
215+
loofah (2.19.1)
216216
crass (~> 1.0.2)
217217
nokogiri (>= 1.5.9)
218218
mail (2.7.1)
@@ -226,7 +226,7 @@ GEM
226226
multi_json (1.15.0)
227227
multipart-post (2.2.3)
228228
nio4r (2.5.8)
229-
nokogiri (1.13.9)
229+
nokogiri (1.13.10)
230230
mini_portile2 (~> 2.8.0)
231231
racc (~> 1.4)
232232
oauth (0.5.10)
@@ -243,7 +243,7 @@ GEM
243243
public_suffix (4.0.7)
244244
puma (5.6.4)
245245
nio4r (~> 2.0)
246-
racc (1.6.0)
246+
racc (1.6.1)
247247
rack (2.2.4)
248248
rack-test (2.0.2)
249249
rack (>= 1.3)
@@ -265,8 +265,8 @@ GEM
265265
rails-dom-testing (2.0.3)
266266
activesupport (>= 4.2.0)
267267
nokogiri (>= 1.6)
268-
rails-html-sanitizer (1.4.3)
269-
loofah (~> 2.3)
268+
rails-html-sanitizer (1.4.4)
269+
loofah (~> 2.19, >= 2.19.1)
270270
railties (6.0.6)
271271
actionpack (= 6.0.6)
272272
activesupport (= 6.0.6)

0 commit comments

Comments
 (0)