@nuskin/ns-product-lib 2.15.1 → 2.15.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 +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-product-lib",
3
- "version": "2.15.1",
3
+ "version": "2.15.2",
4
4
  "description": "This project contains shared Product models and code between the backend and frontend.",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -45,7 +45,9 @@
45
45
  },
46
46
  "resolutions": {
47
47
  "word-wrap": "1.2.4",
48
- "follow-redirects": "1.15.4"
48
+ "follow-redirects": "1.15.4",
49
+ "tough-cookie": "4.1.3",
50
+ "moment-timezone": "0.5.35"
49
51
  },
50
52
  "files": [
51
53
  "src/"