heroku 7.59.3 → 7.60.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [7.60.1](https://github.com/heroku/cli/compare/v7.60.0...v7.60.1) (2022-03-31)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * upgrade tslib from 1.9.3 to 1.14.1 ([#1891](https://github.com/heroku/cli/issues/1891)) ([ccfe505](https://github.com/heroku/cli/commit/ccfe5057a1476a126316662ae4f50b7ebe48d4eb))
12
+
13
+
14
+
15
+
16
+
17
+ # [7.60.0](https://github.com/heroku/cli/compare/v7.59.1...v7.60.0) (2022-03-23)
18
+
19
+
20
+ ### Features
21
+
22
+ * upgrade to node 14.19.0 ([#1953](https://github.com/heroku/cli/issues/1953)) ([f54bb24](https://github.com/heroku/cli/commit/f54bb24e343d20cf02fd72747be21e737680e81c))
23
+
24
+
25
+
26
+
27
+
28
+ ## [7.59.4](https://github.com/heroku/cli/compare/v7.59.3...v7.59.4) (2022-03-08)
29
+
30
+ **Note:** Version bump only for package heroku
31
+
32
+
33
+
34
+
35
+
6
36
  ## [7.59.3](https://github.com/heroku/cli/compare/v7.59.2...v7.59.3) (2022-02-28)
7
37
 
8
38
  **Note:** Version bump only for package heroku
@@ -1 +1 @@
1
- {"version":"7.59.3","commands":{}}
1
+ {"version":"7.60.1","commands":{}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "7.59.3",
4
+ "version": "7.60.1",
5
5
  "author": "Jeff Dickey @jdxcode",
6
6
  "bin": {
7
7
  "heroku": "./bin/run"
@@ -11,30 +11,30 @@
11
11
  "@heroku-cli/color": "1.1.14",
12
12
  "@heroku-cli/command": "^8.4.1",
13
13
  "@heroku-cli/plugin-addons-v5": "^7.54.0",
14
- "@heroku-cli/plugin-apps": "^7.59.1",
15
- "@heroku-cli/plugin-apps-v5": "^7.54.1",
16
- "@heroku-cli/plugin-auth": "^7.54.0",
17
- "@heroku-cli/plugin-autocomplete": "^7.54.0",
18
- "@heroku-cli/plugin-buildpacks": "^7.54.0",
19
- "@heroku-cli/plugin-certs": "^7.54.0",
20
- "@heroku-cli/plugin-certs-v5": "^7.59.3",
21
- "@heroku-cli/plugin-ci": "^7.54.0",
22
- "@heroku-cli/plugin-ci-v5": "^7.56.0",
23
- "@heroku-cli/plugin-config": "^7.54.0",
24
- "@heroku-cli/plugin-container-registry-v5": "^7.59.3",
25
- "@heroku-cli/plugin-git": "^7.54.0",
26
- "@heroku-cli/plugin-local": "^7.54.0",
14
+ "@heroku-cli/plugin-apps": "^7.60.0",
15
+ "@heroku-cli/plugin-apps-v5": "^7.60.0",
16
+ "@heroku-cli/plugin-auth": "^7.60.0",
17
+ "@heroku-cli/plugin-autocomplete": "^7.60.0",
18
+ "@heroku-cli/plugin-buildpacks": "^7.60.0",
19
+ "@heroku-cli/plugin-certs": "^7.60.0",
20
+ "@heroku-cli/plugin-certs-v5": "^7.60.0",
21
+ "@heroku-cli/plugin-ci": "^7.60.0",
22
+ "@heroku-cli/plugin-ci-v5": "^7.60.0",
23
+ "@heroku-cli/plugin-config": "^7.60.0",
24
+ "@heroku-cli/plugin-container-registry-v5": "^7.60.0",
25
+ "@heroku-cli/plugin-git": "^7.60.0",
26
+ "@heroku-cli/plugin-local": "^7.60.0",
27
27
  "@heroku-cli/plugin-oauth-v5": "^7.54.0",
28
28
  "@heroku-cli/plugin-orgs-v5": "^7.54.0",
29
- "@heroku-cli/plugin-pg-v5": "^7.59.3",
29
+ "@heroku-cli/plugin-pg-v5": "^7.60.0",
30
30
  "@heroku-cli/plugin-pipelines": "^7.54.0",
31
- "@heroku-cli/plugin-ps": "^7.54.0",
31
+ "@heroku-cli/plugin-ps": "^7.60.0",
32
32
  "@heroku-cli/plugin-ps-exec": "2.3.8",
33
33
  "@heroku-cli/plugin-redis-v5": "^7.59.1",
34
- "@heroku-cli/plugin-run": "^7.56.0",
34
+ "@heroku-cli/plugin-run": "^7.60.0",
35
35
  "@heroku-cli/plugin-spaces": "^7.54.0",
36
- "@heroku-cli/plugin-status": "^7.54.0",
37
- "@heroku-cli/plugin-webhooks": "^7.54.0",
36
+ "@heroku-cli/plugin-status": "^7.60.0",
37
+ "@heroku-cli/plugin-webhooks": "^7.60.0",
38
38
  "@oclif/command": "1.5.18",
39
39
  "@oclif/config": "1.13.2",
40
40
  "@oclif/errors": "1.2.2",
@@ -53,7 +53,7 @@
53
53
  "http-call": "5.3.0",
54
54
  "netrc-parser": "3.1.6",
55
55
  "semver": "5.6.0",
56
- "tslib": "1.9.3",
56
+ "tslib": "1.14.1",
57
57
  "uuid": "3.3.2"
58
58
  },
59
59
  "devDependencies": {
@@ -87,7 +87,7 @@
87
87
  "typescript": "3.7.5"
88
88
  },
89
89
  "engines": {
90
- "node": ">=8.3.0"
90
+ "node": ">=10.0.0"
91
91
  },
92
92
  "files": [
93
93
  "/oclif.manifest.json",
@@ -240,7 +240,7 @@
240
240
  },
241
241
  "update": {
242
242
  "node": {
243
- "version": "12.21.0"
243
+ "version": "14.19.0"
244
244
  },
245
245
  "s3": {
246
246
  "xz": true,
@@ -284,5 +284,5 @@
284
284
  "version": "oclif-dev readme --multi && git add README.md ../../docs"
285
285
  },
286
286
  "types": "lib/index.d.ts",
287
- "gitHead": "7fdabc636ee6aed23b153b6a46ec1206bd4cad64"
287
+ "gitHead": "4e998800e9bde9b30d97e465f1e2c066c5734ff5"
288
288
  }