aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-16 15:27:29 +0000
committerGitHub <noreply@github.com>2022-09-16 15:27:29 +0000
commit5231cd80429ad2c4f44288e106f6683d8099f359 (patch)
tree05c230bcb837a48d03852c82326b6780d82fe2b5
parentBump @types/node from 18.7.17 to 18.7.18 (#192) (diff)
downloadee4511w-web-5231cd80429ad2c4f44288e106f6683d8099f359.tar
ee4511w-web-5231cd80429ad2c4f44288e106f6683d8099f359.tar.gz
ee4511w-web-5231cd80429ad2c4f44288e106f6683d8099f359.tar.bz2
ee4511w-web-5231cd80429ad2c4f44288e106f6683d8099f359.tar.lz
ee4511w-web-5231cd80429ad2c4f44288e106f6683d8099f359.tar.xz
ee4511w-web-5231cd80429ad2c4f44288e106f6683d8099f359.tar.zst
ee4511w-web-5231cd80429ad2c4f44288e106f6683d8099f359.zip
Bump nodemon from 2.0.19 to 2.0.20 (#193)
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.19 to 2.0.20. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v2.0.19...v2.0.20) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package.json2
-rw-r--r--yarn.lock10
2 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index df5297d..1627b95 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"install": "0.13.0",
- "nodemon": "2.0.19",
+ "nodemon": "2.0.20",
"npm-run-all": "4.1.5",
"prettier": "2.7.1",
"typescript": "4.8.3"
diff --git a/yarn.lock b/yarn.lock
index 2207d2c..e6a8569 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1569,15 +1569,15 @@ nice-try@^1.0.4:
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
-nodemon@2.0.19:
- version "2.0.19"
- resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.19.tgz#cac175f74b9cb8b57e770d47841995eebe4488bd"
- integrity sha512-4pv1f2bMDj0Eeg/MhGqxrtveeQ5/G/UVe9iO6uTZzjnRluSA4PVWf8CW99LUPwGB3eNIA7zUFoP77YuI7hOc0A==
+nodemon@2.0.20:
+ version "2.0.20"
+ resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.20.tgz#e3537de768a492e8d74da5c5813cb0c7486fc701"
+ integrity sha512-Km2mWHKKY5GzRg6i1j5OxOHQtuvVsgskLfigG25yTtbyfRGn/GNvIbRyOf1PSCKJ2aT/58TiuUsuOU5UToVViw==
dependencies:
chokidar "^3.5.2"
debug "^3.2.7"
ignore-by-default "^1.0.1"
- minimatch "^3.0.4"
+ minimatch "^3.1.2"
pstree.remy "^1.1.8"
semver "^5.7.1"
simple-update-notifier "^1.0.7"