Skip to content

Commit

Permalink
Merge pull request #355 from github/node-updates
Browse files Browse the repository at this point in the history
update all node packages with `npm update`
  • Loading branch information
GrantBirki authored Jan 14, 2025
2 parents f1804d4 + 6cd241e commit 48ff8f9
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 81 deletions.
157 changes: 80 additions & 77 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"author": "Grant Birkinbine",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@octokit/plugin-retry": "^6.0.1",
"@octokit/rest": "^20.1.0",
Expand Down Expand Up @@ -55,13 +55,13 @@
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
"@types/node": "^22.10.3",
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"@types/node": "^22.10.6",
"@vercel/ncc": "^0.38.3",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"make-coverage-badge": "^1.2.0",
"prettier": "^3.4.1"
"prettier": "^3.4.2"
}
}

0 comments on commit 48ff8f9

Please sign in to comment.