From ba532699f5566e4d998e90508d42626b9b5bb05a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 01:24:58 +0000 Subject: [PATCH] Bump nodemon from 3.0.2 to 3.1.3 Bumps [nodemon](https://github.com/remy/nodemon) from 3.0.2 to 3.1.3. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.0.2...v3.1.3) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-minor ... 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 1cf03c9..4364b41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "jest-junit": "^16.0.0", "mocha": "^10.2.0", "mocha-json-reporter": "^1.0.0-1", - "nodemon": "^3.0.2" + "nodemon": "^3.1.3" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -12531,9 +12531,9 @@ "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" }, "node_modules/nodemon": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.2.tgz", - "integrity": "sha512-9qIN2LNTrEzpOPBaWHTm4Asy1LxXLSickZStAQ4IZe7zsoIpD/A7LWxhZV3t4Zu352uBcqVnRsDXSMR2Sc3lTA==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.3.tgz", + "integrity": "sha512-m4Vqs+APdKzDFpuaL9F9EVOF85+h070FnkHVEoU4+rmT6Vw0bmNl7s61VEkY/cJkL7RCv1p4urnUDUMrS5rk2w==", "dev": true, "dependencies": { "chokidar": "^3.5.2", diff --git a/package.json b/package.json index 4ec7ddd..5a2d50c 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "jest-junit": "^16.0.0", "mocha": "^10.2.0", "mocha-json-reporter": "^1.0.0-1", - "nodemon": "^3.0.2" + "nodemon": "^3.1.3" } }