diff --git a/standalone/package.json b/standalone/package.json index 5985278..0ba70fe 100644 --- a/standalone/package.json +++ b/standalone/package.json @@ -23,7 +23,7 @@ "@types/node": "^24.0.13", "@types/express": "^5.0.1", "jest": "^30.0.4", - "nodemon": "^3.1.9" + "nodemon": "^3.1.11" }, "engines": { "node": ">=20.0.0" diff --git a/standalone/yarn.lock b/standalone/yarn.lock index 2c5d55b..d944b7b 100644 --- a/standalone/yarn.lock +++ b/standalone/yarn.lock @@ -2687,10 +2687,10 @@ node-releases@^2.0.19: resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.19.tgz#9e445a52950951ec4d177d843af370b411caf314" integrity sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw== -nodemon@^3.1.9: - version "3.1.10" - resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.10.tgz#5015c5eb4fffcb24d98cf9454df14f4fecec9bc1" - integrity sha512-WDjw3pJ0/0jMFmyNDp3gvY2YizjLmmOUQo6DEBY+JgdvW/yQ9mEeSw6H5ythl5Ny2ytb7f9C2nIbjSxMNzbJXw== +nodemon@^3.1.11: + version "3.1.11" + resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.11.tgz#04a54d1e794fbec9d8f6ffd8bf1ba9ea93a756ed" + integrity sha512-is96t8F/1//UHAjNPHpbsNY46ELPpftGUoSVNXwUfMk/qdjSylYrWSu1XavVTBOn526kFiOR733ATgNBCQyH0g== dependencies: chokidar "^3.5.2" debug "^4"