Update dependencies

This commit is contained in:
Corey Butler 2023-03-30 23:16:25 -05:00
parent 289381444a
commit 8e20fd6dfe
No known key found for this signature in database
GPG Key ID: 2C6540ABFD72766C
2 changed files with 388 additions and 772 deletions

1150
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,8 +6,7 @@
"main": "src/main.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "esbuild --bundle ./src/main.js --platform=node --outdir=dist --external:octokit"
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
@ -18,5 +17,10 @@
"bugs": {
"url": "https://github.com/ButlerLogic/action-autotag/issues"
},
"homepage": "https://github.com/ButlerLogic/action-autotag#readme"
"homepage": "https://github.com/ButlerLogic/action-autotag#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"octokit": "^2.0.14",
"semver": "^7.3.8"
}
}