diff --git a/package-lock.json b/package-lock.json index fade4d8..7c0dd85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-script-action", - "version": "0.2.0-beta.1", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-script-action", - "version": "0.2.0-beta.1", + "version": "0.2.1", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.1", @@ -18,12 +18,12 @@ "@octokit/core": "^4.2.0", "@octokit/plugin-paginate-rest": "^6.1.0", "@octokit/plugin-rest-endpoint-methods": "^7.1.0", + "@octokit/webhooks-types": "^6.11.0", "chalk": "^4.1.2", "node-fetch": "^3.3.1", "node-get-random-values": "^1.1.0" }, "devDependencies": { - "@octokit/webhooks-types": "^6.11.0", "@types/node": "^18.15.13", "@typescript-eslint/parser": "^5.59.0", "@vercel/ncc": "^0.36.1", @@ -517,8 +517,7 @@ "node_modules/@octokit/webhooks-types": { "version": "6.11.0", "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.11.0.tgz", - "integrity": "sha512-AanzbulOHljrku1NGfafxdpTCfw2ENaWzH01N2vqQM+cUFbk868Cgh0xylz0JIM9BoKbfI++bdD6EYX0Q/UTEw==", - "dev": true + "integrity": "sha512-AanzbulOHljrku1NGfafxdpTCfw2ENaWzH01N2vqQM+cUFbk868Cgh0xylz0JIM9BoKbfI++bdD6EYX0Q/UTEw==" }, "node_modules/@rollup/pluginutils": { "version": "5.0.2", diff --git a/package.json b/package.json index 382b216..d170c2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-script-action", - "version": "0.2.0", + "version": "0.2.1", "description": "GitHub Action for running inline JavaScript snippets", "author": "Lyra Naeseth ", "license": "MIT", @@ -44,12 +44,12 @@ "@octokit/core": "^4.2.0", "@octokit/plugin-paginate-rest": "^6.1.0", "@octokit/plugin-rest-endpoint-methods": "^7.1.0", + "@octokit/webhooks-types": "^6.11.0", "chalk": "^4.1.2", "node-fetch": "^3.3.1", "node-get-random-values": "^1.1.0" }, "devDependencies": { - "@octokit/webhooks-types": "^6.11.0", "@types/node": "^18.15.13", "@typescript-eslint/parser": "^5.59.0", "@vercel/ncc": "^0.36.1",