⬆️(dependencies) let docx dependencies be upgraded

Blocknote seems to manage the last version of
docx, we do not have to pin it to a specific version
anymore.
This commit is contained in:
Anthony LC
2026-01-23 15:50:45 +01:00
parent 586089c8e4
commit c3e83c6612
4 changed files with 6 additions and 9 deletions

View File

@@ -43,7 +43,6 @@
"matchManagers": ["npm"],
"matchPackageNames": [
"@next/eslint-plugin-next",
"docx",
"eslint-config-next",
"fetch-mock",
"next",

View File

@@ -48,7 +48,6 @@
"clsx": "2.1.1",
"cmdk": "1.1.1",
"crisp-sdk-web": "1.0.27",
"docx": "*",
"emoji-datasource-apple": "16.0.0",
"emoji-mart": "5.6.0",
"emoji-regex": "10.6.0",

View File

@@ -35,7 +35,6 @@
"@types/node": "24.10.9",
"@types/react": "19.2.8",
"@types/react-dom": "19.2.3",
"docx": "9.5.0",
"eslint": "9.39.2",
"prosemirror-view": "1.41.4",
"react": "19.2.3",

View File

@@ -6943,7 +6943,7 @@
dependencies:
"@types/node" "*"
"@types/node@*", "@types/node@22.10.7", "@types/node@24.10.9", "@types/node@>=13.7.0", "@types/node@^22.7.5":
"@types/node@*", "@types/node@22.10.7", "@types/node@24.10.9", "@types/node@>=13.7.0", "@types/node@^24.0.1":
version "24.10.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.9.tgz#1aeb5142e4a92957489cac12b07f9c7fe26057d0"
integrity sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==
@@ -9228,12 +9228,12 @@ doctrine@^2.1.0:
dependencies:
esutils "^2.0.2"
docx@*, docx@9.5.0, docx@^9.5.1:
version "9.5.0"
resolved "https://registry.yarnpkg.com/docx/-/docx-9.5.0.tgz#586990c4ecf1c7e83290529997b33f2c029bbe68"
integrity sha512-WZggg9vVujFcTyyzfIVBBIxlCk51QvhLWl87wtI2zuBdz8C8C0mpRhEVwA2DZd7dXyY0AVejcEVDT9vn7Xm9FA==
docx@^9.5.1:
version "9.5.1"
resolved "https://registry.yarnpkg.com/docx/-/docx-9.5.1.tgz#325c9c45dccf052e5780515d6068e80fdee81960"
integrity sha512-ABDI7JEirFD2+bHhOBlsGZxaG1UgZb2M/QMKhLSDGgVNhxDesTCDcP+qoDnDGjZ4EOXTRfUjUgwHVuZ6VSTfWQ==
dependencies:
"@types/node" "^22.7.5"
"@types/node" "^24.0.1"
hash.js "^1.1.7"
jszip "^3.10.1"
nanoid "^5.1.3"