|
|
@@ -23,6 +23,7 @@
|
|
|
"@jest/globals": "^30.2.0",
|
|
|
"axios-mock-adapter": "^2.1.0",
|
|
|
"jest": "^30.2.0",
|
|
|
+ "nodemon": "^3.0.0",
|
|
|
"sequelize-cli": "^6.6.3",
|
|
|
"supertest": "^7.1.4"
|
|
|
}
|
|
|
@@ -1914,6 +1915,19 @@
|
|
|
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/binary-extensions": {
|
|
|
+ "version": "2.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
|
|
|
+ "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/bluebird": {
|
|
|
"version": "3.7.2",
|
|
|
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
|
|
|
@@ -2121,6 +2135,31 @@
|
|
|
"node": ">=10"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/chokidar": {
|
|
|
+ "version": "3.6.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
|
|
|
+ "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "anymatch": "~3.1.2",
|
|
|
+ "braces": "~3.0.2",
|
|
|
+ "glob-parent": "~5.1.2",
|
|
|
+ "is-binary-path": "~2.1.0",
|
|
|
+ "is-glob": "~4.0.1",
|
|
|
+ "normalize-path": "~3.0.0",
|
|
|
+ "readdirp": "~3.6.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 8.10.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://paulmillr.com/funding/"
|
|
|
+ },
|
|
|
+ "optionalDependencies": {
|
|
|
+ "fsevents": "~2.3.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/ci-info": {
|
|
|
"version": "4.3.1",
|
|
|
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.3.1.tgz",
|
|
|
@@ -3178,6 +3217,19 @@
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/glob-parent": {
|
|
|
+ "version": "5.1.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
|
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "ISC",
|
|
|
+ "dependencies": {
|
|
|
+ "is-glob": "^4.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/gopd": {
|
|
|
"version": "1.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
|
@@ -3310,6 +3362,13 @@
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/ignore-by-default": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
"node_modules/import-local": {
|
|
|
"version": "3.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz",
|
|
|
@@ -3390,6 +3449,19 @@
|
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/is-binary-path": {
|
|
|
+ "version": "2.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
|
|
|
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "binary-extensions": "^2.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/is-buffer": {
|
|
|
"version": "2.0.5",
|
|
|
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz",
|
|
|
@@ -3430,6 +3502,16 @@
|
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/is-extglob": {
|
|
|
+ "version": "2.1.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
|
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/is-fullwidth-code-point": {
|
|
|
"version": "3.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
|
@@ -3450,6 +3532,19 @@
|
|
|
"node": ">=6"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/is-glob": {
|
|
|
+ "version": "4.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
|
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "is-extglob": "^2.1.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/is-number": {
|
|
|
"version": "7.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
|
@@ -4624,6 +4719,82 @@
|
|
|
"dev": true,
|
|
|
"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==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "chokidar": "^3.5.2",
|
|
|
+ "debug": "^4",
|
|
|
+ "ignore-by-default": "^1.0.1",
|
|
|
+ "minimatch": "^3.1.2",
|
|
|
+ "pstree.remy": "^1.1.8",
|
|
|
+ "semver": "^7.5.3",
|
|
|
+ "simple-update-notifier": "^2.0.0",
|
|
|
+ "supports-color": "^5.5.0",
|
|
|
+ "touch": "^3.1.0",
|
|
|
+ "undefsafe": "^2.0.5"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "nodemon": "bin/nodemon.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/nodemon"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/nodemon/node_modules/brace-expansion": {
|
|
|
+ "version": "1.1.12",
|
|
|
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
|
+ "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "balanced-match": "^1.0.0",
|
|
|
+ "concat-map": "0.0.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/nodemon/node_modules/has-flag": {
|
|
|
+ "version": "3.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
|
|
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/nodemon/node_modules/minimatch": {
|
|
|
+ "version": "3.1.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
|
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "ISC",
|
|
|
+ "dependencies": {
|
|
|
+ "brace-expansion": "^1.1.7"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "*"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/nodemon/node_modules/supports-color": {
|
|
|
+ "version": "5.5.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
|
|
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "has-flag": "^3.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/nopt": {
|
|
|
"version": "7.2.1",
|
|
|
"resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz",
|
|
|
@@ -5127,6 +5298,13 @@
|
|
|
"license": "MIT",
|
|
|
"peer": true
|
|
|
},
|
|
|
+ "node_modules/pstree.remy": {
|
|
|
+ "version": "1.1.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz",
|
|
|
+ "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/pure-rand": {
|
|
|
"version": "7.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-7.0.1.tgz",
|
|
|
@@ -5220,6 +5398,19 @@
|
|
|
"node": ">= 6"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/readdirp": {
|
|
|
+ "version": "3.6.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
|
|
|
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "picomatch": "^2.2.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/require-directory": {
|
|
|
"version": "2.1.1",
|
|
|
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
|
@@ -5692,6 +5883,19 @@
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/simple-update-notifier": {
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "semver": "^7.5.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/slash": {
|
|
|
"version": "3.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
|
@@ -6132,6 +6336,16 @@
|
|
|
"integrity": "sha512-OsLcGGbYF3rMjPUf8oKktyvCiUxSbqMMS39m33MAjLTC1DVIH6x3WSt63/M77ihI09+Sdfk1AXvfhCEeUmC7mg==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/touch": {
|
|
|
+ "version": "3.1.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.1.tgz",
|
|
|
+ "integrity": "sha512-r0eojU4bI8MnHr8c5bNo7lJDdI2qXlWWJk6a9EAFG7vbhTjElYhBVS3/miuE0uOuoLdb8Mc/rVfsmm6eo5o9GA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "ISC",
|
|
|
+ "bin": {
|
|
|
+ "nodetouch": "bin/nodetouch.js"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/triple-beam": {
|
|
|
"version": "1.4.1",
|
|
|
"resolved": "https://registry.npmjs.org/triple-beam/-/triple-beam-1.4.1.tgz",
|
|
|
@@ -6199,6 +6413,13 @@
|
|
|
"node": ">=6.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/undefsafe": {
|
|
|
+ "version": "2.0.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz",
|
|
|
+ "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/undici-types": {
|
|
|
"version": "7.14.0",
|
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.14.0.tgz",
|