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

Upgrade All the vulnerabilities #296

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
a6f7ae9
fix: upgrade vue from 2.6.12 to 2.7.14
snyk-bot Oct 2, 2023
24e5789
fix: binder/requirements.txt to reduce vulnerabilities
snyk-bot Oct 3, 2023
1aa6042
fix: lessons/5-NLP/requirements-pytorch.txt to reduce vulnerabilities
snyk-bot Jan 21, 2024
4b338c7
fix: binder/requirements.txt to reduce vulnerabilities
snyk-bot Jan 21, 2024
69ab767
fix: lessons/5-NLP/requirements-tf.txt to reduce vulnerabilities
snyk-bot Jan 21, 2024
210c02a
fix: lessons/5-NLP/requirements-tf.txt to reduce vulnerabilities
snyk-bot Feb 1, 2024
833ac1a
fix: binder/requirements.txt to reduce vulnerabilities
snyk-bot Feb 1, 2024
1be094f
fix: lessons/5-NLP/requirements-pytorch.txt to reduce vulnerabilities
snyk-bot Feb 2, 2024
3baa147
Merge pull request #13 from swadhinbiswas/snyk-fix-d2d5cd647b0aca7278…
swadhinbiswas Feb 2, 2024
6d8647e
Merge branch 'microsoft:main' into main
swadhinbiswas Feb 2, 2024
99023b4
Merge pull request #12 from swadhinbiswas/snyk-fix-34154bb22508e38c51…
swadhinbiswas Feb 3, 2024
a4a4719
Merge pull request #11 from swadhinbiswas/snyk-fix-6fa4e03bb6734f554d…
swadhinbiswas Feb 3, 2024
8bb5bdd
Merge pull request #1 from swadhinbiswas/snyk-upgrade-dad344ee43766ef…
swadhinbiswas Feb 3, 2024
b34fa13
Merge pull request #10 from swadhinbiswas/snyk-fix-4ab362a6584be29e83…
swadhinbiswas Feb 3, 2024
d1d992e
Merge pull request #6 from swadhinbiswas/snyk-fix-d54f9abb9f4257ca667…
swadhinbiswas Feb 3, 2024
febeb10
Merge pull request #9 from swadhinbiswas/snyk-fix-13ed40f1d0dd0739384…
swadhinbiswas Feb 5, 2024
b33433e
Merge pull request #8 from swadhinbiswas/snyk-fix-3c46e95a73a84edff89…
swadhinbiswas Feb 19, 2024
25c5337
Merge branch 'microsoft:main' into main
swadhinbiswas Feb 19, 2024
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
6 changes: 3 additions & 3 deletions binder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ gym==0.23.1
huggingface==0.0.1
imageio==2.16.2
keras==2.8.0
nltk==3.6.6
nltk==3.8.1
pandas==1.4.2
pillow==9.1.1
pillow==10.2.0
pygame==2.1.2
scikit-image==0.19.2
seaborn==0.11.2
Expand All @@ -19,4 +19,4 @@ tensorboard==2.8.0
tokenizers==0.10.3
torchinfo==0.0.8
tqdm==4.62.3
transformers==4.30.0
transformers==4.37.0
2 changes: 1 addition & 1 deletion etc/quiz-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"core-js": "^3.6.5",
"vue": "^2.6.11",
"vue": "^2.7.14",
"vue-i18n": "^8.22.2",
"vue-router": "^3.4.9"
},
Expand Down
4 changes: 2 additions & 2 deletions lessons/5-NLP/requirements-pytorch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ matplotlib
nltk==3.5
numpy==1.22.0
opencv-python==4.5.1.48
Pillow==7.1.2
Pillow==10.2.0
scikit-learn
scipy
torch==1.8.1
torchaudio==0.8.1
torchinfo==0.0.8
torchtext==0.9.1
torchvision==0.9.1
transformers==4.30.0
transformers==4.37.0
4 changes: 2 additions & 2 deletions lessons/5-NLP/requirements-tf.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ matplotlib
nltk==3.5
numpy==1.22.0
opencv-python==4.5.1.48
Pillow==7.1.2
Pillow==10.2.0
scikit-learn
scipy
TensorFlow
TensorFlow_datasets
TensorFlow_text
transformers==4.30.0
transformers==4.37.0