diff --git a/package-lock.json b/package-lock.json index 9755b33..b6d4a01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.1", "dependencies": { "@actions/core": "1.10.1", - "@actions/exec": "1.1.1", + "@actions/exec": "3.0.0", "@actions/http-client": "2.2.1", "sqlite-sync": "0.3.9", "sqlite3": "5.1.7" @@ -31,11 +31,12 @@ } }, "node_modules/@actions/exec": { - "version": "1.1.1", - "resolved": "https://registry.npmmirror.com/@actions/exec/-/exec-1.1.1.tgz", - "integrity": "sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-3.0.0.tgz", + "integrity": "sha512-6xH/puSoNBXb72VPlZVm7vQ+svQpFyA96qdDBvhB8eNZOE8LtPf9L4oAsfzK/crCL8YZ+19fKYVnM63Sl+Xzlw==", + "license": "MIT", "dependencies": { - "@actions/io": "^1.0.1" + "@actions/io": "^3.0.2" } }, "node_modules/@actions/http-client": { @@ -48,9 +49,10 @@ } }, "node_modules/@actions/io": { - "version": "1.1.2", - "resolved": "https://registry.npmmirror.com/@actions/io/-/io-1.1.2.tgz", - "integrity": "sha512-d+RwPlMp+2qmBfeLYPLXuSRykDIFEwdTA0MMxzS9kh4kvP1ftrc/9fzy6pX6qAjthdXruHQ6/6kjT/DNo5ALuw==" + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@actions/io/-/io-3.0.2.tgz", + "integrity": "sha512-nRBchcMM+QK1pdjO7/idu86rbJI5YHUKCvKs0KxnSYbVe3F51UfGxuZX4Qy/fWlp6l7gWFwIkrOzN+oUK03kfw==", + "license": "MIT" }, "node_modules/@fastify/busboy": { "version": "2.0.0", diff --git a/package.json b/package.json index a0923c4..fe65275 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@actions/core": "1.10.1", - "@actions/exec": "1.1.1", + "@actions/exec": "3.0.0", "@actions/http-client": "2.2.1", "sqlite-sync": "0.3.9", "sqlite3": "5.1.7"