From 78f85bbb954ac944a5c427773dbc6836c644710a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 20:45:46 +0000 Subject: [PATCH] Bump hot-hook from 0.2.6 to 0.3.1 Bumps hot-hook from 0.2.6 to 0.3.1. --- updated-dependencies: - dependency-name: hot-hook dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 40 ++++++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 35 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ee1e23..568bcb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "autoprefixer": "^10.4.20", "c8": "^10.1.2", "eslint": "^9.9.1", - "hot-hook": "^0.2.6", + "hot-hook": "^0.3.1", "istanbul-lib-coverage": "^3.2.2", "istanbul-lib-report": "^3.0.1", "istanbul-reports": "^3.1.7", @@ -7806,18 +7806,46 @@ } }, "node_modules/hot-hook": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/hot-hook/-/hot-hook-0.2.6.tgz", - "integrity": "sha512-sMqK0sejkw+gUh/WiyqYBk8AKB2qM1a1wsC4v0JlnK/1x8CUFF60oPawZy/EOtLmN1Om1GTGVJLIwShxOnuI9Q==", + "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==", "dev": true, - "license": "MIT", "dependencies": { - "chokidar": "^3.6.0", + "chokidar": "^4.0.1", "fast-glob": "^3.3.2", + "parse-imports": "^2.2.1", "picomatch": "^4.0.2", "read-package-up": "^11.0.0" } }, + "node_modules/hot-hook/node_modules/chokidar": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.1.tgz", + "integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==", + "dev": true, + "dependencies": { + "readdirp": "^4.0.1" + }, + "engines": { + "node": ">= 14.16.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/hot-hook/node_modules/readdirp": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.0.2.tgz", + "integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==", + "dev": true, + "engines": { + "node": ">= 14.16.0" + }, + "funding": { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/html-entities": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz", diff --git a/package.json b/package.json index 89e2b4f..3441ed1 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "autoprefixer": "^10.4.20", "c8": "^10.1.2", "eslint": "^9.9.1", - "hot-hook": "^0.2.6", + "hot-hook": "^0.3.1", "istanbul-lib-coverage": "^3.2.2", "istanbul-lib-report": "^3.0.1", "istanbul-reports": "^3.1.7",