diff --git a/package-lock.json b/package-lock.json index caab3d6..0c47a32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "word-wrap": "^1.2.5" }, "devDependencies": { - "@actions/core": "^3.0.0", + "@actions/core": "^3.0.1", "@actions/github": "^9.0.0", "@eslint/eslintrc": "^3.3.5", "@eslint/js": "^10.0.1", @@ -54,11 +54,10 @@ } }, "node_modules/@actions/core": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-3.0.0.tgz", - "integrity": "sha512-zYt6cz+ivnTmiT/ksRVriMBOiuoUpDCJJlZ5KPl2/FRdvwU3f7MPh9qftvbkXJThragzUZieit2nyHUyw53Seg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-3.0.1.tgz", + "integrity": "sha512-a6d/Nwahm9fliVGRhdhofo40HjHQasUPusmc7vBfyky+7Z+P2A1J68zyFVaNcEclc/Se+eO595oAr5nwEIoIUA==", "dev": true, - "license": "MIT", "dependencies": { "@actions/exec": "^3.0.0", "@actions/http-client": "^4.0.0" @@ -8355,9 +8354,9 @@ "dev": true }, "@actions/core": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-3.0.0.tgz", - "integrity": "sha512-zYt6cz+ivnTmiT/ksRVriMBOiuoUpDCJJlZ5KPl2/FRdvwU3f7MPh9qftvbkXJThragzUZieit2nyHUyw53Seg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-3.0.1.tgz", + "integrity": "sha512-a6d/Nwahm9fliVGRhdhofo40HjHQasUPusmc7vBfyky+7Z+P2A1J68zyFVaNcEclc/Se+eO595oAr5nwEIoIUA==", "dev": true, "requires": { "@actions/exec": "^3.0.0", diff --git a/package.json b/package.json index 351d1d5..6be5a89 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "author": "Anurag Hazra", "license": "MIT", "devDependencies": { - "@actions/core": "^3.0.0", + "@actions/core": "^3.0.1", "@actions/github": "^9.0.0", "@eslint/eslintrc": "^3.3.5", "@eslint/js": "^10.0.1",