Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed May 13, 2024
1 parent d51c942 commit 3e71603
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 82 deletions.
86 changes: 23 additions & 63 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"superdesk-planning": "github:superdesk/superdesk-planning#release/2.7"
},
"devDependencies": {
"@superdesk/build-tools": "^1.0.19",
"@types/node": "^14.14.31"
"@superdesk/build-tools": "^1.0.19"
},
"scripts": {
"build": "npx @superdesk/build-tools build-root-repo ./",
Expand Down
26 changes: 9 additions & 17 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ async-timeout==4.0.3
# via redis
authlib==0.14.3
# via superdesk-core
babel==2.14.0
babel==2.15.0
# via flask-babel
bcrypt==4.1.2
bcrypt==4.1.3
# via superdesk-core
billiard==3.6.4.0
# via celery
Expand All @@ -26,18 +26,16 @@ blinker==1.7.0
# flask-mail
# raven
# superdesk-core
boto3==1.34.90
boto3==1.34.103
# via superdesk-core
botocore==1.34.90
botocore==1.34.103
# via
# boto3
# s3transfer
cachetools==5.3.3
# via flask-oidc-ex
celery[redis]==5.2.7
# via
# celery
# superdesk-core
# via superdesk-core
cerberus==1.3.5
# via
# eve
Expand Down Expand Up @@ -71,7 +69,7 @@ click-repl==0.3.0
# via celery
croniter==2.0.5
# via superdesk-core
cryptography==42.0.5
cryptography==42.0.7
# via
# authlib
# jwcrypto
Expand All @@ -80,15 +78,11 @@ deepdiff==7.0.1
docopt==0.6.2
# via num2words
draftjs-exporter[lxml]==2.1.7
# via
# draftjs-exporter
# superdesk-core
# via superdesk-core
ecs-logging==2.1.0
# via elastic-apm
elastic-apm[flask]==6.22.0
# via
# elastic-apm
# superdesk-core
# via superdesk-core
elasticsearch==7.13.4
# via
# eve-elastic
Expand Down Expand Up @@ -239,9 +233,7 @@ pytz==2024.1
pyyaml==6.0.1
# via superdesk-core
raven[flask]==6.10.0
# via
# raven
# superdesk-core
# via superdesk-core
redis==5.0.4
# via
# celery
Expand Down

0 comments on commit 3e71603

Please sign in to comment.