@forge/cli 10.13.5-next.5 → 10.13.5-next.6

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
@@ -1,5 +1,12 @@
1
1
  # @forge/cli
2
2
 
3
+ ## 10.13.5-next.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b2ec2b3]
8
+ - @forge/tunnel@5.9.0-next.5
9
+
3
10
  ## 10.13.5-next.5
4
11
 
5
12
  ### Patch Changes
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@forge/cli",
3
- "version": "10.13.5-next.5",
3
+ "version": "10.13.5-next.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@forge/cli",
9
- "version": "10.13.5-next.5",
9
+ "version": "10.13.5-next.6",
10
10
  "hasInstallScript": true,
11
11
  "license": "UNLICENSED",
12
12
  "dependencies": {
@@ -17,7 +17,7 @@
17
17
  "@forge/lint": "5.6.6-next.2",
18
18
  "@forge/manifest": "8.5.0-next.2",
19
19
  "@forge/runtime": "5.10.4",
20
- "@forge/tunnel": "5.9.0-next.4",
20
+ "@forge/tunnel": "5.9.0-next.5",
21
21
  "@forge/util": "1.4.6",
22
22
  "@sentry/node": "7.106.0",
23
23
  "ajv": "^8.12.0",
@@ -1032,9 +1032,9 @@
1032
1032
  }
1033
1033
  },
1034
1034
  "node_modules/@forge/tunnel": {
1035
- "version": "5.9.0-next.4",
1036
- "resolved": "https://registry.npmjs.org/@forge/tunnel/-/tunnel-5.9.0-next.4.tgz",
1037
- "integrity": "sha512-LUrR47Pp34TOga2n/L4u7Ib/oHCeclrfdgNkPijkCjxoGMyEJwsQs/fL/LAVw96Iq/LpSKJRMfT7gEk/dZkNlw==",
1035
+ "version": "5.9.0-next.5",
1036
+ "resolved": "https://registry.npmjs.org/@forge/tunnel/-/tunnel-5.9.0-next.5.tgz",
1037
+ "integrity": "sha512-8Z8CXi0fA4sHbAqcodhbg4i+FoqZJwkIhMF6GYJxxCTyAZxhV2teJA8Pw5XGjT3XrNHFZlRnYx8sQrVB4+7+pQ==",
1038
1038
  "license": "UNLICENSED",
1039
1039
  "dependencies": {
1040
1040
  "@forge/bundler": "4.20.6-next.4",
@@ -1051,7 +1051,7 @@
1051
1051
  "tslib": "^2.6.2",
1052
1052
  "uuid": "^9.0.1",
1053
1053
  "webpack-dev-server": "^4.15.1",
1054
- "which": "^5.0.0"
1054
+ "which": "^3.0.1"
1055
1055
  },
1056
1056
  "optionalDependencies": {
1057
1057
  "cloudflared": "^0.5.2"
@@ -9331,17 +9331,17 @@
9331
9331
  }
9332
9332
  },
9333
9333
  "node_modules/which": {
9334
- "version": "5.0.0",
9335
- "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
9336
- "integrity": "sha1-2T8tk/eYNNQ2PH0MI+ANB8RmyNY= sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
9334
+ "version": "3.0.1",
9335
+ "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz",
9336
+ "integrity": "sha1-ifHNDCP2KagQX/5puBcnkch7S+E= sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==",
9337
9337
  "dependencies": {
9338
- "isexe": "^3.1.1"
9338
+ "isexe": "^2.0.0"
9339
9339
  },
9340
9340
  "bin": {
9341
9341
  "node-which": "bin/which.js"
9342
9342
  },
9343
9343
  "engines": {
9344
- "node": "^18.17.0 || >=20.5.0"
9344
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
9345
9345
  }
9346
9346
  },
9347
9347
  "node_modules/which-boxed-primitive": {
@@ -9377,14 +9377,6 @@
9377
9377
  "url": "https://github.com/sponsors/ljharb"
9378
9378
  }
9379
9379
  },
9380
- "node_modules/which/node_modules/isexe": {
9381
- "version": "3.1.1",
9382
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
9383
- "integrity": "sha1-SkB+K9eN37FL6gwnxvcHLd53Xw0= sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
9384
- "engines": {
9385
- "node": ">=16"
9386
- }
9387
- },
9388
9380
  "node_modules/wide-align": {
9389
9381
  "version": "1.1.5",
9390
9382
  "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli",
3
- "version": "10.13.5-next.5",
3
+ "version": "10.13.5-next.6",
4
4
  "description": "A command line interface for managing Atlassian-hosted apps",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -24,7 +24,7 @@
24
24
  "@forge/lint": "5.6.6-next.2",
25
25
  "@forge/manifest": "8.5.0-next.2",
26
26
  "@forge/runtime": "5.10.4",
27
- "@forge/tunnel": "5.9.0-next.4",
27
+ "@forge/tunnel": "5.9.0-next.5",
28
28
  "@forge/util": "1.4.6",
29
29
  "@sentry/node": "7.106.0",
30
30
  "@forge/i18n": "0.0.2",