fix lockfile

This commit is contained in:
Jonas Kruckenberg 2022-06-04 11:59:42 +02:00
parent b19c24a197
commit c31493c9c9
No known key found for this signature in database
GPG Key ID: 21AD3B3C266BDE3D

331
pnpm-lock.yaml generated
View File

@ -2,39 +2,39 @@ lockfileVersion: 5.4
specifiers: specifiers:
'@actions/core': ^1.6.0 '@actions/core': ^1.6.0
'@tauri-apps/cli': 1.0.0-rc.12 '@tauri-apps/cli': 1.0.0-rc.13
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.12 '@tauri-apps/cli-darwin-x64': 1.0.0-rc.13
'@tauri-apps/cli-linux-x64-gnu': 1.0.0-rc.12 '@tauri-apps/cli-linux-x64-gnu': 1.0.0-rc.13
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.11 '@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.13
'@types/node': 16.11.36 '@types/node': 16.11.36
'@typescript-eslint/parser': 5.26.0 '@typescript-eslint/parser': 5.26.0
'@vercel/ncc': 0.33.4 '@vercel/ncc': 0.34.0
eslint: 8.16.0 eslint: 8.16.0
eslint-plugin-github: 4.3.6 eslint-plugin-github: 4.3.6
js-yaml: 4.1.0 js-yaml: 4.1.0
prettier: 2.6.2 prettier: 2.6.2
string-argv: ^0.3.1 string-argv: ^0.3.1
tiny-glob: ^0.2.9 tiny-glob: ^0.2.9
typescript: 4.6.4 typescript: 4.7.3
dependencies: dependencies:
'@actions/core': 1.8.2 '@actions/core': 1.8.2
'@tauri-apps/cli': 1.0.0-rc.12 '@tauri-apps/cli': 1.0.0-rc.13
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.12 '@tauri-apps/cli-darwin-x64': 1.0.0-rc.13
'@tauri-apps/cli-linux-x64-gnu': 1.0.0-rc.12 '@tauri-apps/cli-linux-x64-gnu': 1.0.0-rc.13
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.11 '@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.13
string-argv: 0.3.1 string-argv: 0.3.1
tiny-glob: 0.2.9 tiny-glob: 0.2.9
devDependencies: devDependencies:
'@types/node': 16.11.36 '@types/node': 16.11.36
'@typescript-eslint/parser': 5.26.0_utdtartgf6fqqgkivzeynh76la '@typescript-eslint/parser': 5.26.0_blx5qwtqxfukidcbfrsfa7cnnq
'@vercel/ncc': 0.33.4 '@vercel/ncc': 0.34.0
eslint: 8.16.0 eslint: 8.16.0
eslint-plugin-github: 4.3.6_utdtartgf6fqqgkivzeynh76la eslint-plugin-github: 4.3.6_blx5qwtqxfukidcbfrsfa7cnnq
js-yaml: 4.1.0 js-yaml: 4.1.0
prettier: 2.6.2 prettier: 2.6.2
typescript: 4.6.4 typescript: 4.7.3
packages: packages:
@ -103,8 +103,8 @@ packages:
fastq: 1.13.0 fastq: 1.13.0
dev: true dev: true
/@tauri-apps/cli-darwin-arm64/1.0.0-rc.12: /@tauri-apps/cli-darwin-arm64/1.0.0-rc.13:
resolution: {integrity: sha512-x7k+zEPbqYWcZPiLziHkM7lJhv2ct4LXiQKl+bSwZRYuRPnZWhHCrP1GALW/EHz9U3hAzBikoZdY03NagZlr/g==} resolution: {integrity: sha512-/EqOz7ASHOU98H58Ibbkg12pLG/P5oyQz8OlueaMYryajkJdmi+bHTkJ05DfbS0owAaHkRJ6f+NmoW/AnyqUbg==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [arm64] cpu: [arm64]
os: [darwin] os: [darwin]
@ -112,15 +112,15 @@ packages:
dev: false dev: false
optional: true optional: true
/@tauri-apps/cli-darwin-x64/1.0.0-rc.12: /@tauri-apps/cli-darwin-x64/1.0.0-rc.13:
resolution: {integrity: sha512-R1LgPF9SL85MwAZTbfcwxwgN8jPQee2obFYS238PVrVEDPdH+La5yvuCm8WnsN10PrFSla1bL4k5aip+xH0icw==} resolution: {integrity: sha512-bvZ0MBKFD1kc4gdVPXgwUA6tHNKj0EmlQK0Xolk6PYP9vZZeNTP1vejevW0bh2IqxC8DuqUArbG9USXwu+LFbQ==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [x64] cpu: [x64]
os: [darwin] os: [darwin]
dev: false dev: false
/@tauri-apps/cli-linux-arm-gnueabihf/1.0.0-rc.12: /@tauri-apps/cli-linux-arm-gnueabihf/1.0.0-rc.13:
resolution: {integrity: sha512-zHTIMWjqCMbZCRudXfAFsp911iinP9yMK6Zme6rRmNnTziINPtxdwSu7phHGJvN5fTp8AB8oJMhAeD/2YIF/+g==} resolution: {integrity: sha512-yODvfUkNvtYYdDTOJSDXMx9fpoEB66I2PTrYx1UKonKTEaLrQDcpw2exD/S9LPQzCYgyTuJ/kHRhG1uLdO/UUQ==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [arm] cpu: [arm]
os: [linux] os: [linux]
@ -128,8 +128,8 @@ packages:
dev: false dev: false
optional: true optional: true
/@tauri-apps/cli-linux-arm64-gnu/1.0.0-rc.12: /@tauri-apps/cli-linux-arm64-gnu/1.0.0-rc.13:
resolution: {integrity: sha512-ZJLCQ+0US+CeGX11Tf/t96+eJn1pUHhRKe3SFIE5592q1GeV6EuCwcRoirOR/oSbadZyIy25uZU9hiccO0Q6fA==} resolution: {integrity: sha512-kVDJHERD8CmTeMcd2VTnD/nVCHdnNAK8a6ur3l0KTR1iF8A1AtN/sPahMQjK4f7Ar00UDjIzTw74liqakOeiZg==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
@ -137,8 +137,8 @@ packages:
dev: false dev: false
optional: true optional: true
/@tauri-apps/cli-linux-arm64-musl/1.0.0-rc.12: /@tauri-apps/cli-linux-arm64-musl/1.0.0-rc.13:
resolution: {integrity: sha512-5kSz0MnYTtGRW/vbu0NryMIlLTGQaGuei4mZPej4PaS1hyqK0NpgMyiOCqu/A3VJSg0QNi55ioEbooScfCobrw==} resolution: {integrity: sha512-PFHz+0xKCGMqqn2TmbOSPvTRS61xJQV7srwTZjs5sHBvK536mdBnF/6V6BPEvTn5LzfRnxMu2A5X5GFkYnrZ7w==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
@ -146,8 +146,15 @@ packages:
dev: false dev: false
optional: true optional: true
/@tauri-apps/cli-linux-x64-gnu/1.0.0-rc.11: /@tauri-apps/cli-linux-x64-gnu/1.0.0-rc.13:
resolution: {integrity: sha512-3yr4QeCQIKdMWxLGa9goBd59DbuFwrnDXJlbA9cYD11jftDdIfFLYJNYJVyoLk7lHhsPh8cVmfEHmEU1By+D7Q==} resolution: {integrity: sha512-EWhTOUNHaaMM7mxp/ue+Osnzn6/o9/7qVle3MSnNI9pGQzumc/dOtBs+sWS/NPXdVEiWKET2mFMK120KJlYcQQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
dev: false
/@tauri-apps/cli-linux-x64-musl/1.0.0-rc.13:
resolution: {integrity: sha512-i8lsKw5iAGTAhqSQHeUCISLjhRXNrloHPoFCaSZtU0/GAPGbW/qST7u593h7cKWxRooeMwzo74ij4GhgmddClQ==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
@ -155,33 +162,8 @@ packages:
dev: false dev: false
optional: true optional: true
/@tauri-apps/cli-linux-x64-gnu/1.0.0-rc.12: /@tauri-apps/cli-win32-ia32-msvc/1.0.0-rc.13:
resolution: {integrity: sha512-1R6MkFNB5DuLJkFMGL2zregskznyK5SVD4nWjqaVU1LeYuVjcTihG0VwtmUIcLolIaP0u0HIKBAEVHcCPkt8RQ==} resolution: {integrity: sha512-rJxSqWIQXeeT2oLzSiQyqZPgDKSGH5sK7MUr8cOCBitqy3T0COlOMX4O7hhqF3cJ/5s0aX+MuNZBzF/D0QUcxA==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
dev: false
/@tauri-apps/cli-linux-x64-gnu/1.0.0-rc.12:
resolution: {integrity: sha512-1R6MkFNB5DuLJkFMGL2zregskznyK5SVD4nWjqaVU1LeYuVjcTihG0VwtmUIcLolIaP0u0HIKBAEVHcCPkt8RQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
requiresBuild: true
dev: false
optional: true
/@tauri-apps/cli-linux-x64-musl/1.0.0-rc.12:
resolution: {integrity: sha512-Rwr62lT/v09s0drmXzVi1nvhg1zFbKuraq8qkcRfBxRAEzw5/6rYviq4yTVroiD/tlmgRs0/Fsqsmg58vOnu4A==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
requiresBuild: true
dev: false
optional: true
/@tauri-apps/cli-win32-ia32-msvc/1.0.0-rc.12:
resolution: {integrity: sha512-1c46yiiSu2QrOjMGkGdAfZHsNBHD552yxyvTHFeugEkhdsQB7frC3VNfOVI+EWL6zNfYnYUUqpvJN+xjhLTIeQ==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [ia32] cpu: [ia32]
os: [win32] os: [win32]
@ -189,36 +171,27 @@ packages:
dev: false dev: false
optional: true optional: true
/@tauri-apps/cli-win32-x64-msvc/1.0.0-rc.11: /@tauri-apps/cli-win32-x64-msvc/1.0.0-rc.13:
resolution: {integrity: sha512-f1yS++rZRkVfqcfkGUAgBAihzUBrQwJu+fPkrqu0LpVwfaGMPP58H1IqtLbLGvCTbL8vUekq15gmAMs51eHbtw==} resolution: {integrity: sha512-ifOTrJVQoBAQUYX+EVnE4XJ/FCMHs4FQ8qxGNszqkSxrU24mmT7La6tzj77352q80KnxRa05xjjLL6GGhmzXRg==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
dev: false dev: false
/@tauri-apps/cli-win32-x64-msvc/1.0.0-rc.12: /@tauri-apps/cli/1.0.0-rc.13:
resolution: {integrity: sha512-EEW2BP+L86Cxab/nhEdYibu4BXFmOxYaT04Fcun/8JAQMKMGnDbnNUqsyeShW4s/OUdCuwGtRCQrz6vYG8EWOw==} resolution: {integrity: sha512-q7i45Mi1SMv5XllNoX09QS4Q/fYVFwD6piVYmqMSrKY/T5RwedQhytiVH60TxC2xk6o0akVHa7BdYiyJvXNR8A==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
requiresBuild: true
dev: false
optional: true
/@tauri-apps/cli/1.0.0-rc.12:
resolution: {integrity: sha512-dLIImrtFuVARezvhfzU5uukmT66g1wRlpIrhN/G0/OuAkI7sKLXMAvQkp4pIpcbQlfjdZl6MFtmkueoWJddCwQ==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
hasBin: true hasBin: true
optionalDependencies: optionalDependencies:
'@tauri-apps/cli-darwin-arm64': 1.0.0-rc.12 '@tauri-apps/cli-darwin-arm64': 1.0.0-rc.13
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.12 '@tauri-apps/cli-darwin-x64': 1.0.0-rc.13
'@tauri-apps/cli-linux-arm-gnueabihf': 1.0.0-rc.12 '@tauri-apps/cli-linux-arm-gnueabihf': 1.0.0-rc.13
'@tauri-apps/cli-linux-arm64-gnu': 1.0.0-rc.12 '@tauri-apps/cli-linux-arm64-gnu': 1.0.0-rc.13
'@tauri-apps/cli-linux-arm64-musl': 1.0.0-rc.12 '@tauri-apps/cli-linux-arm64-musl': 1.0.0-rc.13
'@tauri-apps/cli-linux-x64-gnu': 1.0.0-rc.12 '@tauri-apps/cli-linux-x64-gnu': 1.0.0-rc.13
'@tauri-apps/cli-linux-x64-musl': 1.0.0-rc.12 '@tauri-apps/cli-linux-x64-musl': 1.0.0-rc.13
'@tauri-apps/cli-win32-ia32-msvc': 1.0.0-rc.12 '@tauri-apps/cli-win32-ia32-msvc': 1.0.0-rc.13
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.12 '@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.13
dev: false dev: false
/@types/json-schema/7.0.11: /@types/json-schema/7.0.11:
@ -233,8 +206,8 @@ packages:
resolution: {integrity: sha512-FR5QJe+TaoZ2GsMHkjuwoNabr+UrJNRr2HNOo+r/7vhcuntM6Ee/pRPOnRhhL2XE9OOvX9VLEq+BcXl3VjNoWA==} resolution: {integrity: sha512-FR5QJe+TaoZ2GsMHkjuwoNabr+UrJNRr2HNOo+r/7vhcuntM6Ee/pRPOnRhhL2XE9OOvX9VLEq+BcXl3VjNoWA==}
dev: true dev: true
/@typescript-eslint/eslint-plugin/5.25.0_gu4clceiw6ditaem5r577qrdpi: /@typescript-eslint/eslint-plugin/5.27.0_hsn7bxb67cp47tysm5di2ocjnq:
resolution: {integrity: sha512-icYrFnUzvm+LhW0QeJNKkezBu6tJs9p/53dpPLFH8zoM9w1tfaKzVurkPotEpAqQ8Vf8uaFyL5jHd0Vs6Z0ZQg==} resolution: {integrity: sha512-DDrIA7GXtmHXr1VCcx9HivA39eprYBIFxbQEHI6NyraRDxCGpxAFiYQAT/1Y0vh1C+o2vfBiy4IuPoXxtTZCAQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
'@typescript-eslint/parser': ^5.0.0 '@typescript-eslint/parser': ^5.0.0
@ -244,23 +217,23 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/parser': 5.26.0_utdtartgf6fqqgkivzeynh76la '@typescript-eslint/parser': 5.26.0_blx5qwtqxfukidcbfrsfa7cnnq
'@typescript-eslint/scope-manager': 5.25.0 '@typescript-eslint/scope-manager': 5.27.0
'@typescript-eslint/type-utils': 5.25.0_utdtartgf6fqqgkivzeynh76la '@typescript-eslint/type-utils': 5.27.0_blx5qwtqxfukidcbfrsfa7cnnq
'@typescript-eslint/utils': 5.25.0_utdtartgf6fqqgkivzeynh76la '@typescript-eslint/utils': 5.27.0_blx5qwtqxfukidcbfrsfa7cnnq
debug: 4.3.4 debug: 4.3.4
eslint: 8.16.0 eslint: 8.16.0
functional-red-black-tree: 1.0.1 functional-red-black-tree: 1.0.1
ignore: 5.2.0 ignore: 5.2.0
regexpp: 3.2.0 regexpp: 3.2.0
semver: 7.3.7 semver: 7.3.7
tsutils: 3.21.0_typescript@4.6.4 tsutils: 3.21.0_typescript@4.7.3
typescript: 4.6.4 typescript: 4.7.3
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/parser/5.26.0_utdtartgf6fqqgkivzeynh76la: /@typescript-eslint/parser/5.26.0_blx5qwtqxfukidcbfrsfa7cnnq:
resolution: {integrity: sha512-n/IzU87ttzIdnAH5vQ4BBDnLPly7rC5VnjN3m0xBG82HK6rhRxnCb3w/GyWbNDghPd+NktJqB/wl6+YkzZ5T5Q==} resolution: {integrity: sha512-n/IzU87ttzIdnAH5vQ4BBDnLPly7rC5VnjN3m0xBG82HK6rhRxnCb3w/GyWbNDghPd+NktJqB/wl6+YkzZ5T5Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
@ -272,22 +245,14 @@ packages:
dependencies: dependencies:
'@typescript-eslint/scope-manager': 5.26.0 '@typescript-eslint/scope-manager': 5.26.0
'@typescript-eslint/types': 5.26.0 '@typescript-eslint/types': 5.26.0
'@typescript-eslint/typescript-estree': 5.26.0_typescript@4.6.4 '@typescript-eslint/typescript-estree': 5.26.0_typescript@4.7.3
debug: 4.3.4 debug: 4.3.4
eslint: 8.16.0 eslint: 8.16.0
typescript: 4.6.4 typescript: 4.7.3
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/scope-manager/5.25.0:
resolution: {integrity: sha512-p4SKTFWj+2VpreUZ5xMQsBMDdQ9XdRvODKXN4EksyBjFp2YvQdLkyHqOffakYZPuWJUDNu3jVXtHALDyTv3cww==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
'@typescript-eslint/types': 5.25.0
'@typescript-eslint/visitor-keys': 5.25.0
dev: true
/@typescript-eslint/scope-manager/5.26.0: /@typescript-eslint/scope-manager/5.26.0:
resolution: {integrity: sha512-gVzTJUESuTwiju/7NiTb4c5oqod8xt5GhMbExKsCTp6adU3mya6AGJ4Pl9xC7x2DX9UYFsjImC0mA62BCY22Iw==} resolution: {integrity: sha512-gVzTJUESuTwiju/7NiTb4c5oqod8xt5GhMbExKsCTp6adU3mya6AGJ4Pl9xC7x2DX9UYFsjImC0mA62BCY22Iw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@ -296,8 +261,16 @@ packages:
'@typescript-eslint/visitor-keys': 5.26.0 '@typescript-eslint/visitor-keys': 5.26.0
dev: true dev: true
/@typescript-eslint/type-utils/5.25.0_utdtartgf6fqqgkivzeynh76la: /@typescript-eslint/scope-manager/5.27.0:
resolution: {integrity: sha512-B6nb3GK3Gv1Rsb2pqalebe/RyQoyG/WDy9yhj8EE0Ikds4Xa8RR28nHz+wlt4tMZk5bnAr0f3oC8TuDAd5CPrw==} resolution: {integrity: sha512-VnykheBQ/sHd1Vt0LJ1JLrMH1GzHO+SzX6VTXuStISIsvRiurue/eRkTqSrG0CexHQgKG8shyJfR4o5VYioB9g==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
'@typescript-eslint/types': 5.27.0
'@typescript-eslint/visitor-keys': 5.27.0
dev: true
/@typescript-eslint/type-utils/5.27.0_blx5qwtqxfukidcbfrsfa7cnnq:
resolution: {integrity: sha512-vpTvRRchaf628Hb/Xzfek+85o//zEUotr1SmexKvTfs7czXfYjXVT/a5yDbpzLBX1rhbqxjDdr1Gyo0x1Fc64g==}
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: '*' eslint: '*'
@ -306,47 +279,26 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/utils': 5.25.0_utdtartgf6fqqgkivzeynh76la '@typescript-eslint/utils': 5.27.0_blx5qwtqxfukidcbfrsfa7cnnq
debug: 4.3.4 debug: 4.3.4
eslint: 8.16.0 eslint: 8.16.0
tsutils: 3.21.0_typescript@4.6.4 tsutils: 3.21.0_typescript@4.7.3
typescript: 4.6.4 typescript: 4.7.3
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/types/5.25.0:
resolution: {integrity: sha512-7fWqfxr0KNHj75PFqlGX24gWjdV/FDBABXL5dyvBOWHpACGyveok8Uj4ipPX/1fGU63fBkzSIycEje4XsOxUFA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
/@typescript-eslint/types/5.26.0: /@typescript-eslint/types/5.26.0:
resolution: {integrity: sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA==} resolution: {integrity: sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA==}
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
/@typescript-eslint/typescript-estree/5.25.0_typescript@4.6.4: /@typescript-eslint/types/5.27.0:
resolution: {integrity: sha512-MrPODKDych/oWs/71LCnuO7NyR681HuBly2uLnX3r5i4ME7q/yBqC4hW33kmxtuauLTM0OuBOhhkFaxCCOjEEw==} resolution: {integrity: sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
'@typescript-eslint/types': 5.25.0
'@typescript-eslint/visitor-keys': 5.25.0
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
semver: 7.3.7
tsutils: 3.21.0_typescript@4.6.4
typescript: 4.6.4
transitivePeerDependencies:
- supports-color
dev: true dev: true
/@typescript-eslint/typescript-estree/5.26.0_typescript@4.6.4: /@typescript-eslint/typescript-estree/5.26.0_typescript@4.7.3:
resolution: {integrity: sha512-EyGpw6eQDsfD6jIqmXP3rU5oHScZ51tL/cZgFbFBvWuCwrIptl+oueUZzSmLtxFuSOQ9vDcJIs+279gnJkfd1w==} resolution: {integrity: sha512-EyGpw6eQDsfD6jIqmXP3rU5oHScZ51tL/cZgFbFBvWuCwrIptl+oueUZzSmLtxFuSOQ9vDcJIs+279gnJkfd1w==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
@ -361,22 +313,43 @@ packages:
globby: 11.1.0 globby: 11.1.0
is-glob: 4.0.3 is-glob: 4.0.3
semver: 7.3.7 semver: 7.3.7
tsutils: 3.21.0_typescript@4.6.4 tsutils: 3.21.0_typescript@4.7.3
typescript: 4.6.4 typescript: 4.7.3
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/utils/5.25.0_utdtartgf6fqqgkivzeynh76la: /@typescript-eslint/typescript-estree/5.27.0_typescript@4.7.3:
resolution: {integrity: sha512-qNC9bhnz/n9Kba3yI6HQgQdBLuxDoMgdjzdhSInZh6NaDnFpTUlwNGxplUFWfY260Ya0TRPvkg9dd57qxrJI9g==} resolution: {integrity: sha512-QywPMFvgZ+MHSLRofLI7BDL+UczFFHyj0vF5ibeChDAJgdTV8k4xgEwF0geFhVlPc1p8r70eYewzpo6ps+9LJQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
'@typescript-eslint/types': 5.27.0
'@typescript-eslint/visitor-keys': 5.27.0
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
semver: 7.3.7
tsutils: 3.21.0_typescript@4.7.3
typescript: 4.7.3
transitivePeerDependencies:
- supports-color
dev: true
/@typescript-eslint/utils/5.27.0_blx5qwtqxfukidcbfrsfa7cnnq:
resolution: {integrity: sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA==}
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:
'@types/json-schema': 7.0.11 '@types/json-schema': 7.0.11
'@typescript-eslint/scope-manager': 5.25.0 '@typescript-eslint/scope-manager': 5.27.0
'@typescript-eslint/types': 5.25.0 '@typescript-eslint/types': 5.27.0
'@typescript-eslint/typescript-estree': 5.25.0_typescript@4.6.4 '@typescript-eslint/typescript-estree': 5.27.0_typescript@4.7.3
eslint: 8.16.0 eslint: 8.16.0
eslint-scope: 5.1.1 eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@8.16.0 eslint-utils: 3.0.0_eslint@8.16.0
@ -385,14 +358,6 @@ packages:
- typescript - typescript
dev: true dev: true
/@typescript-eslint/visitor-keys/5.25.0:
resolution: {integrity: sha512-yd26vFgMsC4h2dgX4+LR+GeicSKIfUvZREFLf3DDjZPtqgLx5AJZr6TetMNwFP9hcKreTTeztQYBTNbNoOycwA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
'@typescript-eslint/types': 5.25.0
eslint-visitor-keys: 3.3.0
dev: true
/@typescript-eslint/visitor-keys/5.26.0: /@typescript-eslint/visitor-keys/5.26.0:
resolution: {integrity: sha512-wei+ffqHanYDOQgg/fS6Hcar6wAWv0CUPQ3TZzOWd2BLfgP539rb49bwua8WRAs7R6kOSLn82rfEu2ro6Llt8Q==} resolution: {integrity: sha512-wei+ffqHanYDOQgg/fS6Hcar6wAWv0CUPQ3TZzOWd2BLfgP539rb49bwua8WRAs7R6kOSLn82rfEu2ro6Llt8Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@ -401,8 +366,16 @@ packages:
eslint-visitor-keys: 3.3.0 eslint-visitor-keys: 3.3.0
dev: true dev: true
/@vercel/ncc/0.33.4: /@typescript-eslint/visitor-keys/5.27.0:
resolution: {integrity: sha512-ln18hs7dMffelP47tpkaR+V5Tj6coykNyxJrlcmCormPqRQjB/Gv4cu2FfBG+PMzIfdZp2CLDsrrB1NPU22Qhg==} resolution: {integrity: sha512-46cYrteA2MrIAjv9ai44OQDUoCZyHeGIc4lsjCUX2WT6r4C+kidz1bNiR4017wHOPUythYeH+Sc7/cFP97KEAA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
'@typescript-eslint/types': 5.27.0
eslint-visitor-keys: 3.3.0
dev: true
/@vercel/ncc/0.34.0:
resolution: {integrity: sha512-G9h5ZLBJ/V57Ou9vz5hI8pda/YQX5HQszCs3AmIus3XzsmRn/0Ptic5otD3xVST8QLKk7AMk7AqpsyQGN7MZ9A==}
hasBin: true hasBin: true
dev: true dev: true
@ -494,10 +467,10 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true hasBin: true
dependencies: dependencies:
caniuse-lite: 1.0.30001341 caniuse-lite: 1.0.30001346
electron-to-chromium: 1.4.137 electron-to-chromium: 1.4.146
escalade: 3.1.1 escalade: 3.1.1
node-releases: 2.0.4 node-releases: 2.0.5
picocolors: 1.0.0 picocolors: 1.0.0
dev: true dev: true
@ -513,8 +486,8 @@ packages:
engines: {node: '>=6'} engines: {node: '>=6'}
dev: true dev: true
/caniuse-lite/1.0.30001341: /caniuse-lite/1.0.30001346:
resolution: {integrity: sha512-2SodVrFFtvGENGCv0ChVJIDQ0KPaS1cg7/qtfMaICgeMolDdo/Z2OD32F0Aq9yl6F4YFwGPBS5AaPqNYiW4PoA==} resolution: {integrity: sha512-q6ibZUO2t88QCIPayP/euuDREq+aMAxFE5S70PkrLh0iTDj/zEhgvJRKC2+CvXY6EWc6oQwUR48lL5vCW6jiXQ==}
dev: true dev: true
/chalk/4.1.2: /chalk/4.1.2:
@ -616,8 +589,8 @@ packages:
esutils: 2.0.3 esutils: 2.0.3
dev: true dev: true
/electron-to-chromium/1.4.137: /electron-to-chromium/1.4.146:
resolution: {integrity: sha512-0Rcpald12O11BUogJagX3HsCN3FE83DSqWjgXoHo5a72KUKMSfI39XBgJpgNNxS9fuGzytaFjE06kZkiVFy2qA==} resolution: {integrity: sha512-4eWebzDLd+hYLm4csbyMU2EbBnqhwl8Oe9eF/7CBDPWcRxFmqzx4izxvHH+lofQxzieg8UbB8ZuzNTxeukzfTg==}
dev: true dev: true
/es-abstract/1.20.1: /es-abstract/1.20.1:
@ -640,7 +613,7 @@ packages:
is-shared-array-buffer: 1.0.2 is-shared-array-buffer: 1.0.2
is-string: 1.0.7 is-string: 1.0.7
is-weakref: 1.0.2 is-weakref: 1.0.2
object-inspect: 1.12.0 object-inspect: 1.12.2
object-keys: 1.1.1 object-keys: 1.1.1
object.assign: 4.1.2 object.assign: 4.1.2
regexp.prototype.flags: 1.4.3 regexp.prototype.flags: 1.4.3
@ -670,7 +643,7 @@ packages:
dev: true dev: true
/escape-string-regexp/1.0.5: /escape-string-regexp/1.0.5:
resolution: {integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=} resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
engines: {node: '>=0.8.0'} engines: {node: '>=0.8.0'}
dev: true dev: true
@ -715,7 +688,7 @@ packages:
eslint-import-resolver-webpack: eslint-import-resolver-webpack:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/parser': 5.26.0_utdtartgf6fqqgkivzeynh76la '@typescript-eslint/parser': 5.26.0_blx5qwtqxfukidcbfrsfa7cnnq
debug: 3.2.7 debug: 3.2.7
eslint-import-resolver-node: 0.3.6 eslint-import-resolver-node: 0.3.6
find-up: 2.1.0 find-up: 2.1.0
@ -755,14 +728,14 @@ packages:
lodash.upperfirst: 4.3.1 lodash.upperfirst: 4.3.1
dev: true dev: true
/eslint-plugin-github/4.3.6_utdtartgf6fqqgkivzeynh76la: /eslint-plugin-github/4.3.6_blx5qwtqxfukidcbfrsfa7cnnq:
resolution: {integrity: sha512-W4l9CV1DdSaWYZXWiuH/v0bh3c55iFyyhw2EgIwdAeRxogn7svsI5MLBRA9YZ0cdQyekWMZUfAHEeFhDpOyzWg==} resolution: {integrity: sha512-W4l9CV1DdSaWYZXWiuH/v0bh3c55iFyyhw2EgIwdAeRxogn7svsI5MLBRA9YZ0cdQyekWMZUfAHEeFhDpOyzWg==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
eslint: ^8.0.1 eslint: ^8.0.1
dependencies: dependencies:
'@typescript-eslint/eslint-plugin': 5.25.0_gu4clceiw6ditaem5r577qrdpi '@typescript-eslint/eslint-plugin': 5.27.0_hsn7bxb67cp47tysm5di2ocjnq
'@typescript-eslint/parser': 5.26.0_utdtartgf6fqqgkivzeynh76la '@typescript-eslint/parser': 5.26.0_blx5qwtqxfukidcbfrsfa7cnnq
eslint: 8.16.0 eslint: 8.16.0
eslint-config-prettier: 8.5.0_eslint@8.16.0 eslint-config-prettier: 8.5.0_eslint@8.16.0
eslint-plugin-escompat: 3.1.0_eslint@8.16.0 eslint-plugin-escompat: 3.1.0_eslint@8.16.0
@ -800,7 +773,7 @@ packages:
'@typescript-eslint/parser': '@typescript-eslint/parser':
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/parser': 5.26.0_utdtartgf6fqqgkivzeynh76la '@typescript-eslint/parser': 5.26.0_blx5qwtqxfukidcbfrsfa7cnnq
array-includes: 3.1.5 array-includes: 3.1.5
array.prototype.flat: 1.3.0 array.prototype.flat: 1.3.0
debug: 2.6.9 debug: 2.6.9
@ -990,7 +963,7 @@ packages:
dev: true dev: true
/fast-levenshtein/2.0.6: /fast-levenshtein/2.0.6:
resolution: {integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=} resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
dev: true dev: true
/fastq/1.13.0: /fastq/1.13.0:
@ -1014,7 +987,7 @@ packages:
dev: true dev: true
/find-up/2.1.0: /find-up/2.1.0:
resolution: {integrity: sha1-RdG35QbHF93UgndaK3eSCjwMV6c=} resolution: {integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==}
engines: {node: '>=4'} engines: {node: '>=4'}
dependencies: dependencies:
locate-path: 2.0.0 locate-path: 2.0.0
@ -1033,7 +1006,7 @@ packages:
dev: true dev: true
/fs.realpath/1.0.0: /fs.realpath/1.0.0:
resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=} resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
dev: true dev: true
/function-bind/1.1.1: /function-bind/1.1.1:
@ -1051,7 +1024,7 @@ packages:
dev: true dev: true
/functional-red-black-tree/1.0.1: /functional-red-black-tree/1.0.1:
resolution: {integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=} resolution: {integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==}
dev: true dev: true
/functions-have-names/1.2.3: /functions-have-names/1.2.3:
@ -1174,12 +1147,12 @@ packages:
dev: true dev: true
/imurmurhash/0.1.4: /imurmurhash/0.1.4:
resolution: {integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o=} resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
engines: {node: '>=0.8.19'} engines: {node: '>=0.8.19'}
dev: true dev: true
/inflight/1.0.6: /inflight/1.0.6:
resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=} resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
dependencies: dependencies:
once: 1.4.0 once: 1.4.0
wrappy: 1.0.2 wrappy: 1.0.2
@ -1231,7 +1204,7 @@ packages:
dev: true dev: true
/is-extglob/2.1.1: /is-extglob/2.1.1:
resolution: {integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=} resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
dev: true dev: true
@ -1294,7 +1267,7 @@ packages:
dev: true dev: true
/isexe/2.0.0: /isexe/2.0.0:
resolution: {integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=} resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
dev: true dev: true
/js-yaml/4.1.0: /js-yaml/4.1.0:
@ -1309,7 +1282,7 @@ packages:
dev: true dev: true
/json-stable-stringify-without-jsonify/1.0.1: /json-stable-stringify-without-jsonify/1.0.1:
resolution: {integrity: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=} resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
dev: true dev: true
/json5/1.0.1: /json5/1.0.1:
@ -1328,7 +1301,7 @@ packages:
dev: true dev: true
/locate-path/2.0.0: /locate-path/2.0.0:
resolution: {integrity: sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=} resolution: {integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==}
engines: {node: '>=4'} engines: {node: '>=4'}
dependencies: dependencies:
p-locate: 2.0.0 p-locate: 2.0.0
@ -1398,15 +1371,15 @@ packages:
dev: true dev: true
/natural-compare/1.4.0: /natural-compare/1.4.0:
resolution: {integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=} resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
dev: true dev: true
/node-releases/2.0.4: /node-releases/2.0.5:
resolution: {integrity: sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==} resolution: {integrity: sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==}
dev: true dev: true
/object-inspect/1.12.0: /object-inspect/1.12.2:
resolution: {integrity: sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==} resolution: {integrity: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==}
dev: true dev: true
/object-keys/1.1.1: /object-keys/1.1.1:
@ -1434,7 +1407,7 @@ packages:
dev: true dev: true
/once/1.4.0: /once/1.4.0:
resolution: {integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=} resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
dependencies: dependencies:
wrappy: 1.0.2 wrappy: 1.0.2
dev: true dev: true
@ -1459,14 +1432,14 @@ packages:
dev: true dev: true
/p-locate/2.0.0: /p-locate/2.0.0:
resolution: {integrity: sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=} resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==}
engines: {node: '>=4'} engines: {node: '>=4'}
dependencies: dependencies:
p-limit: 1.3.0 p-limit: 1.3.0
dev: true dev: true
/p-try/1.0.0: /p-try/1.0.0:
resolution: {integrity: sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=} resolution: {integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==}
engines: {node: '>=4'} engines: {node: '>=4'}
dev: true dev: true
@ -1478,12 +1451,12 @@ packages:
dev: true dev: true
/path-exists/3.0.0: /path-exists/3.0.0:
resolution: {integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=} resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==}
engines: {node: '>=4'} engines: {node: '>=4'}
dev: true dev: true
/path-is-absolute/1.0.1: /path-is-absolute/1.0.1:
resolution: {integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=} resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
dev: true dev: true
@ -1608,7 +1581,7 @@ packages:
dependencies: dependencies:
call-bind: 1.0.2 call-bind: 1.0.2
get-intrinsic: 1.1.1 get-intrinsic: 1.1.1
object-inspect: 1.12.0 object-inspect: 1.12.2
dev: true dev: true
/slash/3.0.0: /slash/3.0.0:
@ -1701,14 +1674,14 @@ packages:
resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==}
dev: true dev: true
/tsutils/3.21.0_typescript@4.6.4: /tsutils/3.21.0_typescript@4.7.3:
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
engines: {node: '>= 6'} engines: {node: '>= 6'}
peerDependencies: peerDependencies:
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
dependencies: dependencies:
tslib: 1.14.1 tslib: 1.14.1
typescript: 4.6.4 typescript: 4.7.3
dev: true dev: true
/tunnel/0.0.6: /tunnel/0.0.6:
@ -1728,8 +1701,8 @@ packages:
engines: {node: '>=10'} engines: {node: '>=10'}
dev: true dev: true
/typescript/4.6.4: /typescript/4.7.3:
resolution: {integrity: sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==} resolution: {integrity: sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==}
engines: {node: '>=4.2.0'} engines: {node: '>=4.2.0'}
hasBin: true hasBin: true
dev: true dev: true