@laboratoria/sdk-js 5.3.1 → 5.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laboratoria/sdk-js",
3
- "version": "5.3.1",
3
+ "version": "5.3.2",
4
4
  "description": "Laboratoria JavaScript (browser) SDK",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -14,11 +14,11 @@
14
14
  "firebase": "^10.1.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@babel/core": "^7.22.9",
17
+ "@babel/core": "^7.22.10",
18
18
  "@babel/plugin-transform-modules-commonjs": "^7.22.5",
19
- "babel-jest": "^29.6.1",
20
- "jest": "^29.6.1",
21
- "jest-environment-jsdom": "^29.6.1",
19
+ "babel-jest": "^29.6.2",
20
+ "jest": "^29.6.2",
21
+ "jest-environment-jsdom": "^29.6.2",
22
22
  "webpack": "^5.88.2",
23
23
  "webpack-cli": "^5.1.4"
24
24
  },