diff --git a/.github/workflows/test-npm.yml b/.github/workflows/test-npm.yml new file mode 100644 index 0000000000..b8cb60a91e --- /dev/null +++ b/.github/workflows/test-npm.yml @@ -0,0 +1,64 @@ +name: test-npm + +on: + push: + branches: + - main + - "renovate/**" + pull_request: + +jobs: + prepare: + name: Prepare npm package + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: pnpm/action-setup@v3 + - uses: actions/setup-node@v4 + with: + node-version: "18" + cache: "pnpm" + + - run: pnpm install --frozen-lockfile + - run: pnpm build + - run: pnpm pack + - run: mv kintone-cli-*.tgz kintone-cli.tgz + - uses: actions/upload-artifact@v4 + with: + name: kintone-cli.tgz + path: kintone-cli.tgz + + test-install: + name: Test npm install - Node.js ${{ matrix.os }} ${{ matrix.node-version }} + needs: prepare + runs-on: ${{ matrix.os }} + strategy: + matrix: + node-version: [22.x, 20.x, 18.x] + os: [ubuntu-latest, windows-latest, macos-latest] + steps: + - uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node-version }} + - uses: actions/download-artifact@v4 + with: + name: kintone-cli.tgz + - run: npm install -g kintone-cli.tgz + - run: cli-kintone --version + + test-npx: + name: Test npx - Node.js ${{ matrix.os }} ${{ matrix.node-version }} + needs: prepare + runs-on: ${{ matrix.os }} + strategy: + matrix: + node-version: [22.x, 20.x, 18.x] + os: [ubuntu-latest, windows-latest, macos-latest] + steps: + - uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node-version }} + - uses: actions/download-artifact@v4 + with: + name: kintone-cli.tgz + - run: npx kintone-cli.tgz --version diff --git a/package.json b/package.json index 709d200ea5..0d1b6cb1e3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "cli-kintone": "cli.js" }, "scripts": { - "preinstall": "npx only-allow pnpm", "start": "run-s clean:lib 'build:tsc --watch'", "build": "run-s clean:lib build:tsc", "build:all": "run-s build build:artifacts", @@ -77,8 +76,8 @@ "@cybozu/eslint-config": "^24.0.0-beta.0", "@cybozu/license-manager": "^1.2.1", "@octokit/rest": "^20.1.1", - "@types/jest": "^29.5.13", - "@types/node": "^18.19.58", + "@types/jest": "^29.5.14", + "@types/node": "^18.19.59", "@types/rollup-plugin-auto-external": "^2.0.5", "@types/yargs": "^17.0.33", "@vercel/ncc": "^0.38.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b0149f08f0..7764b69f39 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,11 +63,11 @@ importers: specifier: ^20.1.1 version: 20.1.1 '@types/jest': - specifier: ^29.5.13 - version: 29.5.13 + specifier: ^29.5.14 + version: 29.5.14 '@types/node': - specifier: ^18.19.58 - version: 18.19.58 + specifier: ^18.19.59 + version: 18.19.59 '@types/rollup-plugin-auto-external': specifier: ^2.0.5 version: 2.0.5 @@ -106,7 +106,7 @@ importers: version: 10.4.5 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@18.19.58)(ts-node@10.9.2) + version: 29.7.0(@types/node@18.19.59)(ts-node@10.9.2) npm-run-all: specifier: ^4.1.5 version: 4.1.5 @@ -121,7 +121,7 @@ importers: version: 5.0.10 ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@18.19.58)(typescript@5.4.5) + version: 10.9.2(@types/node@18.19.59)(typescript@5.4.5) typescript: specifier: ^5.4.5 version: 5.4.5 @@ -184,11 +184,11 @@ importers: specifier: ^20.1.1 version: 20.1.1 '@types/node': - specifier: ^18.19.58 - version: 18.19.58 + specifier: ^18.19.59 + version: 18.19.59 ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@18.19.58)(typescript@5.4.5) + version: 10.9.2(@types/node@18.19.59)(typescript@5.4.5) typescript: specifier: ~5.4.5 version: 5.4.5 @@ -5070,7 +5070,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 18.19.58 + '@types/node': 18.19.59 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -5091,14 +5091,14 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.19.58 + '@types/node': 18.19.59 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@18.19.58)(ts-node@10.9.2) + jest-config: 29.7.0(@types/node@18.19.59)(ts-node@10.9.2) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -5126,7 +5126,7 @@ packages: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.19.58 + '@types/node': 18.19.59 jest-mock: 29.7.0 dev: true @@ -5153,7 +5153,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 18.19.58 + '@types/node': 18.19.59 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -5186,7 +5186,7 @@ packages: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.25 - '@types/node': 18.19.58 + '@types/node': 18.19.59 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -5273,7 +5273,7 @@ packages: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 18.19.58 + '@types/node': 18.19.59 '@types/yargs': 17.0.33 chalk: 4.1.2 @@ -5926,23 +5926,23 @@ packages: resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} dependencies: '@types/connect': 3.4.38 - '@types/node': 18.19.58 + '@types/node': 18.19.59 /@types/bonjour@3.5.13: resolution: {integrity: sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==} dependencies: - '@types/node': 18.19.58 + '@types/node': 18.19.59 /@types/connect-history-api-fallback@1.5.4: resolution: {integrity: sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==} dependencies: '@types/express-serve-static-core': 4.19.5 - '@types/node': 18.19.58 + '@types/node': 18.19.59 /@types/connect@3.4.38: resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} dependencies: - '@types/node': 18.19.58 + '@types/node': 18.19.59 /@types/debug@4.1.12: resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} @@ -5976,7 +5976,7 @@ packages: /@types/express-serve-static-core@4.19.5: resolution: {integrity: sha512-y6W03tvrACO72aijJ5uF02FRq5cgDR9lUxddQ8vyF+GvmjJQqbzDcJngEjURc+ZsG31VI3hODNZJ2URj86pzmg==} dependencies: - '@types/node': 18.19.58 + '@types/node': 18.19.59 '@types/qs': 6.9.15 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -5994,14 +5994,14 @@ packages: requiresBuild: true dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 18.19.58 + '@types/node': 18.19.59 dev: true optional: true /@types/graceful-fs@4.1.9: resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} dependencies: - '@types/node': 18.19.58 + '@types/node': 18.19.59 dev: true /@types/gtag.js@0.0.12: @@ -6028,7 +6028,7 @@ packages: /@types/http-proxy@1.17.15: resolution: {integrity: sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==} dependencies: - '@types/node': 18.19.58 + '@types/node': 18.19.59 /@types/istanbul-lib-coverage@2.0.6: resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==} @@ -6043,8 +6043,8 @@ packages: dependencies: '@types/istanbul-lib-report': 3.0.3 - /@types/jest@29.5.13: - resolution: {integrity: sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==} + /@types/jest@29.5.14: + resolution: {integrity: sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==} dependencies: expect: 29.7.0 pretty-format: 29.7.0 @@ -6057,7 +6057,7 @@ packages: resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==} requiresBuild: true dependencies: - '@types/node': 18.19.58 + '@types/node': 18.19.59 dev: true optional: true @@ -6078,20 +6078,20 @@ packages: /@types/mute-stream@0.0.4: resolution: {integrity: sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==} dependencies: - '@types/node': 18.19.58 + '@types/node': 18.19.59 dev: false /@types/node-forge@1.3.11: resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} dependencies: - '@types/node': 18.19.58 + '@types/node': 18.19.59 /@types/node@17.0.45: resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} dev: false - /@types/node@18.19.58: - resolution: {integrity: sha512-2ryJttbOAWCYuZMdk4rmZZ6oqE+GSL5LxbaTVe4PCs0FUrHObZZAQL4ihMw9/cH1Pn8lSQ9TXVhsM4LrnfZ0aA==} + /@types/node@18.19.59: + resolution: {integrity: sha512-vizm2EqwV/7Zay+A6J3tGl9Lhr7CjZe2HmWS988sefiEmsyP9CeXEleho6i4hJk/8UtZAo0bWN4QPZZr83RxvQ==} dependencies: undici-types: 5.26.5 @@ -6167,7 +6167,7 @@ packages: /@types/sax@1.2.7: resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==} dependencies: - '@types/node': 18.19.58 + '@types/node': 18.19.59 dev: false /@types/semver@7.5.8: @@ -6178,7 +6178,7 @@ packages: resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} dependencies: '@types/mime': 1.3.5 - '@types/node': 18.19.58 + '@types/node': 18.19.59 /@types/serve-index@1.9.4: resolution: {integrity: sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==} @@ -6189,13 +6189,13 @@ packages: resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==} dependencies: '@types/http-errors': 2.0.4 - '@types/node': 18.19.58 + '@types/node': 18.19.59 '@types/send': 0.17.4 /@types/sockjs@0.3.36: resolution: {integrity: sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==} dependencies: - '@types/node': 18.19.58 + '@types/node': 18.19.59 /@types/stack-utils@2.0.3: resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==} @@ -6226,7 +6226,7 @@ packages: /@types/ws@8.5.12: resolution: {integrity: sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==} dependencies: - '@types/node': 18.19.58 + '@types/node': 18.19.59 /@types/yargs-parser@21.0.3: resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} @@ -6757,7 +6757,7 @@ packages: optional: true dependencies: allure-js-commons: 3.0.5 - jest: 29.7.0(@types/node@18.19.58)(ts-node@10.9.2) + jest: 29.7.0(@types/node@18.19.59)(ts-node@10.9.2) transitivePeerDependencies: - allure-playwright dev: true @@ -7806,7 +7806,7 @@ packages: path-type: 4.0.0 typescript: 5.4.5 - /create-jest@29.7.0(@types/node@18.19.58)(ts-node@10.9.2): + /create-jest@29.7.0(@types/node@18.19.59)(ts-node@10.9.2): resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -7815,7 +7815,7 @@ packages: chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@18.19.58)(ts-node@10.9.2) + jest-config: 29.7.0(@types/node@18.19.59)(ts-node@10.9.2) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -9028,7 +9028,7 @@ packages: resolution: {integrity: sha512-EzV94NYKoO09GLXGjXj9JIlXijVck4ONSr5wiCWDvhsvj5jxSrzTmRU/9C1DyB6uToszLs8aifA6NQ7lEQdvFw==} engines: {node: '>= 0.8'} dependencies: - '@types/node': 18.19.58 + '@types/node': 18.19.59 require-like: 0.1.2 /eventemitter3@4.0.7: @@ -10563,7 +10563,7 @@ packages: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.19.58 + '@types/node': 18.19.59 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.3 @@ -10584,7 +10584,7 @@ packages: - supports-color dev: true - /jest-cli@29.7.0(@types/node@18.19.58)(ts-node@10.9.2): + /jest-cli@29.7.0(@types/node@18.19.59)(ts-node@10.9.2): resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -10598,10 +10598,10 @@ packages: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@18.19.58)(ts-node@10.9.2) + create-jest: 29.7.0(@types/node@18.19.59)(ts-node@10.9.2) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@18.19.58)(ts-node@10.9.2) + jest-config: 29.7.0(@types/node@18.19.59)(ts-node@10.9.2) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -10612,7 +10612,7 @@ packages: - ts-node dev: true - /jest-config@29.7.0(@types/node@18.19.58)(ts-node@10.9.2): + /jest-config@29.7.0(@types/node@18.19.59)(ts-node@10.9.2): resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -10627,7 +10627,7 @@ packages: '@babel/core': 7.25.9 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.19.58 + '@types/node': 18.19.59 babel-jest: 29.7.0(@babel/core@7.25.9) chalk: 4.1.2 ci-info: 3.9.0 @@ -10647,7 +10647,7 @@ packages: pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.2(@types/node@18.19.58)(typescript@5.4.5) + ts-node: 10.9.2(@types/node@18.19.59)(typescript@5.4.5) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -10688,7 +10688,7 @@ packages: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.19.58 + '@types/node': 18.19.59 jest-mock: 29.7.0 jest-util: 29.7.0 dev: true @@ -10704,7 +10704,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 18.19.58 + '@types/node': 18.19.59 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -10755,7 +10755,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 18.19.58 + '@types/node': 18.19.59 jest-util: 29.7.0 dev: true @@ -10810,7 +10810,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.19.58 + '@types/node': 18.19.59 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -10841,7 +10841,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.19.58 + '@types/node': 18.19.59 chalk: 4.1.2 cjs-module-lexer: 1.3.1 collect-v8-coverage: 1.0.2 @@ -10893,7 +10893,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 18.19.58 + '@types/node': 18.19.59 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -10917,7 +10917,7 @@ packages: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.19.58 + '@types/node': 18.19.59 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -10929,7 +10929,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.19.58 + '@types/node': 18.19.59 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -10937,12 +10937,12 @@ packages: resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 18.19.58 + '@types/node': 18.19.59 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 - /jest@29.7.0(@types/node@18.19.58)(ts-node@10.9.2): + /jest@29.7.0(@types/node@18.19.59)(ts-node@10.9.2): resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -10955,7 +10955,7 @@ packages: '@jest/core': 29.7.0(ts-node@10.9.2) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@18.19.58)(ts-node@10.9.2) + jest-cli: 29.7.0(@types/node@18.19.59)(ts-node@10.9.2) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -14559,7 +14559,7 @@ packages: typescript: 5.4.5 dev: true - /ts-node@10.9.2(@types/node@18.19.58)(typescript@5.4.5): + /ts-node@10.9.2(@types/node@18.19.59)(typescript@5.4.5): resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: @@ -14578,7 +14578,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 18.19.58 + '@types/node': 18.19.59 acorn: 8.12.1 acorn-walk: 8.3.3 arg: 4.1.3 diff --git a/website/package.json b/website/package.json index b5f5a5a953..64a137a0fa 100644 --- a/website/package.json +++ b/website/package.json @@ -37,7 +37,7 @@ "@docusaurus/types": "3.4.0", "@eslint/eslintrc": "^3.1.0", "@octokit/rest": "^20.1.1", - "@types/node": "^18.19.58", + "@types/node": "^18.19.59", "ts-node": "^10.9.2", "typescript": "~5.4.5" },