diff --git a/package-lock.json b/package-lock.json index 449bce11..9cd59d10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "GPL-3.0-or-later", "devDependencies": { - "@actions/core": "1.11.1", + "@actions/core": "2.0.0", "@actions/github": "6.0.1", "@babel/core": "7.28.5", "@babel/plugin-proposal-class-properties": "7.18.6", @@ -71,14 +71,25 @@ } }, "node_modules/@actions/core": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz", - "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-2.0.0.tgz", + "integrity": "sha512-iGW52/zqhPUFnYl0s1ioXfJu86LGs7b+GYuO38JMPpsh14FQrNj3n2JBpC+vZ2CFS4lERQyn5koLDopY+6V/PQ==", "dev": true, "license": "MIT", "dependencies": { "@actions/exec": "^1.1.1", - "@actions/http-client": "^2.0.1" + "@actions/http-client": "^3.0.0" + } + }, + "node_modules/@actions/core/node_modules/@actions/http-client": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-3.0.0.tgz", + "integrity": "sha512-1s3tXAfVMSz9a4ZEBkXXRQD4QhY3+GAsWSbaYpeknPOKEeyRiU3lH+bHiLMZdo2x/fIeQ/hscL1wCkDLVM2DZQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "tunnel": "^0.0.6", + "undici": "^5.28.5" } }, "node_modules/@actions/exec": { diff --git a/package.json b/package.json index 28298dda..97609137 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "contributors:check": "all-contributors check" }, "devDependencies": { - "@actions/core": "1.11.1", + "@actions/core": "2.0.0", "@actions/github": "6.0.1", "@babel/core": "7.28.5", "@babel/plugin-proposal-class-properties": "7.18.6",