Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependabot updates #99

Merged
merged 17 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
d7840fe
Bump eslint from 8.57.0 to 8.57.1
dependabot[bot] Oct 1, 2024
987f02a
Bump probot from 13.3.6 to 13.3.8
dependabot[bot] Oct 1, 2024
befaf84
Bump vercel from 35.2.2 to 37.11.0
dependabot[bot] Oct 20, 2024
61b1c3b
Bump yaml from 2.5.0 to 2.6.0
dependabot[bot] Oct 20, 2024
25e5498
Bump smee-client from 2.0.2 to 2.0.4
dependabot[bot] Oct 20, 2024
f373e98
Bump @octokit/webhooks-types from 7.5.1 to 7.6.1
dependabot[bot] Oct 20, 2024
0dd7b3d
Merge pull request #91 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Oct 20, 2024
4bf582a
Merge pull request #92 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Oct 20, 2024
4a81c47
Merge pull request #93 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Oct 20, 2024
98ae506
Merge pull request #94 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Oct 20, 2024
529d23e
Merge pull request #95 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Oct 20, 2024
b02b774
Bump eslint-plugin-import from 2.29.1 to 2.31.0
dependabot[bot] Oct 20, 2024
2cce6d5
Bump typescript from 5.5.4 to 5.6.3
dependabot[bot] Oct 20, 2024
82ad831
Merge pull request #97 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Oct 20, 2024
ee5fd61
Merge pull request #98 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Oct 20, 2024
2f3aaca
Merge pull request #96 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Oct 20, 2024
9cfc6d1
Merge branch 'main' into dependabot-updates
amitsingh-007 Oct 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,26 @@
"json2md": "2.0.1",
"minimatch": "10.0.1",
"normalize-path": "3.0.0",
"probot": "13.3.6",
"probot": "13.3.8",
"semver": "7.6.3",
"yaml": "2.5.0",
"yaml": "2.6.0",
"zod": "3.23.8"
},
"devDependencies": {
"@octokit/webhooks-types": "7.5.1",
"@octokit/webhooks-types": "7.6.1",
"@types/bytes": "3.1.4",
"@types/json2md": "1.5.4",
"@types/minimatch": "5.1.2",
"@types/normalize-path": "3.0.2",
"@types/semver": "7.5.8",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-import-resolver-node": "0.3.9",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-node": "11.1.0",
"rimraf": "6.0.1",
"smee-client": "2.0.2",
"typescript": "5.5.4",
"vercel": "35.2.2"
"smee-client": "2.0.4",
"typescript": "5.6.3",
"vercel": "37.11.0"
},
"engines": {
"node": ">= 18"
Expand Down
Loading
Loading