diff --git a/package-lock.json b/package-lock.json index feb12e3..0d66075 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,6 @@ "dependencies": { "@actions/core": "^3.0.0", "@actions/io": "^3.0.2", - "@cycjimmy/awesome-js-funcs": "^4.0.9", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "semantic-release": "^25.0.2" @@ -107,11 +106,6 @@ "node": ">=0.1.90" } }, - "node_modules/@cycjimmy/awesome-js-funcs": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/@cycjimmy/awesome-js-funcs/-/awesome-js-funcs-4.0.9.tgz", - "integrity": "sha512-kpBR4RzSy2Fv3bUKqvvbEQIhw+WDffikuJTqhaheC8PvkAJ++2+CiNX8moscf+lBSBuLRwPiQDO1SdtefgmFtg==" - }, "node_modules/@fastify/busboy": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz", diff --git a/package.json b/package.json index 16acf79..852e476 100644 --- a/package.json +++ b/package.json @@ -22,11 +22,10 @@ }, "homepage": "https://github.com/cycjimmy/semantic-release-action#readme", "dependencies": { - "@actions/core": "^3.0.0", + "@actions/core": "^3.0.1", "@actions/io": "^3.0.2", - "@cycjimmy/awesome-js-funcs": "^4.0.9", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", - "semantic-release": "^25.0.2" + "semantic-release": "^25.0.3" } }