From df75e6691c2a44cc73e2c32f82784a0b1a2ea24e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:16:46 +0000 Subject: [PATCH] Bump karma-webpack to ^5.0.1 --- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 93cbedb0ae..2ad46b779f 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "karma-firefox-launcher": "^2.1.2", "karma-mocha": "^2.0.1", "karma-sourcemap-loader": "^0.4.0", - "karma-webpack": "^5.0.0", + "karma-webpack": "^5.0.1", "lerna": "^8.0.2", "lodash": "^4.17.21", "markdownlint-cli2": "^0.12.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 95dd261166..1b01f351ac 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -274,8 +274,8 @@ importers: specifier: ^0.4.0 version: 0.4.0 karma-webpack: - specifier: ^5.0.0 - version: 5.0.0(webpack@5.90.1) + specifier: ^5.0.1 + version: 5.0.1(webpack@5.90.1) lerna: specifier: ^8.0.2 version: 8.0.2 @@ -11415,14 +11415,14 @@ packages: graceful-fs: 4.2.11 dev: true - /karma-webpack@5.0.0(webpack@5.90.1): - resolution: {integrity: sha512-+54i/cd3/piZuP3dr54+NcFeKOPnys5QeM1IY+0SPASwrtHsliXUiCL50iW+K9WWA7RvamC4macvvQ86l3KtaA==} - engines: {node: '>= 6'} + /karma-webpack@5.0.1(webpack@5.90.1): + resolution: {integrity: sha512-oo38O+P3W2mSPCSUrQdySSPv1LvPpXP+f+bBimNomS5sW+1V4SuhCuW8TfJzV+rDv921w2fDSDw0xJbPe6U+kQ==} + engines: {node: '>= 18'} peerDependencies: webpack: ^5.0.0 dependencies: glob: 7.2.3 - minimatch: 3.1.2 + minimatch: 9.0.3 webpack: 5.90.1(webpack-cli@5.1.4) webpack-merge: 4.2.2 dev: true