Skip to content

Commit 820df10

Browse files
chore(deps-dev): bump @jamesacarr/eslint-formatter-github-actions (#379)
Bumps [@jamesacarr/eslint-formatter-github-actions](https://github.com/jamesacarr/eslint-formatter-github-actions) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/jamesacarr/eslint-formatter-github-actions/releases) - [Commits](jamesacarr/eslint-formatter-github-actions@0.1.0...0.2.0) --- updated-dependencies: - dependency-name: "@jamesacarr/eslint-formatter-github-actions" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93219cd commit 820df10

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@babel/core": "^7.18.10",
4949
"@babel/preset-env": "^7.18.10",
50-
"@jamesacarr/eslint-formatter-github-actions": "^0.1.0",
50+
"@jamesacarr/eslint-formatter-github-actions": "^0.2.0",
5151
"@react-hookz/eslint-config": "^1.7.1",
5252
"@semantic-release/changelog": "^6.0.1",
5353
"@semantic-release/git": "^10.0.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.2.6":
5+
"@actions/core@^1.10.0":
66
version "1.10.0"
77
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.0.tgz#44551c3c71163949a2f06e94d9ca2157a0cfac4f"
88
integrity sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==
@@ -1045,12 +1045,12 @@
10451045
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
10461046
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
10471047

1048-
"@jamesacarr/eslint-formatter-github-actions@^0.1.0":
1049-
version "0.1.0"
1050-
resolved "https://registry.yarnpkg.com/@jamesacarr/eslint-formatter-github-actions/-/eslint-formatter-github-actions-0.1.0.tgz#d00814b5b8b309cf97d488773cfdb140edf00932"
1051-
integrity sha512-ysXRx5C5pPVJ0t3Q1DpsMLWLQw5Fj8erEM0WnGhaOIgjLwZkOLmEiIw+4b5UhPsVCaf6jbUgdZuH2StR3jW0Ug==
1048+
"@jamesacarr/eslint-formatter-github-actions@^0.2.0":
1049+
version "0.2.0"
1050+
resolved "https://registry.yarnpkg.com/@jamesacarr/eslint-formatter-github-actions/-/eslint-formatter-github-actions-0.2.0.tgz#5b4a4fae22cd354b3cbb2bad4c972edbe04e8fef"
1051+
integrity sha512-/BMX+d6Pg36aHi7FmRsyCXUXCFQOVnJap1xl97kgglNE++d2HtqR6eHVxL56wXnXqC5wyI4T9Y3e2RccyubqQA==
10521052
dependencies:
1053-
"@actions/core" "^1.2.6"
1053+
"@actions/core" "^1.10.0"
10541054

10551055
"@jridgewell/gen-mapping@^0.1.0":
10561056
version "0.1.1"

0 commit comments

Comments
 (0)