diff --git a/.pnp.cjs b/.pnp.cjs index 32acc93..d2eaa58 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -39,7 +39,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@types/node", "npm:16.11.4"], ["@types/plist", "npm:3.0.2"], ["bplist-creator", "npm:0.1.0"], - ["bplist-parser", "npm:0.3.0"], + ["bplist-parser", "npm:0.3.1"], ["husky", "npm:7.0.4"], ["jest", "virtual:020fc7d94c59e3a3a9c7c102561baf39436220930bc71ae4b32b5080fe8189c54e6fb420af79d5d61c73eef83c6f1a6f5302cc6f1ef959b964e8f0dd7c434720#npm:27.3.1"], ["lint-staged", "npm:11.2.4"], @@ -1676,10 +1676,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }] ]], ["bplist-parser", [ - ["npm:0.3.0", { - "packageLocation": "./.yarn/cache/bplist-parser-npm-0.3.0-e49200b1f4-f1c49e4850.zip/node_modules/bplist-parser/", + ["npm:0.3.1", { + "packageLocation": "./.yarn/cache/bplist-parser-npm-0.3.1-2ca33ea639-7cabc5bead.zip/node_modules/bplist-parser/", "packageDependencies": [ - ["bplist-parser", "npm:0.3.0"], + ["bplist-parser", "npm:0.3.1"], ["big-integer", "npm:1.6.50"] ], "linkType": "HARD", @@ -5087,7 +5087,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@types/node", "npm:16.11.4"], ["@types/plist", "npm:3.0.2"], ["bplist-creator", "npm:0.1.0"], - ["bplist-parser", "npm:0.3.0"], + ["bplist-parser", "npm:0.3.1"], ["husky", "npm:7.0.4"], ["jest", "virtual:020fc7d94c59e3a3a9c7c102561baf39436220930bc71ae4b32b5080fe8189c54e6fb420af79d5d61c73eef83c6f1a6f5302cc6f1ef959b964e8f0dd7c434720#npm:27.3.1"], ["lint-staged", "npm:11.2.4"], diff --git a/.yarn/cache/bplist-parser-npm-0.3.0-e49200b1f4-f1c49e4850.zip b/.yarn/cache/bplist-parser-npm-0.3.0-e49200b1f4-f1c49e4850.zip deleted file mode 100644 index 0576084..0000000 Binary files a/.yarn/cache/bplist-parser-npm-0.3.0-e49200b1f4-f1c49e4850.zip and /dev/null differ diff --git a/.yarn/cache/bplist-parser-npm-0.3.1-2ca33ea639-7cabc5bead.zip b/.yarn/cache/bplist-parser-npm-0.3.1-2ca33ea639-7cabc5bead.zip new file mode 100644 index 0000000..495113f Binary files /dev/null and b/.yarn/cache/bplist-parser-npm-0.3.1-2ca33ea639-7cabc5bead.zip differ diff --git a/package.json b/package.json index f4117ef..1c94a06 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "bplist-creator": "0.1.0", - "bplist-parser": "0.3.0", + "bplist-parser": "0.3.1", "plist": "^3.0.5" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index dc558fd..77a4df5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1114,12 +1114,12 @@ __metadata: languageName: node linkType: hard -"bplist-parser@npm:0.3.0": - version: 0.3.0 - resolution: "bplist-parser@npm:0.3.0" +"bplist-parser@npm:0.3.1": + version: 0.3.1 + resolution: "bplist-parser@npm:0.3.1" dependencies: big-integer: 1.6.x - checksum: f1c49e4850eabda94b63a1764507cfa33c4e85f6289164964de06cb781d753cca63ccde4c2334999b6fd58ac85cab11f716a1e2fcdc31cd2213f718439c5383c + checksum: 7cabc5beadb7530f100cfdcce2b2f1d5d1674309b20f281b9b376022b2de55e86904598f1fd67254ec7f6ac1b74d67dc92c3445eb4cef5dec21c36c58d4a1106 languageName: node linkType: hard @@ -4103,7 +4103,7 @@ fsevents@^2.3.2: "@types/node": ^16.11.4 "@types/plist": ^3.0.2 bplist-creator: 0.1.0 - bplist-parser: 0.3.0 + bplist-parser: 0.3.1 husky: ^7.0.4 jest: ^27.3.1 lint-staged: ^11.2.4