Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
fix(deps): update dependency js-yaml to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 8, 2021
1 parent 7907d9d commit a741856
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 132 deletions.
4 changes: 2 additions & 2 deletions packages/mkcmdargv-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"sideEffects": false,
"bin": "bin",
"dependencies": {
"js-yaml": "^3.14.0",
"js-yaml": "^4.0.0",
"tslib": "^2.0.1",
"mkcmdargv-lib": "^0.1.5",
"@types/js-yaml": "^3.12.5",
"@types/js-yaml": "^4.0.0",
"@types/node": "^14.6.0"
}
}
65 changes: 27 additions & 38 deletions packages/mkcmdargv-cli/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions tools/ignore-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
},
"dependencies": {
"minimatch": "^3.0.4",
"js-yaml": "^3.14.0",
"js-yaml": "^4.0.0",
"fs-extra": "^10.0.0",
"fs-tree-utils": "^0.1.8",
"tslib": "^2.0.1",
"@types/minimatch": "^3.0.3",
"@types/js-yaml": "^3.12.5",
"@types/js-yaml": "^4.0.0",
"@types/fs-extra": "^9.0.1",
"@tools/preloaded-node": "file:../preloaded-node",
"@tools/places": "file:../places"
Expand Down
35 changes: 11 additions & 24 deletions tools/ignore-file/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions tools/pkgcfg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"js-yaml": "^3.14.0",
"js-yaml": "^4.0.0",
"@tools/places": "../places",
"@types/js-yaml": "^3.12.5"
"@types/js-yaml": "^4.0.0"
}
}
53 changes: 21 additions & 32 deletions tools/pkgcfg/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions tools/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"js-yaml": "^3.14.0",
"@types/js-yaml": "^3.12.5"
"js-yaml": "^4.0.0",
"@types/js-yaml": "^4.0.0"
}
}
49 changes: 19 additions & 30 deletions tools/test-utils/pnpm-lock.yaml

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

0 comments on commit a741856

Please sign in to comment.