From cd2b1fe7cea0011625c83f40d640aeb33043c3c3 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 00:58:55 +0000 Subject: [PATCH] feat: Upgrading fantasy-statblocks to latest --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index dc6d372..5fc528e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.138.0", "license": "ISC", "dependencies": { - "fantasy-statblocks": "^3.16.1", + "fantasy-statblocks": "^3.16.2", "initiative-tracker": "^12.4.2", "obsidian": "^1.1.1", "obsidian-dataview": "^0.4.21", @@ -70,9 +70,9 @@ "integrity": "sha512-KmJa8l6uHi1HrBI34udwlzZY1jOEuID/ft4d8BSSEdRyap7PwBEt910453PJa5MuGvxkLqlt4Uvhu7tttFHViw==" }, "node_modules/fantasy-statblocks": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/fantasy-statblocks/-/fantasy-statblocks-3.16.1.tgz", - "integrity": "sha512-ni2/Da565GNjFHDxeiy0Qry0ElmTjMGeXQjjtyd7mmJcvvak62DUHx0oZlygnaXA+Brpb2i/G7/aNn+FClVwkA==", + "version": "3.16.2", + "resolved": "https://registry.npmjs.org/fantasy-statblocks/-/fantasy-statblocks-3.16.2.tgz", + "integrity": "sha512-+GfbB/svekQi+dx5XWiI6hBcnzHpHvyYnBB+JeBmIqMOGt1ivJY7+eT7rtrHG25B2qcw5cDGFG3gkBmOxRJmLw==", "dependencies": { "yaml": "^2.1.3" } @@ -279,9 +279,9 @@ "integrity": "sha512-KmJa8l6uHi1HrBI34udwlzZY1jOEuID/ft4d8BSSEdRyap7PwBEt910453PJa5MuGvxkLqlt4Uvhu7tttFHViw==" }, "fantasy-statblocks": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/fantasy-statblocks/-/fantasy-statblocks-3.16.1.tgz", - "integrity": "sha512-ni2/Da565GNjFHDxeiy0Qry0ElmTjMGeXQjjtyd7mmJcvvak62DUHx0oZlygnaXA+Brpb2i/G7/aNn+FClVwkA==", + "version": "3.16.2", + "resolved": "https://registry.npmjs.org/fantasy-statblocks/-/fantasy-statblocks-3.16.2.tgz", + "integrity": "sha512-+GfbB/svekQi+dx5XWiI6hBcnzHpHvyYnBB+JeBmIqMOGt1ivJY7+eT7rtrHG25B2qcw5cDGFG3gkBmOxRJmLw==", "requires": { "yaml": "^2.1.3" } diff --git a/package.json b/package.json index 87f7d36..6f07452 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "", "license": "ISC", "dependencies": { - "fantasy-statblocks": "^3.16.1", + "fantasy-statblocks": "^3.16.2", "initiative-tracker": "^12.4.2", "obsidian": "^1.1.1", "obsidian-dataview": "^0.4.21",