Merge pull request #127 from warengroup/dependabot/npm_and_yarn/develop/nodemon-2.0.15

Bump nodemon from 2.0.14 to 2.0.15
This commit is contained in:
Christer Warén 2021-11-10 14:25:08 +02:00 committed by GitHub
commit 8476c7d484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -28,7 +28,7 @@
"eslint": "^8.2.0", "eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"nodemon": "^2.0.14", "nodemon": "^2.0.15",
"prettier": "^2.4.1", "prettier": "^2.4.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
@ -2504,21 +2504,21 @@
} }
}, },
"node_modules/nodemon": { "node_modules/nodemon": {
"version": "2.0.14", "version": "2.0.15",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.14.tgz", "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.15.tgz",
"integrity": "sha512-frcpDx+PviKEQRSYzwhckuO2zoHcBYLHI754RE9z5h1RGtrngerc04mLpQQCPWBkH/2ObrX7We9YiwVSYZpFJQ==", "integrity": "sha512-gdHMNx47Gw7b3kWxJV64NI+Q5nfl0y5DgDbiVtShiwa7Z0IZ07Ll4RLFo6AjrhzMtoEZn5PDE3/c2AbVsiCkpA==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"chokidar": "^3.2.2", "chokidar": "^3.5.2",
"debug": "^3.2.6", "debug": "^3.2.7",
"ignore-by-default": "^1.0.1", "ignore-by-default": "^1.0.1",
"minimatch": "^3.0.4", "minimatch": "^3.0.4",
"pstree.remy": "^1.1.7", "pstree.remy": "^1.1.8",
"semver": "^5.7.1", "semver": "^5.7.1",
"supports-color": "^5.5.0", "supports-color": "^5.5.0",
"touch": "^3.1.0", "touch": "^3.1.0",
"undefsafe": "^2.0.3", "undefsafe": "^2.0.5",
"update-notifier": "^5.1.0" "update-notifier": "^5.1.0"
}, },
"bin": { "bin": {
@ -5616,20 +5616,20 @@
} }
}, },
"nodemon": { "nodemon": {
"version": "2.0.14", "version": "2.0.15",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.14.tgz", "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.15.tgz",
"integrity": "sha512-frcpDx+PviKEQRSYzwhckuO2zoHcBYLHI754RE9z5h1RGtrngerc04mLpQQCPWBkH/2ObrX7We9YiwVSYZpFJQ==", "integrity": "sha512-gdHMNx47Gw7b3kWxJV64NI+Q5nfl0y5DgDbiVtShiwa7Z0IZ07Ll4RLFo6AjrhzMtoEZn5PDE3/c2AbVsiCkpA==",
"dev": true, "dev": true,
"requires": { "requires": {
"chokidar": "^3.2.2", "chokidar": "^3.5.2",
"debug": "^3.2.6", "debug": "^3.2.7",
"ignore-by-default": "^1.0.1", "ignore-by-default": "^1.0.1",
"minimatch": "^3.0.4", "minimatch": "^3.0.4",
"pstree.remy": "^1.1.7", "pstree.remy": "^1.1.8",
"semver": "^5.7.1", "semver": "^5.7.1",
"supports-color": "^5.5.0", "supports-color": "^5.5.0",
"touch": "^3.1.0", "touch": "^3.1.0",
"undefsafe": "^2.0.3", "undefsafe": "^2.0.5",
"update-notifier": "^5.1.0" "update-notifier": "^5.1.0"
}, },
"dependencies": { "dependencies": {

View File

@ -37,7 +37,7 @@
"eslint": "^8.2.0", "eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"nodemon": "^2.0.14", "nodemon": "^2.0.15",
"prettier": "^2.4.1", "prettier": "^2.4.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",