@lykmapipo/env 0.17.25 → 0.17.26

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ #### 0.17.26 (2021-01-03)
2
+
3
+ ##### Chores
4
+
5
+ * **deps:** force latest version & audit fix ([2bd712e7](https://github.com/lykmapipo/env/commit/2bd712e77057e11afe9cef7943a1b0818b3edb46))
6
+
1
7
  #### 0.17.25 (2020-12-24)
2
8
 
3
9
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lykmapipo/env",
3
- "version": "0.17.25",
3
+ "version": "0.17.26",
4
4
  "description": "Helper utilities for accessing environment variables",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -63,18 +63,18 @@
63
63
  "@commitlint/cli": "^11.0.0",
64
64
  "@commitlint/config-conventional": "^11.0.0",
65
65
  "@commitlint/travis-cli": "^11.0.0",
66
- "@lykmapipo/test-helpers": "^0.6.7",
66
+ "@lykmapipo/test-helpers": "^0.6.8",
67
67
  "chai": "^4.2.0",
68
68
  "commitizen": "^4.2.2",
69
69
  "coveralls": "^3.1.0",
70
70
  "cz-conventional-changelog": "^3.3.0",
71
71
  "dot-prop": "^6.0.1",
72
72
  "doxdox": "^3.0.0",
73
- "eslint": "^7.16.0",
73
+ "eslint": "^7.17.0",
74
74
  "eslint-config-airbnb-base": "^14.2.1",
75
75
  "eslint-config-prettier": "^7.1.0",
76
76
  "eslint-plugin-import": "^2.22.1",
77
- "eslint-plugin-jsdoc": "^30.7.9",
77
+ "eslint-plugin-jsdoc": "^30.7.11",
78
78
  "eslint-plugin-mocha": "^8.0.0",
79
79
  "eslint-plugin-prettier": "^3.3.0",
80
80
  "generate-changelog": "^1.8.0",
@@ -92,7 +92,7 @@
92
92
  "websocket-extensions": "^0.1.4"
93
93
  },
94
94
  "dependencies": {
95
- "@lykmapipo/common": ">=0.42.5",
95
+ "@lykmapipo/common": ">=0.42.6",
96
96
  "dotenv": ">=8.2.0",
97
97
  "dotenv-expand": ">=5.1.0",
98
98
  "lodash": ">=4.17.20",