diff --git a/package-lock.json b/package-lock.json index 7f884c48..339cb2cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,7 @@ "dependencies": { "@actions/core": "^1.6.0", "@actions/exec": "^1.1.1", - "@actions/io": "^1.1.2", - "fs": "0.0.1-security" + "@actions/io": "^1.1.2" }, "devDependencies": { "@types/jest": "^27.4.1", @@ -2928,11 +2927,6 @@ "node": ">= 6" } }, - "node_modules/fs": { - "version": "0.0.1-security", - "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", - "integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ=" - }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", @@ -8224,11 +8218,6 @@ "mime-types": "^2.1.12" } }, - "fs": { - "version": "0.0.1-security", - "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", - "integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ=" - }, "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", diff --git a/package.json b/package.json index 00724934..ea01a7a1 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,7 @@ "dependencies": { "@actions/core": "^1.6.0", "@actions/exec": "^1.1.1", - "@actions/io": "^1.1.2", - "fs": "0.0.1-security" + "@actions/io": "^1.1.2" }, "devDependencies": { "@types/jest": "^27.4.1",