Merge pull request #1238 from OpenSignLabs/dependabot/npm_and_yarn/apps/OpenSignServer/nodemon-3.1.7

build(deps-dev): bump nodemon from 3.1.4 to 3.1.7 in /apps/OpenSignServer
This commit is contained in:
prafull-opensignlabs
2024-09-24 19:10:12 +05:30
committed by GitHub
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -43,7 +43,7 @@
"eslint": "^9.9.1",
"jasmine": "^5.3.0",
"mongodb-runner": "^5.6.6",
"nodemon": "^3.1.4",
"nodemon": "^3.1.7",
"nyc": "^17.0.0",
"prettier": "^3.3.3"
},
@@ -8617,9 +8617,9 @@
}
},
"node_modules/nodemon": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.4.tgz",
"integrity": "sha512-wjPBbFhtpJwmIeY2yP7QF+UKzPfltVGtfce1g/bB15/8vCGZj8uxD62b/b9M9/WVgme0NZudpownKN+c0plXlQ==",
"version": "3.1.7",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.7.tgz",
"integrity": "sha512-hLj7fuMow6f0lbB0cD14Lz2xNjwsyruH251Pk4t/yIitCFJbmY1myuLlHm/q06aST4jg6EgAh74PIBBrRqpVAQ==",
"dev": true,
"dependencies": {
"chokidar": "^3.5.2",
+1 -1
View File
@@ -53,7 +53,7 @@
"eslint": "^9.9.1",
"jasmine": "^5.3.0",
"mongodb-runner": "^5.6.6",
"nodemon": "^3.1.4",
"nodemon": "^3.1.7",
"nyc": "^17.0.0",
"prettier": "^3.3.3"
},