Rajhuggingface4253 commited on
Commit
9aac316
·
1 Parent(s): 74c33ba

package.json updated

Browse files
Files changed (2) hide show
  1. package-lock.json +1 -15
  2. package.json +1 -2
package-lock.json CHANGED
@@ -11,8 +11,7 @@
11
  "cors": "^2.8.5",
12
  "express": "^4.18.2",
13
  "multer": "^1.4.5-lts.1",
14
- "sharp": "^0.32.0",
15
- "uuid": "^11.1.0"
16
  }
17
  },
18
  "node_modules/accepts": {
@@ -1593,19 +1592,6 @@
1593
  "node": ">= 0.4.0"
1594
  }
1595
  },
1596
- "node_modules/uuid": {
1597
- "version": "11.1.0",
1598
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
1599
- "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
1600
- "funding": [
1601
- "https://github.com/sponsors/broofa",
1602
- "https://github.com/sponsors/ctavan"
1603
- ],
1604
- "license": "MIT",
1605
- "bin": {
1606
- "uuid": "dist/esm/bin/uuid"
1607
- }
1608
- },
1609
  "node_modules/vary": {
1610
  "version": "1.1.2",
1611
  "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
 
11
  "cors": "^2.8.5",
12
  "express": "^4.18.2",
13
  "multer": "^1.4.5-lts.1",
14
+ "sharp": "^0.32.0"
 
15
  }
16
  },
17
  "node_modules/accepts": {
 
1592
  "node": ">= 0.4.0"
1593
  }
1594
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
1595
  "node_modules/vary": {
1596
  "version": "1.1.2",
1597
  "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
package.json CHANGED
@@ -10,7 +10,6 @@
10
  "cors": "^2.8.5",
11
  "express": "^4.18.2",
12
  "multer": "^1.4.5-lts.1",
13
- "sharp": "^0.32.0",
14
- "uuid": "^11.1.0"
15
  }
16
  }
 
10
  "cors": "^2.8.5",
11
  "express": "^4.18.2",
12
  "multer": "^1.4.5-lts.1",
13
+ "sharp": "^0.32.0"
 
14
  }
15
  }