We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50981b commit 2f0a383Copy full SHA for 2f0a383
env-model-generator/package.json
@@ -27,7 +27,7 @@
27
},
28
"devDependencies": {
29
"@types/fs-extra": "5.0.0",
30
- "@types/lodash": "4.14.68",
+ "@types/lodash": "^4.14.115",
31
"@types/node": "8.0.47",
32
"@types/xml2js": "0.4.2",
33
"tslint": "5.4.2",
env-model-generator/yarn.lock
@@ -8,9 +8,9 @@
8
dependencies:
9
"@types/node" "*"
10
11
-"@types/[email protected].68":
12
- version "4.14.68"
13
- resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.68.tgz#754fbab68bd2bbb69547dc8ce7574f7012eed7f6"
+"@types/lodash@^4.14.115":
+ version "4.14.115"
+ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.115.tgz#54d171b2ce12c058742443b5f6754760f701b8f9"
14
15
"@types/node@*":
16
version "9.3.0"
0 commit comments