From 80af0687dba64051df13e3a3609479796690fe39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 06:58:12 +0000 Subject: [PATCH] Bump clean-publish from 5.0.0 to 5.1.0 Bumps [clean-publish](https://github.com/shashkovdanil/clean-publish) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/shashkovdanil/clean-publish/releases) - [Changelog](https://github.com/shashkovdanil/clean-publish/blob/master/CHANGELOG.md) - [Commits](https://github.com/shashkovdanil/clean-publish/compare/5.0.0...5.1.0) --- updated-dependencies: - dependency-name: clean-publish dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3057eb8..20ad0fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1195,15 +1195,15 @@ } }, "node_modules/clean-publish": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/clean-publish/-/clean-publish-5.0.0.tgz", - "integrity": "sha512-1qjtqP3piZL4t8SqGojOyA12bg8AtbFPIQstNvxmss1fhwfma3CqMJ/Y/kbRvAllLX2/c4ZKjcCCKDqEtpcymA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/clean-publish/-/clean-publish-5.1.0.tgz", + "integrity": "sha512-Gbz8x7sL/sn0j+2B+yYEumD17WmPT6pHLN+A5nhcd0Sdh86EYblQleU+dUIICXVFalFMFBdW2aGynrVJ6k1u4Q==", "dev": true, "dependencies": { "cross-spawn": "^7.0.3", "fast-glob": "^3.3.2", - "lilconfig": "^3.1.1", - "micromatch": "^4.0.5" + "lilconfig": "^3.1.2", + "micromatch": "^4.0.8" }, "bin": { "clean-publish": "clean-publish.js", @@ -8291,15 +8291,15 @@ "dev": true }, "clean-publish": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/clean-publish/-/clean-publish-5.0.0.tgz", - "integrity": "sha512-1qjtqP3piZL4t8SqGojOyA12bg8AtbFPIQstNvxmss1fhwfma3CqMJ/Y/kbRvAllLX2/c4ZKjcCCKDqEtpcymA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/clean-publish/-/clean-publish-5.1.0.tgz", + "integrity": "sha512-Gbz8x7sL/sn0j+2B+yYEumD17WmPT6pHLN+A5nhcd0Sdh86EYblQleU+dUIICXVFalFMFBdW2aGynrVJ6k1u4Q==", "dev": true, "requires": { "cross-spawn": "^7.0.3", "fast-glob": "^3.3.2", - "lilconfig": "^3.1.1", - "micromatch": "^4.0.5" + "lilconfig": "^3.1.2", + "micromatch": "^4.0.8" } }, "clean-regexp": {