fix: patch vulnerabilities and add arm64 support (#13)
* fix: update vite version for directus/extension (#12) Co-authored-by: Kristoffer <zs-ko@users.noreply.github.com> * update lock * fix: add override for vite dependency * fix: add error messages on cache * fix: add blank to username/password if undefined * fix: add missing configurations to redis. add more catch statemsnts * doc: add REDIS_JWT_DB * add arm64 * fix: resolve vulnerabilities in get-func-name,postcss,zod * fix: update chai * disable default attestations * fix: correct image build for arm * fix: remove quemu * fix: typo in runner name * fix runner * fix: add platform to build and push resolves arm64 * fix: resolve invalid lock file --------- Co-authored-by: Kristoffer <zs-ko@users.noreply.github.com>
This commit is contained in:
17
package.json
17
package.json
@@ -123,8 +123,8 @@
|
||||
"dotenv": "^16.3.1",
|
||||
"eslint": "^8.48.0",
|
||||
"eslint-config-standard-with-typescript": "^37.0.0",
|
||||
"eslint-plugin-import": "^2.25.2",
|
||||
"eslint-plugin-n": "^15.0.0",
|
||||
"eslint-plugin-import": "^2.28.1",
|
||||
"eslint-plugin-n": "^15.7.0",
|
||||
"eslint-plugin-no-loops": "^0.3.0",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"fs-extra": "^11.1.1",
|
||||
@@ -141,14 +141,17 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@keyv/redis": "^2.7.0",
|
||||
"jsonwebtoken": "^9.0.1",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"jwks-rsa": "^3.0.1",
|
||||
"keyv": "^4.5.3",
|
||||
"openid-client": "^5.4.3"
|
||||
},
|
||||
"overrides": {
|
||||
"@directus/extensions-sdk": {
|
||||
"vite": "4.3.9"
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"vite": "^4.3.9",
|
||||
"get-func-name@<2.0.1": ">=2.0.1",
|
||||
"zod@<=3.22.2": ">=3.22.3",
|
||||
"postcss@<8.4.31": ">=8.4.31"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user