From 1fd4cdabf9c3b2f92258b3f4d85d7924bed25d15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 10:56:52 +0000 Subject: [PATCH] Bump nodemon from 3.1.9 to 3.1.10 in /js Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.9 to 3.1.10. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.1.9...v3.1.10) --- updated-dependencies: - dependency-name: nodemon dependency-version: 3.1.10 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- js/package.json | 2 +- js/pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/js/package.json b/js/package.json index 7f83836..6928f58 100644 --- a/js/package.json +++ b/js/package.json @@ -48,7 +48,7 @@ "esbuild": "^0.25.0", "esbuild-plugin-less": "^1.3.9", "http-server": "^14.1.1", - "nodemon": "^3.1.4", + "nodemon": "^3.1.10", "npm-run-all": "^4.1.5", "prettier": "^3.3.3", "typescript": "^5.6.2" diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index 47f4810..6139d6f 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -30,8 +30,8 @@ importers: specifier: ^14.1.1 version: 14.1.1 nodemon: - specifier: ^3.1.4 - version: 3.1.9 + specifier: ^3.1.10 + version: 3.1.10 npm-run-all: specifier: ^4.1.5 version: 4.1.5 @@ -763,8 +763,8 @@ packages: encoding: optional: true - nodemon@3.1.9: - resolution: {integrity: sha512-hdr1oIb2p6ZSxu3PB2JWWYS7ZQ0qvaZsc3hK8DR8f02kRzc8rjYmxAIvdz+aYC+8F2IjNaB7HMcSDg8nQpJxyg==} + nodemon@3.1.10: + resolution: {integrity: sha512-WDjw3pJ0/0jMFmyNDp3gvY2YizjLmmOUQo6DEBY+JgdvW/yQ9mEeSw6H5ythl5Ny2ytb7f9C2nIbjSxMNzbJXw==} engines: {node: '>=10'} hasBin: true @@ -1913,7 +1913,7 @@ snapshots: dependencies: whatwg-url: 5.0.0 - nodemon@3.1.9: + nodemon@3.1.10: dependencies: chokidar: 3.6.0 debug: 4.4.0(supports-color@5.5.0)