Skip to content

Commit 91ae7d7

Browse files
chore(deps): update dependency nodemon to ^2.0.20
1 parent a6ad7a1 commit 91ae7d7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"all-contributors-cli": "^6.20.0",
4343
"gacp": "^3.0.3",
44-
"nodemon": "^2.0.19"
44+
"nodemon": "^2.0.20"
4545
},
4646
"gacp": {
4747
"add": false,

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ mimic-response@^1.0.0, mimic-response@^1.0.1:
13301330
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
13311331
integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==
13321332

1333-
minimatch@^3.0.4:
1333+
minimatch@^3.1.2:
13341334
version "3.1.2"
13351335
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
13361336
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -1377,15 +1377,15 @@ node-pronounce@^0.0.4:
13771377
compromise "^14.4.0"
13781378
compromise-speech "^0.1.0"
13791379

1380-
nodemon@^2.0.19:
1381-
version "2.0.19"
1382-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.19.tgz#cac175f74b9cb8b57e770d47841995eebe4488bd"
1383-
integrity sha512-4pv1f2bMDj0Eeg/MhGqxrtveeQ5/G/UVe9iO6uTZzjnRluSA4PVWf8CW99LUPwGB3eNIA7zUFoP77YuI7hOc0A==
1380+
nodemon@^2.0.20:
1381+
version "2.0.20"
1382+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.20.tgz#e3537de768a492e8d74da5c5813cb0c7486fc701"
1383+
integrity sha512-Km2mWHKKY5GzRg6i1j5OxOHQtuvVsgskLfigG25yTtbyfRGn/GNvIbRyOf1PSCKJ2aT/58TiuUsuOU5UToVViw==
13841384
dependencies:
13851385
chokidar "^3.5.2"
13861386
debug "^3.2.7"
13871387
ignore-by-default "^1.0.1"
1388-
minimatch "^3.0.4"
1388+
minimatch "^3.1.2"
13891389
pstree.remy "^1.1.8"
13901390
semver "^5.7.1"
13911391
simple-update-notifier "^1.0.7"

0 commit comments

Comments
 (0)