Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated dependency upgrades #2136

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,33 +50,33 @@
},
"dependencies": {
"@react-hook/window-scroll": "^1.3.0",
"@salesforce-ux/design-system": "^2.18.1",
"@salesforce/design-system-react": "^0.10.48",
"@sentry/browser": "^7.7.0",
"classnames": "^2.3.1",
"date-fns": "^2.29.1",
"i18next": "^21.8.14",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.1",
"js-cookie": "^3.0.1",
"@salesforce-ux/design-system": "^2.24.3",
"@salesforce/design-system-react": "^0.10.59",
"@sentry/browser": "^8.9.2",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.2",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react": "^18.3.1",
"react-document-title": "^2.0.3",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.1",
"react-joyride": "^2.5.0",
"react-redux": "^8.0.2",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2",
"react-joyride": "^2.8.2",
"react-redux": "^9.1.2",
"react-router-dom": "^5.3.1",
"redux": "^4.2.0",
"redux": "^5.0.1",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"reselect": "^4.1.6",
"redux-thunk": "^3.1.0",
"reselect": "^5.1.1",
"sockette": "^2.0.6",
"uuid-random": "^1.3.2",
"vlocity": "^1.15.7",
"whatwg-fetch": "^3.6.2"
"vlocity": "^1.17.6",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@babel/core": "^7.18.9",
Expand Down
86 changes: 44 additions & 42 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==0.7.16
# via sphinx
asgiref==3.7.2
asgiref==3.8.1
# via
# -c requirements/prod.txt
# daphne
Expand All @@ -28,33 +28,33 @@ automat==22.10.0
# via
# -c requirements/prod.txt
# twisted
babel==2.14.0
babel==2.15.0
# via sphinx
black==24.1.1
black==24.4.2
# via -r requirements/dev.in
certifi==2023.7.22
certifi==2024.2.2
# via
# -c requirements/prod.txt
# requests
cffi==1.16.0
# via
# -c requirements/prod.txt
# cryptography
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via
# -c requirements/prod.txt
# requests
click==8.1.6
click==8.1.7
# via
# -c requirements/prod.txt
# black
constantly==23.10.4
# via
# -c requirements/prod.txt
# twisted
coverage[toml]==7.4.1
coverage[toml]==7.5.3
# via pytest-cov
cryptography==41.0.7
cryptography==42.0.7
# via
# -c requirements/prod.txt
# autobahn
Expand All @@ -66,7 +66,7 @@ daphne==3.0.2
# -r requirements/dev.in
decorator==5.1.1
# via ipython
django==4.2.9
django==4.2.13
# via
# -c requirements/prod.txt
# django-extensions
Expand All @@ -81,7 +81,7 @@ docutils==0.16
# myst-parser
# restructuredtext-lint
# sphinx
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# ipython
# pytest
Expand All @@ -91,22 +91,22 @@ factory-boy==3.3.0
# via
# -r requirements/dev.in
# pytest-factoryboy
faker==19.3.0
faker==24.4.0
# via
# -c requirements/prod.txt
# factory-boy
flake8==7.0.0
flake8==7.1.0
# via
# -r requirements/dev.in
# flake8-bugbear
flake8-bugbear==24.1.17
flake8-bugbear==24.4.26
# via -r requirements/dev.in
hyperlink==21.0.0
# via
# -c requirements/prod.txt
# autobahn
# twisted
idna==3.4
idna==3.6
# via
# -c requirements/prod.txt
# hyperlink
Expand All @@ -124,13 +124,13 @@ inflection==0.5.1
# pytest-factoryboy
iniconfig==2.0.0
# via pytest
ipython==8.21.0
ipython==8.25.0
# via -r requirements/dev.in
isort==5.13.2
# via -r requirements/dev.in
jedi==0.19.1
# via ipython
jinja2==3.1.2
jinja2==3.1.3
# via
# -c requirements/prod.txt
# myst-parser
Expand All @@ -140,11 +140,11 @@ markdown-it-py==2.2.0
# -c requirements/prod.txt
# mdit-py-plugins
# myst-parser
markupsafe==2.1.3
markupsafe==2.1.5
# via
# -c requirements/prod.txt
# jinja2
matplotlib-inline==0.1.6
matplotlib-inline==0.1.7
# via ipython
mccabe==0.7.0
# via flake8
Expand All @@ -158,58 +158,59 @@ mypy-extensions==1.0.0
# via black
myst-parser==1.0.0
# via -r requirements/dev.in
packaging==23.2
packaging==24.1
# via
# black
# pytest
# pytest-factoryboy
# pytest-sugar
# sphinx
parso==0.8.3
parso==0.8.4
# via jedi
pathspec==0.12.1
# via black
pbr==6.0.0
# via stevedore
pexpect==4.9.0
# via ipython
platformdirs==4.2.0
platformdirs==4.2.2
# via black
pluggy==1.4.0
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.43
prompt-toolkit==3.0.47
# via ipython
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pyasn1==0.5.1
pyasn1==0.6.0
# via
# -c requirements/prod.txt
# pyasn1-modules
# service-identity
pyasn1-modules==0.3.0
pyasn1-modules==0.4.0
# via
# -c requirements/prod.txt
# service-identity
pycodestyle==2.11.1
pycodestyle==2.12.0
# via flake8
pycparser==2.21
pycparser==2.22
# via
# -c requirements/prod.txt
# cffi
pyflakes==3.2.0
# via flake8
pygments==2.17.2
pygments==2.18.0
# via
# -c requirements/prod.txt
# doc8
# ipython
# sphinx
pyopenssl==24.0.0
pyopenssl==24.1.0
# via
# -c requirements/prod.txt
# twisted
pytest==7.4.4
pytest==8.2.2
# via
# -r requirements/dev.in
# pytest-asyncio
Expand All @@ -219,21 +220,21 @@ pytest==7.4.4
# pytest-lazy-fixture
# pytest-mock
# pytest-sugar
pytest-asyncio==0.23.4
pytest-asyncio==0.23.7
# via -r requirements/dev.in
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements/dev.in
pytest-django==4.8.0
# via -r requirements/dev.in
pytest-factoryboy==2.6.0
pytest-factoryboy==2.7.0
# via -r requirements/dev.in
pytest-lazy-fixture==0.6.3
# via -r requirements/dev.in
pytest-mock==3.12.0
pytest-mock==3.14.0
# via -r requirements/dev.in
pytest-sugar==1.0.0
# via -r requirements/dev.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -c requirements/prod.txt
# faker
Expand Down Expand Up @@ -281,13 +282,13 @@ sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -c requirements/prod.txt
# django
stack-data==0.6.3
# via ipython
stevedore==5.1.0
stevedore==5.2.0
# via doc8
termcolor==2.4.0
# via pytest-sugar
Expand All @@ -296,32 +297,33 @@ tomli==2.0.1
# black
# coverage
# pytest
traitlets==5.14.1
traitlets==5.14.3
# via
# ipython
# matplotlib-inline
twisted[tls]==23.10.0
twisted[tls]==24.3.0
# via
# -c requirements/prod.txt
# daphne
txaio==23.1.1
# via
# -c requirements/prod.txt
# autobahn
typing-extensions==4.7.1
typing-extensions==4.10.0
# via
# -c requirements/prod.txt
# asgiref
# black
# ipython
# pytest-factoryboy
# twisted
urllib3==1.26.16
urllib3==1.26.18
# via
# -c requirements/prod.txt
# requests
wcwidth==0.2.13
# via prompt-toolkit
zope-interface==6.1
zope-interface==6.4.post2
# via
# -c requirements/prod.txt
# twisted
Expand Down
Loading