Skip to content

Commit 7eb5111

Browse files
chore(deps): update dependency @types/lodash to ^4.14.165 (#27900)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a9c135d commit 7eb5111

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/jaeger-client": "^3.15.4",
1818
"@types/jest": "^24.9.1",
1919
"@types/joi": "^14.3.4",
20-
"@types/lodash": "^4.14.164",
20+
"@types/lodash": "^4.14.165",
2121
"@types/node": "^12.19.3",
2222
"@types/node-fetch": "^2.5.7",
2323
"@types/normalize-path": "^3.0.0",

yarn.lock

+12-5
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,8 @@
974974
version "7.10.4"
975975
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.10.4.tgz#8f2682bcdcef9ed327e1b0861585d7013f8a54dd"
976976
integrity sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ==
977+
dependencies:
978+
"@babel/helper-plugin-utils" "^7.10.4"
977979

978980
"@babel/plugin-transform-runtime@^7.11.5":
979981
version "7.11.5"
@@ -3877,11 +3879,16 @@
38773879
dependencies:
38783880
"@types/lodash" "*"
38793881

3880-
"@types/lodash@*", "@types/lodash@^4.14.164", "@types/lodash@^4.14.92":
3882+
"@types/lodash@*", "@types/lodash@^4.14.92":
38813883
version "4.14.164"
38823884
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.164.tgz#52348bcf909ac7b4c1bcbeda5c23135176e5dfa0"
38833885
integrity sha512-fXCEmONnrtbYUc5014avwBeMdhHHO8YJCkOBflUL9EoJBSKZ1dei+VO74fA7JkTHZ1GvZack2TyIw5U+1lT8jg==
38843886

3887+
"@types/lodash@^4.14.165":
3888+
version "4.14.165"
3889+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.165.tgz#74d55d947452e2de0742bad65270433b63a8c30f"
3890+
integrity sha512-tjSSOTHhI5mCHTy/OOXYIhi2Wt1qcbHmuXD1Ha7q70CgI/I71afO4XtLb/cVexki1oVYchpul/TOuu3Arcdxrg==
3891+
38853892
"@types/mdast@^3.0.0", "@types/mdast@^3.0.3":
38863893
version "3.0.3"
38873894
resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.3.tgz#2d7d671b1cd1ea3deb306ea75036c2a0407d2deb"
@@ -24983,10 +24990,10 @@ url-parse@^1.1.8, url-parse@^1.4.3:
2498324990
querystringify "^2.0.0"
2498424991
requires-port "^1.0.0"
2498524992

24986-
url-polyfill@^1.1.10:
24987-
version "1.1.10"
24988-
resolved "https://registry.yarnpkg.com/url-polyfill/-/url-polyfill-1.1.10.tgz#fd5bbcf66c9491fa682b0cb6d6a855e1643a9281"
24989-
integrity sha512-vSaPpaRgBrf41+Uky1myiSh6gpcbw8FpwHYnEy0abxndojOBnIs+yh/49gKYFLtUMP9qoNWjn6j9aUVy23Ie2A==
24993+
url-polyfill@^1.1.12:
24994+
version "1.1.12"
24995+
resolved "https://registry.yarnpkg.com/url-polyfill/-/url-polyfill-1.1.12.tgz#6cdaa17f6b022841b3aec0bf8dbd87ac0cd33331"
24996+
integrity sha512-mYFmBHCapZjtcNHW0MDq9967t+z4Dmg5CJ0KqysK3+ZbyoNOWQHksGCTWwDhxGXllkWlOc10Xfko6v4a3ucM6A==
2499024997

2499124998
url-template@^2.0.8:
2499224999
version "2.0.8"

0 commit comments

Comments
 (0)