Merge pull request #128 from actions/dependabot/npm_and_yarn/nodemon-2.0.18

Bump nodemon from 2.0.16 to 2.0.18
This commit is contained in:
Federico Builes
2022-06-24 08:37:57 +02:00
committed by GitHub
2 changed files with 9 additions and 10 deletions

15
package-lock.json generated
View File

@@ -15,7 +15,6 @@
"@octokit/request-error": "^2.1.0",
"ansi-styles": "^6.1.0",
"got": "^12.1.0",
"nodemon": "^2.0.16",
"yaml": "^2.1.1",
"zod": "^3.17.3"
},
@@ -30,7 +29,7 @@
"eslint-plugin-jest": "^26.5.3",
"jest": "^27.5.1",
"js-yaml": "^4.1.0",
"nodemon": "^2.0.16",
"nodemon": "^2.0.18",
"prettier": "2.7.1",
"ts-jest": "^27.1.4",
"typescript": "^4.7.4"
@@ -5582,9 +5581,9 @@
"dev": true
},
"node_modules/nodemon": {
"version": "2.0.16",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.16.tgz",
"integrity": "sha512-zsrcaOfTWRuUzBn3P44RDliLlp263Z/76FPoHFr3cFFkOz0lTPAcIw8dCzfdVIx/t3AtDYCZRCDkoCojJqaG3w==",
"version": "2.0.18",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.18.tgz",
"integrity": "sha512-uAvrKipi2zAz8E7nkSz4qW4F4zd5fs2wNGsTx+xXlP8KXqd9ucE0vY9wankOsPboeDyuUGN9vsXGV1pLn80l/A==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -11690,9 +11689,9 @@
"dev": true
},
"nodemon": {
"version": "2.0.16",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.16.tgz",
"integrity": "sha512-zsrcaOfTWRuUzBn3P44RDliLlp263Z/76FPoHFr3cFFkOz0lTPAcIw8dCzfdVIx/t3AtDYCZRCDkoCojJqaG3w==",
"version": "2.0.18",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.18.tgz",
"integrity": "sha512-uAvrKipi2zAz8E7nkSz4qW4F4zd5fs2wNGsTx+xXlP8KXqd9ucE0vY9wankOsPboeDyuUGN9vsXGV1pLn80l/A==",
"dev": true,
"requires": {
"chokidar": "^3.5.2",

View File

@@ -31,7 +31,7 @@
"@octokit/request-error": "^2.1.0",
"ansi-styles": "^6.1.0",
"got": "^12.1.0",
"nodemon": "^2.0.16",
"nodemon": "^2.0.18",
"yaml": "^2.1.1",
"zod": "^3.17.3"
},
@@ -46,7 +46,7 @@
"eslint-plugin-jest": "^26.5.3",
"jest": "^27.5.1",
"js-yaml": "^4.1.0",
"nodemon": "^2.0.16",
"nodemon": "^2.0.18",
"prettier": "2.7.1",
"ts-jest": "^27.1.4",
"typescript": "^4.7.4"