Skip to content

Commit 7cae9a9

Browse files
chore(deps): update all non-major dependencies (#487)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3655659 commit 7cae9a9

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

examples/auto-pagination-multiple-sources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"typescript": "5.0.4"
1818
},
1919
"devDependencies": {
20-
"@types/node": "18.16.14"
20+
"@types/node": "18.16.15"
2121
}
2222
}

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@graphprotocol/client-cli": "2.2.22",
20-
"@types/node": "18.16.14",
20+
"@types/node": "18.16.15",
2121
"@types/react": "18.2.7",
2222
"eslint": "8.41.0",
2323
"eslint-config-next": "13.4.3",

examples/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"typescript": "5.0.4"
1818
},
1919
"devDependencies": {
20-
"@types/node": "18.16.14"
20+
"@types/node": "18.16.15"
2121
}
2222
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@babel/preset-typescript": "7.21.5",
4646
"@changesets/cli": "2.26.1",
4747
"@changesets/changelog-github": "0.4.8",
48-
"@types/babel__core": "7.20.0",
48+
"@types/babel__core": "7.20.1",
4949
"@types/babel__preset-env": "7.9.2",
5050
"@types/jest": "29.5.1",
5151
"babel-jest": "29.5.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2610,10 +2610,10 @@
26102610
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.4.tgz#0b92dcc0cc1c81f6f306a381f28e31b1a56536e9"
26112611
integrity sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==
26122612

2613-
"@types/[email protected].0", "@types/babel__core@^7.1.14":
2614-
version "7.20.0"
2615-
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.0.tgz#61bc5a4cae505ce98e1e36c5445e4bee060d8891"
2616-
integrity sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==
2613+
"@types/[email protected].1", "@types/babel__core@^7.1.14":
2614+
version "7.20.1"
2615+
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.1.tgz#916ecea274b0c776fec721e333e55762d3a9614b"
2616+
integrity sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==
26172617
dependencies:
26182618
"@babel/parser" "^7.20.7"
26192619
"@babel/types" "^7.20.7"
@@ -2700,9 +2700,9 @@
27002700
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
27012701

27022702
"@types/lodash@^4.14.194":
2703-
version "4.14.194"
2704-
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.194.tgz#b71eb6f7a0ff11bff59fc987134a093029258a76"
2705-
integrity sha512-r22s9tAS7imvBt2lyHC9B8AGwWnXaYb1tY09oyLkXDs4vArpYJzw09nj8MLx5VfciBPGIb+ZwG0ssYnEPJxn/g==
2703+
version "4.14.195"
2704+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.195.tgz#bafc975b252eb6cea78882ce8a7b6bf22a6de632"
2705+
integrity sha512-Hwx9EUgdwf2GLarOjQp5ZH8ZmblzcbTBC2wtQWNKARBSxM9ezRIAUpeDTgoQRAFB0+8CNWXVA9+MaSOzOF3nPg==
27062706

27072707
"@types/minimatch@^3.0.3":
27082708
version "3.0.5"
@@ -2714,10 +2714,10 @@
27142714
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
27152715
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
27162716

2717-
"@types/node@*", "@types/[email protected].14", "@types/node@^18.15.11":
2718-
version "18.16.14"
2719-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.14.tgz#ab67bb907f1146afc6fedb9ce60ae8a99c989631"
2720-
integrity sha512-+ImzUB3mw2c5ISJUq0punjDilUQ5GnUim0ZRvchHIWJmOC0G+p0kzhXBqj6cDjK0QdPFwzrHWgrJp3RPvCG5qg==
2717+
"@types/node@*", "@types/[email protected].15", "@types/node@^18.15.11":
2718+
version "18.16.15"
2719+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.15.tgz#cdc55df400109c2c1a80c98fc9cec4bd3f1097e2"
2720+
integrity sha512-fv9H0101Lom0m76x5UekmudO0Vu611ElbTCLOeSbyX5WM6sme3gJ10PHP83pA1/eXbZpnDoTkeY40jykH38ptQ==
27212721

27222722
"@types/node@^12.7.1":
27232723
version "12.20.55"

0 commit comments

Comments
 (0)