diff --git a/templates/koa-ts/package-lock.json b/templates/koa-ts/package-lock.json index d72ad05f..86b280cc 100644 --- a/templates/koa-ts/package-lock.json +++ b/templates/koa-ts/package-lock.json @@ -30,7 +30,7 @@ "eslint-plugin-import": "2.30.0", "eslint-plugin-n": "17.10.3", "jest": "29.7.0", - "nodemon": "3.1.6", + "nodemon": "3.1.7", "supertest": "7.0.0", "ts-jest": "29.2.5", "ts-node": "10.9.2", @@ -6159,9 +6159,9 @@ "dev": true }, "node_modules/nodemon": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.6.tgz", - "integrity": "sha512-C8ymJbXpTTinxjWuMfMxw0rZhTn/r7ypSGldQyqPEgDEaVwAthqC0aodsMwontnAInN9TuPwRLeBoyhmfv+iSA==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.7.tgz", + "integrity": "sha512-hLj7fuMow6f0lbB0cD14Lz2xNjwsyruH251Pk4t/yIitCFJbmY1myuLlHm/q06aST4jg6EgAh74PIBBrRqpVAQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/templates/koa-ts/package.json b/templates/koa-ts/package.json index a496d011..a3535482 100644 --- a/templates/koa-ts/package.json +++ b/templates/koa-ts/package.json @@ -30,7 +30,7 @@ "eslint-plugin-import": "2.30.0", "eslint-plugin-n": "17.10.3", "jest": "29.7.0", - "nodemon": "3.1.6", + "nodemon": "3.1.7", "supertest": "7.0.0", "ts-jest": "29.2.5", "ts-node": "10.9.2",