Merge branch 'master' into refactor-auth-delay
commit
e64bf26381
2
go.mod
2
go.mod
|
@ -33,7 +33,7 @@ require (
|
||||||
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
|
||||||
github.com/ory/fosite v0.44.0
|
github.com/ory/fosite v0.44.0
|
||||||
github.com/ory/herodot v0.9.13
|
github.com/ory/herodot v0.9.13
|
||||||
github.com/ory/x v0.0.541
|
github.com/ory/x v0.0.543
|
||||||
github.com/otiai10/copy v1.9.0
|
github.com/otiai10/copy v1.9.0
|
||||||
github.com/pkg/errors v0.9.1
|
github.com/pkg/errors v0.9.1
|
||||||
github.com/pquerna/otp v1.4.0
|
github.com/pquerna/otp v1.4.0
|
||||||
|
|
4
go.sum
4
go.sum
|
@ -387,8 +387,8 @@ github.com/ory/go-convenience v0.1.0/go.mod h1:uEY/a60PL5c12nYz4V5cHY03IBmwIAEm8
|
||||||
github.com/ory/herodot v0.9.13 h1:cN/Z4eOkErl/9W7hDIDLb79IO/bfsH+8yscBjRpB4IU=
|
github.com/ory/herodot v0.9.13 h1:cN/Z4eOkErl/9W7hDIDLb79IO/bfsH+8yscBjRpB4IU=
|
||||||
github.com/ory/herodot v0.9.13/go.mod h1:IWDs9kSvFQqw/cQ8zi5ksyYvITiUU4dI7glUrhZcJYo=
|
github.com/ory/herodot v0.9.13/go.mod h1:IWDs9kSvFQqw/cQ8zi5ksyYvITiUU4dI7glUrhZcJYo=
|
||||||
github.com/ory/viper v1.7.5/go.mod h1:ypOuyJmEUb3oENywQZRgeAMwqgOyDqwboO1tj3DjTaM=
|
github.com/ory/viper v1.7.5/go.mod h1:ypOuyJmEUb3oENywQZRgeAMwqgOyDqwboO1tj3DjTaM=
|
||||||
github.com/ory/x v0.0.541 h1:rp8AD7X5/WiZIJws5kBwFgXoSeunxNMD54QV58+pcew=
|
github.com/ory/x v0.0.543 h1:I6bl6IV2Ok07io6M2dnaRaJHP5oRU096T9FYoe8m48U=
|
||||||
github.com/ory/x v0.0.541/go.mod h1:ktXUvx51Ok1gMGr3ysvktanqr+eiB4FXglt4nF4w2Uo=
|
github.com/ory/x v0.0.543/go.mod h1:ktXUvx51Ok1gMGr3ysvktanqr+eiB4FXglt4nF4w2Uo=
|
||||||
github.com/otiai10/copy v1.9.0 h1:7KFNiCgZ91Ru4qW4CWPf/7jqtxLagGRmIxWldPP9VY4=
|
github.com/otiai10/copy v1.9.0 h1:7KFNiCgZ91Ru4qW4CWPf/7jqtxLagGRmIxWldPP9VY4=
|
||||||
github.com/otiai10/copy v1.9.0/go.mod h1:hsfX19wcn0UWIHUQ3/4fHuehhk2UyArQ9dVFAn3FczI=
|
github.com/otiai10/copy v1.9.0/go.mod h1:hsfX19wcn0UWIHUQ3/4fHuehhk2UyArQ9dVFAn3FczI=
|
||||||
github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95/go.mod h1:9qAhocn7zKJG+0mI8eUu6xqkFDYS2kb2saOteoSB3cE=
|
github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95/go.mod h1:9qAhocn7zKJG+0mI8eUu6xqkFDYS2kb2saOteoSB3cE=
|
||||||
|
|
|
@ -148,7 +148,7 @@
|
||||||
"@testing-library/jest-dom": "5.16.5",
|
"@testing-library/jest-dom": "5.16.5",
|
||||||
"@testing-library/react": "14.0.0",
|
"@testing-library/react": "14.0.0",
|
||||||
"@types/jest": "29.4.0",
|
"@types/jest": "29.4.0",
|
||||||
"@types/node": "18.14.3",
|
"@types/node": "18.14.6",
|
||||||
"@types/qrcode.react": "1.0.2",
|
"@types/qrcode.react": "1.0.2",
|
||||||
"@types/react": "18.0.28",
|
"@types/react": "18.0.28",
|
||||||
"@types/react-dom": "18.0.11",
|
"@types/react-dom": "18.0.11",
|
||||||
|
|
|
@ -17,7 +17,7 @@ specifiers:
|
||||||
'@testing-library/jest-dom': 5.16.5
|
'@testing-library/jest-dom': 5.16.5
|
||||||
'@testing-library/react': 14.0.0
|
'@testing-library/react': 14.0.0
|
||||||
'@types/jest': 29.4.0
|
'@types/jest': 29.4.0
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
'@types/qrcode.react': 1.0.2
|
'@types/qrcode.react': 1.0.2
|
||||||
'@types/react': 18.0.28
|
'@types/react': 18.0.28
|
||||||
'@types/react-dom': 18.0.11
|
'@types/react-dom': 18.0.11
|
||||||
|
@ -98,7 +98,7 @@ devDependencies:
|
||||||
'@testing-library/jest-dom': 5.16.5
|
'@testing-library/jest-dom': 5.16.5
|
||||||
'@testing-library/react': 14.0.0_biqbaboplfbrettd7655fr4n2y
|
'@testing-library/react': 14.0.0_biqbaboplfbrettd7655fr4n2y
|
||||||
'@types/jest': 29.4.0
|
'@types/jest': 29.4.0
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
'@types/qrcode.react': 1.0.2
|
'@types/qrcode.react': 1.0.2
|
||||||
'@types/react': 18.0.28
|
'@types/react': 18.0.28
|
||||||
'@types/react-dom': 18.0.11
|
'@types/react-dom': 18.0.11
|
||||||
|
@ -119,14 +119,14 @@ devDependencies:
|
||||||
eslint-plugin-react: 7.32.2_eslint@8.35.0
|
eslint-plugin-react: 7.32.2_eslint@8.35.0
|
||||||
eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0
|
eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0
|
||||||
husky: 8.0.3
|
husky: 8.0.3
|
||||||
jest: 29.4.3_@types+node@18.14.3
|
jest: 29.4.3_@types+node@18.14.6
|
||||||
jest-environment-jsdom: 29.4.3
|
jest-environment-jsdom: 29.4.3
|
||||||
jest-transform-stub: 2.0.0
|
jest-transform-stub: 2.0.0
|
||||||
jest-watch-typeahead: 2.2.2_jest@29.4.3
|
jest-watch-typeahead: 2.2.2_jest@29.4.3
|
||||||
prettier: 2.8.4
|
prettier: 2.8.4
|
||||||
react-test-renderer: 18.2.0_react@18.2.0
|
react-test-renderer: 18.2.0_react@18.2.0
|
||||||
typescript: 4.9.5
|
typescript: 4.9.5
|
||||||
vite: 4.1.4_@types+node@18.14.3
|
vite: 4.1.4_@types+node@18.14.6
|
||||||
vite-plugin-eslint: 1.8.1_eslint@8.35.0+vite@4.1.4
|
vite-plugin-eslint: 1.8.1_eslint@8.35.0+vite@4.1.4
|
||||||
vite-plugin-istanbul: 4.0.1_vite@4.1.4
|
vite-plugin-istanbul: 4.0.1_vite@4.1.4
|
||||||
vite-plugin-svgr: 2.4.0_vite@4.1.4
|
vite-plugin-svgr: 2.4.0_vite@4.1.4
|
||||||
|
@ -2103,15 +2103,15 @@ packages:
|
||||||
'@commitlint/execute-rule': 17.4.0
|
'@commitlint/execute-rule': 17.4.0
|
||||||
'@commitlint/resolve-extends': 17.4.4
|
'@commitlint/resolve-extends': 17.4.4
|
||||||
'@commitlint/types': 17.4.4
|
'@commitlint/types': 17.4.4
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
cosmiconfig: 8.0.0
|
cosmiconfig: 8.0.0
|
||||||
cosmiconfig-typescript-loader: 4.0.0_6lwtyeeb5jx2uptqfgkqhsz6j4
|
cosmiconfig-typescript-loader: 4.0.0_hxwe5hvsmo6pskygql6awmmuoa
|
||||||
lodash.isplainobject: 4.0.6
|
lodash.isplainobject: 4.0.6
|
||||||
lodash.merge: 4.6.2
|
lodash.merge: 4.6.2
|
||||||
lodash.uniq: 4.5.0
|
lodash.uniq: 4.5.0
|
||||||
resolve-from: 5.0.0
|
resolve-from: 5.0.0
|
||||||
ts-node: 10.9.0_fbw4n4cxpjucr6kduybjguobkm
|
ts-node: 10.9.0_alpjt73dvgv6kni625hu7f2l4m
|
||||||
typescript: 4.9.5
|
typescript: 4.9.5
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@swc/core'
|
- '@swc/core'
|
||||||
|
@ -2808,7 +2808,7 @@ packages:
|
||||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jest/types': 29.4.3
|
'@jest/types': 29.4.3
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
jest-message-util: 29.4.3
|
jest-message-util: 29.4.3
|
||||||
jest-util: 29.4.3
|
jest-util: 29.4.3
|
||||||
|
@ -2829,14 +2829,14 @@ packages:
|
||||||
'@jest/test-result': 29.4.3
|
'@jest/test-result': 29.4.3
|
||||||
'@jest/transform': 29.4.3
|
'@jest/transform': 29.4.3
|
||||||
'@jest/types': 29.4.3
|
'@jest/types': 29.4.3
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
ansi-escapes: 4.3.2
|
ansi-escapes: 4.3.2
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
ci-info: 3.3.2
|
ci-info: 3.3.2
|
||||||
exit: 0.1.2
|
exit: 0.1.2
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.10
|
||||||
jest-changed-files: 29.4.3
|
jest-changed-files: 29.4.3
|
||||||
jest-config: 29.4.3_@types+node@18.14.3
|
jest-config: 29.4.3_@types+node@18.14.6
|
||||||
jest-haste-map: 29.4.3
|
jest-haste-map: 29.4.3
|
||||||
jest-message-util: 29.4.3
|
jest-message-util: 29.4.3
|
||||||
jest-regex-util: 29.4.3
|
jest-regex-util: 29.4.3
|
||||||
|
@ -2863,7 +2863,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jest/fake-timers': 29.4.3
|
'@jest/fake-timers': 29.4.3
|
||||||
'@jest/types': 29.4.3
|
'@jest/types': 29.4.3
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
jest-mock: 29.4.3
|
jest-mock: 29.4.3
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -2897,7 +2897,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jest/types': 29.4.3
|
'@jest/types': 29.4.3
|
||||||
'@sinonjs/fake-timers': 10.0.2
|
'@sinonjs/fake-timers': 10.0.2
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
jest-message-util: 29.4.3
|
jest-message-util: 29.4.3
|
||||||
jest-mock: 29.4.3
|
jest-mock: 29.4.3
|
||||||
jest-util: 29.4.3
|
jest-util: 29.4.3
|
||||||
|
@ -2930,7 +2930,7 @@ packages:
|
||||||
'@jest/transform': 29.4.3
|
'@jest/transform': 29.4.3
|
||||||
'@jest/types': 29.4.3
|
'@jest/types': 29.4.3
|
||||||
'@jridgewell/trace-mapping': 0.3.15
|
'@jridgewell/trace-mapping': 0.3.15
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
collect-v8-coverage: 1.0.1
|
collect-v8-coverage: 1.0.1
|
||||||
exit: 0.1.2
|
exit: 0.1.2
|
||||||
|
@ -3047,7 +3047,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/istanbul-lib-coverage': 2.0.4
|
'@types/istanbul-lib-coverage': 2.0.4
|
||||||
'@types/istanbul-reports': 3.0.1
|
'@types/istanbul-reports': 3.0.1
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
'@types/yargs': 15.0.14
|
'@types/yargs': 15.0.14
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -3059,7 +3059,7 @@ packages:
|
||||||
'@jest/schemas': 29.4.3
|
'@jest/schemas': 29.4.3
|
||||||
'@types/istanbul-lib-coverage': 2.0.4
|
'@types/istanbul-lib-coverage': 2.0.4
|
||||||
'@types/istanbul-reports': 3.0.1
|
'@types/istanbul-reports': 3.0.1
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
'@types/yargs': 17.0.10
|
'@types/yargs': 17.0.10
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -3675,7 +3675,7 @@ packages:
|
||||||
/@types/graceful-fs/4.1.5:
|
/@types/graceful-fs/4.1.5:
|
||||||
resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==}
|
resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/istanbul-lib-coverage/2.0.4:
|
/@types/istanbul-lib-coverage/2.0.4:
|
||||||
|
@ -3704,7 +3704,7 @@ packages:
|
||||||
/@types/jsdom/20.0.0:
|
/@types/jsdom/20.0.0:
|
||||||
resolution: {integrity: sha512-YfAchFs0yM1QPDrLm2VHe+WHGtqms3NXnXAMolrgrVP6fgBHHXy1ozAbo/dFtPNtZC/m66bPiCTWYmqp1F14gA==}
|
resolution: {integrity: sha512-YfAchFs0yM1QPDrLm2VHe+WHGtqms3NXnXAMolrgrVP6fgBHHXy1ozAbo/dFtPNtZC/m66bPiCTWYmqp1F14gA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
'@types/tough-cookie': 4.0.2
|
'@types/tough-cookie': 4.0.2
|
||||||
parse5: 7.0.0
|
parse5: 7.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -3721,8 +3721,8 @@ packages:
|
||||||
resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==}
|
resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/node/18.14.3:
|
/@types/node/18.14.6:
|
||||||
resolution: {integrity: sha512-1y36CC5iL5CMyKALzwX9cwwxcWIxvIBe3gzs4GrXWXEQ8klQnCZ2U/WDGiNrXHmQcUhnaun17XG9TEIDlGj2RA==}
|
resolution: {integrity: sha512-93+VvleD3mXwlLI/xASjw0FzKcwzl3OdTCzm1LaRfqgS21gfFtK3zDXM5Op9TeeMsJVOaJ2VRDpT9q4Y3d0AvA==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/normalize-package-data/2.4.1:
|
/@types/normalize-package-data/2.4.1:
|
||||||
|
@ -4025,7 +4025,7 @@ packages:
|
||||||
'@babel/plugin-transform-react-jsx-source': 7.19.6_@babel+core@7.20.12
|
'@babel/plugin-transform-react-jsx-source': 7.19.6_@babel+core@7.20.12
|
||||||
magic-string: 0.27.0
|
magic-string: 0.27.0
|
||||||
react-refresh: 0.14.0
|
react-refresh: 0.14.0
|
||||||
vite: 4.1.4_@types+node@18.14.3
|
vite: 4.1.4_@types+node@18.14.6
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -4873,7 +4873,7 @@ packages:
|
||||||
semver: 7.0.0
|
semver: 7.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/cosmiconfig-typescript-loader/4.0.0_6lwtyeeb5jx2uptqfgkqhsz6j4:
|
/cosmiconfig-typescript-loader/4.0.0_hxwe5hvsmo6pskygql6awmmuoa:
|
||||||
resolution: {integrity: sha512-cVpucSc2Tf+VPwCCR7SZzmQTQkPbkk4O01yXsYqXBIbjE1bhwqSyAgYQkRK1un4i0OPziTleqFhdkmOc4RQ/9g==}
|
resolution: {integrity: sha512-cVpucSc2Tf+VPwCCR7SZzmQTQkPbkk4O01yXsYqXBIbjE1bhwqSyAgYQkRK1un4i0OPziTleqFhdkmOc4RQ/9g==}
|
||||||
engines: {node: '>=12', npm: '>=6'}
|
engines: {node: '>=12', npm: '>=6'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -4882,9 +4882,9 @@ packages:
|
||||||
ts-node: '>=10'
|
ts-node: '>=10'
|
||||||
typescript: '>=3'
|
typescript: '>=3'
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
cosmiconfig: 8.0.0
|
cosmiconfig: 8.0.0
|
||||||
ts-node: 10.9.0_fbw4n4cxpjucr6kduybjguobkm
|
ts-node: 10.9.0_alpjt73dvgv6kni625hu7f2l4m
|
||||||
typescript: 4.9.5
|
typescript: 4.9.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -5556,7 +5556,7 @@ packages:
|
||||||
'@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi
|
'@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi
|
||||||
'@typescript-eslint/experimental-utils': 5.30.6_ycpbpc6yetojsgtrx3mwntkhsu
|
'@typescript-eslint/experimental-utils': 5.30.6_ycpbpc6yetojsgtrx3mwntkhsu
|
||||||
eslint: 8.35.0
|
eslint: 8.35.0
|
||||||
jest: 29.4.3_@types+node@18.14.3
|
jest: 29.4.3_@types+node@18.14.6
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
@ -6834,7 +6834,7 @@ packages:
|
||||||
'@jest/expect': 29.4.3
|
'@jest/expect': 29.4.3
|
||||||
'@jest/test-result': 29.4.3
|
'@jest/test-result': 29.4.3
|
||||||
'@jest/types': 29.4.3
|
'@jest/types': 29.4.3
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
co: 4.6.0
|
co: 4.6.0
|
||||||
dedent: 0.7.0
|
dedent: 0.7.0
|
||||||
|
@ -6853,7 +6853,7 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/jest-cli/29.4.3_@types+node@18.14.3:
|
/jest-cli/29.4.3_@types+node@18.14.6:
|
||||||
resolution: {integrity: sha512-PiiAPuFNfWWolCE6t3ZrDXQc6OsAuM3/tVW0u27UWc1KE+n/HSn5dSE6B2juqN7WP+PP0jAcnKtGmI4u8GMYCg==}
|
resolution: {integrity: sha512-PiiAPuFNfWWolCE6t3ZrDXQc6OsAuM3/tVW0u27UWc1KE+n/HSn5dSE6B2juqN7WP+PP0jAcnKtGmI4u8GMYCg==}
|
||||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
@ -6870,7 +6870,7 @@ packages:
|
||||||
exit: 0.1.2
|
exit: 0.1.2
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.10
|
||||||
import-local: 3.1.0
|
import-local: 3.1.0
|
||||||
jest-config: 29.4.3_@types+node@18.14.3
|
jest-config: 29.4.3_@types+node@18.14.6
|
||||||
jest-util: 29.4.3
|
jest-util: 29.4.3
|
||||||
jest-validate: 29.4.3
|
jest-validate: 29.4.3
|
||||||
prompts: 2.4.2
|
prompts: 2.4.2
|
||||||
|
@ -6881,7 +6881,7 @@ packages:
|
||||||
- ts-node
|
- ts-node
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/jest-config/29.4.3_@types+node@18.14.3:
|
/jest-config/29.4.3_@types+node@18.14.6:
|
||||||
resolution: {integrity: sha512-eCIpqhGnIjdUCXGtLhz4gdDoxKSWXKjzNcc5r+0S1GKOp2fwOipx5mRcwa9GB/ArsxJ1jlj2lmlD9bZAsBxaWQ==}
|
resolution: {integrity: sha512-eCIpqhGnIjdUCXGtLhz4gdDoxKSWXKjzNcc5r+0S1GKOp2fwOipx5mRcwa9GB/ArsxJ1jlj2lmlD9bZAsBxaWQ==}
|
||||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -6896,7 +6896,7 @@ packages:
|
||||||
'@babel/core': 7.20.12
|
'@babel/core': 7.20.12
|
||||||
'@jest/test-sequencer': 29.4.3
|
'@jest/test-sequencer': 29.4.3
|
||||||
'@jest/types': 29.4.3
|
'@jest/types': 29.4.3
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
babel-jest: 29.4.3_@babel+core@7.20.12
|
babel-jest: 29.4.3_@babel+core@7.20.12
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
ci-info: 3.3.2
|
ci-info: 3.3.2
|
||||||
|
@ -6961,7 +6961,7 @@ packages:
|
||||||
'@jest/fake-timers': 29.4.3
|
'@jest/fake-timers': 29.4.3
|
||||||
'@jest/types': 29.4.3
|
'@jest/types': 29.4.3
|
||||||
'@types/jsdom': 20.0.0
|
'@types/jsdom': 20.0.0
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
jest-mock: 29.4.3
|
jest-mock: 29.4.3
|
||||||
jest-util: 29.4.3
|
jest-util: 29.4.3
|
||||||
jsdom: 20.0.0
|
jsdom: 20.0.0
|
||||||
|
@ -6978,7 +6978,7 @@ packages:
|
||||||
'@jest/environment': 29.4.3
|
'@jest/environment': 29.4.3
|
||||||
'@jest/fake-timers': 29.4.3
|
'@jest/fake-timers': 29.4.3
|
||||||
'@jest/types': 29.4.3
|
'@jest/types': 29.4.3
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
jest-mock: 29.4.3
|
jest-mock: 29.4.3
|
||||||
jest-util: 29.4.3
|
jest-util: 29.4.3
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -6999,7 +6999,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jest/types': 26.6.2
|
'@jest/types': 26.6.2
|
||||||
'@types/graceful-fs': 4.1.5
|
'@types/graceful-fs': 4.1.5
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
anymatch: 3.1.2
|
anymatch: 3.1.2
|
||||||
fb-watchman: 2.0.1
|
fb-watchman: 2.0.1
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.10
|
||||||
|
@ -7022,7 +7022,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jest/types': 29.4.3
|
'@jest/types': 29.4.3
|
||||||
'@types/graceful-fs': 4.1.5
|
'@types/graceful-fs': 4.1.5
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
anymatch: 3.1.2
|
anymatch: 3.1.2
|
||||||
fb-watchman: 2.0.1
|
fb-watchman: 2.0.1
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.10
|
||||||
|
@ -7098,7 +7098,7 @@ packages:
|
||||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jest/types': 29.4.3
|
'@jest/types': 29.4.3
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
jest-util: 29.4.3
|
jest-util: 29.4.3
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -7163,7 +7163,7 @@ packages:
|
||||||
'@jest/test-result': 29.4.3
|
'@jest/test-result': 29.4.3
|
||||||
'@jest/transform': 29.4.3
|
'@jest/transform': 29.4.3
|
||||||
'@jest/types': 29.4.3
|
'@jest/types': 29.4.3
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
emittery: 0.13.1
|
emittery: 0.13.1
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.10
|
||||||
|
@ -7194,7 +7194,7 @@ packages:
|
||||||
'@jest/test-result': 29.4.3
|
'@jest/test-result': 29.4.3
|
||||||
'@jest/transform': 29.4.3
|
'@jest/transform': 29.4.3
|
||||||
'@jest/types': 29.4.3
|
'@jest/types': 29.4.3
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
cjs-module-lexer: 1.2.2
|
cjs-module-lexer: 1.2.2
|
||||||
collect-v8-coverage: 1.0.1
|
collect-v8-coverage: 1.0.1
|
||||||
|
@ -7217,7 +7217,7 @@ packages:
|
||||||
resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==}
|
resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==}
|
||||||
engines: {node: '>= 10.14.2'}
|
engines: {node: '>= 10.14.2'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.10
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -7262,7 +7262,7 @@ packages:
|
||||||
engines: {node: '>= 10.14.2'}
|
engines: {node: '>= 10.14.2'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jest/types': 26.6.2
|
'@jest/types': 26.6.2
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.10
|
||||||
is-ci: 2.0.0
|
is-ci: 2.0.0
|
||||||
|
@ -7274,7 +7274,7 @@ packages:
|
||||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jest/types': 29.4.3
|
'@jest/types': 29.4.3
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
ci-info: 3.3.2
|
ci-info: 3.3.2
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.10
|
||||||
|
@ -7286,7 +7286,7 @@ packages:
|
||||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jest/types': 29.4.3
|
'@jest/types': 29.4.3
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
ci-info: 3.3.2
|
ci-info: 3.3.2
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.10
|
||||||
|
@ -7313,7 +7313,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
ansi-escapes: 6.0.0
|
ansi-escapes: 6.0.0
|
||||||
chalk: 5.2.0
|
chalk: 5.2.0
|
||||||
jest: 29.4.3_@types+node@18.14.3
|
jest: 29.4.3_@types+node@18.14.6
|
||||||
jest-regex-util: 29.2.0
|
jest-regex-util: 29.2.0
|
||||||
jest-watcher: 29.4.0
|
jest-watcher: 29.4.0
|
||||||
slash: 5.0.0
|
slash: 5.0.0
|
||||||
|
@ -7327,7 +7327,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jest/test-result': 29.4.3
|
'@jest/test-result': 29.4.3
|
||||||
'@jest/types': 29.4.3
|
'@jest/types': 29.4.3
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
ansi-escapes: 4.3.2
|
ansi-escapes: 4.3.2
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
emittery: 0.13.1
|
emittery: 0.13.1
|
||||||
|
@ -7341,7 +7341,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jest/test-result': 29.4.3
|
'@jest/test-result': 29.4.3
|
||||||
'@jest/types': 29.4.3
|
'@jest/types': 29.4.3
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
ansi-escapes: 4.3.2
|
ansi-escapes: 4.3.2
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
emittery: 0.13.1
|
emittery: 0.13.1
|
||||||
|
@ -7353,7 +7353,7 @@ packages:
|
||||||
resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==}
|
resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==}
|
||||||
engines: {node: '>= 10.13.0'}
|
engines: {node: '>= 10.13.0'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
merge-stream: 2.0.0
|
merge-stream: 2.0.0
|
||||||
supports-color: 7.2.0
|
supports-color: 7.2.0
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -7362,13 +7362,13 @@ packages:
|
||||||
resolution: {integrity: sha512-GLHN/GTAAMEy5BFdvpUfzr9Dr80zQqBrh0fz1mtRMe05hqP45+HfQltu7oTBfduD0UeZs09d+maFtFYAXFWvAA==}
|
resolution: {integrity: sha512-GLHN/GTAAMEy5BFdvpUfzr9Dr80zQqBrh0fz1mtRMe05hqP45+HfQltu7oTBfduD0UeZs09d+maFtFYAXFWvAA==}
|
||||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
jest-util: 29.4.3
|
jest-util: 29.4.3
|
||||||
merge-stream: 2.0.0
|
merge-stream: 2.0.0
|
||||||
supports-color: 8.1.1
|
supports-color: 8.1.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/jest/29.4.3_@types+node@18.14.3:
|
/jest/29.4.3_@types+node@18.14.6:
|
||||||
resolution: {integrity: sha512-XvK65feuEFGZT8OO0fB/QAQS+LGHvQpaadkH5p47/j3Ocqq3xf2pK9R+G0GzgfuhXVxEv76qCOOcMb5efLk6PA==}
|
resolution: {integrity: sha512-XvK65feuEFGZT8OO0fB/QAQS+LGHvQpaadkH5p47/j3Ocqq3xf2pK9R+G0GzgfuhXVxEv76qCOOcMb5efLk6PA==}
|
||||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
@ -7381,7 +7381,7 @@ packages:
|
||||||
'@jest/core': 29.4.3
|
'@jest/core': 29.4.3
|
||||||
'@jest/types': 29.4.3
|
'@jest/types': 29.4.3
|
||||||
import-local: 3.1.0
|
import-local: 3.1.0
|
||||||
jest-cli: 29.4.3_@types+node@18.14.3
|
jest-cli: 29.4.3_@types+node@18.14.6
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@types/node'
|
- '@types/node'
|
||||||
- supports-color
|
- supports-color
|
||||||
|
@ -9249,7 +9249,7 @@ packages:
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/ts-node/10.9.0_fbw4n4cxpjucr6kduybjguobkm:
|
/ts-node/10.9.0_alpjt73dvgv6kni625hu7f2l4m:
|
||||||
resolution: {integrity: sha512-bunW18GUyaCSYRev4DPf4SQpom3pWH29wKl0sDk5zE7ze19RImEVhCW7K4v3hHKkUyfWotU08ToE2RS+Y49aug==}
|
resolution: {integrity: sha512-bunW18GUyaCSYRev4DPf4SQpom3pWH29wKl0sDk5zE7ze19RImEVhCW7K4v3hHKkUyfWotU08ToE2RS+Y49aug==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -9268,7 +9268,7 @@ packages:
|
||||||
'@tsconfig/node12': 1.0.11
|
'@tsconfig/node12': 1.0.11
|
||||||
'@tsconfig/node14': 1.0.3
|
'@tsconfig/node14': 1.0.3
|
||||||
'@tsconfig/node16': 1.0.3
|
'@tsconfig/node16': 1.0.3
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
acorn: 8.8.0
|
acorn: 8.8.0
|
||||||
acorn-walk: 8.2.0
|
acorn-walk: 8.2.0
|
||||||
arg: 4.1.3
|
arg: 4.1.3
|
||||||
|
@ -9506,7 +9506,7 @@ packages:
|
||||||
'@types/eslint': 8.4.5
|
'@types/eslint': 8.4.5
|
||||||
eslint: 8.35.0
|
eslint: 8.35.0
|
||||||
rollup: 2.78.0
|
rollup: 2.78.0
|
||||||
vite: 4.1.4_@types+node@18.14.3
|
vite: 4.1.4_@types+node@18.14.6
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-istanbul/4.0.1_vite@4.1.4:
|
/vite-plugin-istanbul/4.0.1_vite@4.1.4:
|
||||||
|
@ -9518,7 +9518,7 @@ packages:
|
||||||
istanbul-lib-instrument: 5.2.0
|
istanbul-lib-instrument: 5.2.0
|
||||||
picocolors: 1.0.0
|
picocolors: 1.0.0
|
||||||
test-exclude: 6.0.0
|
test-exclude: 6.0.0
|
||||||
vite: 4.1.4_@types+node@18.14.3
|
vite: 4.1.4_@types+node@18.14.6
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -9530,7 +9530,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@rollup/pluginutils': 5.0.2
|
'@rollup/pluginutils': 5.0.2
|
||||||
'@svgr/core': 6.5.1
|
'@svgr/core': 6.5.1
|
||||||
vite: 4.1.4_@types+node@18.14.3
|
vite: 4.1.4_@types+node@18.14.6
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
- supports-color
|
- supports-color
|
||||||
|
@ -9547,7 +9547,7 @@ packages:
|
||||||
- typescript
|
- typescript
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite/4.1.4_@types+node@18.14.3:
|
/vite/4.1.4_@types+node@18.14.6:
|
||||||
resolution: {integrity: sha512-3knk/HsbSTKEin43zHu7jTwYWv81f8kgAL99G5NWBcA1LKvtvcVAC4JjBH1arBunO9kQka+1oGbrMKOjk4ZrBg==}
|
resolution: {integrity: sha512-3knk/HsbSTKEin43zHu7jTwYWv81f8kgAL99G5NWBcA1LKvtvcVAC4JjBH1arBunO9kQka+1oGbrMKOjk4ZrBg==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
@ -9572,7 +9572,7 @@ packages:
|
||||||
terser:
|
terser:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 18.14.3
|
'@types/node': 18.14.6
|
||||||
esbuild: 0.16.17
|
esbuild: 0.16.17
|
||||||
postcss: 8.4.21
|
postcss: 8.4.21
|
||||||
resolve: 1.22.1
|
resolve: 1.22.1
|
||||||
|
|
Loading…
Reference in New Issue