Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @fortawesome/fontawesome-free from 6.5.2 to 6.6.0.
    See this package in npm: https://www.npmjs.com/package/@fortawesome/fontawesome-free
  - jquery-validation from 1.20.1 to 1.21.0.
    See this package in npm: https://www.npmjs.com/package/jquery-validation
  - chart.js from 4.4.3 to 4.4.4.
    See this package in npm: https://www.npmjs.com/package/chart.js
  - cypress from 13.13.0 to 13.13.3.
    See this package in npm: https://www.npmjs.com/package/cypress
  - fullcalendar from 6.1.14 to 6.1.15.
    See this package in npm: https://www.npmjs.com/package/fullcalendar
  - i18next from 23.11.5 to 23.14.0.
    See this package in npm: https://www.npmjs.com/package/i18next

See this project in Snyk:
https://app.snyk.io/org/respencer/project/bcafe9f2-0544-4595-877e-01a68c123c9e?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 11, 2024
1 parent 33f2736 commit b58d8e3
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 62 deletions.
114 changes: 57 additions & 57 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"test-via-demo": "cp demo/cypress.config.ts cypress.config.ts && node_modules/cypress/bin/cypress run"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@fortawesome/fontawesome-free": "^6.6.0",
"admin-lte": "3.2.0",
"bootbox": "^6.0.0",
"bootstrap": "^4.6.2",
Expand All @@ -65,19 +65,19 @@
"bootstrap-show-password": "^1.3.0",
"bootstrap-toggle": "^2.2.2",
"bootstrap-validator": "^0.11.9",
"chart.js": "^4.4.3",
"chart.js": "^4.4.4",
"ckeditor4": "^4.24.0",
"daterangepicker": "^3.1.0",
"flag-icons": "^7.2.2",
"fullcalendar": "^6.1.14",
"fullcalendar": "^6.1.15",
"i18n": "^0.15.1",
"i18next": "^23.11.5",
"i18next": "^23.14.0",
"icheck-bootstrap": "^3.0.1",
"inputmask": "^5.0.8",
"jquery": "^3.7.1",
"jquery-photo-uploader": "^1.0.13",
"jquery-steps": "^1.1.0",
"jquery-validation": "^1.19.5",
"jquery-validation": "^1.21.0",
"pace-js": "^1.2.4",
"react-bootstrap": "^2.10.2",
"react-datepicker": "^6.9.0",
Expand Down

0 comments on commit b58d8e3

Please sign in to comment.