Skip to content

Commit 33cf735

Browse files
committed
chore: update dependency @types/lodash to v4.14.142
1 parent 25714e4 commit 33cf735

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

@commitlint/execute-rule/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@commitlint/parse": "^8.2.0",
3838
"@commitlint/utils": "^8.2.0",
3939
"@types/jest": "24.0.18",
40-
"@types/lodash": "4.14.140",
40+
"@types/lodash": "4.14.142",
4141
"jest": "24.8.0",
4242
"ts-jest": "24.1.0"
4343
}

@commitlint/format/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"license": "MIT",
3636
"devDependencies": {
3737
"@commitlint/utils": "^8.2.0",
38-
"@types/lodash": "4.14.140",
38+
"@types/lodash": "4.14.142",
3939
"lodash": "4.17.15",
4040
"typescript": "3.5.3"
4141
},

@commitlint/parse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@commitlint/test": "8.2.0",
3838
"@commitlint/utils": "^8.2.0",
39-
"@types/lodash": "4.14.140",
39+
"@types/lodash": "4.14.142",
4040
"import-from": "3.0.0",
4141
"typescript": "3.5.3"
4242
},

@commitlint/resolve-extends/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@commitlint/parse": "^8.2.0",
3838
"@commitlint/utils": "^8.2.0",
39-
"@types/lodash": "4.14.140",
39+
"@types/lodash": "4.14.142",
4040
"@types/resolve-from": "5.0.1"
4141
},
4242
"dependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1304,10 +1304,10 @@
13041304
dependencies:
13051305
"@types/jest-diff" "*"
13061306

1307-
"@types/[email protected].140":
1308-
version "4.14.140"
1309-
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.140.tgz#8d2bd55e6a22221cd662bbb85969eb00ec283da6"
1310-
integrity sha512-OU57uYCUUv9s8lgQTYuQlL6xkttWtz8VLCJSnt8ikla9+UXqMGJ8adCprSw7egJHSHwGvFpGhfpQDtHm/NQ3Cw==
1307+
"@types/[email protected].142":
1308+
version "4.14.142"
1309+
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.142.tgz#52d5daff878e36e72e299bb9c5871fd6aee55829"
1310+
integrity sha512-ZhNS7c4D4WQ49Dr1FftQj7SwngRswOnPfxktmqSy5BettRCuum2q784jRwNTYfxH00r8+fEgRz6Da8j5DHNd1Q==
13111311

13121312
"@types/minimatch@*":
13131313
version "3.0.3"

0 commit comments

Comments
 (0)