Skip to content

Commit d3c8078

Browse files
author
github-actions
committed
Automated dependency upgrades
1 parent 4b19f82 commit d3c8078

File tree

4 files changed

+4548
-3547
lines changed

4 files changed

+4548
-3547
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -50,33 +50,33 @@
5050
},
5151
"dependencies": {
5252
"@react-hook/window-scroll": "^1.3.0",
53-
"@salesforce-ux/design-system": "^2.18.1",
54-
"@salesforce/design-system-react": "^0.10.48",
55-
"@sentry/browser": "^7.7.0",
56-
"classnames": "^2.3.1",
57-
"date-fns": "^2.29.1",
58-
"i18next": "^21.8.14",
59-
"i18next-browser-languagedetector": "^6.1.4",
60-
"i18next-http-backend": "^1.4.1",
61-
"js-cookie": "^3.0.1",
53+
"@salesforce-ux/design-system": "^2.23.2",
54+
"@salesforce/design-system-react": "^0.10.58",
55+
"@sentry/browser": "^7.104.0",
56+
"classnames": "^2.5.1",
57+
"date-fns": "^3.3.1",
58+
"i18next": "^23.10.0",
59+
"i18next-browser-languagedetector": "^7.2.0",
60+
"i18next-http-backend": "^2.5.0",
61+
"js-cookie": "^3.0.5",
6262
"lodash": "^4.17.21",
6363
"prop-types": "^15.8.1",
6464
"react": "^18.2.0",
6565
"react-document-title": "^2.0.3",
6666
"react-dom": "^18.2.0",
67-
"react-i18next": "^11.18.1",
68-
"react-joyride": "^2.5.0",
69-
"react-redux": "^8.0.2",
67+
"react-i18next": "^14.0.5",
68+
"react-joyride": "^2.7.4",
69+
"react-redux": "^9.1.0",
7070
"react-router-dom": "^5.3.1",
71-
"redux": "^4.2.0",
71+
"redux": "^5.0.1",
7272
"redux-devtools-extension": "^2.13.9",
7373
"redux-logger": "^3.0.6",
74-
"redux-thunk": "^2.4.1",
75-
"reselect": "^4.1.6",
74+
"redux-thunk": "^3.1.0",
75+
"reselect": "^5.1.0",
7676
"sockette": "^2.0.6",
7777
"uuid-random": "^1.3.2",
78-
"vlocity": "^1.15.7",
79-
"whatwg-fetch": "^3.6.2"
78+
"vlocity": "^1.17.6",
79+
"whatwg-fetch": "^3.6.20"
8080
},
8181
"devDependencies": {
8282
"@babel/core": "^7.18.9",

requirements/dev.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ automat==22.10.0
3030
# twisted
3131
babel==2.14.0
3232
# via sphinx
33-
black==24.1.1
33+
black==24.2.0
3434
# via -r requirements/dev.in
3535
certifi==2023.7.22
3636
# via
@@ -52,7 +52,7 @@ constantly==23.10.4
5252
# via
5353
# -c requirements/prod.txt
5454
# twisted
55-
coverage[toml]==7.4.1
55+
coverage[toml]==7.4.3
5656
# via pytest-cov
5757
cryptography==41.0.7
5858
# via
@@ -66,7 +66,7 @@ daphne==3.0.2
6666
# -r requirements/dev.in
6767
decorator==5.1.1
6868
# via ipython
69-
django==4.2.9
69+
django==4.2.10
7070
# via
7171
# -c requirements/prod.txt
7272
# django-extensions
@@ -99,7 +99,7 @@ flake8==7.0.0
9999
# via
100100
# -r requirements/dev.in
101101
# flake8-bugbear
102-
flake8-bugbear==24.1.17
102+
flake8-bugbear==24.2.6
103103
# via -r requirements/dev.in
104104
hyperlink==21.0.0
105105
# via
@@ -124,7 +124,7 @@ inflection==0.5.1
124124
# pytest-factoryboy
125125
iniconfig==2.0.0
126126
# via pytest
127-
ipython==8.21.0
127+
ipython==8.22.1
128128
# via -r requirements/dev.in
129129
isort==5.13.2
130130
# via -r requirements/dev.in
@@ -209,7 +209,7 @@ pyopenssl==24.0.0
209209
# via
210210
# -c requirements/prod.txt
211211
# twisted
212-
pytest==7.4.4
212+
pytest==8.1.0
213213
# via
214214
# -r requirements/dev.in
215215
# pytest-asyncio
@@ -219,7 +219,7 @@ pytest==7.4.4
219219
# pytest-lazy-fixture
220220
# pytest-mock
221221
# pytest-sugar
222-
pytest-asyncio==0.23.4
222+
pytest-asyncio==0.23.5
223223
# via -r requirements/dev.in
224224
pytest-cov==4.1.0
225225
# via -r requirements/dev.in
@@ -287,7 +287,7 @@ sqlparse==0.4.4
287287
# django
288288
stack-data==0.6.3
289289
# via ipython
290-
stevedore==5.1.0
290+
stevedore==5.2.0
291291
# via doc8
292292
termcolor==2.4.0
293293
# via pytest-sugar
@@ -300,7 +300,7 @@ traitlets==5.14.1
300300
# via
301301
# ipython
302302
# matplotlib-inline
303-
twisted[tls]==23.10.0
303+
twisted[tls]==24.3.0
304304
# via
305305
# -c requirements/prod.txt
306306
# daphne
@@ -321,7 +321,7 @@ urllib3==1.26.16
321321
# requests
322322
wcwidth==0.2.13
323323
# via prompt-toolkit
324-
zope-interface==6.1
324+
zope-interface==6.2
325325
# via
326326
# -c requirements/prod.txt
327327
# twisted

requirements/prod.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ defusedxml==0.7.1
9494
# python3-openid
9595
dj-database-url==2.1.0
9696
# via -r requirements/prod.in
97-
django==4.2.9
97+
django==4.2.10
9898
# via
9999
# -r requirements/prod.in
100100
# channels
@@ -111,7 +111,7 @@ django==4.2.9
111111
# djangorestframework
112112
# drf-spectacular
113113
# sfdo-template-helpers
114-
django-allauth==0.60.1
114+
django-allauth==0.61.1
115115
# via -r requirements/prod.in
116116
django-anymail[mailgun]==10.2
117117
# via -r requirements/prod.in
@@ -125,7 +125,7 @@ django-js-reverse @ https://github.com/ierror/django-js-reverse/archive/7cab78c4
125125
# via -r requirements/prod.in
126126
django-log-request-id==2.1.0
127127
# via -r requirements/prod.in
128-
django-model-utils==4.3.1
128+
django-model-utils==4.4.0
129129
# via -r requirements/prod.in
130130
django-parler==2.3
131131
# via -r requirements/prod.in
@@ -235,7 +235,7 @@ mdurl==0.1.2
235235
# via
236236
# cumulusci
237237
# markdown-it-py
238-
msgpack==1.0.7
238+
msgpack==1.0.8
239239
# via channels-redis
240240
natsort==8.4.0
241241
# via
@@ -298,7 +298,7 @@ pyyaml==6.0.1
298298
# cumulusci
299299
# drf-spectacular
300300
# snowfakery
301-
redis==5.0.1
301+
redis==5.0.2
302302
# via
303303
# django-rq
304304
# rq
@@ -345,11 +345,11 @@ robotframework-stacktrace==0.4.1
345345
# via
346346
# cumulusci
347347
# robotframework-pabot
348-
rpds-py==0.17.1
348+
rpds-py==0.18.0
349349
# via
350350
# jsonschema
351351
# referencing
352-
rq==1.15.1
352+
rq==1.16.0
353353
# via
354354
# django-rq
355355
# rq-scheduler
@@ -369,7 +369,7 @@ selenium==3.141.0
369369
# via
370370
# cumulusci
371371
# robotframework-seleniumlibrary
372-
sentry-sdk==1.40.0
372+
sentry-sdk==1.40.6
373373
# via -r requirements/prod.in
374374
service-identity==24.1.0
375375
# via
@@ -402,7 +402,7 @@ sqlalchemy==1.4.49
402402
# snowfakery
403403
sqlparse==0.4.4
404404
# via django
405-
twisted[tls]==23.10.0
405+
twisted[tls]==24.3.0
406406
# via daphne
407407
txaio==23.1.1
408408
# via autobahn
@@ -441,7 +441,7 @@ zipp==3.17.0
441441
# via
442442
# cumulusci
443443
# importlib-metadata
444-
zope-interface==6.1
444+
zope-interface==6.2
445445
# via twisted
446446

447447
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)