mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-08-31 20:19:37 +02:00
Bumps [sharp](https://github.com/lovell/sharp) to 0.35.2 and updates ancestor dependency [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler). These dependencies need to be updated together. Updates `sharp` from 0.34.5 to 0.35.2 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](https://github.com/lovell/sharp/compare/v0.34.5...v0.35.2) Updates `wrangler` from 4.76.0 to 4.114.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.114.0/packages/wrangler) --- updated-dependencies: - dependency-name: sharp dependency-version: 0.35.2 dependency-type: indirect - dependency-name: wrangler dependency-version: 4.114.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
762 B
JSON
28 lines
762 B
JSON
{
|
|
"name": "arf",
|
|
"version": "1.0.0",
|
|
"description": "Advanced Reconnaissance Framework",
|
|
"main": "public/index.html",
|
|
"scripts": {
|
|
"postinstall": "copyfiles -f ./node_modules/d3/dist/d3.min.js ./public/js/",
|
|
"start": "cd ./public; python3 -m http.server 8000",
|
|
"deploy": "wrangler deploy",
|
|
"preview": "wrangler dev"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lockfale/OSINT-Framework.git"
|
|
},
|
|
"author": "Justin Nordine (s0lray)",
|
|
"license": "",
|
|
"bugs": {
|
|
"url": "https://github.com/lockfale/OSINT-Framework/issues"
|
|
},
|
|
"homepage": "https://github.com/lockfale/OSINT-Framework#readme",
|
|
"devDependencies": {
|
|
"copyfiles": "^1.0.0",
|
|
"d3": "^7.9.0",
|
|
"wrangler": "^4.114.0"
|
|
}
|
|
}
|