From 4a25767335666cbd748356b3f52e8fc890a928c6 Mon Sep 17 00:00:00 2001 From: Dominic Date: Sat, 18 Nov 2023 08:55:00 +0100 Subject: [PATCH] bug fix (#22) * update pocketbase to 18.1 * list css cleanup * update dialog animation * replace lottie parkfuchs logo with svg * chore(nextjs): update to nextjs version 14 chore(docker): use nodejs 20 * extra filter for approved values * fix getCitiesWithPrivileges filter fn * fix filter getCitiesWithPrivileges bug * api bug fix * update deps --------- Co-authored-by: Dominic Wrege --- db/city.ts | 7 +- package.json | 22 ++--- yarn.lock | 250 ++++++++++++++++++++++++++------------------------- 3 files changed, 143 insertions(+), 136 deletions(-) diff --git a/db/city.ts b/db/city.ts index e272fdf..8ca41f8 100644 --- a/db/city.ts +++ b/db/city.ts @@ -115,7 +115,6 @@ export async function getCitiesWithPrivileges(): Promise { }); return resultList .map(toRecordToInboxCity) - .filter(({ approved }) => approved) .filter( ({ freeParking, @@ -123,10 +122,10 @@ export async function getCitiesWithPrivileges(): Promise { untilMaxMarkingHour, useBusLane, }) => - freeParking || + freeParking === true || parkingHours > 0 || - untilMaxMarkingHour || - useBusLane + untilMaxMarkingHour === true || + useBusLane === true ); } catch (error: Error | any) { console.error("[getCityById]", error.message); diff --git a/package.json b/package.json index b3cc7c9..e07f705 100644 --- a/package.json +++ b/package.json @@ -13,19 +13,19 @@ "@fortawesome/free-brands-svg-icons": "^6.4.2", "@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/react-fontawesome": "^0.2.0", - "@tailwindcss/forms": "^0.5.6", - "@types/node": "20.8.10", - "@types/react": "18.2.35", - "@types/react-dom": "18.2.14", - "axios": "^1.6.0", - "eslint": "8.50.0", - "eslint-config-next": "14.0.1", + "@tailwindcss/forms": "^0.5.7", + "@types/node": "20.9.1", + "@types/react": "18.2.37", + "@types/react-dom": "18.2.15", + "axios": "^1.6.2", + "eslint": "8.54.0", + "eslint-config-next": "14.0.3", "html2plaintext": "^2.1.4", "javascript-time-ago": "^2.5.9", - "linkify-react": "^4.1.1", - "linkifyjs": "^4.1.1", + "linkify-react": "^4.1.2", + "linkifyjs": "^4.1.2", "lottie-react": "^2.4.0", - "next": "14.0.1", + "next": "14.0.3", "next-pwa": "^5.6.0", "pocketbase": "^0.19.0", "react": "^18.2.0", @@ -37,7 +37,7 @@ "sharp": "^0.32.6" }, "devDependencies": { - "@types/react-list": "^0.8.9", + "@types/react-list": "^0.8.10", "autoprefixer": "^10.4.16", "eslint-plugin-unused-imports": "^3.0.0", "postcss": "^8.4.31", diff --git a/yarn.lock b/yarn.lock index 09fd4e6..6717ba8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1377,9 +1377,9 @@ __metadata: languageName: node linkType: hard -"@eslint/eslintrc@npm:^2.1.2": - version: 2.1.2 - resolution: "@eslint/eslintrc@npm:2.1.2" +"@eslint/eslintrc@npm:^2.1.3": + version: 2.1.3 + resolution: "@eslint/eslintrc@npm:2.1.3" dependencies: ajv: "npm:^6.12.4" debug: "npm:^4.3.2" @@ -1390,14 +1390,14 @@ __metadata: js-yaml: "npm:^4.1.0" minimatch: "npm:^3.1.2" strip-json-comments: "npm:^3.1.1" - checksum: 00efdc3797e6f05518060522b7788e5f5aff02f13facbd0c83b176c3dee86554023283a5f68542df379c5137685d2d29745c87f62bf2406a1d38d95471f44ce6 + checksum: f4103f4346126292eb15581c5a1d12bef03410fd3719dedbdb92e1f7031d46a5a2d60de8566790445d5d4b70b75ba050876799a11f5fff8265a91ee3fa77dab0 languageName: node linkType: hard -"@eslint/js@npm:8.50.0": - version: 8.50.0 - resolution: "@eslint/js@npm:8.50.0" - checksum: 92cb0a823869e85f287bd172f14a6a20d7d65c3f4db886a0356a9efebfe8fe519e9ead84a5687bd18f45eca417bdcce96e3b83fe3feae8baf0f8f44d14073bae +"@eslint/js@npm:8.54.0": + version: 8.54.0 + resolution: "@eslint/js@npm:8.54.0" + checksum: d61fb4a0be6af2d8cb290121c329697664a75d6255a29926d5454fb02aeb02b87112f67fdf218d10abac42f90c570ac366126751baefc5405d0e017ed0c946c5 languageName: node linkType: hard @@ -1454,14 +1454,14 @@ __metadata: languageName: node linkType: hard -"@humanwhocodes/config-array@npm:^0.11.11": - version: 0.11.11 - resolution: "@humanwhocodes/config-array@npm:0.11.11" +"@humanwhocodes/config-array@npm:^0.11.13": + version: 0.11.13 + resolution: "@humanwhocodes/config-array@npm:0.11.13" dependencies: - "@humanwhocodes/object-schema": "npm:^1.2.1" + "@humanwhocodes/object-schema": "npm:^2.0.1" debug: "npm:^4.1.1" minimatch: "npm:^3.0.5" - checksum: 4195f68e485f7d1a7c95cf0f126cc41f7223eeda2f1b46b893123c99b35bb76145c37d25e2ba452d54815ed69bb656c0ce9e343ffa984470c08afa6e82a4713f + checksum: d76ca802d853366094d0e98ff0d0994117fc8eff96649cd357b15e469e428228f597cd2e929d54ab089051684949955f16ee905bb19f7b2f0446fb377157be7a languageName: node linkType: hard @@ -1472,10 +1472,10 @@ __metadata: languageName: node linkType: hard -"@humanwhocodes/object-schema@npm:^1.2.1": - version: 1.2.1 - resolution: "@humanwhocodes/object-schema@npm:1.2.1" - checksum: c3c35fdb70c04a569278351c75553e293ae339684ed75895edc79facc7276e351115786946658d78133130c0cca80e57e2203bc07f8fa7fe7980300e8deef7db +"@humanwhocodes/object-schema@npm:^2.0.1": + version: 2.0.1 + resolution: "@humanwhocodes/object-schema@npm:2.0.1" + checksum: 9dba24e59fdb4041829d92b693aacb778add3b6f612aaa9c0774f3b650c11a378cc64f042a59da85c11dae33df456580a3c36837b953541aed6ff94294f97fac languageName: node linkType: hard @@ -1538,81 +1538,81 @@ __metadata: languageName: node linkType: hard -"@next/env@npm:14.0.1": - version: 14.0.1 - resolution: "@next/env@npm:14.0.1" - checksum: f016beb493a1a958b0a084f0ab0c9dbc94b4e032fcb354f45d50c4e4b2dd5089950424e7ea73a7c81416ae6bf8bd82747f1db3b6d6daf273fef42ab08a110d9a +"@next/env@npm:14.0.3": + version: 14.0.3 + resolution: "@next/env@npm:14.0.3" + checksum: 8688367c22461a075b5406463d16c284cf58e6861418e974fbd5901721da73402988340f8dd72d8e2e41e32ae0b7f24f91bd49029ee6e63424361587165febc5 languageName: node linkType: hard -"@next/eslint-plugin-next@npm:14.0.1": - version: 14.0.1 - resolution: "@next/eslint-plugin-next@npm:14.0.1" +"@next/eslint-plugin-next@npm:14.0.3": + version: 14.0.3 + resolution: "@next/eslint-plugin-next@npm:14.0.3" dependencies: glob: "npm:7.1.7" - checksum: 5e77c1c771830892dff7c45810940e9c2e7a9d8f123c1d53f23151e43e4d1e1488a29d1b7bd3cee99f6c4a605508b0948e26ac908570fe3d974e2949eb592cf5 + checksum: 7ab9cb7a4dcaf97b66fc79aefa848ce0e46a43d48145484ffa0ce8629f3355e684ca4a52d1b2c1093a527a4f7ac31b57a2e429377c93770747046f41a1a73e1e languageName: node linkType: hard -"@next/swc-darwin-arm64@npm:14.0.1": - version: 14.0.1 - resolution: "@next/swc-darwin-arm64@npm:14.0.1" +"@next/swc-darwin-arm64@npm:14.0.3": + version: 14.0.3 + resolution: "@next/swc-darwin-arm64@npm:14.0.3" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@next/swc-darwin-x64@npm:14.0.1": - version: 14.0.1 - resolution: "@next/swc-darwin-x64@npm:14.0.1" +"@next/swc-darwin-x64@npm:14.0.3": + version: 14.0.3 + resolution: "@next/swc-darwin-x64@npm:14.0.3" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@next/swc-linux-arm64-gnu@npm:14.0.1": - version: 14.0.1 - resolution: "@next/swc-linux-arm64-gnu@npm:14.0.1" +"@next/swc-linux-arm64-gnu@npm:14.0.3": + version: 14.0.3 + resolution: "@next/swc-linux-arm64-gnu@npm:14.0.3" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-arm64-musl@npm:14.0.1": - version: 14.0.1 - resolution: "@next/swc-linux-arm64-musl@npm:14.0.1" +"@next/swc-linux-arm64-musl@npm:14.0.3": + version: 14.0.3 + resolution: "@next/swc-linux-arm64-musl@npm:14.0.3" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@next/swc-linux-x64-gnu@npm:14.0.1": - version: 14.0.1 - resolution: "@next/swc-linux-x64-gnu@npm:14.0.1" +"@next/swc-linux-x64-gnu@npm:14.0.3": + version: 14.0.3 + resolution: "@next/swc-linux-x64-gnu@npm:14.0.3" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-x64-musl@npm:14.0.1": - version: 14.0.1 - resolution: "@next/swc-linux-x64-musl@npm:14.0.1" +"@next/swc-linux-x64-musl@npm:14.0.3": + version: 14.0.3 + resolution: "@next/swc-linux-x64-musl@npm:14.0.3" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@next/swc-win32-arm64-msvc@npm:14.0.1": - version: 14.0.1 - resolution: "@next/swc-win32-arm64-msvc@npm:14.0.1" +"@next/swc-win32-arm64-msvc@npm:14.0.3": + version: 14.0.3 + resolution: "@next/swc-win32-arm64-msvc@npm:14.0.3" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@next/swc-win32-ia32-msvc@npm:14.0.1": - version: 14.0.1 - resolution: "@next/swc-win32-ia32-msvc@npm:14.0.1" +"@next/swc-win32-ia32-msvc@npm:14.0.3": + version: 14.0.3 + resolution: "@next/swc-win32-ia32-msvc@npm:14.0.3" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@next/swc-win32-x64-msvc@npm:14.0.1": - version: 14.0.1 - resolution: "@next/swc-win32-x64-msvc@npm:14.0.1" +"@next/swc-win32-x64-msvc@npm:14.0.3": + version: 14.0.3 + resolution: "@next/swc-win32-x64-msvc@npm:14.0.3" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -1764,14 +1764,14 @@ __metadata: languageName: node linkType: hard -"@tailwindcss/forms@npm:^0.5.6": - version: 0.5.6 - resolution: "@tailwindcss/forms@npm:0.5.6" +"@tailwindcss/forms@npm:^0.5.7": + version: 0.5.7 + resolution: "@tailwindcss/forms@npm:0.5.7" dependencies: mini-svg-data-uri: "npm:^1.2.3" peerDependencies: tailwindcss: ">=3.0.0 || >= 3.0.0-alpha.1" - checksum: 077f7be640a3d97c0a543bc60c06823c07fdb43928c027d65638ffe74e33037ce5d503609048e14049e4ed578dad508058a8aef0aaf38453c45bfd9c0623dacb + checksum: cd29e0c978402ae87a923ae802dcff43f7b050595666cb067321cac2e37a52f61b9d73385cb0a10455548581ddd0d3886815bd6c64a1da06247c0057fa9f4601 languageName: node linkType: hard @@ -1854,12 +1854,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:20.8.10": - version: 20.8.10 - resolution: "@types/node@npm:20.8.10" +"@types/node@npm:20.9.1": + version: 20.9.1 + resolution: "@types/node@npm:20.9.1" dependencies: undici-types: "npm:~5.26.4" - checksum: caaa3ae9294f1bfdacb029a916c64af63cbcea613a52f53ea86f93c91779859af177b2b68113ef835194519f5e76cadda08559929b68297f1a8a568c207f9f66 + checksum: 0cb52c0840fe9a2e8f988564da6823bb3141e34fef8cb7264762c851c0dac5d9ef4859db422dfa41cd1a864ad126a9bd3b588d0285bc9af6de814de3280da9b3 languageName: node linkType: hard @@ -1870,21 +1870,21 @@ __metadata: languageName: node linkType: hard -"@types/react-dom@npm:18.2.14": - version: 18.2.14 - resolution: "@types/react-dom@npm:18.2.14" +"@types/react-dom@npm:18.2.15": + version: 18.2.15 + resolution: "@types/react-dom@npm:18.2.15" dependencies: "@types/react": "npm:*" - checksum: 1f79a7708d038cd651bdb21e01a99c594761bc9a40a565abe98958e1d27facfeb6e9824ddf6ae3504e7a56568f0f3da2380fe52ac18477b5864d2d5cf1386a9e + checksum: 70e86f15f69f89b8f179139ab2e8a8aa9765e742789f5dd5a46fec40d4300ada8fe3349cceda42b9964a018982d7ccb7d791b47f781966c992bfd37da909fbd3 languageName: node linkType: hard -"@types/react-list@npm:^0.8.9": - version: 0.8.9 - resolution: "@types/react-list@npm:0.8.9" +"@types/react-list@npm:^0.8.10": + version: 0.8.10 + resolution: "@types/react-list@npm:0.8.10" dependencies: "@types/react": "npm:*" - checksum: c7c9d874c3cd1d45aee2175073e1a8c33b5452083d4e51b0e59970d793ead3265038663d70b9c8fd98b7029368d75ad1e93c49ddfe67d38e0f2e49d9b4efaffd + checksum: 85d921e9e42369aa4ec2245a901419b5041211fbd74a711c3c0da723ef550445b6df1690d3e2aa5c1e7ea6c17ab7102617b7357580e3e2185669c35a8b724a52 languageName: node linkType: hard @@ -1899,14 +1899,14 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:18.2.35": - version: 18.2.35 - resolution: "@types/react@npm:18.2.35" +"@types/react@npm:18.2.37": + version: 18.2.37 + resolution: "@types/react@npm:18.2.37" dependencies: "@types/prop-types": "npm:*" "@types/scheduler": "npm:*" csstype: "npm:^3.0.2" - checksum: dbc19612ab404f06c3c9f150954a377ab223db5724905d39e3468a61e2be0a9fd9240e935af5c13cb5b3307a13bbaf2e8c09a810d720118120a8d0ac5aa9ff10 + checksum: 79dd5d23da05bec54e7423ca17096e345eb8fd80a3bf8dd916bb5cdd60677d27c298523aa5b245d090fcc4ec100cfd58c1af4631fbac709d0a9d8be75f9d78a9 languageName: node linkType: hard @@ -1996,6 +1996,13 @@ __metadata: languageName: node linkType: hard +"@ungap/structured-clone@npm:^1.2.0": + version: 1.2.0 + resolution: "@ungap/structured-clone@npm:1.2.0" + checksum: 8209c937cb39119f44eb63cf90c0b73e7c754209a6411c707be08e50e29ee81356dca1a848a405c8bdeebfe2f5e4f831ad310ae1689eeef65e7445c090c6657d + languageName: node + linkType: hard + "@webassemblyjs/ast@npm:1.11.6, @webassemblyjs/ast@npm:^1.11.5": version: 1.11.6 resolution: "@webassemblyjs/ast@npm:1.11.6" @@ -2529,14 +2536,14 @@ __metadata: languageName: node linkType: hard -"axios@npm:^1.6.0": - version: 1.6.0 - resolution: "axios@npm:1.6.0" +"axios@npm:^1.6.2": + version: 1.6.2 + resolution: "axios@npm:1.6.2" dependencies: follow-redirects: "npm:^1.15.0" form-data: "npm:^4.0.0" proxy-from-env: "npm:^1.1.0" - checksum: 2879e17b96cbca7e2096d231a44e2d0f03e657d79f8928ea38ec5fbaf5a5b7bf952d580cdb58a66ba328c26eb3528b89d5a32da57cc5cf89813786c044f7e9d6 + checksum: 9b77e030e85e4f9cbcba7bb52fbff67d6ce906c92d213e0bd932346a50140faf83733bf786f55bd58301bd92f9973885c7b87d6348023e10f7eaf286d0791a1d languageName: node linkType: hard @@ -3759,11 +3766,11 @@ __metadata: languageName: node linkType: hard -"eslint-config-next@npm:14.0.1": - version: 14.0.1 - resolution: "eslint-config-next@npm:14.0.1" +"eslint-config-next@npm:14.0.3": + version: 14.0.3 + resolution: "eslint-config-next@npm:14.0.3" dependencies: - "@next/eslint-plugin-next": "npm:14.0.1" + "@next/eslint-plugin-next": "npm:14.0.3" "@rushstack/eslint-patch": "npm:^1.3.3" "@typescript-eslint/parser": "npm:^5.4.2 || ^6.0.0" eslint-import-resolver-node: "npm:^0.3.6" @@ -3778,7 +3785,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 507a7c288a267dec33ba04122f5bc0f979bfb937b3635d60967a4b4de30fad295ecd5db50b91e86bba42d71496137c057342a74fcf4e687273a96387c1ff41bc + checksum: 398da0334b803da885de2d3fa53dd37c18aae0e5f62a38ad88bed5f2cc21cfa97ef75dfdfdc0009dc57e59d412554430d54052d2d555973c16df247f9be118d9 languageName: node linkType: hard @@ -3968,17 +3975,18 @@ __metadata: languageName: node linkType: hard -"eslint@npm:8.50.0": - version: 8.50.0 - resolution: "eslint@npm:8.50.0" +"eslint@npm:8.54.0": + version: 8.54.0 + resolution: "eslint@npm:8.54.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.2.0" "@eslint-community/regexpp": "npm:^4.6.1" - "@eslint/eslintrc": "npm:^2.1.2" - "@eslint/js": "npm:8.50.0" - "@humanwhocodes/config-array": "npm:^0.11.11" + "@eslint/eslintrc": "npm:^2.1.3" + "@eslint/js": "npm:8.54.0" + "@humanwhocodes/config-array": "npm:^0.11.13" "@humanwhocodes/module-importer": "npm:^1.0.1" "@nodelib/fs.walk": "npm:^1.2.8" + "@ungap/structured-clone": "npm:^1.2.0" ajv: "npm:^6.12.4" chalk: "npm:^4.0.0" cross-spawn: "npm:^7.0.2" @@ -4011,7 +4019,7 @@ __metadata: text-table: "npm:^0.2.0" bin: eslint: bin/eslint.js - checksum: 91629528cb240bc61b25480574d35cd54ed444cb61a70fa76f7d5ab26af2b637b94bf8fba94403c9052c1baa944a169b6ab9cc8070496e925f7eeef730ff9038 + checksum: 4f205f832bdbd0218cde374b067791f4f76d7abe8de86b2dc849c273899051126d912ebf71531ee49b8eeaa22cad77febdc8f2876698dc2a76e84a8cb976af22 languageName: node linkType: hard @@ -5547,20 +5555,20 @@ __metadata: languageName: node linkType: hard -"linkify-react@npm:^4.1.1": - version: 4.1.1 - resolution: "linkify-react@npm:4.1.1" +"linkify-react@npm:^4.1.2": + version: 4.1.2 + resolution: "linkify-react@npm:4.1.2" peerDependencies: linkifyjs: ^4.0.0 react: ">= 15.0.0" - checksum: 0fa39f5c361cb21aeda8fbdcbcfcc9bb34a7ee6f4da548a77c033086a35f2a1ca8fc341f830c4a9ff5fddc80c2aa6119aa8aa50507068ca2d1295fec6a894241 + checksum: 871009adec5c4f5c7dd31d0e6836e32aebd61e77d30d28690e158cbdedabaa5ca918d84ae38e60479a9bc043b07b6edd8dacc6a7b6f8456d2a7e96e0da2ca901 languageName: node linkType: hard -"linkifyjs@npm:^4.1.1": - version: 4.1.1 - resolution: "linkifyjs@npm:4.1.1" - checksum: f50241a3ef90db0bbcb7adb4b7d06e88599d1710844713c58f81726249b3eb60100f3cb00a38bbcb46aa4146c1a69d780b344e745e0f2d9b44152d77e1073b61 +"linkifyjs@npm:^4.1.2": + version: 4.1.2 + resolution: "linkifyjs@npm:4.1.2" + checksum: 3c49ff0f1a164652fc4ce55b40305c5cee60b3ef646a7d2d6610f979476de81154bcdc608d51da881711578c45853fdad50956489a6619dc5a651857414e946a languageName: node linkType: hard @@ -5991,20 +5999,20 @@ __metadata: languageName: node linkType: hard -"next@npm:14.0.1": - version: 14.0.1 - resolution: "next@npm:14.0.1" +"next@npm:14.0.3": + version: 14.0.3 + resolution: "next@npm:14.0.3" dependencies: - "@next/env": "npm:14.0.1" - "@next/swc-darwin-arm64": "npm:14.0.1" - "@next/swc-darwin-x64": "npm:14.0.1" - "@next/swc-linux-arm64-gnu": "npm:14.0.1" - "@next/swc-linux-arm64-musl": "npm:14.0.1" - "@next/swc-linux-x64-gnu": "npm:14.0.1" - "@next/swc-linux-x64-musl": "npm:14.0.1" - "@next/swc-win32-arm64-msvc": "npm:14.0.1" - "@next/swc-win32-ia32-msvc": "npm:14.0.1" - "@next/swc-win32-x64-msvc": "npm:14.0.1" + "@next/env": "npm:14.0.3" + "@next/swc-darwin-arm64": "npm:14.0.3" + "@next/swc-darwin-x64": "npm:14.0.3" + "@next/swc-linux-arm64-gnu": "npm:14.0.3" + "@next/swc-linux-arm64-musl": "npm:14.0.3" + "@next/swc-linux-x64-gnu": "npm:14.0.3" + "@next/swc-linux-x64-musl": "npm:14.0.3" + "@next/swc-win32-arm64-msvc": "npm:14.0.3" + "@next/swc-win32-ia32-msvc": "npm:14.0.3" + "@next/swc-win32-x64-msvc": "npm:14.0.3" "@swc/helpers": "npm:0.5.2" busboy: "npm:1.6.0" caniuse-lite: "npm:^1.0.30001406" @@ -6042,7 +6050,7 @@ __metadata: optional: true bin: next: dist/bin/next - checksum: 3a3ec178da972a141866494f14c32bb81be736eed7de5898687cfdf30c756ef75afc882f53e46b978021eef379d6aa82b43dd6a38ed05d4098dc0075990bac9c + checksum: 73aa3d5dd7b65b53ef68fa7723a7a98536482a69ae2d56e7b335194168f00b2851397bbdfe490b53dba2c70dfb8ad0150035fab4c762d6bc331e884487c4ff07 languageName: node linkType: hard @@ -6396,22 +6404,22 @@ __metadata: "@fortawesome/free-brands-svg-icons": "npm:^6.4.2" "@fortawesome/free-solid-svg-icons": "npm:^6.4.2" "@fortawesome/react-fontawesome": "npm:^0.2.0" - "@tailwindcss/forms": "npm:^0.5.6" - "@types/node": "npm:20.8.10" - "@types/react": "npm:18.2.35" - "@types/react-dom": "npm:18.2.14" - "@types/react-list": "npm:^0.8.9" + "@tailwindcss/forms": "npm:^0.5.7" + "@types/node": "npm:20.9.1" + "@types/react": "npm:18.2.37" + "@types/react-dom": "npm:18.2.15" + "@types/react-list": "npm:^0.8.10" autoprefixer: "npm:^10.4.16" - axios: "npm:^1.6.0" - eslint: "npm:8.50.0" - eslint-config-next: "npm:14.0.1" + axios: "npm:^1.6.2" + eslint: "npm:8.54.0" + eslint-config-next: "npm:14.0.3" eslint-plugin-unused-imports: "npm:^3.0.0" html2plaintext: "npm:^2.1.4" javascript-time-ago: "npm:^2.5.9" - linkify-react: "npm:^4.1.1" - linkifyjs: "npm:^4.1.1" + linkify-react: "npm:^4.1.2" + linkifyjs: "npm:^4.1.2" lottie-react: "npm:^2.4.0" - next: "npm:14.0.1" + next: "npm:14.0.3" next-pwa: "npm:^5.6.0" pocketbase: "npm:^0.19.0" postcss: "npm:^8.4.31"