chore(deps): update dependency typescript to v5.4.5 (#1171)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/1170/head
renovate[bot] 1 year ago committed by GitHub
parent b0daeed1e8
commit 37466eb87e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -24,7 +24,7 @@
"eslint-plugin-security": "2.1.1",
"prettier": "3.2.5",
"rollup": "4.14.1",
"typescript": "5.4.4"
"typescript": "5.4.5"
},
"resolutions": {
"semver": ">=7.5.2",

@ -20,13 +20,13 @@ importers:
version: 0.4.4(rollup@4.14.1)
'@rollup/plugin-typescript':
specifier: 11.1.6
version: 11.1.6(rollup@4.14.1)(typescript@5.4.4)
version: 11.1.6(rollup@4.14.1)(typescript@5.4.5)
'@typescript-eslint/eslint-plugin':
specifier: 7.6.0
version: 7.6.0(@typescript-eslint/parser@7.6.0)(eslint@8.57.0)(typescript@5.4.4)
version: 7.6.0(@typescript-eslint/parser@7.6.0)(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/parser':
specifier: 7.6.0
version: 7.6.0(eslint@8.57.0)(typescript@5.4.4)
version: 7.6.0(eslint@8.57.0)(typescript@5.4.5)
eslint:
specifier: 8.57.0
version: 8.57.0
@ -35,7 +35,7 @@ importers:
version: 9.1.0(eslint@8.57.0)
eslint-config-standard-with-typescript:
specifier: 43.0.1
version: 43.0.1(@typescript-eslint/eslint-plugin@7.6.0)(eslint-plugin-import@2.29.1)(eslint-plugin-n@17.1.0)(eslint-plugin-promise@6.1.1)(eslint@8.57.0)(typescript@5.4.4)
version: 43.0.1(@typescript-eslint/eslint-plugin@7.6.0)(eslint-plugin-import@2.29.1)(eslint-plugin-n@17.1.0)(eslint-plugin-promise@6.1.1)(eslint@8.57.0)(typescript@5.4.5)
eslint-plugin-import:
specifier: 2.29.1
version: 2.29.1(@typescript-eslint/parser@7.6.0)(eslint@8.57.0)
@ -55,8 +55,8 @@ importers:
specifier: 4.14.1
version: 4.14.1
typescript:
specifier: 5.4.4
version: 5.4.4
specifier: 5.4.5
version: 5.4.5
plugins/authenticator:
dependencies:
@ -151,7 +151,7 @@ importers:
version: 1.5.11
typescript:
specifier: ^5.3.3
version: 5.4.4
version: 5.4.5
vite:
specifier: ^5.0.12
version: 5.2.8
@ -197,7 +197,7 @@ importers:
version: 1.5.11
typescript:
specifier: ^5.3.3
version: 5.4.4
version: 5.4.5
vite:
specifier: ^5.0.12
version: 5.2.8
@ -578,7 +578,7 @@ packages:
terser: 5.19.0
dev: true
/@rollup/plugin-typescript@11.1.6(rollup@4.14.1)(typescript@5.4.4):
/@rollup/plugin-typescript@11.1.6(rollup@4.14.1)(typescript@5.4.5):
resolution: {integrity: sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==}
engines: {node: '>=14.0.0'}
peerDependencies:
@ -594,7 +594,7 @@ packages:
'@rollup/pluginutils': 5.1.0(rollup@4.14.1)
resolve: 1.22.8
rollup: 4.14.1
typescript: 5.4.4
typescript: 5.4.5
dev: true
/@rollup/pluginutils@5.1.0(rollup@4.14.1):
@ -864,7 +864,7 @@ packages:
resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==}
dev: true
/@typescript-eslint/eslint-plugin@7.6.0(@typescript-eslint/parser@7.6.0)(eslint@8.57.0)(typescript@5.4.4):
/@typescript-eslint/eslint-plugin@7.6.0(@typescript-eslint/parser@7.6.0)(eslint@8.57.0)(typescript@5.4.5):
resolution: {integrity: sha512-gKmTNwZnblUdnTIJu3e9kmeRRzV2j1a/LUO27KNNAnIC5zjy1aSvXSRp4rVNlmAoHlQ7HzX42NbKpcSr4jF80A==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
@ -876,10 +876,10 @@ packages:
optional: true
dependencies:
'@eslint-community/regexpp': 4.10.0
'@typescript-eslint/parser': 7.6.0(eslint@8.57.0)(typescript@5.4.4)
'@typescript-eslint/parser': 7.6.0(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/scope-manager': 7.6.0
'@typescript-eslint/type-utils': 7.6.0(eslint@8.57.0)(typescript@5.4.4)
'@typescript-eslint/utils': 7.6.0(eslint@8.57.0)(typescript@5.4.4)
'@typescript-eslint/type-utils': 7.6.0(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/utils': 7.6.0(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/visitor-keys': 7.6.0
debug: 4.3.4
eslint: 8.57.0
@ -887,13 +887,13 @@ packages:
ignore: 5.3.1
natural-compare: 1.4.0
semver: 7.5.3
ts-api-utils: 1.3.0(typescript@5.4.4)
typescript: 5.4.4
ts-api-utils: 1.3.0(typescript@5.4.5)
typescript: 5.4.5
transitivePeerDependencies:
- supports-color
dev: true
/@typescript-eslint/parser@6.4.0(eslint@8.57.0)(typescript@5.4.4):
/@typescript-eslint/parser@6.4.0(eslint@8.57.0)(typescript@5.4.5):
resolution: {integrity: sha512-I1Ah1irl033uxjxO9Xql7+biL3YD7w9IU8zF+xlzD/YxY6a4b7DYA08PXUUCbm2sEljwJF6ERFy2kTGAGcNilg==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
@ -905,16 +905,16 @@ packages:
dependencies:
'@typescript-eslint/scope-manager': 6.4.0
'@typescript-eslint/types': 6.4.0
'@typescript-eslint/typescript-estree': 6.4.0(typescript@5.4.4)
'@typescript-eslint/typescript-estree': 6.4.0(typescript@5.4.5)
'@typescript-eslint/visitor-keys': 6.4.0
debug: 4.3.4
eslint: 8.57.0
typescript: 5.4.4
typescript: 5.4.5
transitivePeerDependencies:
- supports-color
dev: true
/@typescript-eslint/parser@7.6.0(eslint@8.57.0)(typescript@5.4.4):
/@typescript-eslint/parser@7.6.0(eslint@8.57.0)(typescript@5.4.5):
resolution: {integrity: sha512-usPMPHcwX3ZoPWnBnhhorc14NJw9J4HpSXQX4urF2TPKG0au0XhJoZyX62fmvdHONUkmyUe74Hzm1//XA+BoYg==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
@ -926,11 +926,11 @@ packages:
dependencies:
'@typescript-eslint/scope-manager': 7.6.0
'@typescript-eslint/types': 7.6.0
'@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.4)
'@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.5)
'@typescript-eslint/visitor-keys': 7.6.0
debug: 4.3.4
eslint: 8.57.0
typescript: 5.4.4
typescript: 5.4.5
transitivePeerDependencies:
- supports-color
dev: true
@ -951,7 +951,7 @@ packages:
'@typescript-eslint/visitor-keys': 7.6.0
dev: true
/@typescript-eslint/type-utils@7.6.0(eslint@8.57.0)(typescript@5.4.4):
/@typescript-eslint/type-utils@7.6.0(eslint@8.57.0)(typescript@5.4.5):
resolution: {integrity: sha512-NxAfqAPNLG6LTmy7uZgpK8KcuiS2NZD/HlThPXQRGwz6u7MDBWRVliEEl1Gj6U7++kVJTpehkhZzCJLMK66Scw==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
@ -961,12 +961,12 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.4)
'@typescript-eslint/utils': 7.6.0(eslint@8.57.0)(typescript@5.4.4)
'@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.5)
'@typescript-eslint/utils': 7.6.0(eslint@8.57.0)(typescript@5.4.5)
debug: 4.3.4
eslint: 8.57.0
ts-api-utils: 1.3.0(typescript@5.4.4)
typescript: 5.4.4
ts-api-utils: 1.3.0(typescript@5.4.5)
typescript: 5.4.5
transitivePeerDependencies:
- supports-color
dev: true
@ -981,7 +981,7 @@ packages:
engines: {node: ^18.18.0 || >=20.0.0}
dev: true
/@typescript-eslint/typescript-estree@6.4.0(typescript@5.4.4):
/@typescript-eslint/typescript-estree@6.4.0(typescript@5.4.5):
resolution: {integrity: sha512-iDPJArf/K2sxvjOR6skeUCNgHR/tCQXBsa+ee1/clRKr3olZjZ/dSkXPZjG6YkPtnW6p5D1egeEPMCW6Gn4yLA==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
@ -996,13 +996,13 @@ packages:
globby: 11.1.0
is-glob: 4.0.3
semver: 7.5.3
ts-api-utils: 1.3.0(typescript@5.4.4)
typescript: 5.4.4
ts-api-utils: 1.3.0(typescript@5.4.5)
typescript: 5.4.5
transitivePeerDependencies:
- supports-color
dev: true
/@typescript-eslint/typescript-estree@7.6.0(typescript@5.4.4):
/@typescript-eslint/typescript-estree@7.6.0(typescript@5.4.5):
resolution: {integrity: sha512-+7Y/GP9VuYibecrCQWSKgl3GvUM5cILRttpWtnAu8GNL9j11e4tbuGZmZjJ8ejnKYyBRb2ddGQ3rEFCq3QjMJw==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
@ -1018,13 +1018,13 @@ packages:
is-glob: 4.0.3
minimatch: 9.0.4
semver: 7.5.3
ts-api-utils: 1.3.0(typescript@5.4.4)
typescript: 5.4.4
ts-api-utils: 1.3.0(typescript@5.4.5)
typescript: 5.4.5
transitivePeerDependencies:
- supports-color
dev: true
/@typescript-eslint/utils@7.6.0(eslint@8.57.0)(typescript@5.4.4):
/@typescript-eslint/utils@7.6.0(eslint@8.57.0)(typescript@5.4.5):
resolution: {integrity: sha512-x54gaSsRRI+Nwz59TXpCsr6harB98qjXYzsRxGqvA5Ue3kQH+FxS7FYU81g/omn22ML2pZJkisy6Q+ElK8pBCA==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
@ -1035,7 +1035,7 @@ packages:
'@types/semver': 7.5.8
'@typescript-eslint/scope-manager': 7.6.0
'@typescript-eslint/types': 7.6.0
'@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.4)
'@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.5)
eslint: 8.57.0
semver: 7.5.3
transitivePeerDependencies:
@ -1494,7 +1494,7 @@ packages:
eslint: 8.57.0
dev: true
/eslint-config-standard-with-typescript@43.0.1(@typescript-eslint/eslint-plugin@7.6.0)(eslint-plugin-import@2.29.1)(eslint-plugin-n@17.1.0)(eslint-plugin-promise@6.1.1)(eslint@8.57.0)(typescript@5.4.4):
/eslint-config-standard-with-typescript@43.0.1(@typescript-eslint/eslint-plugin@7.6.0)(eslint-plugin-import@2.29.1)(eslint-plugin-n@17.1.0)(eslint-plugin-promise@6.1.1)(eslint@8.57.0)(typescript@5.4.5):
resolution: {integrity: sha512-WfZ986+qzIzX6dcr4yGUyVb/l9N3Z8wPXCc5z/70fljs3UbWhhV+WxrfgsqMToRzuuyX9MqZ974pq2UPhDTOcA==}
deprecated: Please use eslint-config-love, instead.
peerDependencies:
@ -1505,14 +1505,14 @@ packages:
eslint-plugin-promise: ^6.0.0
typescript: '*'
dependencies:
'@typescript-eslint/eslint-plugin': 7.6.0(@typescript-eslint/parser@7.6.0)(eslint@8.57.0)(typescript@5.4.4)
'@typescript-eslint/parser': 6.4.0(eslint@8.57.0)(typescript@5.4.4)
'@typescript-eslint/eslint-plugin': 7.6.0(@typescript-eslint/parser@7.6.0)(eslint@8.57.0)(typescript@5.4.5)
'@typescript-eslint/parser': 6.4.0(eslint@8.57.0)(typescript@5.4.5)
eslint: 8.57.0
eslint-config-standard: 17.1.0(eslint-plugin-import@2.29.1)(eslint-plugin-n@17.1.0)(eslint-plugin-promise@6.1.1)(eslint@8.57.0)
eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.6.0)(eslint@8.57.0)
eslint-plugin-n: 17.1.0(eslint@8.57.0)
eslint-plugin-promise: 6.1.1(eslint@8.57.0)
typescript: 5.4.4
typescript: 5.4.5
transitivePeerDependencies:
- supports-color
dev: true
@ -1563,7 +1563,7 @@ packages:
eslint-import-resolver-webpack:
optional: true
dependencies:
'@typescript-eslint/parser': 7.6.0(eslint@8.57.0)(typescript@5.4.4)
'@typescript-eslint/parser': 7.6.0(eslint@8.57.0)(typescript@5.4.5)
debug: 3.2.7
eslint: 8.57.0
eslint-import-resolver-node: 0.3.9
@ -1593,7 +1593,7 @@ packages:
'@typescript-eslint/parser':
optional: true
dependencies:
'@typescript-eslint/parser': 7.6.0(eslint@8.57.0)(typescript@5.4.4)
'@typescript-eslint/parser': 7.6.0(eslint@8.57.0)(typescript@5.4.5)
array-includes: 3.1.7
array.prototype.findlastindex: 1.2.4
array.prototype.flat: 1.3.2
@ -2676,13 +2676,13 @@ packages:
is-number: 7.0.0
dev: true
/ts-api-utils@1.3.0(typescript@5.4.4):
/ts-api-utils@1.3.0(typescript@5.4.5):
resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==}
engines: {node: '>=16'}
peerDependencies:
typescript: '>=4.2.0'
dependencies:
typescript: 5.4.4
typescript: 5.4.5
dev: true
/tsconfig-paths@3.15.0:
@ -2750,8 +2750,8 @@ packages:
is-typed-array: 1.1.13
dev: true
/typescript@5.4.4:
resolution: {integrity: sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==}
/typescript@5.4.5:
resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
engines: {node: '>=14.17'}
hasBin: true
dev: true

Loading…
Cancel
Save