From c691859ee6a091c7353c5582751a6d76181dc9a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 02:15:42 +0000 Subject: [PATCH] chore(deps-dev): bump nodemon from 3.1.6 to 3.1.7 (#582) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94e4ccfd7..7352c3c08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "husky": "9.1.6", "lint-staged": "^15.2.10", "markdownlint-cli": "^0.41.0", - "nodemon": "3.1.6", + "nodemon": "3.1.7", "npm-run-all": "4.1.5", "plugin-node-patternlab-inline-remote-assets": "^0.2.1", "prettier": "3.3.3", @@ -9300,9 +9300,9 @@ "dev": true }, "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", @@ -20632,9 +20632,9 @@ "dev": true }, "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, "requires": { "chokidar": "^3.5.2", diff --git a/package.json b/package.json index d5d7cfdd9..d8b6bc37b 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "husky": "9.1.6", "lint-staged": "^15.2.10", "markdownlint-cli": "^0.41.0", - "nodemon": "3.1.6", + "nodemon": "3.1.7", "npm-run-all": "4.1.5", "plugin-node-patternlab-inline-remote-assets": "^0.2.1", "prettier": "3.3.3",