From 8a9ed5abc4d8df207e20ee4e2dd6ce50a9ee2c58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 08:32:12 +0000 Subject: [PATCH] sandbox-npm(deps-dev): bump nodemon from 3.1.3 to 3.1.4 in /sandbox Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sandbox/package-lock.json | 14 +++++++------- sandbox/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sandbox/package-lock.json b/sandbox/package-lock.json index a150f1ec..d4672cfb 100644 --- a/sandbox/package-lock.json +++ b/sandbox/package-lock.json @@ -18,7 +18,7 @@ "mocha": "<11.0.0", "mocha-junit-reporter": "^2.2.1", "mocha-multi": "^1.1.7", - "nodemon": "^3.1.3", + "nodemon": "^3.1.4", "supertest": "^7.0.0" } }, @@ -1376,9 +1376,9 @@ } }, "node_modules/nodemon": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.3.tgz", - "integrity": "sha512-m4Vqs+APdKzDFpuaL9F9EVOF85+h070FnkHVEoU4+rmT6Vw0bmNl7s61VEkY/cJkL7RCv1p4urnUDUMrS5rk2w==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.4.tgz", + "integrity": "sha512-wjPBbFhtpJwmIeY2yP7QF+UKzPfltVGtfce1g/bB15/8vCGZj8uxD62b/b9M9/WVgme0NZudpownKN+c0plXlQ==", "dev": true, "dependencies": { "chokidar": "^3.5.2", @@ -3076,9 +3076,9 @@ "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" }, "nodemon": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.3.tgz", - "integrity": "sha512-m4Vqs+APdKzDFpuaL9F9EVOF85+h070FnkHVEoU4+rmT6Vw0bmNl7s61VEkY/cJkL7RCv1p4urnUDUMrS5rk2w==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.4.tgz", + "integrity": "sha512-wjPBbFhtpJwmIeY2yP7QF+UKzPfltVGtfce1g/bB15/8vCGZj8uxD62b/b9M9/WVgme0NZudpownKN+c0plXlQ==", "dev": true, "requires": { "chokidar": "^3.5.2", diff --git a/sandbox/package.json b/sandbox/package.json index f9936f6f..d8937c26 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -18,7 +18,7 @@ "mocha": "<11.0.0", "mocha-junit-reporter": "^2.2.1", "mocha-multi": "^1.1.7", - "nodemon": "^3.1.3", + "nodemon": "^3.1.4", "supertest": "^7.0.0" } }