Skip to content

Commit a12cda1

Browse files
Version Packages (#998)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a9a733a commit a12cda1

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

.changeset/validate-get-url-domain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/blob/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vercel/blob
22

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- a9a733a: fix: validate URL domain in `get()` to prevent sending the token to arbitrary hosts
8+
39
## 2.3.0
410

511
### Minor Changes

packages/blob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vercel/blob",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "The Vercel Blob JavaScript API client",
55
"homepage": "https://vercel.com/storage/blob",
66
"repository": {

test/next/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# vercel-storage-integration-test-suite
22

3+
## 0.3.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a9a733a]
8+
- @vercel/blob@2.3.1
9+
310
## 0.3.17
411

512
### Patch Changes

test/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vercel-storage-integration-test-suite",
3-
"version": "0.3.17",
3+
"version": "0.3.18",
44
"private": true,
55
"scripts": {
66
"build": "next build",

0 commit comments

Comments
 (0)