diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0a7353d..dfc4f89 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=github-releases depName=denoland/deno - DENO_VERSION: v2.0.6 + DENO_VERSION: v2.1.1 steps: - name: Setup repo uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 075ba20..9feff04 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=github-releases depName=denoland/deno - DENO_VERSION: v2.0.6 + DENO_VERSION: v2.1.1 permissions: contents: read id-token: write diff --git a/.github/workflows/test-installation.yml b/.github/workflows/test-installation.yml index 33fd8b4..be0adf4 100644 --- a/.github/workflows/test-installation.yml +++ b/.github/workflows/test-installation.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=github-releases depName=denoland/deno - DENO_VERSION: v2.0.6 + DENO_VERSION: v2.1.1 steps: - name: Setup repo uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 diff --git a/e2e-test/package-lock.json b/e2e-test/package-lock.json index ba6a800..732c2be 100644 --- a/e2e-test/package-lock.json +++ b/e2e-test/package-lock.json @@ -13,7 +13,7 @@ "@playwright/test": "1.49.0", "@types/eslint": "9.6.1", "@types/eslint__js": "8.42.3", - "@types/node": "22.9.0", + "@types/node": "22.9.2", "@typescript-eslint/eslint-plugin": "8.15.0", "@typescript-eslint/parser": "8.15.0", "eslint": "9.15.0", @@ -22,7 +22,7 @@ "globals": "15.12.0", "npm-run-all2": "7.0.1", "prettier": "3.3.3", - "typescript": "5.6.3", + "typescript": "5.7.2", "typescript-eslint": "8.15.0" } }, @@ -342,9 +342,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.9.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz", - "integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==", + "version": "22.9.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.2.tgz", + "integrity": "sha512-wwuxAVEbsRvDD9x7buvAl7DyQ7Oj+va/d/Veug7higYzp9MF0CINbfWTBgDFMpcVwcdUiYuNmX2KfnvY3N70mw==", "dev": true, "license": "MIT", "dependencies": { @@ -1833,9 +1833,9 @@ } }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/e2e-test/package.json b/e2e-test/package.json index ac173a6..cdec1b3 100644 --- a/e2e-test/package.json +++ b/e2e-test/package.json @@ -16,7 +16,7 @@ "@playwright/test": "1.49.0", "@types/eslint": "9.6.1", "@types/eslint__js": "8.42.3", - "@types/node": "22.9.0", + "@types/node": "22.9.2", "@typescript-eslint/eslint-plugin": "8.15.0", "@typescript-eslint/parser": "8.15.0", "eslint": "9.15.0", @@ -25,7 +25,7 @@ "globals": "15.12.0", "npm-run-all2": "7.0.1", "prettier": "3.3.3", - "typescript": "5.6.3", + "typescript": "5.7.2", "typescript-eslint": "8.15.0" } }