From 318f8d7055100e7fd7d8a649da3f3a6b9532d8cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 01:35:15 +0000 Subject: [PATCH] Bump nodemon from 3.0.1 to 3.0.2 Bumps [nodemon](https://github.com/remy/nodemon) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++-------------- package.json | 2 +- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 412f60b5..736af525 100644 --- a/package-lock.json +++ b/package-lock.json @@ -165,7 +165,7 @@ "next-sitemap": "^4.2.3", "node-telegram-bot-api": "^0.63.0", "node-telegram-keyboard-wrapper": "^3.1.0", - "nodemon": "^3.0.1", + "nodemon": "^3.0.2", "notion-client": "^6.16.0", "notion-utils": "^6.16.0", "object-hash": "^3.0.0", @@ -38130,13 +38130,13 @@ "integrity": "sha512-FFl2knmufLuv4nyJnDFigOqXrK4U+L99u6ka3ywkpHgu5dazjdXGAcJ/fylS/z04qi4yr9NWl1qn9qqyqrzfnw==" }, "node_modules/nodemon": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.1.tgz", - "integrity": "sha512-g9AZ7HmkhQkqXkRc20w+ZfQ73cHLbE8hnPbtaFbFtCumZsjyMhKk9LajQ07U5Ux28lvFjZ5X7HvWR1xzU8jHVw==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.2.tgz", + "integrity": "sha512-9qIN2LNTrEzpOPBaWHTm4Asy1LxXLSickZStAQ4IZe7zsoIpD/A7LWxhZV3t4Zu352uBcqVnRsDXSMR2Sc3lTA==", "dev": true, "dependencies": { "chokidar": "^3.5.2", - "debug": "^3.2.7", + "debug": "^4", "ignore-by-default": "^1.0.1", "minimatch": "^3.1.2", "pstree.remy": "^1.1.8", @@ -38167,15 +38167,6 @@ "concat-map": "0.0.1" } }, - "node_modules/nodemon/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "dependencies": { - "ms": "^2.1.1" - } - }, "node_modules/nodemon/node_modules/lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", diff --git a/package.json b/package.json index 595ec529..40254192 100644 --- a/package.json +++ b/package.json @@ -184,7 +184,7 @@ "next-sitemap": "^4.2.3", "node-telegram-bot-api": "^0.63.0", "node-telegram-keyboard-wrapper": "^3.1.0", - "nodemon": "^3.0.1", + "nodemon": "^3.0.2", "notion-client": "^6.16.0", "notion-utils": "^6.16.0", "object-hash": "^3.0.0",