Skip to content

Commit c15e1ef

Browse files
renovate[bot]renovate-bot
andauthoredApr 7, 2022
chore(deps): update all non-major dependencies (#4369)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent ebda968 commit c15e1ef

File tree

4 files changed

+61
-69
lines changed

4 files changed

+61
-69
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"homepage": "https://github.com/ardatan/graphql-tools#readme",
4141
"devDependencies": {
42-
"@babel/core": "7.17.8",
42+
"@babel/core": "7.17.9",
4343
"@babel/plugin-proposal-class-properties": "7.16.7",
4444
"@babel/preset-env": "7.16.11",
4545
"@babel/preset-typescript": "7.16.7",

‎packages/graphql-tag-pluck/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"tslib": "~2.3.0"
3737
},
3838
"devDependencies": {
39-
"@babel/parser": "7.17.8",
40-
"@babel/traverse": "7.17.3",
39+
"@babel/parser": "7.17.9",
40+
"@babel/traverse": "7.17.9",
4141
"@babel/types": "7.17.0",
4242
"@types/babel__traverse": "7.14.2",
4343
"@vue/compiler-sfc": "3.2.31",

‎website/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"resolutions": {
19-
"esbuild": "0.14.31"
19+
"esbuild": "0.14.33"
2020
},
2121
"devDependencies": {
2222
"@next/bundle-analyzer": "12.1.4",
@@ -27,7 +27,7 @@
2727
"@types/react-dom": "17.0.14",
2828
"concurrently": "7.1.0",
2929
"cross-env": "7.0.3",
30-
"esbuild": "0.14.31",
30+
"esbuild": "0.14.33",
3131
"esbuild-register": "3.3.2",
3232
"next-remote-watch": "1.0.0",
3333
"open-cli": "7.0.1",
@@ -39,16 +39,16 @@
3939
"@chakra-ui/react": "1.8.7",
4040
"@chakra-ui/theme-tools": "1.3.6",
4141
"@chakra-ui/utils": "1.10.4",
42-
"@emotion/react": "11.8.2",
42+
"@emotion/react": "11.9.0",
4343
"@emotion/styled": "11.8.1",
4444
"@guild-docs/client": "2.0.1",
4545
"@guild-docs/server": "3.0.1",
4646
"@mdx-js/react": "2.1.1",
4747
"@theguild/components": "1.10.3",
48-
"framer-motion": "6.2.8",
48+
"framer-motion": "6.2.9",
4949
"next": "12.1.4",
5050
"next-i18next": "10.5.0",
51-
"next-seo": "5.3.0",
51+
"next-seo": "5.4.0",
5252
"react": "17.0.2",
5353
"react-dom": "17.0.2",
5454
"react-icons": "4.3.1",

‎yarn.lock

+53-61
Original file line numberDiff line numberDiff line change
@@ -231,31 +231,31 @@
231231
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2"
232232
integrity sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==
233233

234-
"@babel/core@7.17.8", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.14.0", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
235-
version "7.17.8"
236-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.8.tgz#3dac27c190ebc3a4381110d46c80e77efe172e1a"
237-
integrity sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==
234+
"@babel/core@7.17.9", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.14.0", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
235+
version "7.17.9"
236+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.9.tgz#6bae81a06d95f4d0dec5bb9d74bbc1f58babdcfe"
237+
integrity sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw==
238238
dependencies:
239239
"@ampproject/remapping" "^2.1.0"
240240
"@babel/code-frame" "^7.16.7"
241-
"@babel/generator" "^7.17.7"
241+
"@babel/generator" "^7.17.9"
242242
"@babel/helper-compilation-targets" "^7.17.7"
243243
"@babel/helper-module-transforms" "^7.17.7"
244-
"@babel/helpers" "^7.17.8"
245-
"@babel/parser" "^7.17.8"
244+
"@babel/helpers" "^7.17.9"
245+
"@babel/parser" "^7.17.9"
246246
"@babel/template" "^7.16.7"
247-
"@babel/traverse" "^7.17.3"
247+
"@babel/traverse" "^7.17.9"
248248
"@babel/types" "^7.17.0"
249249
convert-source-map "^1.7.0"
250250
debug "^4.1.0"
251251
gensync "^1.0.0-beta.2"
252-
json5 "^2.1.2"
252+
json5 "^2.2.1"
253253
semver "^6.3.0"
254254

255-
"@babel/generator@^7.14.0", "@babel/generator@^7.17.3", "@babel/generator@^7.17.7", "@babel/generator@^7.7.2":
256-
version "7.17.7"
257-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad"
258-
integrity sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==
255+
"@babel/generator@^7.14.0", "@babel/generator@^7.17.9", "@babel/generator@^7.7.2":
256+
version "7.17.9"
257+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.9.tgz#f4af9fd38fa8de143c29fce3f71852406fc1e2fc"
258+
integrity sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==
259259
dependencies:
260260
"@babel/types" "^7.17.0"
261261
jsesc "^2.5.1"
@@ -335,21 +335,13 @@
335335
dependencies:
336336
"@babel/types" "^7.16.7"
337337

338-
"@babel/helper-function-name@^7.16.7":
339-
version "7.16.7"
340-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f"
341-
integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==
338+
"@babel/helper-function-name@^7.16.7", "@babel/helper-function-name@^7.17.9":
339+
version "7.17.9"
340+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12"
341+
integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==
342342
dependencies:
343-
"@babel/helper-get-function-arity" "^7.16.7"
344343
"@babel/template" "^7.16.7"
345-
"@babel/types" "^7.16.7"
346-
347-
"@babel/helper-get-function-arity@^7.16.7":
348-
version "7.16.7"
349-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
350-
integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==
351-
dependencies:
352-
"@babel/types" "^7.16.7"
344+
"@babel/types" "^7.17.0"
353345

354346
"@babel/helper-hoist-variables@^7.16.7":
355347
version "7.16.7"
@@ -459,13 +451,13 @@
459451
"@babel/traverse" "^7.16.8"
460452
"@babel/types" "^7.16.8"
461453

462-
"@babel/helpers@^7.17.8":
463-
version "7.17.8"
464-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.8.tgz#288450be8c6ac7e4e44df37bcc53d345e07bc106"
465-
integrity sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==
454+
"@babel/helpers@^7.17.9":
455+
version "7.17.9"
456+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.9.tgz#b2af120821bfbe44f9907b1826e168e819375a1a"
457+
integrity sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==
466458
dependencies:
467459
"@babel/template" "^7.16.7"
468-
"@babel/traverse" "^7.17.3"
460+
"@babel/traverse" "^7.17.9"
469461
"@babel/types" "^7.17.0"
470462

471463
"@babel/highlight@^7.16.7":
@@ -477,10 +469,10 @@
477469
chalk "^2.0.0"
478470
js-tokens "^4.0.0"
479471

480-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.5", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.16.7", "@babel/parser@^7.16.8", "@babel/parser@^7.17.3", "@babel/parser@^7.17.8":
481-
version "7.17.8"
482-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.8.tgz#2817fb9d885dd8132ea0f8eb615a6388cca1c240"
483-
integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==
472+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.5", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.16.7", "@babel/parser@^7.16.8", "@babel/parser@^7.17.9":
473+
version "7.17.9"
474+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.9.tgz#9c94189a6062f0291418ca021077983058e171ef"
475+
integrity sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==
484476

485477
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
486478
version "7.16.7"
@@ -1160,18 +1152,18 @@
11601152
"@babel/parser" "^7.16.7"
11611153
"@babel/types" "^7.16.7"
11621154

1163-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.2":
1164-
version "7.17.3"
1165-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
1166-
integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
1155+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3", "@babel/traverse@^7.17.9", "@babel/traverse@^7.7.2":
1156+
version "7.17.9"
1157+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.9.tgz#1f9b207435d9ae4a8ed6998b2b82300d83c37a0d"
1158+
integrity sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw==
11671159
dependencies:
11681160
"@babel/code-frame" "^7.16.7"
1169-
"@babel/generator" "^7.17.3"
1161+
"@babel/generator" "^7.17.9"
11701162
"@babel/helper-environment-visitor" "^7.16.7"
1171-
"@babel/helper-function-name" "^7.16.7"
1163+
"@babel/helper-function-name" "^7.17.9"
11721164
"@babel/helper-hoist-variables" "^7.16.7"
11731165
"@babel/helper-split-export-declaration" "^7.16.7"
1174-
"@babel/parser" "^7.17.3"
1166+
"@babel/parser" "^7.17.9"
11751167
"@babel/types" "^7.17.0"
11761168
debug "^4.1.0"
11771169
globals "^11.1.0"
@@ -2020,23 +2012,23 @@
20202012
"@emotion/weak-memoize" "^0.2.5"
20212013
hoist-non-react-statics "^3.3.1"
20222014

2023-
"@emotion/react@11.8.2":
2024-
version "11.8.2"
2025-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.8.2.tgz#e51f5e6372e22e82780836c9288da19af4b51e70"
2026-
integrity sha512-+1bcHBaNJv5nkIIgnGKVsie3otS0wF9f1T1hteF3WeVvMNQEtfZ4YyFpnphGoot3ilU/wWMgP2SgIDuHLE/wAA==
2015+
"@emotion/react@11.9.0":
2016+
version "11.9.0"
2017+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.9.0.tgz#b6d42b1db3bd7511e7a7c4151dc8bc82e14593b8"
2018+
integrity sha512-lBVSF5d0ceKtfKCDQJveNAtkC7ayxpVlgOohLgXqRwqWr9bOf4TZAFFyIcNngnV6xK6X4x2ZeXq7vliHkoVkxQ==
20272019
dependencies:
20282020
"@babel/runtime" "^7.13.10"
20292021
"@emotion/babel-plugin" "^11.7.1"
20302022
"@emotion/cache" "^11.7.1"
2031-
"@emotion/serialize" "^1.0.2"
2023+
"@emotion/serialize" "^1.0.3"
20322024
"@emotion/utils" "^1.1.0"
20332025
"@emotion/weak-memoize" "^0.2.5"
20342026
hoist-non-react-statics "^3.3.1"
20352027

2036-
"@emotion/serialize@^1.0.2":
2037-
version "1.0.2"
2038-
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.2.tgz#77cb21a0571c9f68eb66087754a65fa97bfcd965"
2039-
integrity sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A==
2028+
"@emotion/serialize@^1.0.2", "@emotion/serialize@^1.0.3":
2029+
version "1.0.3"
2030+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.3.tgz#99e2060c26c6292469fb30db41f4690e1c8fea63"
2031+
integrity sha512-2mSSvgLfyV3q+iVh3YWgNlUc2a9ZlDU7DjuP5MjK3AXRR0dYigCrP99aeFtaB2L/hjfEZdSThn5dsZ0ufqbvsA==
20402032
dependencies:
20412033
"@emotion/hash" "^0.8.0"
20422034
"@emotion/memoize" "^0.7.4"
@@ -6076,7 +6068,7 @@ esbuild-windows-arm64@0.14.0:
60766068
resolved "https://registry.yarnpkg.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.0.tgz#5ddc6134e766da3c7b62a9a463e91ad3127483b5"
60776069
integrity sha512-66KsVlT6lGDWgDKQsAlojxgUhZkkjVeosMVRdb913OwtcOjszceg6zFD748jzp9CUgAseHCNJqFmYOyBzneSEQ==
60786070

6079-
esbuild@0.14.31, esbuild@^0.14.0, esbuild@^0.14.2:
6071+
esbuild@0.14.33, esbuild@^0.14.0, esbuild@^0.14.2:
60806072
version "0.14.0"
60816073
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.14.0.tgz#9a3d21c9876b280e3b0186e36d372354ade51938"
60826074
integrity sha512-UOnSKRAyZondxdLrOXnI/mesUmU/GvDTcajCvxoIaObzMeQcn0HyoGtvbfATnazlx799ZqFSyIZGLXFszkjy3A==
@@ -6780,10 +6772,10 @@ fraction.js@^4.1.1:
67806772
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.1.1.tgz#ac4e520473dae67012d618aab91eda09bcb400ff"
67816773
integrity sha512-MHOhvvxHTfRFpF1geTK9czMIZ6xclsEor2wkIGYYq+PxcQqT7vStJqjhe6S1TenZrMZzo+wlqOufBDVepUEgPg==
67826774

6783-
framer-motion@6.2.8:
6784-
version "6.2.8"
6785-
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-6.2.8.tgz#02abb529191af7e2df444185fe27e932215b715d"
6786-
integrity sha512-4PtBWFJ6NqR350zYVt9AsFDtISTqsdqna79FvSYPfYDXuuqFmiKtZdkTnYPslnsOMedTW0pEvaQ7eqjD+sA+HA==
6775+
framer-motion@6.2.9:
6776+
version "6.2.9"
6777+
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-6.2.9.tgz#7de11140f57141ebaad4c99d6a492f00cb733d04"
6778+
integrity sha512-XMP4Z5j9KlGw8aeo7n8BXTJFbt1Vv5XRzHVOKiAna1yBG4SPwTdk/8bJRfztYb0Jmw90hzBTC/3Q2dhfdtXisQ==
67876779
dependencies:
67886780
framesync "6.0.1"
67896781
hey-listen "^1.0.8"
@@ -8472,7 +8464,7 @@ json-stable-stringify@^1.0.1:
84728464
dependencies:
84738465
jsonify "~0.0.0"
84748466

8475-
json5@2.x, json5@^2.1.2, json5@^2.2.0:
8467+
json5@2.x, json5@^2.1.2, json5@^2.2.0, json5@^2.2.1:
84768468
version "2.2.1"
84778469
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
84788470
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
@@ -9797,10 +9789,10 @@ next-remote-watch@1.0.0:
97979789
commander "^5.0.0"
97989790
express "^4.17.1"
97999791

9800-
next-seo@5.3.0:
9801-
version "5.3.0"
9802-
resolved "https://registry.yarnpkg.com/next-seo/-/next-seo-5.3.0.tgz#35a8c3ebb9898fd2ac4c8208de360feed3756bf8"
9803-
integrity sha512-ofXUGGZ4l6j4oCxu6aecTWTkNbN/g+zbYUOvLRBKl96bJrt+WWyo4riRxQqqczvk1niGH4ibN7cCEwVjlYZs2g==
9792+
next-seo@5.4.0:
9793+
version "5.4.0"
9794+
resolved "https://registry.yarnpkg.com/next-seo/-/next-seo-5.4.0.tgz#37a7784b30b3f70cec3fa0d77f9dde5990822d24"
9795+
integrity sha512-R9DhajPwJnR/lsF2hZ8cN8uqr5CVITsRrCG1AF5+ufcaybKYOvnH8sH9MaH4/hpkps3PQ9H71S7J7SPYixAYzQ==
98049796

98059797
next@12.1.4:
98069798
version "12.1.4"

0 commit comments

Comments
 (0)
Please sign in to comment.