Skip to content

Commit f7ea70a

Browse files
chore(deps): bump js-yaml from 4.2.0 to 5.1.0 (#214)
* chore(deps): bump js-yaml from 4.2.0 to 5.1.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.2.0 to 5.1.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.2.0...5.1.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: bump version to 2.10.3 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Josh Johanning <joshjohanning@github.com>
1 parent b7e069a commit f7ea70a

2 files changed

Lines changed: 32 additions & 9 deletions

File tree

package-lock.json

Lines changed: 30 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bulk-github-repo-settings-sync-action",
33
"description": "Update repository settings in bulk for multiple GitHub repositories",
4-
"version": "2.10.2",
4+
"version": "2.10.3",
55
"type": "module",
66
"author": {
77
"name": "Josh Johanning",
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@actions/core": "^3.0.1",
4949
"@octokit/rest": "^22.0.1",
50-
"js-yaml": "^4.2.0"
50+
"js-yaml": "^5.1.0"
5151
},
5252
"devDependencies": {
5353
"@joshjohanning/make-coverage-badge-better": "^1.0.1",

0 commit comments

Comments
 (0)