From fb0c367b09415c7fe268685623c1fb04e8e6ee06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 01:41:00 +0000 Subject: [PATCH 1/3] chore(deps): update dependency lucide-react to v0.441.0 --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 15a3b0c..65bad33 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -32,7 +32,7 @@ "date-fns": "2.30.0", "eslint-config-react-app": "7.0.1", "jsdom": "22.1.0", - "lucide-react": "0.437.0", + "lucide-react": "0.441.0", "npm-run-all": "4.1.5", "postcss": "8.4.47", "prettier": "3.3.3", @@ -7876,9 +7876,9 @@ } }, "node_modules/lucide-react": { - "version": "0.437.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.437.0.tgz", - "integrity": "sha512-RXQq6tnm1FlXDUtOwLaoXET2TOEGpQULrQlPOjGHgIVsPhicHNat9sWF33OAe2UCLMFiWF1oL+FtAg43BqVY4Q==", + "version": "0.441.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.441.0.tgz", + "integrity": "sha512-0vfExYtvSDhkC2lqg0zYVW1Uu9GsI4knuV9GP9by5z0Xhc4Zi5RejTxfz9LsjRmCyWVzHCJvxGKZWcRyvQCWVg==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" diff --git a/frontend/package.json b/frontend/package.json index 6757205..5579924 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,7 @@ "date-fns": "2.30.0", "eslint-config-react-app": "7.0.1", "jsdom": "22.1.0", - "lucide-react": "0.437.0", + "lucide-react": "0.441.0", "npm-run-all": "4.1.5", "postcss": "8.4.47", "prettier": "3.3.3", From f93dec6bc3704673c7e52ce070ff6b27f86eb11c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 04:47:44 +0000 Subject: [PATCH 2/3] chore(deps): update dependency pg to v8.13.0 --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d1e698..a7b4ea9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "passport-http-bearer": "1.0.1", "passport-jwt": "4.0.1", "passport-spotify": "2.0.0", - "pg": "8.12.0", + "pg": "8.13.0", "pg-boss": "9.0.3", "pino": "8.21.0", "pino-http": "9.0.0", @@ -10621,14 +10621,14 @@ "integrity": "sha512-KG8UEiEVkR3wGEb4m5yZkVCzigAD+cVEJck2CzYZO37ZGJfctvVptVO192MwrtPhzONn6go8ylnOdMhKqi4nfg==" }, "node_modules/pg": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/pg/-/pg-8.12.0.tgz", - "integrity": "sha512-A+LHUSnwnxrnL/tZ+OLfqR1SxLN3c/pgDztZ47Rpbsd4jUytsTtwQo/TLPRzPJMp/1pbhYVhH9cuSZLAajNfjQ==", + "version": "8.13.0", + "resolved": "https://registry.npmjs.org/pg/-/pg-8.13.0.tgz", + "integrity": "sha512-34wkUTh3SxTClfoHB3pQ7bIMvw9dpFU1audQQeZG837fmHfHpr14n/AELVDoOYVDW2h5RDWU78tFjkD+erSBsw==", "license": "MIT", "dependencies": { - "pg-connection-string": "^2.6.4", - "pg-pool": "^3.6.2", - "pg-protocol": "^1.6.1", + "pg-connection-string": "^2.7.0", + "pg-pool": "^3.7.0", + "pg-protocol": "^1.7.0", "pg-types": "^2.1.0", "pgpass": "1.x" }, @@ -10671,9 +10671,9 @@ "optional": true }, "node_modules/pg-connection-string": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.6.4.tgz", - "integrity": "sha512-v+Z7W/0EO707aNMaAEfiGnGL9sxxumwLl2fJvCQtMn9Fxsg+lPpPkdcyBSv/KFgpGdYkMfn+EI1Or2EHjpgLCA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.7.0.tgz", + "integrity": "sha512-PI2W9mv53rXJQEOb8xNR8lH7Hr+EKa6oJa38zsK0S/ky2er16ios1wLKhZyxzD7jUReiWokc9WK5nxSnC7W1TA==", "license": "MIT" }, "node_modules/pg-int8": { @@ -10685,18 +10685,18 @@ } }, "node_modules/pg-pool": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.6.2.tgz", - "integrity": "sha512-Htjbg8BlwXqSBQ9V8Vjtc+vzf/6fVUuak/3/XXKA9oxZprwW3IMDQTGHP+KDmVL7rtd+R1QjbnCFPuTHm3G4hg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.7.0.tgz", + "integrity": "sha512-ZOBQForurqh4zZWjrgSwwAtzJ7QiRX0ovFkZr2klsen3Nm0aoh33Ls0fzfv3imeH/nw/O27cjdz5kzYJfeGp/g==", "license": "MIT", "peerDependencies": { "pg": ">=8.0" } }, "node_modules/pg-protocol": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.6.1.tgz", - "integrity": "sha512-jPIlvgoD63hrEuihvIg+tJhoGjUsLPn6poJY9N5CnlPd91c2T18T/9zBtLxZSb1EhYxBRoZJtzScCaWlYLtktg==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.7.0.tgz", + "integrity": "sha512-hTK/mE36i8fDDhgDFjy6xNOG+LCorxLG3WO17tku+ij6sVHXh1jQUJ8hYAnRhNla4QVD2H8er/FOjc/+EgC6yQ==", "license": "MIT" }, "node_modules/pg-types": { diff --git a/package.json b/package.json index a4eb9ac..fda7936 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "passport-http-bearer": "1.0.1", "passport-jwt": "4.0.1", "passport-spotify": "2.0.0", - "pg": "8.12.0", + "pg": "8.13.0", "pg-boss": "9.0.3", "pino": "8.21.0", "pino-http": "9.0.0", From a7dfa6b3b3f8b547f906ca2563aff1036e0c388b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 08:36:17 +0000 Subject: [PATCH 3/3] chore(deps): update dependency typescript to v5.6.2 --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 65bad33..ec383aa 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -44,7 +44,7 @@ "tailwind-merge": "1.14.0", "tailwindcss": "3.4.12", "tailwindcss-animate": "1.0.7", - "typescript": "5.5.4", + "typescript": "5.6.2", "vite": "5.4.6", "vitest": "1.6.0" } @@ -10249,9 +10249,9 @@ } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/frontend/package.json b/frontend/package.json index 5579924..7ae9230 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,7 +43,7 @@ "tailwind-merge": "1.14.0", "tailwindcss": "3.4.12", "tailwindcss-animate": "1.0.7", - "typescript": "5.5.4", + "typescript": "5.6.2", "vite": "5.4.6", "vitest": "1.6.0" }, diff --git a/package-lock.json b/package-lock.json index a7b4ea9..358eff9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -95,7 +95,7 @@ "ts-loader": "9.5.1", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.5.4" + "typescript": "5.6.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -13157,9 +13157,9 @@ "integrity": "sha512-i5lLI6iw9AU3Uu4szRNPPEkomnkjRTaVt9hy/bn5g/oSzekBSMeLZblcjP74AW0vBabqERLLIrz+gR8QYR54Tw==" }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index fda7936..d8cca6e 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "ts-loader": "9.5.1", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.5.4" + "typescript": "5.6.2" }, "jest": { "moduleFileExtensions": [