Skip to content

Commit 115402d

Browse files
fix(deps): update dependency auto-bind to v5
1 parent 64ad32d commit 115402d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@graphql-codegen/plugin-helpers": "^2.3.1",
1919
"@graphql-codegen/visitor-plugin-common": "^2.9.1",
20-
"auto-bind": "~4.0.0"
20+
"auto-bind": "~5.0.0"
2121
},
2222
"peerDependencies": {
2323
"graphql": "<17.0.0"

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1917,6 +1917,11 @@ auto-bind@~4.0.0:
19171917
resolved "https://registry.npmjs.org/auto-bind/-/auto-bind-4.0.0.tgz"
19181918
integrity sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ==
19191919

1920+
auto-bind@~5.0.0:
1921+
version "5.0.1"
1922+
resolved "https://registry.yarnpkg.com/auto-bind/-/auto-bind-5.0.1.tgz#50d8e63ea5a1dddcb5e5e36451c1a8266ffbb2ae"
1923+
integrity sha512-ooviqdwwgfIfNmDwo94wlshcdzfO64XV0Cg6oDsDYBJfITDz1EngD2z7DkbvCWn+XIMsIqW27sEVF6qcpJrRcg==
1924+
19201925
babel-jest@^29.1.0:
19211926
version "29.1.0"
19221927
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.1.0.tgz#945e45eb8a33e8ad8cb334f2b0f040d7306cffbf"

0 commit comments

Comments
 (0)