chore(deps): update dependency nodemon to v1.18.7 (#1202)
This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | nodemon | devDependencies | patch | `1.18.6` -> `1.18.7` | [homepage](http://nodemon.io), [source](https://renovatebot.com/gh/remy/nodemon) | --- ### Release Notes <details> <summary>remy/nodemon</summary> ### [`v1.18.7`](https://renovatebot.com/gh/remy/nodemon/releases/v1.18.7) [Compare Source](https://renovatebot.com/gh/remy/nodemon/compare/v1.18.6...v1.18.7) ##### Bug Fixes - remove deep ps-tree dep ([b35c532](https://renovatebot.com/gh/remy/nodemon/commit/b35c532)), closes [#​1451](https://renovatebot.com/gh/remy/nodemon/issues/1451) - upgrade pstree to remove vulnerability ([21e052e](https://renovatebot.com/gh/remy/nodemon/commit/21e052e)), closes [#​1463](https://renovatebot.com/gh/remy/nodemon/issues/1463) [#​1469](https://renovatebot.com/gh/remy/nodemon/issues/1469) [#​1464](https://renovatebot.com/gh/remy/nodemon/issues/1464) </details> --- ### Renovate configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`". 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#DIYgod/RSSHub).
This commit is contained in:
parent
9231dabc74
commit
cd253dbfb6
|
|
@ -33,7 +33,7 @@
|
|||
"eslint-config-prettier": "3.3.0",
|
||||
"eslint-plugin-prettier": "3.0.0",
|
||||
"lint-staged": "8.1.0",
|
||||
"nodemon": "1.18.6",
|
||||
"nodemon": "1.18.7",
|
||||
"prettier": "1.15.2",
|
||||
"prettier-check": "2.0.0",
|
||||
"vuepress": "0.14.8",
|
||||
|
|
|
|||
12
yarn.lock
12
yarn.lock
|
|
@ -5947,16 +5947,16 @@ node-pre-gyp@^0.10.0:
|
|||
semver "^5.3.0"
|
||||
tar "^4"
|
||||
|
||||
nodemon@1.18.6:
|
||||
version "1.18.6"
|
||||
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.18.6.tgz#89b1136634d6c0afc7de24cc932a760e999e2c76"
|
||||
integrity sha512-4pHQNYEZun+IkIC2jCaXEhkZnfA7rQe73i8RkdRyDJls/K+WxR7IpI5uNUsAvQ0zWvYcCDNGD+XVtw2ZG86/uQ==
|
||||
nodemon@1.18.7:
|
||||
version "1.18.7"
|
||||
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.18.7.tgz#716b66bf3e89ac4fcfb38a9e61887a03fc82efbb"
|
||||
integrity sha512-xuC1V0F5EcEyKQ1VhHYD13owznQbUw29JKvZ8bVH7TmuvVNHvvbp9pLgE4PjTMRJVe0pJ8fGRvwR2nMiosIsPQ==
|
||||
dependencies:
|
||||
chokidar "^2.0.4"
|
||||
debug "^3.1.0"
|
||||
ignore-by-default "^1.0.1"
|
||||
minimatch "^3.0.4"
|
||||
pstree.remy "^1.1.0"
|
||||
pstree.remy "^1.1.2"
|
||||
semver "^5.5.0"
|
||||
supports-color "^5.2.0"
|
||||
touch "^3.1.0"
|
||||
|
|
@ -6971,7 +6971,7 @@ psl@^1.1.24:
|
|||
resolved "https://registry.yarnpkg.com/psl/-/psl-1.1.29.tgz#60f580d360170bb722a797cc704411e6da850c67"
|
||||
integrity sha512-AeUmQ0oLN02flVHXWh9sSJF7mcdFq0ppid/JkErufc3hGIV/AMa8Fo9VgDo/cT2jFdOWoFvHp90qqBH54W+gjQ==
|
||||
|
||||
pstree.remy@^1.1.0:
|
||||
pstree.remy@^1.1.2:
|
||||
version "1.1.2"
|
||||
resolved "https://registry.yarnpkg.com/pstree.remy/-/pstree.remy-1.1.2.tgz#4448bbeb4b2af1fed242afc8dc7416a6f504951a"
|
||||
integrity sha512-vL6NLxNHzkNTjGJUpMm5PLC+94/0tTlC1vkP9bdU0pOHih+EujMjgMTwfZopZvHWRFbqJ5Y73OMoau50PewDDA==
|
||||
|
|
|
|||
Loading…
Reference in New Issue