From 4cbe18c3200a5be56a7e7720c5572b923f13a3b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 22:14:21 +0000 Subject: [PATCH] build(deps-dev): bump nodemon from 3.1.5 to 3.1.6 Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.1.5...v3.1.6) --- 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 8569778..afefdc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "jest": "^29.7.0", "jest-junit": "^16.0.0", "node-html-parser": "^6.1.13", - "nodemon": "^3.1.5", + "nodemon": "^3.1.6", "standard": "^17.1.2" }, "engines": { @@ -10883,9 +10883,9 @@ } }, "node_modules/nodemon": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.5.tgz", - "integrity": "sha512-V5UtfYc7hjFD4SI3EzD5TR8ChAHEZ+Ns7Z5fBk8fAbTVAj+q3G+w7sHJrHxXBkVn6ApLVTljau8wfHwqmGUjMw==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.6.tgz", + "integrity": "sha512-C8ymJbXpTTinxjWuMfMxw0rZhTn/r7ypSGldQyqPEgDEaVwAthqC0aodsMwontnAInN9TuPwRLeBoyhmfv+iSA==", "dev": true, "dependencies": { "chokidar": "^3.5.2", diff --git a/package.json b/package.json index 1201a7a..a8c69ed 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "jest": "^29.7.0", "jest-junit": "^16.0.0", "node-html-parser": "^6.1.13", - "nodemon": "^3.1.5", + "nodemon": "^3.1.6", "standard": "^17.1.2" }, "standard": {