Merge pull request #1010 from gnmyt/dependabot/npm_and_yarn/nodemon-3.1.10

chore(deps-dev): bump nodemon from 3.1.9 to 3.1.10
This commit is contained in:
github-actions[bot]
2025-04-23 21:28:51 +00:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -27,7 +27,7 @@
},
"devDependencies": {
"concurrently": "^9.1.2",
"nodemon": "^3.1.9"
"nodemon": "^3.1.10"
}
},
"node_modules/@gar/promisify": {
@@ -2532,9 +2532,9 @@
}
},
"node_modules/nodemon": {
"version": "3.1.9",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.9.tgz",
"integrity": "sha512-hdr1oIb2p6ZSxu3PB2JWWYS7ZQ0qvaZsc3hK8DR8f02kRzc8rjYmxAIvdz+aYC+8F2IjNaB7HMcSDg8nQpJxyg==",
"version": "3.1.10",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.10.tgz",
"integrity": "sha512-WDjw3pJ0/0jMFmyNDp3gvY2YizjLmmOUQo6DEBY+JgdvW/yQ9mEeSw6H5ythl5Ny2ytb7f9C2nIbjSxMNzbJXw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -5769,9 +5769,9 @@
}
},
"nodemon": {
"version": "3.1.9",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.9.tgz",
"integrity": "sha512-hdr1oIb2p6ZSxu3PB2JWWYS7ZQ0qvaZsc3hK8DR8f02kRzc8rjYmxAIvdz+aYC+8F2IjNaB7HMcSDg8nQpJxyg==",
"version": "3.1.10",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.10.tgz",
"integrity": "sha512-WDjw3pJ0/0jMFmyNDp3gvY2YizjLmmOUQo6DEBY+JgdvW/yQ9mEeSw6H5ythl5Ny2ytb7f9C2nIbjSxMNzbJXw==",
"dev": true,
"requires": {
"chokidar": "^3.5.2",

View File

@@ -27,6 +27,6 @@
},
"devDependencies": {
"concurrently": "^9.1.2",
"nodemon": "^3.1.9"
"nodemon": "^3.1.10"
}
}