Skip to content

Commit 9c4947c

Browse files
chore(deps): bump the npm_and_yarn group across 3 directories with 3 updates
Bumps the npm_and_yarn group with 3 updates in the / directory: [cross-spawn](https://github.com/moxystudio/node-cross-spawn), [axios](https://github.com/axios/axios) and [yaml](https://github.com/eemeli/yaml). Bumps the npm_and_yarn group with 1 update in the /components/child-process-manager directory: [cross-spawn](https://github.com/moxystudio/node-cross-spawn). Bumps the npm_and_yarn group with 1 update in the /components/confluence-sync directory: [axios](https://github.com/axios/axios). Updates `cross-spawn` from 7.0.3 to 7.0.5 - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.5) Updates `axios` from 1.6.7 to 1.8.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.6.7...v1.8.2) Updates `yaml` from 2.3.4 to 2.4.0 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.3.4...v2.4.0) Updates `cross-spawn` from 7.0.3 to 7.0.5 - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.5) Updates `axios` from 1.6.7 to 1.8.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.6.7...v1.8.2) --- updated-dependencies: - dependency-name: cross-spawn dependency-version: 7.0.5 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 1.8.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: yaml dependency-version: 2.4.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: cross-spawn dependency-version: 7.0.5 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 1.8.2 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 876ad2b commit 9c4947c

File tree

4 files changed

+67
-65
lines changed

4 files changed

+67
-65
lines changed

components/child-process-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
]
5353
},
5454
"dependencies": {
55-
"cross-spawn": "7.0.3",
55+
"cross-spawn": "7.0.5",
5656
"tree-kill": "1.2.2"
5757
},
5858
"devDependencies": {

components/confluence-sync/package.json

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

components/markdown-confluence-sync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"unist-util-visit-parents": "5.1.3",
109109
"vfile": "5.3.7",
110110
"which": "3.0.1",
111-
"yaml": "2.3.4",
111+
"yaml": "2.4.0",
112112
"zod": "3.22.4"
113113
},
114114
"devDependencies": {

0 commit comments

Comments
 (0)