Skip to content

Commit f57ede5

Browse files
fix(deps): update dependency lodash to ~4.18.0
1 parent f0422b0 commit f57ede5

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

packages/plugins/typescript/mongodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@graphql-codegen/visitor-plugin-common": "^6.2.4",
4646
"@graphql-tools/utils": "^11.0.0",
4747
"auto-bind": "~4.0.0",
48-
"lodash": "~4.17.0",
48+
"lodash": "~4.18.0",
4949
"tslib": "^2.8.1"
5050
},
5151
"devDependencies": {

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4984,7 +4984,12 @@ lodash.startcase@^4.4.0:
49844984
resolved "https://registry.yarnpkg.com/lodash.startcase/-/lodash.startcase-4.4.0.tgz#9436e34ed26093ed7ffae1936144350915d9add8"
49854985
integrity sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==
49864986

4987-
lodash@^4.17.21, lodash@~4.17.0:
4987+
lodash@^4.17.21, lodash@~4.18.0:
4988+
version "4.18.1"
4989+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
4990+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
4991+
4992+
lodash@~4.17.0:
49884993
version "4.17.23"
49894994
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
49904995
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==

0 commit comments

Comments
 (0)