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

[Snyk] Security upgrade jest from 26.6.3 to 28.0.0 #70

Closed
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
11 changes: 6 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ cron-descriptor==1.2.24
# via apache-superset
croniter==1.0.15
# via apache-superset
cryptography==41.0.2
cryptography==42.0.4
# via
# apache-superset
# paramiko
deprecated==1.2.13
# via limits
deprecation==2.1.0
# via apache-superset
dnspython==2.1.0
dnspython==2.6.1
# via email-validator
email-validator==1.1.3
# via flask-appbuilder
Expand All @@ -106,7 +106,7 @@ flask==2.2.5
# flask-session
# flask-sqlalchemy
# flask-wtf
flask-appbuilder==4.3.10
flask-appbuilder==4.3.11
# via apache-superset
flask-babel==1.0.0
# via flask-appbuilder
Expand Down Expand Up @@ -173,7 +173,7 @@ itsdangerous==2.1.2
# via
# flask
# flask-wtf
jinja2==3.1.2
jinja2==3.1.3
# via
# flask
# flask-babel
Expand Down Expand Up @@ -355,7 +355,7 @@ tzdata==2023.3
# via pandas
url-normalize==1.4.3
# via requests-cache
urllib3==1.26.6
urllib3==1.26.18
# via
# requests
# requests-cache
Expand Down Expand Up @@ -393,3 +393,4 @@ zipp==3.15.0

# The following packages are considered to be unsafe in a requirements file:
# setuptools
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"devDependencies": {
"@types/jest": "^26.0.0",
"@types/lodash": "^4.14.149",
"jest": "^26.0.1"
"jest": "^28.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"devDependencies": {
"@babel/types": "^7.13.12",
"@types/jest": "^26.0.0",
"jest": "^26.0.1"
"jest": "^27.0.0"
}
}
Loading