Skip to content

Commit

Permalink
fix: Workflow Bot -- Update ALL Dependencies (main) (#968)
Browse files Browse the repository at this point in the history
fix: Workflow Bot -- Update ALL Dependencies

Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent b12d970 commit 6f2f086
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion action-src/package.json
Expand Up @@ -35,7 +35,7 @@
"@actions/core": "^1.9.1",
"@actions/github": "^5.0.3",
"@octokit/core": "^4.0.5",
"@octokit/plugin-rest-endpoint-methods": "^6.6.0",
"@octokit/plugin-rest-endpoint-methods": "^6.6.1",
"@octokit/rest": "^19.0.4",
"cspell": "^6.9.0",
"cspell-glob": "^6.9.0",
Expand Down

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

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

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

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

2 changes: 1 addition & 1 deletion action/package.json
Expand Up @@ -12,7 +12,7 @@
"@actions/core": "^1.9.1",
"@actions/github": "^5.0.3",
"@octokit/core": "^4.0.5",
"@octokit/plugin-rest-endpoint-methods": "^6.6.0",
"@octokit/plugin-rest-endpoint-methods": "^6.6.1",
"@octokit/rest": "^19.0.4",
"cspell": "^6.9.0",
"cspell-glob": "^6.9.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1017,10 +1017,10 @@
"@octokit/types" "^6.39.0"
deprecation "^2.3.1"

"@octokit/plugin-rest-endpoint-methods@^6.0.0", "@octokit/plugin-rest-endpoint-methods@^6.6.0":
version "6.6.0"
resolved "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.6.0.tgz#7bece1ba1b687b723be7d4502c494055fdda0e10"
integrity sha512-IAuT/e1gIUVszNmV+vfXNxa6xXI9dlghhBDqLGEmjz3so9sHqOlXN4R5gWcCRJkt4mum4NCaNjUk17yTrK76Rw==
"@octokit/plugin-rest-endpoint-methods@^6.0.0", "@octokit/plugin-rest-endpoint-methods@^6.6.1":
version "6.6.1"
resolved "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.6.1.tgz#e601af2f480b5ff85ee3a1b1057d97cf50a93423"
integrity sha512-hkD9agR36fAeatWiT96Re7ZpyO4OzNrls5ZQxGxo9DeNxEKXGWSdziZ2GtWykpNOdf3Z/zjugIDLI2fUKuOYSQ==
dependencies:
"@octokit/types" "^7.4.0"
deprecation "^2.3.1"
Expand Down

0 comments on commit 6f2f086

Please sign in to comment.