chore(deps): update dependency nodemon to v2.0.20

This commit is contained in:
renovate[bot]
2022-09-16 14:33:00 +00:00
parent 2389a1aa35
commit 04c766bb53
2 changed files with 10 additions and 11 deletions

19
package-lock.json generated
View File

@@ -59,7 +59,7 @@
"electron-winstaller": "5.0.0",
"gh-release": "6.0.4",
"minimist": "1.2.6",
"nodemon": "2.0.19",
"nodemon": "2.0.20",
"open": "8.4.0",
"plist": "3.0.6",
"pngjs": "6.0.0",
@@ -9518,16 +9518,15 @@
}
},
"node_modules/nodemon": {
"version": "2.0.19",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.19.tgz",
"integrity": "sha512-4pv1f2bMDj0Eeg/MhGqxrtveeQ5/G/UVe9iO6uTZzjnRluSA4PVWf8CW99LUPwGB3eNIA7zUFoP77YuI7hOc0A==",
"version": "2.0.20",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.20.tgz",
"integrity": "sha512-Km2mWHKKY5GzRg6i1j5OxOHQtuvVsgskLfigG25yTtbyfRGn/GNvIbRyOf1PSCKJ2aT/58TiuUsuOU5UToVViw==",
"dev": true,
"hasInstallScript": true,
"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",
@@ -22073,15 +22072,15 @@
}
},
"nodemon": {
"version": "2.0.19",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.19.tgz",
"integrity": "sha512-4pv1f2bMDj0Eeg/MhGqxrtveeQ5/G/UVe9iO6uTZzjnRluSA4PVWf8CW99LUPwGB3eNIA7zUFoP77YuI7hOc0A==",
"version": "2.0.20",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.20.tgz",
"integrity": "sha512-Km2mWHKKY5GzRg6i1j5OxOHQtuvVsgskLfigG25yTtbyfRGn/GNvIbRyOf1PSCKJ2aT/58TiuUsuOU5UToVViw==",
"dev": true,
"requires": {
"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",

View File

@@ -71,7 +71,7 @@
"electron-winstaller": "5.0.0",
"gh-release": "6.0.4",
"minimist": "1.2.6",
"nodemon": "2.0.19",
"nodemon": "2.0.20",
"open": "8.4.0",
"plist": "3.0.6",
"pngjs": "6.0.0",