ShieldX commited on
Commit
8562e0c
·
verified ·
1 Parent(s): 876f1dc

Update package-lock.json

Browse files
Files changed (1) hide show
  1. package-lock.json +133 -1
package-lock.json CHANGED
@@ -9,6 +9,7 @@
9
  "version": "1.0.0",
10
  "license": "ISC",
11
  "dependencies": {
 
12
  "cloudinary": "^2.9.0",
13
  "cookie-session": "^2.1.1",
14
  "cors": "^2.8.6",
@@ -99,6 +100,23 @@
99
  "node": ">= 8"
100
  }
101
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
102
  "node_modules/balanced-match": {
103
  "version": "1.0.2",
104
  "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
@@ -286,6 +304,18 @@
286
  "node": ">=9"
287
  }
288
  },
 
 
 
 
 
 
 
 
 
 
 
 
289
  "node_modules/concat-map": {
290
  "version": "0.0.1",
291
  "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
@@ -387,6 +417,15 @@
387
  "ms": "^2.1.1"
388
  }
389
  },
 
 
 
 
 
 
 
 
 
390
  "node_modules/depd": {
391
  "version": "2.0.0",
392
  "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
@@ -556,6 +595,21 @@
556
  "node": ">= 0.4"
557
  }
558
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
559
  "node_modules/escape-html": {
560
  "version": "1.0.3",
561
  "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
@@ -682,6 +736,63 @@
682
  }
683
  }
684
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
685
  "node_modules/forwarded": {
686
  "version": "0.2.0",
687
  "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
@@ -808,6 +919,21 @@
808
  "url": "https://github.com/sponsors/ljharb"
809
  }
810
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
811
  "node_modules/hasown": {
812
  "version": "2.0.2",
813
  "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
@@ -1376,6 +1502,12 @@
1376
  "node": ">= 0.10"
1377
  }
1378
  },
 
 
 
 
 
 
1379
  "node_modules/pstree.remy": {
1380
  "version": "1.1.8",
1381
  "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz",
@@ -2004,4 +2136,4 @@
2004
  }
2005
  }
2006
  }
2007
- }
 
9
  "version": "1.0.0",
10
  "license": "ISC",
11
  "dependencies": {
12
+ "axios": "^1.13.2",
13
  "cloudinary": "^2.9.0",
14
  "cookie-session": "^2.1.1",
15
  "cors": "^2.8.6",
 
100
  "node": ">= 8"
101
  }
102
  },
103
+ "node_modules/asynckit": {
104
+ "version": "0.4.0",
105
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
106
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
107
+ "license": "MIT"
108
+ },
109
+ "node_modules/axios": {
110
+ "version": "1.13.2",
111
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz",
112
+ "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
113
+ "license": "MIT",
114
+ "dependencies": {
115
+ "follow-redirects": "^1.15.6",
116
+ "form-data": "^4.0.4",
117
+ "proxy-from-env": "^1.1.0"
118
+ }
119
+ },
120
  "node_modules/balanced-match": {
121
  "version": "1.0.2",
122
  "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
 
304
  "node": ">=9"
305
  }
306
  },
307
+ "node_modules/combined-stream": {
308
+ "version": "1.0.8",
309
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
310
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
311
+ "license": "MIT",
312
+ "dependencies": {
313
+ "delayed-stream": "~1.0.0"
314
+ },
315
+ "engines": {
316
+ "node": ">= 0.8"
317
+ }
318
+ },
319
  "node_modules/concat-map": {
320
  "version": "0.0.1",
321
  "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
 
417
  "ms": "^2.1.1"
418
  }
419
  },
420
+ "node_modules/delayed-stream": {
421
+ "version": "1.0.0",
422
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
423
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
424
+ "license": "MIT",
425
+ "engines": {
426
+ "node": ">=0.4.0"
427
+ }
428
+ },
429
  "node_modules/depd": {
430
  "version": "2.0.0",
431
  "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
 
595
  "node": ">= 0.4"
596
  }
597
  },
598
+ "node_modules/es-set-tostringtag": {
599
+ "version": "2.1.0",
600
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
601
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
602
+ "license": "MIT",
603
+ "dependencies": {
604
+ "es-errors": "^1.3.0",
605
+ "get-intrinsic": "^1.2.6",
606
+ "has-tostringtag": "^1.0.2",
607
+ "hasown": "^2.0.2"
608
+ },
609
+ "engines": {
610
+ "node": ">= 0.4"
611
+ }
612
+ },
613
  "node_modules/escape-html": {
614
  "version": "1.0.3",
615
  "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
 
736
  }
737
  }
738
  },
739
+ "node_modules/follow-redirects": {
740
+ "version": "1.15.11",
741
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
742
+ "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
743
+ "funding": [
744
+ {
745
+ "type": "individual",
746
+ "url": "https://github.com/sponsors/RubenVerborgh"
747
+ }
748
+ ],
749
+ "license": "MIT",
750
+ "engines": {
751
+ "node": ">=4.0"
752
+ },
753
+ "peerDependenciesMeta": {
754
+ "debug": {
755
+ "optional": true
756
+ }
757
+ }
758
+ },
759
+ "node_modules/form-data": {
760
+ "version": "4.0.5",
761
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
762
+ "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
763
+ "license": "MIT",
764
+ "dependencies": {
765
+ "asynckit": "^0.4.0",
766
+ "combined-stream": "^1.0.8",
767
+ "es-set-tostringtag": "^2.1.0",
768
+ "hasown": "^2.0.2",
769
+ "mime-types": "^2.1.12"
770
+ },
771
+ "engines": {
772
+ "node": ">= 6"
773
+ }
774
+ },
775
+ "node_modules/form-data/node_modules/mime-db": {
776
+ "version": "1.52.0",
777
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
778
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
779
+ "license": "MIT",
780
+ "engines": {
781
+ "node": ">= 0.6"
782
+ }
783
+ },
784
+ "node_modules/form-data/node_modules/mime-types": {
785
+ "version": "2.1.35",
786
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
787
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
788
+ "license": "MIT",
789
+ "dependencies": {
790
+ "mime-db": "1.52.0"
791
+ },
792
+ "engines": {
793
+ "node": ">= 0.6"
794
+ }
795
+ },
796
  "node_modules/forwarded": {
797
  "version": "0.2.0",
798
  "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
 
919
  "url": "https://github.com/sponsors/ljharb"
920
  }
921
  },
922
+ "node_modules/has-tostringtag": {
923
+ "version": "1.0.2",
924
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
925
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
926
+ "license": "MIT",
927
+ "dependencies": {
928
+ "has-symbols": "^1.0.3"
929
+ },
930
+ "engines": {
931
+ "node": ">= 0.4"
932
+ },
933
+ "funding": {
934
+ "url": "https://github.com/sponsors/ljharb"
935
+ }
936
+ },
937
  "node_modules/hasown": {
938
  "version": "2.0.2",
939
  "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
 
1502
  "node": ">= 0.10"
1503
  }
1504
  },
1505
+ "node_modules/proxy-from-env": {
1506
+ "version": "1.1.0",
1507
+ "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
1508
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
1509
+ "license": "MIT"
1510
+ },
1511
  "node_modules/pstree.remy": {
1512
  "version": "1.1.8",
1513
  "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz",
 
2136
  }
2137
  }
2138
  }
2139
+ }