Skip to content

Commit

Permalink
fix(deps): Update dependency yaml to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTolmay committed Sep 15, 2023
1 parent 11ceb0f commit cbcdc7d
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@lowdefy/operators-js": "4.0.0-rc.10",
"ajv": "8.12.0",
"json5": "2.2.3",
"yaml": "2.2.2",
"yaml": "2.3.2",
"yargs": "17.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"ora": "6.1.2",
"semver": "7.5.2",
"uuid": "9.0.0",
"yaml": "2.2.2"
"yaml": "2.3.2"
},
"devDependencies": {
"@jest/globals": "28.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/operators/operators-yaml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@lowdefy/helpers": "4.0.0-rc.10",
"@lowdefy/operators": "4.0.0-rc.10",
"yaml": "2.2.2"
"yaml": "2.3.2"
},
"devDependencies": {
"@jest/globals": "28.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"react-dom": "18.2.0",
"react-icons": "4.7.1",
"swr": "2.0.0",
"yaml": "2.2.2",
"yaml": "2.3.2",
"yargs": "17.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"less-loader": "11.1.3",
"next-with-less": "3.0.1",
"webpack": "5.88.2",
"yaml": "2.2.2",
"yaml": "2.3.2",
"yargs": "17.7.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/jest-yaml-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@swc/core": "1.3.85",
"@swc/jest": "0.2.29",
"jest": "28.1.3",
"yaml": "2.2.2"
"yaml": "2.3.2"
},
"publishConfig": {
"access": "public"
Expand Down
35 changes: 22 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit cbcdc7d

Please sign in to comment.