From 2afb49dbaafaba8005860648bf7fc178637aca0d Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Tue, 22 Mar 2022 15:54:48 +0900 Subject: [PATCH] chore: update package lock --- package-lock.json | 56 +++++++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b5d81ede..778341e45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,36 +1,36 @@ { "name": "slash-command-dispatch", - "version": "2.0.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "slash-command-dispatch", - "version": "2.0.0", + "version": "3.0.0", "license": "MIT", "dependencies": { - "@actions/core": "1.6.0", - "@actions/github": "5.0.0", - "@octokit/core": "3.5.1", - "@octokit/plugin-paginate-rest": "2.17.0", - "@octokit/plugin-rest-endpoint-methods": "5.13.0", - "http-proxy-agent": "5.0.0", - "https-proxy-agent": "5.0.0" + "@actions/core": "^1.6.0", + "@actions/github": "^5.0.0", + "@octokit/core": "^3.5.1", + "@octokit/plugin-paginate-rest": "^2.17.0", + "@octokit/plugin-rest-endpoint-methods": "^5.13.0", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.0" }, "devDependencies": { - "@types/jest": "27.0.3", - "@types/node": "16.11.11", - "@typescript-eslint/parser": "5.5.0", - "@vercel/ncc": "0.32.0", - "eslint": "8.3.0", - "eslint-plugin-github": "4.3.5", - "eslint-plugin-jest": "25.3.0", - "jest": "27.4.3", - "jest-circus": "27.4.2", - "js-yaml": "4.1.0", - "prettier": "2.5.0", - "ts-jest": "27.0.7", - "typescript": "4.5.2" + "@types/jest": "^27.0.3", + "@types/node": "^16.11.11", + "@typescript-eslint/parser": "^5.5.0", + "@vercel/ncc": "^0.32.0", + "eslint": "^8.3.0", + "eslint-plugin-github": "^4.3.5", + "eslint-plugin-jest": "^25.3.0", + "jest": "^27.4.3", + "jest-circus": "^27.4.2", + "js-yaml": "^4.1.0", + "prettier": "^2.5.0", + "ts-jest": "^27.0.7", + "typescript": "^4.5.2" } }, "node_modules/@actions/core": { @@ -4925,9 +4925,9 @@ } }, "node_modules/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", "dev": true }, "node_modules/ms": { @@ -10059,9 +10059,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", "dev": true }, "ms": {