Skip to content

Commit 4f8402e

Browse files
authored
fix(deps): use caret version range for lodash (#1423)
1 parent ccbede8 commit 4f8402e

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

.changeset/lazy-taxes-cry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-codegen/typescript-mongodb': patch
3+
---
4+
5+
Use caret version range for lodash.

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.1",
4949
"tslib": "^2.8.1"
5050
},
5151
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4965,6 +4965,11 @@ lodash@^4.17.21, lodash@~4.17.0:
49654965
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
49664966
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
49674967

4968+
lodash@^4.18.1:
4969+
version "4.18.1"
4970+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
4971+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
4972+
49684973
log-symbols@^4.0.0:
49694974
version "4.1.0"
49704975
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"

0 commit comments

Comments
 (0)