Skip to content

Commit

Permalink
Apply any availible patch upgrades to dependencies (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
addisonbeck authored Jan 17, 2024
1 parent 6e76f23 commit a9f1d32
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 80 deletions.
120 changes: 53 additions & 67 deletions package-lock.json

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

27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,22 @@
"@microsoft/microsoft-graph-types": "2.38.0",
"@ngtools/webpack": "15.2.9",
"@types/inquirer": "8.2.6",
"@types/jest": "29.5.4",
"@types/jest": "29.5.11",
"@types/ldapjs": "2.2.5",
"@types/lowdb": "1.0.11",
"@types/lunr": "2.3.4",
"@types/lowdb": "1.0.15",
"@types/lunr": "2.3.7",
"@types/node": "18.17.12",
"@types/node-fetch": "2.6.4",
"@types/node-forge": "1.3.4",
"@types/papaparse": "5.3.8",
"@types/proper-lockfile": "4.1.2",
"@types/tldjs": "2.3.1",
"@types/zxcvbn": "4.4.1",
"@types/node-fetch": "2.6.10",
"@types/node-forge": "1.3.11",
"@types/papaparse": "5.3.14",
"@types/proper-lockfile": "4.1.4",
"@types/tldjs": "2.3.4",
"@types/zxcvbn": "4.4.4",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"clean-webpack-plugin": "4.0.0",
"commander": "7.2.0",
"concurrently": "8.2.1",
"concurrently": "8.2.2",
"copy-webpack-plugin": "11.0.0",
"cross-env": "7.0.3",
"css-loader": "6.8.1",
Expand All @@ -121,7 +121,7 @@
"jest-preset-angular": "13.1.1",
"jsdom": "22.1.0",
"lint-staged": "12.5.0",
"mini-css-extract-plugin": "2.7.6",
"mini-css-extract-plugin": "2.7.7",
"node-forge": "1.3.1",
"node-loader": "2.0.0",
"pkg": "5.8.1",
Expand Down Expand Up @@ -151,16 +151,17 @@
"@angular/platform-browser": "15.2.9",
"@angular/platform-browser-dynamic": "15.2.9",
"@angular/router": "15.2.9",
"@microsoft/microsoft-graph-client": "3.0.6",
"@microsoft/microsoft-graph-client": "3.0.7",
"@microsoft/signalr": "7.0.10",
"@microsoft/signalr-protocol-msgpack": "7.0.10",
"big-integer": "1.6.51",
"big-integer": "1.6.52",
"bootstrap": "4.6.2",
"browser-hrtime": "1.1.8",
"chalk": "4.1.2",
"commander": "7.2.0",
"core-js": "3.32.1",
"form-data": "4.0.0",
"google-auth-library": "7.14.1",
"googleapis": "73.0.0",
"google-auth-library": "7.14.1",
"https-proxy-agent": "5.0.1",
Expand Down

0 comments on commit a9f1d32

Please sign in to comment.