From 370b92e727922017d68657fd95179b748883049b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 22:35:11 +0000 Subject: [PATCH] Bump nodemon from 3.1.0 to 3.1.2 in /nodejs-server-minimal in the nodejs-server-minimal group (#298) Bumps the nodejs-server-minimal group in /nodejs-server-minimal with 1 update: [nodemon](https://github.com/remy/nodemon). Updates `nodemon` from 3.1.0 to 3.1.2
Release notes

Sourced from nodemon's releases.

v3.1.2

3.1.2 (2024-05-29)

Bug Fixes

v3.1.1

3.1.1 (2024-05-25)

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nodemon&package-manager=npm_and_yarn&previous-version=3.1.0&new-version=3.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- nodejs-server-minimal/package-lock.json | 8 ++++---- nodejs-server-minimal/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nodejs-server-minimal/package-lock.json b/nodejs-server-minimal/package-lock.json index 9b969d88..61a87653 100644 --- a/nodejs-server-minimal/package-lock.json +++ b/nodejs-server-minimal/package-lock.json @@ -12,7 +12,7 @@ "body-parser": "^1.20.2", "dotenv": "^16.4.5", "express.js": "^1.0.0", - "nodemon": "^3.1.0" + "nodemon": "^3.1.2" } }, "node_modules/abbrev": { @@ -635,9 +635,9 @@ } }, "node_modules/nodemon": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.0.tgz", - "integrity": "sha512-xqlktYlDMCepBJd43ZQhjWwMw2obW/JRvkrLxq5RCNcuDDX1DbcPT+qT1IlIIdf+DhnWs90JpTMe+Y5KxOchvA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.2.tgz", + "integrity": "sha512-/Ib/kloefDy+N0iRTxIUzyGcdW9lzlnca2Jsa5w73bs3npXjg+WInmiX6VY13mIb6SykkthYX/U5t0ukryGqBw==", "dependencies": { "chokidar": "^3.5.2", "debug": "^4", diff --git a/nodejs-server-minimal/package.json b/nodejs-server-minimal/package.json index c5d7995f..960cef57 100644 --- a/nodejs-server-minimal/package.json +++ b/nodejs-server-minimal/package.json @@ -14,6 +14,6 @@ "body-parser": "^1.20.2", "dotenv": "^16.4.5", "express.js": "^1.0.0", - "nodemon": "^3.1.0" + "nodemon": "^3.1.2" } }