Merge pull request #8701 from scinote-eln/develop

Release 1.43.0.2
This commit is contained in:
Alex Kriuchykhin 2025-07-24 11:56:18 +02:00 committed by GitHub
commit 666e48063f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 9 deletions

View file

@ -58,7 +58,7 @@ gem 'jbuilder' # JSON structures via a Builder-style DSL
gem 'logging', '~> 2.0.0'
gem 'mime-types', '~> 3.4'
gem 'nested_form_fields'
gem 'nokogiri', '~> 1.18.8' # HTML/XML parser
gem 'nokogiri', '~> 1.18.9' # HTML/XML parser
gem 'noticed'
gem 'oj'
gem 'rails_autolink', '~> 1.1', '>= 1.1.6'

View file

@ -486,9 +486,9 @@ GEM
net-protocol
newrelic_rpm (9.14.0)
nio4r (2.7.4)
nokogiri (1.18.8-arm64-darwin)
nokogiri (1.18.9-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.8-x86_64-linux-gnu)
nokogiri (1.18.9-x86_64-linux-gnu)
racc (~> 1.4)
noticed (1.6.3)
http (>= 4.0.0)
@ -750,7 +750,7 @@ GEM
railties (>= 6.0.0)
tailwindcss-rails (2.4.0-x86_64-linux)
railties (>= 6.0.0)
thor (1.3.2)
thor (1.4.0)
tilt (2.4.0)
timecop (0.9.6)
timeout (0.4.3)
@ -866,7 +866,7 @@ DEPENDENCIES
mime-types (~> 3.4)
nested_form_fields
newrelic_rpm
nokogiri (~> 1.18.8)
nokogiri (~> 1.18.9)
noticed
oj
omniauth (~> 2.1)

View file

@ -1 +1 @@
1.43.0.1
1.43.0.2

View file

@ -2570,9 +2570,9 @@ form-data@^3.0.0:
mime-types "^2.1.35"
form-data@^4.0.0:
version "4.0.3"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.3.tgz#608b1b3f3e28be0fccf5901fc85fb3641e5cf0ae"
integrity sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==
version "4.0.4"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
dependencies:
asynckit "^0.4.0"
combined-stream "^1.0.8"