1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 20:30:04 +02:00

update packages to latest version

This commit is contained in:
s2
2022-08-20 18:51:33 +02:00
parent 09663a35a5
commit 806ebf9a57
4513 changed files with 366205 additions and 92512 deletions

View File

@@ -1,26 +1,26 @@
{
"_from": "http-proxy-agent@^4.0.1",
"_id": "http-proxy-agent@4.0.1",
"_from": "http-proxy-agent@^5.0.0",
"_id": "http-proxy-agent@5.0.0",
"_inBundle": false,
"_integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
"_integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==",
"_location": "/http-proxy-agent",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "http-proxy-agent@^4.0.1",
"raw": "http-proxy-agent@^5.0.0",
"name": "http-proxy-agent",
"escapedName": "http-proxy-agent",
"rawSpec": "^4.0.1",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.1"
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
"_shasum": "8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a",
"_spec": "http-proxy-agent@^4.0.1",
"_resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
"_shasum": "5129800203520d434f142bc78ff3c170800f2b43",
"_spec": "http-proxy-agent@^5.0.0",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
"author": {
"name": "Nathan Rajlich",
@@ -32,7 +32,7 @@
},
"bundleDependencies": false,
"dependencies": {
"@tootallnate/once": "1",
"@tootallnate/once": "2",
"agent-base": "6",
"debug": "4"
},
@@ -40,7 +40,7 @@
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
"devDependencies": {
"@types/debug": "4",
"@types/node": "^12.12.11",
"@types/node": "^12.19.2",
"@typescript-eslint/eslint-plugin": "1.6.0",
"@typescript-eslint/parser": "1.1.0",
"eslint": "5.16.0",
@@ -53,7 +53,7 @@
"mocha": "^6.2.2",
"proxy": "1",
"rimraf": "^3.0.0",
"typescript": "^3.5.3"
"typescript": "^4.4.3"
},
"engines": {
"node": ">= 6"
@@ -83,5 +83,5 @@
"test-lint": "eslint src --ext .js,.ts"
},
"types": "./dist/index.d.ts",
"version": "4.0.1"
"version": "5.0.0"
}