diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6eb309a..b6f24b3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -19,10 +19,10 @@ devDependencies: version: 12.20.11 '@typescript-eslint/eslint-plugin': specifier: ^4.22.0 - version: 4.22.0(@typescript-eslint/parser@4.22.0)(eslint@7.25.0)(typescript@5.1.6) + version: 4.22.0(@typescript-eslint/parser@4.33.0)(eslint@7.25.0)(typescript@5.1.6) '@typescript-eslint/parser': specifier: ^4.22.0 - version: 4.22.0(eslint@7.25.0)(typescript@5.1.6) + version: 4.33.0(eslint@7.25.0)(typescript@5.1.6) conventional-changelog-conventionalcommits: specifier: ^5.0.0 version: 5.0.0 @@ -1258,7 +1258,7 @@ packages: '@types/yargs-parser': 21.0.0 dev: true - /@typescript-eslint/eslint-plugin@4.22.0(@typescript-eslint/parser@4.22.0)(eslint@7.25.0)(typescript@5.1.6): + /@typescript-eslint/eslint-plugin@4.22.0(@typescript-eslint/parser@4.33.0)(eslint@7.25.0)(typescript@5.1.6): resolution: {integrity: sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -1270,7 +1270,7 @@ packages: optional: true dependencies: '@typescript-eslint/experimental-utils': 4.22.0(eslint@7.25.0)(typescript@5.1.6) - '@typescript-eslint/parser': 4.22.0(eslint@7.25.0)(typescript@5.1.6) + '@typescript-eslint/parser': 4.33.0(eslint@7.25.0)(typescript@5.1.6) '@typescript-eslint/scope-manager': 4.22.0 debug: 4.3.4 eslint: 7.25.0 @@ -1302,8 +1302,8 @@ packages: - typescript dev: true - /@typescript-eslint/parser@4.22.0(eslint@7.25.0)(typescript@5.1.6): - resolution: {integrity: sha512-z/bGdBJJZJN76nvAY9DkJANYgK3nlRstRRi74WHm3jjgf2I8AglrSY+6l7ogxOmn55YJ6oKZCLLy+6PW70z15Q==} + /@typescript-eslint/parser@4.33.0(eslint@7.25.0)(typescript@5.1.6): + resolution: {integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 @@ -1312,9 +1312,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 4.22.0 - '@typescript-eslint/types': 4.22.0 - '@typescript-eslint/typescript-estree': 4.22.0(typescript@5.1.6) + '@typescript-eslint/scope-manager': 4.33.0 + '@typescript-eslint/types': 4.33.0 + '@typescript-eslint/typescript-estree': 4.33.0(typescript@5.1.6) debug: 4.3.4 eslint: 7.25.0 typescript: 5.1.6 @@ -1330,11 +1330,24 @@ packages: '@typescript-eslint/visitor-keys': 4.22.0 dev: true + /@typescript-eslint/scope-manager@4.33.0: + resolution: {integrity: sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + dependencies: + '@typescript-eslint/types': 4.33.0 + '@typescript-eslint/visitor-keys': 4.33.0 + dev: true + /@typescript-eslint/types@4.22.0: resolution: {integrity: sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: true + /@typescript-eslint/types@4.33.0: + resolution: {integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + dev: true + /@typescript-eslint/typescript-estree@4.22.0(typescript@5.1.6): resolution: {integrity: sha512-TkIFeu5JEeSs5ze/4NID+PIcVjgoU3cUQUIZnH3Sb1cEn1lBo7StSV5bwPuJQuoxKXlzAObjYTilOEKRuhR5yg==} engines: {node: ^10.12.0 || >=12.0.0} @@ -1356,6 +1369,27 @@ packages: - supports-color dev: true + /@typescript-eslint/typescript-estree@4.33.0(typescript@5.1.6): + resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 4.33.0 + '@typescript-eslint/visitor-keys': 4.33.0 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.5.4 + tsutils: 3.21.0(typescript@5.1.6) + typescript: 5.1.6 + transitivePeerDependencies: + - supports-color + dev: true + /@typescript-eslint/visitor-keys@4.22.0: resolution: {integrity: sha512-nnMu4F+s4o0sll6cBSsTeVsT4cwxB7zECK3dFxzEjPBii9xLpq4yqqsy/FU5zMfan6G60DKZSCXAa3sHJZrcYw==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} @@ -1364,6 +1398,14 @@ packages: eslint-visitor-keys: 2.1.0 dev: true + /@typescript-eslint/visitor-keys@4.33.0: + resolution: {integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + dependencies: + '@typescript-eslint/types': 4.33.0 + eslint-visitor-keys: 2.1.0 + dev: true + /JSONStream@1.3.5: resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} hasBin: true