Skip to content

Commit

Permalink
Update @types/node to v14.18.45 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed May 5, 2023
1 parent fd6209c commit 7674748
Show file tree
Hide file tree
Showing 13 changed files with 128 additions and 107 deletions.
15 changes: 15 additions & 0 deletions .changeset/silver-carpets-bow.md
@@ -0,0 +1,15 @@
---
'data-uri-to-buffer': patch
'https-proxy-agent': patch
'socks-proxy-agent': patch
'http-proxy-agent': patch
'pac-proxy-agent': patch
'pac-resolver': patch
'degenerator': patch
'proxy-agent': patch
'agent-base': patch
'get-uri': patch
'proxy': patch
---

Update `@types/node` to v14.18.45
2 changes: 1 addition & 1 deletion packages/agent-base/package.json
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.43",
"@types/node": "^14.18.45",
"@types/semver": "^7.3.13",
"@types/ws": "^6.0.4",
"async-listen": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-uri-to-buffer/package.json
Expand Up @@ -35,7 +35,7 @@
"license": "MIT",
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^14.18.43",
"@types/node": "^14.18.45",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/degenerator/package.json
Expand Up @@ -33,7 +33,7 @@
"@types/escodegen": "^0.0.6",
"@types/esprima": "^4.0.2",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.43",
"@types/node": "^14.18.45",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/get-uri/package.json
Expand Up @@ -39,7 +39,7 @@
"@types/fs-extra": "^8.1.2",
"@types/ftpd": "^0.2.35",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.43",
"@types/node": "^14.18.45",
"async-listen": "^2.1.0",
"ftpd": "https://files-jg1s1zt9l.n8.io/ftpd-v0.2.14.tgz",
"jest": "^29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/http-proxy-agent/package.json
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.43",
"@types/node": "^14.18.45",
"async-listen": "^2.1.0",
"jest": "^29.5.0",
"proxy": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/https-proxy-agent/package.json
Expand Up @@ -35,7 +35,7 @@
"@types/async-retry": "^1.4.5",
"@types/debug": "4",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.43",
"@types/node": "^14.18.45",
"async-listen": "^2.1.0",
"async-retry": "^1.3.3",
"jest": "^29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pac-proxy-agent/package.json
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.43",
"@types/node": "^14.18.45",
"async-listen": "^2.1.0",
"jest": "^29.5.0",
"proxy": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/pac-resolver/package.json
Expand Up @@ -16,7 +16,7 @@
"@types/ip": "^1.1.0",
"@types/jest": "^29.5.1",
"@types/netmask": "^1.0.30",
"@types/node": "^14.18.43",
"@types/node": "^14.18.45",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy-agent/package.json
Expand Up @@ -45,7 +45,7 @@
"@types/agent-base": "^4.2.0",
"@types/debug": "^4.1.7",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.43",
"@types/node": "^14.18.45",
"@types/proxy-from-env": "^1.0.1",
"async-listen": "^2.1.0",
"jest": "^29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy/package.json
Expand Up @@ -42,7 +42,7 @@
"@types/args": "^5.0.0",
"@types/debug": "^4.1.7",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.43",
"@types/node": "^14.18.45",
"async-listen": "^2.1.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/socks-proxy-agent/package.json
Expand Up @@ -116,7 +116,7 @@
"@types/debug": "^4.1.7",
"@types/dns2": "^2.0.3",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.43",
"@types/node": "^14.18.45",
"async-listen": "^2.1.0",
"async-retry": "^1.3.3",
"cacheable-lookup": "^6.1.0",
Expand Down

1 comment on commit 7674748

@vercel
Copy link

@vercel vercel bot commented on 7674748 May 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

proxy-agents – ./

proxy-agents.vercel.app
proxy-agents-tootallnate.vercel.app
proxy-agents-git-main-tootallnate.vercel.app

Please sign in to comment.