Skip to content

Commit 74be2ac

Browse files
chore(deps): bump js-yaml from 5.1.0 to 5.2.1 (#84)
* chore(deps): bump js-yaml from 5.1.0 to 5.2.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 5.1.0 to 5.2.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@5.1.0...5.2.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: bump version to 1.12.4 --------- 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 14ae1f6 commit 74be2ac

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 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-org-settings-sync-action",
33
"description": "🏢 Bulk configure GitHub organization settings across multiple orgs using a declarative YAML config",
4-
"version": "1.12.3",
4+
"version": "1.12.4",
55
"type": "module",
66
"author": {
77
"name": "Josh Johanning",
@@ -51,7 +51,7 @@
5151
"dependencies": {
5252
"@actions/core": "^3.0.1",
5353
"@octokit/rest": "^22.0.1",
54-
"js-yaml": "^5.1.0"
54+
"js-yaml": "^5.2.1"
5555
},
5656
"devDependencies": {
5757
"@joshjohanning/make-coverage-badge-better": "^1.0.1",

0 commit comments

Comments
 (0)