Skip to content

Commit

Permalink
fix: Workflow Bot -- Update ALL Dependencies (main) (#933)
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 46e69f4 commit a0e6878
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion action-src/package.json
Original file line number Diff line number Diff line change
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.3.0",
"@octokit/plugin-rest-endpoint-methods": "^6.3.1",
"@octokit/rest": "^19.0.4",
"cspell": "^6.8.1",
"cspell-glob": "^6.8.1",
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.

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
Original file line number Diff line number Diff line change
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.3.0",
"@octokit/plugin-rest-endpoint-methods": "^6.3.1",
"@octokit/rest": "^19.0.4",
"cspell": "^6.8.1",
"cspell-glob": "^6.8.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -979,9 +979,9 @@
integrity sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ==

"@octokit/openapi-types@^13.4.0":
version "13.4.0"
resolved "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.4.0.tgz#06fe8fda93bf21bdd397fe7ef8805249efda6c06"
integrity sha512-2mVzW0X1+HDO3jF80/+QFZNzJiTefELKbhMu6yaBYbp/1gSMkVDm4rT472gJljTokWUlXaaE63m7WrWENhMDLw==
version "13.5.0"
resolved "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.5.0.tgz#8b3000783869a76b65a633159df8d7ed73ba370d"
integrity sha512-e9uYcMLpU5nMDA4k4PufLsJV9Wwc4QuKxRD7xNPW3vveuA3j0Nb6zZYG9IgQpEgYPtIjQwrJK3Z2rKWJ9SfzKg==

"@octokit/plugin-paginate-rest@^2.17.0":
version "2.21.3"
Expand Down Expand Up @@ -1010,12 +1010,12 @@
"@octokit/types" "^6.39.0"
deprecation "^2.3.1"

"@octokit/plugin-rest-endpoint-methods@^6.0.0", "@octokit/plugin-rest-endpoint-methods@^6.3.0":
version "6.3.0"
resolved "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.3.0.tgz#81549334ce020169b84bd4a7fa2577e9d725d829"
integrity sha512-qEu2wn6E7hqluZwIEUnDxWROvKjov3zMIAi4H4d7cmKWNMeBprEXZzJe8pE5eStUYC1ysGhD0B7L6IeG1Rfb+g==
"@octokit/plugin-rest-endpoint-methods@^6.0.0", "@octokit/plugin-rest-endpoint-methods@^6.3.1":
version "6.3.1"
resolved "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.3.1.tgz#6f2cf47740302ba3868cdb88605d90faa93f3469"
integrity sha512-rlEvu+Yn2TykXcAEfP7b5dXlsyD5A5QCU3nuMY7cXFtDKPeRyL739xhDuEwvDV9is8ea1kFuDKbmA/DNGPkCyg==
dependencies:
"@octokit/types" "^7.0.0"
"@octokit/types" "^7.1.1"
deprecation "^2.3.1"

"@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0":
Expand Down

0 comments on commit a0e6878

Please sign in to comment.