diff --git a/Gemfile.lock b/Gemfile.lock index b1338ac2b..a3beeced9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,7 +102,7 @@ GEM racc (~> 1.7) bigdecimal (3.1.9) bindex (0.8.1) - blacklight (8.7.0) + blacklight (8.8.0) globalid i18n (>= 1.7.0) jbuilder (~> 2.7) @@ -111,14 +111,14 @@ GEM rails (>= 6.1, < 9) view_component (>= 2.74, < 4) zeitwerk - blacklight-gallery (4.8.3) + blacklight-gallery (4.8.4) blacklight (>= 7.17, < 9) rails (>= 6.1, < 9) blacklight-oembed (1.4.2) blacklight (>= 7.25, < 9) rails ruby-oembed - blacklight-spotlight (4.6.1) + blacklight-spotlight (4.7.0) activejob-status acts-as-taggable-on (>= 5.0, < 12) autoprefixer-rails @@ -238,9 +238,14 @@ GEM bigdecimal rexml crass (1.0.6) - csl (2.0.0) - namae (~> 1.0) - rexml + csl (2.1.0) + forwardable (~> 1.3) + namae (~> 1.2) + open-uri (< 1.0) + rexml (~> 3.0) + set (~> 1.1) + singleton (< 1.0) + time (< 1.0) csl-styles (2.0.1) csl (~> 2.0) cssbundling-rails (1.4.1) @@ -334,7 +339,7 @@ GEM forwardable (1.3.3) friendly_id (5.5.1) activerecord (>= 4.0.0) - gapic-common (0.24.0) + gapic-common (0.25.0) faraday (>= 1.9, < 3.a) faraday-retry (>= 1.0, < 3.a) google-cloud-env (~> 2.2) @@ -387,7 +392,7 @@ GEM grpc (~> 1.41) googleapis-common-protos-types (1.18.0) google-protobuf (>= 3.18, < 5.a) - googleauth (1.12.2) + googleauth (1.13.0) faraday (>= 1.0, < 3.a) google-cloud-env (~> 2.2) google-logging-utils (~> 0.1) @@ -445,7 +450,8 @@ GEM mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) io-console (0.8.0) - irb (1.14.3) + irb (1.15.1) + pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) iso-639 (0.3.8) @@ -476,9 +482,10 @@ GEM kaminari-core (1.2.2) language_server-protocol (3.17.0.3) latex-decode (0.4.0) - launchy (3.0.1) + launchy (3.1.0) addressable (~> 2.8) childprocess (~> 5.0) + logger (~> 1.6) leaflet-rails (1.3.1) rails (>= 4.2.0) leaflet-sidebar-rails (0.2.0) @@ -544,7 +551,7 @@ GEM net-protocol net-protocol (0.2.2) timeout - net-scp (4.0.0) + net-scp (4.1.0) net-ssh (>= 2.6.5, < 8.0.0) net-sftp (4.0.0) net-ssh (>= 5.0.0, < 8.0.0) @@ -602,6 +609,9 @@ GEM racc parslet (2.0.0) popper_js (2.11.8) + pp (0.6.2) + prettyprint + prettyprint (0.2.0) psych (5.2.3) date stringio @@ -725,7 +735,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.2) - rubocop (1.70.0) + rubocop (1.71.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -749,7 +759,7 @@ GEM rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rspec (3.3.0) + rubocop-rspec (3.4.0) rubocop (~> 1.61) rubocop-rspec_rails (2.30.0) rubocop (~> 1.61) @@ -761,13 +771,15 @@ GEM logger rubyzip (2.4.1) securerandom (0.4.1) - selenium-webdriver (4.27.0) + selenium-webdriver (4.28.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sidekiq (7.3.7) + set (1.1.1) + sidekiq (7.3.8) + base64 connection_pool (>= 2.3.0) logger rack (>= 2.2.4) @@ -783,6 +795,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) + singleton (0.3.0) sitemap_generator (6.3.0) builder (~> 3.0) slack-ruby-client (2.4.0) diff --git a/package.json b/package.json index 52cfdf297..dbfda822a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "dependencies": { "@popperjs/core": "^2.11.8", "autoprefixer": "^10.4.20", - "blacklight-frontend": "^8.7.0", + "blacklight-frontend": "^8.8.0", "blacklight-gallery": "^4.6.3", "bootstrap": "^5.3.3", "bootstrap-icons": "^1.11.3", @@ -14,7 +14,7 @@ "postcss": "^8.4.49", "postcss-cli": "^11.0.0", "sass": "^1.82.0", - "spotlight-frontend": "^4.5.0" + "spotlight-frontend": "^4.7.0" }, "scripts": { "build:css:compile": "sass ./app/assets/stylesheets/application.bootstrap.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules", diff --git a/yarn.lock b/yarn.lock index 171beda40..809a14bd4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -164,10 +164,10 @@ binary-extensions@^2.0.0: resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.3.0.tgz#f6e14a97858d327252200242d4ccfe522c445522" integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw== -"blacklight-frontend@>=7.1.0 <9", blacklight-frontend@^8.7.0: - version "8.7.0" - resolved "https://registry.yarnpkg.com/blacklight-frontend/-/blacklight-frontend-8.7.0.tgz#4ef0d5c984ea41addf42914dd37157f7eee3f3f5" - integrity sha512-iDPNfD+QQo5+ZoLLl4uRXtgzvPFup4JnzAa1MnxdP+7cxkHm24cidJ+c/9UBZjk9mrOOnFdlMfWZnbX+zG+mkQ== +"blacklight-frontend@>=7.1.0 <9", blacklight-frontend@^8.8.0: + version "8.8.0" + resolved "https://registry.yarnpkg.com/blacklight-frontend/-/blacklight-frontend-8.8.0.tgz#c3a413b5e4f0b50ae134bc385346ee0f70d5cfea" + integrity sha512-K0kN+h2HEnEINE1ewqwTvMNP5lWI52TkMfLTr+tWlFVJUdG+CcJKDW0B5fTfZ8q2pSWy54QUgHzhVMYjk5EOow== dependencies: bootstrap ">=4.3.1 <6.0.0" @@ -691,10 +691,10 @@ slash@^5.0.0, slash@^5.1.0: resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46" integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA== -spotlight-frontend@^4.5.0: - version "4.6.1" - resolved "https://registry.yarnpkg.com/spotlight-frontend/-/spotlight-frontend-4.6.1.tgz#59532e7b64394b0d4ebfe480cfd703c6c86b23d0" - integrity sha512-JD5OsAxIFdbzJW8I9URtX6awQgAuJK1frErSOdZXE6fzSJ/DFE/8v6FzxhWyHwV2YVymhKxyWXv8dULtPQHEjg== +spotlight-frontend@^4.7.0: + version "4.7.0" + resolved "https://registry.yarnpkg.com/spotlight-frontend/-/spotlight-frontend-4.7.0.tgz#51469e4daa6efee92242b81ac159bd6cacad58c3" + integrity sha512-vdBpdJpViOeAh0hR6gvs4vLWKwwnahoQ9U855CFMv79dLlHx//k1KNaOjsWRon28Iby5G7HFo55Xyb40yO4QWQ== string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: version "4.2.3"