From 139dc839644a1f9ead79d1ae9ef271304b8420b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 22:58:39 +0000 Subject: [PATCH] Bump nodemon from 3.1.6 to 3.1.7 Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.6 to 3.1.7. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.1.6...v3.1.7) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-patch ... 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 22efe66..d120622 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "globals": "^15.9.0", "htmlhint": "^1.1.4", "markdownlint-cli": "^0.41.0", - "nodemon": "^3.1.6", + "nodemon": "^3.1.7", "npm-run-all": "^4.1.5" } }, @@ -2466,9 +2466,9 @@ } }, "node_modules/nodemon": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.6.tgz", - "integrity": "sha512-C8ymJbXpTTinxjWuMfMxw0rZhTn/r7ypSGldQyqPEgDEaVwAthqC0aodsMwontnAInN9TuPwRLeBoyhmfv+iSA==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.7.tgz", + "integrity": "sha512-hLj7fuMow6f0lbB0cD14Lz2xNjwsyruH251Pk4t/yIitCFJbmY1myuLlHm/q06aST4jg6EgAh74PIBBrRqpVAQ==", "dev": true, "dependencies": { "chokidar": "^3.5.2", diff --git a/package.json b/package.json index db93276..42673f0 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "globals": "^15.9.0", "htmlhint": "^1.1.4", "markdownlint-cli": "^0.41.0", - "nodemon": "^3.1.6", + "nodemon": "^3.1.7", "npm-run-all": "^4.1.5" }, "dependencies": {