From cd7bc7482ec5750ee0180ae268041b425d5acd01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:32:50 -0400 Subject: [PATCH] build(deps-dev): Bump nodemon from 3.1.2 to 3.1.3 (#1220) Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.2 to 3.1.3.
Release notes

Sourced from nodemon's releases.

v3.1.3

3.1.3 (2024-06-03)

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.2&new-version=3.1.3)](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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- easy-ui-tokens/package.json | 2 +- package-lock.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/easy-ui-tokens/package.json b/easy-ui-tokens/package.json index 15139d4b6..1ce6c658d 100644 --- a/easy-ui-tokens/package.json +++ b/easy-ui-tokens/package.json @@ -23,7 +23,7 @@ "dev": "nodemon --watch src --watch config.js --exec 'npm run build'" }, "devDependencies": { - "nodemon": "^3.1.2", + "nodemon": "^3.1.3", "style-dictionary": "^3.9.2" } } diff --git a/package-lock.json b/package-lock.json index d57e30cb6..f20fd99ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -186,7 +186,7 @@ "name": "@easypost/easy-ui-tokens", "version": "1.0.0-alpha.10", "devDependencies": { - "nodemon": "^3.1.2", + "nodemon": "^3.1.3", "style-dictionary": "^3.9.2" } }, @@ -16077,9 +16077,9 @@ "dev": true }, "node_modules/nodemon": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.2.tgz", - "integrity": "sha512-/Ib/kloefDy+N0iRTxIUzyGcdW9lzlnca2Jsa5w73bs3npXjg+WInmiX6VY13mIb6SykkthYX/U5t0ukryGqBw==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.3.tgz", + "integrity": "sha512-m4Vqs+APdKzDFpuaL9F9EVOF85+h070FnkHVEoU4+rmT6Vw0bmNl7s61VEkY/cJkL7RCv1p4urnUDUMrS5rk2w==", "dev": true, "dependencies": { "chokidar": "^3.5.2", @@ -24598,7 +24598,7 @@ "@easypost/easy-ui-tokens": { "version": "file:easy-ui-tokens", "requires": { - "nodemon": "^3.1.2", + "nodemon": "^3.1.3", "style-dictionary": "^3.9.2" } }, @@ -33455,9 +33455,9 @@ "dev": true }, "nodemon": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.2.tgz", - "integrity": "sha512-/Ib/kloefDy+N0iRTxIUzyGcdW9lzlnca2Jsa5w73bs3npXjg+WInmiX6VY13mIb6SykkthYX/U5t0ukryGqBw==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.3.tgz", + "integrity": "sha512-m4Vqs+APdKzDFpuaL9F9EVOF85+h070FnkHVEoU4+rmT6Vw0bmNl7s61VEkY/cJkL7RCv1p4urnUDUMrS5rk2w==", "dev": true, "requires": { "chokidar": "^3.5.2",