@unchainedshop/plugins 3.1.5 → 3.1.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.
Files changed (1) hide show
  1. package/package.json +23 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unchainedshop/plugins",
3
- "version": "3.1.5",
3
+ "version": "3.1.6",
4
4
  "main": "lib/plugins-index.js",
5
5
  "types": "lib/plugins-index.d.ts",
6
6
  "exports": {
@@ -35,18 +35,18 @@
35
35
  "homepage": "https://github.com/unchainedshop/unchained#readme",
36
36
  "dependencies": {
37
37
  "@breejs/later": "^4.2.0",
38
- "@unchainedshop/api": "^3.1.0",
39
- "@unchainedshop/core-delivery": "^3.1.0",
40
- "@unchainedshop/core-enrollments": "^3.1.0",
41
- "@unchainedshop/core-orders": "^3.1.0",
42
- "@unchainedshop/core-payment": "^3.1.0",
43
- "@unchainedshop/core-products": "^3.1.0",
44
- "@unchainedshop/core-warehousing": "^3.1.0",
45
- "@unchainedshop/core-worker": "^3.1.0",
46
- "@unchainedshop/events": "^3.1.0",
47
- "@unchainedshop/file-upload": "^3.1.0",
48
- "@unchainedshop/logger": "^3.1.0",
49
- "@unchainedshop/utils": "^3.1.0",
38
+ "@unchainedshop/api": "^3.1.6",
39
+ "@unchainedshop/core-delivery": "^3.1.6",
40
+ "@unchainedshop/core-enrollments": "^3.1.6",
41
+ "@unchainedshop/core-orders": "^3.1.6",
42
+ "@unchainedshop/core-payment": "^3.1.6",
43
+ "@unchainedshop/core-products": "^3.1.6",
44
+ "@unchainedshop/core-warehousing": "^3.1.6",
45
+ "@unchainedshop/core-worker": "^3.1.6",
46
+ "@unchainedshop/events": "^3.1.6",
47
+ "@unchainedshop/file-upload": "^3.1.6",
48
+ "@unchainedshop/logger": "^3.1.6",
49
+ "@unchainedshop/utils": "^3.1.6",
50
50
  "event-iterator": "^2.0.0",
51
51
  "JSONStream": "^1.3.5"
52
52
  },
@@ -142,26 +142,26 @@
142
142
  "@breejs/later": "^4.2.0",
143
143
  "@paypal/checkout-server-sdk": "^1.0.3",
144
144
  "@redis/client": "^1.6.0",
145
- "@types/express": "^5.0.0",
146
- "@types/node": "^22.13.4",
145
+ "@types/express": "^5.0.1",
146
+ "@types/node": "^22.13.14",
147
147
  "bip32": "^5.0.0-rc.0",
148
148
  "bitcoinjs-lib": "^6.1.7",
149
149
  "bs58check": "^4.0.0",
150
150
  "ethers": "^6.13.5",
151
151
  "expiry-map": "^2.0.0",
152
- "express": "^5.0.1",
153
- "fastify": "^5.2.1",
152
+ "express": "^5.1.0",
153
+ "fastify": "^5.2.2",
154
154
  "mime-types": "^3.0.0",
155
- "minio": "^8.0.4",
155
+ "minio": "^8.0.5",
156
156
  "nodemailer": "^6.10.0",
157
157
  "open": "^10.1.0",
158
158
  "p-memoize": "^7.1.1",
159
- "postfinancecheckout": "^4.5.0",
160
- "stripe": "^17.6.0",
159
+ "postfinancecheckout": "^4.7.0",
160
+ "stripe": "^17.7.0",
161
161
  "tiny-secp256k1": "^2.2.3",
162
- "tsx": "^4.19.2",
163
- "twilio": "^5.4.4",
164
- "typescript": "^5.7.3",
162
+ "tsx": "^4.19.3",
163
+ "twilio": "^5.5.1",
164
+ "typescript": "^5.8.2",
165
165
  "web-push": "^3.6.7",
166
166
  "xml-js": "^1.6.11"
167
167
  }