Skip to content

Commit 5259466

Browse files
chore(deps-dev): bump nodemon from 2.0.20 to 2.0.21 (#2401)
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.20 to 2.0.21. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](remy/nodemon@v2.0.20...v2.0.21) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83b1984 commit 5259466

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"jest-junit": "^15.0.0",
160160
"knex": "^2.4.2",
161161
"migrate-mongo": "^9.0.0",
162-
"nodemon": "^2.0.20",
162+
"nodemon": "^2.0.21",
163163
"pg": "^8.9.0",
164164
"pino-pretty": "^9.4.0",
165165
"prettier": "^2.8.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9277,10 +9277,10 @@ node-releases@^2.0.8:
92779277
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.10.tgz#c311ebae3b6a148c89b1813fd7c4d3c024ef537f"
92789278
integrity sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==
92799279

9280-
nodemon@^2.0.20:
9281-
version "2.0.20"
9282-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.20.tgz#e3537de768a492e8d74da5c5813cb0c7486fc701"
9283-
integrity sha512-Km2mWHKKY5GzRg6i1j5OxOHQtuvVsgskLfigG25yTtbyfRGn/GNvIbRyOf1PSCKJ2aT/58TiuUsuOU5UToVViw==
9280+
nodemon@^2.0.21:
9281+
version "2.0.21"
9282+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.21.tgz#267edff25578da91075d6aa54346ef77ecb7b302"
9283+
integrity sha512-djN/n2549DUtY33S7o1djRCd7dEm0kBnj9c7S9XVXqRUbuggN1MZH/Nqa+5RFQr63Fbefq37nFXAE9VU86yL1A==
92849284
dependencies:
92859285
chokidar "^3.5.2"
92869286
debug "^3.2.7"

0 commit comments

Comments
 (0)