From 76c7f0cf3b8e9f456d19404bf7632266cd9b10bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 7 Jun 2024 00:39:41 +0200 Subject: [PATCH] build(deps-dev): apply updates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 85e596e9..5683bd40 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "eslint-plugin-n": "^17.8.1", "eslint-plugin-simple-import-sort": "^12.1.0", "expect": "^29.7.0", - "globals": "^15.3.0", + "globals": "^15.4.0", "husky": "^9.0.11", "lint-staged": "^15.2.5", "mocha": "^10.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3a7bc623..1cb9f97c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -66,8 +66,8 @@ importers: specifier: ^29.7.0 version: 29.7.0 globals: - specifier: ^15.3.0 - version: 15.3.0 + specifier: ^15.4.0 + version: 15.4.0 husky: specifier: ^9.0.11 version: 9.0.11 @@ -1800,8 +1800,8 @@ packages: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} engines: {node: '>=18'} - globals@15.3.0: - resolution: {integrity: sha512-cCdyVjIUVTtX8ZsPkq1oCsOsLmGIswqnjZYMJJTGaNApj1yHtLSymKhwH51ttirREn75z3p4k051clwg7rvNKA==} + globals@15.4.0: + resolution: {integrity: sha512-unnwvMZpv0eDUyjNyh9DH/yxUaRYrEjW/qK4QcdrHg3oO11igUQrCSgODHEqxlKg8v2CD2Sd7UkqqEBoz5U7TQ==} engines: {node: '>=18'} globalthis@1.0.4: @@ -4936,7 +4936,7 @@ snapshots: eslint: 9.4.0 eslint-plugin-es-x: 7.6.0(eslint@9.4.0) get-tsconfig: 4.7.5 - globals: 15.3.0 + globals: 15.4.0 ignore: 5.3.1 minimatch: 9.0.4 semver: 7.6.2 @@ -5250,7 +5250,7 @@ snapshots: globals@14.0.0: {} - globals@15.3.0: {} + globals@15.4.0: {} globalthis@1.0.4: dependencies: @@ -5933,7 +5933,7 @@ snapshots: '@typescript-eslint/utils': 8.0.0-alpha.28(eslint@9.4.0)(typescript@5.4.5) eslint: 9.4.0 eslint-plugin-n: 17.8.1(eslint@9.4.0) - globals: 15.3.0 + globals: 15.4.0 peowly: 1.3.0 typescript-eslint: 8.0.0-alpha.28(eslint@9.4.0)(typescript@5.4.5) transitivePeerDependencies: -- 2.34.1