From 236493a377e6d96f94fe824bf19a52f9f846683a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:32:30 +0000 Subject: [PATCH] Bump hot-hook from 0.3.1 to 0.4.0 Bumps hot-hook from 0.3.1 to 0.4.0. --- updated-dependencies: - dependency-name: hot-hook dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b901ad..d577df1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "autoprefixer": "^10.4.20", "c8": "^10.1.2", "eslint": "^9.9.1", - "hot-hook": "^0.3.1", + "hot-hook": "^0.4.0", "istanbul-lib-coverage": "^3.2.2", "istanbul-lib-report": "^3.0.1", "istanbul-reports": "^3.1.7", @@ -7766,10 +7766,11 @@ } }, "node_modules/hot-hook": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/hot-hook/-/hot-hook-0.3.1.tgz", - "integrity": "sha512-PR40gornMhj+Xq93/EBaPXyfL7kmkgVOulUbJyl1j17MYfklJ6AQByOM8O/dlI9/AFg8LcR9uxecMB5/3Tizhw==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/hot-hook/-/hot-hook-0.4.0.tgz", + "integrity": "sha512-D36jqIojBHqxfkel6r7QGfmal7HO3cFTnPKeZIpPsBtFdV3QPV7m42JTBDX3B/Ovi53RXbOix7t/uIeV2bfeRA==", "dev": true, + "license": "MIT", "dependencies": { "chokidar": "^4.0.1", "fast-glob": "^3.3.2", diff --git a/package.json b/package.json index 9d4a3be..840e3fc 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "autoprefixer": "^10.4.20", "c8": "^10.1.2", "eslint": "^9.9.1", - "hot-hook": "^0.3.1", + "hot-hook": "^0.4.0", "istanbul-lib-coverage": "^3.2.2", "istanbul-lib-report": "^3.0.1", "istanbul-reports": "^3.1.7",