|
|
@@ -21,6 +21,7 @@
|
|
21
|
21
|
},
|
|
22
|
22
|
"devDependencies": {
|
|
23
|
23
|
"@jest/globals": "^30.2.0",
|
|
|
24
|
+ "axios-mock-adapter": "^2.1.0",
|
|
24
|
25
|
"jest": "^30.2.0",
|
|
25
|
26
|
"sequelize-cli": "^6.6.3",
|
|
26
|
27
|
"supertest": "^7.1.4"
|
|
|
@@ -1752,6 +1753,33 @@
|
|
1752
|
1753
|
"node": ">= 4.0.0"
|
|
1753
|
1754
|
}
|
|
1754
|
1755
|
},
|
|
|
1756
|
+ "node_modules/axios": {
|
|
|
1757
|
+ "version": "1.12.2",
|
|
|
1758
|
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
|
|
|
1759
|
+ "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
|
|
|
1760
|
+ "dev": true,
|
|
|
1761
|
+ "license": "MIT",
|
|
|
1762
|
+ "peer": true,
|
|
|
1763
|
+ "dependencies": {
|
|
|
1764
|
+ "follow-redirects": "^1.15.6",
|
|
|
1765
|
+ "form-data": "^4.0.4",
|
|
|
1766
|
+ "proxy-from-env": "^1.1.0"
|
|
|
1767
|
+ }
|
|
|
1768
|
+ },
|
|
|
1769
|
+ "node_modules/axios-mock-adapter": {
|
|
|
1770
|
+ "version": "2.1.0",
|
|
|
1771
|
+ "resolved": "https://registry.npmjs.org/axios-mock-adapter/-/axios-mock-adapter-2.1.0.tgz",
|
|
|
1772
|
+ "integrity": "sha512-AZUe4OjECGCNNssH8SOdtneiQELsqTsat3SQQCWLPjN436/H+L9AjWfV7bF+Zg/YL9cgbhrz5671hoh+Tbn98w==",
|
|
|
1773
|
+ "dev": true,
|
|
|
1774
|
+ "license": "MIT",
|
|
|
1775
|
+ "dependencies": {
|
|
|
1776
|
+ "fast-deep-equal": "^3.1.3",
|
|
|
1777
|
+ "is-buffer": "^2.0.5"
|
|
|
1778
|
+ },
|
|
|
1779
|
+ "peerDependencies": {
|
|
|
1780
|
+ "axios": ">= 0.17.0"
|
|
|
1781
|
+ }
|
|
|
1782
|
+ },
|
|
1755
|
1783
|
"node_modules/babel-jest": {
|
|
1756
|
1784
|
"version": "30.2.0",
|
|
1757
|
1785
|
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-30.2.0.tgz",
|
|
|
@@ -2800,6 +2828,13 @@
|
|
2800
|
2828
|
"url": "https://opencollective.com/express"
|
|
2801
|
2829
|
}
|
|
2802
|
2830
|
},
|
|
|
2831
|
+ "node_modules/fast-deep-equal": {
|
|
|
2832
|
+ "version": "3.1.3",
|
|
|
2833
|
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
|
2834
|
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
|
2835
|
+ "dev": true,
|
|
|
2836
|
+ "license": "MIT"
|
|
|
2837
|
+ },
|
|
2803
|
2838
|
"node_modules/fast-json-stable-stringify": {
|
|
2804
|
2839
|
"version": "2.1.0",
|
|
2805
|
2840
|
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
|
|
|
@@ -2880,6 +2915,28 @@
|
|
2880
|
2915
|
"integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==",
|
|
2881
|
2916
|
"license": "MIT"
|
|
2882
|
2917
|
},
|
|
|
2918
|
+ "node_modules/follow-redirects": {
|
|
|
2919
|
+ "version": "1.15.11",
|
|
|
2920
|
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
|
|
|
2921
|
+ "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
|
|
|
2922
|
+ "dev": true,
|
|
|
2923
|
+ "funding": [
|
|
|
2924
|
+ {
|
|
|
2925
|
+ "type": "individual",
|
|
|
2926
|
+ "url": "https://github.com/sponsors/RubenVerborgh"
|
|
|
2927
|
+ }
|
|
|
2928
|
+ ],
|
|
|
2929
|
+ "license": "MIT",
|
|
|
2930
|
+ "peer": true,
|
|
|
2931
|
+ "engines": {
|
|
|
2932
|
+ "node": ">=4.0"
|
|
|
2933
|
+ },
|
|
|
2934
|
+ "peerDependenciesMeta": {
|
|
|
2935
|
+ "debug": {
|
|
|
2936
|
+ "optional": true
|
|
|
2937
|
+ }
|
|
|
2938
|
+ }
|
|
|
2939
|
+ },
|
|
2883
|
2940
|
"node_modules/foreground-child": {
|
|
2884
|
2941
|
"version": "3.3.1",
|
|
2885
|
2942
|
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
|
@@ -3333,6 +3390,30 @@
|
|
3333
|
3390
|
"dev": true,
|
|
3334
|
3391
|
"license": "MIT"
|
|
3335
|
3392
|
},
|
|
|
3393
|
+ "node_modules/is-buffer": {
|
|
|
3394
|
+ "version": "2.0.5",
|
|
|
3395
|
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz",
|
|
|
3396
|
+ "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==",
|
|
|
3397
|
+ "dev": true,
|
|
|
3398
|
+ "funding": [
|
|
|
3399
|
+ {
|
|
|
3400
|
+ "type": "github",
|
|
|
3401
|
+ "url": "https://github.com/sponsors/feross"
|
|
|
3402
|
+ },
|
|
|
3403
|
+ {
|
|
|
3404
|
+ "type": "patreon",
|
|
|
3405
|
+ "url": "https://www.patreon.com/feross"
|
|
|
3406
|
+ },
|
|
|
3407
|
+ {
|
|
|
3408
|
+ "type": "consulting",
|
|
|
3409
|
+ "url": "https://feross.org/support"
|
|
|
3410
|
+ }
|
|
|
3411
|
+ ],
|
|
|
3412
|
+ "license": "MIT",
|
|
|
3413
|
+ "engines": {
|
|
|
3414
|
+ "node": ">=4"
|
|
|
3415
|
+ }
|
|
|
3416
|
+ },
|
|
3336
|
3417
|
"node_modules/is-core-module": {
|
|
3337
|
3418
|
"version": "2.16.1",
|
|
3338
|
3419
|
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
|
|
|
@@ -5038,6 +5119,14 @@
|
|
5038
|
5119
|
"node": ">= 0.10"
|
|
5039
|
5120
|
}
|
|
5040
|
5121
|
},
|
|
|
5122
|
+ "node_modules/proxy-from-env": {
|
|
|
5123
|
+ "version": "1.1.0",
|
|
|
5124
|
+ "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
|
5125
|
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
|
5126
|
+ "dev": true,
|
|
|
5127
|
+ "license": "MIT",
|
|
|
5128
|
+ "peer": true
|
|
|
5129
|
+ },
|
|
5041
|
5130
|
"node_modules/pure-rand": {
|
|
5042
|
5131
|
"version": "7.0.1",
|
|
5043
|
5132
|
"resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-7.0.1.tgz",
|