Merge pull request #107 from fabrice404/dependabot/npm_and_yarn/dependencies-patch-and-minor-8ea8eafa24

npm(deps-dev): bump nodemon from 3.1.10 to 3.1.11 in the dependencies-patch-and-minor group
This commit is contained in:
Fabrice Lamant
2025-11-12 00:15:28 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -19,7 +19,7 @@
"debug": "^4.4.3",
"eslint": "^9.39.1",
"globals": "^15.15.0",
"nodemon": "^3.1.10",
"nodemon": "^3.1.11",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"ts-node": "^10.9.2",
@ -3599,9 +3599,9 @@
"license": "MIT"
},
"node_modules/nodemon": {
"version": "3.1.10",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.10.tgz",
"integrity": "sha512-WDjw3pJ0/0jMFmyNDp3gvY2YizjLmmOUQo6DEBY+JgdvW/yQ9mEeSw6H5ythl5Ny2ytb7f9C2nIbjSxMNzbJXw==",
"version": "3.1.11",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.11.tgz",
"integrity": "sha512-is96t8F/1//UHAjNPHpbsNY46ELPpftGUoSVNXwUfMk/qdjSylYrWSu1XavVTBOn526kFiOR733ATgNBCQyH0g==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -23,7 +23,7 @@
"debug": "^4.4.3",
"eslint": "^9.39.1",
"globals": "^15.15.0",
"nodemon": "^3.1.10",
"nodemon": "^3.1.11",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"ts-node": "^10.9.2",