diff --git a/examples/quickstart-kubectl/package-lock.json b/examples/quickstart-kubectl/package-lock.json index 1921ed460a..e49dafd104 100644 --- a/examples/quickstart-kubectl/package-lock.json +++ b/examples/quickstart-kubectl/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "express": "^4.17.3", - "nodemon": "^2.0.15" + "nodemon": "^2.0.16" } }, "node_modules/@sindresorhus/is": { @@ -1002,9 +1002,9 @@ } }, "node_modules/nodemon": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.15.tgz", - "integrity": "sha512-gdHMNx47Gw7b3kWxJV64NI+Q5nfl0y5DgDbiVtShiwa7Z0IZ07Ll4RLFo6AjrhzMtoEZn5PDE3/c2AbVsiCkpA==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.16.tgz", + "integrity": "sha512-zsrcaOfTWRuUzBn3P44RDliLlp263Z/76FPoHFr3cFFkOz0lTPAcIw8dCzfdVIx/t3AtDYCZRCDkoCojJqaG3w==", "hasInstallScript": true, "dependencies": { "chokidar": "^3.5.2", @@ -2390,9 +2390,9 @@ "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" }, "nodemon": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.15.tgz", - "integrity": "sha512-gdHMNx47Gw7b3kWxJV64NI+Q5nfl0y5DgDbiVtShiwa7Z0IZ07Ll4RLFo6AjrhzMtoEZn5PDE3/c2AbVsiCkpA==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.16.tgz", + "integrity": "sha512-zsrcaOfTWRuUzBn3P44RDliLlp263Z/76FPoHFr3cFFkOz0lTPAcIw8dCzfdVIx/t3AtDYCZRCDkoCojJqaG3w==", "requires": { "chokidar": "^3.5.2", "debug": "^3.2.7", diff --git a/examples/quickstart-kubectl/package.json b/examples/quickstart-kubectl/package.json index 0f67135b4f..59f7f8d832 100644 --- a/examples/quickstart-kubectl/package.json +++ b/examples/quickstart-kubectl/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "express": "^4.17.3", - "nodemon": "^2.0.15" + "nodemon": "^2.0.16" }, "keywords": [ "node",