Skip to content

Commit 84582bf

Browse files
committed
TASK: update dependency nodemon to v1.14.11
1 parent 61f6a4d commit 84582bf

File tree

4 files changed

+40
-13
lines changed

4 files changed

+40
-13
lines changed

packages/create-react-microservice-scaffold/src/packages/my-fancy-ui-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"flow-bin": "0.62.0",
5454
"flow-typed": "2.2.3",
5555
"jest": "22.0.4",
56-
"nodemon": "1.14.9",
56+
"nodemon": "1.14.11",
5757
"open-browser-webpack-plugin": "0.0.5",
5858
"rimraf": "2.6.2",
5959
"webpack-livereload-plugin": "1.0.0"

packages/create-react-microservice-scaffold/src/packages/my-fancy-ui-hypernova/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"flow-typed": "2.2.3",
4646
"invalidate-module": "1.0.0",
4747
"jest": "22.0.4",
48-
"nodemon": "1.14.9",
48+
"nodemon": "1.14.11",
4949
"npm-run-all": "4.1.2",
5050
"rimraf": "2.6.2"
5151
},

packages/create-react-microservice-scaffold/src/packages/my-fancy-ui-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"flow-typed": "2.2.3",
5555
"jest": "22.0.4",
5656
"mock-fs": "4.4.2",
57-
"nodemon": "1.14.9",
57+
"nodemon": "1.14.11",
5858
"npm-run-all": "4.1.2",
5959
"rimraf": "2.6.2",
6060
"supertest": "3.0.0"

packages/create-react-microservice-scaffold/src/yarn.lock

Lines changed: 37 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,13 @@ anymatch@^1.3.0:
354354
micromatch "^2.1.5"
355355
normalize-path "^2.0.0"
356356

357+
anymatch@^2.0.0:
358+
version "2.0.0"
359+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb"
360+
dependencies:
361+
micromatch "^3.1.4"
362+
normalize-path "^2.1.1"
363+
357364
app-root-path@^2.0.0:
358365
version "2.0.1"
359366
resolved "https://registry.yarnpkg.com/app-root-path/-/app-root-path-2.0.1.tgz#cd62dcf8e4fd5a417efc664d2e5b10653c651b46"
@@ -1959,6 +1966,23 @@ chokidar@^1.6.1, chokidar@^1.7.0:
19591966
optionalDependencies:
19601967
fsevents "^1.0.0"
19611968

1969+
chokidar@^2.0.0:
1970+
version "2.0.0"
1971+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.0.tgz#6686313c541d3274b2a5c01233342037948c911b"
1972+
dependencies:
1973+
anymatch "^2.0.0"
1974+
async-each "^1.0.0"
1975+
braces "^2.3.0"
1976+
glob-parent "^3.1.0"
1977+
inherits "^2.0.1"
1978+
is-binary-path "^1.0.0"
1979+
is-glob "^4.0.0"
1980+
normalize-path "^2.1.1"
1981+
path-is-absolute "^1.0.0"
1982+
readdirp "^2.0.0"
1983+
optionalDependencies:
1984+
fsevents "^1.0.0"
1985+
19621986
chownr@^1.0.1:
19631987
version "1.0.1"
19641988
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.0.1.tgz#e2a75042a9551908bebd25b8523d5f9769d79181"
@@ -6998,17 +7022,18 @@ node-version@1.1.0, node-version@^1.0.0, node-version@^1.1.0:
69987022
version "1.1.0"
69997023
resolved "https://registry.yarnpkg.com/node-version/-/node-version-1.1.0.tgz#f437d7ba407e65e2c4eaef8887b1718ba523d4f0"
70007024

7001-
nodemon@1.14.9:
7002-
version "1.14.9"
7003-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.14.9.tgz#eec45a916db61503264037b4233c0f8a15d69802"
7025+
nodemon@1.14.11:
7026+
version "1.14.11"
7027+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.14.11.tgz#cc0009dd8d82f126f3aba50ace7e753827a8cebc"
70047028
dependencies:
7005-
chokidar "^1.7.0"
7006-
debug "^2.6.8"
7029+
chokidar "^2.0.0"
7030+
debug "^3.1.0"
70077031
ignore-by-default "^1.0.1"
70087032
minimatch "^3.0.4"
70097033
pstree.remy "^1.1.0"
7034+
semver "^5.4.1"
70107035
touch "^3.1.0"
7011-
undefsafe "0.0.3"
7036+
undefsafe "^2.0.1"
70127037
update-notifier "^2.3.0"
70137038

70147039
nomnom@~1.6.2:
@@ -7044,7 +7069,7 @@ normalize-package-data@^2.3.0, normalize-package-data@^2.3.2, normalize-package-
70447069
semver "2 || 3 || 4 || 5"
70457070
validate-npm-package-license "^3.0.1"
70467071

7047-
normalize-path@^2.0.0, normalize-path@^2.0.1:
7072+
normalize-path@^2.0.0, normalize-path@^2.0.1, normalize-path@^2.1.1:
70487073
version "2.1.1"
70497074
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
70507075
dependencies:
@@ -9778,9 +9803,11 @@ unc-path-regex@^0.1.0:
97789803
version "0.1.2"
97799804
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
97809805

9781-
undefsafe@0.0.3:
9782-
version "0.0.3"
9783-
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-0.0.3.tgz#ecca3a03e56b9af17385baac812ac83b994a962f"
9806+
undefsafe@^2.0.1:
9807+
version "2.0.1"
9808+
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.1.tgz#03b2f2a16c94556e14b2edef326cd66aaf82707a"
9809+
dependencies:
9810+
debug "^2.2.0"
97849811

97859812
underscore@~1.4.4:
97869813
version "1.4.4"

0 commit comments

Comments
 (0)