From d109b37599c513bfa2546aa84d3e5570a1cf32ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 16:28:10 +0000 Subject: [PATCH] chore: bump plist from 3.1.1 to 5.0.0 Bumps [plist](https://github.com/TooTallNate/plist.js) from 3.1.1 to 5.0.0. - [Release notes](https://github.com/TooTallNate/plist.js/releases) - [Changelog](https://github.com/TooTallNate/plist.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/TooTallNate/plist.js/commits/plist@5.0.0) --- updated-dependencies: - dependency-name: plist dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d78c822b..667fbf50 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "get-package-info": "^1.0.0", "junk": "^3.1.0", "parse-author": "^2.0.0", - "plist": "^3.0.0", + "plist": "^5.0.0", "rcedit": "^2.0.0", "resolve": "^1.1.6", "semver": "^7.1.3",