From 0bed3812a702332dfdd528d2309fb7a1ad08ba87 Mon Sep 17 00:00:00 2001 From: 0xZensh Date: Fri, 1 Sep 2023 22:31:44 +0800 Subject: [PATCH] Update dependencies. --- package.json | 104 +++--- pnpm-lock.yaml | 973 +++++++++++++++++++++++++------------------------ 2 files changed, 539 insertions(+), 538 deletions(-) diff --git a/package.json b/package.json index 7a549d8..da238d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webscraper", - "version": "0.5.5", + "version": "0.5.6", "description": "", "private": true, "main": "dist/main.js", @@ -26,60 +26,60 @@ }, "homepage": "https://github.com/yiwen-ai/webscraper#readme", "dependencies": { - "@crawlee/core": "^3.5.1", + "@crawlee/core": "^3.5.3", "@koa/router": "^12.0.0", - "@tiptap-pro/extension-details": "2.1.0", - "@tiptap-pro/extension-details-content": "2.1.0", - "@tiptap-pro/extension-details-summary": "2.1.0", - "@tiptap-pro/extension-emoji": "2.1.0", - "@tiptap-pro/extension-mathematics": "2.1.0", - "@tiptap-pro/extension-unique-id": "2.1.0", - "@tiptap/core": "2.1.6", - "@tiptap/extension-blockquote": "2.1.6", - "@tiptap/extension-bold": "2.1.6", - "@tiptap/extension-code": "2.1.6", - "@tiptap/extension-code-block": "2.1.6", - "@tiptap/extension-color": "2.1.6", - "@tiptap/extension-document": "2.1.6", - "@tiptap/extension-font-family": "2.1.6", - "@tiptap/extension-hard-break": "2.1.6", - "@tiptap/extension-heading": "2.1.6", - "@tiptap/extension-horizontal-rule": "2.1.6", - "@tiptap/extension-image": "2.1.6", - "@tiptap/extension-italic": "2.1.6", - "@tiptap/extension-link": "2.1.6", - "@tiptap/extension-list-item": "2.1.6", - "@tiptap/extension-mention": "2.1.6", - "@tiptap/extension-ordered-list": "2.1.6", - "@tiptap/extension-paragraph": "2.1.6", - "@tiptap/extension-subscript": "2.1.6", - "@tiptap/extension-superscript": "2.1.6", - "@tiptap/extension-table": "2.1.6", - "@tiptap/extension-table-cell": "2.1.6", - "@tiptap/extension-table-header": "2.1.6", - "@tiptap/extension-table-row": "2.1.6", - "@tiptap/extension-task-item": "2.1.6", - "@tiptap/extension-task-list": "2.1.6", - "@tiptap/extension-text": "2.1.6", - "@tiptap/extension-text-align": "2.1.6", - "@tiptap/extension-text-style": "2.1.6", - "@tiptap/extension-typography": "2.1.6", - "@tiptap/extension-underline": "2.1.6", - "@tiptap/extension-youtube": "2.1.6", - "@tiptap/html": "2.1.6", - "@tiptap/pm": "2.1.6", + "@tiptap-pro/extension-details": "2.2.1", + "@tiptap-pro/extension-details-content": "2.2.1", + "@tiptap-pro/extension-details-summary": "2.2.1", + "@tiptap-pro/extension-emoji": "2.2.1", + "@tiptap-pro/extension-mathematics": "2.2.1", + "@tiptap-pro/extension-unique-id": "2.2.1", + "@tiptap/core": "2.1.7", + "@tiptap/extension-blockquote": "2.1.7", + "@tiptap/extension-bold": "2.1.7", + "@tiptap/extension-code": "2.1.7", + "@tiptap/extension-code-block": "2.1.7", + "@tiptap/extension-color": "2.1.7", + "@tiptap/extension-document": "2.1.7", + "@tiptap/extension-font-family": "2.1.7", + "@tiptap/extension-hard-break": "2.1.7", + "@tiptap/extension-heading": "2.1.7", + "@tiptap/extension-horizontal-rule": "2.1.7", + "@tiptap/extension-image": "2.1.7", + "@tiptap/extension-italic": "2.1.7", + "@tiptap/extension-link": "2.1.7", + "@tiptap/extension-list-item": "2.1.7", + "@tiptap/extension-mention": "2.1.7", + "@tiptap/extension-ordered-list": "2.1.7", + "@tiptap/extension-paragraph": "2.1.7", + "@tiptap/extension-subscript": "2.1.7", + "@tiptap/extension-superscript": "2.1.7", + "@tiptap/extension-table": "2.1.7", + "@tiptap/extension-table-cell": "2.1.7", + "@tiptap/extension-table-header": "2.1.7", + "@tiptap/extension-table-row": "2.1.7", + "@tiptap/extension-task-item": "2.1.7", + "@tiptap/extension-task-list": "2.1.7", + "@tiptap/extension-text": "2.1.7", + "@tiptap/extension-text-align": "2.1.7", + "@tiptap/extension-text-style": "2.1.7", + "@tiptap/extension-typography": "2.1.7", + "@tiptap/extension-underline": "2.1.7", + "@tiptap/extension-youtube": "2.1.7", + "@tiptap/html": "2.1.7", + "@tiptap/pm": "2.1.7", "cassandra-driver": "^4.6.4", - "cborg": "^2.0.4", + "cborg": "^2.0.5", "cheerio": "1.0.0-rc.12", "config": "^3.3.9", "content-type": "^1.0.5", - "crawlee": "^3.5.1", + "crawlee": "^3.5.3", "http-errors": "^2.0.0", "koa": "^2.14.2", "long": "^5.2.3", - "marked": "^7.0.3", + "marked": "^7.0.5", "nanoid": "^4.0.2", - "pdfjs-dist": "^3.9.179", + "pdfjs-dist": "^3.10.111", "playwright": "^1.37.1", "prosemirror-model": "^1.19.3", "raw-body": "^2.5.2", @@ -94,13 +94,13 @@ "@types/katex": "^0.16.2", "@types/koa": "^2.13.8", "@types/koa__router": "^12.0.0", - "@types/node": "^18.17.6", - "@types/uuid": "^9.0.2", - "@typescript-eslint/eslint-plugin": "^6.4.0", - "@typescript-eslint/parser": "^6.4.0", - "eslint": "^8.47.0", + "@types/node": "^18.17.12", + "@types/uuid": "^9.0.3", + "@typescript-eslint/eslint-plugin": "^6.5.0", + "@typescript-eslint/parser": "^6.5.0", + "eslint": "^8.48.0", "node-fetch": "^3.3.2", "tsup": "^7.2.0", - "typescript": "^5.1.6" + "typescript": "^5.2.2" } } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ba20c10..4bbe228 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,137 +6,137 @@ settings: dependencies: '@crawlee/core': - specifier: ^3.5.1 - version: 3.5.1 + specifier: ^3.5.3 + version: 3.5.3 '@koa/router': specifier: ^12.0.0 version: 12.0.0 '@tiptap-pro/extension-details': - specifier: 2.1.0 - version: 2.1.0(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6) + specifier: 2.2.1 + version: 2.2.1(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7) '@tiptap-pro/extension-details-content': - specifier: 2.1.0 - version: 2.1.0(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6) + specifier: 2.2.1 + version: 2.2.1(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7) '@tiptap-pro/extension-details-summary': - specifier: 2.1.0 - version: 2.1.0(@tiptap/core@2.1.6) + specifier: 2.2.1 + version: 2.2.1(@tiptap/core@2.1.7) '@tiptap-pro/extension-emoji': - specifier: 2.1.0 - version: 2.1.0(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6)(@tiptap/suggestion@2.1.6)(emojibase@15.0.0) + specifier: 2.2.1 + version: 2.2.1(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7)(@tiptap/suggestion@2.1.7)(emojibase@15.0.0) '@tiptap-pro/extension-mathematics': - specifier: 2.1.0 - version: 2.1.0(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6)(katex@0.16.8) + specifier: 2.2.1 + version: 2.2.1(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7)(katex@0.16.8) '@tiptap-pro/extension-unique-id': - specifier: 2.1.0 - version: 2.1.0(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6) + specifier: 2.2.1 + version: 2.2.1(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7) '@tiptap/core': - specifier: 2.1.6 - version: 2.1.6(@tiptap/pm@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/pm@2.1.7) '@tiptap/extension-blockquote': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-bold': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-code': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-code-block': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7) '@tiptap/extension-color': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6)(@tiptap/extension-text-style@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7)(@tiptap/extension-text-style@2.1.7) '@tiptap/extension-document': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-font-family': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6)(@tiptap/extension-text-style@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7)(@tiptap/extension-text-style@2.1.7) '@tiptap/extension-hard-break': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-heading': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-horizontal-rule': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7) '@tiptap/extension-image': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-italic': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-link': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7) '@tiptap/extension-list-item': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-mention': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6)(@tiptap/suggestion@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7)(@tiptap/suggestion@2.1.7) '@tiptap/extension-ordered-list': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-paragraph': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-subscript': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-superscript': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-table': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7) '@tiptap/extension-table-cell': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-table-header': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-table-row': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-task-item': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7) '@tiptap/extension-task-list': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-text': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-text-align': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-text-style': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-typography': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-underline': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/extension-youtube': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7) '@tiptap/html': - specifier: 2.1.6 - version: 2.1.6(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6) + specifier: 2.1.7 + version: 2.1.7(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7) '@tiptap/pm': - specifier: 2.1.6 - version: 2.1.6 + specifier: 2.1.7 + version: 2.1.7 cassandra-driver: specifier: ^4.6.4 version: 4.6.4 cborg: - specifier: ^2.0.4 - version: 2.0.4 + specifier: ^2.0.5 + version: 2.0.5 cheerio: specifier: 1.0.0-rc.12 version: 1.0.0-rc.12 @@ -147,8 +147,8 @@ dependencies: specifier: ^1.0.5 version: 1.0.5 crawlee: - specifier: ^3.5.1 - version: 3.5.1(playwright@1.37.1) + specifier: ^3.5.3 + version: 3.5.3(playwright@1.37.1) http-errors: specifier: ^2.0.0 version: 2.0.0 @@ -159,14 +159,14 @@ dependencies: specifier: ^5.2.3 version: 5.2.3 marked: - specifier: ^7.0.3 - version: 7.0.3 + specifier: ^7.0.5 + version: 7.0.5 nanoid: specifier: ^4.0.2 version: 4.0.2 pdfjs-dist: - specifier: ^3.9.179 - version: 3.9.179 + specifier: ^3.10.111 + version: 3.10.111 playwright: specifier: ^1.37.1 version: 1.37.1 @@ -206,29 +206,29 @@ devDependencies: specifier: ^12.0.0 version: 12.0.0 '@types/node': - specifier: ^18.17.6 - version: 18.17.6 + specifier: ^18.17.12 + version: 18.17.12 '@types/uuid': - specifier: ^9.0.2 - version: 9.0.2 + specifier: ^9.0.3 + version: 9.0.3 '@typescript-eslint/eslint-plugin': - specifier: ^6.4.0 - version: 6.4.0(@typescript-eslint/parser@6.4.0)(eslint@8.47.0)(typescript@5.1.6) + specifier: ^6.5.0 + version: 6.5.0(@typescript-eslint/parser@6.5.0)(eslint@8.48.0)(typescript@5.2.2) '@typescript-eslint/parser': - specifier: ^6.4.0 - version: 6.4.0(eslint@8.47.0)(typescript@5.1.6) + specifier: ^6.5.0 + version: 6.5.0(eslint@8.48.0)(typescript@5.2.2) eslint: - specifier: ^8.47.0 - version: 8.47.0 + specifier: ^8.48.0 + version: 8.48.0 node-fetch: specifier: ^3.3.2 version: 3.3.2 tsup: specifier: ^7.2.0 - version: 7.2.0(typescript@5.1.6) + version: 7.2.0(typescript@5.2.2) typescript: - specifier: ^5.1.6 - version: 5.1.6 + specifier: ^5.2.2 + version: 5.2.2 packages: @@ -271,36 +271,36 @@ packages: resolution: {integrity: sha512-jLwg4vC1hHsU1UWbwO5suYFGPBANPy5Dovc6P9y56TZ1B2RsRYjfDaX3BdfaAa6E2akib19EinF9EjuN13m5AA==} dev: false - /@apify/utilities@2.8.0: - resolution: {integrity: sha512-SIz7hqP+vm5OOuVANFJVddxYt0q+HcS0p+Ddt0R+8euz3vljbkfKoU5mpsxCpcIBIb+aLkxQXp8LEzCOzTaleA==} + /@apify/utilities@2.9.0: + resolution: {integrity: sha512-wTvUq81vQVP2K101N031Nt8XWxiGYRW99kEmnR0nr2FgetvWAEnLuxTqYOgQNdugx8R08N8SAKszxi32varRAA==} dependencies: '@apify/consts': 2.20.0 '@apify/log': 2.4.0 dev: false - /@crawlee/basic@3.5.1: - resolution: {integrity: sha512-F4EFfY5Usl1MaZ7YUqnjm4SNhFSY+4a0Agy89AA/Ijd+f6x5oXn6L36ktEfmaB81dgaH9Jl+zMpF7nIcqyCxLg==} + /@crawlee/basic@3.5.3: + resolution: {integrity: sha512-v+i5A9dQI5/7Xl5JgenjgDuaLm1xz4GNUktPM7DAPvS00kg2fIpOhoFkGTFdKuasc2tBfsgyt16pj504mler3w==} engines: {node: '>=16.0.0'} dependencies: '@apify/log': 2.4.0 '@apify/timeout': 0.3.0 - '@apify/utilities': 2.8.0 - '@crawlee/core': 3.5.1 - '@crawlee/types': 3.5.1 - '@crawlee/utils': 3.5.1 + '@apify/utilities': 2.9.0 + '@crawlee/core': 3.5.3 + '@crawlee/types': 3.5.3 + '@crawlee/utils': 3.5.3 got-scraping: 3.2.15 ow: 0.28.2 tldts: 6.0.14 tslib: 2.6.2 - type-fest: 4.2.0 + type-fest: 4.3.1 dev: false - /@crawlee/browser-pool@3.5.1(playwright@1.37.1): - resolution: {integrity: sha512-VM5b2PGCvVlMudLEh1k6j+Fr0tWIoaTUSTGQmH7B4laPfxlbOH+VwwR4rtXjhWswKtjq2SBTgpPFz50Fo5m3dA==} + /@crawlee/browser-pool@3.5.3(playwright@1.37.1): + resolution: {integrity: sha512-e5DnB2DSoe98wTbKnBBb4cAoNLrSFDGpavGGC3Gcz6JL9V7TelIU1cz2T0RhNT07kxM++8niSkJb6sB2pfR/pw==} engines: {node: '>=16.0.0'} peerDependencies: playwright: <= 2.x - puppeteer: <= 21.0 + puppeteer: <= 21.1 peerDependenciesMeta: playwright: optional: true @@ -309,7 +309,8 @@ packages: dependencies: '@apify/log': 2.4.0 '@apify/timeout': 0.3.0 - '@crawlee/types': 3.5.1 + '@crawlee/core': 3.5.3 + '@crawlee/types': 3.5.3 fingerprint-generator: 2.1.38 fingerprint-injector: 2.1.38(playwright@1.37.1) lodash.merge: 4.6.2 @@ -323,15 +324,15 @@ packages: tslib: 2.6.2 dev: false - /@crawlee/browser@3.5.1(playwright@1.37.1): - resolution: {integrity: sha512-3q8B5UYOuuQLdvzwOOtMGuVvkRDjAvhY2T4wcB2ObNVw6PRifq5+GEihRhW2RzAjBYE/jDgT0GLvz1nVrRZTMQ==} + /@crawlee/browser@3.5.3(playwright@1.37.1): + resolution: {integrity: sha512-eLjxQGTSCoZG1rEurgn8ypDZMdBnlpjIxq7NAEDerr/ahcw7aAdG4wCKeJQmTHQkbc/M6sv7Y/4ZtVPBsLS5Xg==} engines: {node: '>=16.0.0'} dependencies: '@apify/timeout': 0.3.0 - '@crawlee/basic': 3.5.1 - '@crawlee/browser-pool': 3.5.1(playwright@1.37.1) - '@crawlee/types': 3.5.1 - '@crawlee/utils': 3.5.1 + '@crawlee/basic': 3.5.3 + '@crawlee/browser-pool': 3.5.3(playwright@1.37.1) + '@crawlee/types': 3.5.3 + '@crawlee/utils': 3.5.3 ow: 0.28.2 tslib: 2.6.2 transitivePeerDependencies: @@ -339,23 +340,23 @@ packages: - puppeteer dev: false - /@crawlee/cheerio@3.5.1: - resolution: {integrity: sha512-HRU6iwLTSpc7hG/oY6zIf9RMiMGtlCmQOfmjjekgLc9v8RVZvMJHiUxUVro9QbEcqabjq40XiDKdZxseYaQH3g==} + /@crawlee/cheerio@3.5.3: + resolution: {integrity: sha512-MEjmO+S8VD3k2OiazIufCY6rGc9ZspAGh+hBdjDaQWdSV+tbqoVZSrDlJ8sSa17WLZW2jd6CqWnVVrC5pO3DgA==} engines: {node: '>=16.0.0'} dependencies: - '@crawlee/http': 3.5.1 - '@crawlee/types': 3.5.1 + '@crawlee/http': 3.5.3 + '@crawlee/types': 3.5.3 cheerio: 1.0.0-rc.12 htmlparser2: 9.0.0 tslib: 2.6.2 dev: false - /@crawlee/cli@3.5.1: - resolution: {integrity: sha512-jGokUD0WcJvpKpHlZj+jyeTJ/RaG/ty4aE5nsrZyijfDyWQENMgSh4dBzdpTrud6CKhgb0+h1nhhp6ZgrI1qgA==} + /@crawlee/cli@3.5.3: + resolution: {integrity: sha512-JZbs4rMQUY9NpwKvNeLYKyOPLC2Y8agT2OBj9bP6yw7py0EsooH7dzb8s8WV9yZ4qTFwfbjLGlxTghIt5h3oug==} engines: {node: '>=16.0.0'} hasBin: true dependencies: - '@crawlee/templates': 3.5.1 + '@crawlee/templates': 3.5.3 ansi-colors: 4.1.3 fs-extra: 11.1.1 inquirer: 8.2.6 @@ -364,8 +365,8 @@ packages: yargs: 17.7.2 dev: false - /@crawlee/core@3.5.1: - resolution: {integrity: sha512-QZZxuzXJUpfVBe12H6gOT0oz2klElLAHgKmJI5Fagp2rwXx91C3TN2UYuiTzySroNEkQBVdqZ0z1EoVnBiGmxA==} + /@crawlee/core@3.5.3: + resolution: {integrity: sha512-Op205BF+w7ToM83qlqrWFMtsHN810e8XjSGUSIPbyuYikGU5UijRhfFhhCZYaMzm/5kviD5XnDP6VIF7ZPrY+w==} engines: {node: '>=16.0.0'} dependencies: '@apify/consts': 2.20.0 @@ -373,14 +374,14 @@ packages: '@apify/log': 2.4.0 '@apify/pseudo_url': 2.0.30 '@apify/timeout': 0.3.0 - '@apify/utilities': 2.8.0 - '@crawlee/memory-storage': 3.5.1 - '@crawlee/types': 3.5.1 - '@crawlee/utils': 3.5.1 + '@apify/utilities': 2.9.0 + '@crawlee/memory-storage': 3.5.3 + '@crawlee/types': 3.5.3 + '@crawlee/utils': 3.5.3 '@sapphire/async-queue': 1.5.0 '@types/tough-cookie': 4.0.2 '@vladfrangu/async_event_emitter': 2.2.2 - csv-stringify: 6.4.0 + csv-stringify: 6.4.2 fs-extra: 11.1.1 json5: 2.2.3 minimatch: 9.0.3 @@ -390,18 +391,18 @@ packages: tldts: 6.0.14 tough-cookie: 4.1.3 tslib: 2.6.2 - type-fest: 4.2.0 + type-fest: 4.3.1 dev: false - /@crawlee/http@3.5.1: - resolution: {integrity: sha512-m+jqBwBWEUm3XxuaS0NygYUgzJcxOd9yZTyxXxv+ijYijhKYTIPcZ/m5NL9DaxCpdy3u0mq/gAi9L5jAtFVYCg==} + /@crawlee/http@3.5.3: + resolution: {integrity: sha512-oT+llDqG5HKvJvBvVgSaJpIH5sQvoaRqrBmhB0GR1XeJ1nrcH+2iwAjQJtqDL+SVPQZyeDYiYCcRgV0H8ZAvbQ==} engines: {node: '>=16.0.0'} dependencies: '@apify/timeout': 0.3.0 - '@apify/utilities': 2.8.0 - '@crawlee/basic': 3.5.1 - '@crawlee/types': 3.5.1 - '@crawlee/utils': 3.5.1 + '@apify/utilities': 2.9.0 + '@crawlee/basic': 3.5.3 + '@crawlee/types': 3.5.3 + '@crawlee/utils': 3.5.3 '@types/content-type': 1.1.5 cheerio: 1.0.0-rc.12 content-type: 1.0.5 @@ -410,18 +411,18 @@ packages: mime-types: 2.1.35 ow: 0.28.2 tslib: 2.6.2 - type-fest: 4.2.0 + type-fest: 4.3.1 dev: false - /@crawlee/jsdom@3.5.1: - resolution: {integrity: sha512-nyDtcq8hzXFpiMYXtHZ0EnremM26qly5oDxfsR+rOOEHs9qopAM/LXJVmLFikgigqHUzt0ZyIvwK6WwYty0NpQ==} + /@crawlee/jsdom@3.5.3: + resolution: {integrity: sha512-K9jCRAQ72BUhAEvVA/lMCF6HUFyGaPeEc7zafainlJhIw/R0LNC9YyhAyMGtkoPqBevV4ah4Jz29kiDXoc3Uew==} engines: {node: '>=16.0.0'} dependencies: '@apify/timeout': 0.3.0 - '@apify/utilities': 2.8.0 - '@crawlee/http': 3.5.1 - '@crawlee/types': 3.5.1 - '@types/jsdom': 21.1.1 + '@apify/utilities': 2.9.0 + '@crawlee/http': 3.5.3 + '@crawlee/types': 3.5.3 + '@types/jsdom': 21.1.2 cheerio: 1.0.0-rc.12 jsdom: 22.1.0 ow: 0.28.2 @@ -433,25 +434,25 @@ packages: - utf-8-validate dev: false - /@crawlee/linkedom@3.5.1: - resolution: {integrity: sha512-WB7zxGbQ7NoMkjgVbgufcjVdogeKx9N/ys0VCNMXsYkVAwPcSlkHiKAi1dCGYoI6r/ePrWHLmTmgtxD7CbXtVQ==} + /@crawlee/linkedom@3.5.3: + resolution: {integrity: sha512-xAhvRT3iiKesrAYQ5mzRtzKqQI/2oq4MFOyU1E1IqyXaSYgWKAiO+ezcBye1ePM3dzbeJQHiQohc7xN3KpxQbg==} engines: {node: '>=16.0.0'} dependencies: '@apify/timeout': 0.3.0 - '@apify/utilities': 2.8.0 - '@crawlee/http': 3.5.1 - '@crawlee/types': 3.5.1 - linkedom: 0.15.1 + '@apify/utilities': 2.9.0 + '@crawlee/http': 3.5.3 + '@crawlee/types': 3.5.3 + linkedom: 0.15.2 ow: 0.28.2 tslib: 2.6.2 dev: false - /@crawlee/memory-storage@3.5.1: - resolution: {integrity: sha512-D6ovoNZuROzLdp1lpzxOCyosBddoahDiWiC9uzmHycroCo0mHw/mZ0nfM0QE9+phiIcUZMySHnIknVVduITXEw==} + /@crawlee/memory-storage@3.5.3: + resolution: {integrity: sha512-Q+8uKqmp5ogz+So88XZIN4ZnpDaN03Ug6BF9bddzxW6GlRkcBoXgEOCVCqxCxx4sygZ6l7uZ6MD25Fyn9ur+FQ==} engines: {node: '>= 16'} dependencies: '@apify/log': 2.4.0 - '@crawlee/types': 3.5.1 + '@crawlee/types': 3.5.3 '@sapphire/async-queue': 1.5.0 '@sapphire/shapeshift': 3.9.2 content-type: 1.0.5 @@ -462,8 +463,8 @@ packages: tslib: 2.6.2 dev: false - /@crawlee/playwright@3.5.1(playwright@1.37.1): - resolution: {integrity: sha512-4TNa+cBCcTmfWPu/zh1HADVSMX2NbcbOC1jpBhGajJgZNBhLcu6RHDIDuwAlXDJqbd7J6yS8mAD9GIm1vlEEEA==} + /@crawlee/playwright@3.5.3(playwright@1.37.1): + resolution: {integrity: sha512-X5K40bC2fj2vKCsten6sRTUbLrpF2YodKy1VhcobBO3ZwQUpFMzerstCOg2zKYGOWk1h/Zlazqdb1jkCP+xvcw==} engines: {node: '>=16.0.0'} peerDependencies: playwright: <= 2.x @@ -473,13 +474,13 @@ packages: dependencies: '@apify/datastructures': 2.0.0 '@apify/log': 2.4.0 - '@crawlee/browser': 3.5.1(playwright@1.37.1) - '@crawlee/browser-pool': 3.5.1(playwright@1.37.1) - '@crawlee/types': 3.5.1 - '@crawlee/utils': 3.5.1 + '@crawlee/browser': 3.5.3(playwright@1.37.1) + '@crawlee/browser-pool': 3.5.3(playwright@1.37.1) + '@crawlee/types': 3.5.3 + '@crawlee/utils': 3.5.3 cheerio: 1.0.0-rc.12 idcac-playwright: 0.1.2 - jquery: 3.7.0 + jquery: 3.7.1 ow: 0.28.2 playwright: 1.37.1 tslib: 2.6.2 @@ -487,33 +488,33 @@ packages: - puppeteer dev: false - /@crawlee/puppeteer@3.5.1(playwright@1.37.1): - resolution: {integrity: sha512-uasWwB+Bt3Z5nCUqYpwm0BMBVkqpWWXEOU9WjVTp25mwneyYIcku6l6T/hFW4fc7wh+kX45KTXzPszSfPbh6OQ==} + /@crawlee/puppeteer@3.5.3(playwright@1.37.1): + resolution: {integrity: sha512-A9MG6v5DOGCBlxbIVrDri8hnR0HmyKhPGsykFoZDqoZ6DekJ7uP4IcxEFNIu+/W3czDKt9CStc7KXvaDc6244Q==} engines: {node: '>=16.0.0'} peerDependencies: - puppeteer: <= 21.0 + puppeteer: <= 21.1 peerDependenciesMeta: puppeteer: optional: true dependencies: '@apify/datastructures': 2.0.0 '@apify/log': 2.4.0 - '@crawlee/browser': 3.5.1(playwright@1.37.1) - '@crawlee/browser-pool': 3.5.1(playwright@1.37.1) - '@crawlee/types': 3.5.1 - '@crawlee/utils': 3.5.1 + '@crawlee/browser': 3.5.3(playwright@1.37.1) + '@crawlee/browser-pool': 3.5.3(playwright@1.37.1) + '@crawlee/types': 3.5.3 + '@crawlee/utils': 3.5.3 cheerio: 1.0.0-rc.12 - devtools-protocol: 0.0.1182435 + devtools-protocol: 0.0.1191157 idcac-playwright: 0.1.2 - jquery: 3.7.0 + jquery: 3.7.1 ow: 0.28.2 tslib: 2.6.2 transitivePeerDependencies: - playwright dev: false - /@crawlee/templates@3.5.1: - resolution: {integrity: sha512-Sx8oL+W2m3pgrQ+KKZv33KhHpc1LwLDXgwvi/VFFS6O5KvxR9/G8H63PyhPi1rNVK3hQymceRtNeDq0A+5+Ohw==} + /@crawlee/templates@3.5.3: + resolution: {integrity: sha512-xFs1xzpNrXLwzn7A5n4ZjWCVAaf8riVopSIQUyuA6Kr8ivYXtDixmAOLjRLaNPhohuS8B5VUuDe1WD6ER0Kqcw==} engines: {node: '>=16.0.0'} dependencies: ansi-colors: 4.1.3 @@ -523,20 +524,20 @@ packages: yargs: 17.7.2 dev: false - /@crawlee/types@3.5.1: - resolution: {integrity: sha512-/2npzLJSrHZfO0s9Gbj77iuofZEyc+Wc7YAS0aJ5Jxq0Hgfh3vbGiA5ULZ5pxSTdcT+2tDnDYSKW+iswQ7+P1A==} + /@crawlee/types@3.5.3: + resolution: {integrity: sha512-hlhzCPeB6nBRXQuun7fLxbnVb05bZ70EqJ07ZHRVffrY17HlLcRWzJSfoyCGyo6DEAM2XDYg2CmagYcgZIT6qQ==} engines: {node: '>=16.0.0'} dependencies: tslib: 2.6.2 dev: false - /@crawlee/utils@3.5.1: - resolution: {integrity: sha512-MQ5uDKZAqyFgR14eYFntgOFWVNYshsVzaxjQGhT9DKOBzW5yPDCIiFpZ+ZPrxuD3x9SZAVw6DaGi2VmeaJpH0g==} + /@crawlee/utils@3.5.3: + resolution: {integrity: sha512-iJfIi0keMF860P0nnxdhRXa+NVWv5tqN4GyOowK1P7UEGZkroZ2H0fHiQw+Wnd7HWoSjdrJNM+zoF1RBn1j9GA==} engines: {node: '>=16.0.0'} dependencies: '@apify/log': 2.4.0 '@apify/ps-tree': 1.2.0 - '@crawlee/types': 3.5.1 + '@crawlee/types': 3.5.3 cheerio: 1.0.0-rc.12 got-scraping: 3.2.15 ow: 0.28.2 @@ -741,18 +742,18 @@ packages: dev: true optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.47.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.48.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.47.0 + eslint: 8.48.0 eslint-visitor-keys: 3.4.3 dev: true - /@eslint-community/regexpp@4.6.2: - resolution: {integrity: sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==} + /@eslint-community/regexpp@4.8.0: + resolution: {integrity: sha512-JylOEEzDiOryeUnFbQz+oViCXS0KsvR1mvHkoMiu5+UiBvy+RYX7tzlIIIEstF/gVa2tj9AQXk3dgnxv6KxhFg==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: true @@ -773,13 +774,13 @@ packages: - supports-color dev: true - /@eslint/js@8.47.0: - resolution: {integrity: sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og==} + /@eslint/js@8.48.0: + resolution: {integrity: sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@humanwhocodes/config-array@0.11.10: - resolution: {integrity: sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==} + /@humanwhocodes/config-array@0.11.11: + resolution: {integrity: sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 @@ -851,7 +852,7 @@ packages: detect-libc: 2.0.2 https-proxy-agent: 5.0.1 make-dir: 3.1.0 - node-fetch: 2.6.13 + node-fetch: 2.7.0 nopt: 5.0.0 npmlog: 5.0.1 rimraf: 3.0.2 @@ -937,44 +938,44 @@ packages: defer-to-connect: 2.0.1 dev: false - /@tiptap-pro/extension-details-content@2.1.0(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6): - resolution: {integrity: sha512-xCv+0huKfCXvLMM8Cp6cG5XJ8RNoYJ9EiIEfzZNuo7BeAcP61yyWmfFQv3NgZXi1IWHIJO27ZF+ED7+9iXgucA==} + /@tiptap-pro/extension-details-content@2.2.1(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7): + resolution: {integrity: sha512-uoP2+bVcnsusJ2DINY0D1SAkT6QJFmjDhKcWJxklJK48x607jebABvUtRFHqATYcMTER8PQo4KKgKHgv+4ro3w==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) - '@tiptap/pm': 2.1.6 + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) + '@tiptap/pm': 2.1.7 dev: false - /@tiptap-pro/extension-details-summary@2.1.0(@tiptap/core@2.1.6): - resolution: {integrity: sha512-oCWLS6RM9w4r365XCwdoMTnuOOPmHXAKWrGOHREtVy8GZTlF3ZtABrrj0MKVjN86bMlaLhQanOLvLZdjfk2T8g==} + /@tiptap-pro/extension-details-summary@2.2.1(@tiptap/core@2.1.7): + resolution: {integrity: sha512-vIFllWLRoHKtaQIzBSOf8cowHd0SbMSMH60mOXnb+gSHjgo0HB4HDKWAUm5YQnlbGDb5aJsERmrcKGqVk4qEdQ==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap-pro/extension-details@2.1.0(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6): - resolution: {integrity: sha512-/86vHBBvuiZEOS0UM+52W3d3XYaz6iGukI7D6UtLoK2F8r8LTu0CY3J+ENa4epF5EWARblHOj5oxBAY86WAXHA==} + /@tiptap-pro/extension-details@2.2.1(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7): + resolution: {integrity: sha512-pRqQ6FXpMDCvirfOKUiiRw/RIf7xhZUbZYxXk8YeiQDpyT2AqyU0Mi21cCtt73GyBUg1pRMvTY4nYyCtle0cQg==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) - '@tiptap/pm': 2.1.6 + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) + '@tiptap/pm': 2.1.7 dev: false - /@tiptap-pro/extension-emoji@2.1.0(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6)(@tiptap/suggestion@2.1.6)(emojibase@15.0.0): - resolution: {integrity: sha512-3InyB750s2c/FJYOAqKCOQsuPHrwdy2y9rUw50Z3qf6P0BuUr7V1XwHeupiyddd8oF+++v70PTh9TCPKe3xH/A==} + /@tiptap-pro/extension-emoji@2.2.1(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7)(@tiptap/suggestion@2.1.7)(emojibase@15.0.0): + resolution: {integrity: sha512-S6NmRJ3anzn8QTqfpDaYvnQwGb6so+k0yXshCciOR7ivlb8Uj3QZuB8Tx31XDwmbc5a4pr+9rBVZbDTwgEUM6Q==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 '@tiptap/suggestion': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) - '@tiptap/pm': 2.1.6 - '@tiptap/suggestion': 2.1.6(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) + '@tiptap/pm': 2.1.7 + '@tiptap/suggestion': 2.1.7(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7) emoji-regex: 10.2.1 emojibase-data: 7.0.1(emojibase@15.0.0) is-emoji-supported: 0.0.5 @@ -982,317 +983,317 @@ packages: - emojibase dev: false - /@tiptap-pro/extension-mathematics@2.1.0(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6)(katex@0.16.8): - resolution: {integrity: sha512-H3aVZ6LqJa6QIN39aSbzPktWa5CYCH+5bxBkXRAO4LwuDXZunv/oTkWVLJhzBVNLxnGFwYues+WS1Fc2JXh23w==} + /@tiptap-pro/extension-mathematics@2.2.1(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7)(katex@0.16.8): + resolution: {integrity: sha512-JfUZLa+ohTldqFyJRgcO6+4KYDSvB2KKcJxfXRSjco/YC2TBzb93I/KILq7xSDDPpQawQqQ5Gs65CUbypsa46A==} peerDependencies: '@tiptap/core': ^2.0.0-beta.218 '@tiptap/pm': ^2.0.0-beta.218 katex: ^0.16.4 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) - '@tiptap/pm': 2.1.6 + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) + '@tiptap/pm': 2.1.7 katex: 0.16.8 dev: false - /@tiptap-pro/extension-unique-id@2.1.0(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6): - resolution: {integrity: sha512-RdkDqFV0adN/NXJ31I64mD3VmoGhQfNMmOyF5X92fbIymHaonAGzDeoXoindd+6MUUd6e3cm75x5VQLdsddG4Q==} + /@tiptap-pro/extension-unique-id@2.2.1(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7): + resolution: {integrity: sha512-B0GNLrWDVcfhbUOOi/lJfow6I4Y8xwJYXnSlhAENnGgOGERjinY1J5nZaR5dDMu1chcJYqAt3I7vkVLA/UMwmQ==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) - '@tiptap/pm': 2.1.6 + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) + '@tiptap/pm': 2.1.7 uuid: 8.3.2 dev: false - /@tiptap/core@2.1.6(@tiptap/pm@2.1.6): - resolution: {integrity: sha512-gm8n1oiBhSP6CDhalmmWwLD7yzIUqJJ246/t8rY3o+HJ/I+p0rqCx0mPvMiwcIBmYX8tUCVz7mb9aSFUu/umOQ==} + /@tiptap/core@2.1.7(@tiptap/pm@2.1.7): + resolution: {integrity: sha512-1pqTwlTnwTKQSNQmmTWhs2lwdvd+hFFNFZnrRAfvZhQZA6qPmPmKMNTcYmK38Tn4axKth6mhBamzTJgMZFI7ng==} peerDependencies: '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/pm': 2.1.6 + '@tiptap/pm': 2.1.7 dev: false - /@tiptap/extension-blockquote@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-y3Jj9XcJaUjlEZZFBQUZcToOjamL64B/Jjlu7JUv87VArWWpg5Pnd2sQG3l9A/q1vfY0/TpHm7r5EvKoeIq6ag==} + /@tiptap/extension-blockquote@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-oAsUU1c0DDZKHwK7/uCtYpnTUQt0o3w+SsJSv4S2vlSHidiFl9gCQGozUQ/Alzc7GO1Y95rOscL28DJXgXESQg==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-bold@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-gZDVuhYdceBQ/xGGY1X7lmkgNrDHFuFYBFRWMK0pLe9YBlQtJPc6+hiOmCtRtGmbQADDnvMmSU2a0+8bckmbCw==} + /@tiptap/extension-bold@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-GZV2D91WENkWd1W29vM4kyGWObcxOKQrY8MuCvTdxni1kobEc/LPZzQ1XiQmiNTvXTMcBz5ckLpezdjASV1dNg==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-code-block@2.1.6(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6): - resolution: {integrity: sha512-tLK9YeHYz03qeG4Sy5uZMq6v5uo34315I4WrfIAujesDloG1v8nd+D9I8A7PD4BWHZOzv13ToVeDYpLYDdvE7Q==} + /@tiptap/extension-code-block@2.1.7(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7): + resolution: {integrity: sha512-uiasfWCIQuk34vGoIENqAJOHf9m3hAkcELnb9T6+uNxA3O7PUZQqBVN/27oEipj7j15pqua50D6C1jql9kFe0g==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) - '@tiptap/pm': 2.1.6 + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) + '@tiptap/pm': 2.1.7 dev: false - /@tiptap/extension-code@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-vFWE74Aipt0kbmWyya+9zvsAgVusbbHx8g3Zqm8iKDt95BY3MWGurCZ3F5uoVuPuWD9VSrbNs4/T6oKbVKc9Ow==} + /@tiptap/extension-code@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-g0IA6Q6DFZE0AEOMXAV1mktl/XzIO3s1h/haPIKZ8GNes522qhBr9FYc5OUPQCCbgYjL7soTGzxA/W5Jk3f2AQ==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-color@2.1.6(@tiptap/core@2.1.6)(@tiptap/extension-text-style@2.1.6): - resolution: {integrity: sha512-EANKrEuXBQ5vS5leu5+f/MZItQWuDmbe1FMvmGDjWWobh9VRI814hjHjFCyO/yu1SfnqRqGlWYCqj6VKrArWxA==} + /@tiptap/extension-color@2.1.7(@tiptap/core@2.1.7)(@tiptap/extension-text-style@2.1.7): + resolution: {integrity: sha512-NLspH5taSpZP60rXJjDKu8AP9VDd+dlqz4guxvijtuPEePw87Fzidxx9w6X0uYQfx1O0xdPFq3UodlDz591scA==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/extension-text-style': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) - '@tiptap/extension-text-style': 2.1.6(@tiptap/core@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) + '@tiptap/extension-text-style': 2.1.7(@tiptap/core@2.1.7) dev: false - /@tiptap/extension-document@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-econFqLeQR8pe0xv7kjw6ZPRhcNXGrNi9854celX0lhqTqtBxvU6nWHzUDzoq/lmnXYgpFTPv42AwUEspvpwdw==} + /@tiptap/extension-document@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-tZyoPPmvzti7PEnyulXomEtINd/Oi2S84uOt6gw7DTCnDq5bF5sn1IfN8Icqp9t4jDwyLXy2TL0Zg/sR0a2Ibg==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-font-family@2.1.6(@tiptap/core@2.1.6)(@tiptap/extension-text-style@2.1.6): - resolution: {integrity: sha512-Z2ebqjXd6sSholG6OtMrrMWtRmJBhpxLCFs+wGeGXmS3qYAWUs5Zvk4D6dospD/FBuQ4HmqNx1zK7TvqfNGAdQ==} + /@tiptap/extension-font-family@2.1.7(@tiptap/core@2.1.7)(@tiptap/extension-text-style@2.1.7): + resolution: {integrity: sha512-YKyMRh0a3CCSHvhiIUN5vYbW3dvbjRIcheb+2kfkEqhqML3Gg6JS52HKuP9pl78gIUNFGP7j/EbAiYuwgLVcUQ==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/extension-text-style': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) - '@tiptap/extension-text-style': 2.1.6(@tiptap/core@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) + '@tiptap/extension-text-style': 2.1.7(@tiptap/core@2.1.7) dev: false - /@tiptap/extension-hard-break@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-znFYceEFbrgxhHZF+/wNQlAn3MWG9/VRqQAFxPGne0csewibKZRwZbeSYZQ16x1vSAlAQsKhIaAst/na/2H8LA==} + /@tiptap/extension-hard-break@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-6gFXXlCGAdXjy27BW29q4yfCQPAEFd18k7zRTnbd4aE/zIWUtLqdiTfI3kotUMab9Tt9/z1BRmCbEUxRsf1Nww==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-heading@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-V6PImalPhgAxsA95op70ssb8IXehLyr7wu5t1SeoTUUQtvMojKXPd+n+xF5b4b7VIhXHDlGSnoT0/XwjCJY0tQ==} + /@tiptap/extension-heading@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-jMeTqtq3kbMFtMvUb3SeIt4FFM3W+b6TAw5H4Qd6z3gYsAU3GahRK67MtbJfPmznUkZfimrqW9VCaBezScfrsQ==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-horizontal-rule@2.1.6(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6): - resolution: {integrity: sha512-1epXM+4DRlhos+Awj4sHApceO2O26tuqyrZot0Mm+mF0yuCGy3B5fefAgUcxBu/oRuywfDl8cwCzN2E/d8KXtA==} + /@tiptap/extension-horizontal-rule@2.1.7(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7): + resolution: {integrity: sha512-hJupsDxDVmjmKI/Ewl/gtiyUx52Y3wRUhT8dCXNOA5eldmPXN23E2Fa2BC8XB47dyc5pubyNcLuqaLeaZ5hedw==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) - '@tiptap/pm': 2.1.6 + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) + '@tiptap/pm': 2.1.7 dev: false - /@tiptap/extension-image@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-Ibu3yYDpWPJd9ajduzdJz8xscWNPYayWj+IATXU8FjsNvPkWpRoRZv+txfrTLOkmx8Qd3z30kriHNjZsIYLHkA==} + /@tiptap/extension-image@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-aWa/NPMc1U9Z6xuV0gk1O1nk4H7BAwQMwqXWdvUQCJhmW5+LJPdEiKvt3P6j+ClIN7sdyokZCgr6eGr817qTLA==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-italic@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-o41hil+x2yqFciOiJPx67FnguJ4/aEMU8MotmXekFGHM+I0wFOd4lA5t7HqFU5Si0Z7gyTb/N0wLUbAnbyk/Aw==} + /@tiptap/extension-italic@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-7e37f+OFqisdY19nWIthbSNHMJy4+4dec06rUICPrkiuFaADj5HjUQr0dyWpL/LkZh92Wf/rWgp4V/lEwon3jA==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-link@2.1.6(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6): - resolution: {integrity: sha512-at4tUpb8P2mMqc3jGMsggoKrt2mMWX0uNvoFYpKpnptQvsweCXSV5xi60o1C5kL7f0v/FYvEk4QaQBJmG5DmRg==} + /@tiptap/extension-link@2.1.7(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7): + resolution: {integrity: sha512-NDfoMCkThng1B530pMg5y69+eWoghZXK2uCntrJH7Rs8jNeGMyt9wGIOd7N8ZYz0oJ2ZYKzZjS0RANdBDS17DA==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) - '@tiptap/pm': 2.1.6 + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) + '@tiptap/pm': 2.1.7 linkifyjs: 4.1.1 dev: false - /@tiptap/extension-list-item@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-hgG8XzWRvhmEtb70ut2YTWfexMDu4PHgDS8WxYGOCVH0F+DwZqGF5KEARhFSPlmRUCWcmKey4sp8YDpLqShEWA==} + /@tiptap/extension-list-item@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-hd/E4qQopBXWa6kdFY19qFVgqj4fzdPgAnzdXJ2XW7bC6O2CusmHphRRZ5FBsuspYTN/6/fv0i0jK9rSGlsEyA==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-mention@2.1.6(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6)(@tiptap/suggestion@2.1.6): - resolution: {integrity: sha512-GgoiCRhcpAv6wH7vHPFxa3f+vhiicGMqwJo+ZKT0VdyegHfHfMVRIN57sTV8R9/ZXCAjL1smqwLhF+PlWheN2A==} + /@tiptap/extension-mention@2.1.7(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7)(@tiptap/suggestion@2.1.7): + resolution: {integrity: sha512-GPVw8AiGwCozkY2TKLk/eMpo7IYfVuXnFB82yPlG3RQTGREpvf6L5Vv28HdXcgk7KMTo2IcEdH32EJDqjPYlEg==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 '@tiptap/suggestion': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) - '@tiptap/pm': 2.1.6 - '@tiptap/suggestion': 2.1.6(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) + '@tiptap/pm': 2.1.7 + '@tiptap/suggestion': 2.1.7(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-ordered-list@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-7igbJBSeCByYM9G3XHlK1sqPQtIsOlezdc4PH7xBaOtvNDd1ruGvOGFovo9b5TW8+J08KCAqy25cV4Pn72fuGw==} + /@tiptap/extension-ordered-list@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-3XIXqbZmYkNzF+8PQ2jcCOCj0lpC3y9HGM/+joPIunhiUiktrIgpbUDv2E1Gq5lJHYqthIeujniI2dB85tkwJQ==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-paragraph@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-k0QSIaJPVgTn9+X2580JFCjV2RCH1Fo+gPodABDnjunfoUVSjuq0rlILEtTuha3evlS6kDKiz7lk7pIoCo36Cw==} + /@tiptap/extension-paragraph@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-cLqX27hNrXrwZCKrIW8OC3rW2+MT8hhS37+cdqOxZo5hUqQ9EF/puwS0w8uUZ7B3awX9Jm1QZDMjjERLkcmobw==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-subscript@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-B4VIhQsrtx3aQbexVMKeW2RqWm3UGuvJ/L2rm4gonIGuwlVzE3jrYZ+YHBNu2wY5XR/7veC4bKS1Nhe56Na0AQ==} + /@tiptap/extension-subscript@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-MX+t74DsOq4Crk8GaU4Rv3r4SgbqEYj0LAeCqZfliPuItHOyqeUHo+Y7atQlyXrsPo/+fBAO4lmA84S3msRbMA==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-superscript@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-yxo+kwXi4RPbdR+rBeMzcjhSQ+xWK+TcQ1jFax2djMUdhMxuowa3Gr+4SJ6+oWuTF8KkxVp2Vpi7SiEt36eGbA==} + /@tiptap/extension-superscript@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-Cd1GlrnF3OGdONysa20boVN4M/aegTb+Fg/KbiGV/ZJhhPfmktQesf2eL1nE6Y/mxQcF1+EolWrptv0n3C8WPQ==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-table-cell@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-4y0rxW76WAH45gf/qRIYVM8G/xMsoopr4kx3A3DoMkL6g379QYsOdRoDLvv1rtZLAF2fuc9P6gnr/JvEvmL2Xw==} + /@tiptap/extension-table-cell@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-p3e4FNdbKVIjOLHDcXrRtlP6FYPoN6hBUFjq6QZbf5g4+ao2Uq4bQCL+eKbYMxUVERl8g/Qu9X+jG99fVsBDjA==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-table-header@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-2GXiVRBvJ52pM7twvMfW4KYv19AkRUU4+1gh1szHcqOEpoOQ+yKtRr44ScW0JZ58E4e+uMPKhpML8QDH7fmbZg==} + /@tiptap/extension-table-header@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-rolSUQxFJf/CEj2XBJpeMsLiLHASKrVIzZ2A/AZ9pT6WpFqmECi8r9xyutpJpx21n2Hrk46Y+uGFOKhyvbZ5ug==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-table-row@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-NHiMnn9Q01ViiOBcwaF1o8HAX1MkJKVsyMzboixfE+sqv8ay//T8Ci3WWUBSKCsC/DuIRGQqX/0rLCDwWi9scA==} + /@tiptap/extension-table-row@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-DBCaEMEuCCoOmr4fdDfp2jnmyWPt672rmCZ5WUuenJ47Cy4Ox2dV+qk5vBZ/yDQcq12WvzLMhdSnAo9pMMMa6Q==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-table@2.1.6(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6): - resolution: {integrity: sha512-WRatKjIyK6AZta+0fCT3otSjjEV7J5WZ50xTA/sAD2Icmn9YWBJK8kFfEMEsT8zVK+yPb+Ivlush4UEINfzqFQ==} + /@tiptap/extension-table@2.1.7(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7): + resolution: {integrity: sha512-nlKs35vTQOFW9lfw76S7kJvqVJAfHUlz1muQgWT0gNUlKJYINMXjUIg4Wcx8LTaITCCkp0lMGrLETGRNI+RyxA==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) - '@tiptap/pm': 2.1.6 + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) + '@tiptap/pm': 2.1.7 dev: false - /@tiptap/extension-task-item@2.1.6(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6): - resolution: {integrity: sha512-gmXfZF1S5P9cxyL6v6XRjL0qju1mC9XPa3a+bL0lfVfiFfUti4+/iFai1KOUWA+Bdu7r/TVcP+Bxk2IRWPhSyg==} + /@tiptap/extension-task-item@2.1.7(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7): + resolution: {integrity: sha512-4wFLZmhYqr87SEI/Qgk3FiH+qfp6IOmuYVhpL5zGLa6p+ytUdmPH3+zOaD1rthn5JiRU9KwYWFvTo2f+/O0NAg==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) - '@tiptap/pm': 2.1.6 + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) + '@tiptap/pm': 2.1.7 dev: false - /@tiptap/extension-task-list@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-7Ytkq3ic91GEkhGa5ithTJSylcA1EPdt/iDkij2eg8mE038zqsMa6drm056vhr0f3g7a0xhHLv764kdC6vgisA==} + /@tiptap/extension-task-list@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-eerV8pbGuYoFji6arWk+LBsIfURXPWNSLi1ZCuPfXP6N8sAV3fNT+VDm6RlGQwadQNae7rnibNClk67+55h9Zg==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-text-align@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-YFgih5eStYlak9NoA6/zwNbWSx2YAdAWRzFwJ5UCrBPbb+ddAX3Ff8ql9PM29Xx2naQCsuM3og9ECek7wbCWpA==} + /@tiptap/extension-text-align@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-DiRvGzcFQfXotgU7CpQxgstxgu6ZUUmSVQ7pzAxg9CQHwNgKQ4uYeDabt/R/SLEeb3YfXoEScxFMbyO1ys8ZsQ==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-text-style@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-kmTSs3+AICAvFpgFLSp0y3cvjGfMZNHkG+IH0K5jRD/O85+upNc71Kt1ugh0Drbrg/FdPxrixxnZMXv+YM5QAg==} + /@tiptap/extension-text-style@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-0QhEMDiDqMpyBGRt6o4GvbN9cUibZe4LT9e0ujarT6ElSe2fbtwGPnXSXApUtgHDDwHw95M5ZVxX/H5cjyjw1g==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-text@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-CqV0N6ngoXZFeJGlQ86FSZJ/0k7+BN3S6aSUcb5DRAKsSEv/Ga1LvSG24sHy+dwjTuj3EtRPJSVZTFcSB17ZSA==} + /@tiptap/extension-text@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-3xaMMMNydLgoS+o+yOvaZF04ui9spJwJZl8VyYgcJKVGGLGRlWHrireXN5/OqXG2jLb/jWqXVx5idppQjX+PMA==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-typography@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-kmRskapGhjBuDEopArq6BhmNMbZCuln0IKA0lAW3y8daR0l0kGEkQLJrmDW39YiMubMEgrOCovHG1vOJQ6SKOA==} + /@tiptap/extension-typography@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-/K07CeIxwJ2t0amjIrxpQkfPJqTlRoA8YIVd6O1iqriINZVS0EK2IJAaE/PNVQNnUYhyU+0Z2/Xie3SlCP7PVQ==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-underline@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-3yBCTzqYsmUfffhDJ+8MFyRy0nUcv9dffPt0bnmXsOqUIG4rMFIGrGY/hspzX6dw9Pn4htA4lBQCB64LT+GTqw==} + /@tiptap/extension-underline@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-mL95afyEJvg+C2yrTVn7QltfyE9ja1+94+OUkRBbB8PN3N6HvfSL4K/QSqecOLQ38bSQm/6ZGPkBLDkDGhGPdw==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/extension-youtube@2.1.6(@tiptap/core@2.1.6): - resolution: {integrity: sha512-jTcV6Mr1bYjzf9Vll5PhlA/qXSdmH/iGKg1iZo956qHQvmakz5/OPlmaauyqZGNvXDg9J5kkzfwibXCIe6enwQ==} + /@tiptap/extension-youtube@2.1.7(@tiptap/core@2.1.7): + resolution: {integrity: sha512-4HfVDTsHo83AHH3IInj1GBp+0avsoDcDbZ7E7xVTh/iWtWczS4krVdxsyrPTGuBNQiDWYvERgwhdaRmaor9AnQ==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) dev: false - /@tiptap/html@2.1.6(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6): - resolution: {integrity: sha512-/7PcivMMty2Xw8oNEOqRi1W4WlD9afrmA3vlgNYGnO+knmwG5VzyhYV+oDlKAWvYqfrPxtfGnhNEQywzyHKbBg==} + /@tiptap/html@2.1.7(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7): + resolution: {integrity: sha512-pYC8NRpE03t6AykETpp9LYelKE52J9A/CmE81FQCYNpWu/E09EH1kTqSOQNqftbEgmGHXnLNIgefUCronUJFgw==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) - '@tiptap/pm': 2.1.6 + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) + '@tiptap/pm': 2.1.7 zeed-dom: 0.9.26 dev: false - /@tiptap/pm@2.1.6: - resolution: {integrity: sha512-JkFlZp2z6Se2Ttnabi4lkP2yLNMH/eebO7ScYL1kXvwNLgELC/I3fwQVmnYA0E8pqJ5KQXOSl14NaB1mVPJqlg==} + /@tiptap/pm@2.1.7: + resolution: {integrity: sha512-RBVb/k9OjmClwdVl7fpekFgUsLAm1U+5I4w1qA2tj7L/hSPOuPzaEHwCqDYe0b2PR5dd8h0nylS9qXuXVlfwfQ==} dependencies: prosemirror-changeset: 2.2.1 prosemirror-collab: 1.3.1 @@ -1303,25 +1304,25 @@ packages: prosemirror-inputrules: 1.2.1 prosemirror-keymap: 1.2.2 prosemirror-markdown: 1.11.2 - prosemirror-menu: 1.2.3 + prosemirror-menu: 1.2.4 prosemirror-model: 1.19.3 prosemirror-schema-basic: 1.2.2 prosemirror-schema-list: 1.3.0 prosemirror-state: 1.4.3 prosemirror-tables: 1.3.4 prosemirror-trailing-node: 2.0.7(prosemirror-model@1.19.3)(prosemirror-state@1.4.3)(prosemirror-view@1.31.7) - prosemirror-transform: 1.7.4 + prosemirror-transform: 1.7.5 prosemirror-view: 1.31.7 dev: false - /@tiptap/suggestion@2.1.6(@tiptap/core@2.1.6)(@tiptap/pm@2.1.6): - resolution: {integrity: sha512-8nMVARHbJ4Q9eeB7gmvqNommx6/RuFkrJEmmqxSrgyiqYEqb/if5ZTa1LGRWRNZYuzmeVN/r3eUu33jn+o5kJg==} + /@tiptap/suggestion@2.1.7(@tiptap/core@2.1.7)(@tiptap/pm@2.1.7): + resolution: {integrity: sha512-FKlXFMWf9rCnNJQsUfeX6WpS2VUs2O98ENkyhfV8ehCB7X5+57mkkxJxl/88SMbjZL+FbWPBKLaiOvsXfIUoww==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.1.6(@tiptap/pm@2.1.6) - '@tiptap/pm': 2.1.6 + '@tiptap/core': 2.1.7(@tiptap/pm@2.1.7) + '@tiptap/pm': 2.1.7 dev: false /@tootallnate/once@2.0.0: @@ -1332,14 +1333,14 @@ packages: /@types/accepts@1.3.5: resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==} dependencies: - '@types/node': 18.17.6 + '@types/node': 18.17.12 dev: true /@types/body-parser@1.19.2: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 18.17.6 + '@types/node': 18.17.12 dev: true /@types/config@3.3.0: @@ -1349,7 +1350,7 @@ packages: /@types/connect@3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.17.6 + '@types/node': 18.17.12 dev: true /@types/content-disposition@0.5.5: @@ -1365,14 +1366,14 @@ packages: '@types/connect': 3.4.35 '@types/express': 4.17.17 '@types/keygrip': 1.0.2 - '@types/node': 18.17.6 + '@types/node': 18.17.12 dev: true - /@types/express-serve-static-core@4.17.35: - resolution: {integrity: sha512-wALWQwrgiB2AWTT91CB62b6Yt0sNHpznUXeZEcnPU3DRdlDIz74x8Qg1UUYKSVFi+va5vKOLYRBI1bRKiLLKIg==} + /@types/express-serve-static-core@4.17.36: + resolution: {integrity: sha512-zbivROJ0ZqLAtMzgzIUC4oNqDG9iF0lSsAqpOD9kbs5xcIM3dTiyuHvBc7R8MtWBp3AAWGaovJa+wzWPjLYW7Q==} dependencies: - '@types/node': 18.17.6 - '@types/qs': 6.9.7 + '@types/node': 18.17.12 + '@types/qs': 6.9.8 '@types/range-parser': 1.2.4 '@types/send': 0.17.1 dev: true @@ -1381,8 +1382,8 @@ packages: resolution: {integrity: sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==} dependencies: '@types/body-parser': 1.19.2 - '@types/express-serve-static-core': 4.17.35 - '@types/qs': 6.9.7 + '@types/express-serve-static-core': 4.17.36 + '@types/qs': 6.9.8 '@types/serve-static': 1.15.2 dev: true @@ -1394,10 +1395,10 @@ packages: resolution: {integrity: sha512-/K3ds8TRAfBvi5vfjuz8y6+GiAYBZ0x4tXv1Av6CWBWn0IlADc+ZX9pMq7oU0fNQPnBwIZl3rmeLp6SBApbxSQ==} dev: true - /@types/jsdom@21.1.1: - resolution: {integrity: sha512-cZFuoVLtzKP3gmq9eNosUL1R50U+USkbLtUQ1bYVgl/lKp0FZM7Cq4aIHAL8oIvQ17uSHi7jXPtfDOdjPwBE7A==} + /@types/jsdom@21.1.2: + resolution: {integrity: sha512-bGj+7TaCkOwkJfx7HtS9p22Ij0A2aKMuz8a1+owpkxa1wU/HUBy/WAXhdv90uDdVI9rSjGvUrXmLSeA9VP3JeA==} dependencies: - '@types/node': 18.17.6 + '@types/node': 18.17.12 '@types/tough-cookie': 4.0.2 parse5: 7.1.2 dev: false @@ -1430,7 +1431,7 @@ packages: '@types/http-errors': 2.0.1 '@types/keygrip': 1.0.2 '@types/koa-compose': 3.2.5 - '@types/node': 18.17.6 + '@types/node': 18.17.12 dev: true /@types/koa__router@12.0.0: @@ -1451,8 +1452,8 @@ packages: resolution: {integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==} dev: true - /@types/node@18.17.6: - resolution: {integrity: sha512-fGmT/P7z7ecA6bv/ia5DlaWCH4YeZvAQMNpUhrJjtAhOhZfoxS1VLUgU2pdk63efSjQaOJWdXMuAJsws+8I6dg==} + /@types/node@18.17.12: + resolution: {integrity: sha512-d6xjC9fJ/nSnfDeU0AMDsaJyb1iHsqCSOdi84w4u+SlN/UgQdY5tRhpMzaFYsI4mnpvgTivEaQd0yOUhAtOnEQ==} /@types/object.omit@3.0.0: resolution: {integrity: sha512-I27IoPpH250TUzc9FzXd0P1BV/BMJuzqD3jOz98ehf9dQqGkxlq+hO1bIqZGWqCg5bVOy0g4AUVJtnxe0klDmw==} @@ -1462,8 +1463,8 @@ packages: resolution: {integrity: sha512-sn7L+qQ6RLPdXRoiaE7bZ/Ek+o4uICma/lBFPyJEKDTPTBP1W8u0c4baj3EiS4DiqLs+Hk+KUGvMVJtAw3ePJg==} dev: false - /@types/qs@6.9.7: - resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==} + /@types/qs@6.9.8: + resolution: {integrity: sha512-u95svzDlTysU5xecFNTgfFG5RUWu1A9P0VzgpcIiGZA9iraHOdSzcxMxQ55DyeRaGCSxQi7LxXDI4rzq/MYfdg==} dev: true /@types/range-parser@1.2.4: @@ -1473,18 +1474,18 @@ packages: /@types/responselike@1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 18.17.6 + '@types/node': 18.17.12 dev: false - /@types/semver@7.5.0: - resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==} + /@types/semver@7.5.1: + resolution: {integrity: sha512-cJRQXpObxfNKkFAZbJl2yjWtJCqELQIdShsogr1d2MilP8dKD9TE/nEKHkJgUNHdGKCQaf9HbIynuV2csLGVLg==} dev: true /@types/send@0.17.1: resolution: {integrity: sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==} dependencies: '@types/mime': 1.3.2 - '@types/node': 18.17.6 + '@types/node': 18.17.12 dev: true /@types/serve-static@1.15.2: @@ -1492,7 +1493,7 @@ packages: dependencies: '@types/http-errors': 2.0.1 '@types/mime': 3.0.1 - '@types/node': 18.17.6 + '@types/node': 18.17.12 dev: true /@types/throttle-debounce@2.1.0: @@ -1503,12 +1504,12 @@ packages: resolution: {integrity: sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==} dev: false - /@types/uuid@9.0.2: - resolution: {integrity: sha512-kNnC1GFBLuhImSnV7w4njQkUiJi0ZXUycu1rUaouPqiKlXkh77JKgdRnTAp1x5eBwcIwbtI+3otwzuIDEuDoxQ==} + /@types/uuid@9.0.3: + resolution: {integrity: sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug==} dev: true - /@typescript-eslint/eslint-plugin@6.4.0(@typescript-eslint/parser@6.4.0)(eslint@8.47.0)(typescript@5.1.6): - resolution: {integrity: sha512-62o2Hmc7Gs3p8SLfbXcipjWAa6qk2wZGChXG2JbBtYpwSRmti/9KHLqfbLs9uDigOexG+3PaQ9G2g3201FWLKg==} + /@typescript-eslint/eslint-plugin@6.5.0(@typescript-eslint/parser@6.5.0)(eslint@8.48.0)(typescript@5.2.2): + resolution: {integrity: sha512-2pktILyjvMaScU6iK3925uvGU87E+N9rh372uGZgiMYwafaw9SXq86U04XPq3UH6tzRvNgBsub6x2DacHc33lw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha @@ -1518,26 +1519,26 @@ packages: typescript: optional: true dependencies: - '@eslint-community/regexpp': 4.6.2 - '@typescript-eslint/parser': 6.4.0(eslint@8.47.0)(typescript@5.1.6) - '@typescript-eslint/scope-manager': 6.4.0 - '@typescript-eslint/type-utils': 6.4.0(eslint@8.47.0)(typescript@5.1.6) - '@typescript-eslint/utils': 6.4.0(eslint@8.47.0)(typescript@5.1.6) - '@typescript-eslint/visitor-keys': 6.4.0 + '@eslint-community/regexpp': 4.8.0 + '@typescript-eslint/parser': 6.5.0(eslint@8.48.0)(typescript@5.2.2) + '@typescript-eslint/scope-manager': 6.5.0 + '@typescript-eslint/type-utils': 6.5.0(eslint@8.48.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.5.0(eslint@8.48.0)(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.5.0 debug: 4.3.4 - eslint: 8.47.0 + eslint: 8.48.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 semver: 7.5.4 - ts-api-utils: 1.0.2(typescript@5.1.6) - typescript: 5.1.6 + ts-api-utils: 1.0.2(typescript@5.2.2) + typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@6.4.0(eslint@8.47.0)(typescript@5.1.6): - resolution: {integrity: sha512-I1Ah1irl033uxjxO9Xql7+biL3YD7w9IU8zF+xlzD/YxY6a4b7DYA08PXUUCbm2sEljwJF6ERFy2kTGAGcNilg==} + /@typescript-eslint/parser@6.5.0(eslint@8.48.0)(typescript@5.2.2): + resolution: {integrity: sha512-LMAVtR5GN8nY0G0BadkG0XIe4AcNMeyEy3DyhKGAh9k4pLSMBO7rF29JvDBpZGCmp5Pgz5RLHP6eCpSYZJQDuQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -1546,27 +1547,27 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.4.0 - '@typescript-eslint/types': 6.4.0 - '@typescript-eslint/typescript-estree': 6.4.0(typescript@5.1.6) - '@typescript-eslint/visitor-keys': 6.4.0 + '@typescript-eslint/scope-manager': 6.5.0 + '@typescript-eslint/types': 6.5.0 + '@typescript-eslint/typescript-estree': 6.5.0(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.5.0 debug: 4.3.4 - eslint: 8.47.0 - typescript: 5.1.6 + eslint: 8.48.0 + typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager@6.4.0: - resolution: {integrity: sha512-TUS7vaKkPWDVvl7GDNHFQMsMruD+zhkd3SdVW0d7b+7Zo+bd/hXJQ8nsiUZMi1jloWo6c9qt3B7Sqo+flC1nig==} + /@typescript-eslint/scope-manager@6.5.0: + resolution: {integrity: sha512-A8hZ7OlxURricpycp5kdPTH3XnjG85UpJS6Fn4VzeoH4T388gQJ/PGP4ole5NfKt4WDVhmLaQ/dBLNDC4Xl/Kw==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.4.0 - '@typescript-eslint/visitor-keys': 6.4.0 + '@typescript-eslint/types': 6.5.0 + '@typescript-eslint/visitor-keys': 6.5.0 dev: true - /@typescript-eslint/type-utils@6.4.0(eslint@8.47.0)(typescript@5.1.6): - resolution: {integrity: sha512-TvqrUFFyGY0cX3WgDHcdl2/mMCWCDv/0thTtx/ODMY1QhEiyFtv/OlLaNIiYLwRpAxAtOLOY9SUf1H3Q3dlwAg==} + /@typescript-eslint/type-utils@6.5.0(eslint@8.48.0)(typescript@5.2.2): + resolution: {integrity: sha512-f7OcZOkRivtujIBQ4yrJNIuwyCQO1OjocVqntl9dgSIZAdKqicj3xFDqDOzHDlGCZX990LqhLQXWRnQvsapq8A==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -1575,23 +1576,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.4.0(typescript@5.1.6) - '@typescript-eslint/utils': 6.4.0(eslint@8.47.0)(typescript@5.1.6) + '@typescript-eslint/typescript-estree': 6.5.0(typescript@5.2.2) + '@typescript-eslint/utils': 6.5.0(eslint@8.48.0)(typescript@5.2.2) debug: 4.3.4 - eslint: 8.47.0 - ts-api-utils: 1.0.2(typescript@5.1.6) - typescript: 5.1.6 + eslint: 8.48.0 + ts-api-utils: 1.0.2(typescript@5.2.2) + typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types@6.4.0: - resolution: {integrity: sha512-+FV9kVFrS7w78YtzkIsNSoYsnOtrYVnKWSTVXoL1761CsCRv5wpDOINgsXpxD67YCLZtVQekDDyaxfjVWUJmmg==} + /@typescript-eslint/types@6.5.0: + resolution: {integrity: sha512-eqLLOEF5/lU8jW3Bw+8auf4lZSbbljHR2saKnYqON12G/WsJrGeeDHWuQePoEf9ro22+JkbPfWQwKEC5WwLQ3w==} engines: {node: ^16.0.0 || >=18.0.0} dev: true - /@typescript-eslint/typescript-estree@6.4.0(typescript@5.1.6): - resolution: {integrity: sha512-iDPJArf/K2sxvjOR6skeUCNgHR/tCQXBsa+ee1/clRKr3olZjZ/dSkXPZjG6YkPtnW6p5D1egeEPMCW6Gn4yLA==} + /@typescript-eslint/typescript-estree@6.5.0(typescript@5.2.2): + resolution: {integrity: sha512-q0rGwSe9e5Kk/XzliB9h2LBc9tmXX25G0833r7kffbl5437FPWb2tbpIV9wAATebC/018pGa9fwPDuvGN+LxWQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -1599,42 +1600,42 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.4.0 - '@typescript-eslint/visitor-keys': 6.4.0 + '@typescript-eslint/types': 6.5.0 + '@typescript-eslint/visitor-keys': 6.5.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.4 - ts-api-utils: 1.0.2(typescript@5.1.6) - typescript: 5.1.6 + ts-api-utils: 1.0.2(typescript@5.2.2) + typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@6.4.0(eslint@8.47.0)(typescript@5.1.6): - resolution: {integrity: sha512-BvvwryBQpECPGo8PwF/y/q+yacg8Hn/2XS+DqL/oRsOPK+RPt29h5Ui5dqOKHDlbXrAeHUTnyG3wZA0KTDxRZw==} + /@typescript-eslint/utils@6.5.0(eslint@8.48.0)(typescript@5.2.2): + resolution: {integrity: sha512-9nqtjkNykFzeVtt9Pj6lyR9WEdd8npPhhIPM992FWVkZuS6tmxHfGVnlUcjpUP2hv8r4w35nT33mlxd+Be1ACQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.47.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.48.0) '@types/json-schema': 7.0.12 - '@types/semver': 7.5.0 - '@typescript-eslint/scope-manager': 6.4.0 - '@typescript-eslint/types': 6.4.0 - '@typescript-eslint/typescript-estree': 6.4.0(typescript@5.1.6) - eslint: 8.47.0 + '@types/semver': 7.5.1 + '@typescript-eslint/scope-manager': 6.5.0 + '@typescript-eslint/types': 6.5.0 + '@typescript-eslint/typescript-estree': 6.5.0(typescript@5.2.2) + eslint: 8.48.0 semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys@6.4.0: - resolution: {integrity: sha512-yJSfyT+uJm+JRDWYRYdCm2i+pmvXJSMtPR9Cq5/XQs4QIgNoLcoRtDdzsLbLsFM/c6um6ohQkg/MLxWvoIndJA==} + /@typescript-eslint/visitor-keys@6.5.0: + resolution: {integrity: sha512-yCB/2wkbv3hPsh02ZS8dFQnij9VVQXJMN/gbQsaaY+zxALkZnxa/wagvLEFsAWMPv7d7lxQmNsIzGU1w/T/WyA==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.4.0 + '@typescript-eslint/types': 6.5.0 eslint-visitor-keys: 3.4.3 dev: true @@ -1818,8 +1819,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001521 - electron-to-chromium: 1.4.496 + caniuse-lite: 1.0.30001525 + electron-to-chromium: 1.4.508 node-releases: 2.0.13 update-browserslist-db: 1.0.11(browserslist@4.21.10) dev: false @@ -1881,8 +1882,8 @@ packages: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} - /caniuse-lite@1.0.30001521: - resolution: {integrity: sha512-fnx1grfpEOvDGH+V17eccmNjucGUnCbP6KL+l5KqBIerp26WK/+RQ7CIDE37KGJjaPyqWXXlFUyKiWmvdNNKmQ==} + /caniuse-lite@1.0.30001525: + resolution: {integrity: sha512-/3z+wB4icFt3r0USMwxujAqRvaD/B7rvGTsKhbhSQErVrJvkZCLhgNLJxU8MevahQVH6hCU9FsHdNUFbiwmE7Q==} dev: false /canvas@2.11.2: @@ -1909,13 +1910,13 @@ packages: engines: {node: '>=8'} dependencies: '@types/long': 4.0.2 - '@types/node': 18.17.6 + '@types/node': 18.17.12 adm-zip: 0.5.10 long: 2.4.0 dev: false - /cborg@2.0.4: - resolution: {integrity: sha512-QradkXyNBLIyg1XNxcoXqUG4stcOhfuR1uexq+qNzL+EvFV5TXvN+c+LCh5XXxTv2fjBIkNB+3I6IO17EnKuKg==} + /cborg@2.0.5: + resolution: {integrity: sha512-xVW1rSIw1ZXbkwl2XhJ7o/jAv0vnVoQv/QlfQxV8a7V5PlA4UU/AcIiXqmpyybwNWy/GPQU1m/aBVNIWr7/T0w==} hasBin: true dev: false @@ -1982,7 +1983,7 @@ packages: normalize-path: 3.0.0 readdirp: 3.6.0 optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 dev: true /chownr@2.0.0: @@ -2108,30 +2109,31 @@ packages: keygrip: 1.1.0 dev: false - /crawlee@3.5.1(playwright@1.37.1): - resolution: {integrity: sha512-hGed62b+MkWioBXkNjDV/Y8rQpXPKGhvyyOkZVO3NASqLlZjf0KpRqmfK8ISuXVi8i0agRF9aOTfJgtavT5sfA==} + /crawlee@3.5.3(playwright@1.37.1): + resolution: {integrity: sha512-O/sgSkgN/ZYEEY4JlEenecS3AmVOO386kOgJEr2wx7wzjxNIsx2LJ+wZoVlFvBcnzdfptKKllu0Kpuloiled4w==} engines: {node: '>=16.0.0'} hasBin: true peerDependencies: playwright: <= 2.x - puppeteer: <= 21.0 + puppeteer: <= 21.1 peerDependenciesMeta: playwright: optional: true puppeteer: optional: true dependencies: - '@crawlee/basic': 3.5.1 - '@crawlee/browser': 3.5.1(playwright@1.37.1) - '@crawlee/cheerio': 3.5.1 - '@crawlee/cli': 3.5.1 - '@crawlee/core': 3.5.1 - '@crawlee/http': 3.5.1 - '@crawlee/jsdom': 3.5.1 - '@crawlee/linkedom': 3.5.1 - '@crawlee/playwright': 3.5.1(playwright@1.37.1) - '@crawlee/puppeteer': 3.5.1(playwright@1.37.1) - '@crawlee/utils': 3.5.1 + '@crawlee/basic': 3.5.3 + '@crawlee/browser': 3.5.3(playwright@1.37.1) + '@crawlee/browser-pool': 3.5.3(playwright@1.37.1) + '@crawlee/cheerio': 3.5.3 + '@crawlee/cli': 3.5.3 + '@crawlee/core': 3.5.3 + '@crawlee/http': 3.5.3 + '@crawlee/jsdom': 3.5.3 + '@crawlee/linkedom': 3.5.3 + '@crawlee/playwright': 3.5.3(playwright@1.37.1) + '@crawlee/puppeteer': 3.5.3(playwright@1.37.1) + '@crawlee/utils': 3.5.3 import-local: 3.1.0 playwright: 1.37.1 tslib: 2.6.2 @@ -2181,8 +2183,8 @@ packages: rrweb-cssom: 0.6.0 dev: false - /csv-stringify@6.4.0: - resolution: {integrity: sha512-HQsw0QXiN5fdlO+R8/JzCZnR3Fqp8E87YVnhHlaPtNGJjt6ffbV0LpOkieIb1x6V1+xt878IYq77SpXHWAqKkA==} + /csv-stringify@6.4.2: + resolution: {integrity: sha512-DXIdnnCUQYjDKTu6TgCSzRDiAuLxDjhl4ErFP9FGMF3wzBGOVMg9bZTLaUcYtuvhXgNbeXPKeaRfpgyqE4xySw==} dev: false /dash-get@1.0.2: @@ -2289,8 +2291,8 @@ packages: dev: false optional: true - /devtools-protocol@0.0.1182435: - resolution: {integrity: sha512-EmlkWb62wSbQNE1gRZZsi4KZYRaF5Skpp183LhRU7+sadKR06O1dHCjZmFSEG6Kv7P6S/UYLxcY3NlYwqKM99w==} + /devtools-protocol@0.0.1191157: + resolution: {integrity: sha512-Fu2mUhX7zkzLHMJZk5wQTiHdl1eJrhK0GypUoSzogUt51MmYEv/46pCz4PtGGFlr0f2ZyYDzzx5CPtbEkuvcTA==} dev: false /dir-glob@3.0.1: @@ -2356,8 +2358,8 @@ packages: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} dev: false - /electron-to-chromium@1.4.496: - resolution: {integrity: sha512-qeXC3Zbykq44RCrBa4kr8v/dWzYJA8rAwpyh9Qd+NKWoJfjG5vvJqy9XOJ9H4P/lqulZBCgUWAYi+FeK5AuJ8g==} + /electron-to-chromium@1.4.508: + resolution: {integrity: sha512-FFa8QKjQK/A5QuFr2167myhMesGrhlOBD+3cYNxO9/S4XzHEXesyTD/1/xF644gC8buFPz3ca6G1LOQD0tZrrg==} dev: false /emoji-regex@10.2.1: @@ -2468,16 +2470,16 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint@8.47.0: - resolution: {integrity: sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q==} + /eslint@8.48.0: + resolution: {integrity: sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.47.0) - '@eslint-community/regexpp': 4.6.2 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.48.0) + '@eslint-community/regexpp': 4.8.0 '@eslint/eslintrc': 2.1.2 - '@eslint/js': 8.47.0 - '@humanwhocodes/config-array': 0.11.10 + '@eslint/js': 8.48.0 + '@humanwhocodes/config-array': 0.11.11 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 ajv: 6.12.6 @@ -2644,7 +2646,7 @@ packages: resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: - flat-cache: 3.0.4 + flat-cache: 3.1.0 dev: true /fill-range@7.0.1: @@ -2696,11 +2698,12 @@ packages: tslib: 2.6.2 dev: false - /flat-cache@3.0.4: - resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} - engines: {node: ^10.12.0 || >=12.0.0} + /flat-cache@3.1.0: + resolution: {integrity: sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==} + engines: {node: '>=12.0.0'} dependencies: flatted: 3.2.7 + keyv: 4.5.3 rimraf: 3.0.2 dev: true @@ -2758,8 +2761,8 @@ packages: /fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} - /fsevents@2.3.2: - resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} + /fsevents@2.3.3: + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] requiresBuild: true @@ -3238,8 +3241,8 @@ packages: engines: {node: '>=10'} dev: true - /jquery@3.7.0: - resolution: {integrity: sha512-umpJ0/k8X0MvD1ds0P9SfowREz2LenHsQaxSohMZ5OMNEU2r0tf8pdeEFTHMFxWVxKNyU9rTtK3CWzUCTKJUeQ==} + /jquery@3.7.1: + resolution: {integrity: sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==} dev: false /js-yaml@4.1.0: @@ -3289,7 +3292,6 @@ packages: /json-buffer@3.0.1: resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} - dev: false /json-schema-traverse@0.4.1: resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} @@ -3331,7 +3333,6 @@ packages: resolution: {integrity: sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==} dependencies: json-buffer: 3.0.1 - dev: false /koa-compose@4.1.0: resolution: {integrity: sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==} @@ -3393,8 +3394,8 @@ packages: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} dev: true - /linkedom@0.15.1: - resolution: {integrity: sha512-8U+wi0VI0JW7ehxX+N/rmZyLWV9bypiCOUeklGBWslpiTpxHnVfY+yHmf6sg06q2kXYdpIJWC6LMpepgOq+JXg==} + /linkedom@0.15.2: + resolution: {integrity: sha512-zM+FZUVEEYMZzw6EUJSCUfC9DrVL5BPLL9CNQIGSJq7F42l4E+ka4grxRYeObWoNxfTf/XyAidBX+of3+yMUUg==} dependencies: css-select: 5.1.0 cssom: 0.5.0 @@ -3503,8 +3504,8 @@ packages: uc.micro: 1.0.6 dev: false - /marked@7.0.3: - resolution: {integrity: sha512-ev2uM40p0zQ/GbvqotfKcSWEa59fJwluGZj5dcaUOwDRrB1F3dncdXy8NWUApk4fi8atU3kTBOwjyjZ0ud0dxw==} + /marked@7.0.5: + resolution: {integrity: sha512-lwNAFTfXgqpt/XvK17a/8wY9/q6fcSPZT1aP6QW0u74VwaJF/Z9KbRcX23sWE4tODM+AolJNcUtErTkgOeFP/Q==} engines: {node: '>= 16'} hasBin: true dev: false @@ -3671,8 +3672,8 @@ packages: engines: {node: '>=10.5.0'} dev: true - /node-fetch@2.6.13: - resolution: {integrity: sha512-StxNAxh15zr77QvvkmveSQ8uCQ4+v5FkvNTj0OESmiHu+VRi/gXArXtkWMElOsOUNLtUEvI4yS+rdtOHZTwlQA==} + /node-fetch@2.7.0: + resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} engines: {node: 4.x || >=6.0.0} requiresBuild: true peerDependencies: @@ -3935,8 +3936,8 @@ packages: through: 2.3.8 dev: false - /pdfjs-dist@3.9.179: - resolution: {integrity: sha512-AZBEIAORYDaOAlM0/A4Zg465+XF3ugYDdgrVmioVvNW5tH3xs3RpGFBYOG5PM9/vLM3M/wNncsMLTgyIKdqMKg==} + /pdfjs-dist@3.10.111: + resolution: {integrity: sha512-+SXXGN/3YTNQSK5Ae7EyqQuR+4IAsNunJq/Us5ByOkRJ45qBXXOwkiWi3RIDU+CyF+ak5eSWXl2FQW2PKBrsRA==} engines: {node: '>=18'} optionalDependencies: canvas: 2.11.2 @@ -3995,7 +3996,7 @@ packages: optional: true dependencies: lilconfig: 2.1.0 - yaml: 2.3.1 + yaml: 2.3.2 dev: true /prelude-ls@1.2.1: @@ -4014,7 +4015,7 @@ packages: /prosemirror-changeset@2.2.1: resolution: {integrity: sha512-J7msc6wbxB4ekDFj+n9gTW/jav/p53kdlivvuppHsrZXCaQdVgRghoZbSS3kwrRyAstRVQ4/+u5k7YfLgkkQvQ==} dependencies: - prosemirror-transform: 1.7.4 + prosemirror-transform: 1.7.5 dev: false /prosemirror-collab@1.3.1: @@ -4028,14 +4029,14 @@ packages: dependencies: prosemirror-model: 1.19.3 prosemirror-state: 1.4.3 - prosemirror-transform: 1.7.4 + prosemirror-transform: 1.7.5 dev: false /prosemirror-dropcursor@1.8.1: resolution: {integrity: sha512-M30WJdJZLyXHi3N8vxN6Zh5O8ZBbQCz0gURTfPmTIBNQ5pxrdU7A58QkNqfa98YEjSAL1HUyyU34f6Pm5xBSGw==} dependencies: prosemirror-state: 1.4.3 - prosemirror-transform: 1.7.4 + prosemirror-transform: 1.7.5 prosemirror-view: 1.31.7 dev: false @@ -4052,7 +4053,7 @@ packages: resolution: {integrity: sha512-/zm0XoU/N/+u7i5zepjmZAEnpvjDtzoPWW6VmKptcAnPadN/SStsBjMImdCEbb3seiNTpveziPTIrXQbHLtU1g==} dependencies: prosemirror-state: 1.4.3 - prosemirror-transform: 1.7.4 + prosemirror-transform: 1.7.5 prosemirror-view: 1.31.7 rope-sequence: 1.3.4 dev: false @@ -4061,7 +4062,7 @@ packages: resolution: {integrity: sha512-3LrWJX1+ULRh5SZvbIQlwZafOXqp1XuV21MGBu/i5xsztd+9VD15x6OtN6mdqSFI7/8Y77gYUbQ6vwwJ4mr6QQ==} dependencies: prosemirror-state: 1.4.3 - prosemirror-transform: 1.7.4 + prosemirror-transform: 1.7.5 dev: false /prosemirror-keymap@1.2.2: @@ -4078,8 +4079,8 @@ packages: prosemirror-model: 1.19.3 dev: false - /prosemirror-menu@1.2.3: - resolution: {integrity: sha512-13H9+XvdJiUt2vQVMqCveFbc7YfEKR3g70pUwuQdQLwuvNfVGTzMHr1y5dwdY5vOBQbzhmjgnWUnclKzMdnlJA==} + /prosemirror-menu@1.2.4: + resolution: {integrity: sha512-S/bXlc0ODQup6aiBbWVsX/eM+xJgCTAfMq/nLqaO5ID/am4wS0tTCIkzwytmao7ypEtjj39i7YbJjAgO20mIqA==} dependencies: crelt: 1.0.6 prosemirror-commands: 1.5.2 @@ -4104,14 +4105,14 @@ packages: dependencies: prosemirror-model: 1.19.3 prosemirror-state: 1.4.3 - prosemirror-transform: 1.7.4 + prosemirror-transform: 1.7.5 dev: false /prosemirror-state@1.4.3: resolution: {integrity: sha512-goFKORVbvPuAQaXhpbemJFRKJ2aixr+AZMGiquiqKxaucC6hlpHNZHWgz5R7dS4roHiwq9vDctE//CZ++o0W1Q==} dependencies: prosemirror-model: 1.19.3 - prosemirror-transform: 1.7.4 + prosemirror-transform: 1.7.5 prosemirror-view: 1.31.7 dev: false @@ -4121,7 +4122,7 @@ packages: prosemirror-keymap: 1.2.2 prosemirror-model: 1.19.3 prosemirror-state: 1.4.3 - prosemirror-transform: 1.7.4 + prosemirror-transform: 1.7.5 prosemirror-view: 1.31.7 dev: false @@ -4140,8 +4141,8 @@ packages: prosemirror-view: 1.31.7 dev: false - /prosemirror-transform@1.7.4: - resolution: {integrity: sha512-GO38mvqJ2yeI0BbL5E1CdHcly032Dlfn9nHqlnCHqlNf9e9jZwJixxp6VRtOeDZ1uTDpDIziezMKbA41LpAx3A==} + /prosemirror-transform@1.7.5: + resolution: {integrity: sha512-U/fWB6frEzY7dzwJUo+ir8dU1JEanaI/RwL12Imy9js/527N0v/IRUKewocP1kTq998JNT18IGtThaDLwLOBxQ==} dependencies: prosemirror-model: 1.19.3 dev: false @@ -4151,7 +4152,7 @@ packages: dependencies: prosemirror-model: 1.19.3 prosemirror-state: 1.4.3 - prosemirror-transform: 1.7.4 + prosemirror-transform: 1.7.5 dev: false /proxy-chain@2.3.0: @@ -4274,12 +4275,12 @@ packages: dependencies: glob: 7.2.3 - /rollup@3.28.0: - resolution: {integrity: sha512-d7zhvo1OUY2SXSM6pfNjgD5+d0Nz87CUp4mt8l/GgVP3oBsPwzNvSzyu1me6BSG9JIgWNTVcafIXBIyM8yQ3yw==} + /rollup@3.28.1: + resolution: {integrity: sha512-R9OMQmIHJm9znrU3m3cpE8uhN0fGdXiawME7aZIpQqvpS/85+Vt1Hq1/yVIcYfOmaQiHjvXkQAoJukvLpau6Yw==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 dev: true /rope-sequence@1.3.4: @@ -4602,13 +4603,13 @@ packages: hasBin: true dev: true - /ts-api-utils@1.0.2(typescript@5.1.6): + /ts-api-utils@1.0.2(typescript@5.2.2): resolution: {integrity: sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==} engines: {node: '>=16.13.0'} peerDependencies: typescript: '>=4.2.0' dependencies: - typescript: 5.1.6 + typescript: 5.2.2 dev: true /ts-interface-checker@0.1.13: @@ -4624,7 +4625,7 @@ packages: engines: {node: '>=0.6.x'} dev: false - /tsup@7.2.0(typescript@5.1.6): + /tsup@7.2.0(typescript@5.2.2): resolution: {integrity: sha512-vDHlczXbgUvY3rWvqFEbSqmC1L7woozbzngMqTtL2PGBODTtWlRwGDDawhvWzr5c1QjKe4OAKqJGfE1xeXUvtQ==} engines: {node: '>=16.14'} hasBin: true @@ -4650,11 +4651,11 @@ packages: joycon: 3.1.1 postcss-load-config: 4.0.1 resolve-from: 5.0.0 - rollup: 3.28.0 + rollup: 3.28.1 source-map: 0.8.0-beta.0 sucrase: 3.34.0 tree-kill: 1.2.2 - typescript: 5.1.6 + typescript: 5.2.2 transitivePeerDependencies: - supports-color - ts-node @@ -4682,8 +4683,8 @@ packages: engines: {node: '>=12.20'} dev: false - /type-fest@4.2.0: - resolution: {integrity: sha512-5zknd7Dss75pMSED270A1RQS3KloqRJA9XbXLe0eCxyw7xXFb3rd+9B0UQ/0E+LQT6lnrLviEolYORlRWamn4w==} + /type-fest@4.3.1: + resolution: {integrity: sha512-pphNW/msgOUSkJbH58x8sqpq8uQj6b0ZKGxEsLKMUnGorRcDjrUaLS+39+/ub41JNTwrrMyJcUB8+YZs3mbwqw==} engines: {node: '>=16'} dev: false @@ -4695,8 +4696,8 @@ packages: mime-types: 2.1.35 dev: false - /typescript@5.1.6: - resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==} + /typescript@5.2.2: + resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==} engines: {node: '>=14.17'} hasBin: true dev: true @@ -4919,8 +4920,8 @@ packages: /yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} - /yaml@2.3.1: - resolution: {integrity: sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==} + /yaml@2.3.2: + resolution: {integrity: sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==} engines: {node: '>= 14'} dev: true