@rebilly/lead-source-tracker 2.9.0 → 2.10.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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/lead-source-tracker",
3
- "version": "2.9.0",
3
+ "version": "2.10.1",
4
4
  "description": "Simple library which is used to collect and store lead source information into a cookie",
5
5
  "author": "Rebilly",
6
6
  "repository": "https://github.com/Rebilly/rebilly",
@@ -23,7 +23,7 @@
23
23
  "@babel/plugin-transform-runtime": "^7.12.17",
24
24
  "@babel/preset-env": "^7.22.14",
25
25
  "@rebilly/eslint-config": "*",
26
- "@rollup/plugin-babel": "^5.1.0",
26
+ "@rollup/plugin-babel": "^6.0.4",
27
27
  "@rollup/plugin-node-resolve": "^8.4.0",
28
28
  "@rollup/plugin-commonjs": "^14.0.0",
29
29
  "express": "^4.17.3",
@@ -31,7 +31,7 @@
31
31
  "rollup-plugin-terser": "^7.0.2"
32
32
  },
33
33
  "dependencies": {
34
- "@babel/runtime": "^7.23.5",
34
+ "@babel/runtime": "^7.23.9",
35
35
  "js-cookie": "^2.2.1"
36
36
  }
37
37
  }