@golemio/core 3.1.1-dev.2561427278 → 3.1.1-dev.2561464238

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 +9 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/core",
3
- "version": "3.1.1-dev.2561427278",
3
+ "version": "3.1.1-dev.2561464238",
4
4
  "description": "Golemio Core Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -131,8 +131,16 @@
131
131
  "yauzl": "^2.10.0"
132
132
  },
133
133
  "overrides": {
134
+ "lodash": "^4.18.1",
134
135
  "lightship": {
136
+ "fast-uri": "^3.1.2",
135
137
  "fastify": "^5.8.5"
138
+ },
139
+ "@google-cloud/storage": {
140
+ "fast-xml-builder": "^1.2.0"
141
+ },
142
+ "ajv": {
143
+ "fast-uri": "^3.1.2"
136
144
  }
137
145
  }
138
146
  }