From 08602c0ec02c57e50c5c3b7faaf46ace5e9e9819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:43:18 +0000 Subject: [PATCH] Bump nodemon from 3.1.7 to 3.1.9 in /test/sandbox Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.7 to 3.1.9. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.1.7...v3.1.9) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:production update-type: version-update:semver-patch ... 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 2783727bf9..ec832d177e 100644 --- a/test/sandbox/package-lock.json +++ b/test/sandbox/package-lock.json @@ -12,7 +12,7 @@ "ini": "^5.0.0", "json-schema-faker": "^0.5.8", "lodash": "^4.17.21", - "nodemon": "^3.1.7", + "nodemon": "^3.1.9", "seedrandom": "^3.0.5" }, "devDependencies": { @@ -3028,9 +3028,9 @@ "dev": true }, "node_modules/nodemon": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.7.tgz", - "integrity": "sha512-hLj7fuMow6f0lbB0cD14Lz2xNjwsyruH251Pk4t/yIitCFJbmY1myuLlHm/q06aST4jg6EgAh74PIBBrRqpVAQ==", + "version": "3.1.9", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.9.tgz", + "integrity": "sha512-hdr1oIb2p6ZSxu3PB2JWWYS7ZQ0qvaZsc3hK8DR8f02kRzc8rjYmxAIvdz+aYC+8F2IjNaB7HMcSDg8nQpJxyg==", "dependencies": { "chokidar": "^3.5.2", "debug": "^4", diff --git a/test/sandbox/package.json b/test/sandbox/package.json index b8c2ddb366..77e93e5a87 100644 --- a/test/sandbox/package.json +++ b/test/sandbox/package.json @@ -9,7 +9,7 @@ "ini": "^5.0.0", "json-schema-faker": "^0.5.8", "lodash": "^4.17.21", - "nodemon": "^3.1.7", + "nodemon": "^3.1.9", "seedrandom": "^3.0.5" }, "devDependencies": {