Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 26, 2024
1 parent e6298c5 commit 34c79e7
Show file tree
Hide file tree
Showing 2 changed files with 530 additions and 597 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
},
"license": "MIT",
"dependencies": {
"@azure/storage-blob": "12.17.0",
"@azure/storage-blob": "12.23.0",
"@microsoft/microsoft-graph-client": "3.0.7",
"@microsoft/microsoft-graph-types-beta": "0.40.0-preview",
"axios": "1.6.7",
"isomorphic-fetch": "3.0.0",
"qs": "^6.11.2",
"tslib": "2.6.2"
"tslib": "2.6.3"
},
"devDependencies": {
"@digitalroute/cz-conventional-changelog-for-jira": "8.0.1",
Expand All @@ -43,21 +43,21 @@
"@semantic-release/npm": "11.0.3",
"@types/isomorphic-fetch": "0.0.39",
"@types/jest": "29.5.12",
"@types/node": "20.11.25",
"@types/qs": "6.9.12",
"@types/node": "20.14.9",
"@types/qs": "6.9.15",
"commitizen": "4.3.0",
"cpy-cli": "5.0.0",
"husky": "8.0.3",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"pinst": "3.0.0",
"rimraf": "5.0.5",
"semantic-release": "23.0.2",
"ts-jest": "29.1.2",
"rimraf": "5.0.7",
"semantic-release": "23.1.1",
"ts-jest": "29.1.5",
"ts-node": "10.9.2",
"typedoc": "0.25.11",
"typedoc-plugin-missing-exports": "2.2.0",
"typescript": "5.4.2"
"typedoc": "0.26.2",
"typedoc-plugin-missing-exports": "2.3.0",
"typescript": "5.5.2"
},
"config": {
"commitizen": {
Expand All @@ -67,6 +67,6 @@
}
},
"volta": {
"node": "20.11.1"
"node": "20.15.0"
}
}
Loading

0 comments on commit 34c79e7

Please sign in to comment.