diff --git a/package-lock.json b/package-lock.json index d3cdd00e..d4ada892 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "koa": "^2.13.4", "koa-bodyparser": "^4.3.0", "koa-static": "^5.0.0", - "nodemon": "^2.0.19", + "nodemon": "^2.0.20", "path": "^0.12.7", "svelte": "^3.50.1", "the-new-css-reset": "^1.7.3", @@ -8895,15 +8895,14 @@ "dev": true }, "node_modules/nodemon": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.19.tgz", - "integrity": "sha512-4pv1f2bMDj0Eeg/MhGqxrtveeQ5/G/UVe9iO6uTZzjnRluSA4PVWf8CW99LUPwGB3eNIA7zUFoP77YuI7hOc0A==", - "hasInstallScript": true, + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.20.tgz", + "integrity": "sha512-Km2mWHKKY5GzRg6i1j5OxOHQtuvVsgskLfigG25yTtbyfRGn/GNvIbRyOf1PSCKJ2aT/58TiuUsuOU5UToVViw==", "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", @@ -18632,14 +18631,14 @@ "dev": true }, "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==", "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", diff --git a/package.json b/package.json index 573457f2..203a94a1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "koa": "^2.13.4", "koa-bodyparser": "^4.3.0", "koa-static": "^5.0.0", - "nodemon": "^2.0.19", + "nodemon": "^2.0.20", "path": "^0.12.7", "svelte": "^3.50.1", "the-new-css-reset": "^1.7.3",