Skip to content

Commit 535fb69

Browse files
Merge pull request #909 from psu-libraries/905-dependabot-issues
905 dependabot issues
2 parents f25e6c4 + 23eb0fc commit 535fb69

File tree

4 files changed

+981
-872
lines changed

4 files changed

+981
-872
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ gem 'sprockets', '~> 3.7.2'
6767
gem 'prawn', '~> 2.4.0'
6868
# Create docx documents
6969
gem 'caracal', '~> 1.4.0'
70-
gem 'net-imap', require: false # For Ruby 3 and Rails 6 mail compatibility
70+
gem 'net-imap', '~> 0.5.7', require: false # For Ruby 3 and Rails 6 mail compatibility
7171
gem 'net-pop', require: false # For Ruby 3 and Rails 6 mail compatibility
7272
gem 'net-smtp', require: false # For Ruby 3 and Rails 6 mail compatibility
7373
# Until the incompatibility issue with ruby 3 is fixed, limit psych to < 4

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ GEM
165165
rubocop
166166
smart_properties
167167
erubi (1.13.1)
168-
etda_utilities (0.20.2)
168+
etda_utilities (0.21.0)
169169
factory_bot (6.5.1)
170170
activesupport (>= 6.1.0)
171171
factory_bot_rails (6.4.4)
@@ -209,7 +209,7 @@ GEM
209209
rails-dom-testing (>= 1, < 3)
210210
railties (>= 4.2.0)
211211
thor (>= 0.14, < 2.0)
212-
json (2.10.1)
212+
json (2.12.2)
213213
jwt (2.10.1)
214214
base64
215215
language_server-protocol (3.17.0.4)
@@ -247,15 +247,15 @@ GEM
247247
benchmark
248248
logger
249249
mini_mime (1.1.5)
250-
mini_portile2 (2.8.8)
250+
mini_portile2 (2.8.9)
251251
minitest (5.25.4)
252252
multi_xml (0.7.1)
253253
bigdecimal (~> 3.1)
254254
mutex_m (0.3.0)
255255
mysql2 (0.5.6)
256256
net-http (0.6.0)
257257
uri
258-
net-imap (0.5.6)
258+
net-imap (0.5.8)
259259
date
260260
net-protocol
261261
net-ldap (0.16.3)
@@ -277,10 +277,10 @@ GEM
277277
rubocop-rspec (~> 2)
278278
scss_lint (~> 0.55)
279279
nio4r (2.7.4)
280-
nokogiri (1.18.2)
280+
nokogiri (1.18.8)
281281
mini_portile2 (~> 2.8.2)
282282
racc (~> 1.4)
283-
nokogiri (1.18.2-x86_64-linux-gnu)
283+
nokogiri (1.18.8-x86_64-linux-gnu)
284284
racc (~> 1.4)
285285
oauth2 (2.0.9)
286286
faraday (>= 0.17.3, < 3.0)
@@ -308,7 +308,7 @@ GEM
308308
puma (6.6.0)
309309
nio4r (~> 2.0)
310310
racc (1.8.1)
311-
rack (2.2.11)
311+
rack (2.2.17)
312312
rack-proxy (0.7.7)
313313
rack
314314
rack-session (1.0.2)
@@ -500,7 +500,7 @@ GEM
500500
unicode-display_width (3.1.4)
501501
unicode-emoji (~> 4.0, >= 4.0.4)
502502
unicode-emoji (4.0.4)
503-
uri (1.0.2)
503+
uri (1.0.3)
504504
useragent (0.16.11)
505505
version_gem (1.1.4)
506506
warden (1.2.9)
@@ -562,7 +562,7 @@ DEPENDENCIES
562562
mini_magick (>= 4.9.4)
563563
mutex_m
564564
mysql2
565-
net-imap
565+
net-imap (~> 0.5.7)
566566
net-ldap (~> 0.16.1)
567567
net-pop
568568
net-sftp (~> 4.0)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
88
"@babel/plugin-transform-runtime": "7",
99
"@babel/preset-env": "7",
10-
"@babel/runtime": "7",
10+
"@babel/runtime": "^7.26.10",
1111
"babel-loader": "8",
1212
"babel-plugin-macros": "^3.1.0",
1313
"bootstrap": ">=4.0",
@@ -23,7 +23,7 @@
2323
"datatables.net-buttons-bs4": "^2.0",
2424
"datatables.net-fixedheader-bs4": "^3.0",
2525
"datatables.net-select-bs4": "^1.0",
26-
"elliptic": "^6.5.4",
26+
"elliptic": "^6.6.1",
2727
"erb-loader": "^0.1.2",
2828
"file-loader": "^6.2.0",
2929
"font-awesome": "^4.7.0",
@@ -38,14 +38,14 @@
3838
"node-sass": "^8.0.0",
3939
"popper.js": "^1.16.0",
4040
"sass-loader": "^13.3.2",
41-
"shakapacker": "7.0.3",
41+
"shakapacker": "^8.3.0",
4242
"tag-it": "^2.0.0",
4343
"terser-webpack-plugin": "5",
4444
"url-loader": "^4.1.0",
4545
"webpack": "5",
4646
"webpack-assets-manifest": "5",
4747
"webpack-cli": "4",
48-
"webpack-dev-server": "4",
48+
"webpack-dev-server": "5.2.1",
4949
"webpack-merge": "5",
5050
"websocket-extensions": "0.1.4",
5151
"yargs-parser": "^18.1.2"

0 commit comments

Comments
 (0)