From 5ed7b77d77ac082bb7ccce48b48ea4c9d99a98b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 01:17:38 +0000 Subject: [PATCH] Bump nodemon from 3.1.1 to 3.1.2 Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- 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 c6b937b..a119d6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "globals": "^15.3.0", "markdownlint": "^0.34.0", "markdownlint-cli": "^0.41.0", - "nodemon": "^3.1.1", + "nodemon": "^3.1.2", "npm-run-all": "^4.1.5", "stylelint": "^16.6.1" } @@ -3428,9 +3428,9 @@ } }, "node_modules/nodemon": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.1.tgz", - "integrity": "sha512-k43xGaDtaDIcufn0Fc6fTtsdKSkV/hQzoQFigNH//GaKta28yoKVYXCnV+KXRqfT/YzsFaQU9VdeEG+HEyxr6A==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.2.tgz", + "integrity": "sha512-/Ib/kloefDy+N0iRTxIUzyGcdW9lzlnca2Jsa5w73bs3npXjg+WInmiX6VY13mIb6SykkthYX/U5t0ukryGqBw==", "dev": true, "dependencies": { "chokidar": "^3.5.2", diff --git a/package.json b/package.json index 0c640c8..65b4969 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "globals": "^15.3.0", "markdownlint": "^0.34.0", "markdownlint-cli": "^0.41.0", - "nodemon": "^3.1.1", + "nodemon": "^3.1.2", "npm-run-all": "^4.1.5", "stylelint": "^16.6.1" },