Skip to content

Commit 9d084ec

Browse files
chore(deps): update all patch and minor dependencies
1 parent 6211b86 commit 9d084ec

File tree

5 files changed

+472
-438
lines changed

5 files changed

+472
-438
lines changed

components/child-process-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
]
5252
},
5353
"dependencies": {
54-
"cross-spawn": "7.0.3",
54+
"cross-spawn": "7.0.6",
5555
"tree-kill": "1.2.2"
5656
},
5757
"devDependencies": {

components/confluence-sync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
"dependencies": {
6060
"@mocks-server/logger": "2.0.0-beta.2",
61-
"axios": "1.6.7",
61+
"axios": "1.7.7",
6262
"confluence.js": "1.7.4",
6363
"fastq": "1.17.1"
6464
},

components/markdown-confluence-sync/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@
7171
"@mocks-server/logger": "2.0.0-beta.2",
7272
"@tid-xcut/confluence-sync": "workspace:*",
7373
"fs-extra": "11.2.0",
74-
"glob": "10.3.10",
74+
"glob": "10.4.5",
7575
"handlebars": "4.7.8",
7676
"hast": "1.0.0",
7777
"hast-util-to-string": "2.0.0",
7878
"mdast-util-mdx": "3.0.0",
7979
"mdast-util-mdx-jsx": "3.1.3",
80-
"mdast-util-to-markdown": "2.1.1",
80+
"mdast-util-to-markdown": "2.1.2",
8181
"rehype": "12.0.1",
8282
"rehype-parse": "8.0.5",
8383
"rehype-raw": "5.1.0",
@@ -102,8 +102,8 @@
102102
"unist-util-visit-parents": "5.1.3",
103103
"vfile": "5.3.7",
104104
"which": "3.0.1",
105-
"yaml": "2.3.4",
106-
"zod": "3.22.4"
105+
"yaml": "2.6.1",
106+
"zod": "3.23.8"
107107
},
108108
"devDependencies": {
109109
"@mocks-server/admin-api-client": "8.0.0-beta.2",

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"type": "module",
66
"description": "Cross-Cutting team Confluence",
7-
"packageManager": "pnpm@9.4.0",
7+
"packageManager": "pnpm@9.14.2",
88
"scripts": {
99
"nx": "nx",
1010
"eslint": "eslint",
@@ -17,30 +17,30 @@
1717
"@babel/core": "7.26.0",
1818
"@babel/preset-env": "7.26.0",
1919
"@babel/preset-typescript": "7.26.0",
20-
"@eslint/js": "9.13.0",
21-
"@eslint/json": "0.6.0",
20+
"@eslint/js": "9.15.0",
21+
"@eslint/json": "0.7.0",
2222
"@eslint/markdown": "6.2.1",
2323
"@types/jest": "29.5.14",
24-
"@types/node": "22.9.0",
25-
"@typescript-eslint/eslint-plugin": "8.14.0",
26-
"@typescript-eslint/parser": "8.14.0",
24+
"@types/node": "22.9.3",
25+
"@typescript-eslint/eslint-plugin": "8.15.0",
26+
"@typescript-eslint/parser": "8.15.0",
2727
"babel-plugin-module-resolver": "5.0.2",
2828
"cross-env": "7.0.3",
29-
"cspell": "8.15.5",
30-
"eslint": "9.7.0",
29+
"cspell": "8.16.0",
30+
"eslint": "9.15.0",
3131
"eslint-config-prettier": "9.1.0",
3232
"eslint-import-resolver-alias": "1.1.2",
3333
"eslint-import-resolver-typescript": "3.6.3",
3434
"eslint-plugin-import": "2.31.0",
3535
"eslint-plugin-jest": "28.9.0",
36-
"eslint-plugin-prettier": "5.1.3",
36+
"eslint-plugin-prettier": "5.2.1",
3737
"globals": "15.12.0",
38-
"husky": "9.0.11",
38+
"husky": "9.1.7",
3939
"jest": "29.7.0",
4040
"jest-sonar": "0.2.16",
4141
"lint-staged": "15.2.10",
42-
"nx": "20.1.0",
43-
"typescript": "5.6.3"
42+
"nx": "20.1.3",
43+
"typescript": "5.7.2"
4444
},
4545
"lint-staged": {
4646
"*.js": "eslint",

0 commit comments

Comments
 (0)