diff --git a/with-openfort/backend/package.json b/with-openfort/backend/package.json index 4cd7b8a..a9a50a4 100644 --- a/with-openfort/backend/package.json +++ b/with-openfort/backend/package.json @@ -10,7 +10,7 @@ "@biomejs/biome": "^1.9.4", "@types/cors": "^2.8.19", "@types/express": "^5.0.6", - "@types/node": "^22.20.1", + "@types/node": "^26.1.2", "ts-node-dev": "^2.0.0", "typescript": "^5.9.3" }, diff --git a/with-openfort/backend/pnpm-lock.yaml b/with-openfort/backend/pnpm-lock.yaml index dbc93d1..b3c5b7e 100644 --- a/with-openfort/backend/pnpm-lock.yaml +++ b/with-openfort/backend/pnpm-lock.yaml @@ -40,11 +40,11 @@ importers: specifier: ^5.0.6 version: 5.0.6 '@types/node': - specifier: ^22.20.1 - version: 22.20.1 + specifier: ^26.1.2 + version: 26.1.2 ts-node-dev: specifier: ^2.0.0 - version: 2.0.0(@types/node@22.20.1)(typescript@5.9.3) + version: 2.0.0(@types/node@26.1.2)(typescript@5.9.3) typescript: specifier: ^5.9.3 version: 5.9.3 @@ -76,24 +76,28 @@ packages: engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] + libc: [musl] '@biomejs/cli-linux-arm64@1.9.4': resolution: {integrity: sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] + libc: [glibc] '@biomejs/cli-linux-x64-musl@1.9.4': resolution: {integrity: sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] + libc: [musl] '@biomejs/cli-linux-x64@1.9.4': resolution: {integrity: sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] + libc: [glibc] '@biomejs/cli-win32-arm64@1.9.4': resolution: {integrity: sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==} @@ -181,8 +185,8 @@ packages: '@types/node-fetch@2.6.13': resolution: {integrity: sha512-QGpRVpzSaUs30JBSGPjOg4Uveu384erbHBoT1zeONvyCfwQxIkUshLAOqN/k9EjGviPRmWTTe6aH2qySWKTVSw==} - '@types/node@22.20.1': - resolution: {integrity: sha512-EANqOCF9QFyra+4pfxUcX9STKJpCLjMbObVzljIJomAWSnuSIEAvyzEU53GaajbXJEgdh0iEcPL+DGvpUd4k1Q==} + '@types/node@26.1.2': + resolution: {integrity: sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg==} '@types/qs@6.15.1': resolution: {integrity: sha512-GZHUBZR9hckSUhrxmp1nG6NwdpM9fCunJwyThLW1X3AyHgd9IlHb6VANpQQqDr2o/qQp6McZ3y/IA2rVzKzSbw==} @@ -775,8 +779,8 @@ packages: engines: {node: '>=14.17'} hasBin: true - undici-types@6.21.0: - resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} + undici-types@8.3.0: + resolution: {integrity: sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==} unpipe@1.0.0: resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} @@ -893,7 +897,7 @@ snapshots: '@openfort/openfort-node@0.7.7(typescript@5.9.3)': dependencies: '@openfort/shield-js': 0.1.38 - '@types/node': 22.20.1 + '@types/node': 26.1.2 '@types/node-fetch': 2.6.13 axios: 1.18.1 axios-retry: 4.5.0(axios@1.18.1) @@ -942,19 +946,19 @@ snapshots: '@types/body-parser@1.19.6': dependencies: '@types/connect': 3.4.38 - '@types/node': 22.20.1 + '@types/node': 26.1.2 '@types/connect@3.4.38': dependencies: - '@types/node': 22.20.1 + '@types/node': 26.1.2 '@types/cors@2.8.19': dependencies: - '@types/node': 22.20.1 + '@types/node': 26.1.2 '@types/express-serve-static-core@5.1.3': dependencies: - '@types/node': 22.20.1 + '@types/node': 26.1.2 '@types/qs': 6.15.1 '@types/range-parser': 1.2.7 '@types/send': 1.2.1 @@ -969,12 +973,12 @@ snapshots: '@types/node-fetch@2.6.13': dependencies: - '@types/node': 22.20.1 + '@types/node': 26.1.2 form-data: 4.0.6 - '@types/node@22.20.1': + '@types/node@26.1.2': dependencies: - undici-types: 6.21.0 + undici-types: 8.3.0 '@types/qs@6.15.1': {} @@ -982,12 +986,12 @@ snapshots: '@types/send@1.2.1': dependencies: - '@types/node': 22.20.1 + '@types/node': 26.1.2 '@types/serve-static@2.2.0': dependencies: '@types/http-errors': 2.0.5 - '@types/node': 22.20.1 + '@types/node': 26.1.2 '@types/strip-bom@3.0.0': {} @@ -1541,7 +1545,7 @@ snapshots: tree-kill@1.2.2: {} - ts-node-dev@2.0.0(@types/node@22.20.1)(typescript@5.9.3): + ts-node-dev@2.0.0(@types/node@26.1.2)(typescript@5.9.3): dependencies: chokidar: 3.6.0 dynamic-dedupe: 0.3.0 @@ -1551,7 +1555,7 @@ snapshots: rimraf: 2.7.1 source-map-support: 0.5.21 tree-kill: 1.2.2 - ts-node: 10.9.2(@types/node@22.20.1)(typescript@5.9.3) + ts-node: 10.9.2(@types/node@26.1.2)(typescript@5.9.3) tsconfig: 7.0.0 typescript: 5.9.3 transitivePeerDependencies: @@ -1559,14 +1563,14 @@ snapshots: - '@swc/wasm' - '@types/node' - ts-node@10.9.2(@types/node@22.20.1)(typescript@5.9.3): + ts-node@10.9.2(@types/node@26.1.2)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.12 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 22.20.1 + '@types/node': 26.1.2 acorn: 8.18.0 acorn-walk: 8.3.5 arg: 4.1.3 @@ -1591,7 +1595,7 @@ snapshots: typescript@5.9.3: {} - undici-types@6.21.0: {} + undici-types@8.3.0: {} unpipe@1.0.0: {}