Skip to content

Commit a68cb39

Browse files
chore: update dependency lodash to ^4.17.23 [security]
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6b3e667 commit a68cb39

22 files changed

Lines changed: 184 additions & 45 deletions

File tree

acceptance/repository-cloudant/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"chalk": "^4.1.2",
4242
"debug": "^4.4.3",
4343
"dockerode": "^3.3.5",
44-
"lodash": "^4.17.21",
44+
"lodash": "^4.17.23",
4545
"loopback-connector-cloudant": "2.5.0",
4646
"ms": "2.1.3",
4747
"tslib": "^2.8.1",

examples/access-control-migration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@types/lodash": "^4.17.23",
7575
"@types/node": "^16.18.126",
7676
"eslint": "^8.57.1",
77-
"lodash": "^4.17.21",
77+
"lodash": "^4.17.23",
7878
"typescript": "~5.2.2"
7979
}
8080
}

examples/lb3-application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@types/lodash": "^4.17.23",
7070
"@types/node": "^16.18.126",
7171
"eslint": "^8.57.1",
72-
"lodash": "^4.17.21",
72+
"lodash": "^4.17.23",
7373
"should": "^13.2.3",
7474
"typescript": "~5.2.2"
7575
}

examples/passport-login/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"debug": "^4.4.3",
7474
"express": "^4.22.1",
7575
"express-session": "^1.18.2",
76-
"lodash": "^4.17.21",
76+
"lodash": "^4.17.23",
7777
"passport": "^0.5.3",
7878
"passport-facebook": "^3.0.0",
7979
"passport-google": "^0.3.0",
@@ -96,7 +96,7 @@
9696
"@types/node": "^16.18.126",
9797
"axios": "^1.13.2",
9898
"eslint": "^8.57.1",
99-
"lodash": "^4.17.21",
99+
"lodash": "^4.17.23",
100100
"typescript": "~5.2.2"
101101
}
102102
}

examples/references-many/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@types/lodash": "^4.17.23",
7171
"@types/node": "^16.18.126",
7272
"eslint": "^8.57.1",
73-
"lodash": "^4.17.21",
73+
"lodash": "^4.17.23",
7474
"typescript": "~5.2.2"
7575
}
7676
}

examples/rest-crud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@types/lodash": "^4.17.23",
6868
"@types/node": "^16.18.126",
6969
"eslint": "^8.57.1",
70-
"lodash": "^4.17.21",
70+
"lodash": "^4.17.23",
7171
"typescript": "~5.2.2"
7272
}
7373
}

examples/todo-jwt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@types/lodash": "^4.17.23",
7575
"@types/node": "^16.18.126",
7676
"eslint": "^8.57.1",
77-
"lodash": "^4.17.21",
77+
"lodash": "^4.17.23",
7878
"typescript": "~5.2.2"
7979
}
8080
}

examples/todo-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@types/lodash": "^4.17.23",
7171
"@types/node": "^16.18.126",
7272
"eslint": "^8.57.1",
73-
"lodash": "^4.17.21",
73+
"lodash": "^4.17.23",
7474
"typescript": "~5.2.2"
7575
}
7676
}

examples/todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@types/morgan": "^1.9.10",
7171
"@types/node": "^16.18.126",
7272
"eslint": "^8.57.1",
73-
"lodash": "^4.17.21",
73+
"lodash": "^4.17.23",
7474
"typescript": "~5.2.2"
7575
}
7676
}

extensions/authentication-jwt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@types/debug": "^4.1.12",
6262
"@types/lodash": "^4.17.23",
6363
"@types/node": "^16.18.126",
64-
"lodash": "^4.17.21",
64+
"lodash": "^4.17.23",
6565
"typescript": "~5.2.2"
6666
}
6767
}

0 commit comments

Comments
 (0)