From 2b35d8191ca98cc5adbdfbe3e34f62fdfde8fe3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 12:51:47 -0500 Subject: [PATCH] build(deps-dev): Bump watchpack from 2.3.0 to 2.3.1 in /docs (#7430) Bumps [watchpack](https://github.com/webpack/watchpack) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/webpack/watchpack/releases) - [Commits](https://github.com/webpack/watchpack/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: watchpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Kleinman Co-authored-by: M. J. Fromberger --- docs/package-lock.json | 6 +++--- docs/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 204ffc9ba..1a5216735 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -10069,9 +10069,9 @@ } }, "watchpack": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.3.0.tgz", - "integrity": "sha512-MnN0Q1OsvB/GGHETrFeZPQaOelWh/7O+EiFlj8sM9GPjtQkis7k01aAxrg/18kTfoIVcLL+haEVFlXDaSRwKRw==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.3.1.tgz", + "integrity": "sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==", "dev": true, "requires": { "glob-to-regexp": "^0.4.1", diff --git a/docs/package.json b/docs/package.json index 2ae446af9..39917dad1 100644 --- a/docs/package.json +++ b/docs/package.json @@ -7,7 +7,7 @@ "vuepress-theme-cosmos": "^1.0.182" }, "devDependencies": { - "watchpack": "^2.3.0" + "watchpack": "^2.3.1" }, "scripts": { "preserve": "./pre.sh",