@budibase/server 3.4.12 → 3.4.13

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/dist/yarn.lock CHANGED
@@ -2695,6 +2695,13 @@
2695
2695
  dependencies:
2696
2696
  regenerator-runtime "^0.14.0"
2697
2697
 
2698
+ "@babel/runtime@^7.8.3":
2699
+ version "7.26.9"
2700
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.9.tgz#aa4c6facc65b9cb3f87d75125ffd47781b475433"
2701
+ integrity sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg==
2702
+ dependencies:
2703
+ regenerator-runtime "^0.14.0"
2704
+
2698
2705
  "@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.25.9", "@babel/template@^7.3.3":
2699
2706
  version "7.25.9"
2700
2707
  resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016"
@@ -9035,7 +9042,14 @@ co-body@^5.1.1:
9035
9042
  raw-body "^2.2.0"
9036
9043
  type-is "^1.6.14"
9037
9044
 
9038
- co@^4.6.0:
9045
+ co-wrap-all@^1.0.0:
9046
+ version "1.0.0"
9047
+ resolved "https://registry.yarnpkg.com/co-wrap-all/-/co-wrap-all-1.0.0.tgz#370ae3e8333510a53f6b2f7fdfbe4568a11b7ecf"
9048
+ integrity sha512-aru6gLi2vTUazr+MxVm3Rv6ST7/EKtFj9BrfkcOrbCO2Qv6LqJdE71m88HhHiBEviKw/ucVrwoGLrq2xHpOsJA==
9049
+ dependencies:
9050
+ co "^4.0.0"
9051
+
9052
+ co@^4.0.0, co@^4.6.0:
9039
9053
  version "4.6.0"
9040
9054
  resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
9041
9055
  integrity sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==
@@ -13188,7 +13202,7 @@ ioredis@5.3.2:
13188
13202
  redis-parser "^3.0.0"
13189
13203
  standard-as-callback "^2.1.0"
13190
13204
 
13191
- ioredis@^4.28.5:
13205
+ ioredis@^4.14.1, ioredis@^4.28.5:
13192
13206
  version "4.28.5"
13193
13207
  resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.28.5.tgz#5c149e6a8d76a7f8fa8a504ffc85b7d5b6797f9f"
13194
13208
  integrity sha512-3GYo0GJtLqgNXj4YhrisLaNNvWSNwSS2wS4OELGfGxH8I69+XfNdnmV1AyN+ZqMh0i7eX+SWjrwFKDBDgfBC1A==
@@ -14695,6 +14709,16 @@ koa-pino-logger@4.0.0:
14695
14709
  dependencies:
14696
14710
  pino-http "^6.5.0"
14697
14711
 
14712
+ koa-redis@^4.0.1:
14713
+ version "4.0.1"
14714
+ resolved "https://registry.yarnpkg.com/koa-redis/-/koa-redis-4.0.1.tgz#57ac1b46d9ab851221a9f4952c1e8d4bf289db40"
14715
+ integrity sha512-o2eTVNo1NBnloeUGhHed5Q2ZvJSLpUEj/+E1/7oH5EmH8WuQ+QLdl/VawkshxdFQ47W1p6V09lM3hCTu7D0YnQ==
14716
+ dependencies:
14717
+ "@babel/runtime" "^7.8.3"
14718
+ co-wrap-all "^1.0.0"
14719
+ debug "^4.1.1"
14720
+ ioredis "^4.14.1"
14721
+
14698
14722
  koa-router@^10.0.0:
14699
14723
  version "10.1.1"
14700
14724
  resolved "https://registry.yarnpkg.com/koa-router/-/koa-router-10.1.1.tgz#20809f82648518b84726cd445037813cd99f17ff"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/server",
3
3
  "email": "hi@budibase.com",
4
- "version": "3.4.12",
4
+ "version": "3.4.13",
5
5
  "description": "Budibase Web Server",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -216,5 +216,5 @@
216
216
  }
217
217
  }
218
218
  },
219
- "gitHead": "41f1e95b4da8f6e529beb8f11045ec2acdefda16"
219
+ "gitHead": "e2369c1039767e60669f4588cd69524a954814ff"
220
220
  }