Skip to content

Commit b395428

Browse files
authored
Merge pull request #2 from module-federation/renovate/pin-dependencies
chore(deps): pin dependencies
2 parents 30942d1 + 7a721c5 commit b395428

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
"@apollo/gateway": ">= 0.23.0"
1717
},
1818
"devDependencies": {
19-
"@apollo/federation": "^0.21.0",
20-
"@apollo/gateway": "^0.23.0",
21-
"apollo-graphql": "^0.6.0",
22-
"apollo-server": "^2.21.0",
23-
"apollo-server-testing": "^2.21.0",
24-
"cz-conventional-changelog": "^3.3.0",
25-
"graphql": "^15.5.0",
26-
"jest": "^26.6.3",
27-
"prettier": "^2.2.1",
28-
"rollup": "^2.39.0"
19+
"@apollo/federation": "0.21.0",
20+
"@apollo/gateway": "0.23.0",
21+
"apollo-graphql": "0.6.0",
22+
"apollo-server": "2.21.0",
23+
"apollo-server-testing": "2.21.0",
24+
"cz-conventional-changelog": "3.3.0",
25+
"graphql": "15.5.0",
26+
"jest": "26.6.3",
27+
"prettier": "2.2.1",
28+
"rollup": "2.39.0"
2929
},
3030
"config": {
3131
"commitizen": {

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# yarn lockfile v1
33

44

5-
"@apollo/federation@^0.21.0":
5+
"@apollo/federation@0.21.0", "@apollo/federation@^0.21.0":
66
version "0.21.0"
77
resolved "https://registry.yarnpkg.com/@apollo/federation/-/federation-0.21.0.tgz#df834b7ac884c5cdb0d0e69f5345dd0ee038b0fc"
88
integrity sha512-v4cmNa4307UrWPIY7oqqGNZGRigg4PJ30T864vMylAU75IcDk/7XUI0AMlaJbYQzndldNnHeeoWkIyRTLN2wGA==
99
dependencies:
1010
apollo-graphql "^0.6.0"
1111
lodash.xorby "^4.7.0"
1212

13-
"@apollo/gateway@^0.23.0":
13+
1414
version "0.23.0"
1515
resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-0.23.0.tgz#12f29491ace5e0abe2b89175a229043b306c615e"
1616
integrity sha512-Fwz3TlvWQhRMyVgAWuHuY2Cnm8uXvuH1xVZDGRX6+obE38khWRFAAsATrEpR0l7ifhzYi0rmi1s6K/Bi8BbW9w==
@@ -1078,7 +1078,7 @@ apollo-env@^0.6.5:
10781078
node-fetch "^2.2.0"
10791079
sha.js "^2.4.11"
10801080

1081-
apollo-graphql@^0.6.0:
1081+
apollo-graphql@0.6.0, apollo-graphql@^0.6.0:
10821082
version "0.6.0"
10831083
resolved "https://registry.yarnpkg.com/apollo-graphql/-/apollo-graphql-0.6.0.tgz#37bee7dc853213269137f4c60bfdf2ee28658669"
10841084
integrity sha512-BxTf5LOQe649e9BNTPdyCGItVv4Ll8wZ2BKnmiYpRAocYEXAVrQPWuSr3dO4iipqAU8X0gvle/Xu9mSqg5b7Qg==
@@ -1184,7 +1184,7 @@ apollo-server-plugin-base@^0.10.4:
11841184
dependencies:
11851185
apollo-server-types "^0.6.3"
11861186

1187-
apollo-server-testing@^2.21.0:
1187+
11881188
version "2.21.0"
11891189
resolved "https://registry.yarnpkg.com/apollo-server-testing/-/apollo-server-testing-2.21.0.tgz#e0b2c06ddd8464387bf71578a92e0e1580bea152"
11901190
integrity sha512-8XYYT/fibBzdB4Fbidqp5kSdCKV6PhnJdZSO/I/kcLS9EuKUlGw3j0S2eN4ofAFpaTmPSNkYDzXcvcfiZli8CA==
@@ -1200,7 +1200,7 @@ apollo-server-types@^0.6.3:
12001200
apollo-server-caching "^0.5.3"
12011201
apollo-server-env "^3.0.0"
12021202

1203-
apollo-server@^2.21.0:
1203+
12041204
version "2.21.0"
12051205
resolved "https://registry.yarnpkg.com/apollo-server/-/apollo-server-2.21.0.tgz#4e62131885b4a8a26bb8b5e77177bd0d4d210852"
12061206
integrity sha512-OqngjOSB0MEH6VKGWHcrqt4y39HlhYh9CrMvn4PhadTt53IPYRmBglk5qSRA8xMorGqy60iKrOReqj5YfCjTOg==
@@ -1842,7 +1842,7 @@ [email protected]:
18421842
optionalDependencies:
18431843
"@commitlint/load" ">6.1.1"
18441844

1845-
cz-conventional-changelog@^3.3.0:
1845+
18461846
version "3.3.0"
18471847
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.3.0.tgz#9246947c90404149b3fe2cf7ee91acad3b7d22d2"
18481848
integrity sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==
@@ -2614,7 +2614,7 @@ graphql-tools@^4.0.8:
26142614
iterall "^1.1.3"
26152615
uuid "^3.1.0"
26162616

2617-
graphql@^15.5.0:
2617+
26182618
version "15.5.0"
26192619
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.0.tgz#39d19494dbe69d1ea719915b578bf920344a69d5"
26202620
integrity sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA==
@@ -3534,7 +3534,7 @@ jest-worker@^26.6.2:
35343534
merge-stream "^2.0.0"
35353535
supports-color "^7.0.0"
35363536

3537-
jest@^26.6.3:
3537+
35383538
version "26.6.3"
35393539
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.3.tgz#40e8fdbe48f00dfa1f0ce8121ca74b88ac9148ef"
35403540
integrity sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==
@@ -4322,7 +4322,7 @@ prelude-ls@~1.1.2:
43224322
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
43234323
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
43244324

4325-
prettier@^2.2.1:
4325+
43264326
version "2.2.1"
43274327
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
43284328
integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==
@@ -4578,7 +4578,7 @@ rimraf@^3.0.0, rimraf@^3.0.2:
45784578
dependencies:
45794579
glob "^7.1.3"
45804580

4581-
rollup@^2.39.0:
4581+
45824582
version "2.39.0"
45834583
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.39.0.tgz#be4f98c9e421793a8fec82c854fb567c35e22ab6"
45844584
integrity sha512-+WR3bttcq7zE+BntH09UxaW3bQo3vItuYeLsyk4dL2tuwbeSKJuvwiawyhEnvRdRgrII0Uzk00FpctHO/zB1kw==

0 commit comments

Comments
 (0)