Skip to content

Commit 6d7442f

Browse files
updated packages
1 parent dcbb054 commit 6d7442f

File tree

4 files changed

+887
-743
lines changed

4 files changed

+887
-743
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ gem "bootsnap", require: false
99
gem "cssbundling-rails"
1010
gem "jsbundling-rails"
1111
gem "pg"
12-
gem "puma", "~> 5.0"
12+
gem "puma", "~> 6.0.2"
1313
gem "rails", "~> 7.0.3"
14-
gem "redis", "~> 4.0"
14+
gem "redis", "~> 5.0.6"
1515
gem "sprockets-rails"
1616
gem "stimulus-rails"
1717
gem "turbo-rails"
@@ -26,8 +26,8 @@ group :development do
2626
gem "rubocop-rails"
2727
end
2828

29-
gem "docusign_click", "~> 1.1.0"
30-
gem "docusign_esign", "~> 3.19.0"
29+
gem "docusign_click", "~> 1.3.0"
30+
gem "docusign_esign", "~> 3.21.0"
3131
gem "omniauth-oauth2", "~> 1.8.0"
3232

3333
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]

Gemfile.lock

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ GEM
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
6868
tzinfo (~> 2.0)
69-
addressable (2.8.0)
70-
public_suffix (>= 2.0.2, < 5.0)
69+
addressable (2.8.1)
70+
public_suffix (>= 2.0.2, < 6.0)
7171
annotate (3.2.0)
7272
activerecord (>= 3.2, < 8.0)
7373
rake (>= 10.4, < 14.0)
@@ -77,22 +77,23 @@ GEM
7777
msgpack (~> 1.2)
7878
builder (3.2.4)
7979
concurrent-ruby (1.1.10)
80+
connection_pool (2.3.0)
8081
crass (1.0.6)
8182
cssbundling-rails (1.1.1)
8283
railties (>= 6.0.0)
8384
digest (3.1.0)
84-
docusign_click (1.1.0)
85+
docusign_click (1.3.0)
8586
addressable (~> 2.7, >= 2.7.0)
8687
json (~> 2.1, >= 2.1.0)
8788
jwt (~> 2.2, >= 2.2.1)
8889
typhoeus (~> 1.0, >= 1.0.1)
89-
docusign_esign (3.19.0)
90+
docusign_esign (3.21.0)
9091
addressable (~> 2.7, >= 2.7.0)
9192
json (~> 2.1, >= 2.1.0)
9293
jwt (~> 2.2, >= 2.2.1)
9394
typhoeus (~> 1.0, >= 1.0.1)
9495
erubi (1.10.0)
95-
ethon (0.15.0)
96+
ethon (0.16.0)
9697
ffi (>= 1.15.0)
9798
faraday (2.3.0)
9899
faraday-net_http (~> 2.0)
@@ -161,8 +162,8 @@ GEM
161162
pg (1.4.1)
162163
pg (1.4.1-x64-mingw-ucrt)
163164
psych (3.3.2)
164-
public_suffix (4.0.7)
165-
puma (5.6.4)
165+
public_suffix (5.0.1)
166+
puma (6.0.2)
166167
nio4r (~> 2.0)
167168
racc (1.6.1)
168169
rack (2.2.6.2)
@@ -200,7 +201,10 @@ GEM
200201
rake (13.0.6)
201202
rash_alt (0.4.12)
202203
hashie (>= 3.4)
203-
redis (4.7.1)
204+
redis (5.0.6)
205+
redis-client (>= 0.9.0)
206+
redis-client (0.13.0)
207+
connection_pool
204208
regexp_parser (2.5.0)
205209
rexml (3.2.5)
206210
rubocop (1.31.2)
@@ -241,8 +245,6 @@ GEM
241245
ethon (>= 0.9.0)
242246
tzinfo (2.0.5)
243247
concurrent-ruby (~> 1.0)
244-
tzinfo-data (1.2022.7)
245-
tzinfo (>= 1.0.0)
246248
unicode-display_width (2.2.0)
247249
version_gem (1.1.0)
248250
web-console (4.2.0)
@@ -265,15 +267,15 @@ DEPENDENCIES
265267
annotate
266268
bootsnap
267269
cssbundling-rails
268-
docusign_click (~> 1.1.0)
269-
docusign_esign (~> 3.19.0)
270+
docusign_click (~> 1.3.0)
271+
docusign_esign (~> 3.21.0)
270272
jsbundling-rails
271273
omniauth-oauth2 (~> 1.8.0)
272274
pg
273275
psych (< 4)
274-
puma (~> 5.0)
276+
puma (~> 6.0.2)
275277
rails (~> 7.0.3)
276-
redis (~> 4.0)
278+
redis (~> 5.0.6)
277279
rubocop
278280
rubocop-rails
279281
sprockets-rails

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
"name": "sample-app-my-connect",
33
"private": "true",
44
"dependencies": {
5-
"@rails/actioncable": "7.0.4",
6-
"axios": "^1.1.3",
7-
"bootstrap": "^5.1.3",
5+
"@rails/actioncable": "7.0.4-1",
6+
"axios": "^1.3.4",
7+
"bootstrap": "^5.2.3",
88
"dotenv": "^16.0.3",
99
"email-validator": "^2.0.4",
10-
"esbuild": "^0.14.39",
11-
"eslint": "^7.32.0 || ^8.2.0",
12-
"eslint-config-prettier": "^8.5.0",
10+
"esbuild": "^0.17.3",
11+
"eslint": "^7.32.0 || ^8.32.0",
12+
"eslint-config-prettier": "^8.6.0",
1313
"eslint-watch": "^8.0.0",
14-
"html-react-parser": "^3.0.4",
15-
"i18next": "^21.8.2",
14+
"html-react-parser": "^3.0.8",
15+
"i18next": "^22.4.9",
1616
"i18next-async-storage-backend": "^1.0.2",
17-
"i18next-http-backend": "^1.4.1",
17+
"i18next-http-backend": "^2.1.1",
1818
"prop-types": "^15.8.1",
1919
"react": "^18.2.0",
20-
"react-bootstrap": "^2.4.0",
20+
"react-bootstrap": "^2.7.0",
2121
"react-dom": "^18.2.0",
2222
"react-helmet": "^6.1.0",
23-
"react-i18next": "^11.17.3",
24-
"react-router-dom": "^6.4.3",
25-
"remount": "^0.11.0",
26-
"sass": "^1.56.1"
23+
"react-i18next": "^12.1.4",
24+
"react-router-dom": "^6.7.0",
25+
"remount": "^1.0.0",
26+
"sass": "^1.57.1"
2727
},
2828
"scripts": {
2929
"build": "node esbuildScript/build.js",
@@ -34,10 +34,10 @@
3434
},
3535
"devDependencies": {
3636
"eslint-config-airbnb": "^19.0.4",
37-
"eslint-plugin-import": "^2.25.3",
38-
"eslint-plugin-jsx-a11y": "^6.5.1",
39-
"eslint-plugin-react": "^7.28.0",
40-
"eslint-plugin-react-hooks": "^4.3.0",
37+
"eslint-plugin-import": "^2.27.5",
38+
"eslint-plugin-jsx-a11y": "^6.7.1",
39+
"eslint-plugin-react": "^7.32.1",
40+
"eslint-plugin-react-hooks": "^4.6.0",
4141
"tiny-glob": "^0.2.9"
4242
}
4343
}

0 commit comments

Comments
 (0)