@lykmapipo/phone 0.7.10 → 0.7.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ #### 0.7.11 (2021-01-04)
2
+
3
+ ##### Chores
4
+
5
+ * **deps:** force latest version & audit fix ([be86f78e](https://github.com/lykmapipo/phone/commit/be86f78e37889641aadbd283b65bebe01e5bbce0))
6
+
1
7
  #### 0.7.10 (2020-12-25)
2
8
 
3
9
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lykmapipo/phone",
3
- "version": "0.7.10",
3
+ "version": "0.7.11",
4
4
  "description": "Helper utilities for parsing and validate phone numbers",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -64,18 +64,18 @@
64
64
  "@commitlint/cli": "^11.0.0",
65
65
  "@commitlint/config-conventional": "^11.0.0",
66
66
  "@commitlint/travis-cli": "^11.0.0",
67
- "@lykmapipo/test-helpers": "^0.6.7",
67
+ "@lykmapipo/test-helpers": "^0.6.8",
68
68
  "chai": "^4.2.0",
69
69
  "commitizen": "^4.2.2",
70
70
  "coveralls": "^3.1.0",
71
71
  "cz-conventional-changelog": "^3.3.0",
72
72
  "dot-prop": "^6.0.1",
73
73
  "doxdox": "^3.0.0",
74
- "eslint": "^7.16.0",
74
+ "eslint": "^7.17.0",
75
75
  "eslint-config-airbnb-base": "^14.2.1",
76
76
  "eslint-config-prettier": "^7.1.0",
77
77
  "eslint-plugin-import": "^2.22.1",
78
- "eslint-plugin-jsdoc": "^30.7.9",
78
+ "eslint-plugin-jsdoc": "^30.7.13",
79
79
  "eslint-plugin-mocha": "^8.0.0",
80
80
  "eslint-plugin-prettier": "^3.3.0",
81
81
  "generate-changelog": "^1.8.0",
@@ -96,8 +96,8 @@
96
96
  },
97
97
  "peerDependencies": {},
98
98
  "dependencies": {
99
- "@lykmapipo/common": ">=0.42.5",
100
- "@lykmapipo/env": ">=0.17.25",
99
+ "@lykmapipo/common": ">=0.42.6",
100
+ "@lykmapipo/env": ">=0.17.26",
101
101
  "google-libphonenumber": ">=3.2.15",
102
102
  "lodash": ">=4.17.20"
103
103
  },