@rebilly/lead-source-tracker 1.6.0 → 1.7.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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/lead-source-tracker",
3
- "version": "1.6.0",
3
+ "version": "1.7.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",
@@ -29,7 +29,7 @@
29
29
  "rollup-plugin-terser": "^6.1.0"
30
30
  },
31
31
  "dependencies": {
32
- "@babel/runtime": "^7.10.4",
32
+ "@babel/runtime": "^7.22.15",
33
33
  "js-cookie": "^2.2.1"
34
34
  }
35
35
  }