Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.

Commit b9cebec

Browse files
chore(main): release 2.0.2
1 parent 535f711 commit b9cebec

4 files changed

Lines changed: 23 additions & 4 deletions

File tree

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

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
## [2.0.2](https://github.com/heroku/heroku-pg-extras/compare/v2.0.1...v2.0.2) (2026-06-09)
4+
5+
6+
### Bug Fixes
7+
8+
* address high security vulns reported by Dependabot ([#273](https://github.com/heroku/heroku-pg-extras/issues/273)) ([70b99d0](https://github.com/heroku/heroku-pg-extras/commit/70b99d09be3c5fbba05a9b368b7c02960da1e8fc))
9+
* **deps:** bump fast-xml-parser and @aws-sdk/xml-builder ([#283](https://github.com/heroku/heroku-pg-extras/issues/283)) ([d3a76b3](https://github.com/heroku/heroku-pg-extras/commit/d3a76b37fcb844dcd0c90e7534d281107dd0099a))
10+
* **deps:** bump lodash from 4.17.21 to 4.17.23 ([#260](https://github.com/heroku/heroku-pg-extras/issues/260)) ([5ae181b](https://github.com/heroku/heroku-pg-extras/commit/5ae181b23a47d0347ea4c7d8499660e1dd6390d9))
11+
* **deps:** bump lodash from 4.17.23 to 4.18.1 ([#284](https://github.com/heroku/heroku-pg-extras/issues/284)) ([487ed7a](https://github.com/heroku/heroku-pg-extras/commit/487ed7ab1c41d1e43868623f9a3483b13a46cf6d))
12+
* **deps:** bump picomatch ([#281](https://github.com/heroku/heroku-pg-extras/issues/281)) ([2c75e9b](https://github.com/heroku/heroku-pg-extras/commit/2c75e9b4f4f486a00d75a760052d2c57359ed93b))
13+
* **deps:** bump the patch-dependencies group across 1 directory with 2 updates ([#264](https://github.com/heroku/heroku-pg-extras/issues/264)) ([0791775](https://github.com/heroku/heroku-pg-extras/commit/079177568211812f58070f028bb79239f5fe2c9f))
14+
15+
16+
### Dependencies
17+
18+
* bump actions/create-github-app-token from 2 to 3 ([#277](https://github.com/heroku/heroku-pg-extras/issues/277)) ([535f711](https://github.com/heroku/heroku-pg-extras/commit/535f7113e61bd76188445b0e99def4be795af019))
19+
* resolve npm audit vulnerabilities and update CI configs ([#297](https://github.com/heroku/heroku-pg-extras/issues/297)) ([e97ef7c](https://github.com/heroku/heroku-pg-extras/commit/e97ef7cccfaae24cebcf78de2b91fa2aa2ffcf13))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heroku-cli/heroku-pg-extras",
33
"description": "Heroku PG Extras CLI plugin",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"author": "Heroku",
66
"bugs": {
77
"url": "https://github.com/heroku/heroku-pg-extras/issues"

0 commit comments

Comments
 (0)