@useloops/design-system 1.4.744 → 1.4.745

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 +10 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useloops/design-system",
3
- "version": "1.4.744",
3
+ "version": "1.4.745",
4
4
  "description": "The official React based Loops design system",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -257,17 +257,19 @@
257
257
  },
258
258
  "overrides": {
259
259
  "serialize-javascript": "7.0.5",
260
- "svgo": "2.8.1",
260
+ "svgo": "2.8.3",
261
261
  "flatted": "3.4.2",
262
262
  "yaml": "1.10.3",
263
- "js-yaml": "4.2.0",
264
- "postcss": "8.5.15",
265
- "fast-uri": "3.1.2",
263
+ "js-yaml": "4.3.1",
264
+ "postcss": "8.5.25",
265
+ "fast-uri": "3.1.5",
266
266
  "path-to-regexp": "0.1.13",
267
- "brace-expansion": "5.0.6",
267
+ "brace-expansion": "5.0.9",
268
268
  "ajv": "8.20.0",
269
- "minimatch": "10.2.5",
269
+ "minimatch": "10.2.6",
270
270
  "glob": "10.5.0",
271
- "picomatch": "4.0.4"
271
+ "picomatch": "4.0.4",
272
+ "esbuild": "0.28.1",
273
+ "body-parser": "1.20.6"
272
274
  }
273
275
  }