Skip to content

Commit

Permalink
update dependencies and audit fix vulns
Browse files Browse the repository at this point in the history
  • Loading branch information
JaxonWright committed Feb 10, 2024
1 parent fd15d43 commit fdae483
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 91 deletions.
183 changes: 100 additions & 83 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@
"@angular/material-luxon-adapter": "^17.1.2",
"@angular/platform-browser": "^17.1.3",
"@angular/platform-browser-dynamic": "^17.1.3",
"@tauri-apps/api": "^1.3.0",
"luxon": "^3.3.0",
"@tauri-apps/api": "^1.5.3",
"luxon": "^3.4.4",
"rxjs": "~7.8.1",
"tslib": "^2.5.3",
"tslib": "^2.6.2",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.1.3",
"@angular/cli": "~17.1.3",
"@angular/compiler-cli": "^17.1.3",
"@tauri-apps/cli": "^1.3.1",
"@types/jasmine": "~4.3.2",
"@types/luxon": "^3.3.0",
"jasmine-core": "~5.0.0",
"@tauri-apps/cli": "^1.5.9",
"@types/jasmine": "~5.1.4",
"@types/luxon": "^3.4.2",
"jasmine-core": "~5.1.2",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "^5.3.3"
Expand Down

0 comments on commit fdae483

Please sign in to comment.