Skip to content

Commit

Permalink
update jquery-ui to fix vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdp authored and wvengen committed Oct 24, 2023
1 parent c876ec9 commit 91093a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/app/assets/javascripts/brightcontent/pages.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//= require jquery-ui/sortable
//= require jquery-ui/widgets/sortable
//= require jquery.ui.nestedSortable
//= require sortable_tree/initializer
2 changes: 1 addition & 1 deletion pages/brightcontent-pages.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency "brightcontent-core", version
s.add_dependency "brightcontent-attachments", version
s.add_dependency "awesome_nested_set", ">= 3.0.0.rc.3"
s.add_dependency "jquery-ui-rails", "~> 5.0.0"
s.add_dependency "jquery-ui-rails", "~> 7.0.0"
s.add_dependency "the_sortable_tree", "~> 2.3.0"
s.add_dependency "coffee-rails"
end

0 comments on commit 91093a7

Please sign in to comment.