From af1098bd88d1c432a0a7ac059f3027c6f53e555f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 04:29:16 +0000 Subject: [PATCH] chore(deps): update devdependency esno to v4 --- package.json | 2 +- pnpm-lock.yaml | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index fef6132..e3a682e 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "changelogen": "^0.5.5", "eslint": "^8.53.0", "eslint-config-unjs": "^0.2.1", - "esno": "^0.17.0", + "esno": "^4.0.0", "giget": "^1.1.3", "lint-staged": "^15.0.2", "magicast": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6bf4359..5d75f8a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,8 +58,8 @@ importers: specifier: ^0.2.1 version: 0.2.1(eslint@8.53.0)(typescript@5.2.2) esno: - specifier: ^0.17.0 - version: 0.17.0 + specifier: ^4.0.0 + version: 4.0.0 giget: specifier: ^1.1.3 version: 1.1.3 @@ -2296,11 +2296,11 @@ packages: - supports-color dev: true - /esno@0.17.0: - resolution: {integrity: sha512-w78cQGlptQfsBYfootUCitsKS+MD74uR5L6kNsvwVkJsfzEepIafbvWsx2xK4rcFP4IUftt4F6J8EhagUxX+Bg==} + /esno@4.0.0: + resolution: {integrity: sha512-tmaM9gfnSWqzePVJ5FJLYX9mMyE6ZevvOIvd1CMoMk2Fn1F3aKI/OQPjubS5wCIKlPpWfDfKFEtoslCNCiZJpQ==} hasBin: true dependencies: - tsx: 3.14.0 + tsx: 4.1.1 dev: true /espree@9.6.1: @@ -4177,8 +4177,9 @@ packages: typescript: 5.2.2 dev: true - /tsx@3.14.0: - resolution: {integrity: sha512-xHtFaKtHxM9LOklMmJdI3BEnQq/D5F73Of2E1GDrITi9sgoVkvIsrQUTY1G8FlmGtA+awCI4EBlTRRYxkL2sRg==} + /tsx@4.1.1: + resolution: {integrity: sha512-zyPn5BFMB0TB5kMLbYPNx4x/oL/oSlaecdKCv6WeJ0TeSEfx8RTJWjuB5TZ2dSewktgfBsBO/HNA9mrMWqLXMA==} + engines: {node: '>=18.0.0'} hasBin: true dependencies: esbuild: 0.18.20