Unverified Commit 61e8e481 authored by NGPixel's avatar NGPixel

chore: update dependencies

parent 41fba30e
...@@ -46,13 +46,13 @@ jobs: ...@@ -46,13 +46,13 @@ jobs:
- name: Build Assets - name: Build Assets
working-directory: ux working-directory: ux
run: | run: |
pnpm install --frozen-lockfile pnpm install
pnpm build pnpm build
- name: Build Blocks - name: Build Blocks
working-directory: blocks working-directory: blocks
run: | run: |
pnpm install --frozen-lockfile pnpm install
pnpm build pnpm build
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
......
...@@ -40,17 +40,17 @@ ...@@ -40,17 +40,17 @@
"@azure/storage-blob": "12.16.0", "@azure/storage-blob": "12.16.0",
"@exlinc/keycloak-passport": "1.0.2", "@exlinc/keycloak-passport": "1.0.2",
"@graphql-tools/schema": "10.0.0", "@graphql-tools/schema": "10.0.0",
"@graphql-tools/utils": "10.0.6", "@graphql-tools/utils": "10.0.7",
"@hexagon/base64": "1.1.28", "@hexagon/base64": "1.1.28",
"@joplin/turndown-plugin-gfm": "1.0.50", "@joplin/turndown-plugin-gfm": "1.0.50",
"@node-saml/passport-saml": "4.0.4", "@node-saml/passport-saml": "4.0.4",
"@root/csr": "0.8.1", "@root/csr": "0.8.1",
"@root/keypairs": "0.10.3", "@root/keypairs": "0.10.3",
"@root/pem": "1.0.4", "@root/pem": "1.0.4",
"@simplewebauthn/server": "8.2.0", "@simplewebauthn/server": "8.3.2",
"acme": "3.0.3", "acme": "3.0.3",
"akismet-api": "6.0.0", "akismet-api": "6.0.0",
"aws-sdk": "2.1472.0", "aws-sdk": "2.1478.0",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"chalk": "5.3.0", "chalk": "5.3.0",
"cheerio": "1.0.0-rc.12", "cheerio": "1.0.0-rc.12",
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
"diff2html": "3.4.45", "diff2html": "3.4.45",
"dompurify": "3.0.6", "dompurify": "3.0.6",
"dotize": "0.3.0", "dotize": "0.3.0",
"emoji-regex": "10.2.1", "emoji-regex": "10.3.0",
"eventemitter2": "6.4.9", "eventemitter2": "6.4.9",
"express": "4.18.2", "express": "4.18.2",
"express-brute": "1.0.1", "express-brute": "1.0.1",
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
"graphql-tools": "9.0.0", "graphql-tools": "9.0.0",
"graphql-upload": "16.0.2", "graphql-upload": "16.0.2",
"he": "1.2.0", "he": "1.2.0",
"highlight.js": "11.8.0", "highlight.js": "11.9.0",
"image-size": "1.0.2", "image-size": "1.0.2",
"js-base64": "3.7.5", "js-base64": "3.7.5",
"js-binary": "1.2.0", "js-binary": "1.2.0",
...@@ -116,10 +116,10 @@ ...@@ -116,10 +116,10 @@
"mime-types": "2.1.35", "mime-types": "2.1.35",
"ms": "2.1.3", "ms": "2.1.3",
"multer": "1.4.5-lts.1", "multer": "1.4.5-lts.1",
"nanoid": "5.0.1", "nanoid": "5.0.2",
"node-2fa": "2.0.3", "node-2fa": "2.0.3",
"node-cache": "5.1.2", "node-cache": "5.1.2",
"nodemailer": "6.9.5", "nodemailer": "6.9.7",
"objection": "3.1.2", "objection": "3.1.2",
"octokit": "3.1.1", "octokit": "3.1.1",
"passport": "0.6.0", "passport": "0.6.0",
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
"pg-tsquery": "8.4.1", "pg-tsquery": "8.4.1",
"poolifier": "2.7.5", "poolifier": "2.7.5",
"punycode": "2.3.0", "punycode": "2.3.0",
"puppeteer-core": "21.3.8", "puppeteer-core": "21.4.0",
"qr-image": "3.2.0", "qr-image": "3.2.0",
"remove-markdown": "0.5.0", "remove-markdown": "0.5.0",
"safe-regex": "2.1.1", "safe-regex": "2.1.1",
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
"yargs": "17.7.2" "yargs": "17.7.2"
}, },
"devDependencies": { "devDependencies": {
"eslint": "8.51.0", "eslint": "8.52.0",
"eslint-config-requarks": "1.0.7", "eslint-config-requarks": "1.0.7",
"eslint-config-standard": "17.1.0", "eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.28.1", "eslint-plugin-import": "2.28.1",
......
...@@ -18,8 +18,8 @@ dependencies: ...@@ -18,8 +18,8 @@ dependencies:
specifier: 10.0.0 specifier: 10.0.0
version: 10.0.0(graphql@16.8.1) version: 10.0.0(graphql@16.8.1)
'@graphql-tools/utils': '@graphql-tools/utils':
specifier: 10.0.6 specifier: 10.0.7
version: 10.0.6(graphql@16.8.1) version: 10.0.7(graphql@16.8.1)
'@hexagon/base64': '@hexagon/base64':
specifier: 1.1.28 specifier: 1.1.28
version: 1.1.28 version: 1.1.28
...@@ -39,8 +39,8 @@ dependencies: ...@@ -39,8 +39,8 @@ dependencies:
specifier: 1.0.4 specifier: 1.0.4
version: 1.0.4 version: 1.0.4
'@simplewebauthn/server': '@simplewebauthn/server':
specifier: 8.2.0 specifier: 8.3.2
version: 8.2.0 version: 8.3.2
acme: acme:
specifier: 3.0.3 specifier: 3.0.3
version: 3.0.3 version: 3.0.3
...@@ -48,8 +48,8 @@ dependencies: ...@@ -48,8 +48,8 @@ dependencies:
specifier: 6.0.0 specifier: 6.0.0
version: 6.0.0 version: 6.0.0
aws-sdk: aws-sdk:
specifier: 2.1472.0 specifier: 2.1478.0
version: 2.1472.0 version: 2.1478.0
bcryptjs: bcryptjs:
specifier: 2.4.3 specifier: 2.4.3
version: 2.4.3 version: 2.4.3
...@@ -108,8 +108,8 @@ dependencies: ...@@ -108,8 +108,8 @@ dependencies:
specifier: 0.3.0 specifier: 0.3.0
version: 0.3.0 version: 0.3.0
emoji-regex: emoji-regex:
specifier: 10.2.1 specifier: 10.3.0
version: 10.2.1 version: 10.3.0
eventemitter2: eventemitter2:
specifier: 6.4.9 specifier: 6.4.9
version: 6.4.9 version: 6.4.9
...@@ -142,7 +142,7 @@ dependencies: ...@@ -142,7 +142,7 @@ dependencies:
version: 2.0.2 version: 2.0.2
graphql-rate-limit-directive: graphql-rate-limit-directive:
specifier: 2.0.4 specifier: 2.0.4
version: 2.0.4(@graphql-tools/utils@10.0.6)(graphql@16.8.1)(rate-limiter-flexible@2.4.2) version: 2.0.4(@graphql-tools/utils@10.0.7)(graphql@16.8.1)(rate-limiter-flexible@2.4.2)
graphql-tools: graphql-tools:
specifier: 9.0.0 specifier: 9.0.0
version: 9.0.0(graphql@16.8.1) version: 9.0.0(graphql@16.8.1)
...@@ -153,8 +153,8 @@ dependencies: ...@@ -153,8 +153,8 @@ dependencies:
specifier: 1.2.0 specifier: 1.2.0
version: 1.2.0 version: 1.2.0
highlight.js: highlight.js:
specifier: 11.8.0 specifier: 11.9.0
version: 11.8.0 version: 11.9.0
image-size: image-size:
specifier: 1.0.2 specifier: 1.0.2
version: 1.0.2 version: 1.0.2
...@@ -220,7 +220,7 @@ dependencies: ...@@ -220,7 +220,7 @@ dependencies:
version: 3.0.1 version: 3.0.1
markdown-it-mdc: markdown-it-mdc:
specifier: 0.1.4 specifier: 0.1.4
version: 0.1.4(@types/markdown-it@13.0.2)(markdown-it@13.0.2) version: 0.1.4(@types/markdown-it@13.0.4)(markdown-it@13.0.2)
markdown-it-multimd-table: markdown-it-multimd-table:
specifier: 4.2.3 specifier: 4.2.3
version: 4.2.3 version: 4.2.3
...@@ -246,8 +246,8 @@ dependencies: ...@@ -246,8 +246,8 @@ dependencies:
specifier: 1.4.5-lts.1 specifier: 1.4.5-lts.1
version: 1.4.5-lts.1 version: 1.4.5-lts.1
nanoid: nanoid:
specifier: 5.0.1 specifier: 5.0.2
version: 5.0.1 version: 5.0.2
node-2fa: node-2fa:
specifier: 2.0.3 specifier: 2.0.3
version: 2.0.3 version: 2.0.3
...@@ -255,8 +255,8 @@ dependencies: ...@@ -255,8 +255,8 @@ dependencies:
specifier: 5.1.2 specifier: 5.1.2
version: 5.1.2 version: 5.1.2
nodemailer: nodemailer:
specifier: 6.9.5 specifier: 6.9.7
version: 6.9.5 version: 6.9.7
objection: objection:
specifier: 3.1.2 specifier: 3.1.2
version: 3.1.2(knex@3.0.1) version: 3.1.2(knex@3.0.1)
...@@ -345,8 +345,8 @@ dependencies: ...@@ -345,8 +345,8 @@ dependencies:
specifier: 2.3.0 specifier: 2.3.0
version: 2.3.0 version: 2.3.0
puppeteer-core: puppeteer-core:
specifier: 21.3.8 specifier: 21.4.0
version: 21.3.8 version: 21.4.0
qr-image: qr-image:
specifier: 3.2.0 specifier: 3.2.0
version: 3.2.0 version: 3.2.0
...@@ -407,23 +407,23 @@ dependencies: ...@@ -407,23 +407,23 @@ dependencies:
devDependencies: devDependencies:
eslint: eslint:
specifier: 8.51.0 specifier: 8.52.0
version: 8.51.0 version: 8.52.0
eslint-config-requarks: eslint-config-requarks:
specifier: 1.0.7 specifier: 1.0.7
version: 1.0.7(eslint-plugin-import@2.28.1)(eslint-plugin-node@11.1.0)(eslint-plugin-promise@6.1.1)(eslint-plugin-standard@5.0.0)(eslint@8.51.0) version: 1.0.7(eslint-plugin-import@2.28.1)(eslint-plugin-node@11.1.0)(eslint-plugin-promise@6.1.1)(eslint-plugin-standard@5.0.0)(eslint@8.52.0)
eslint-config-standard: eslint-config-standard:
specifier: 17.1.0 specifier: 17.1.0
version: 17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.1.0)(eslint-plugin-promise@6.1.1)(eslint@8.51.0) version: 17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.2.0)(eslint-plugin-promise@6.1.1)(eslint@8.52.0)
eslint-plugin-import: eslint-plugin-import:
specifier: 2.28.1 specifier: 2.28.1
version: 2.28.1(eslint@8.51.0) version: 2.28.1(eslint@8.52.0)
eslint-plugin-node: eslint-plugin-node:
specifier: 11.1.0 specifier: 11.1.0
version: 11.1.0(eslint@8.51.0) version: 11.1.0(eslint@8.52.0)
eslint-plugin-promise: eslint-plugin-promise:
specifier: 6.1.1 specifier: 6.1.1
version: 6.1.1(eslint@8.51.0) version: 6.1.1(eslint@8.52.0)
nodemon: nodemon:
specifier: 3.0.1 specifier: 3.0.1
version: 3.0.1 version: 3.0.1
...@@ -793,13 +793,13 @@ packages: ...@@ -793,13 +793,13 @@ packages:
dev: false dev: false
optional: true optional: true
/@eslint-community/eslint-utils@4.4.0(eslint@8.51.0): /@eslint-community/eslint-utils@4.4.0(eslint@8.52.0):
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
dependencies: dependencies:
eslint: 8.51.0 eslint: 8.52.0
eslint-visitor-keys: 3.4.3 eslint-visitor-keys: 3.4.3
dev: true dev: true
...@@ -825,8 +825,8 @@ packages: ...@@ -825,8 +825,8 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@eslint/js@8.51.0: /@eslint/js@8.52.0:
resolution: {integrity: sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==} resolution: {integrity: sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true dev: true
...@@ -852,7 +852,7 @@ packages: ...@@ -852,7 +852,7 @@ packages:
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies: dependencies:
'@graphql-tools/utils': 10.0.6(graphql@16.8.1) '@graphql-tools/utils': 10.0.7(graphql@16.8.1)
graphql: 16.8.1 graphql: 16.8.1
tslib: 2.6.2 tslib: 2.6.2
dev: false dev: false
...@@ -864,7 +864,7 @@ packages: ...@@ -864,7 +864,7 @@ packages:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies: dependencies:
'@graphql-tools/merge': 9.0.0(graphql@16.8.1) '@graphql-tools/merge': 9.0.0(graphql@16.8.1)
'@graphql-tools/utils': 10.0.6(graphql@16.8.1) '@graphql-tools/utils': 10.0.7(graphql@16.8.1)
graphql: 16.8.1 graphql: 16.8.1
tslib: 2.6.2 tslib: 2.6.2
value-or-promise: 1.0.12 value-or-promise: 1.0.12
...@@ -882,8 +882,8 @@ packages: ...@@ -882,8 +882,8 @@ packages:
value-or-promise: 1.0.12 value-or-promise: 1.0.12
dev: false dev: false
/@graphql-tools/utils@10.0.6(graphql@16.8.1): /@graphql-tools/utils@10.0.7(graphql@16.8.1):
resolution: {integrity: sha512-hZMjl/BbX10iagovakgf3IiqArx8TPsotq5pwBld37uIX1JiZoSbgbCIFol7u55bh32o6cfDEiiJgfAD5fbeyQ==} resolution: {integrity: sha512-KOdeMj6Hd/MENDaqPbws3YJl3wVy0DeYnL7PyUms5Skyf7uzI9INynDwPMhLXfSb0/ph6BXTwMd5zBtWbF8tBQ==}
engines: {node: '>=16.0.0'} engines: {node: '>=16.0.0'}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
...@@ -916,11 +916,11 @@ packages: ...@@ -916,11 +916,11 @@ packages:
resolution: {integrity: sha512-lhqDEAvWixy3bZ+UOYbPwUbBkwBq5C1LAJ/xPC8Oi+lL54oyakv/npbA0aU2hgCsx/1NUd4IBvV03+aUBWxerw==} resolution: {integrity: sha512-lhqDEAvWixy3bZ+UOYbPwUbBkwBq5C1LAJ/xPC8Oi+lL54oyakv/npbA0aU2hgCsx/1NUd4IBvV03+aUBWxerw==}
dev: false dev: false
/@humanwhocodes/config-array@0.11.11: /@humanwhocodes/config-array@0.11.13:
resolution: {integrity: sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==} resolution: {integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==}
engines: {node: '>=10.10.0'} engines: {node: '>=10.10.0'}
dependencies: dependencies:
'@humanwhocodes/object-schema': 1.2.1 '@humanwhocodes/object-schema': 2.0.1
debug: 4.3.4 debug: 4.3.4
minimatch: 3.1.2 minimatch: 3.1.2
transitivePeerDependencies: transitivePeerDependencies:
...@@ -932,8 +932,8 @@ packages: ...@@ -932,8 +932,8 @@ packages:
engines: {node: '>=12.22'} engines: {node: '>=12.22'}
dev: true dev: true
/@humanwhocodes/object-schema@1.2.1: /@humanwhocodes/object-schema@2.0.1:
resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==}
dev: true dev: true
/@joplin/turndown-plugin-gfm@1.0.50: /@joplin/turndown-plugin-gfm@1.0.50:
...@@ -1263,44 +1263,44 @@ packages: ...@@ -1263,44 +1263,44 @@ packages:
engines: {node: '>=8.0.0'} engines: {node: '>=8.0.0'}
dev: false dev: false
/@peculiar/asn1-android@2.3.6: /@peculiar/asn1-android@2.3.9:
resolution: {integrity: sha512-zkYh4DsiRhiNfg6tWaUuRc+huwlb9XJbmeZLrjTz9v76UK1Ehq3EnfJFED6P3sdznW/nqWe46LoM9JrqxcD58g==} resolution: {integrity: sha512-GvD1Brze9Fk5lTdFmJ3xIZhZCG7PumCkvy7y/wt/lg4IkGHTnz/FRPoLofIO9GKUhRmwlyo+JUv1pyvpcGGRzg==}
dependencies: dependencies:
'@peculiar/asn1-schema': 2.3.6 '@peculiar/asn1-schema': 2.3.8
asn1js: 3.0.5 asn1js: 3.0.5
tslib: 2.6.2 tslib: 2.6.2
dev: false dev: false
/@peculiar/asn1-ecc@2.3.6: /@peculiar/asn1-ecc@2.3.8:
resolution: {integrity: sha512-Hu1xzMJQWv8/GvzOiinaE6XiD1/kEhq2C/V89UEoWeZ2fLUcGNIvMxOr/pMyL0OmpRWj/mhCTXOZp4PP+a0aTg==} resolution: {integrity: sha512-Ah/Q15y3A/CtxbPibiLM/LKcMbnLTdUdLHUgdpB5f60sSvGkXzxJCu5ezGTFHogZXWNX3KSmYqilCrfdmBc6pQ==}
dependencies: dependencies:
'@peculiar/asn1-schema': 2.3.6 '@peculiar/asn1-schema': 2.3.8
'@peculiar/asn1-x509': 2.3.6 '@peculiar/asn1-x509': 2.3.8
asn1js: 3.0.5 asn1js: 3.0.5
tslib: 2.6.2 tslib: 2.6.2
dev: false dev: false
/@peculiar/asn1-rsa@2.3.6: /@peculiar/asn1-rsa@2.3.8:
resolution: {integrity: sha512-DswjJyAXZnvESuImGNTvbNKvh1XApBVqU+r3UmrFFTAI23gv62byl0f5OFKWTNhCf66WQrd3sklpsCZc/4+jwA==} resolution: {integrity: sha512-ES/RVEHu8VMYXgrg3gjb1m/XG0KJWnV4qyZZ7mAg7rrF3VTmRbLxO8mk+uy0Hme7geSMebp+Wvi2U6RLLEs12Q==}
dependencies: dependencies:
'@peculiar/asn1-schema': 2.3.6 '@peculiar/asn1-schema': 2.3.8
'@peculiar/asn1-x509': 2.3.6 '@peculiar/asn1-x509': 2.3.8
asn1js: 3.0.5 asn1js: 3.0.5
tslib: 2.6.2 tslib: 2.6.2
dev: false dev: false
/@peculiar/asn1-schema@2.3.6: /@peculiar/asn1-schema@2.3.8:
resolution: {integrity: sha512-izNRxPoaeJeg/AyH8hER6s+H7p4itk+03QCa4sbxI3lNdseQYCuxzgsuNK8bTXChtLTjpJz6NmXKA73qLa3rCA==} resolution: {integrity: sha512-ULB1XqHKx1WBU/tTFIA+uARuRoBVZ4pNdOA878RDrRbBfBGcSzi5HBkdScC6ZbHn8z7L8gmKCgPC1LHRrP46tA==}
dependencies: dependencies:
asn1js: 3.0.5 asn1js: 3.0.5
pvtsutils: 1.3.5 pvtsutils: 1.3.5
tslib: 2.6.2 tslib: 2.6.2
dev: false dev: false
/@peculiar/asn1-x509@2.3.6: /@peculiar/asn1-x509@2.3.8:
resolution: {integrity: sha512-dRwX31R1lcbIdzbztiMvLNTDoGptxdV7HocNx87LfKU0fEWh7fTWJjx4oV+glETSy6heF/hJHB2J4RGB3vVSYg==} resolution: {integrity: sha512-voKxGfDU1c6r9mKiN5ZUsZWh3Dy1BABvTM3cimf0tztNwyMJPhiXY94eRTgsMQe6ViLfT6EoXxkWVzcm3mFAFw==}
dependencies: dependencies:
'@peculiar/asn1-schema': 2.3.6 '@peculiar/asn1-schema': 2.3.8
asn1js: 3.0.5 asn1js: 3.0.5
ipaddr.js: 2.1.0 ipaddr.js: 2.1.0
pvtsutils: 1.3.5 pvtsutils: 1.3.5
...@@ -1350,8 +1350,8 @@ packages: ...@@ -1350,8 +1350,8 @@ packages:
resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==}
dev: false dev: false
/@puppeteer/browsers@1.7.1: /@puppeteer/browsers@1.8.0:
resolution: {integrity: sha512-nIb8SOBgDEMFY2iS2MdnUZOg2ikcYchRrBoF+wtdjieRFKR2uGRipHY/oFLo+2N6anDualyClPzGywTHRGrLfw==} resolution: {integrity: sha512-TkRHIV6k2D8OlUe8RtG+5jgOF/H98Myx0M6AOafC8DdNVOFiBSFa5cpRDtpm8LXOa9sVwe0+e6Q3FC56X/DZfg==}
engines: {node: '>=16.3.0'} engines: {node: '>=16.3.0'}
hasBin: true hasBin: true
dependencies: dependencies:
...@@ -1361,7 +1361,7 @@ packages: ...@@ -1361,7 +1361,7 @@ packages:
proxy-agent: 6.3.1 proxy-agent: 6.3.1
tar-fs: 3.0.4 tar-fs: 3.0.4
unbzip2-stream: 1.4.3 unbzip2-stream: 1.4.3
yargs: 17.7.1 yargs: 17.7.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: false dev: false
...@@ -1419,16 +1419,16 @@ packages: ...@@ -1419,16 +1419,16 @@ packages:
'@root/encoding': 1.0.1 '@root/encoding': 1.0.1
dev: false dev: false
/@simplewebauthn/server@8.2.0: /@simplewebauthn/server@8.3.2:
resolution: {integrity: sha512-nknf7kCa5V61Kk2zn1vTuKeAlyut9aWduIcbHNQWpMCEJqH/m8cXpb+9UV42MEQRIk8JVC1GSNeEx56QVTfJHw==} resolution: {integrity: sha512-ceo8t5gdO5W/JOePQWPDH+rAd8tO6QNalLU56rc9ItdzaTjk+qcYwQg/BKXDDg6117P3HKrRBkZwBrMJl4dOdA==}
engines: {node: '>=16.0.0'} engines: {node: '>=16.0.0'}
dependencies: dependencies:
'@hexagon/base64': 1.1.28 '@hexagon/base64': 1.1.28
'@peculiar/asn1-android': 2.3.6 '@peculiar/asn1-android': 2.3.9
'@peculiar/asn1-ecc': 2.3.6 '@peculiar/asn1-ecc': 2.3.8
'@peculiar/asn1-rsa': 2.3.6 '@peculiar/asn1-rsa': 2.3.8
'@peculiar/asn1-schema': 2.3.6 '@peculiar/asn1-schema': 2.3.8
'@peculiar/asn1-x509': 2.3.6 '@peculiar/asn1-x509': 2.3.8
'@simplewebauthn/typescript-types': 8.0.0 '@simplewebauthn/typescript-types': 8.0.0
cbor-x: 1.5.4 cbor-x: 1.5.4
cross-fetch: 4.0.0 cross-fetch: 4.0.0
...@@ -1538,23 +1538,23 @@ packages: ...@@ -1538,23 +1538,23 @@ packages:
'@types/node': 20.8.3 '@types/node': 20.8.3
dev: false dev: false
/@types/linkify-it@3.0.3: /@types/linkify-it@3.0.4:
resolution: {integrity: sha512-pTjcqY9E4nOI55Wgpz7eiI8+LzdYnw3qxXCfHyBDdPbYvbyLgWLJGh8EdPvqawwMK1Uo1794AUkkR38Fr0g+2g==} resolution: {integrity: sha512-hPpIeeHb/2UuCw06kSNAOVWgehBLXEo0/fUs0mw3W2qhqX89PI2yvok83MnuctYGCPrabGIoi0fFso4DQ+sNUQ==}
dev: false dev: false
/@types/long@4.0.2: /@types/long@4.0.2:
resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==} resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==}
dev: false dev: false
/@types/markdown-it@13.0.2: /@types/markdown-it@13.0.4:
resolution: {integrity: sha512-Tla7hH9oeXHOlJyBFdoqV61xWE9FZf/y2g+gFVwQ2vE1/eBzjUno5JCd3Hdb5oATve5OF6xNjZ/4VIZhVVx+hA==} resolution: {integrity: sha512-FAIUdEXrCDnQmAAmJC+UeW/3p0eCI4QZ/+W0lX/h83VD3v78IgTFYftjnAeXS8H0g4PFQCgipc51cQDA8tjgLw==}
dependencies: dependencies:
'@types/linkify-it': 3.0.3 '@types/linkify-it': 3.0.4
'@types/mdurl': 1.0.3 '@types/mdurl': 1.0.4
dev: false dev: false
/@types/mdurl@1.0.3: /@types/mdurl@1.0.4:
resolution: {integrity: sha512-T5k6kTXak79gwmIOaDF2UUQXFbnBE0zBUzF20pz7wDYu0RQMzWg+Ml/Pz50214NsFHBITkoi5VtdjFZnJ2ijjA==} resolution: {integrity: sha512-ARVxjAEX5TARFRzpDRVC6cEk0hUIXCCwaMhz8y7S1/PxU6zZS1UMjyobz7q4w/D/R552r4++EhwmXK1N2rAy0A==}
dev: false dev: false
/@types/mime@1.3.3: /@types/mime@1.3.3:
...@@ -1580,6 +1580,14 @@ packages: ...@@ -1580,6 +1580,14 @@ packages:
resolution: {integrity: sha512-jxiZQFpb+NlH5kjW49vXxvxTjeeqlbsnTAdBTKpzEdPs9itay7MscYXz3Fo9VYFEsfQ6LJFitHad3faerLAjCw==} resolution: {integrity: sha512-jxiZQFpb+NlH5kjW49vXxvxTjeeqlbsnTAdBTKpzEdPs9itay7MscYXz3Fo9VYFEsfQ6LJFitHad3faerLAjCw==}
dev: false dev: false
/@types/node@20.8.7:
resolution: {integrity: sha512-21TKHHh3eUHIi2MloeptJWALuCu5H7HQTdTrWIFReA8ad+aggoX+lRes3ex7/FtpC+sVUpFMQ+QTfYr74mruiQ==}
requiresBuild: true
dependencies:
undici-types: 5.25.3
dev: false
optional: true
/@types/notp@2.0.3: /@types/notp@2.0.3:
resolution: {integrity: sha512-biFO/VNDdq/vH7PVN+WovqxhbRhvaA2daj1uAvMFKrcMQ12tfoSySud3vV8m9Zls6eM2FC8N9CpKbkLYJS1AAA==} resolution: {integrity: sha512-biFO/VNDdq/vH7PVN+WovqxhbRhvaA2daj1uAvMFKrcMQ12tfoSySud3vV8m9Zls6eM2FC8N9CpKbkLYJS1AAA==}
dependencies: dependencies:
...@@ -1651,14 +1659,18 @@ packages: ...@@ -1651,14 +1659,18 @@ packages:
'@types/node': 20.8.3 '@types/node': 20.8.3
dev: false dev: false
/@types/yauzl@2.10.1: /@types/yauzl@2.10.2:
resolution: {integrity: sha512-CHzgNU3qYBnp/O4S3yv2tXPlvMTq0YWSTVg2/JYLqWZGHwwgJGAwd00poay/11asPq8wLFwHzubyInqHIFmmiw==} resolution: {integrity: sha512-Km7XAtUIduROw7QPgvcft0lIupeG8a8rdKL8RiSyKvlE7dYY31fEn41HVuQsRFDuROA8tA4K2UVL+WdfFmErBA==}
requiresBuild: true requiresBuild: true
dependencies: dependencies:
'@types/node': 20.8.3 '@types/node': 20.8.7
dev: false dev: false
optional: true optional: true
/@ungap/structured-clone@1.2.0:
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
dev: true
/@wry/context@0.7.3: /@wry/context@0.7.3:
resolution: {integrity: sha512-Nl8WTesHp89RF803Se9X3IiHjdmLBrIvPMaJkl+rKVJAYyPsz1TEUbu89943HpvujtSJgDUx9W4vZw3K1Mr3sA==} resolution: {integrity: sha512-Nl8WTesHp89RF803Se9X3IiHjdmLBrIvPMaJkl+rKVJAYyPsz1TEUbu89943HpvujtSJgDUx9W4vZw3K1Mr3sA==}
engines: {node: '>=8'} engines: {node: '>=8'}
...@@ -1966,8 +1978,8 @@ packages: ...@@ -1966,8 +1978,8 @@ packages:
resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
/aws-sdk@2.1472.0: /aws-sdk@2.1478.0:
resolution: {integrity: sha512-U7kAHRbvTy753IXKV8Oom/AqlqnsbXG+Kw5gRbKi6VcsZ3hR/EpNMzdRXTWO5U415bnLWGo8WAqIz67PIaaKsw==} resolution: {integrity: sha512-F+Ud9FxMD4rwvGbEXn7qc25Q19N4p+9klRjiH1llFLYssPw6TRtY464Cry/jG4OzuYkE/DsnhcwVFEJjGvMmuQ==}
engines: {node: '>= 10.0.0'} engines: {node: '>= 10.0.0'}
dependencies: dependencies:
buffer: 4.9.2 buffer: 4.9.2
...@@ -2203,6 +2215,14 @@ packages: ...@@ -2203,6 +2215,14 @@ packages:
function-bind: 1.1.1 function-bind: 1.1.1
get-intrinsic: 1.2.1 get-intrinsic: 1.2.1
/call-bind@1.0.5:
resolution: {integrity: sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==}
dependencies:
function-bind: 1.1.2
get-intrinsic: 1.2.2
set-function-length: 1.1.1
dev: false
/callsites@3.1.0: /callsites@3.1.0:
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
engines: {node: '>=6'} engines: {node: '>=6'}
...@@ -2285,12 +2305,12 @@ packages: ...@@ -2285,12 +2305,12 @@ packages:
resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==}
dev: false dev: false
/chromium-bidi@0.4.31(devtools-protocol@0.0.1179426): /chromium-bidi@0.4.32(devtools-protocol@0.0.1191157):
resolution: {integrity: sha512-OtvEg2JMRQrHsmLx4FV3u1Hf9waYxB5PmL+yM0HkFpc9H2x3TMbUqS+GP2/fC4399hzOO+EQF8uVU43By9ILag==} resolution: {integrity: sha512-RJnw0PW3sNdx1WclINVfVVx8JUH+tWTHZNpnEzlcM+Qgvf40dUH34U7gJq+cc/0LE+rbPxeT6ldqWrCbUf4jeg==}
peerDependencies: peerDependencies:
devtools-protocol: '*' devtools-protocol: '*'
dependencies: dependencies:
devtools-protocol: 0.0.1179426 devtools-protocol: 0.0.1191157
mitt: 3.0.1 mitt: 3.0.1
urlpattern-polyfill: 9.0.0 urlpattern-polyfill: 9.0.0
dev: false dev: false
...@@ -2632,6 +2652,15 @@ packages: ...@@ -2632,6 +2652,15 @@ packages:
has-property-descriptors: 1.0.0 has-property-descriptors: 1.0.0
dev: true dev: true
/define-data-property@1.1.1:
resolution: {integrity: sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==}
engines: {node: '>= 0.4'}
dependencies:
get-intrinsic: 1.2.2
gopd: 1.0.1
has-property-descriptors: 1.0.1
dev: false
/define-properties@1.2.1: /define-properties@1.2.1:
resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
...@@ -2679,8 +2708,8 @@ packages: ...@@ -2679,8 +2708,8 @@ packages:
engines: {node: '>=8'} engines: {node: '>=8'}
dev: false dev: false
/devtools-protocol@0.0.1179426: /devtools-protocol@0.0.1191157:
resolution: {integrity: sha512-KKC7IGwdOr7u9kTGgjUvGTov/z1s2H7oHi3zKCdR9eSDyCPia5CBi4aRhtp7d8uR7l0GS5UTDw3TjKGu5CqINg==} resolution: {integrity: sha512-Fu2mUhX7zkzLHMJZk5wQTiHdl1eJrhK0GypUoSzogUt51MmYEv/46pCz4PtGGFlr0f2ZyYDzzx5CPtbEkuvcTA==}
dev: false dev: false
/dezalgo@1.0.4: /dezalgo@1.0.4:
...@@ -2789,8 +2818,8 @@ packages: ...@@ -2789,8 +2818,8 @@ packages:
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
dev: false dev: false
/emoji-regex@10.2.1: /emoji-regex@10.3.0:
resolution: {integrity: sha512-97g6QgOk8zlDRdgq1WxwgTMgEWGVAQvB5Fdpgc1MkNy56la5SKP9GsMXKDOdqwn90/41a8yPwIGk1Y6WVbeMQA==} resolution: {integrity: sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==}
dev: false dev: false
/emoji-regex@8.0.0: /emoji-regex@8.0.0:
...@@ -2942,7 +2971,7 @@ packages: ...@@ -2942,7 +2971,7 @@ packages:
source-map: 0.6.1 source-map: 0.6.1
dev: false dev: false
/eslint-config-requarks@1.0.7(eslint-plugin-import@2.28.1)(eslint-plugin-node@11.1.0)(eslint-plugin-promise@6.1.1)(eslint-plugin-standard@5.0.0)(eslint@8.51.0): /eslint-config-requarks@1.0.7(eslint-plugin-import@2.28.1)(eslint-plugin-node@11.1.0)(eslint-plugin-promise@6.1.1)(eslint-plugin-standard@5.0.0)(eslint@8.52.0):
resolution: {integrity: sha512-Qx1Ase/ryjVQxjwR6O+3d/u5hn/+vO4ixATPcZ0NYzHORaiXtAAiJ0ZkaGCjl2yM3LUcIW28z8e6lzUFv3s8PA==} resolution: {integrity: sha512-Qx1Ase/ryjVQxjwR6O+3d/u5hn/+vO4ixATPcZ0NYzHORaiXtAAiJ0ZkaGCjl2yM3LUcIW28z8e6lzUFv3s8PA==}
peerDependencies: peerDependencies:
eslint: '>=3.19.0' eslint: '>=3.19.0'
...@@ -2951,14 +2980,14 @@ packages: ...@@ -2951,14 +2980,14 @@ packages:
eslint-plugin-promise: '>=3.5.0' eslint-plugin-promise: '>=3.5.0'
eslint-plugin-standard: '>=3.0.0' eslint-plugin-standard: '>=3.0.0'
dependencies: dependencies:
eslint: 8.51.0 eslint: 8.52.0
eslint-plugin-import: 2.28.1(eslint@8.51.0) eslint-plugin-import: 2.28.1(eslint@8.52.0)
eslint-plugin-node: 11.1.0(eslint@8.51.0) eslint-plugin-node: 11.1.0(eslint@8.52.0)
eslint-plugin-promise: 6.1.1(eslint@8.51.0) eslint-plugin-promise: 6.1.1(eslint@8.52.0)
eslint-plugin-standard: 5.0.0(eslint@8.51.0) eslint-plugin-standard: 5.0.0(eslint@8.52.0)
dev: true dev: true
/eslint-config-standard@17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.1.0)(eslint-plugin-promise@6.1.1)(eslint@8.51.0): /eslint-config-standard@17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.2.0)(eslint-plugin-promise@6.1.1)(eslint@8.52.0):
resolution: {integrity: sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==} resolution: {integrity: sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
...@@ -2967,10 +2996,10 @@ packages: ...@@ -2967,10 +2996,10 @@ packages:
eslint-plugin-n: '^15.0.0 || ^16.0.0 ' eslint-plugin-n: '^15.0.0 || ^16.0.0 '
eslint-plugin-promise: ^6.0.0 eslint-plugin-promise: ^6.0.0
dependencies: dependencies:
eslint: 8.51.0 eslint: 8.52.0
eslint-plugin-import: 2.28.1(eslint@8.51.0) eslint-plugin-import: 2.28.1(eslint@8.52.0)
eslint-plugin-n: 16.1.0(eslint@8.51.0) eslint-plugin-n: 16.2.0(eslint@8.52.0)
eslint-plugin-promise: 6.1.1(eslint@8.51.0) eslint-plugin-promise: 6.1.1(eslint@8.52.0)
dev: true dev: true
/eslint-import-resolver-node@0.3.9: /eslint-import-resolver-node@0.3.9:
...@@ -2983,7 +3012,7 @@ packages: ...@@ -2983,7 +3012,7 @@ packages:
- supports-color - supports-color
dev: true dev: true
/eslint-module-utils@2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.51.0): /eslint-module-utils@2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.52.0):
resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
engines: {node: '>=4'} engines: {node: '>=4'}
peerDependencies: peerDependencies:
...@@ -3005,35 +3034,35 @@ packages: ...@@ -3005,35 +3034,35 @@ packages:
optional: true optional: true
dependencies: dependencies:
debug: 3.2.7(supports-color@5.5.0) debug: 3.2.7(supports-color@5.5.0)
eslint: 8.51.0 eslint: 8.52.0
eslint-import-resolver-node: 0.3.9 eslint-import-resolver-node: 0.3.9
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/eslint-plugin-es-x@7.2.0(eslint@8.51.0): /eslint-plugin-es-x@7.2.0(eslint@8.52.0):
resolution: {integrity: sha512-9dvv5CcvNjSJPqnS5uZkqb3xmbeqRLnvXKK7iI5+oK/yTusyc46zbBZKENGsOfojm/mKfszyZb+wNqNPAPeGXA==} resolution: {integrity: sha512-9dvv5CcvNjSJPqnS5uZkqb3xmbeqRLnvXKK7iI5+oK/yTusyc46zbBZKENGsOfojm/mKfszyZb+wNqNPAPeGXA==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: '>=8' eslint: '>=8'
dependencies: dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) '@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0)
'@eslint-community/regexpp': 4.9.1 '@eslint-community/regexpp': 4.9.1
eslint: 8.51.0 eslint: 8.52.0
dev: true dev: true
/eslint-plugin-es@3.0.1(eslint@8.51.0): /eslint-plugin-es@3.0.1(eslint@8.52.0):
resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==}
engines: {node: '>=8.10.0'} engines: {node: '>=8.10.0'}
peerDependencies: peerDependencies:
eslint: '>=4.19.1' eslint: '>=4.19.1'
dependencies: dependencies:
eslint: 8.51.0 eslint: 8.52.0
eslint-utils: 2.1.0 eslint-utils: 2.1.0
regexpp: 3.2.0 regexpp: 3.2.0
dev: true dev: true
/eslint-plugin-import@2.28.1(eslint@8.51.0): /eslint-plugin-import@2.28.1(eslint@8.52.0):
resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==}
engines: {node: '>=4'} engines: {node: '>=4'}
peerDependencies: peerDependencies:
...@@ -3049,9 +3078,9 @@ packages: ...@@ -3049,9 +3078,9 @@ packages:
array.prototype.flatmap: 1.3.2 array.prototype.flatmap: 1.3.2
debug: 3.2.7(supports-color@5.5.0) debug: 3.2.7(supports-color@5.5.0)
doctrine: 2.1.0 doctrine: 2.1.0
eslint: 8.51.0 eslint: 8.52.0
eslint-import-resolver-node: 0.3.9 eslint-import-resolver-node: 0.3.9
eslint-module-utils: 2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.51.0) eslint-module-utils: 2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.52.0)
has: 1.0.4 has: 1.0.4
is-core-module: 2.13.0 is-core-module: 2.13.0
is-glob: 4.0.3 is-glob: 4.0.3
...@@ -3067,32 +3096,32 @@ packages: ...@@ -3067,32 +3096,32 @@ packages:
- supports-color - supports-color
dev: true dev: true
/eslint-plugin-n@16.1.0(eslint@8.51.0): /eslint-plugin-n@16.2.0(eslint@8.52.0):
resolution: {integrity: sha512-3wv/TooBst0N4ND+pnvffHuz9gNPmk/NkLwAxOt2JykTl/hcuECe6yhTtLJcZjIxtZwN+GX92ACp/QTLpHA3Hg==} resolution: {integrity: sha512-AQER2jEyQOt1LG6JkGJCCIFotzmlcCZFur2wdKrp1JX2cNotC7Ae0BcD/4lLv3lUAArM9uNS8z/fsvXTd0L71g==}
engines: {node: '>=16.0.0'} engines: {node: '>=16.0.0'}
peerDependencies: peerDependencies:
eslint: '>=7.0.0' eslint: '>=7.0.0'
dependencies: dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) '@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0)
builtins: 5.0.1 builtins: 5.0.1
eslint: 8.51.0 eslint: 8.52.0
eslint-plugin-es-x: 7.2.0(eslint@8.51.0) eslint-plugin-es-x: 7.2.0(eslint@8.52.0)
get-tsconfig: 4.7.2 get-tsconfig: 4.7.2
ignore: 5.2.4 ignore: 5.2.4
is-core-module: 2.13.0 is-core-module: 2.13.1
minimatch: 3.1.2 minimatch: 3.1.2
resolve: 1.22.6 resolve: 1.22.8
semver: 7.5.4 semver: 7.5.4
dev: true dev: true
/eslint-plugin-node@11.1.0(eslint@8.51.0): /eslint-plugin-node@11.1.0(eslint@8.52.0):
resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==}
engines: {node: '>=8.10.0'} engines: {node: '>=8.10.0'}
peerDependencies: peerDependencies:
eslint: '>=5.16.0' eslint: '>=5.16.0'
dependencies: dependencies:
eslint: 8.51.0 eslint: 8.52.0
eslint-plugin-es: 3.0.1(eslint@8.51.0) eslint-plugin-es: 3.0.1(eslint@8.52.0)
eslint-utils: 2.1.0 eslint-utils: 2.1.0
ignore: 5.2.4 ignore: 5.2.4
minimatch: 3.1.2 minimatch: 3.1.2
...@@ -3100,22 +3129,22 @@ packages: ...@@ -3100,22 +3129,22 @@ packages:
semver: 6.3.1 semver: 6.3.1
dev: true dev: true
/eslint-plugin-promise@6.1.1(eslint@8.51.0): /eslint-plugin-promise@6.1.1(eslint@8.52.0):
resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==} resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: ^7.0.0 || ^8.0.0 eslint: ^7.0.0 || ^8.0.0
dependencies: dependencies:
eslint: 8.51.0 eslint: 8.52.0
dev: true dev: true
/eslint-plugin-standard@5.0.0(eslint@8.51.0): /eslint-plugin-standard@5.0.0(eslint@8.52.0):
resolution: {integrity: sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg==} resolution: {integrity: sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg==}
deprecated: 'standard 16.0.0 and eslint-config-standard 16.0.0 no longer require the eslint-plugin-standard package. You can remove it from your dependencies with ''npm rm eslint-plugin-standard''. More info here: https://github.com/standard/standard/issues/1316' deprecated: 'standard 16.0.0 and eslint-config-standard 16.0.0 no longer require the eslint-plugin-standard package. You can remove it from your dependencies with ''npm rm eslint-plugin-standard''. More info here: https://github.com/standard/standard/issues/1316'
peerDependencies: peerDependencies:
eslint: '>=5.0.0' eslint: '>=5.0.0'
dependencies: dependencies:
eslint: 8.51.0 eslint: 8.52.0
dev: true dev: true
/eslint-scope@7.2.2: /eslint-scope@7.2.2:
...@@ -3143,18 +3172,19 @@ packages: ...@@ -3143,18 +3172,19 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true dev: true
/eslint@8.51.0: /eslint@8.52.0:
resolution: {integrity: sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==} resolution: {integrity: sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true hasBin: true
dependencies: dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) '@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0)
'@eslint-community/regexpp': 4.9.1 '@eslint-community/regexpp': 4.9.1
'@eslint/eslintrc': 2.1.2 '@eslint/eslintrc': 2.1.2
'@eslint/js': 8.51.0 '@eslint/js': 8.52.0
'@humanwhocodes/config-array': 0.11.11 '@humanwhocodes/config-array': 0.11.13
'@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/module-importer': 1.0.1
'@nodelib/fs.walk': 1.2.8 '@nodelib/fs.walk': 1.2.8
'@ungap/structured-clone': 1.2.0
ajv: 6.12.6 ajv: 6.12.6
chalk: 4.1.2 chalk: 4.1.2
cross-spawn: 7.0.3 cross-spawn: 7.0.3
...@@ -3329,7 +3359,7 @@ packages: ...@@ -3329,7 +3359,7 @@ packages:
get-stream: 5.2.0 get-stream: 5.2.0
yauzl: 2.10.0 yauzl: 2.10.0
optionalDependencies: optionalDependencies:
'@types/yauzl': 2.10.1 '@types/yauzl': 2.10.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: false dev: false
...@@ -3522,6 +3552,9 @@ packages: ...@@ -3522,6 +3552,9 @@ packages:
/function-bind@1.1.1: /function-bind@1.1.1:
resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==}
/function-bind@1.1.2:
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
/function.prototype.name@1.1.6: /function.prototype.name@1.1.6:
resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
...@@ -3549,6 +3582,15 @@ packages: ...@@ -3549,6 +3582,15 @@ packages:
has-proto: 1.0.1 has-proto: 1.0.1
has-symbols: 1.0.3 has-symbols: 1.0.3
/get-intrinsic@1.2.2:
resolution: {integrity: sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==}
dependencies:
function-bind: 1.1.2
has-proto: 1.0.1
has-symbols: 1.0.3
hasown: 2.0.0
dev: false
/get-package-type@0.1.0: /get-package-type@0.1.0:
resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==} resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==}
engines: {node: '>=8.0.0'} engines: {node: '>=8.0.0'}
...@@ -3668,14 +3710,14 @@ packages: ...@@ -3668,14 +3710,14 @@ packages:
resolution: {integrity: sha512-9TSAwcVA3KWw7JWYep5NCk2aw3wl1ayLtbMpmG7l26vh1FZ+gZexNPP+XJfUFyJa71UU0zcKSgtgpsrsA3Xv9Q==} resolution: {integrity: sha512-9TSAwcVA3KWw7JWYep5NCk2aw3wl1ayLtbMpmG7l26vh1FZ+gZexNPP+XJfUFyJa71UU0zcKSgtgpsrsA3Xv9Q==}
dev: false dev: false
/graphql-rate-limit-directive@2.0.4(@graphql-tools/utils@10.0.6)(graphql@16.8.1)(rate-limiter-flexible@2.4.2): /graphql-rate-limit-directive@2.0.4(@graphql-tools/utils@10.0.7)(graphql@16.8.1)(rate-limiter-flexible@2.4.2):
resolution: {integrity: sha512-C6MOmh/xnCuZkNgS3mMIZuLd5hWJhZF64YrqhEfNt8e2YbVjy2I/EAHgiD99FagCPGMmue4fttHTsVSqbYcQDg==} resolution: {integrity: sha512-C6MOmh/xnCuZkNgS3mMIZuLd5hWJhZF64YrqhEfNt8e2YbVjy2I/EAHgiD99FagCPGMmue4fttHTsVSqbYcQDg==}
peerDependencies: peerDependencies:
'@graphql-tools/utils': ^8.0.0 || ^9.0.0 || ^10.0.0 '@graphql-tools/utils': ^8.0.0 || ^9.0.0 || ^10.0.0
graphql: ^16.0.0 graphql: ^16.0.0
rate-limiter-flexible: ^2.0.0 rate-limiter-flexible: ^2.0.0
dependencies: dependencies:
'@graphql-tools/utils': 10.0.6(graphql@16.8.1) '@graphql-tools/utils': 10.0.7(graphql@16.8.1)
graphql: 16.8.1 graphql: 16.8.1
rate-limiter-flexible: 2.4.2 rate-limiter-flexible: 2.4.2
dev: false dev: false
...@@ -3763,6 +3805,12 @@ packages: ...@@ -3763,6 +3805,12 @@ packages:
get-intrinsic: 1.2.1 get-intrinsic: 1.2.1
dev: true dev: true
/has-property-descriptors@1.0.1:
resolution: {integrity: sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==}
dependencies:
get-intrinsic: 1.2.2
dev: false
/has-proto@1.0.1: /has-proto@1.0.1:
resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
...@@ -3781,6 +3829,12 @@ packages: ...@@ -3781,6 +3829,12 @@ packages:
resolution: {integrity: sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==} resolution: {integrity: sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==}
engines: {node: '>= 0.4.0'} engines: {node: '>= 0.4.0'}
/hasown@2.0.0:
resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==}
engines: {node: '>= 0.4'}
dependencies:
function-bind: 1.1.2
/he@1.2.0: /he@1.2.0:
resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
hasBin: true hasBin: true
...@@ -3794,6 +3848,13 @@ packages: ...@@ -3794,6 +3848,13 @@ packages:
/highlight.js@11.8.0: /highlight.js@11.8.0:
resolution: {integrity: sha512-MedQhoqVdr0U6SSnWPzfiadUcDHfN/Wzq25AkXiQv9oiOO/sG0S7XkvpFIqWBl9Yq1UYyYOOVORs5UW2XlPyzg==} resolution: {integrity: sha512-MedQhoqVdr0U6SSnWPzfiadUcDHfN/Wzq25AkXiQv9oiOO/sG0S7XkvpFIqWBl9Yq1UYyYOOVORs5UW2XlPyzg==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
requiresBuild: true
dev: false
optional: true
/highlight.js@11.9.0:
resolution: {integrity: sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==}
engines: {node: '>=12.0.0'}
dev: false dev: false
/hogan.js@3.0.2: /hogan.js@3.0.2:
...@@ -3986,7 +4047,7 @@ packages: ...@@ -3986,7 +4047,7 @@ packages:
resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
dependencies: dependencies:
call-bind: 1.0.2 call-bind: 1.0.5
has-tostringtag: 1.0.0 has-tostringtag: 1.0.0
dev: false dev: false
...@@ -4031,6 +4092,12 @@ packages: ...@@ -4031,6 +4092,12 @@ packages:
dependencies: dependencies:
has: 1.0.4 has: 1.0.4
/is-core-module@2.13.1:
resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==}
dependencies:
hasown: 2.0.0
dev: true
/is-date-object@1.0.5: /is-date-object@1.0.5:
resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
...@@ -4584,13 +4651,13 @@ packages: ...@@ -4584,13 +4651,13 @@ packages:
resolution: {integrity: sha512-HyxjAu6BRsdt6Xcv6TKVQnkz/E70TdGXEFHRYBGLncRE9lBFwDNLVtFojKxjJWgJ+5XxUwLaHXy+2sGBbDn+4A==} resolution: {integrity: sha512-HyxjAu6BRsdt6Xcv6TKVQnkz/E70TdGXEFHRYBGLncRE9lBFwDNLVtFojKxjJWgJ+5XxUwLaHXy+2sGBbDn+4A==}
dev: false dev: false
/markdown-it-mdc@0.1.4(@types/markdown-it@13.0.2)(markdown-it@13.0.2): /markdown-it-mdc@0.1.4(@types/markdown-it@13.0.4)(markdown-it@13.0.2):
resolution: {integrity: sha512-9+DN+a7aA3dywExjFxfEcH6JFEpEcysnysqWVDXcgcYvI3Ej0dYNdXLF2YLDMu8je/Qpf9QiHLA9L8tJbb1aog==} resolution: {integrity: sha512-9+DN+a7aA3dywExjFxfEcH6JFEpEcysnysqWVDXcgcYvI3Ej0dYNdXLF2YLDMu8je/Qpf9QiHLA9L8tJbb1aog==}
peerDependencies: peerDependencies:
'@types/markdown-it': ^13.0.1 '@types/markdown-it': ^13.0.1
markdown-it: ^13.0.1 markdown-it: ^13.0.1
dependencies: dependencies:
'@types/markdown-it': 13.0.2 '@types/markdown-it': 13.0.4
js-yaml: 4.1.0 js-yaml: 4.1.0
markdown-it: 13.0.2 markdown-it: 13.0.2
dev: false dev: false
...@@ -4755,8 +4822,8 @@ packages: ...@@ -4755,8 +4822,8 @@ packages:
dev: false dev: false
optional: true optional: true
/nanoid@5.0.1: /nanoid@5.0.2:
resolution: {integrity: sha512-vWeVtV5Cw68aML/QaZvqN/3QQXc6fBfIieAlu05m7FZW2Dgb+3f0xc0TTxuJW+7u30t7iSDTV/j3kVI0oJqIfQ==} resolution: {integrity: sha512-2ustYUX1R2rL/Br5B/FMhi8d5/QzvkJ912rBYxskcpu0myTHzSZfTr1LAS2Sm7jxRUObRrSBFoyzwAhL49aVSg==}
engines: {node: ^18 || >=20} engines: {node: ^18 || >=20}
hasBin: true hasBin: true
dev: false dev: false
...@@ -4860,8 +4927,8 @@ packages: ...@@ -4860,8 +4927,8 @@ packages:
deprecated: Use uuid module instead deprecated: Use uuid module instead
dev: false dev: false
/nodemailer@6.9.5: /nodemailer@6.9.7:
resolution: {integrity: sha512-/dmdWo62XjumuLc5+AYQZeiRj+PRR8y8qKtFCOyuOl1k/hckZd8durUUHs/ucKx6/8kN+wFxqKJlQ/LK/qR5FA==} resolution: {integrity: sha512-rUtR77ksqex/eZRLmQ21LKVH5nAAsVicAtAYudK7JgwenEDZ0UIQ1adUGqErz7sMkWYxWTTU1aeP2Jga6WQyJw==}
engines: {node: '>=6.0.0'} engines: {node: '>=6.0.0'}
dev: false dev: false
...@@ -5616,15 +5683,15 @@ packages: ...@@ -5616,15 +5683,15 @@ packages:
resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==}
engines: {node: '>=6'} engines: {node: '>=6'}
/puppeteer-core@21.3.8: /puppeteer-core@21.4.0:
resolution: {integrity: sha512-yv12E/+zZ7Lei5tJB4sUkSrsuqKibuYpYxLGbmtLUjjYIqGE5HKz9OUI2I/RFHEvF+pHi2bTbv5bWydeCGJ6Mw==} resolution: {integrity: sha512-ONYjYgHItm6i9WdJf+MnRTRPB4HegwPbPfi1jjNN0LCW3rnNich/5hXgZFcn2oWvgFc8DWLDIcwly7C8z+EvIw==}
engines: {node: '>=16.3.0'} engines: {node: '>=16.3.0'}
dependencies: dependencies:
'@puppeteer/browsers': 1.7.1 '@puppeteer/browsers': 1.8.0
chromium-bidi: 0.4.31(devtools-protocol@0.0.1179426) chromium-bidi: 0.4.32(devtools-protocol@0.0.1191157)
cross-fetch: 4.0.0 cross-fetch: 4.0.0
debug: 4.3.4 debug: 4.3.4
devtools-protocol: 0.0.1179426 devtools-protocol: 0.0.1191157
ws: 8.14.2 ws: 8.14.2
transitivePeerDependencies: transitivePeerDependencies:
- bufferutil - bufferutil
...@@ -5836,6 +5903,15 @@ packages: ...@@ -5836,6 +5903,15 @@ packages:
path-parse: 1.0.7 path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0 supports-preserve-symlinks-flag: 1.0.0
/resolve@1.22.8:
resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
hasBin: true
dependencies:
is-core-module: 2.13.1
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
dev: true
/response-iterator@0.2.6: /response-iterator@0.2.6:
resolution: {integrity: sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==} resolution: {integrity: sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==}
engines: {node: '>=0.8'} engines: {node: '>=0.8'}
...@@ -6009,6 +6085,16 @@ packages: ...@@ -6009,6 +6085,16 @@ packages:
- supports-color - supports-color
dev: false dev: false
/set-function-length@1.1.1:
resolution: {integrity: sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==}
engines: {node: '>= 0.4'}
dependencies:
define-data-property: 1.1.1
get-intrinsic: 1.2.2
gopd: 1.0.1
has-property-descriptors: 1.0.1
dev: false
/set-function-name@2.0.1: /set-function-name@2.0.1:
resolution: {integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==} resolution: {integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
...@@ -6589,6 +6675,12 @@ packages: ...@@ -6589,6 +6675,12 @@ packages:
resolution: {integrity: sha512-5WsVTFcH1ut/kkhAaHf4PVgI8c7++GiVcpCGxPouI6ZVjsqPnSDf8h/8HtVqc0t4fzRXwnMK70EcZeAs3PIddg==} resolution: {integrity: sha512-5WsVTFcH1ut/kkhAaHf4PVgI8c7++GiVcpCGxPouI6ZVjsqPnSDf8h/8HtVqc0t4fzRXwnMK70EcZeAs3PIddg==}
dev: false dev: false
/undici-types@5.25.3:
resolution: {integrity: sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==}
requiresBuild: true
dev: false
optional: true
/universal-github-app-jwt@1.1.1: /universal-github-app-jwt@1.1.1:
resolution: {integrity: sha512-G33RTLrIBMFmlDV4u4CBF7dh71eWwykck4XgaxaIVeZKOYZRAAxvcGMRFTUclVY6xoUPQvO4Ne5wKGxYm/Yy9w==} resolution: {integrity: sha512-G33RTLrIBMFmlDV4u4CBF7dh71eWwykck4XgaxaIVeZKOYZRAAxvcGMRFTUclVY6xoUPQvO4Ne5wKGxYm/Yy9w==}
dependencies: dependencies:
...@@ -6670,7 +6762,7 @@ packages: ...@@ -6670,7 +6762,7 @@ packages:
is-arguments: 1.1.1 is-arguments: 1.1.1
is-generator-function: 1.0.10 is-generator-function: 1.0.10
is-typed-array: 1.1.12 is-typed-array: 1.1.12
which-typed-array: 1.1.11 which-typed-array: 1.1.13
dev: false dev: false
/utils-merge@1.0.1: /utils-merge@1.0.1:
...@@ -6799,6 +6891,17 @@ packages: ...@@ -6799,6 +6891,17 @@ packages:
gopd: 1.0.1 gopd: 1.0.1
has-tostringtag: 1.0.0 has-tostringtag: 1.0.0
/which-typed-array@1.1.13:
resolution: {integrity: sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==}
engines: {node: '>= 0.4'}
dependencies:
available-typed-arrays: 1.0.5
call-bind: 1.0.5
for-each: 0.3.3
gopd: 1.0.1
has-tostringtag: 1.0.0
dev: false
/which@2.0.2: /which@2.0.2:
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
engines: {node: '>= 8'} engines: {node: '>= 8'}
...@@ -6933,19 +7036,6 @@ packages: ...@@ -6933,19 +7036,6 @@ packages:
engines: {node: '>=12'} engines: {node: '>=12'}
dev: false dev: false
/yargs@17.7.1:
resolution: {integrity: sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==}
engines: {node: '>=12'}
dependencies:
cliui: 8.0.1
escalade: 3.1.1
get-caller-file: 2.0.5
require-directory: 2.1.1
string-width: 4.2.3
y18n: 5.0.8
yargs-parser: 21.1.1
dev: false
/yargs@17.7.2: /yargs@17.7.2:
resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
engines: {node: '>=12'} engines: {node: '>=12'}
......
...@@ -13,36 +13,36 @@ ...@@ -13,36 +13,36 @@
"ncu-u": "ncu -u -x codemirror,codemirror-asciidoc" "ncu-u": "ncu -u -x codemirror,codemirror-asciidoc"
}, },
"dependencies": { "dependencies": {
"@apollo/client": "3.8.5", "@apollo/client": "3.8.6",
"@lezer/common": "1.1.0", "@lezer/common": "1.1.0",
"@mdi/font": "7.3.67", "@mdi/font": "7.3.67",
"@quasar/extras": "1.16.7", "@quasar/extras": "1.16.7",
"@simplewebauthn/browser": "8.3.1", "@simplewebauthn/browser": "8.3.1",
"@tiptap/core": "2.1.11", "@tiptap/core": "2.1.12",
"@tiptap/extension-code-block": "2.1.11", "@tiptap/extension-code-block": "2.1.12",
"@tiptap/extension-code-block-lowlight": "2.1.11", "@tiptap/extension-code-block-lowlight": "2.1.12",
"@tiptap/extension-color": "2.1.11", "@tiptap/extension-color": "2.1.12",
"@tiptap/extension-dropcursor": "2.1.11", "@tiptap/extension-dropcursor": "2.1.12",
"@tiptap/extension-font-family": "2.1.11", "@tiptap/extension-font-family": "2.1.12",
"@tiptap/extension-gapcursor": "2.1.11", "@tiptap/extension-gapcursor": "2.1.12",
"@tiptap/extension-hard-break": "2.1.11", "@tiptap/extension-hard-break": "2.1.12",
"@tiptap/extension-highlight": "2.1.11", "@tiptap/extension-highlight": "2.1.12",
"@tiptap/extension-history": "2.1.11", "@tiptap/extension-history": "2.1.12",
"@tiptap/extension-image": "2.1.11", "@tiptap/extension-image": "2.1.12",
"@tiptap/extension-mention": "2.1.11", "@tiptap/extension-mention": "2.1.12",
"@tiptap/extension-placeholder": "2.1.11", "@tiptap/extension-placeholder": "2.1.12",
"@tiptap/extension-table": "2.1.11", "@tiptap/extension-table": "2.1.12",
"@tiptap/extension-table-cell": "2.1.11", "@tiptap/extension-table-cell": "2.1.12",
"@tiptap/extension-table-header": "2.1.11", "@tiptap/extension-table-header": "2.1.12",
"@tiptap/extension-table-row": "2.1.11", "@tiptap/extension-table-row": "2.1.12",
"@tiptap/extension-task-item": "2.1.11", "@tiptap/extension-task-item": "2.1.12",
"@tiptap/extension-task-list": "2.1.11", "@tiptap/extension-task-list": "2.1.12",
"@tiptap/extension-text-align": "2.1.11", "@tiptap/extension-text-align": "2.1.12",
"@tiptap/extension-text-style": "2.1.11", "@tiptap/extension-text-style": "2.1.12",
"@tiptap/extension-typography": "2.1.11", "@tiptap/extension-typography": "2.1.12",
"@tiptap/pm": "2.1.11", "@tiptap/pm": "2.1.12",
"@tiptap/starter-kit": "2.1.11", "@tiptap/starter-kit": "2.1.12",
"@tiptap/vue-3": "2.1.11", "@tiptap/vue-3": "2.1.12",
"apollo-upload-client": "17.0.0", "apollo-upload-client": "17.0.0",
"browser-fs-access": "0.35.0", "browser-fs-access": "0.35.0",
"clipboard": "2.0.11", "clipboard": "2.0.11",
...@@ -54,12 +54,12 @@ ...@@ -54,12 +54,12 @@
"fuse.js": "6.6.2", "fuse.js": "6.6.2",
"graphql": "16.6.0", "graphql": "16.6.0",
"graphql-tag": "2.12.6", "graphql-tag": "2.12.6",
"highlight.js": "11.8.0", "highlight.js": "11.9.0",
"js-cookie": "3.0.5", "js-cookie": "3.0.5",
"jwt-decode": "3.1.2", "jwt-decode": "3.1.2",
"katex": "0.16.9", "katex": "0.16.9",
"lodash-es": "4.17.21", "lodash-es": "4.17.21",
"lowlight": "3.0.0", "lowlight": "3.1.0",
"luxon": "3.4.3", "luxon": "3.4.3",
"markdown-it": "13.0.2", "markdown-it": "13.0.2",
"markdown-it-abbr": "1.0.4", "markdown-it-abbr": "1.0.4",
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
"mitt": "3.0.1", "mitt": "3.0.1",
"monaco-editor": "0.44.0", "monaco-editor": "0.44.0",
"pako": "2.1.0", "pako": "2.1.0",
"pinia": "2.1.6", "pinia": "2.1.7",
"prosemirror-commands": "1.5.2", "prosemirror-commands": "1.5.2",
"prosemirror-history": "1.3.2", "prosemirror-history": "1.3.2",
"prosemirror-keymap": "1.2.2", "prosemirror-keymap": "1.2.2",
...@@ -86,9 +86,9 @@ ...@@ -86,9 +86,9 @@
"prosemirror-schema-list": "1.3.0", "prosemirror-schema-list": "1.3.0",
"prosemirror-state": "1.4.3", "prosemirror-state": "1.4.3",
"prosemirror-transform": "1.8.0", "prosemirror-transform": "1.8.0",
"prosemirror-view": "1.32.0", "prosemirror-view": "1.32.1",
"pug": "3.0.2", "pug": "3.0.2",
"quasar": "2.12.7", "quasar": "2.13.0",
"slugify": "1.6.6", "slugify": "1.6.6",
"socket.io-client": "4.7.2", "socket.io-client": "4.7.2",
"sortablejs-vue3": "1.2.9", "sortablejs-vue3": "1.2.9",
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
"twemoji": "14.0.2", "twemoji": "14.0.2",
"uuid": "9.0.1", "uuid": "9.0.1",
"v-network-graph": "0.9.10", "v-network-graph": "0.9.10",
"vue": "3.3.4", "vue": "3.3.6",
"vue-i18n": "9.5.0", "vue-i18n": "9.5.0",
"vue-router": "4.2.5", "vue-router": "4.2.5",
"vue3-otp-input": "0.4.1", "vue3-otp-input": "0.4.1",
...@@ -108,14 +108,14 @@ ...@@ -108,14 +108,14 @@
"devDependencies": { "devDependencies": {
"@intlify/unplugin-vue-i18n": "1.4.0", "@intlify/unplugin-vue-i18n": "1.4.0",
"@quasar/app-vite": "1.6.2", "@quasar/app-vite": "1.6.2",
"@types/lodash": "4.14.199", "@types/lodash": "4.14.200",
"@vue/language-plugin-pug": "1.8.16", "@vue/language-plugin-pug": "1.8.19",
"autoprefixer": "10.4.16", "autoprefixer": "10.4.16",
"browserlist": "latest", "browserlist": "latest",
"eslint": "8.51.0", "eslint": "8.52.0",
"eslint-config-standard": "17.1.0", "eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.28.1", "eslint-plugin-import": "2.28.1",
"eslint-plugin-n": "16.1.0", "eslint-plugin-n": "16.2.0",
"eslint-plugin-promise": "6.1.1", "eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.17.0" "eslint-plugin-vue": "9.17.0"
}, },
......
...@@ -6,8 +6,8 @@ settings: ...@@ -6,8 +6,8 @@ settings:
dependencies: dependencies:
'@apollo/client': '@apollo/client':
specifier: 3.8.5 specifier: 3.8.6
version: 3.8.5(graphql@16.6.0) version: 3.8.6(graphql@16.6.0)
'@lezer/common': '@lezer/common':
specifier: 1.1.0 specifier: 1.1.0
version: 1.1.0 version: 1.1.0
...@@ -21,83 +21,83 @@ dependencies: ...@@ -21,83 +21,83 @@ dependencies:
specifier: 8.3.1 specifier: 8.3.1
version: 8.3.1 version: 8.3.1
'@tiptap/core': '@tiptap/core':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/pm@2.1.11) version: 2.1.12(@tiptap/pm@2.1.12)
'@tiptap/extension-code-block': '@tiptap/extension-code-block':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)
'@tiptap/extension-code-block-lowlight': '@tiptap/extension-code-block-lowlight':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11)(@tiptap/extension-code-block@2.1.11)(@tiptap/pm@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)(@tiptap/extension-code-block@2.1.12)(@tiptap/pm@2.1.12)
'@tiptap/extension-color': '@tiptap/extension-color':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11)(@tiptap/extension-text-style@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)(@tiptap/extension-text-style@2.1.12)
'@tiptap/extension-dropcursor': '@tiptap/extension-dropcursor':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)
'@tiptap/extension-font-family': '@tiptap/extension-font-family':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11)(@tiptap/extension-text-style@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)(@tiptap/extension-text-style@2.1.12)
'@tiptap/extension-gapcursor': '@tiptap/extension-gapcursor':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)
'@tiptap/extension-hard-break': '@tiptap/extension-hard-break':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-highlight': '@tiptap/extension-highlight':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-history': '@tiptap/extension-history':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)
'@tiptap/extension-image': '@tiptap/extension-image':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-mention': '@tiptap/extension-mention':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11)(@tiptap/suggestion@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)(@tiptap/suggestion@2.1.12)
'@tiptap/extension-placeholder': '@tiptap/extension-placeholder':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)
'@tiptap/extension-table': '@tiptap/extension-table':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)
'@tiptap/extension-table-cell': '@tiptap/extension-table-cell':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-table-header': '@tiptap/extension-table-header':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-table-row': '@tiptap/extension-table-row':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-task-item': '@tiptap/extension-task-item':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)
'@tiptap/extension-task-list': '@tiptap/extension-task-list':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-text-align': '@tiptap/extension-text-align':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-text-style': '@tiptap/extension-text-style':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-typography': '@tiptap/extension-typography':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11) version: 2.1.12(@tiptap/core@2.1.12)
'@tiptap/pm': '@tiptap/pm':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11 version: 2.1.12
'@tiptap/starter-kit': '@tiptap/starter-kit':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/pm@2.1.11) version: 2.1.12(@tiptap/pm@2.1.12)
'@tiptap/vue-3': '@tiptap/vue-3':
specifier: 2.1.11 specifier: 2.1.12
version: 2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11)(vue@3.3.4) version: 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)(vue@3.3.6)
apollo-upload-client: apollo-upload-client:
specifier: 17.0.0 specifier: 17.0.0
version: 17.0.0(@apollo/client@3.8.5)(graphql@16.6.0) version: 17.0.0(@apollo/client@3.8.6)(graphql@16.6.0)
browser-fs-access: browser-fs-access:
specifier: 0.35.0 specifier: 0.35.0
version: 0.35.0 version: 0.35.0
...@@ -129,8 +129,8 @@ dependencies: ...@@ -129,8 +129,8 @@ dependencies:
specifier: 2.12.6 specifier: 2.12.6
version: 2.12.6(graphql@16.6.0) version: 2.12.6(graphql@16.6.0)
highlight.js: highlight.js:
specifier: 11.8.0 specifier: 11.9.0
version: 11.8.0 version: 11.9.0
js-cookie: js-cookie:
specifier: 3.0.5 specifier: 3.0.5
version: 3.0.5 version: 3.0.5
...@@ -144,8 +144,8 @@ dependencies: ...@@ -144,8 +144,8 @@ dependencies:
specifier: 4.17.21 specifier: 4.17.21
version: 4.17.21 version: 4.17.21
lowlight: lowlight:
specifier: 3.0.0 specifier: 3.1.0
version: 3.0.0 version: 3.1.0
luxon: luxon:
specifier: 3.4.3 specifier: 3.4.3
version: 3.4.3 version: 3.4.3
...@@ -178,7 +178,7 @@ dependencies: ...@@ -178,7 +178,7 @@ dependencies:
version: 3.0.1 version: 3.0.1
markdown-it-mdc: markdown-it-mdc:
specifier: 0.1.4 specifier: 0.1.4
version: 0.1.4(@types/markdown-it@13.0.2)(markdown-it@13.0.2) version: 0.1.4(@types/markdown-it@13.0.4)(markdown-it@13.0.2)
markdown-it-multimd-table: markdown-it-multimd-table:
specifier: 4.2.3 specifier: 4.2.3
version: 4.2.3 version: 4.2.3
...@@ -201,8 +201,8 @@ dependencies: ...@@ -201,8 +201,8 @@ dependencies:
specifier: 2.1.0 specifier: 2.1.0
version: 2.1.0 version: 2.1.0
pinia: pinia:
specifier: 2.1.6 specifier: 2.1.7
version: 2.1.6(vue@3.3.4) version: 2.1.7(vue@3.3.6)
prosemirror-commands: prosemirror-commands:
specifier: 1.5.2 specifier: 1.5.2
version: 1.5.2 version: 1.5.2
...@@ -225,14 +225,14 @@ dependencies: ...@@ -225,14 +225,14 @@ dependencies:
specifier: 1.8.0 specifier: 1.8.0
version: 1.8.0 version: 1.8.0
prosemirror-view: prosemirror-view:
specifier: 1.32.0 specifier: 1.32.1
version: 1.32.0 version: 1.32.1
pug: pug:
specifier: 3.0.2 specifier: 3.0.2
version: 3.0.2 version: 3.0.2
quasar: quasar:
specifier: 2.12.7 specifier: 2.13.0
version: 2.12.7 version: 2.13.0
slugify: slugify:
specifier: 1.6.6 specifier: 1.6.6
version: 1.6.6 version: 1.6.6
...@@ -241,7 +241,7 @@ dependencies: ...@@ -241,7 +241,7 @@ dependencies:
version: 4.7.2 version: 4.7.2
sortablejs-vue3: sortablejs-vue3:
specifier: 1.2.9 specifier: 1.2.9
version: 1.2.9(sortablejs@1.15.0)(vue@3.3.4) version: 1.2.9(sortablejs@1.15.0)(vue@3.3.6)
tabulator-tables: tabulator-tables:
specifier: 5.5.2 specifier: 5.5.2
version: 5.5.2 version: 5.5.2
...@@ -256,22 +256,22 @@ dependencies: ...@@ -256,22 +256,22 @@ dependencies:
version: 9.0.1 version: 9.0.1
v-network-graph: v-network-graph:
specifier: 0.9.10 specifier: 0.9.10
version: 0.9.10(vue@3.3.4) version: 0.9.10(vue@3.3.6)
vue: vue:
specifier: 3.3.4 specifier: 3.3.6
version: 3.3.4 version: 3.3.6
vue-i18n: vue-i18n:
specifier: 9.5.0 specifier: 9.5.0
version: 9.5.0(vue@3.3.4) version: 9.5.0(vue@3.3.6)
vue-router: vue-router:
specifier: 4.2.5 specifier: 4.2.5
version: 4.2.5(vue@3.3.4) version: 4.2.5(vue@3.3.6)
vue3-otp-input: vue3-otp-input:
specifier: 0.4.1 specifier: 0.4.1
version: 0.4.1(vue@3.3.4) version: 0.4.1(vue@3.3.6)
vuedraggable: vuedraggable:
specifier: 4.1.0 specifier: 4.1.0
version: 4.1.0(vue@3.3.4) version: 4.1.0(vue@3.3.6)
xterm: xterm:
specifier: 5.3.0 specifier: 5.3.0
version: 5.3.0 version: 5.3.0
...@@ -285,13 +285,13 @@ devDependencies: ...@@ -285,13 +285,13 @@ devDependencies:
version: 1.4.0(vue-i18n@9.5.0) version: 1.4.0(vue-i18n@9.5.0)
'@quasar/app-vite': '@quasar/app-vite':
specifier: 1.6.2 specifier: 1.6.2
version: 1.6.2(eslint@8.51.0)(pinia@2.1.6)(quasar@2.12.7)(vue-router@4.2.5)(vue@3.3.4) version: 1.6.2(eslint@8.52.0)(pinia@2.1.7)(quasar@2.13.0)(vue-router@4.2.5)(vue@3.3.6)
'@types/lodash': '@types/lodash':
specifier: 4.14.199 specifier: 4.14.200
version: 4.14.199 version: 4.14.200
'@vue/language-plugin-pug': '@vue/language-plugin-pug':
specifier: 1.8.16 specifier: 1.8.19
version: 1.8.16 version: 1.8.19
autoprefixer: autoprefixer:
specifier: 10.4.16 specifier: 10.4.16
version: 10.4.16(postcss@8.4.31) version: 10.4.16(postcss@8.4.31)
...@@ -299,23 +299,23 @@ devDependencies: ...@@ -299,23 +299,23 @@ devDependencies:
specifier: latest specifier: latest
version: 1.0.1 version: 1.0.1
eslint: eslint:
specifier: 8.51.0 specifier: 8.52.0
version: 8.51.0 version: 8.52.0
eslint-config-standard: eslint-config-standard:
specifier: 17.1.0 specifier: 17.1.0
version: 17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.1.0)(eslint-plugin-promise@6.1.1)(eslint@8.51.0) version: 17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.2.0)(eslint-plugin-promise@6.1.1)(eslint@8.52.0)
eslint-plugin-import: eslint-plugin-import:
specifier: 2.28.1 specifier: 2.28.1
version: 2.28.1(eslint@8.51.0) version: 2.28.1(eslint@8.52.0)
eslint-plugin-n: eslint-plugin-n:
specifier: 16.1.0 specifier: 16.2.0
version: 16.1.0(eslint@8.51.0) version: 16.2.0(eslint@8.52.0)
eslint-plugin-promise: eslint-plugin-promise:
specifier: 6.1.1 specifier: 6.1.1
version: 6.1.1(eslint@8.51.0) version: 6.1.1(eslint@8.52.0)
eslint-plugin-vue: eslint-plugin-vue:
specifier: 9.17.0 specifier: 9.17.0
version: 9.17.0(eslint@8.51.0) version: 9.17.0(eslint@8.52.0)
packages: packages:
...@@ -324,8 +324,8 @@ packages: ...@@ -324,8 +324,8 @@ packages:
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
dev: true dev: true
/@apollo/client@3.8.5(graphql@16.6.0): /@apollo/client@3.8.6(graphql@16.6.0):
resolution: {integrity: sha512-/ueWC3f1pFeH+tWbM1phz6pzUGGijyml6oQ+LKUcQzpXF6tVFPrb6oUIUQCbZpr6Xmv/dtNiFDohc39ra7Solg==} resolution: {integrity: sha512-FnHg3vhQP8tQzgBs6oTJCFFIbovelDGYujj6MK7CJneiHf62TJstCIO0Ot4A1h7XrgFEtgl8a/OgajQWqrTuYw==}
peerDependencies: peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
graphql-ws: ^5.5.5 graphql-ws: ^5.5.5
...@@ -385,13 +385,13 @@ packages: ...@@ -385,13 +385,13 @@ packages:
resolution: {integrity: sha512-6u+KTQec+9+3bRdk2mReix8AGsp2mB40cw0iYfQQzo22QBkeCNpXl2amnfwQzK7xB9oH/62Wvf2z7l6l2w+csA==} resolution: {integrity: sha512-6u+KTQec+9+3bRdk2mReix8AGsp2mB40cw0iYfQQzo22QBkeCNpXl2amnfwQzK7xB9oH/62Wvf2z7l6l2w+csA==}
dev: false dev: false
/@eslint-community/eslint-utils@4.4.0(eslint@8.51.0): /@eslint-community/eslint-utils@4.4.0(eslint@8.52.0):
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
dependencies: dependencies:
eslint: 8.51.0 eslint: 8.52.0
eslint-visitor-keys: 3.4.3 eslint-visitor-keys: 3.4.3
dev: true dev: true
...@@ -417,8 +417,8 @@ packages: ...@@ -417,8 +417,8 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@eslint/js@8.51.0: /@eslint/js@8.52.0:
resolution: {integrity: sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==} resolution: {integrity: sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true dev: true
...@@ -430,11 +430,11 @@ packages: ...@@ -430,11 +430,11 @@ packages:
graphql: 16.6.0 graphql: 16.6.0
dev: false dev: false
/@humanwhocodes/config-array@0.11.11: /@humanwhocodes/config-array@0.11.13:
resolution: {integrity: sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==} resolution: {integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==}
engines: {node: '>=10.10.0'} engines: {node: '>=10.10.0'}
dependencies: dependencies:
'@humanwhocodes/object-schema': 1.2.1 '@humanwhocodes/object-schema': 2.0.1
debug: 4.3.4 debug: 4.3.4
minimatch: 3.1.2 minimatch: 3.1.2
transitivePeerDependencies: transitivePeerDependencies:
...@@ -446,8 +446,8 @@ packages: ...@@ -446,8 +446,8 @@ packages:
engines: {node: '>=12.22'} engines: {node: '>=12.22'}
dev: true dev: true
/@humanwhocodes/object-schema@1.2.1: /@humanwhocodes/object-schema@2.0.1:
resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==}
dev: true dev: true
/@intlify/bundle-utils@7.4.0(vue-i18n@9.5.0): /@intlify/bundle-utils@7.4.0(vue-i18n@9.5.0):
...@@ -471,7 +471,7 @@ packages: ...@@ -471,7 +471,7 @@ packages:
magic-string: 0.30.4 magic-string: 0.30.4
mlly: 1.4.2 mlly: 1.4.2
source-map-js: 1.0.2 source-map-js: 1.0.2
vue-i18n: 9.5.0(vue@3.3.4) vue-i18n: 9.5.0(vue@3.3.6)
yaml-eslint-parser: 1.2.2 yaml-eslint-parser: 1.2.2
dev: true dev: true
...@@ -520,7 +520,7 @@ packages: ...@@ -520,7 +520,7 @@ packages:
picocolors: 1.0.0 picocolors: 1.0.0
source-map-js: 1.0.2 source-map-js: 1.0.2
unplugin: 1.5.0 unplugin: 1.5.0
vue-i18n: 9.5.0(vue@3.3.4) vue-i18n: 9.5.0(vue@3.3.6)
transitivePeerDependencies: transitivePeerDependencies:
- rollup - rollup
- supports-color - supports-color
...@@ -562,7 +562,7 @@ packages: ...@@ -562,7 +562,7 @@ packages:
resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==}
dev: false dev: false
/@quasar/app-vite@1.6.2(eslint@8.51.0)(pinia@2.1.6)(quasar@2.12.7)(vue-router@4.2.5)(vue@3.3.4): /@quasar/app-vite@1.6.2(eslint@8.52.0)(pinia@2.1.7)(quasar@2.13.0)(vue-router@4.2.5)(vue@3.3.6):
resolution: {integrity: sha512-keyJ28cqVtzNLDibQESo1c/DD++6+wqf8nQO6oMRqH6WgYcPs+YO1buRsRMXF9w3ghMCV0/9/Lj8Kyb7S55j6A==} resolution: {integrity: sha512-keyJ28cqVtzNLDibQESo1c/DD++6+wqf8nQO6oMRqH6WgYcPs+YO1buRsRMXF9w3ghMCV0/9/Lj8Kyb7S55j6A==}
engines: {node: ^24 || ^22 || ^20 || ^18 || ^16 || ^14.19, npm: '>= 6.14.12', yarn: '>= 1.17.3'} engines: {node: ^24 || ^22 || ^20 || ^18 || ^16 || ^14.19, npm: '>= 6.14.12', yarn: '>= 1.17.3'}
hasBin: true hasBin: true
...@@ -591,13 +591,13 @@ packages: ...@@ -591,13 +591,13 @@ packages:
optional: true optional: true
dependencies: dependencies:
'@quasar/render-ssr-error': 1.0.2 '@quasar/render-ssr-error': 1.0.2
'@quasar/vite-plugin': 1.5.0(@vitejs/plugin-vue@2.3.4)(quasar@2.12.7)(vite@2.9.16)(vue@3.3.4) '@quasar/vite-plugin': 1.5.0(@vitejs/plugin-vue@2.3.4)(quasar@2.13.0)(vite@2.9.16)(vue@3.3.6)
'@rollup/pluginutils': 4.2.1 '@rollup/pluginutils': 4.2.1
'@types/chrome': 0.0.208 '@types/chrome': 0.0.208
'@types/compression': 1.7.3 '@types/compression': 1.7.3
'@types/cordova': 0.0.34 '@types/cordova': 0.0.34
'@types/express': 4.17.18 '@types/express': 4.17.18
'@vitejs/plugin-vue': 2.3.4(vite@2.9.16)(vue@3.3.4) '@vitejs/plugin-vue': 2.3.4(vite@2.9.16)(vue@3.3.6)
archiver: 5.3.2 archiver: 5.3.2
chokidar: 3.5.3 chokidar: 3.5.3
ci-info: 3.9.0 ci-info: 3.9.0
...@@ -606,7 +606,7 @@ packages: ...@@ -606,7 +606,7 @@ packages:
dot-prop: 6.0.1 dot-prop: 6.0.1
elementtree: 0.1.7 elementtree: 0.1.7
esbuild: 0.14.51 esbuild: 0.14.51
eslint: 8.51.0 eslint: 8.52.0
express: 4.18.2 express: 4.18.2
fast-glob: 3.2.12 fast-glob: 3.2.12
fs-extra: 11.1.1 fs-extra: 11.1.1
...@@ -617,8 +617,8 @@ packages: ...@@ -617,8 +617,8 @@ packages:
lodash: 4.17.21 lodash: 4.17.21
minimist: 1.2.8 minimist: 1.2.8
open: 8.4.2 open: 8.4.2
pinia: 2.1.6(vue@3.3.4) pinia: 2.1.7(vue@3.3.6)
quasar: 2.12.7 quasar: 2.13.0
register-service-worker: 1.7.2 register-service-worker: 1.7.2
rollup-plugin-visualizer: 5.9.2 rollup-plugin-visualizer: 5.9.2
sass: 1.32.12 sass: 1.32.12
...@@ -626,8 +626,8 @@ packages: ...@@ -626,8 +626,8 @@ packages:
serialize-javascript: 6.0.1 serialize-javascript: 6.0.1
table: 6.8.1 table: 6.8.1
vite: 2.9.16(sass@1.32.12) vite: 2.9.16(sass@1.32.12)
vue: 3.3.4 vue: 3.3.6
vue-router: 4.2.5(vue@3.3.4) vue-router: 4.2.5(vue@3.3.6)
webpack-merge: 5.9.0 webpack-merge: 5.9.0
transitivePeerDependencies: transitivePeerDependencies:
- less - less
...@@ -647,7 +647,7 @@ packages: ...@@ -647,7 +647,7 @@ packages:
stack-trace: 1.0.0-pre2 stack-trace: 1.0.0-pre2
dev: true dev: true
/@quasar/vite-plugin@1.5.0(@vitejs/plugin-vue@2.3.4)(quasar@2.12.7)(vite@2.9.16)(vue@3.3.4): /@quasar/vite-plugin@1.5.0(@vitejs/plugin-vue@2.3.4)(quasar@2.13.0)(vite@2.9.16)(vue@3.3.6):
resolution: {integrity: sha512-Kd4nFeWd0eAr7e+HMY8Wtmo86RjPZhCi6/bybTAyliFmS8AhZ2/oRTOGnBD9R1C6Ub3JPzC4eWFA20IlHa5A3w==} resolution: {integrity: sha512-Kd4nFeWd0eAr7e+HMY8Wtmo86RjPZhCi6/bybTAyliFmS8AhZ2/oRTOGnBD9R1C6Ub3JPzC4eWFA20IlHa5A3w==}
engines: {node: '>=12'} engines: {node: '>=12'}
peerDependencies: peerDependencies:
...@@ -656,10 +656,10 @@ packages: ...@@ -656,10 +656,10 @@ packages:
vite: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-beta.0 vite: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-beta.0
vue: ^3.0.0 vue: ^3.0.0
dependencies: dependencies:
'@vitejs/plugin-vue': 2.3.4(vite@2.9.16)(vue@3.3.4) '@vitejs/plugin-vue': 2.3.4(vite@2.9.16)(vue@3.3.6)
quasar: 2.12.7 quasar: 2.13.0
vite: 2.9.16(sass@1.32.12) vite: 2.9.16(sass@1.32.12)
vue: 3.3.4 vue: 3.3.6
dev: true dev: true
/@remirror/core-constants@2.0.2: /@remirror/core-constants@2.0.2:
...@@ -671,8 +671,8 @@ packages: ...@@ -671,8 +671,8 @@ packages:
dependencies: dependencies:
'@remirror/core-constants': 2.0.2 '@remirror/core-constants': 2.0.2
'@remirror/types': 1.0.1 '@remirror/types': 1.0.1
'@types/object.omit': 3.0.1 '@types/object.omit': 3.0.2
'@types/object.pick': 1.3.2 '@types/object.pick': 1.3.3
'@types/throttle-debounce': 2.1.0 '@types/throttle-debounce': 2.1.0
case-anything: 2.1.13 case-anything: 2.1.13
dash-get: 1.0.2 dash-get: 1.0.2
...@@ -726,338 +726,338 @@ packages: ...@@ -726,338 +726,338 @@ packages:
resolution: {integrity: sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==} resolution: {integrity: sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==}
dev: false dev: false
/@tiptap/core@2.1.11(@tiptap/pm@2.1.11): /@tiptap/core@2.1.12(@tiptap/pm@2.1.12):
resolution: {integrity: sha512-1W2DdjpPwfphHgQ3Qm4s5wzCnEjiXm1TeZ+6/zBl89yKURXgv8Mw1JGdj/NcImQjtDcsNn97MscACK3GKbEJBA==} resolution: {integrity: sha512-ZGc3xrBJA9KY8kln5AYTj8y+GDrKxi7u95xIl2eccrqTY5CQeRu6HRNM1yT4mAjuSaG9jmazyjGRlQuhyxCKxQ==}
peerDependencies: peerDependencies:
'@tiptap/pm': ^2.0.0 '@tiptap/pm': ^2.0.0
dependencies: dependencies:
'@tiptap/pm': 2.1.11 '@tiptap/pm': 2.1.12
dev: false dev: false
/@tiptap/extension-blockquote@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-blockquote@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-IEVe3goA0rgp1G8Wm733BSRJiy71Vh2fmTCyZKWmc2A6GREVSy1X3fCvAo6pMENRObhjIoaBQUCE3p4iJYOxqg==} resolution: {integrity: sha512-Qb3YRlCfugx9pw7VgLTb+jY37OY4aBJeZnqHzx4QThSm13edNYjasokbX0nTwL1Up4NPTcY19JUeHt6fVaVVGg==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-bold@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-bold@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-vhdkBtvd029ufOYt2ug49Gz+RLKSczO/CCqKYBqBmpIpsifyK7M6jkgamvAQg3c/vYk0LNcKiL2dp0Jp7L+5Gw==} resolution: {integrity: sha512-AZGxIxcGU1/y6V2YEbKsq6BAibL8yQrbRm6EdcBnby41vj1WziewEKswhLGmZx5IKM2r2ldxld03KlfSIlKQZg==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-bubble-menu@2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11): /@tiptap/extension-bubble-menu@2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12):
resolution: {integrity: sha512-WFJJpZvl9DP94Y5RQZB/THDxvDbrTo8tuhjT7yWlhseJ6zyhWmRXdutt39wfSZNFxitv/As+s7cO9aYLML/TVg==} resolution: {integrity: sha512-gAGi21EQ4wvLmT7klgariAc2Hf+cIjaNU2NWze3ut6Ku9gUo5ZLqj1t9SKHmNf4d5JG63O8GxpErqpA7lHlRtw==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
'@tiptap/pm': ^2.0.0 '@tiptap/pm': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
'@tiptap/pm': 2.1.11 '@tiptap/pm': 2.1.12
tippy.js: 6.3.7 tippy.js: 6.3.7
dev: false dev: false
/@tiptap/extension-bullet-list@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-bullet-list@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-SOOVH2aSmdMtjWL7TTLbN72xbAFz2G5jifT4UCXb7Qx6LsyhNCyDCu0ukOW8rSosGoSdmBXxAsD9sBJ1jEOmZw==} resolution: {integrity: sha512-vtD8vWtNlmAZX8LYqt2yU9w3mU9rPCiHmbp4hDXJs2kBnI0Ju/qAyXFx6iJ3C3XyuMnMbJdDI9ee0spAvFz7cQ==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-code-block-lowlight@2.1.11(@tiptap/core@2.1.11)(@tiptap/extension-code-block@2.1.11)(@tiptap/pm@2.1.11): /@tiptap/extension-code-block-lowlight@2.1.12(@tiptap/core@2.1.12)(@tiptap/extension-code-block@2.1.12)(@tiptap/pm@2.1.12):
resolution: {integrity: sha512-k3olDvsRYO32JR9hyNa6VLqUdhwcpLwvR4Z6tJ66jHag5rsfP/7JZxJhrX9A1AF/jRCILdTiq9DTKybHieFjsw==} resolution: {integrity: sha512-dtIbpI9QrWa9TzNO4v5q/zf7+d83wpy5i9PEccdJAVtRZ0yOI8JIZAWzG5ex3zAoCA0CnQFdsPSVykYSDdxtDA==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
'@tiptap/extension-code-block': ^2.0.0 '@tiptap/extension-code-block': ^2.0.0
'@tiptap/pm': ^2.0.0 '@tiptap/pm': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
'@tiptap/extension-code-block': 2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11) '@tiptap/extension-code-block': 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)
'@tiptap/pm': 2.1.11 '@tiptap/pm': 2.1.12
dev: false dev: false
/@tiptap/extension-code-block@2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11): /@tiptap/extension-code-block@2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12):
resolution: {integrity: sha512-QhmhCCWqg/5qLXpZ3sl2A0rqJqV8zMOegcxUFaqcJMOqNbsuHcRgc9C+1hWSVLbCmstB7M6sgF02QpTBOkYHxg==} resolution: {integrity: sha512-RXtSYCVsnk8D+K80uNZShClfZjvv1EgO42JlXLVGWQdIgaNyuOv/6I/Jdf+ZzhnpsBnHufW+6TJjwP5vJPSPHA==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
'@tiptap/pm': ^2.0.0 '@tiptap/pm': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
'@tiptap/pm': 2.1.11 '@tiptap/pm': 2.1.12
dev: false dev: false
/@tiptap/extension-code@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-code@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-G0UEbMFunujy/F86yHN0/dumPLbwTis9C+6IQv1XRPNsV28U0MgxBhlPcJUgyO5lwuleePDxiBVcRv2XrysgKw==} resolution: {integrity: sha512-CRiRq5OTC1lFgSx6IMrECqmtb93a0ZZKujEnaRhzWliPBjLIi66va05f/P1vnV6/tHaC3yfXys6dxB5A4J8jxw==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-color@2.1.11(@tiptap/core@2.1.11)(@tiptap/extension-text-style@2.1.11): /@tiptap/extension-color@2.1.12(@tiptap/core@2.1.12)(@tiptap/extension-text-style@2.1.12):
resolution: {integrity: sha512-xfSfZRnNd40YtFfrXvzpGa2OZsRAZapq0Ce09q7bCEpudhiD7yIIVOjOjggagllOFnafKTwKkFaDLIA0K0eIwg==} resolution: {integrity: sha512-Myd6iSbPJvvclr+NRBEdE0k52QlQrXZnJljk4JKn0b25cl60ERA40FH9QLBjkpTed7SDbI3oX7LWIzTUoCj39w==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
'@tiptap/extension-text-style': ^2.0.0 '@tiptap/extension-text-style': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
'@tiptap/extension-text-style': 2.1.11(@tiptap/core@2.1.11) '@tiptap/extension-text-style': 2.1.12(@tiptap/core@2.1.12)
dev: false dev: false
/@tiptap/extension-document@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-document@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-L/iLuqxvJep33ycCFNrnUhdR0VtcZyeNnqB+ZvVHzEwLoRud+LBy44lpEdBrAFsvRm3DG14m/FGYL+TfaD0vxA==} resolution: {integrity: sha512-0QNfAkCcFlB9O8cUNSwTSIQMV9TmoEhfEaLz/GvbjwEq4skXK3bU+OQX7Ih07waCDVXIGAZ7YAZogbvrn/WbOw==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-dropcursor@2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11): /@tiptap/extension-dropcursor@2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12):
resolution: {integrity: sha512-MiJepRpHlu93aInOMW8NeRCvm9VE5rL0MA9TONY/IspJFGFIqonc/01J6t33JQa3Xh/x3xAfis4nKa/UazeVJw==} resolution: {integrity: sha512-0tT/q8nL4NBCYPxr9T0Brck+RQbWuczm9nV0bnxgt0IiQXoRHutfPWdS7GA65PTuVRBS/3LOco30fbjFhkfz/A==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
'@tiptap/pm': ^2.0.0 '@tiptap/pm': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
'@tiptap/pm': 2.1.11 '@tiptap/pm': 2.1.12
dev: false dev: false
/@tiptap/extension-floating-menu@2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11): /@tiptap/extension-floating-menu@2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12):
resolution: {integrity: sha512-ExeoOQ6nT0CY0eWx6WjbG+osurXLXa7XrqIdhCAcTmzBAlGiKt8khX9qaZ+QF+BRK1r1lja2KX+5/fpLK7Dt1g==} resolution: {integrity: sha512-uo0ydCJNg6AWwLT6cMUJYVChfvw2PY9ZfvKRhh9YJlGfM02jS4RUG/bJBts6R37f+a5FsOvAVwg8EvqPlNND1A==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
'@tiptap/pm': ^2.0.0 '@tiptap/pm': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
'@tiptap/pm': 2.1.11 '@tiptap/pm': 2.1.12
tippy.js: 6.3.7 tippy.js: 6.3.7
dev: false dev: false
/@tiptap/extension-font-family@2.1.11(@tiptap/core@2.1.11)(@tiptap/extension-text-style@2.1.11): /@tiptap/extension-font-family@2.1.12(@tiptap/core@2.1.12)(@tiptap/extension-text-style@2.1.12):
resolution: {integrity: sha512-seSBBi8Uct3YT9QXxre14QUKRvJBxdtBL8MMtZmsIb6G8H2ec6+OyMWIrwEsVHc+qGOyOQ2AnRekzBb4glqtTg==} resolution: {integrity: sha512-1PAvmtilBD1OWfr1I+oKND1MLNGWMEx/Qa7xC2YDzonxhiBd56Xog6fDE/+2Bbud0vPEIrMHrg8QOjCDH413vw==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
'@tiptap/extension-text-style': ^2.0.0 '@tiptap/extension-text-style': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
'@tiptap/extension-text-style': 2.1.11(@tiptap/core@2.1.11) '@tiptap/extension-text-style': 2.1.12(@tiptap/core@2.1.12)
dev: false dev: false
/@tiptap/extension-gapcursor@2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11): /@tiptap/extension-gapcursor@2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12):
resolution: {integrity: sha512-P/xjyhSOVyop5XXbNtRPgrooQrSlpYblwR67ClI9FAC7uQliuOwi5VcndmEItjWWSe85kJa2IHjOS7mLYvJe8A==} resolution: {integrity: sha512-zFYdZCqPgpwoB7whyuwpc8EYLYjUE5QYKb8vICvc+FraBUDM51ujYhFSgJC3rhs8EjI+8GcK8ShLbSMIn49YOQ==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
'@tiptap/pm': ^2.0.0 '@tiptap/pm': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
'@tiptap/pm': 2.1.11 '@tiptap/pm': 2.1.12
dev: false dev: false
/@tiptap/extension-hard-break@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-hard-break@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-qhiPe6FA0b6PPb/ITlgSnY0l9tEVmXZ9e7eSjvks12ORfqL/dofSCLtChHWvhZxugzo92xejG2hXLi6lyOLbkg==} resolution: {integrity: sha512-nqKcAYGEOafg9D+2cy1E4gHNGuL12LerVa0eS2SQOb+PT8vSel9OTKU1RyZldsWSQJ5rq/w4uIjmLnrSR2w6Yw==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-heading@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-heading@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-QBtl0S1aDFB+F1wvTrS5iGdNUEeXp+WuTddj+L2f5EP4KqG2x7sj7e7ENMy20g/l8tbKwzd3AZZydvClH4Ybbw==} resolution: {integrity: sha512-MoANP3POAP68Ko9YXarfDKLM/kXtscgp6m+xRagPAghRNujVY88nK1qBMZ3JdvTVN6b/ATJhp8UdrZX96TLV2w==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-highlight@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-highlight@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-pcs55B1lF2vyQ8VvZob9CsYdbFgVpIfG3+qchLsA1WflUJCcIexstTclWTS9N5UocADg4hBOeerZ4ecq1iXs3w==} resolution: {integrity: sha512-buen31cYPyiiHA2i0o2i/UcjRTg/42mNDCizGr1OJwvv3AELG3qOFc4Y58WJWIvWNv+1Dr4ZxHA3GNVn0ANWyg==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-history@2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11): /@tiptap/extension-history@2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12):
resolution: {integrity: sha512-88dovV2O9icmBn0IvaArFFeS6X5ts6BxZPu5VbGML8KBL8iAu+Og7RXEPdOy5e13K0K4V21fDpO3n7KdvNOAYQ==} resolution: {integrity: sha512-6b7UFVkvPjq3LVoCTrYZAczt5sQrQUaoDWAieVClVZoFLfjga2Fwjcfgcie8IjdPt8YO2hG/sar/c07i9vM0Sg==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
'@tiptap/pm': ^2.0.0 '@tiptap/pm': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
'@tiptap/pm': 2.1.11 '@tiptap/pm': 2.1.12
dev: false dev: false
/@tiptap/extension-horizontal-rule@2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11): /@tiptap/extension-horizontal-rule@2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12):
resolution: {integrity: sha512-uvHPa2YCKnDhtSBSZB3lk5U4H3wRKP0DNvVx4Y2F7MdQianVzcyOd1pZYO9BQs+lUB1aZots6doE69Zqz3mU2Q==} resolution: {integrity: sha512-RRuoK4KxrXRrZNAjJW5rpaxjiP0FJIaqpi7nFbAua2oHXgsCsG8qbW2Y0WkbIoS8AJsvLZ3fNGsQ8gpdliuq3A==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
'@tiptap/pm': ^2.0.0 '@tiptap/pm': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
'@tiptap/pm': 2.1.11 '@tiptap/pm': 2.1.12
dev: false dev: false
/@tiptap/extension-image@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-image@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-dFFRvzl9F4fEcG95nyka72TeV127C1UVaMm816GHoFlVEFGV4yJ8NKgzT3UEDgFcs6OPwPlt8tuHuDeYm7EVOQ==} resolution: {integrity: sha512-VCgOTeNLuoR89WoCESLverpdZpPamOd7IprQbDIeG14sUySt7RHNgf2AEfyTYJEHij12rduvAwFzerPldVAIJg==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-italic@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-italic@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-QmDsHtnBBit/1KtQpBPxjSPjDC1mVKtoNTgsEwMWK6YAkCKOKPj7oPEqqjaNZIRMKPPzE5XCsfBoS3jtVmo+6A==} resolution: {integrity: sha512-/XYrW4ZEWyqDvnXVKbgTXItpJOp2ycswk+fJ3vuexyolO6NSs0UuYC6X4f+FbHYL5VuWqVBv7EavGa+tB6sl3A==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-list-item@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-list-item@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-YhwHaPGhffsFsg/zjCu1G24//j/BTRDRZbZXmMwp77m1yEqPULcWyoWrI+gUzetQxJRD/ruAucqjLtoLLfICmQ==} resolution: {integrity: sha512-Gk7hBFofAPmNQ8+uw8w5QSsZOMEGf7KQXJnx5B022YAUJTYYxO3jYVuzp34Drk9p+zNNIcXD4kc7ff5+nFOTrg==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-mention@2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11)(@tiptap/suggestion@2.1.11): /@tiptap/extension-mention@2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)(@tiptap/suggestion@2.1.12):
resolution: {integrity: sha512-QMHmAkhiDQEgAdUHdKRfVna0AINcbSbQCrpgwKLIHGWcpbi1zJbAPpm+xngbl0I9ZNxaMzbP4utTAzeQ92pJkw==} resolution: {integrity: sha512-Nc8wFlyPp+/48IpOFPk2O3hYsF465wizcM3aihMvZM96Ahic7dvv9yVptyOfoOwgpExl2FIn1QPjRDXF60VAUg==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
'@tiptap/pm': ^2.0.0 '@tiptap/pm': ^2.0.0
'@tiptap/suggestion': ^2.0.0 '@tiptap/suggestion': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
'@tiptap/pm': 2.1.11 '@tiptap/pm': 2.1.12
'@tiptap/suggestion': 2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11) '@tiptap/suggestion': 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-ordered-list@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-ordered-list@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-/tghfEJ5U7WFbF8xyOqRJks8KxP/lRjnroMXMglaushSMx8PYPo1dZDB/dJZw7ksy47MAaKJfKlx3gyN2CPXBQ==} resolution: {integrity: sha512-tF6VGl+D2avCgn9U/2YLJ8qVmV6sPE/iEzVAFZuOSe6L0Pj7SQw4K6AO640QBob/d8VrqqJFHCb6l10amJOnXA==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-paragraph@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-paragraph@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-gXMgJ2CU3X4yh1wKnb8RdbDmhITB76pH6DX0uWprmEgvzNMN3Qw+h5uBD9lgxg1WVghbCmkG9mY9J4PPbPTLxw==} resolution: {integrity: sha512-hoH/uWPX+KKnNAZagudlsrr4Xu57nusGekkJWBcrb5MCDE91BS+DN2xifuhwXiTHxnwOMVFjluc0bPzQbkArsw==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-placeholder@2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11): /@tiptap/extension-placeholder@2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12):
resolution: {integrity: sha512-laHYRFxJWj6m72Yf1v6Q5nF2nvwWpQlKUj6Yu/yluOOoVE92HpLqCAvA8RamqLtPiw5VxR3v3oCY0WNeQRvyIg==} resolution: {integrity: sha512-K52o7B1zkP4vaVy3z4ZwHn+tQy6KlXtedj1skLg+796ImwH2GYS5z6MFOTfKzBO2hLncUzLco/s0C5PLCD6SDw==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
'@tiptap/pm': ^2.0.0 '@tiptap/pm': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
'@tiptap/pm': 2.1.11 '@tiptap/pm': 2.1.12
dev: false dev: false
/@tiptap/extension-strike@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-strike@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-UnjeSVgu3bDuyjjUdWsUErRCoQKAHCzH/pAiqTEPEEdFYgZFQPBpcJICRVdlYjRmI2ZKh6d0TMUS55m7ckmwmQ==} resolution: {integrity: sha512-HlhrzIjYUT8oCH9nYzEL2QTTn8d1ECnVhKvzAe6x41xk31PjLMHTUy8aYjeQEkWZOWZ34tiTmslV1ce6R3Dt8g==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-table-cell@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-table-cell@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-RiQmwW4TftgxjJi9I3KO3GRHYrMfE/KMzhHclTk56/F+P+bbRwbRDaDMj/Zh/eBMrfTxtgRWb+yg3CGvifqifg==} resolution: {integrity: sha512-hextcfVTdwX8G7s8Q/V6LW2aUhGvPgu1dfV+kVVO42AFHxG+6PIkDOUuHphGajG3Nrs129bjMDWb8jphj38dUg==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-table-header@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-table-header@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-e8BsdE5CugtQjv/RSWhjFtUHhUfrltvf/FNwWlzPRaWq25LuECLkYIrosvQ5MTdTSqrXZPxA9tZnFP+8HAa0XQ==} resolution: {integrity: sha512-a4WZ5Z7gqQ/QlK8cK2d1ONYdma/J5+yH/0SNtQhkfELoS45GsLJh89OyKO0W0FnY6Mg0RoH1FsoBD+cqm0yazA==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-table-row@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-table-row@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-sHQiHRfsU4/4i1RDHBwJbjAJaPCXPKF5Wqi8fMSi/XED04BnnM/VyH3demEGrj/OLIgzsJYfeFdNqF1UukKBXA==} resolution: {integrity: sha512-0kPr+zngQC1YQRcU6+Fl3CpIW/SdJhVJ5qOLpQleXrLPdjmZQd3Z1DXvOSDphYjXCowGPCxeUa++6bo7IoEMJw==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-table@2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11): /@tiptap/extension-table@2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12):
resolution: {integrity: sha512-NTec4CyjZWKIy8mly8nNLZlf9FSZNL5lGfONQqt0vTrh5mBaQNZKYBgvDKKlrH9jS06hoM3zhDMsh2Cp8+wbtg==} resolution: {integrity: sha512-q/DuKZ4j1ycRfuFdb9rBJ3MglGNxlM2BQ1csScX/BrVIsAQI5B8sdzy1BrIlepQ6DRu4DCzHcKMI8u4/edUSWA==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
'@tiptap/pm': ^2.0.0 '@tiptap/pm': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
'@tiptap/pm': 2.1.11 '@tiptap/pm': 2.1.12
dev: false dev: false
/@tiptap/extension-task-item@2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11): /@tiptap/extension-task-item@2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12):
resolution: {integrity: sha512-721inc/MAZkljPup/EWCpNho4nf+XrYVKWRixqgX+AjikusTJefylbiZ5OeRn+71osTA7SdnXiKkM2ZbHtAsYA==} resolution: {integrity: sha512-uqrDTO4JwukZUt40GQdvB6S+oDhdp4cKNPMi0sbteWziQugkSMLlkYvxU0Hfb/YeziaWWwFI7ssPu/hahyk6dQ==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
'@tiptap/pm': ^2.0.0 '@tiptap/pm': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
'@tiptap/pm': 2.1.11 '@tiptap/pm': 2.1.12
dev: false dev: false
/@tiptap/extension-task-list@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-task-list@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-9C1M9N3jbNjm4001mPkgwUH19b6ZvKj5nnRT3zib/gFIQLOnSHE3VErDPHP/lkkjH84LgOMrm69cm8chQpgNsA==} resolution: {integrity: sha512-BUpYlEWK+Q3kw9KIiOqvhd0tUPhMcOf1+fJmCkluJok+okAxMbP1umAtCEQ3QkoCwLr+vpHJov7h3yi9+dwgeQ==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-text-align@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-text-align@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-mRUouUZviU7OjzMbW5O728HsRl/T/Gue4DuNWaY2hiddlJWOpDmO/FYRR7JaAQjTr+16NCofRwgfWdJL3nyv5w==} resolution: {integrity: sha512-siMlwrkgVrAxxgmZn8GOc75J7UZi2CVrP9vDHkUPPyKm/fjssYekXwGCEk4Vswii1BbOh2gt+MDsRkeYRGyDlQ==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-text-style@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-text-style@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-+JDWmcSUyFKzMDm/1xqlk7e0qPJ1nQ/UKIRuDeRtqgbxTyEw4fNlkV2k7GHCoELXqxUoplzweLID+kM1Vk2OaA==} resolution: {integrity: sha512-nfjWXX0JSRHLcscfiMESh+RN+Z7bG8nio/C9+8yQASM90VxU9f8oKgF8HnnSYsSrD4lLf44Q6XjmB7aMVUuikg==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-text@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-text@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-Iey0EXYv9079+lbHMvZtLc6XcYfKrq++msEXuFFNHxvL0i/XzndhGf+qlDhLROLgEtDiiTqzOBBwFCGlFjbDow==} resolution: {integrity: sha512-rCNUd505p/PXwU9Jgxo4ZJv4A3cIBAyAqlx/dtcY6cjztCQuXJhuQILPhjGhBTOLEEL4kW2wQtqzCmb7O8i2jg==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/extension-typography@2.1.11(@tiptap/core@2.1.11): /@tiptap/extension-typography@2.1.12(@tiptap/core@2.1.12):
resolution: {integrity: sha512-rtd294KTVW+xjuugacNuPA8Fs09ilXdfFOlEgyNcuUUA5ofhS/VdkqzNQ16Omrf+wN5clEmVFbkbsnuCCSjUCQ==} resolution: {integrity: sha512-OFkQHmUbKQwVO0b/NP2MLuuqQIWxw/gHaWQF/atgZf3mG0YDV2x3P/u+RBpKnsIujPZFvoEBRJGnstvEAB7zfQ==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
dev: false dev: false
/@tiptap/pm@2.1.11: /@tiptap/pm@2.1.12:
resolution: {integrity: sha512-vBIAic+H8fjHfT8r2qJkAOxdx1Iiss9+qMyujAoIdPkiyjEc4+sXcM0qSYgIr6KL5icITyuK8J7x/V62VfB7Uw==} resolution: {integrity: sha512-Q3MXXQABG4CZBesSp82yV84uhJh/W0Gag6KPm2HRWPimSFELM09Z9/5WK9RItAYE0aLhe4Krnyiczn9AAa1tQQ==}
dependencies: dependencies:
prosemirror-changeset: 2.2.1 prosemirror-changeset: 2.2.1
prosemirror-collab: 1.3.1 prosemirror-collab: 1.3.1
...@@ -1074,59 +1074,59 @@ packages: ...@@ -1074,59 +1074,59 @@ packages:
prosemirror-schema-list: 1.3.0 prosemirror-schema-list: 1.3.0
prosemirror-state: 1.4.3 prosemirror-state: 1.4.3
prosemirror-tables: 1.3.4 prosemirror-tables: 1.3.4
prosemirror-trailing-node: 2.0.7(prosemirror-model@1.19.3)(prosemirror-state@1.4.3)(prosemirror-view@1.32.0) prosemirror-trailing-node: 2.0.7(prosemirror-model@1.19.3)(prosemirror-state@1.4.3)(prosemirror-view@1.32.1)
prosemirror-transform: 1.8.0 prosemirror-transform: 1.8.0
prosemirror-view: 1.32.0 prosemirror-view: 1.32.1
dev: false dev: false
/@tiptap/starter-kit@2.1.11(@tiptap/pm@2.1.11): /@tiptap/starter-kit@2.1.12(@tiptap/pm@2.1.12):
resolution: {integrity: sha512-kZXwuo9yxrs1ASxluRKjXThjdcy90d7owJxnJWD7SyEwXaXYc4h+Ar1M9rP3jieCDBuRTtCgvAOKbVbhnRJ2jg==} resolution: {integrity: sha512-+RoP1rWV7rSCit2+3wl2bjvSRiePRJE/7YNKbvH8Faz/+AMO23AFegHoUFynR7U0ouGgYDljGkkj35e0asbSDA==}
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
'@tiptap/extension-blockquote': 2.1.11(@tiptap/core@2.1.11) '@tiptap/extension-blockquote': 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-bold': 2.1.11(@tiptap/core@2.1.11) '@tiptap/extension-bold': 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-bullet-list': 2.1.11(@tiptap/core@2.1.11) '@tiptap/extension-bullet-list': 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-code': 2.1.11(@tiptap/core@2.1.11) '@tiptap/extension-code': 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-code-block': 2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11) '@tiptap/extension-code-block': 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)
'@tiptap/extension-document': 2.1.11(@tiptap/core@2.1.11) '@tiptap/extension-document': 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-dropcursor': 2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11) '@tiptap/extension-dropcursor': 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)
'@tiptap/extension-gapcursor': 2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11) '@tiptap/extension-gapcursor': 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)
'@tiptap/extension-hard-break': 2.1.11(@tiptap/core@2.1.11) '@tiptap/extension-hard-break': 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-heading': 2.1.11(@tiptap/core@2.1.11) '@tiptap/extension-heading': 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-history': 2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11) '@tiptap/extension-history': 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)
'@tiptap/extension-horizontal-rule': 2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11) '@tiptap/extension-horizontal-rule': 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)
'@tiptap/extension-italic': 2.1.11(@tiptap/core@2.1.11) '@tiptap/extension-italic': 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-list-item': 2.1.11(@tiptap/core@2.1.11) '@tiptap/extension-list-item': 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-ordered-list': 2.1.11(@tiptap/core@2.1.11) '@tiptap/extension-ordered-list': 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-paragraph': 2.1.11(@tiptap/core@2.1.11) '@tiptap/extension-paragraph': 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-strike': 2.1.11(@tiptap/core@2.1.11) '@tiptap/extension-strike': 2.1.12(@tiptap/core@2.1.12)
'@tiptap/extension-text': 2.1.11(@tiptap/core@2.1.11) '@tiptap/extension-text': 2.1.12(@tiptap/core@2.1.12)
transitivePeerDependencies: transitivePeerDependencies:
- '@tiptap/pm' - '@tiptap/pm'
dev: false dev: false
/@tiptap/suggestion@2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11): /@tiptap/suggestion@2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12):
resolution: {integrity: sha512-AVMB4x1X3eU7QCO1A8URQK0W7ps5dsVzveIP7+c//Z/GYe8lFSGIUnEbLJdr6bwgPkRL56m7c9+oZqVST5wfjQ==} resolution: {integrity: sha512-rhlLWwVkOodBGRMK0mAmE34l2a+BqM2Y7q1ViuQRBhs/6sZ8d83O4hARHKVwqT5stY4i1l7d7PoemV3uAGI6+g==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
'@tiptap/pm': ^2.0.0 '@tiptap/pm': ^2.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
'@tiptap/pm': 2.1.11 '@tiptap/pm': 2.1.12
dev: false dev: false
/@tiptap/vue-3@2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11)(vue@3.3.4): /@tiptap/vue-3@2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)(vue@3.3.6):
resolution: {integrity: sha512-PA0ep7W4cXh1jSXpXgR/eKjTbBxP8b0rIKmwLHOLVLaXz2fGFYt+HwKmtZSnYMTcf+CscXmbhmajBJZQJVJQwQ==} resolution: {integrity: sha512-yAcfmWw/9jtIUbhb0uGQVI9NoPYgHRasX2sAGWnm9Al+0aJktgmQ3mLCifXfXfjyEbeMF0p2L6Ul8tO7eho7aQ==}
peerDependencies: peerDependencies:
'@tiptap/core': ^2.0.0 '@tiptap/core': ^2.0.0
'@tiptap/pm': ^2.0.0 '@tiptap/pm': ^2.0.0
vue: ^3.0.0 vue: ^3.0.0
dependencies: dependencies:
'@tiptap/core': 2.1.11(@tiptap/pm@2.1.11) '@tiptap/core': 2.1.12(@tiptap/pm@2.1.12)
'@tiptap/extension-bubble-menu': 2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11) '@tiptap/extension-bubble-menu': 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)
'@tiptap/extension-floating-menu': 2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11) '@tiptap/extension-floating-menu': 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)
'@tiptap/pm': 2.1.11 '@tiptap/pm': 2.1.12
vue: 3.3.4 vue: 3.3.6
dev: false dev: false
/@types/body-parser@1.19.3: /@types/body-parser@1.19.3:
...@@ -1195,10 +1195,10 @@ packages: ...@@ -1195,10 +1195,10 @@ packages:
resolution: {integrity: sha512-PwBsCBD3lDODn4xpje3Y1di0aDJp4Ww7aSfMRVw6ysnxD4I7Wmq2mBkSKaDtN403hqH5sp6c9xQUvFYY3+lkBg==} resolution: {integrity: sha512-PwBsCBD3lDODn4xpje3Y1di0aDJp4Ww7aSfMRVw6ysnxD4I7Wmq2mBkSKaDtN403hqH5sp6c9xQUvFYY3+lkBg==}
dev: true dev: true
/@types/hast@3.0.1: /@types/hast@3.0.2:
resolution: {integrity: sha512-hs/iBJx2aydugBQx5ETV3ZgeSS0oIreQrFJ4bjBl0XvM4wAmDjFEALY7p0rTSLt2eL+ibjRAAs9dTPiCLtmbqQ==} resolution: {integrity: sha512-B5hZHgHsXvfCoO3xgNJvBnX7N8p86TqQeGKXcokW4XXi+qY4vxxPSFYofytvVmpFxzPv7oxDQzjg5Un5m2/xiw==}
dependencies: dependencies:
'@types/unist': 3.0.0 '@types/unist': 3.0.1
dev: false dev: false
/@types/http-errors@2.0.2: /@types/http-errors@2.0.2:
...@@ -1209,23 +1209,23 @@ packages: ...@@ -1209,23 +1209,23 @@ packages:
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
dev: true dev: true
/@types/linkify-it@3.0.3: /@types/linkify-it@3.0.4:
resolution: {integrity: sha512-pTjcqY9E4nOI55Wgpz7eiI8+LzdYnw3qxXCfHyBDdPbYvbyLgWLJGh8EdPvqawwMK1Uo1794AUkkR38Fr0g+2g==} resolution: {integrity: sha512-hPpIeeHb/2UuCw06kSNAOVWgehBLXEo0/fUs0mw3W2qhqX89PI2yvok83MnuctYGCPrabGIoi0fFso4DQ+sNUQ==}
dev: false dev: false
/@types/lodash@4.14.199: /@types/lodash@4.14.200:
resolution: {integrity: sha512-Vrjz5N5Ia4SEzWWgIVwnHNEnb1UE1XMkvY5DGXrAeOGE9imk0hgTHh5GyDjLDJi9OTCn9oo9dXH1uToK1VRfrg==} resolution: {integrity: sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q==}
dev: true dev: true
/@types/markdown-it@13.0.2: /@types/markdown-it@13.0.4:
resolution: {integrity: sha512-Tla7hH9oeXHOlJyBFdoqV61xWE9FZf/y2g+gFVwQ2vE1/eBzjUno5JCd3Hdb5oATve5OF6xNjZ/4VIZhVVx+hA==} resolution: {integrity: sha512-FAIUdEXrCDnQmAAmJC+UeW/3p0eCI4QZ/+W0lX/h83VD3v78IgTFYftjnAeXS8H0g4PFQCgipc51cQDA8tjgLw==}
dependencies: dependencies:
'@types/linkify-it': 3.0.3 '@types/linkify-it': 3.0.4
'@types/mdurl': 1.0.3 '@types/mdurl': 1.0.4
dev: false dev: false
/@types/mdurl@1.0.3: /@types/mdurl@1.0.4:
resolution: {integrity: sha512-T5k6kTXak79gwmIOaDF2UUQXFbnBE0zBUzF20pz7wDYu0RQMzWg+Ml/Pz50214NsFHBITkoi5VtdjFZnJ2ijjA==} resolution: {integrity: sha512-ARVxjAEX5TARFRzpDRVC6cEk0hUIXCCwaMhz8y7S1/PxU6zZS1UMjyobz7q4w/D/R552r4++EhwmXK1N2rAy0A==}
dev: false dev: false
/@types/mime@1.3.3: /@types/mime@1.3.3:
...@@ -1240,12 +1240,12 @@ packages: ...@@ -1240,12 +1240,12 @@ packages:
resolution: {integrity: sha512-jxiZQFpb+NlH5kjW49vXxvxTjeeqlbsnTAdBTKpzEdPs9itay7MscYXz3Fo9VYFEsfQ6LJFitHad3faerLAjCw==} resolution: {integrity: sha512-jxiZQFpb+NlH5kjW49vXxvxTjeeqlbsnTAdBTKpzEdPs9itay7MscYXz3Fo9VYFEsfQ6LJFitHad3faerLAjCw==}
dev: true dev: true
/@types/object.omit@3.0.1: /@types/object.omit@3.0.2:
resolution: {integrity: sha512-24XD34UeRWw505TsMNBrQ4bES2s8IxiFC59mmNUFhTz9IX2hAtA7gQ8wVww1i17QmhBYILg5iqYP2y7aqA3pwQ==} resolution: {integrity: sha512-BxWU36cMP+FKD3OLFluQaj2cBev2sx2LJaHELuphHwnleq+xnEhTmuYYYx4pOT/1U/ZoR6B+RdvxWh2FD6lGGA==}
dev: false dev: false
/@types/object.pick@1.3.2: /@types/object.pick@1.3.3:
resolution: {integrity: sha512-sn7L+qQ6RLPdXRoiaE7bZ/Ek+o4uICma/lBFPyJEKDTPTBP1W8u0c4baj3EiS4DiqLs+Hk+KUGvMVJtAw3ePJg==} resolution: {integrity: sha512-qZqHmdGEALeSATMB1djT1S5szv6Wtpb7DKpHrt2XG4iyKlV7C2Xk8GmDXr1KXakOqUfX6ohw7ceruYt4NVmB1Q==}
dev: false dev: false
/@types/qs@6.9.8: /@types/qs@6.9.8:
...@@ -1275,11 +1275,15 @@ packages: ...@@ -1275,11 +1275,15 @@ packages:
resolution: {integrity: sha512-5eQEtSCoESnh2FsiLTxE121IiE60hnMqcb435fShf4bpLRjEu1Eoekht23y6zXS9Ts3l+Szu3TARnTsA0GkOkQ==} resolution: {integrity: sha512-5eQEtSCoESnh2FsiLTxE121IiE60hnMqcb435fShf4bpLRjEu1Eoekht23y6zXS9Ts3l+Szu3TARnTsA0GkOkQ==}
dev: false dev: false
/@types/unist@3.0.0: /@types/unist@3.0.1:
resolution: {integrity: sha512-MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w==} resolution: {integrity: sha512-ue/hDUpPjC85m+PM9OQDMZr3LywT+CT6mPsQq8OJtCLiERkGRcQUFvu9XASF5XWqyZFXbf15lvb3JFJ4dRLWPg==}
dev: false dev: false
/@vitejs/plugin-vue@2.3.4(vite@2.9.16)(vue@3.3.4): /@ungap/structured-clone@1.2.0:
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
dev: true
/@vitejs/plugin-vue@2.3.4(vite@2.9.16)(vue@3.3.6):
resolution: {integrity: sha512-IfFNbtkbIm36O9KB8QodlwwYvTEsJb4Lll4c2IwB3VHc2gie2mSPtSzL0eYay7X2jd/2WX02FjSGTWR6OPr/zg==} resolution: {integrity: sha512-IfFNbtkbIm36O9KB8QodlwwYvTEsJb4Lll4c2IwB3VHc2gie2mSPtSzL0eYay7X2jd/2WX02FjSGTWR6OPr/zg==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
...@@ -1287,27 +1291,27 @@ packages: ...@@ -1287,27 +1291,27 @@ packages:
vue: ^3.2.25 vue: ^3.2.25
dependencies: dependencies:
vite: 2.9.16(sass@1.32.12) vite: 2.9.16(sass@1.32.12)
vue: 3.3.4 vue: 3.3.6
dev: true dev: true
/@volar/language-core@1.10.3: /@volar/language-core@1.10.4:
resolution: {integrity: sha512-7Qgwu9bWUHN+cLrOkCbIVBkL+RVPREhvY07wY89dGxi4mY9mQCsUVRRp64F61lX7Nc27meMnvy0sWlzY0x6oQQ==} resolution: {integrity: sha512-Na69qA6uwVIdA0rHuOc2W3pHtVQQO8hCNim7FOaKNpRJh0oAFnu5r9i7Oopo5C4cnELZkPNjTrbmpcCTiW+CMQ==}
dependencies: dependencies:
'@volar/source-map': 1.10.3 '@volar/source-map': 1.10.4
dev: true dev: true
/@volar/language-service@1.10.3: /@volar/language-service@1.10.4:
resolution: {integrity: sha512-nz7Gh8bm+aLFuVxJ0wn18d7ihr2XEtJ9Ed8bD74m3IQlmdqNwSILh5jEMNXOI7DW0R5loxtBHN1HYiNJPXDcvA==} resolution: {integrity: sha512-SGDsmGojVJi7RiHM9WON4O2Ed7PbjU+3gzEn0lODxK5qa+PDGzzSaFWIQeCp8Av+ef5uhZ4gJcTUR3AmD/29HQ==}
dependencies: dependencies:
'@volar/language-core': 1.10.3 '@volar/language-core': 1.10.4
'@volar/source-map': 1.10.3 '@volar/source-map': 1.10.4
vscode-languageserver-protocol: 3.17.5 vscode-languageserver-protocol: 3.17.5
vscode-languageserver-textdocument: 1.0.11 vscode-languageserver-textdocument: 1.0.11
vscode-uri: 3.0.8 vscode-uri: 3.0.8
dev: true dev: true
/@volar/source-map@1.10.3: /@volar/source-map@1.10.4:
resolution: {integrity: sha512-QE9nwK3xsdBQGongHnC9SCR0itx7xUKQFsUDn5HbZY3pHpyXxdY1hSBG0eh9mE+aTKoM4KlqMvrb+19Tv9vS1Q==} resolution: {integrity: sha512-RxZdUEL+pV8p+SMqnhVjzy5zpb1QRZTlcwSk4bdcBO7yOu4rtEWqDGahVCEj4CcXour+0yJUMrMczfSCpP9Uxg==}
dependencies: dependencies:
muggle-string: 0.3.1 muggle-string: 0.3.1
dev: true dev: true
...@@ -1323,12 +1327,28 @@ packages: ...@@ -1323,12 +1327,28 @@ packages:
'@vue/shared': 3.3.4 '@vue/shared': 3.3.4
estree-walker: 2.0.2 estree-walker: 2.0.2
source-map-js: 1.0.2 source-map-js: 1.0.2
dev: true
/@vue/compiler-core@3.3.6:
resolution: {integrity: sha512-2JNjemwaNwf+MkkatATVZi7oAH1Hx0B04DdPH3ZoZ8vKC1xZVP7nl4HIsk8XYd3r+/52sqqoz9TWzYc3yE9dqA==}
dependencies:
'@babel/parser': 7.23.0
'@vue/shared': 3.3.6
estree-walker: 2.0.2
source-map-js: 1.0.2
/@vue/compiler-dom@3.3.4: /@vue/compiler-dom@3.3.4:
resolution: {integrity: sha512-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==} resolution: {integrity: sha512-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==}
dependencies: dependencies:
'@vue/compiler-core': 3.3.4 '@vue/compiler-core': 3.3.4
'@vue/shared': 3.3.4 '@vue/shared': 3.3.4
dev: true
/@vue/compiler-dom@3.3.6:
resolution: {integrity: sha512-1MxXcJYMHiTPexjLAJUkNs/Tw2eDf2tY3a0rL+LfuWyiKN2s6jvSwywH3PWD8bKICjfebX3GWx2Os8jkRDq3Ng==}
dependencies:
'@vue/compiler-core': 3.3.6
'@vue/shared': 3.3.6
/@vue/compiler-sfc@3.3.4: /@vue/compiler-sfc@3.3.4:
resolution: {integrity: sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==} resolution: {integrity: sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==}
...@@ -1343,20 +1363,45 @@ packages: ...@@ -1343,20 +1363,45 @@ packages:
magic-string: 0.30.4 magic-string: 0.30.4
postcss: 8.4.31 postcss: 8.4.31
source-map-js: 1.0.2 source-map-js: 1.0.2
dev: true
/@vue/compiler-sfc@3.3.6:
resolution: {integrity: sha512-/Kms6du2h1VrXFreuZmlvQej8B1zenBqIohP0690IUBkJjsFvJxY0crcvVRJ0UhMgSR9dewB+khdR1DfbpArJA==}
dependencies:
'@babel/parser': 7.23.0
'@vue/compiler-core': 3.3.6
'@vue/compiler-dom': 3.3.6
'@vue/compiler-ssr': 3.3.6
'@vue/reactivity-transform': 3.3.6
'@vue/shared': 3.3.6
estree-walker: 2.0.2
magic-string: 0.30.5
postcss: 8.4.31
source-map-js: 1.0.2
/@vue/compiler-ssr@3.3.4: /@vue/compiler-ssr@3.3.4:
resolution: {integrity: sha512-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==} resolution: {integrity: sha512-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==}
dependencies: dependencies:
'@vue/compiler-dom': 3.3.4 '@vue/compiler-dom': 3.3.4
'@vue/shared': 3.3.4 '@vue/shared': 3.3.4
dev: true
/@vue/compiler-ssr@3.3.6:
resolution: {integrity: sha512-QTIHAfDCHhjXlYGkUg5KH7YwYtdUM1vcFl/FxFDlD6d0nXAmnjizka3HITp8DGudzHndv2PjKVS44vqqy0vP4w==}
dependencies:
'@vue/compiler-dom': 3.3.6
'@vue/shared': 3.3.6
/@vue/devtools-api@6.5.0: /@vue/devtools-api@6.5.0:
resolution: {integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==} resolution: {integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==}
/@vue/language-plugin-pug@1.8.16: /@vue/devtools-api@6.5.1:
resolution: {integrity: sha512-BDLTVhPSTfTZzqV/wI7QIMl9XyBbD0FFTqJHjj6PkFodWOx5VeSKHp3D27c7PdUvXzd5pJ152cnYax3Plk4RrA==} resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==}
/@vue/language-plugin-pug@1.8.19:
resolution: {integrity: sha512-EI5fjmSt8AJDxxMnLxkyY3ErUF4C+n2hbih6RCwss3/y/5q1+G2uX9W7/8RpVZ2j6tF3ziStlr9xJ81wgAfYMw==}
dependencies: dependencies:
'@volar/source-map': 1.10.3 '@volar/source-map': 1.10.4
volar-service-pug: 0.0.14 volar-service-pug: 0.0.14
dev: true dev: true
...@@ -1368,36 +1413,50 @@ packages: ...@@ -1368,36 +1413,50 @@ packages:
'@vue/shared': 3.3.4 '@vue/shared': 3.3.4
estree-walker: 2.0.2 estree-walker: 2.0.2
magic-string: 0.30.4 magic-string: 0.30.4
dev: true
/@vue/reactivity@3.3.4: /@vue/reactivity-transform@3.3.6:
resolution: {integrity: sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==} resolution: {integrity: sha512-RlJl4dHfeO7EuzU1iJOsrlqWyJfHTkJbvYz/IOJWqu8dlCNWtxWX377WI0VsbAgBizjwD+3ZjdnvSyyFW1YVng==}
dependencies: dependencies:
'@vue/shared': 3.3.4 '@babel/parser': 7.23.0
'@vue/compiler-core': 3.3.6
'@vue/shared': 3.3.6
estree-walker: 2.0.2
magic-string: 0.30.5
/@vue/runtime-core@3.3.4: /@vue/reactivity@3.3.6:
resolution: {integrity: sha512-R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA==} resolution: {integrity: sha512-gtChAumfQz5lSy5jZXfyXbKrIYPf9XEOrIr6rxwVyeWVjFhJwmwPLtV6Yis+M9onzX++I5AVE9j+iPH60U+B8Q==}
dependencies: dependencies:
'@vue/reactivity': 3.3.4 '@vue/shared': 3.3.6
'@vue/shared': 3.3.4
/@vue/runtime-dom@3.3.4: /@vue/runtime-core@3.3.6:
resolution: {integrity: sha512-Aj5bTJ3u5sFsUckRghsNjVTtxZQ1OyMWCr5dZRAPijF/0Vy4xEoRCwLyHXcj4D0UFbJ4lbx3gPTgg06K/GnPnQ==} resolution: {integrity: sha512-qp7HTP1iw1UW2ZGJ8L3zpqlngrBKvLsDAcq5lA6JvEXHmpoEmjKju7ahM9W2p/h51h0OT5F2fGlP/gMhHOmbUA==}
dependencies: dependencies:
'@vue/runtime-core': 3.3.4 '@vue/reactivity': 3.3.6
'@vue/shared': 3.3.4 '@vue/shared': 3.3.6
/@vue/runtime-dom@3.3.6:
resolution: {integrity: sha512-AoX3Cp8NqMXjLbIG9YR6n/pPLWE9TiDdk6wTJHFnl2GpHzDFH1HLBC9wlqqQ7RlnvN3bVLpzPGAAH00SAtOxHg==}
dependencies:
'@vue/runtime-core': 3.3.6
'@vue/shared': 3.3.6
csstype: 3.1.2 csstype: 3.1.2
/@vue/server-renderer@3.3.4(vue@3.3.4): /@vue/server-renderer@3.3.6(vue@3.3.6):
resolution: {integrity: sha512-Q6jDDzR23ViIb67v+vM1Dqntu+HUexQcsWKhhQa4ARVzxOY2HbC7QRW/ggkDBd5BU+uM1sV6XOAP0b216o34JQ==} resolution: {integrity: sha512-kgLoN43W4ERdZ6dpyy+gnk2ZHtcOaIr5Uc/WUP5DRwutgvluzu2pudsZGoD2b7AEJHByUVMa9k6Sho5lLRCykw==}
peerDependencies: peerDependencies:
vue: 3.3.4 vue: 3.3.6
dependencies: dependencies:
'@vue/compiler-ssr': 3.3.4 '@vue/compiler-ssr': 3.3.6
'@vue/shared': 3.3.4 '@vue/shared': 3.3.6
vue: 3.3.4 vue: 3.3.6
/@vue/shared@3.3.4: /@vue/shared@3.3.4:
resolution: {integrity: sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==} resolution: {integrity: sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==}
dev: true
/@vue/shared@3.3.6:
resolution: {integrity: sha512-Xno5pEqg8SVhomD0kTSmfh30ZEmV/+jZtyh39q6QflrjdJCXah5lrnOLi9KB6a5k5aAHXMXjoMnxlzUkCNfWLQ==}
/@wry/context@0.7.3: /@wry/context@0.7.3:
resolution: {integrity: sha512-Nl8WTesHp89RF803Se9X3IiHjdmLBrIvPMaJkl+rKVJAYyPsz1TEUbu89943HpvujtSJgDUx9W4vZw3K1Mr3sA==} resolution: {integrity: sha512-Nl8WTesHp89RF803Se9X3IiHjdmLBrIvPMaJkl+rKVJAYyPsz1TEUbu89943HpvujtSJgDUx9W4vZw3K1Mr3sA==}
...@@ -1499,14 +1558,14 @@ packages: ...@@ -1499,14 +1558,14 @@ packages:
picomatch: 2.3.1 picomatch: 2.3.1
dev: true dev: true
/apollo-upload-client@17.0.0(@apollo/client@3.8.5)(graphql@16.6.0): /apollo-upload-client@17.0.0(@apollo/client@3.8.6)(graphql@16.6.0):
resolution: {integrity: sha512-pue33bWVbdlXAGFPkgz53TTmxVMrKeQr0mdRcftNY+PoHIdbGZD0hoaXHvO6OePJAkFz7OiCFUf98p1G/9+Ykw==} resolution: {integrity: sha512-pue33bWVbdlXAGFPkgz53TTmxVMrKeQr0mdRcftNY+PoHIdbGZD0hoaXHvO6OePJAkFz7OiCFUf98p1G/9+Ykw==}
engines: {node: ^12.22.0 || ^14.17.0 || >= 16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >= 16.0.0}
peerDependencies: peerDependencies:
'@apollo/client': ^3.0.0 '@apollo/client': ^3.0.0
graphql: 14 - 16 graphql: 14 - 16
dependencies: dependencies:
'@apollo/client': 3.8.5(graphql@16.6.0) '@apollo/client': 3.8.6(graphql@16.6.0)
extract-files: 11.0.0 extract-files: 11.0.0
graphql: 16.6.0 graphql: 16.6.0
dev: false dev: false
...@@ -2545,7 +2604,7 @@ packages: ...@@ -2545,7 +2604,7 @@ packages:
source-map: 0.6.1 source-map: 0.6.1
dev: true dev: true
/eslint-config-standard@17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.1.0)(eslint-plugin-promise@6.1.1)(eslint@8.51.0): /eslint-config-standard@17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.2.0)(eslint-plugin-promise@6.1.1)(eslint@8.52.0):
resolution: {integrity: sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==} resolution: {integrity: sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
...@@ -2554,10 +2613,10 @@ packages: ...@@ -2554,10 +2613,10 @@ packages:
eslint-plugin-n: '^15.0.0 || ^16.0.0 ' eslint-plugin-n: '^15.0.0 || ^16.0.0 '
eslint-plugin-promise: ^6.0.0 eslint-plugin-promise: ^6.0.0
dependencies: dependencies:
eslint: 8.51.0 eslint: 8.52.0
eslint-plugin-import: 2.28.1(eslint@8.51.0) eslint-plugin-import: 2.28.1(eslint@8.52.0)
eslint-plugin-n: 16.1.0(eslint@8.51.0) eslint-plugin-n: 16.2.0(eslint@8.52.0)
eslint-plugin-promise: 6.1.1(eslint@8.51.0) eslint-plugin-promise: 6.1.1(eslint@8.52.0)
dev: true dev: true
/eslint-import-resolver-node@0.3.9: /eslint-import-resolver-node@0.3.9:
...@@ -2570,7 +2629,7 @@ packages: ...@@ -2570,7 +2629,7 @@ packages:
- supports-color - supports-color
dev: true dev: true
/eslint-module-utils@2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.51.0): /eslint-module-utils@2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.52.0):
resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
engines: {node: '>=4'} engines: {node: '>=4'}
peerDependencies: peerDependencies:
...@@ -2592,24 +2651,24 @@ packages: ...@@ -2592,24 +2651,24 @@ packages:
optional: true optional: true
dependencies: dependencies:
debug: 3.2.7 debug: 3.2.7
eslint: 8.51.0 eslint: 8.52.0
eslint-import-resolver-node: 0.3.9 eslint-import-resolver-node: 0.3.9
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/eslint-plugin-es-x@7.2.0(eslint@8.51.0): /eslint-plugin-es-x@7.2.0(eslint@8.52.0):
resolution: {integrity: sha512-9dvv5CcvNjSJPqnS5uZkqb3xmbeqRLnvXKK7iI5+oK/yTusyc46zbBZKENGsOfojm/mKfszyZb+wNqNPAPeGXA==} resolution: {integrity: sha512-9dvv5CcvNjSJPqnS5uZkqb3xmbeqRLnvXKK7iI5+oK/yTusyc46zbBZKENGsOfojm/mKfszyZb+wNqNPAPeGXA==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: '>=8' eslint: '>=8'
dependencies: dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) '@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0)
'@eslint-community/regexpp': 4.9.1 '@eslint-community/regexpp': 4.9.1
eslint: 8.51.0 eslint: 8.52.0
dev: true dev: true
/eslint-plugin-import@2.28.1(eslint@8.51.0): /eslint-plugin-import@2.28.1(eslint@8.52.0):
resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==}
engines: {node: '>=4'} engines: {node: '>=4'}
peerDependencies: peerDependencies:
...@@ -2625,9 +2684,9 @@ packages: ...@@ -2625,9 +2684,9 @@ packages:
array.prototype.flatmap: 1.3.2 array.prototype.flatmap: 1.3.2
debug: 3.2.7 debug: 3.2.7
doctrine: 2.1.0 doctrine: 2.1.0
eslint: 8.51.0 eslint: 8.52.0
eslint-import-resolver-node: 0.3.9 eslint-import-resolver-node: 0.3.9
eslint-module-utils: 2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.51.0) eslint-module-utils: 2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.52.0)
has: 1.0.4 has: 1.0.4
is-core-module: 2.13.0 is-core-module: 2.13.0
is-glob: 4.0.3 is-glob: 4.0.3
...@@ -2643,46 +2702,46 @@ packages: ...@@ -2643,46 +2702,46 @@ packages:
- supports-color - supports-color
dev: true dev: true
/eslint-plugin-n@16.1.0(eslint@8.51.0): /eslint-plugin-n@16.2.0(eslint@8.52.0):
resolution: {integrity: sha512-3wv/TooBst0N4ND+pnvffHuz9gNPmk/NkLwAxOt2JykTl/hcuECe6yhTtLJcZjIxtZwN+GX92ACp/QTLpHA3Hg==} resolution: {integrity: sha512-AQER2jEyQOt1LG6JkGJCCIFotzmlcCZFur2wdKrp1JX2cNotC7Ae0BcD/4lLv3lUAArM9uNS8z/fsvXTd0L71g==}
engines: {node: '>=16.0.0'} engines: {node: '>=16.0.0'}
peerDependencies: peerDependencies:
eslint: '>=7.0.0' eslint: '>=7.0.0'
dependencies: dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) '@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0)
builtins: 5.0.1 builtins: 5.0.1
eslint: 8.51.0 eslint: 8.52.0
eslint-plugin-es-x: 7.2.0(eslint@8.51.0) eslint-plugin-es-x: 7.2.0(eslint@8.52.0)
get-tsconfig: 4.7.2 get-tsconfig: 4.7.2
ignore: 5.2.4 ignore: 5.2.4
is-core-module: 2.13.0 is-core-module: 2.13.1
minimatch: 3.1.2 minimatch: 3.1.2
resolve: 1.22.6 resolve: 1.22.8
semver: 7.5.4 semver: 7.5.4
dev: true dev: true
/eslint-plugin-promise@6.1.1(eslint@8.51.0): /eslint-plugin-promise@6.1.1(eslint@8.52.0):
resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==} resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: ^7.0.0 || ^8.0.0 eslint: ^7.0.0 || ^8.0.0
dependencies: dependencies:
eslint: 8.51.0 eslint: 8.52.0
dev: true dev: true
/eslint-plugin-vue@9.17.0(eslint@8.51.0): /eslint-plugin-vue@9.17.0(eslint@8.52.0):
resolution: {integrity: sha512-r7Bp79pxQk9I5XDP0k2dpUC7Ots3OSWgvGZNu3BxmKK6Zg7NgVtcOB6OCna5Kb9oQwJPl5hq183WD0SY5tZtIQ==} resolution: {integrity: sha512-r7Bp79pxQk9I5XDP0k2dpUC7Ots3OSWgvGZNu3BxmKK6Zg7NgVtcOB6OCna5Kb9oQwJPl5hq183WD0SY5tZtIQ==}
engines: {node: ^14.17.0 || >=16.0.0} engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
dependencies: dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) '@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0)
eslint: 8.51.0 eslint: 8.52.0
natural-compare: 1.4.0 natural-compare: 1.4.0
nth-check: 2.1.1 nth-check: 2.1.1
postcss-selector-parser: 6.0.13 postcss-selector-parser: 6.0.13
semver: 7.5.4 semver: 7.5.4
vue-eslint-parser: 9.3.1(eslint@8.51.0) vue-eslint-parser: 9.3.1(eslint@8.52.0)
xml-name-validator: 4.0.0 xml-name-validator: 4.0.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
...@@ -2701,18 +2760,19 @@ packages: ...@@ -2701,18 +2760,19 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true dev: true
/eslint@8.51.0: /eslint@8.52.0:
resolution: {integrity: sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==} resolution: {integrity: sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true hasBin: true
dependencies: dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) '@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0)
'@eslint-community/regexpp': 4.9.1 '@eslint-community/regexpp': 4.9.1
'@eslint/eslintrc': 2.1.2 '@eslint/eslintrc': 2.1.2
'@eslint/js': 8.51.0 '@eslint/js': 8.52.0
'@humanwhocodes/config-array': 0.11.11 '@humanwhocodes/config-array': 0.11.13
'@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/module-importer': 1.0.1
'@nodelib/fs.walk': 1.2.8 '@nodelib/fs.walk': 1.2.8
'@ungap/structured-clone': 1.2.0
ajv: 6.12.6 ajv: 6.12.6
chalk: 4.1.2 chalk: 4.1.2
cross-spawn: 7.0.3 cross-spawn: 7.0.3
...@@ -3009,6 +3069,9 @@ packages: ...@@ -3009,6 +3069,9 @@ packages:
/function-bind@1.1.1: /function-bind@1.1.1:
resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==}
/function-bind@1.1.2:
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
/function.prototype.name@1.1.6: /function.prototype.name@1.1.6:
resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
...@@ -3166,13 +3229,19 @@ packages: ...@@ -3166,13 +3229,19 @@ packages:
resolution: {integrity: sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==} resolution: {integrity: sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==}
engines: {node: '>= 0.4.0'} engines: {node: '>= 0.4.0'}
/hasown@2.0.0:
resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==}
engines: {node: '>= 0.4'}
dependencies:
function-bind: 1.1.2
/he@1.2.0: /he@1.2.0:
resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
hasBin: true hasBin: true
dev: true dev: true
/highlight.js@11.8.0: /highlight.js@11.9.0:
resolution: {integrity: sha512-MedQhoqVdr0U6SSnWPzfiadUcDHfN/Wzq25AkXiQv9oiOO/sG0S7XkvpFIqWBl9Yq1UYyYOOVORs5UW2XlPyzg==} resolution: {integrity: sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
dev: false dev: false
...@@ -3320,6 +3389,12 @@ packages: ...@@ -3320,6 +3389,12 @@ packages:
resolution: {integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==} resolution: {integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==}
dependencies: dependencies:
has: 1.0.4 has: 1.0.4
dev: true
/is-core-module@2.13.1:
resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==}
dependencies:
hasown: 2.0.0
/is-date-object@1.0.5: /is-date-object@1.0.5:
resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==}
...@@ -3683,12 +3758,12 @@ packages: ...@@ -3683,12 +3758,12 @@ packages:
resolution: {integrity: sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA==} resolution: {integrity: sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA==}
dev: true dev: true
/lowlight@3.0.0: /lowlight@3.1.0:
resolution: {integrity: sha512-kedX6yxvgak8P4LGh3vKRDQuMbVcnP+qRuDJlve2w+mNJAbEhEQPjYCp9QJnpVL5F2aAAVjeIzzrbQZUKHiDJw==} resolution: {integrity: sha512-CEbNVoSikAxwDMDPjXlqlFYiZLkDJHwyGu/MfOsJnF3d7f3tds5J3z8s/l9TMXhzfsJCCJEAsD78842mwmg0PQ==}
dependencies: dependencies:
'@types/hast': 3.0.1 '@types/hast': 3.0.2
devlop: 1.1.0 devlop: 1.1.0
highlight.js: 11.8.0 highlight.js: 11.9.0
dev: false dev: false
/lru-cache@6.0.0: /lru-cache@6.0.0:
...@@ -3708,6 +3783,13 @@ packages: ...@@ -3708,6 +3783,13 @@ packages:
engines: {node: '>=12'} engines: {node: '>=12'}
dependencies: dependencies:
'@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/sourcemap-codec': 1.4.15
dev: true
/magic-string@0.30.5:
resolution: {integrity: sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==}
engines: {node: '>=12'}
dependencies:
'@jridgewell/sourcemap-codec': 1.4.15
/make-error@1.3.6: /make-error@1.3.6:
resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==}
...@@ -3752,13 +3834,13 @@ packages: ...@@ -3752,13 +3834,13 @@ packages:
resolution: {integrity: sha512-HyxjAu6BRsdt6Xcv6TKVQnkz/E70TdGXEFHRYBGLncRE9lBFwDNLVtFojKxjJWgJ+5XxUwLaHXy+2sGBbDn+4A==} resolution: {integrity: sha512-HyxjAu6BRsdt6Xcv6TKVQnkz/E70TdGXEFHRYBGLncRE9lBFwDNLVtFojKxjJWgJ+5XxUwLaHXy+2sGBbDn+4A==}
dev: false dev: false
/markdown-it-mdc@0.1.4(@types/markdown-it@13.0.2)(markdown-it@13.0.2): /markdown-it-mdc@0.1.4(@types/markdown-it@13.0.4)(markdown-it@13.0.2):
resolution: {integrity: sha512-9+DN+a7aA3dywExjFxfEcH6JFEpEcysnysqWVDXcgcYvI3Ej0dYNdXLF2YLDMu8je/Qpf9QiHLA9L8tJbb1aog==} resolution: {integrity: sha512-9+DN+a7aA3dywExjFxfEcH6JFEpEcysnysqWVDXcgcYvI3Ej0dYNdXLF2YLDMu8je/Qpf9QiHLA9L8tJbb1aog==}
peerDependencies: peerDependencies:
'@types/markdown-it': ^13.0.1 '@types/markdown-it': ^13.0.1
markdown-it: ^13.0.1 markdown-it: ^13.0.1
dependencies: dependencies:
'@types/markdown-it': 13.0.2 '@types/markdown-it': 13.0.4
js-yaml: 4.1.0 js-yaml: 4.1.0
markdown-it: 13.0.2 markdown-it: 13.0.2
dev: false dev: false
...@@ -4149,8 +4231,8 @@ packages: ...@@ -4149,8 +4231,8 @@ packages:
engines: {node: '>=8.6'} engines: {node: '>=8.6'}
dev: true dev: true
/pinia@2.1.6(vue@3.3.4): /pinia@2.1.7(vue@3.3.6):
resolution: {integrity: sha512-bIU6QuE5qZviMmct5XwCesXelb5VavdOWKWaB17ggk++NUwQWWbP5YnsONTk3b752QkW9sACiR81rorpeOMSvQ==} resolution: {integrity: sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==}
peerDependencies: peerDependencies:
'@vue/composition-api': ^1.4.0 '@vue/composition-api': ^1.4.0
typescript: '>=4.4.4' typescript: '>=4.4.4'
...@@ -4161,9 +4243,9 @@ packages: ...@@ -4161,9 +4243,9 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@vue/devtools-api': 6.5.0 '@vue/devtools-api': 6.5.1
vue: 3.3.4 vue: 3.3.6
vue-demi: 0.14.6(vue@3.3.4) vue-demi: 0.14.6(vue@3.3.6)
/pkg-types@1.0.3: /pkg-types@1.0.3:
resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==} resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==}
...@@ -4241,7 +4323,7 @@ packages: ...@@ -4241,7 +4323,7 @@ packages:
dependencies: dependencies:
prosemirror-state: 1.4.3 prosemirror-state: 1.4.3
prosemirror-transform: 1.8.0 prosemirror-transform: 1.8.0
prosemirror-view: 1.32.0 prosemirror-view: 1.32.1
dev: false dev: false
/prosemirror-gapcursor@1.3.2: /prosemirror-gapcursor@1.3.2:
...@@ -4250,7 +4332,7 @@ packages: ...@@ -4250,7 +4332,7 @@ packages:
prosemirror-keymap: 1.2.2 prosemirror-keymap: 1.2.2
prosemirror-model: 1.19.3 prosemirror-model: 1.19.3
prosemirror-state: 1.4.3 prosemirror-state: 1.4.3
prosemirror-view: 1.32.0 prosemirror-view: 1.32.1
dev: false dev: false
/prosemirror-history@1.3.2: /prosemirror-history@1.3.2:
...@@ -4258,7 +4340,7 @@ packages: ...@@ -4258,7 +4340,7 @@ packages:
dependencies: dependencies:
prosemirror-state: 1.4.3 prosemirror-state: 1.4.3
prosemirror-transform: 1.8.0 prosemirror-transform: 1.8.0
prosemirror-view: 1.32.0 prosemirror-view: 1.32.1
rope-sequence: 1.3.4 rope-sequence: 1.3.4
dev: false dev: false
...@@ -4317,7 +4399,7 @@ packages: ...@@ -4317,7 +4399,7 @@ packages:
dependencies: dependencies:
prosemirror-model: 1.19.3 prosemirror-model: 1.19.3
prosemirror-transform: 1.8.0 prosemirror-transform: 1.8.0
prosemirror-view: 1.32.0 prosemirror-view: 1.32.1
dev: false dev: false
/prosemirror-tables@1.3.4: /prosemirror-tables@1.3.4:
...@@ -4327,10 +4409,10 @@ packages: ...@@ -4327,10 +4409,10 @@ packages:
prosemirror-model: 1.19.3 prosemirror-model: 1.19.3
prosemirror-state: 1.4.3 prosemirror-state: 1.4.3
prosemirror-transform: 1.8.0 prosemirror-transform: 1.8.0
prosemirror-view: 1.32.0 prosemirror-view: 1.32.1
dev: false dev: false
/prosemirror-trailing-node@2.0.7(prosemirror-model@1.19.3)(prosemirror-state@1.4.3)(prosemirror-view@1.32.0): /prosemirror-trailing-node@2.0.7(prosemirror-model@1.19.3)(prosemirror-state@1.4.3)(prosemirror-view@1.32.1):
resolution: {integrity: sha512-8zcZORYj/8WEwsGo6yVCRXFMOfBo0Ub3hCUvmoWIZYfMP26WqENU0mpEP27w7mt8buZWuGrydBewr0tOArPb1Q==} resolution: {integrity: sha512-8zcZORYj/8WEwsGo6yVCRXFMOfBo0Ub3hCUvmoWIZYfMP26WqENU0mpEP27w7mt8buZWuGrydBewr0tOArPb1Q==}
peerDependencies: peerDependencies:
prosemirror-model: ^1.19.0 prosemirror-model: ^1.19.0
...@@ -4342,7 +4424,7 @@ packages: ...@@ -4342,7 +4424,7 @@ packages:
escape-string-regexp: 4.0.0 escape-string-regexp: 4.0.0
prosemirror-model: 1.19.3 prosemirror-model: 1.19.3
prosemirror-state: 1.4.3 prosemirror-state: 1.4.3
prosemirror-view: 1.32.0 prosemirror-view: 1.32.1
dev: false dev: false
/prosemirror-transform@1.8.0: /prosemirror-transform@1.8.0:
...@@ -4351,8 +4433,8 @@ packages: ...@@ -4351,8 +4433,8 @@ packages:
prosemirror-model: 1.19.3 prosemirror-model: 1.19.3
dev: false dev: false
/prosemirror-view@1.32.0: /prosemirror-view@1.32.1:
resolution: {integrity: sha512-HwW7IWgca6ehiW2PA48H/8yl0TakA0Ms5LgN5Krc97oar7GfjIKE/NocUsLe74Jq4mwyWKUNoBljE8WkXKZwng==} resolution: {integrity: sha512-9SnB4HBgRczzTyIMZLPE1iszegL04hNfUyS8uPtP1RPxNM2NTCiIs8KwNsJU4nbZO9rxJTwVTv7Jm3zU4CR78A==}
dependencies: dependencies:
prosemirror-model: 1.19.3 prosemirror-model: 1.19.3
prosemirror-state: 1.4.3 prosemirror-state: 1.4.3
...@@ -4467,8 +4549,8 @@ packages: ...@@ -4467,8 +4549,8 @@ packages:
side-channel: 1.0.4 side-channel: 1.0.4
dev: true dev: true
/quasar@2.12.7: /quasar@2.13.0:
resolution: {integrity: sha512-JF2rb8u1RcXPpiaDh/RnO/5rFx7kABDMov0WnRI3acJ5s4TD2FyPrCmS7VgleLubDYRSsSAontJ6EijGz4BHig==} resolution: {integrity: sha512-VPxbDy4vsobROUqGfet415SAvthj03fbm06pHSOYH5TeixWKHiLBIbwV9/LmWsDqwEsmMpADkHNZhmBZ40ha2w==}
engines: {node: '>= 10.18.1', npm: '>= 6.13.4', yarn: '>= 1.21.1'} engines: {node: '>= 10.18.1', npm: '>= 6.13.4', yarn: '>= 1.21.1'}
/queue-microtask@1.2.3: /queue-microtask@1.2.3:
...@@ -4575,9 +4657,18 @@ packages: ...@@ -4575,9 +4657,18 @@ packages:
resolution: {integrity: sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==} resolution: {integrity: sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==}
hasBin: true hasBin: true
dependencies: dependencies:
is-core-module: 2.13.0 is-core-module: 2.13.1
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
/resolve@1.22.8:
resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
hasBin: true
dependencies:
is-core-module: 2.13.1
path-parse: 1.0.7 path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0 supports-preserve-symlinks-flag: 1.0.0
dev: true
/response-iterator@0.2.6: /response-iterator@0.2.6:
resolution: {integrity: sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==} resolution: {integrity: sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==}
...@@ -4829,14 +4920,14 @@ packages: ...@@ -4829,14 +4920,14 @@ packages:
- supports-color - supports-color
dev: false dev: false
/sortablejs-vue3@1.2.9(sortablejs@1.15.0)(vue@3.3.4): /sortablejs-vue3@1.2.9(sortablejs@1.15.0)(vue@3.3.6):
resolution: {integrity: sha512-l0IIBdu+nRIwC2+KOkiavXw5vRfsn6MIPVSVSf7ItBevcuRZ4mVzC7dgnr/Hs/VPH2Q+nF2PYP3FsrnrG+7qCw==} resolution: {integrity: sha512-l0IIBdu+nRIwC2+KOkiavXw5vRfsn6MIPVSVSf7ItBevcuRZ4mVzC7dgnr/Hs/VPH2Q+nF2PYP3FsrnrG+7qCw==}
peerDependencies: peerDependencies:
sortablejs: ^1.15.0 sortablejs: ^1.15.0
vue: ^3.2.25 vue: ^3.2.25
dependencies: dependencies:
sortablejs: 1.15.0 sortablejs: 1.15.0
vue: 3.3.4 vue: 3.3.6
dev: false dev: false
/sortablejs@1.14.0: /sortablejs@1.14.0:
...@@ -5214,7 +5305,7 @@ packages: ...@@ -5214,7 +5305,7 @@ packages:
hasBin: true hasBin: true
dev: false dev: false
/v-network-graph@0.9.10(vue@3.3.4): /v-network-graph@0.9.10(vue@3.3.6):
resolution: {integrity: sha512-t/iZmqBV3ndSjzEQb628rbYaqOlgJz0pJ59dG7bUE/Js6UmI5WWkU2XHvKYUyQtemBACBeCyCUB8KI+3eiwkKA==} resolution: {integrity: sha512-t/iZmqBV3ndSjzEQb628rbYaqOlgJz0pJ59dG7bUE/Js6UmI5WWkU2XHvKYUyQtemBACBeCyCUB8KI+3eiwkKA==}
peerDependencies: peerDependencies:
d3-force: ^3.0.0 d3-force: ^3.0.0
...@@ -5226,7 +5317,7 @@ packages: ...@@ -5226,7 +5317,7 @@ packages:
'@dash14/svg-pan-zoom': 3.6.9 '@dash14/svg-pan-zoom': 3.6.9
lodash-es: 4.17.21 lodash-es: 4.17.21
mitt: 3.0.1 mitt: 3.0.1
vue: 3.3.4 vue: 3.3.6
dev: false dev: false
/vary@1.1.2: /vary@1.1.2:
...@@ -5264,7 +5355,7 @@ packages: ...@@ -5264,7 +5355,7 @@ packages:
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
dev: false dev: false
/volar-service-html@0.0.14(@volar/language-service@1.10.3): /volar-service-html@0.0.14(@volar/language-service@1.10.4):
resolution: {integrity: sha512-PQb97QICxXhXD7AJFU/S/Vexd1L4IP2Sa5SzxYyKnApcx0GNdxaIbFHlev9wazrTgtCtSnaVXJBxY05pZzTKPw==} resolution: {integrity: sha512-PQb97QICxXhXD7AJFU/S/Vexd1L4IP2Sa5SzxYyKnApcx0GNdxaIbFHlev9wazrTgtCtSnaVXJBxY05pZzTKPw==}
peerDependencies: peerDependencies:
'@volar/language-service': ~1.10.0 '@volar/language-service': ~1.10.0
...@@ -5272,7 +5363,7 @@ packages: ...@@ -5272,7 +5363,7 @@ packages:
'@volar/language-service': '@volar/language-service':
optional: true optional: true
dependencies: dependencies:
'@volar/language-service': 1.10.3 '@volar/language-service': 1.10.4
vscode-html-languageservice: 5.1.0 vscode-html-languageservice: 5.1.0
vscode-uri: 3.0.8 vscode-uri: 3.0.8
dev: true dev: true
...@@ -5280,12 +5371,12 @@ packages: ...@@ -5280,12 +5371,12 @@ packages:
/volar-service-pug@0.0.14: /volar-service-pug@0.0.14:
resolution: {integrity: sha512-HZRc5UPy0WsrtbwveDfKiqLECrCR/yGasAcOCIt+z/BcrXDbz6zIAbFkNk409gjam0uyX6vmWcT+z9X3T2bm/w==} resolution: {integrity: sha512-HZRc5UPy0WsrtbwveDfKiqLECrCR/yGasAcOCIt+z/BcrXDbz6zIAbFkNk409gjam0uyX6vmWcT+z9X3T2bm/w==}
dependencies: dependencies:
'@volar/language-service': 1.10.3 '@volar/language-service': 1.10.4
'@volar/source-map': 1.10.3 '@volar/source-map': 1.10.4
muggle-string: 0.3.1 muggle-string: 0.3.1
pug-lexer: 5.0.1 pug-lexer: 5.0.1
pug-parser: 6.0.0 pug-parser: 6.0.0
volar-service-html: 0.0.14(@volar/language-service@1.10.3) volar-service-html: 0.0.14(@volar/language-service@1.10.4)
vscode-html-languageservice: 5.1.0 vscode-html-languageservice: 5.1.0
vscode-languageserver-textdocument: 1.0.11 vscode-languageserver-textdocument: 1.0.11
dev: true dev: true
...@@ -5323,7 +5414,7 @@ packages: ...@@ -5323,7 +5414,7 @@ packages:
resolution: {integrity: sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==} resolution: {integrity: sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==}
dev: true dev: true
/vue-demi@0.14.6(vue@3.3.4): /vue-demi@0.14.6(vue@3.3.6):
resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==} resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==}
engines: {node: '>=12'} engines: {node: '>=12'}
hasBin: true hasBin: true
...@@ -5335,16 +5426,16 @@ packages: ...@@ -5335,16 +5426,16 @@ packages:
'@vue/composition-api': '@vue/composition-api':
optional: true optional: true
dependencies: dependencies:
vue: 3.3.4 vue: 3.3.6
/vue-eslint-parser@9.3.1(eslint@8.51.0): /vue-eslint-parser@9.3.1(eslint@8.52.0):
resolution: {integrity: sha512-Clr85iD2XFZ3lJ52/ppmUDG/spxQu6+MAeHXjjyI4I1NUYZ9xmenQp4N0oaHJhrA8OOxltCVxMRfANGa70vU0g==} resolution: {integrity: sha512-Clr85iD2XFZ3lJ52/ppmUDG/spxQu6+MAeHXjjyI4I1NUYZ9xmenQp4N0oaHJhrA8OOxltCVxMRfANGa70vU0g==}
engines: {node: ^14.17.0 || >=16.0.0} engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: '>=6.0.0' eslint: '>=6.0.0'
dependencies: dependencies:
debug: 4.3.4 debug: 4.3.4
eslint: 8.51.0 eslint: 8.52.0
eslint-scope: 7.2.2 eslint-scope: 7.2.2
eslint-visitor-keys: 3.4.3 eslint-visitor-keys: 3.4.3
espree: 9.6.1 espree: 9.6.1
...@@ -5355,7 +5446,7 @@ packages: ...@@ -5355,7 +5446,7 @@ packages:
- supports-color - supports-color
dev: true dev: true
/vue-i18n@9.5.0(vue@3.3.4): /vue-i18n@9.5.0(vue@3.3.6):
resolution: {integrity: sha512-NiI3Ph1qMstNf7uhYh8trQBOBFLxeJgcOxBq51pCcZ28Vs18Y7BDS58r8HGDKCYgXdLUYqPDXdKatIF4bvBVZg==} resolution: {integrity: sha512-NiI3Ph1qMstNf7uhYh8trQBOBFLxeJgcOxBq51pCcZ28Vs18Y7BDS58r8HGDKCYgXdLUYqPDXdKatIF4bvBVZg==}
engines: {node: '>= 16'} engines: {node: '>= 16'}
peerDependencies: peerDependencies:
...@@ -5364,41 +5455,46 @@ packages: ...@@ -5364,41 +5455,46 @@ packages:
'@intlify/core-base': 9.5.0 '@intlify/core-base': 9.5.0
'@intlify/shared': 9.5.0 '@intlify/shared': 9.5.0
'@vue/devtools-api': 6.5.0 '@vue/devtools-api': 6.5.0
vue: 3.3.4 vue: 3.3.6
/vue-router@4.2.5(vue@3.3.4): /vue-router@4.2.5(vue@3.3.6):
resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==} resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==}
peerDependencies: peerDependencies:
vue: ^3.2.0 vue: ^3.2.0
dependencies: dependencies:
'@vue/devtools-api': 6.5.0 '@vue/devtools-api': 6.5.0
vue: 3.3.4 vue: 3.3.6
/vue3-otp-input@0.4.1(vue@3.3.4): /vue3-otp-input@0.4.1(vue@3.3.6):
resolution: {integrity: sha512-wVl9i3DcWlO0C7fBI9V+RIP3crm/1tY72fuhvb3YM2JfbLoYofB96aPl5AgFhA0Cse5bQEMYtIvOeiqW3rfbAw==} resolution: {integrity: sha512-wVl9i3DcWlO0C7fBI9V+RIP3crm/1tY72fuhvb3YM2JfbLoYofB96aPl5AgFhA0Cse5bQEMYtIvOeiqW3rfbAw==}
engines: {node: '>=16.0.0', npm: '>=8.0.0'} engines: {node: '>=16.0.0', npm: '>=8.0.0'}
peerDependencies: peerDependencies:
vue: ^3.0.* vue: ^3.0.*
dependencies: dependencies:
vue: 3.3.4 vue: 3.3.6
dev: false dev: false
/vue@3.3.4: /vue@3.3.6:
resolution: {integrity: sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==} resolution: {integrity: sha512-jJIDETeWJnoY+gfn4ZtMPMS5KtbP4ax+CT4dcQFhTnWEk8xMupFyQ0JxL28nvT/M4+p4a0ptxaV2WY0LiIxvRg==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies: dependencies:
'@vue/compiler-dom': 3.3.4 '@vue/compiler-dom': 3.3.6
'@vue/compiler-sfc': 3.3.4 '@vue/compiler-sfc': 3.3.6
'@vue/runtime-dom': 3.3.4 '@vue/runtime-dom': 3.3.6
'@vue/server-renderer': 3.3.4(vue@3.3.4) '@vue/server-renderer': 3.3.6(vue@3.3.6)
'@vue/shared': 3.3.4 '@vue/shared': 3.3.6
/vuedraggable@4.1.0(vue@3.3.4): /vuedraggable@4.1.0(vue@3.3.6):
resolution: {integrity: sha512-FU5HCWBmsf20GpP3eudURW3WdWTKIbEIQxh9/8GE806hydR9qZqRRxRE3RjqX7PkuLuMQG/A7n3cfj9rCEchww==} resolution: {integrity: sha512-FU5HCWBmsf20GpP3eudURW3WdWTKIbEIQxh9/8GE806hydR9qZqRRxRE3RjqX7PkuLuMQG/A7n3cfj9rCEchww==}
peerDependencies: peerDependencies:
vue: ^3.0.1 vue: ^3.0.1
dependencies: dependencies:
sortablejs: 1.14.0 sortablejs: 1.14.0
vue: 3.3.4 vue: 3.3.6
dev: false dev: false
/w3c-keyname@2.2.8: /w3c-keyname@2.2.8:
......
...@@ -3,7 +3,7 @@ router-view ...@@ -3,7 +3,7 @@ router-view
</template> </template>
<script setup> <script setup>
import { nextTick, onMounted, reactive, watch } from 'vue' import { reactive, watch } from 'vue'
import { useRouter, useRoute } from 'vue-router' import { useRouter, useRoute } from 'vue-router'
import { setCssVar, useQuasar } from 'quasar' import { setCssVar, useQuasar } from 'quasar'
import { useI18n } from 'vue-i18n' import { useI18n } from 'vue-i18n'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment