Skip to content

Commit d4d3cd0

Browse files
Version Packages (#271)
1 parent a954da3 commit d4d3cd0

18 files changed

+91
-114
lines changed

.changeset/few-adults-rhyme.md

-5
This file was deleted.

.changeset/heavy-planets-stare.md

-5
This file was deleted.

.changeset/hip-chicken-attack.md

-5
This file was deleted.

.changeset/neat-rules-brake.md

-6
This file was deleted.

.changeset/nice-pillows-type.md

-5
This file was deleted.

packages/data-uri-to-buffer/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# data-uri-to-buffer
22

3+
## 6.0.2
4+
5+
### Patch Changes
6+
7+
- c881a18: Use native Buffer decoding in Node.js
8+
39
## 6.0.1
410

511
### Patch Changes

packages/data-uri-to-buffer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-uri-to-buffer",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Create an ArrayBuffer instance from a Data URI string",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/get-uri/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# get-uri
22

3+
## 6.0.3
4+
5+
### Patch Changes
6+
7+
- c854e4c: Update `fs-extra` to v11
8+
- Updated dependencies [c881a18]
9+
10+
311
## 6.0.2
412

513
### Patch Changes

packages/get-uri/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "get-uri",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Returns a `stream.Readable` from a URI string",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -50,7 +50,7 @@
5050
},
5151
"dependencies": {
5252
"basic-ftp": "^5.0.2",
53-
"data-uri-to-buffer": "^6.0.0",
53+
"data-uri-to-buffer": "^6.0.2",
5454
"debug": "^4.3.4",
5555
"fs-extra": "^11.2.0"
5656
},

packages/http-proxy-agent/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# http-proxy-agent
22

3+
## 7.0.1
4+
5+
### Patch Changes
6+
7+
- c3c405e: Add missing `URL` type import
8+
39
## 7.0.0
410

511
### Major Changes

packages/http-proxy-agent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-proxy-agent",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/https-proxy-agent/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# https-proxy-agent
22

3+
## 7.0.3
4+
5+
### Patch Changes
6+
7+
- c3c405e: Add missing `URL` type import
8+
39
## 7.0.2
410

511
### Patch Changes

packages/https-proxy-agent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "https-proxy-agent",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/pac-resolver/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# pac-resolver
22

3+
## 7.0.1
4+
5+
### Patch Changes
6+
7+
- a954da3: fix [GHSA-78xj-cgh5-2h22](https://github.com/advisories/GHSA-78xj-cgh5-2h22) vulnerability
8+
39
## 7.0.0
410

511
### Major Changes

packages/pac-resolver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pac-resolver",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Generates an asynchronous resolver function from a PAC file",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/proxy-agent/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# proxy-agent
22

3+
## 6.4.0
4+
5+
### Minor Changes
6+
7+
- e7e0e56: Allow `getProxyForUrl()` option to return a Promise
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [c3c405e]
12+
13+
14+
315
## 6.3.1
416

517
### Patch Changes

packages/proxy-agent/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proxy-agent",
3-
"version": "6.3.1",
3+
"version": "6.4.0",
44
"description": "Maps proxy protocols to `http.Agent` implementations",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -34,8 +34,8 @@
3434
"dependencies": {
3535
"agent-base": "^7.0.2",
3636
"debug": "^4.3.4",
37-
"http-proxy-agent": "^7.0.0",
38-
"https-proxy-agent": "^7.0.2",
37+
"http-proxy-agent": "^7.0.1",
38+
"https-proxy-agent": "^7.0.3",
3939
"lru-cache": "^7.14.1",
4040
"pac-proxy-agent": "^7.0.1",
4141
"proxy-from-env": "^1.1.0",

0 commit comments

Comments
 (0)