From 89363de4c71749bf7c0943d2f2c9e32e055305d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 06:03:51 +0000 Subject: [PATCH] Bump clean-publish from 4.2.0 to 4.3.0 Bumps [clean-publish](https://github.com/shashkovdanil/clean-publish) from 4.2.0 to 4.3.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/4.2.0...4.3.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 | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a7d308..ac7408a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1528,14 +1528,14 @@ "dev": true }, "node_modules/clean-publish": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/clean-publish/-/clean-publish-4.2.0.tgz", - "integrity": "sha512-dqZF5y6KtlkYhbnJoXiOCP4L1TPdI7HtuDysslUrbI8vLPu65ZjVO3pu5xp4qH0X2cWdDN/La04woe6fg4LNSw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/clean-publish/-/clean-publish-4.3.0.tgz", + "integrity": "sha512-Nj2eWZGm2GUeC0il9iX31/jYYr4Fd/VEkUGagiIrYeGJUE+UbbUO1FPD5OkQfZndpYmHgnyXVg4aaniEL0vlNQ==", "dev": true, "dependencies": { "cross-spawn": "^7.0.3", - "fast-glob": "^3.2.12", - "lilconfig": "^2.1.0", + "fast-glob": "^3.3.2", + "lilconfig": "^3.1.1", "micromatch": "^4.0.5" }, "bin": { @@ -4395,12 +4395,15 @@ } }, "node_modules/lilconfig": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", - "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.1.tgz", + "integrity": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==", "dev": true, "engines": { - "node": ">=10" + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/antonk52" } }, "node_modules/line-column-path": { @@ -9436,14 +9439,14 @@ "dev": true }, "clean-publish": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/clean-publish/-/clean-publish-4.2.0.tgz", - "integrity": "sha512-dqZF5y6KtlkYhbnJoXiOCP4L1TPdI7HtuDysslUrbI8vLPu65ZjVO3pu5xp4qH0X2cWdDN/La04woe6fg4LNSw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/clean-publish/-/clean-publish-4.3.0.tgz", + "integrity": "sha512-Nj2eWZGm2GUeC0il9iX31/jYYr4Fd/VEkUGagiIrYeGJUE+UbbUO1FPD5OkQfZndpYmHgnyXVg4aaniEL0vlNQ==", "dev": true, "requires": { "cross-spawn": "^7.0.3", - "fast-glob": "^3.2.12", - "lilconfig": "^2.1.0", + "fast-glob": "^3.3.2", + "lilconfig": "^3.1.1", "micromatch": "^4.0.5" } }, @@ -11519,9 +11522,9 @@ } }, "lilconfig": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", - "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.1.tgz", + "integrity": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==", "dev": true }, "line-column-path": {