@lykmapipo/env 0.17.22 → 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 +26 -0
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
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
+
7
+ #### 0.17.25 (2020-12-24)
8
+
9
+ ##### Chores
10
+
11
+ * **deps:** force latest version & audit fix ([141e8217](https://github.com/lykmapipo/env/commit/141e8217a92105524a39b3468844da6fabff3909))
12
+
13
+ #### 0.17.24 (2020-12-15)
14
+
15
+ ##### Chores
16
+
17
+ * **deps:**
18
+ * force latest version & audit fix ([96530885](https://github.com/lykmapipo/env/commit/96530885341f80f7843ef08adfe3b064030c3f2c))
19
+ * bump ini from 1.3.5 to 1.3.7 ([5d5008dc](https://github.com/lykmapipo/env/commit/5d5008dc2ac72a4e93f7a77a7d7ce329b8f949b1))
20
+
21
+ #### 0.17.23 (2020-12-05)
22
+
23
+ ##### Chores
24
+
25
+ * **deps:** force latest version & audit fix ([eba90d2c](https://github.com/lykmapipo/env/commit/eba90d2c9517326d45775309431834fefc65d027))
26
+
1
27
  #### 0.17.22 (2020-11-12)
2
28
 
3
29
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lykmapipo/env",
3
- "version": "0.17.22",
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",
@@ -55,49 +55,49 @@
55
55
  },
56
56
  "homepage": "https://github.com/lykmapipo/env",
57
57
  "devDependencies": {
58
- "@babel/cli": "^7.12.1",
59
- "@babel/core": "^7.12.3",
60
- "@babel/node": "^7.12.6",
61
- "@babel/preset-env": "^7.12.1",
62
- "@babel/register": "^7.12.1",
58
+ "@babel/cli": "^7.12.10",
59
+ "@babel/core": "^7.12.10",
60
+ "@babel/node": "^7.12.10",
61
+ "@babel/preset-env": "^7.12.11",
62
+ "@babel/register": "^7.12.10",
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.4",
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
- "dot-prop": "^6.0.0",
71
+ "dot-prop": "^6.0.1",
72
72
  "doxdox": "^3.0.0",
73
- "eslint": "^7.13.0",
73
+ "eslint": "^7.17.0",
74
74
  "eslint-config-airbnb-base": "^14.2.1",
75
- "eslint-config-prettier": "^6.15.0",
75
+ "eslint-config-prettier": "^7.1.0",
76
76
  "eslint-plugin-import": "^2.22.1",
77
- "eslint-plugin-jsdoc": "^30.7.7",
77
+ "eslint-plugin-jsdoc": "^30.7.11",
78
78
  "eslint-plugin-mocha": "^8.0.0",
79
- "eslint-plugin-prettier": "^3.1.4",
79
+ "eslint-plugin-prettier": "^3.3.0",
80
80
  "generate-changelog": "^1.8.0",
81
81
  "handlebars": "^4.7.6",
82
- "husky": "^4.3.0",
83
- "lint-staged": "^10.5.1",
82
+ "husky": "^4.3.6",
83
+ "lint-staged": "^10.5.3",
84
84
  "lodash.template": "^4.5.0",
85
85
  "minimist": "^1.2.5",
86
86
  "mocha": "^8.2.1",
87
87
  "nyc": "^15.1.0",
88
- "prettier": "^2.1.2",
88
+ "prettier": "^2.2.1",
89
89
  "rimraf": "^3.0.2",
90
- "rollup": "^2.33.1",
90
+ "rollup": "^2.35.1",
91
91
  "shelljs": "^0.8.4",
92
92
  "websocket-extensions": "^0.1.4"
93
93
  },
94
94
  "dependencies": {
95
- "@lykmapipo/common": ">=0.42.2",
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",
99
99
  "rc": ">=1.2.8",
100
- "semver": ">=7.3.2"
100
+ "semver": ">=7.3.4"
101
101
  },
102
102
  "engines": {
103
103
  "node": ">=8.11.1",