From 3d80c6fe887c7cdfa1309ab79e330a02cbdd9cac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:23:54 +0000 Subject: [PATCH] build(deps-dev): bump nodemon from 3.1.7 to 3.1.9 in /coral/proxy 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- coral/proxy/package.json | 2 +- coral/proxy/pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/coral/proxy/package.json b/coral/proxy/package.json index d9359f936..3a7b21205 100644 --- a/coral/proxy/package.json +++ b/coral/proxy/package.json @@ -25,7 +25,7 @@ "http-proxy-rules": "^1.1.3" }, "devDependencies": { - "nodemon": "^3.1.7", + "nodemon": "^3.1.9", "npm-run-all": "^4.1.5" } } diff --git a/coral/proxy/pnpm-lock.yaml b/coral/proxy/pnpm-lock.yaml index 45a733fbb..81ff7d73f 100644 --- a/coral/proxy/pnpm-lock.yaml +++ b/coral/proxy/pnpm-lock.yaml @@ -16,8 +16,8 @@ importers: version: 1.1.3 devDependencies: nodemon: - specifier: ^3.1.7 - version: 3.1.7 + specifier: ^3.1.9 + version: 3.1.9 npm-run-all: specifier: ^4.1.5 version: 4.1.5 @@ -303,8 +303,8 @@ packages: nice-try@1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} - nodemon@3.1.7: - resolution: {integrity: sha512-hLj7fuMow6f0lbB0cD14Lz2xNjwsyruH251Pk4t/yIitCFJbmY1myuLlHm/q06aST4jg6EgAh74PIBBrRqpVAQ==} + nodemon@3.1.9: + resolution: {integrity: sha512-hdr1oIb2p6ZSxu3PB2JWWYS7ZQ0qvaZsc3hK8DR8f02kRzc8rjYmxAIvdz+aYC+8F2IjNaB7HMcSDg8nQpJxyg==} engines: {node: '>=10'} hasBin: true @@ -814,7 +814,7 @@ snapshots: nice-try@1.0.5: {} - nodemon@3.1.7: + nodemon@3.1.9: dependencies: chokidar: 3.5.3 debug: 4.3.6(supports-color@5.5.0)