Skip to content

Commit

Permalink
fix: Workflow Bot -- Update ALL Dependencies (main) (#1265)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent f298d72 commit d688fe8
Show file tree
Hide file tree
Showing 11 changed files with 112 additions and 106 deletions.
2 changes: 1 addition & 1 deletion action-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@actions/github": "^5.1.1",
"@octokit/core": "^4.2.0",
"@octokit/plugin-rest-endpoint-methods": "^7.1.0",
"@octokit/rest": "^19.0.7",
"@octokit/rest": "^19.0.8",
"cspell": "^6.31.1",
"cspell-glob": "^6.31.1",
"vscode-uri": "^3.0.7"
Expand Down
4 changes: 2 additions & 2 deletions action/node_modules/@octokit/openapi-types/package.json

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

2 changes: 1 addition & 1 deletion action/node_modules/@octokit/rest/dist-node/index.js

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

2 changes: 1 addition & 1 deletion action/node_modules/@octokit/rest/dist-src/version.js

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

2 changes: 1 addition & 1 deletion action/node_modules/@octokit/rest/dist-web/index.js

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

16 changes: 8 additions & 8 deletions action/node_modules/@octokit/rest/package.json

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

2 changes: 1 addition & 1 deletion action/node_modules/semver/classes/semver.js

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

6 changes: 3 additions & 3 deletions action/node_modules/semver/package.json

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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@actions/github": "^5.1.1",
"@octokit/core": "^4.2.0",
"@octokit/plugin-rest-endpoint-methods": "^7.1.0",
"@octokit/rest": "^19.0.7",
"@octokit/rest": "^19.0.8",
"cspell": "^6.31.1",
"cspell-glob": "^6.31.1",
"vscode-uri": "^3.0.7"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@pollyjs/persister-fs": "^6.0.5",
"@tsconfig/node12": "^1.0.11",
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"env-cmd": "^10.1.0",
"eslint": "^8.40.0",
"jest": "^29.5.0",
Expand Down
Loading

0 comments on commit d688fe8

Please sign in to comment.