@laboratoria/sdk-js 4.0.0 → 4.0.1

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laboratoria/sdk-js",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Laboratoria JavaScript (browser) SDK",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -11,15 +11,15 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "blueimp-md5": "^2.19.0",
14
- "firebase": "^9.17.2"
14
+ "firebase": "^9.19.1"
15
15
  },
16
16
  "devDependencies": {
17
- "@babel/core": "^7.21.0",
17
+ "@babel/core": "^7.21.4",
18
18
  "@babel/plugin-transform-modules-commonjs": "^7.21.2",
19
19
  "babel-jest": "^29.5.0",
20
20
  "jest": "^29.5.0",
21
21
  "jest-environment-jsdom": "^29.5.0",
22
- "webpack": "^5.75.0",
22
+ "webpack": "^5.79.0",
23
23
  "webpack-cli": "^5.0.1"
24
24
  },
25
25
  "jest": {