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 May 27, 2024
1 parent 22a954f commit ba750a6
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 @@ -2845,7 +2845,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 @@ -8848,6 +8848,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 @@ -19890,6 +19899,13 @@ __metadata:
languageName: node
linkType: hard

"type-fest@npm:^4.18.2":
version: 4.18.3
resolution: "type-fest@npm:4.18.3"
checksum: 10c0/5d51a679a86548e8c35008f09dc8f9f8fdb0fcc79c30d116c9e6c5459a450db28a7e6e6887e6a8a6a560d2cde3757347a5984c18b871de6e739a63991ce2d8d9
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 ba750a6

Please sign in to comment.