From abb03eca85a5bc426d0b28b47c111cb30e7353ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 10:26:21 +0000 Subject: [PATCH] Bump tapable from 2.3.0 to 2.3.2 in the npm-dependencies group Bumps the npm-dependencies group with 1 update: [tapable](https://github.com/webpack/tapable). Updates `tapable` from 2.3.0 to 2.3.2 - [Release notes](https://github.com/webpack/tapable/releases) - [Changelog](https://github.com/webpack/tapable/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/tapable/compare/v2.3.0...v2.3.2) --- updated-dependencies: - dependency-name: tapable dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ae6c2a..672ad0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "picomatch": "^4.0.4", "source-map-js": "^1.2.1", "tailwindcss": "^4.2.2", - "tapable": "^2.3.0" + "tapable": "^2.3.2" }, "engines": { "node": ">=20.0.0" @@ -1800,9 +1800,9 @@ "license": "MIT" }, "node_modules/tapable": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", - "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.2.tgz", + "integrity": "sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==", "license": "MIT", "engines": { "node": ">=6" diff --git a/package.json b/package.json index 4677849..8ab5892 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "picomatch": "^4.0.4", "source-map-js": "^1.2.1", "tailwindcss": "^4.2.2", - "tapable": "^2.3.0" + "tapable": "^2.3.2" }, "scripts": { "start": "eleventy --serve",