From 35adab39f845754a9adda57801d85fd667184263 Mon Sep 17 00:00:00 2001 From: David Neal Date: Wed, 4 Feb 2026 14:55:33 -0500 Subject: [PATCH] update dependencies --- apps/api/package.json | 2 +- apps/app/package.json | 4 +-- apps/auth/package.json | 2 +- apps/shared/package.json | 2 +- package.json | 6 ++-- pnpm-lock.yaml | 70 ++++++++++++++++++++-------------------- 6 files changed, 43 insertions(+), 43 deletions(-) diff --git a/apps/api/package.json b/apps/api/package.json index d9a78ab..9b84693 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@types/express": "^5.0.6", - "@types/node": "^25.0.10", + "@types/node": "^25.2.0", "tsx": "^4.21.0", "typescript": "^5.9.3" } diff --git a/apps/app/package.json b/apps/app/package.json index cf1a356..685f78d 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -20,14 +20,14 @@ "openid-client": "^6.8.1", "pino": "^10.3.0", "pino-pretty": "^13.1.3", - "undici": "^7.19.1" + "undici": "^7.20.0" }, "devDependencies": { "@tailwindcss/cli": "^4.1.18", "@types/cookie-parser": "^1.4.10", "@types/ejs": "^3.1.5", "@types/express": "^5.0.6", - "@types/node": "^25.0.10", + "@types/node": "^25.2.0", "concurrently": "^9.2.1", "tailwindcss": "^4.1.18", "tsx": "^4.21.0", diff --git a/apps/auth/package.json b/apps/auth/package.json index caa0ccb..8a1d581 100644 --- a/apps/auth/package.json +++ b/apps/auth/package.json @@ -23,7 +23,7 @@ "@tailwindcss/cli": "^4.1.18", "@types/ejs": "^3.1.5", "@types/express": "^5.0.6", - "@types/node": "^25.0.10", + "@types/node": "^25.2.0", "concurrently": "^9.2.1", "tailwindcss": "^4.1.18", "tsx": "^4.21.0", diff --git a/apps/shared/package.json b/apps/shared/package.json index 536894e..1241625 100644 --- a/apps/shared/package.json +++ b/apps/shared/package.json @@ -53,7 +53,7 @@ }, "devDependencies": { "@types/express": "^5.0.6", - "@types/node": "^25.0.10", + "@types/node": "^25.2.0", "typescript": "^5.9.3" }, "peerDependencies": { diff --git a/package.json b/package.json index 73d50b6..99148e9 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "core-exchange-node-example", "private": true, - "version": "1.0.0", - "packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316", + "version": "1.0.1", + "packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264", "type": "module", "author": "David Neal (https://reverentgeek.com)", "contributors": [], @@ -31,7 +31,7 @@ "@typescript-eslint/parser": "^8.54.0", "concurrently": "^9.2.1", "eslint": "^9.39.2", - "globals": "^17.2.0", + "globals": "^17.3.0", "husky": "^9.1.7", "typescript": "^5.9.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 082dc24..aabc50c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -31,8 +31,8 @@ importers: specifier: ^9.39.2 version: 9.39.2(jiti@2.6.1) globals: - specifier: ^17.2.0 - version: 17.2.0 + specifier: ^17.3.0 + version: 17.3.0 husky: specifier: ^9.1.7 version: 9.1.7 @@ -65,8 +65,8 @@ importers: specifier: ^5.0.6 version: 5.0.6 '@types/node': - specifier: ^25.0.10 - version: 25.0.10 + specifier: ^25.2.0 + version: 25.2.0 tsx: specifier: ^4.21.0 version: 4.21.0 @@ -104,8 +104,8 @@ importers: specifier: ^13.1.3 version: 13.1.3 undici: - specifier: ^7.19.1 - version: 7.19.1 + specifier: ^7.20.0 + version: 7.20.0 devDependencies: '@tailwindcss/cli': specifier: ^4.1.18 @@ -120,8 +120,8 @@ importers: specifier: ^5.0.6 version: 5.0.6 '@types/node': - specifier: ^25.0.10 - version: 25.0.10 + specifier: ^25.2.0 + version: 25.2.0 concurrently: specifier: ^9.2.1 version: 9.2.1 @@ -169,8 +169,8 @@ importers: specifier: ^5.0.6 version: 5.0.6 '@types/node': - specifier: ^25.0.10 - version: 25.0.10 + specifier: ^25.2.0 + version: 25.2.0 concurrently: specifier: ^9.2.1 version: 9.2.1 @@ -206,8 +206,8 @@ importers: specifier: ^5.0.6 version: 5.0.6 '@types/node': - specifier: ^25.0.10 - version: 25.0.10 + specifier: ^25.2.0 + version: 25.2.0 typescript: specifier: ^5.9.3 version: 5.9.3 @@ -558,8 +558,8 @@ packages: '@types/json-schema@7.0.15': resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} - '@types/node@25.0.10': - resolution: {integrity: sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==} + '@types/node@25.2.0': + resolution: {integrity: sha512-DZ8VwRFUNzuqJ5khrvwMXHmvPe+zGayJhr2CDNiKB1WBE1ST8Djl00D0IC4vvNmHMdj6DlbYRIaFE7WHjlDl5w==} '@types/qs@6.14.0': resolution: {integrity: sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==} @@ -824,8 +824,8 @@ packages: end-of-stream@1.4.5: resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==} - enhanced-resolve@5.18.4: - resolution: {integrity: sha512-LgQMM4WXU3QI+SYgEc2liRgznaD5ojbmY3sb8LxyguVkIg5FxdpTkvk72te2R38/TGKxH634oLxXRGY6d7AP+Q==} + enhanced-resolve@5.19.0: + resolution: {integrity: sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==} engines: {node: '>=10.13.0'} es-define-property@1.0.1: @@ -987,8 +987,8 @@ packages: resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==} engines: {node: '>= 0.4'} - get-tsconfig@4.13.0: - resolution: {integrity: sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==} + get-tsconfig@4.13.1: + resolution: {integrity: sha512-EoY1N2xCn44xU6750Sx7OjOIT59FkmstNc3X6y5xpz7D5cBtZRe/3pSlTkDJgqsOk3WwZPkWfonhhUJfttQo3w==} glob-parent@6.0.2: resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} @@ -998,8 +998,8 @@ packages: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} engines: {node: '>=18'} - globals@17.2.0: - resolution: {integrity: sha512-tovnCz/fEq+Ripoq+p/gN1u7l6A7wwkoBT9pRCzTHzsD/LvADIzXZdjmRymh5Ztf0DYC3Rwg5cZRYjxzBmzbWg==} + globals@17.3.0: + resolution: {integrity: sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==} engines: {node: '>=18'} gopd@1.2.0: @@ -1561,8 +1561,8 @@ packages: undici-types@7.16.0: resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} - undici@7.19.1: - resolution: {integrity: sha512-Gpq0iNm5M6cQWlyHQv9MV+uOj1jWk7LpkoE5vSp/7zjb4zMdAcUD+VL5y0nH4p9EbUklq00eVIIX/XcDHzu5xg==} + undici@7.20.0: + resolution: {integrity: sha512-MJZrkjyd7DeC+uPZh+5/YaMDxFiiEEaDgbUSVMXayofAkDWF1088CDo+2RPg7B1BuS1qf1vgNE7xqwPxE0DuSQ==} engines: {node: '>=20.18.1'} unpipe@1.0.0: @@ -1858,7 +1858,7 @@ snapshots: '@parcel/watcher': 2.5.6 '@tailwindcss/node': 4.1.18 '@tailwindcss/oxide': 4.1.18 - enhanced-resolve: 5.18.4 + enhanced-resolve: 5.19.0 mri: 1.2.0 picocolors: 1.1.1 tailwindcss: 4.1.18 @@ -1866,7 +1866,7 @@ snapshots: '@tailwindcss/node@4.1.18': dependencies: '@jridgewell/remapping': 2.3.5 - enhanced-resolve: 5.18.4 + enhanced-resolve: 5.19.0 jiti: 2.6.1 lightningcss: 1.30.2 magic-string: 0.30.21 @@ -1927,11 +1927,11 @@ snapshots: '@types/body-parser@1.19.6': dependencies: '@types/connect': 3.4.38 - '@types/node': 25.0.10 + '@types/node': 25.2.0 '@types/connect@3.4.38': dependencies: - '@types/node': 25.0.10 + '@types/node': 25.2.0 '@types/cookie-parser@1.4.10(@types/express@5.0.6)': dependencies: @@ -1943,7 +1943,7 @@ snapshots: '@types/express-serve-static-core@5.1.1': dependencies: - '@types/node': 25.0.10 + '@types/node': 25.2.0 '@types/qs': 6.14.0 '@types/range-parser': 1.2.7 '@types/send': 1.2.1 @@ -1958,7 +1958,7 @@ snapshots: '@types/json-schema@7.0.15': {} - '@types/node@25.0.10': + '@types/node@25.2.0': dependencies: undici-types: 7.16.0 @@ -1968,12 +1968,12 @@ snapshots: '@types/send@1.2.1': dependencies: - '@types/node': 25.0.10 + '@types/node': 25.2.0 '@types/serve-static@2.2.0': dependencies: '@types/http-errors': 2.0.5 - '@types/node': 25.0.10 + '@types/node': 25.2.0 '@typescript-eslint/eslint-plugin@8.54.0(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': dependencies: @@ -2242,7 +2242,7 @@ snapshots: dependencies: once: 1.4.0 - enhanced-resolve@5.18.4: + enhanced-resolve@5.19.0: dependencies: graceful-fs: 4.2.11 tapable: 2.3.0 @@ -2471,7 +2471,7 @@ snapshots: dunder-proto: 1.0.1 es-object-atoms: 1.1.1 - get-tsconfig@4.13.0: + get-tsconfig@4.13.1: dependencies: resolve-pkg-maps: 1.0.0 @@ -2481,7 +2481,7 @@ snapshots: globals@14.0.0: {} - globals@17.2.0: {} + globals@17.3.0: {} gopd@1.2.0: {} @@ -3011,7 +3011,7 @@ snapshots: tsx@4.21.0: dependencies: esbuild: 0.27.2 - get-tsconfig: 4.13.0 + get-tsconfig: 4.13.1 optionalDependencies: fsevents: 2.3.3 @@ -3029,7 +3029,7 @@ snapshots: undici-types@7.16.0: {} - undici@7.19.1: {} + undici@7.20.0: {} unpipe@1.0.0: {}