From 52fd2117cfcb4f26a1b0ae0f7f76bdab747feda8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 05:14:51 +0000 Subject: [PATCH] build(deps): bump pacote from 17.0.7 to 18.0.3 Bumps [pacote](https://github.com/npm/pacote) from 17.0.7 to 18.0.3. - [Release notes](https://github.com/npm/pacote/releases) - [Changelog](https://github.com/npm/pacote/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/pacote/compare/v17.0.7...v18.0.3) --- updated-dependencies: - dependency-name: pacote dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- nodedevpkg/dartpkg/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodedevpkg/dartpkg/package.json b/nodedevpkg/dartpkg/package.json index da1f628..8559433 100644 --- a/nodedevpkg/dartpkg/package.json +++ b/nodedevpkg/dartpkg/package.json @@ -11,7 +11,7 @@ "cheerio": "^1.0.0-rc.12", "chalk": "^5.3.0", "commander": "^11.1.0", - "pacote": "^17.0.5", + "pacote": "^18.0.3", "globby": "^14.0.0", "js-yaml": "^4.1.0" },