mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Update dependency nodemon to v2.0.20
This commit is contained in:
parent
7e3e4bd36b
commit
10f285d22e
@ -111,6 +111,6 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"concurrently": "7.4.0",
|
"concurrently": "7.4.0",
|
||||||
"eslint-plugin-ghost": "2.15.1",
|
"eslint-plugin-ghost": "2.15.1",
|
||||||
"nodemon": "2.0.19"
|
"nodemon": "2.0.20"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
10
yarn.lock
10
yarn.lock
@ -17348,15 +17348,15 @@ nodemailer@^6.6.3:
|
|||||||
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.7.8.tgz#9f1af9911314960c0b889079e1754e8d9e3f740a"
|
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.7.8.tgz#9f1af9911314960c0b889079e1754e8d9e3f740a"
|
||||||
integrity sha512-2zaTFGqZixVmTxpJRCFC+Vk5eGRd/fYtvIR+dl5u9QXLTQWGIf48x/JXvo58g9sa0bU6To04XUv554Paykum3g==
|
integrity sha512-2zaTFGqZixVmTxpJRCFC+Vk5eGRd/fYtvIR+dl5u9QXLTQWGIf48x/JXvo58g9sa0bU6To04XUv554Paykum3g==
|
||||||
|
|
||||||
nodemon@2.0.19:
|
nodemon@2.0.20:
|
||||||
version "2.0.19"
|
version "2.0.20"
|
||||||
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.19.tgz#cac175f74b9cb8b57e770d47841995eebe4488bd"
|
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.20.tgz#e3537de768a492e8d74da5c5813cb0c7486fc701"
|
||||||
integrity sha512-4pv1f2bMDj0Eeg/MhGqxrtveeQ5/G/UVe9iO6uTZzjnRluSA4PVWf8CW99LUPwGB3eNIA7zUFoP77YuI7hOc0A==
|
integrity sha512-Km2mWHKKY5GzRg6i1j5OxOHQtuvVsgskLfigG25yTtbyfRGn/GNvIbRyOf1PSCKJ2aT/58TiuUsuOU5UToVViw==
|
||||||
dependencies:
|
dependencies:
|
||||||
chokidar "^3.5.2"
|
chokidar "^3.5.2"
|
||||||
debug "^3.2.7"
|
debug "^3.2.7"
|
||||||
ignore-by-default "^1.0.1"
|
ignore-by-default "^1.0.1"
|
||||||
minimatch "^3.0.4"
|
minimatch "^3.1.2"
|
||||||
pstree.remy "^1.1.8"
|
pstree.remy "^1.1.8"
|
||||||
semver "^5.7.1"
|
semver "^5.7.1"
|
||||||
simple-update-notifier "^1.0.7"
|
simple-update-notifier "^1.0.7"
|
||||||
|
Loading…
Reference in New Issue
Block a user