@ledgerhq/hw-app-solana 7.2.4-next.0 → 7.2.4

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/hw-app-solana@7.2.3 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-solana
2
+ > @ledgerhq/hw-app-solana@7.2.4 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-solana
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @ledgerhq/hw-app-solana
2
2
 
3
+ ## 7.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7883](https://github.com/LedgerHQ/ledger-live/pull/7883) [`f805d14`](https://github.com/LedgerHQ/ledger-live/commit/f805d1470f927824233f94eaba065b00d7af18cf) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update Axios to 1.7.7 following CVE: https://github.com/advisories/GHSA-8hc4-vh64-cxmj
8
+
9
+ - Updated dependencies [[`0a71c43`](https://github.com/LedgerHQ/ledger-live/commit/0a71c4344b7bb2c6640f3e5dda152ae815573330)]:
10
+ - @ledgerhq/errors@6.19.1
11
+ - @ledgerhq/hw-transport@6.31.4
12
+
13
+ ## 7.2.4-next.1
14
+
15
+ ### Patch Changes
16
+
17
+ - [#7883](https://github.com/LedgerHQ/ledger-live/pull/7883) [`f805d14`](https://github.com/LedgerHQ/ledger-live/commit/f805d1470f927824233f94eaba065b00d7af18cf) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update Axios to 1.7.7 following CVE: https://github.com/advisories/GHSA-8hc4-vh64-cxmj
18
+
3
19
  ## 7.2.4-next.0
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-solana",
3
- "version": "7.2.4-next.0",
3
+ "version": "7.2.4",
4
4
  "description": "Ledger Hardware Wallet Solana Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -28,21 +28,21 @@
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
30
  "bip32-path": "^0.4.2",
31
- "@ledgerhq/errors": "^6.19.1-next.0",
32
- "@ledgerhq/hw-transport": "^6.31.4-next.0"
31
+ "@ledgerhq/errors": "^6.19.1",
32
+ "@ledgerhq/hw-transport": "^6.31.4"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/jest": "^29.5.10",
36
36
  "@types/node": "^20.8.10",
37
- "axios": "1.7.3",
37
+ "axios": "1.7.7",
38
38
  "documentation": "14.0.2",
39
39
  "jest": "^29.7.0",
40
40
  "rimraf": "^4.4.1",
41
41
  "source-map-support": "^0.5.21",
42
42
  "ts-jest": "^29.1.1",
43
43
  "ts-node": "^10.4.0",
44
- "@ledgerhq/hw-transport-mocker": "^6.29.4-next.0",
45
- "@ledgerhq/hw-transport-node-speculos": "^6.29.4-next.0"
44
+ "@ledgerhq/hw-transport-mocker": "^6.29.4",
45
+ "@ledgerhq/hw-transport-node-speculos": "^6.29.4"
46
46
  },
47
47
  "scripts": {
48
48
  "clean": "rimraf lib lib-es",