Skip to content

Commit

Permalink
fix(deps): update dependency dot-prop to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent cebb745 commit 575e903
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@neo4j/cypher-builder": "^1.16.0",
"camelcase": "^6.3.0",
"debug": "^4.3.4",
"dot-prop": "^6.0.1",
"dot-prop": "^9.0.0",
"graphql-compose": "^9.0.8",
"graphql-parse-resolve-info": "^4.12.3",
"graphql-relay": "^0.10.0",
Expand Down
18 changes: 17 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2873,7 +2873,7 @@ __metadata:
"@types/ws": "npm:8.5.10"
camelcase: "npm:^6.3.0"
debug: "npm:^4.3.4"
dot-prop: "npm:^6.0.1"
dot-prop: "npm:^9.0.0"
graphql-compose: "npm:^9.0.8"
graphql-middleware: "npm:6.1.35"
graphql-parse-resolve-info: "npm:^4.12.3"
Expand Down Expand Up @@ -8873,6 +8873,15 @@ __metadata:
languageName: node
linkType: hard

"dot-prop@npm:^9.0.0":
version: 9.0.0
resolution: "dot-prop@npm:9.0.0"
dependencies:
type-fest: "npm:^4.18.2"
checksum: 10c0/4bac49a2f559156811862ac92813906f70529c50da918eaab81b38dd869743c667d578e183607f5ae11e8ae2a02e43e98e32c8a37bc4cae76b04d5b576e3112f
languageName: node
linkType: hard

"dotenv-expand@npm:^5.1.0":
version: 5.1.0
resolution: "dotenv-expand@npm:5.1.0"
Expand Down Expand Up @@ -19897,6 +19906,13 @@ __metadata:
languageName: node
linkType: hard

"type-fest@npm:^4.18.2":
version: 4.19.0
resolution: "type-fest@npm:4.19.0"
checksum: 10c0/bd5f96142ea6cc436b75bc2ac0b672d70dfd55ed6986ef76f25165517984bda475bb5d2ee674470a7c5ce0348837627f5e87d9aef1158ba4fb9b36dd10fa2225
languageName: node
linkType: hard

"type-is@npm:^1.6.16, type-is@npm:~1.6.18":
version: 1.6.18
resolution: "type-is@npm:1.6.18"
Expand Down

0 comments on commit 575e903

Please sign in to comment.