added upstream embed provider

This commit is contained in:
Jonathan Barrow
2023-09-28 15:27:11 -04:00
parent 2ab8042317
commit 39c5de3fee
4 changed files with 48 additions and 5 deletions

8
package-lock.json generated
View File

@@ -13,7 +13,8 @@
"crypto-js": "^4.1.1",
"form-data": "^4.0.0",
"node-fetch": "^2.7.0",
"randombytes": "^2.1.0"
"randombytes": "^2.1.0",
"unpacker": "^1.0.1"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
@@ -6162,6 +6163,11 @@
"node": ">= 4.0.0"
}
},
"node_modules/unpacker": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/unpacker/-/unpacker-1.0.1.tgz",
"integrity": "sha512-0HTljwp8+JBdITpoHcK1LWi7X9U2BspUmWv78UWZh7NshYhbh1nec8baY/iSbe2OQTZ2bhAtVdnr6/BTD0DKVg=="
},
"node_modules/untildify": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz",