authorizer-upgrade

This commit is contained in:
Untone 2024-01-31 15:55:18 +03:00
parent 9e7a7ad8d2
commit 0b443804bd
2 changed files with 5 additions and 11 deletions

14
package-lock.json generated
View File

@ -10,11 +10,10 @@
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@authorizerdev/authorizer-js": "1.2.11",
"@authorizerdev/authorizer-js": "2.0.0",
"@solid-primitives/pagination": "0.2.10",
"cropperjs": "1.6.1",
"form-data": "4.0.0",
"ga-gtag": "1.2.0",
"i18next": "22.4.15",
"i18next-icu": "2.3.0",
"idb": "7.1.1",
@ -387,9 +386,9 @@
}
},
"node_modules/@authorizerdev/authorizer-js": {
"version": "1.2.11",
"resolved": "https://registry.npmjs.org/@authorizerdev/authorizer-js/-/authorizer-js-1.2.11.tgz",
"integrity": "sha512-onATswFYM0QCmhFPJmjS+S7Z0GNqlekqkDdFK6Bj3OeMBDQufARRHmVIGVI+0IlB7TWW38D1l6WbTZin0ct+aA==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@authorizerdev/authorizer-js/-/authorizer-js-2.0.0.tgz",
"integrity": "sha512-PTVuCrCkZkVPoo+l0+9PVFyP9frLp/L3FUtQDtAaN+ERuqx97DNF20tIH8khSvnXrkKv3lTJ/5iFWddy+dTAwg==",
"dependencies": {
"cross-fetch": "^3.1.5"
},
@ -9532,11 +9531,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/ga-gtag": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/ga-gtag/-/ga-gtag-1.2.0.tgz",
"integrity": "sha512-j9gxutMdpGMdwaX1SzOG31Ddm+IGFjeNf+N3Z5g+BBpS8FSXOALlrM+ORIGc/QKszGJEDlw+6PfIsJZICsqsGQ=="
},
"node_modules/gensync": {
"version": "1.0.0-beta.2",
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",

View File

@ -30,7 +30,7 @@
"typecheck:watch": "tsc --noEmit --watch"
},
"dependencies": {
"@authorizerdev/authorizer-js": "1.2.11",
"@authorizerdev/authorizer-js": "2.0.0",
"@solid-primitives/pagination": "0.2.10",
"cropperjs": "1.6.1",
"form-data": "4.0.0",