Skip to content

Commit

Permalink
Merge pull request #1117 from mikepenz/feature/dependency_upgrades_20…
Browse files Browse the repository at this point in the history
…24.06.21

Upgrade dependencies
  • Loading branch information
mikepenz authored Jun 21, 2024
2 parents 9e04913 + 4981375 commit 8aeebb5
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 48 deletions.
30 changes: 13 additions & 17 deletions dist/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 dist/index.js.map

Large diffs are not rendered by default.

139 changes: 112 additions & 27 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@actions/glob": "^0.4.0",
"@octokit/rest": "^20.1.1",
"@octokit/rest": "^21.0.0",
"nock": "^13.5.4",
"webpack": "^5.92.1",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.6",
"@types/node": "^20.14.7",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vercel/ncc": "^0.38.1",
Expand All @@ -53,6 +53,6 @@
"js-yaml": "^4.1.0",
"prettier": "^3.3.2",
"ts-jest": "^29.1.5",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}

0 comments on commit 8aeebb5

Please sign in to comment.