Skip to content

Commit

Permalink
build(deps-dev): bump nodemon from 2.0.15 to 2.0.16 (#86)
Browse files Browse the repository at this point in the history
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.15 to 2.0.16.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v2.0.15...v2.0.16)

---
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>
  • Loading branch information
dependabot[bot] committed May 10, 2022
1 parent 1c5cee4 commit 11352ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -70,7 +70,7 @@
"lint-staged": "^12.1.2",
"nock": "^13.1.2",
"node-loader": "^2.0.0",
"nodemon": "^2.0.15",
"nodemon": "^2.0.16",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"terser-webpack-plugin": "^5.3.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -4205,10 +4205,10 @@ node-releases@^2.0.1:
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.1.tgz#3d1d395f204f1f2f29a54358b9fb678765ad2fc5"
integrity sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==

nodemon@^2.0.15:
version "2.0.15"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.15.tgz#504516ce3b43d9dc9a955ccd9ec57550a31a8d4e"
integrity sha512-gdHMNx47Gw7b3kWxJV64NI+Q5nfl0y5DgDbiVtShiwa7Z0IZ07Ll4RLFo6AjrhzMtoEZn5PDE3/c2AbVsiCkpA==
nodemon@^2.0.16:
version "2.0.16"
resolved "https://registry.npmjs.org/nodemon/-/nodemon-2.0.16.tgz#d71b31bfdb226c25de34afea53486c8ef225fdef"
integrity sha512-zsrcaOfTWRuUzBn3P44RDliLlp263Z/76FPoHFr3cFFkOz0lTPAcIw8dCzfdVIx/t3AtDYCZRCDkoCojJqaG3w==
dependencies:
chokidar "^3.5.2"
debug "^3.2.7"
Expand Down

0 comments on commit 11352ef

Please sign in to comment.