Skip to content

Commit 2cd0f51

Browse files
authored
feat: update lodash version to 4.17.23 (#298)
* feat: update lodash version to 4.17.23 * feat: update lodash dependency version to 4.17.23 * feat: update lodash version from 4.17.21 to 4.17.23 * fix: lock file
1 parent 8957503 commit 2cd0f51

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

examples/vscode-snippet-contrib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@sap-devx/code-snippet-types": "^2.0.0",
4646
"comment-json": "2.1.0",
4747
"fs-extra": "7.0.1",
48-
"lodash": "4.17.21"
48+
"lodash": "4.17.23"
4949
},
5050
"devDependencies": {
5151
"@types/comment-json": "1.1.1",

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"code-snippet-frontend": "^2.0.5",
114114
"fs-extra": "9.1.0",
115115
"jsdom": "23.2.0",
116-
"lodash": "4.17.21",
116+
"lodash": "4.17.23",
117117
"strip-ansi": "6.0.0",
118118
"ws": "7.4.4",
119119
"yeoman-environment": "2.10.3"

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@sap-devx/inquirer-gui-login-plugin": "3.0.3",
2828
"@sap-devx/inquirer-gui-radio-plugin": "3.0.3",
2929
"@sap-devx/inquirer-gui-tiles-plugin": "3.0.3",
30-
"lodash": "4.17.21",
30+
"lodash": "4.17.23",
3131
"material-design-icons-iconfont": "5.0.1",
3232
"vue": "3.2.36",
3333
"vue-loader": "17.2.2",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10409,6 +10409,11 @@ lodash@4.17.21, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.
1040910409
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1041010410
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
1041110411

10412+
lodash@4.17.23:
10413+
version "4.17.23"
10414+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
10415+
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
10416+
1041210417
log-driver@1.2.5:
1041310418
version "1.2.5"
1041410419
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.5.tgz#7ae4ec257302fd790d557cb10c97100d857b0056"

0 commit comments

Comments
 (0)