Skip to content

Commit 298f10c

Browse files
release: 3.7.7 (#603)
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 75efbf7 commit 298f10c

File tree

5 files changed

+28
-36
lines changed

5 files changed

+28
-36
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.7.6"
2+
".": "3.7.7"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 3.7.7 (2026-03-10)
4+
5+
Full Changelog: [v3.7.6...v3.7.7](https://github.com/val-town/sdk/compare/v3.7.6...v3.7.7)
6+
7+
### Chores
8+
9+
* **internal:** update dependencies to address dependabot vulnerabilities ([86b48ac](https://github.com/val-town/sdk/commit/86b48ac965356950a4102b451c61287a15097340))
10+
311
## 3.7.6 (2026-03-07)
412

513
Full Changelog: [v3.7.5...v3.7.6](https://github.com/val-town/sdk/compare/v3.7.5...v3.7.6)

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valtown/sdk",
3-
"version": "3.7.6",
3+
"version": "3.7.7",
44
"description": "The official TypeScript library for the Val Town API",
55
"author": "Val Town <support@val.town>",
66
"types": "dist/index.d.ts",
@@ -53,6 +53,17 @@
5353
"bin": {
5454
"valtown-sdk": "bin/cli"
5555
},
56+
"overrides": {
57+
"minimatch": "^9.0.5"
58+
},
59+
"pnpm": {
60+
"overrides": {
61+
"minimatch": "^9.0.5"
62+
}
63+
},
64+
"resolutions": {
65+
"minimatch": "^9.0.5"
66+
},
5667
"exports": {
5768
".": {
5869
"import": "./dist/index.mjs",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '3.7.6'; // x-release-please-version
1+
export const VERSION = '3.7.7'; // x-release-please-version

yarn.lock

Lines changed: 6 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,15 +1219,7 @@ baseline-browser-mapping@^2.9.0:
12191219
resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.9.14.tgz#3b6af0bc032445bca04de58caa9a87cfe921cbb3"
12201220
integrity sha512-B0xUquLkiGLgHhpPBqvl7GWegWBUNuujQ6kXd/r1U38ElPT6Ok8KZ8e+FpUGEc2ZoRQUzq/aUnaKFc/svWUGSg==
12211221

1222-
brace-expansion@^1.1.7:
1223-
version "1.1.12"
1224-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.12.tgz#ab9b454466e5a8cc3a187beaad580412a9c5b843"
1225-
integrity sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==
1226-
dependencies:
1227-
balanced-match "^1.0.0"
1228-
concat-map "0.0.1"
1229-
1230-
brace-expansion@^2.0.1:
1222+
brace-expansion@^2.0.2:
12311223
version "2.0.2"
12321224
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
12331225
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
@@ -1395,11 +1387,6 @@ commander@^10.0.1:
13951387
resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06"
13961388
integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==
13971389

1398-
concat-map@0.0.1:
1399-
version "0.0.1"
1400-
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
1401-
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
1402-
14031390
convert-source-map@^2.0.0:
14041391
version "2.0.0"
14051392
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
@@ -2600,26 +2587,12 @@ mimic-fn@^2.1.0:
26002587
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
26012588
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
26022589

2603-
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
2604-
version "3.1.2"
2605-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
2606-
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
2607-
dependencies:
2608-
brace-expansion "^1.1.7"
2609-
2610-
minimatch@^5.0.1:
2611-
version "5.1.6"
2612-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
2613-
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
2614-
dependencies:
2615-
brace-expansion "^2.0.1"
2616-
2617-
minimatch@^9.0.4:
2618-
version "9.0.5"
2619-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
2620-
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
2590+
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2, minimatch@^5.0.1, minimatch@^9.0.4, minimatch@^9.0.5:
2591+
version "9.0.9"
2592+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.9.tgz#9b0cb9fcb78087f6fd7eababe2511c4d3d60574e"
2593+
integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==
26212594
dependencies:
2622-
brace-expansion "^2.0.1"
2595+
brace-expansion "^2.0.2"
26232596

26242597
minimist@^1.2.6:
26252598
version "1.2.6"

0 commit comments

Comments
 (0)