From 76c94add6e826970bc36444c40272732a655f1f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 22:26:06 +0000 Subject: [PATCH] chore: Bump nodemon from 3.1.1 to 3.1.9 Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.1 to 3.1.9. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.1.1...v3.1.9) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3f18c96..87e18e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "lint-staged": "15.2.7", - "nodemon": "3.1.1", + "nodemon": "3.1.9", "postcss": "8.4.38", "prettier": "3.2.5", "prettier-plugin-tailwindcss": "0.5.14", @@ -7898,9 +7898,9 @@ "dev": true }, "node_modules/nodemon": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.1.tgz", - "integrity": "sha512-k43xGaDtaDIcufn0Fc6fTtsdKSkV/hQzoQFigNH//GaKta28yoKVYXCnV+KXRqfT/YzsFaQU9VdeEG+HEyxr6A==", + "version": "3.1.9", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.9.tgz", + "integrity": "sha512-hdr1oIb2p6ZSxu3PB2JWWYS7ZQ0qvaZsc3hK8DR8f02kRzc8rjYmxAIvdz+aYC+8F2IjNaB7HMcSDg8nQpJxyg==", "dev": true, "dependencies": { "chokidar": "^3.5.2", diff --git a/package.json b/package.json index cc6c966..cabab23 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "lint-staged": "15.2.7", - "nodemon": "3.1.1", + "nodemon": "3.1.9", "prettier": "3.2.5", "prettier-plugin-tailwindcss": "0.5.14", "postcss": "8.4.38",