Skip to content

Commit dec88ce

Browse files
fix(deps): update all non-major dependencies
1 parent e6298c5 commit dec88ce

File tree

2 files changed

+909
-626
lines changed

2 files changed

+909
-626
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
},
2727
"license": "MIT",
2828
"dependencies": {
29-
"@azure/storage-blob": "12.17.0",
29+
"@azure/storage-blob": "12.25.0",
3030
"@microsoft/microsoft-graph-client": "3.0.7",
3131
"@microsoft/microsoft-graph-types-beta": "0.40.0-preview",
3232
"axios": "1.6.7",
3333
"isomorphic-fetch": "3.0.0",
3434
"qs": "^6.11.2",
35-
"tslib": "2.6.2"
35+
"tslib": "2.8.1"
3636
},
3737
"devDependencies": {
3838
"@digitalroute/cz-conventional-changelog-for-jira": "8.0.1",
@@ -42,22 +42,22 @@
4242
"@semantic-release/github": "9.2.6",
4343
"@semantic-release/npm": "11.0.3",
4444
"@types/isomorphic-fetch": "0.0.39",
45-
"@types/jest": "29.5.12",
46-
"@types/node": "20.11.25",
47-
"@types/qs": "6.9.12",
48-
"commitizen": "4.3.0",
45+
"@types/jest": "29.5.14",
46+
"@types/node": "20.17.6",
47+
"@types/qs": "6.9.17",
48+
"commitizen": "4.3.1",
4949
"cpy-cli": "5.0.0",
5050
"husky": "8.0.3",
5151
"jest": "29.7.0",
5252
"npm-run-all": "4.1.5",
5353
"pinst": "3.0.0",
54-
"rimraf": "5.0.5",
55-
"semantic-release": "23.0.2",
56-
"ts-jest": "29.1.2",
54+
"rimraf": "5.0.10",
55+
"semantic-release": "23.1.1",
56+
"ts-jest": "29.2.5",
5757
"ts-node": "10.9.2",
58-
"typedoc": "0.25.11",
59-
"typedoc-plugin-missing-exports": "2.2.0",
60-
"typescript": "5.4.2"
58+
"typedoc": "0.26.11",
59+
"typedoc-plugin-missing-exports": "2.3.0",
60+
"typescript": "5.6.3"
6161
},
6262
"config": {
6363
"commitizen": {
@@ -67,6 +67,6 @@
6767
}
6868
},
6969
"volta": {
70-
"node": "20.11.1"
70+
"node": "20.18.0"
7171
}
7272
}

0 commit comments

Comments
 (0)