diff --git a/package-lock.json b/package-lock.json index 89d811e..128688c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@tauri-apps/api": "1.1.0" }, "devDependencies": { - "@actions/github": "5.1.0", + "@actions/github": "5.1.1", "@tauri-apps/cli": "1.1.1", "node-fetch": "3.2.10" }, @@ -22,9 +22,9 @@ } }, "node_modules/@actions/github": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.0.tgz", - "integrity": "sha512-tuI80F7JQIhg77ZTTgUAPpVD7ZnP9oHSPN8xw7LOwtA4vEMbAjWJNbmLBfV7xua7r016GyjzWLuec5cs8f/a8A==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.1.tgz", + "integrity": "sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g==", "dev": true, "dependencies": { "@actions/http-client": "^2.0.1", @@ -524,9 +524,9 @@ }, "dependencies": { "@actions/github": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.0.tgz", - "integrity": "sha512-tuI80F7JQIhg77ZTTgUAPpVD7ZnP9oHSPN8xw7LOwtA4vEMbAjWJNbmLBfV7xua7r016GyjzWLuec5cs8f/a8A==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.1.tgz", + "integrity": "sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g==", "dev": true, "requires": { "@actions/http-client": "^2.0.1", diff --git a/package.json b/package.json index a07d416..bf98e12 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@tauri-apps/api": "1.1.0" }, "devDependencies": { - "@actions/github": "5.1.0", + "@actions/github": "5.1.1", "@tauri-apps/cli": "1.1.1", "node-fetch": "3.2.10" }