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:
  - tslib from 2.6.2 to 2.7.0.
    See this package in npm: https://www.npmjs.com/package/tslib
  - @tailwindcss/aspect-ratio from 0.4.0 to 0.4.2.
    See this package in npm: https://www.npmjs.com/package/@tailwindcss/aspect-ratio
  - @tailwindcss/forms from 0.5.2 to 0.5.8.
    See this package in npm: https://www.npmjs.com/package/@tailwindcss/forms
  - @tailwindcss/typography from 0.5.4 to 0.5.15.
    See this package in npm: https://www.npmjs.com/package/@tailwindcss/typography
  - apexcharts from 3.35.3 to 3.52.0.
    See this package in npm: https://www.npmjs.com/package/apexcharts
  - jasmine-core from 4.6.0 to 4.6.1.
    See this package in npm: https://www.npmjs.com/package/jasmine-core
  - karma from 6.4.3 to 6.4.4.
    See this package in npm: https://www.npmjs.com/package/karma
  - ng-apexcharts from 1.7.1 to 1.11.0.
    See this package in npm: https://www.npmjs.com/package/ng-apexcharts
  - simplebar-angular from 3.2.4 to 3.2.6.
    See this package in npm: https://www.npmjs.com/package/simplebar-angular
  - zone.js from 0.13.3 to 0.15.0.
    See this package in npm: https://www.npmjs.com/package/zone.js

See this project in Snyk:
https://app.snyk.io/org/wiran-larbi/project/ccc74b09-cdc6-4b69-9af3-c8ed0a5bc76d?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 18, 2024
1 parent 2021bf1 commit 0f125ce
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 79 deletions.
159 changes: 92 additions & 67 deletions frontend/package-lock.json

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

24 changes: 12 additions & 12 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"@ng-bootstrap/ng-bootstrap": "^15.1.2",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.8",
"@tailwindcss/typography": "^0.5.15",
"angular-code-input": "^2.0.0",
"angular-feather": "^6.5.1",
"angular-shepherd": "^16.0.0",
"angular-svg-icon": "^13.0.0",
"angularx-flatpickr": "^7.3.0",
"apexcharts": "^3.35.3",
"apexcharts": "^3.52.0",
"intersection-observer": "^0.12.2",
"jasmine-core": "^4.5.0",
"karma": "^6.4.1",
"jasmine-core": "^4.6.1",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"lord-icon-element": "^4.0.1",
"lottie-web": "^5.10.0",
"metismenujs": "^1.3.1",
"moment": "^2.29.4",
"ng-apexcharts": "^1.7.1",
"ng-apexcharts": "^1.11.0",
"ng-openapi-gen": "^0.51.0",
"ng-otp-input": "^1.8.5",
"ngx-cookie-service": "^16.1.0",
Expand All @@ -49,19 +49,19 @@
"primeng": "^16.9.1",
"prismjs": "^1.29.0",
"rxjs": "~7.8.0",
"simplebar-angular": "^3.2.4",
"simplebar-angular": "^3.2.6",
"swiper": "^8.4.5",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
"tslib": "^2.7.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.2",
"@angular/cli": "~16.0.2",
"@angular/compiler-cli": "^16.0.0",
"@types/jasmine": "~4.3.0",
"@types/puppeteer": "^7.0.4",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"jasmine-core": "~4.6.1",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
Expand Down

0 comments on commit 0f125ce

Please sign in to comment.