From d2e45d1e684d0f547dd805832af4d1abf64c5697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 02:33:13 +0000 Subject: [PATCH] Bump nodemon from 3.0.3 to 3.1.0 in /test/sandbox Bumps [nodemon](https://github.com/remy/nodemon) from 3.0.3 to 3.1.0. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.0.3...v3.1.0) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test/sandbox/package-lock.json | 8 ++++---- test/sandbox/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/sandbox/package-lock.json b/test/sandbox/package-lock.json index 1c8664ba3bf..9bb37b4d1dd 100644 --- a/test/sandbox/package-lock.json +++ b/test/sandbox/package-lock.json @@ -11,7 +11,7 @@ "express": "^4.17.1", "ini": "^4.1.1", "lodash": "^4.17.21", - "nodemon": "^3.0.3" + "nodemon": "^3.1.0" }, "devDependencies": { "@babel/core": "^7.23.9", @@ -3028,9 +3028,9 @@ "dev": true }, "node_modules/nodemon": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.3.tgz", - "integrity": "sha512-7jH/NXbFPxVaMwmBCC2B9F/V6X1VkEdNgx3iu9jji8WxWcvhMWkmhNWhI5077zknOnZnBzba9hZP6bCPJLSReQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.0.tgz", + "integrity": "sha512-xqlktYlDMCepBJd43ZQhjWwMw2obW/JRvkrLxq5RCNcuDDX1DbcPT+qT1IlIIdf+DhnWs90JpTMe+Y5KxOchvA==", "dependencies": { "chokidar": "^3.5.2", "debug": "^4", diff --git a/test/sandbox/package.json b/test/sandbox/package.json index 65b2fc0950b..fc364134ba0 100644 --- a/test/sandbox/package.json +++ b/test/sandbox/package.json @@ -8,7 +8,7 @@ "express": "^4.17.1", "ini": "^4.1.1", "lodash": "^4.17.21", - "nodemon": "^3.0.3" + "nodemon": "^3.1.0" }, "devDependencies": { "@babel/eslint-parser": "^7.23.10",