diff --git a/package-lock.json b/package-lock.json index 15137f7..7a745af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.3", "license": "MPL-2.0", "dependencies": { - "@shockpkg/plist-dom": "^3.0.2", + "@shockpkg/plist-dom": "^4.0.1", "async-exit-hook": "^2.0.1" }, "devDependencies": { @@ -2129,15 +2129,14 @@ } }, "node_modules/@shockpkg/plist-dom": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@shockpkg/plist-dom/-/plist-dom-3.0.2.tgz", - "integrity": "sha512-u9DnkjHwXUvbjQLqKDfB4BqVrB5GSlvRqUdNeKnQTLI2OS6FNrNt8XcMf0Wj7ZJ3HGqyJTEr+lbrFcTUZWUH6Q==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@shockpkg/plist-dom/-/plist-dom-4.0.1.tgz", + "integrity": "sha512-rYO/NTbkWVzBP1QzdbrtFYUCBnyHjmPB9buqCef9AMeG9XrWZorVzHRIuDqwLQ5ggBCK90VBIio8NQLkyl4PmQ==", "dependencies": { - "@xmldom/xmldom": "^0.8.5", - "entities": "^4.4.0" + "@xmldom/xmldom": "^0.8.10" }, "engines": { - "node": ">=14.15.0" + "node": ">=18.12.0" } }, "node_modules/@types/async-exit-hook": { @@ -3084,17 +3083,6 @@ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, - "node_modules/entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, "node_modules/es-abstract": { "version": "1.22.2", "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.2.tgz", @@ -7291,12 +7279,11 @@ "optional": true }, "@shockpkg/plist-dom": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@shockpkg/plist-dom/-/plist-dom-3.0.2.tgz", - "integrity": "sha512-u9DnkjHwXUvbjQLqKDfB4BqVrB5GSlvRqUdNeKnQTLI2OS6FNrNt8XcMf0Wj7ZJ3HGqyJTEr+lbrFcTUZWUH6Q==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@shockpkg/plist-dom/-/plist-dom-4.0.1.tgz", + "integrity": "sha512-rYO/NTbkWVzBP1QzdbrtFYUCBnyHjmPB9buqCef9AMeG9XrWZorVzHRIuDqwLQ5ggBCK90VBIio8NQLkyl4PmQ==", "requires": { - "@xmldom/xmldom": "^0.8.5", - "entities": "^4.4.0" + "@xmldom/xmldom": "^0.8.10" } }, "@types/async-exit-hook": { @@ -7947,11 +7934,6 @@ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, - "entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" - }, "es-abstract": { "version": "1.22.2", "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.2.tgz", diff --git a/package.json b/package.json index feac6ad..3fe94e1 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "typescript": "^5.2.2" }, "dependencies": { - "@shockpkg/plist-dom": "^3.0.2", + "@shockpkg/plist-dom": "^4.0.1", "async-exit-hook": "^2.0.1" } }