From 4776a8626f37df919913f32afcf4caabf5a4d8bf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 16 Nov 2021 13:48:49 +0000 Subject: [PATCH] Update patch dependencies --- design-system/packages/button/package.json | 2 +- design-system/packages/core/package.json | 4 +- design-system/packages/fields/package.json | 2 +- design-system/packages/icons/package.json | 2 +- design-system/packages/loading/package.json | 2 +- design-system/packages/modals/package.json | 2 +- design-system/packages/notice/package.json | 2 +- .../packages/segmented-control/package.json | 2 +- design-system/packages/toast/package.json | 2 +- design-system/website/package.json | 4 +- docs/package.json | 8 +- examples-staging/auth/package.json | 2 +- examples-staging/basic/package.json | 4 +- examples-staging/ecommerce/package.json | 6 +- examples-staging/embedded-nextjs/package.json | 2 +- examples-staging/roles/package.json | 2 +- examples/custom-admin-ui-logo/package.json | 2 +- examples/document-field/package.json | 2 +- package.json | 4 +- packages/cloudinary/package.json | 2 +- packages/fields-document/package.json | 2 +- packages/keystone/package.json | 10 +- yarn.lock | 226 ++++++++++-------- 23 files changed, 155 insertions(+), 141 deletions(-) diff --git a/design-system/packages/button/package.json b/design-system/packages/button/package.json index 7d40b3d9279..fb1c8842dab 100644 --- a/design-system/packages/button/package.json +++ b/design-system/packages/button/package.json @@ -5,7 +5,7 @@ "main": "dist/keystone-ui-button.cjs.js", "module": "dist/keystone-ui-button.esm.js", "devDependencies": { - "@types/react": "^17.0.34" + "@types/react": "^17.0.35" }, "dependencies": { "@babel/runtime": "^7.16.3", diff --git a/design-system/packages/core/package.json b/design-system/packages/core/package.json index bebc4ed9007..d1dd8eebad4 100644 --- a/design-system/packages/core/package.json +++ b/design-system/packages/core/package.json @@ -5,7 +5,7 @@ "main": "dist/keystone-ui-core.cjs.js", "module": "dist/keystone-ui-core.esm.js", "devDependencies": { - "@types/react": "^17.0.34", + "@types/react": "^17.0.35", "react": "^17.0.2", "react-dom": "^17.0.2" }, @@ -15,7 +15,7 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@emotion/react": "^11.5.0", + "@emotion/react": "^11.6.0", "@types/facepaint": "^1.2.2", "facepaint": "^1.2.1" }, diff --git a/design-system/packages/fields/package.json b/design-system/packages/fields/package.json index ca42ae05711..f9a2febe9d3 100644 --- a/design-system/packages/fields/package.json +++ b/design-system/packages/fields/package.json @@ -5,7 +5,7 @@ "main": "dist/keystone-ui-fields.cjs.js", "module": "dist/keystone-ui-fields.esm.js", "devDependencies": { - "@types/react": "^17.0.34" + "@types/react": "^17.0.35" }, "dependencies": { "@babel/runtime": "^7.16.3", diff --git a/design-system/packages/icons/package.json b/design-system/packages/icons/package.json index ab3a816184e..15c326de609 100644 --- a/design-system/packages/icons/package.json +++ b/design-system/packages/icons/package.json @@ -12,7 +12,7 @@ "@svgr/plugin-jsx": "^5.5.0", "@svgr/plugin-prettier": "^5.5.0", "@svgr/plugin-svgo": "^5.5.0", - "@types/react": "^17.0.34", + "@types/react": "^17.0.35", "chalk": "^4.1.2", "feather-icons": "^4.28.0", "fs-extra": "^10.0.0", diff --git a/design-system/packages/loading/package.json b/design-system/packages/loading/package.json index 50b35b19b1c..a4bdd1543aa 100644 --- a/design-system/packages/loading/package.json +++ b/design-system/packages/loading/package.json @@ -5,7 +5,7 @@ "main": "dist/keystone-ui-loading.cjs.js", "module": "dist/keystone-ui-loading.esm.js", "devDependencies": { - "@types/react": "^17.0.34" + "@types/react": "^17.0.35" }, "dependencies": { "@babel/runtime": "^7.16.3", diff --git a/design-system/packages/modals/package.json b/design-system/packages/modals/package.json index 94f564fda0c..c76d61cd68c 100644 --- a/design-system/packages/modals/package.json +++ b/design-system/packages/modals/package.json @@ -5,7 +5,7 @@ "main": "dist/keystone-ui-modals.cjs.js", "module": "dist/keystone-ui-modals.esm.js", "devDependencies": { - "@types/react": "^17.0.34" + "@types/react": "^17.0.35" }, "dependencies": { "@babel/runtime": "^7.16.3", diff --git a/design-system/packages/notice/package.json b/design-system/packages/notice/package.json index 590f5fa24c2..dbf0e415b81 100644 --- a/design-system/packages/notice/package.json +++ b/design-system/packages/notice/package.json @@ -5,7 +5,7 @@ "main": "dist/keystone-ui-notice.cjs.js", "module": "dist/keystone-ui-notice.esm.js", "devDependencies": { - "@types/react": "^17.0.34" + "@types/react": "^17.0.35" }, "dependencies": { "@babel/runtime": "^7.16.3", diff --git a/design-system/packages/segmented-control/package.json b/design-system/packages/segmented-control/package.json index 4bb3f4c9f2d..5853cc368d5 100644 --- a/design-system/packages/segmented-control/package.json +++ b/design-system/packages/segmented-control/package.json @@ -5,7 +5,7 @@ "main": "dist/keystone-ui-segmented-control.cjs.js", "module": "dist/keystone-ui-segmented-control.esm.js", "devDependencies": { - "@types/react": "^17.0.34", + "@types/react": "^17.0.35", "react": "^17.0.2" }, "dependencies": { diff --git a/design-system/packages/toast/package.json b/design-system/packages/toast/package.json index 77c7a16f817..faf5c227edc 100644 --- a/design-system/packages/toast/package.json +++ b/design-system/packages/toast/package.json @@ -5,7 +5,7 @@ "main": "dist/keystone-ui-toast.cjs.js", "module": "dist/keystone-ui-toast.esm.js", "devDependencies": { - "@types/react": "^17.0.34", + "@types/react": "^17.0.35", "react": "^17.0.2" }, "dependencies": { diff --git a/design-system/website/package.json b/design-system/website/package.json index 8a24d28e48b..db315e2e0bb 100644 --- a/design-system/website/package.json +++ b/design-system/website/package.json @@ -21,10 +21,10 @@ "@keystone-ui/toast": "^4.0.4", "@keystone-ui/tooltip": "^4.0.3", "@preconstruct/next": "^3.0.1", - "@types/react": "^17.0.34", + "@types/react": "^17.0.35", "@types/react-dom": "^17.0.11", "@types/tinycolor2": "^1.4.3", - "next": "^12.0.3", + "next": "^12.0.4", "react": "^17.0.2", "react-dom": "^17.0.2", "tinycolor2": "^1.4.2" diff --git a/docs/package.json b/docs/package.json index ad85404ed08..b53d3adb5e5 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,25 +12,25 @@ "dependencies": { "@babel/runtime": "^7.16.3", "@emotion/cache": "11.5.0", - "@emotion/react": "^11.5.0", + "@emotion/react": "^11.6.0", "@emotion/server": "11.4.0", "@emotion/weak-memoize": "^0.2.5", "@keystone-next/fields-document": "^12.0.0", "@mdx-js/loader": "next", "@mdx-js/react": "^1.6.22", - "@next/mdx": "^12.0.3", + "@next/mdx": "^12.0.4", "@preconstruct/next": "^3.0.1", "@sindresorhus/slugify": "^1.1.2", "@types/gtag.js": "^0.0.8", "@types/mdx-js__react": "^1.5.5", - "@types/react": "^17.0.34", + "@types/react": "^17.0.35", "@types/react-dom": "^17.0.11", "classnames": "^2.3.1", "copy-to-clipboard": "^3.3.1", "date-fns": "^2.25.0", "facepaint": "^1.2.1", "lodash.debounce": "^4.0.8", - "next": "^12.0.3", + "next": "^12.0.4", "next-compose-plugins": "^2.2.1", "prism-react-renderer": "^1.2.1", "react": "^17.0.2", diff --git a/examples-staging/auth/package.json b/examples-staging/auth/package.json index 4478a2b3a75..c1aebebef38 100644 --- a/examples-staging/auth/package.json +++ b/examples-staging/auth/package.json @@ -11,7 +11,7 @@ "dependencies": { "@keystone-next/auth": "^35.0.0", "@keystone-next/keystone": "^27.0.0", - "next": "^12.0.3", + "next": "^12.0.4", "react": "^17.0.2", "react-dom": "^17.0.2" }, diff --git a/examples-staging/basic/package.json b/examples-staging/basic/package.json index 5dafce539d5..69dbc86ab27 100644 --- a/examples-staging/basic/package.json +++ b/examples-staging/basic/package.json @@ -19,10 +19,10 @@ "@keystone-ui/icons": "^4.0.2", "@keystone-ui/tooltip": "^4.0.3", "@preconstruct/next": "^3.0.1", - "@types/react": "^17.0.34", + "@types/react": "^17.0.35", "graphql": "^15.7.2", "graphql-tag": "^2.12.6", - "next": "^12.0.3", + "next": "^12.0.4", "react": "^17.0.2", "react-dom": "^17.0.2", "uuid": "^8.3.2" diff --git a/examples-staging/ecommerce/package.json b/examples-staging/ecommerce/package.json index 7908648eaf1..f9700c5b734 100644 --- a/examples-staging/ecommerce/package.json +++ b/examples-staging/ecommerce/package.json @@ -21,11 +21,11 @@ "@keystone-next/keystone": "^27.0.0", "@types/nodemailer": "^6.4.4", "dotenv": "^10.0.0", - "next": "^12.0.3", - "nodemailer": "^6.7.0", + "next": "^12.0.4", + "nodemailer": "^6.7.1", "react": "^17.0.2", "react-dom": "^17.0.2", - "stripe": "^8.186.1" + "stripe": "^8.188.0" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples-staging/embedded-nextjs/package.json b/examples-staging/embedded-nextjs/package.json index 866ac774192..3563287542b 100644 --- a/examples-staging/embedded-nextjs/package.json +++ b/examples-staging/embedded-nextjs/package.json @@ -11,7 +11,7 @@ "dependencies": { "@keystone-next/keystone": "^27.0.0", "dotenv": "^10.0.0", - "next": "^12.0.3", + "next": "^12.0.4", "react": "^17.0.2", "react-dom": "^17.0.2" }, diff --git a/examples-staging/roles/package.json b/examples-staging/roles/package.json index e73e3d8ff89..c106eab3c84 100644 --- a/examples-staging/roles/package.json +++ b/examples-staging/roles/package.json @@ -11,7 +11,7 @@ "dependencies": { "@keystone-next/auth": "^35.0.0", "@keystone-next/keystone": "^27.0.0", - "next": "^12.0.3", + "next": "^12.0.4", "react": "^17.0.2", "react-dom": "^17.0.2" }, diff --git a/examples/custom-admin-ui-logo/package.json b/examples/custom-admin-ui-logo/package.json index 9ad906345a1..7ff6f6aae61 100644 --- a/examples/custom-admin-ui-logo/package.json +++ b/examples/custom-admin-ui-logo/package.json @@ -11,7 +11,7 @@ "dependencies": { "@keystone-next/keystone": "^27.0.0", "@keystone-ui/core": "^3.2.1", - "next": "^12.0.3", + "next": "^12.0.4", "react": "^17.0.2" }, "devDependencies": { diff --git a/examples/document-field/package.json b/examples/document-field/package.json index 9a901dd6811..b0562d67afe 100644 --- a/examples/document-field/package.json +++ b/examples/document-field/package.json @@ -14,7 +14,7 @@ "@keystone-next/fields-document": "^12.0.0", "@keystone-next/keystone": "^27.0.2", "@preconstruct/next": "^3.0.1", - "next": "^12.0.3", + "next": "^12.0.4", "react": "^17.0.2" }, "devDependencies": { diff --git a/package.json b/package.json index 14f8b271ac0..aee7e9a5fc9 100644 --- a/package.json +++ b/package.json @@ -63,9 +63,9 @@ "chalk-cli": "^5.0.0", "cross-env": "^7.0.3", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.25.2", + "eslint-plugin-import": "^2.25.3", "eslint-plugin-jest": "^25.2.4", - "eslint-plugin-react": "^7.26.1", + "eslint-plugin-react": "^7.27.0", "eslint-plugin-react-hooks": "^4.3.0", "is-ci": "^3.0.1", "jest": "^27.3.1", diff --git a/packages/cloudinary/package.json b/packages/cloudinary/package.json index b71f9614416..28a957a3a2f 100644 --- a/packages/cloudinary/package.json +++ b/packages/cloudinary/package.json @@ -10,7 +10,7 @@ "@keystone-ui/core": "^3.2.1", "@keystone-ui/fields": "^5.0.1", "@keystone-ui/pill": "^5.0.2", - "@types/react": "^17.0.34", + "@types/react": "^17.0.35", "cloudinary": "^1.27.1", "cuid": "^2.1.8", "graphql-upload": "^12.0.0", diff --git a/packages/fields-document/package.json b/packages/fields-document/package.json index 99218fc81cd..738c1687e40 100644 --- a/packages/fields-document/package.json +++ b/packages/fields-document/package.json @@ -32,7 +32,7 @@ "@keystone-ui/icons": "^4.0.2", "@keystone-ui/popover": "^4.0.5", "@keystone-ui/tooltip": "^4.0.3", - "@types/react": "^17.0.34", + "@types/react": "^17.0.35", "apollo-server-errors": "^3.3.0", "apply-ref": "^1.0.0", "fp-ts": "^2.11.5", diff --git a/packages/keystone/package.json b/packages/keystone/package.json index 8c2a484d5f0..1b6a05bbd0a 100644 --- a/packages/keystone/package.json +++ b/packages/keystone/package.json @@ -64,9 +64,9 @@ "@types/inflection": "^1.13.0", "@types/node-fetch": "^2.5.12", "@types/pluralize": "^0.0.29", - "@types/prettier": "^2.4.1", + "@types/prettier": "^2.4.2", "@types/prompts": "^2.0.14", - "@types/react": "^17.0.34", + "@types/react": "^17.0.35", "@types/source-map-support": "^0.5.4", "@types/supertest": "^2.0.11", "@types/uid-safe": "^2.1.2", @@ -78,7 +78,7 @@ "apollo-server-types": "^3.4.0", "apollo-upload-client": "^16.0.0", "bcryptjs": "^2.4.3", - "bytes": "^3.1.0", + "bytes": "^3.1.1", "chalk": "^4.1.2", "clipboard-copy": "^4.0.1", "cookie": "^0.4.1", @@ -105,7 +105,7 @@ "memoize-one": "^6.0.0", "meow": "^9.0.0", "micro": "^9.3.4", - "next": "^12.0.3", + "next": "^12.0.4", "node-fetch": "^2.6.6", "normalize-path": "^3.0.0", "object-hash": "^2.2.0", @@ -124,7 +124,7 @@ "uuid": "^8.3.2" }, "devDependencies": { - "@testing-library/dom": "^8.11.0", + "@testing-library/dom": "^8.11.1", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", "@types/bytes": "^3.1.1", diff --git a/yarn.lock b/yarn.lock index 8e0231c714a..ee7fdf106a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1383,7 +1383,7 @@ resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50" integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ== -"@emotion/react@^11.1.1", "@emotion/react@^11.5.0": +"@emotion/react@^11.1.1", "@emotion/react@^11.6.0": version "11.6.0" resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.6.0.tgz#61fcb95c1e01255734c2c721cb9beabcf521eb0f" integrity sha512-23MnRZFBN9+D1lHXC5pD6z4X9yhPxxtHr6f+iTGz6Fv6Rda0GdefPrsHL7otsEf+//7uqCdT5QtHeRxHCERzuw== @@ -1886,25 +1886,25 @@ resolved "https://registry.yarnpkg.com/@napi-rs/triples/-/triples-1.0.3.tgz#76d6d0c3f4d16013c61e45dfca5ff1e6c31ae53c" integrity sha512-jDJTpta+P4p1NZTFVLHJ/TLFVYVcOqv6l8xwOeBKNPMgY/zDYH/YH7SJbvrr/h1RcS9GzbPcLKGzpuK9cV56UA== -"@next/env@12.0.3": - version "12.0.3" - resolved "https://registry.yarnpkg.com/@next/env/-/env-12.0.3.tgz#e676b4d1454d8b6be433a348e99f2b8276ab6cd7" - integrity sha512-QcdlpcwIH9dYcVlNAU+gXaqHA/omskbRlb+R3vN7LlB2EgLt+9WQwbokcHOsNyt4pI7kDM67W4tr9l7dWnlGdQ== +"@next/env@12.0.4": + version "12.0.4" + resolved "https://registry.yarnpkg.com/@next/env/-/env-12.0.4.tgz#effe19526fa51ab2da1a39e594b80a257b3fa1c5" + integrity sha512-QtZ6X5c6Zqa7oWs5csEmZ7xy+gLdtRKKg02SOT5l0Ziea4P5IU8mSOCyNC4fZmXewcRVjpbY+yGqAAP7hJUfOA== -"@next/mdx@^12.0.3": - version "12.0.3" - resolved "https://registry.yarnpkg.com/@next/mdx/-/mdx-12.0.3.tgz#28da3ca4da0679a5c15bfd5cd88275976815c841" - integrity sha512-/d606qZl00Ros4V4LRyZMRlQGm3v3tCEmoyVNt/ewEU5NA2u+TMXWjGTx1hIfKv2KkvqAsUa5BzU7VDPuPijuw== +"@next/mdx@^12.0.4": + version "12.0.4" + resolved "https://registry.yarnpkg.com/@next/mdx/-/mdx-12.0.4.tgz#8c3e74ba1fd8322f3a883e36718b5f00109f5041" + integrity sha512-WsiuZkzhECLp91ZGErhPKzASsFSRwcoHATOeZZvrkyjXiBodem/M3qFev6GPe9g2Ejw5Kt2DdbwUlkELDpz8aw== -"@next/polyfill-module@12.0.3": - version "12.0.3" - resolved "https://registry.yarnpkg.com/@next/polyfill-module/-/polyfill-module-12.0.3.tgz#4217e5284762124bf9fe2505622c4de89998f7a2" - integrity sha512-fgjVjdCk0Jq627d/N33oQIJjWrcKtzw6Dfa2PfypoIJ35/xFIKgs6mPyvq8cg3Ao5b7dEn9+Rw45PGjlY5e7JA== +"@next/polyfill-module@12.0.4": + version "12.0.4" + resolved "https://registry.yarnpkg.com/@next/polyfill-module/-/polyfill-module-12.0.4.tgz#ef4f4fd6d773ad655db1859ca71127e0c358af50" + integrity sha512-mk9yCDNpfXINTJKFTZNgwYs7eqRFpc5D/49O/fKB59blihyKl1GY1sZ0l7a2bn5l1X/WuaZzcIfqnrwkneqeaQ== -"@next/react-dev-overlay@12.0.3": - version "12.0.3" - resolved "https://registry.yarnpkg.com/@next/react-dev-overlay/-/react-dev-overlay-12.0.3.tgz#d85a609bf7d75eb190940d0fc64eff94c0e4a478" - integrity sha512-gHfDEVHFeTUpQMcyytzvkuOu+5DQXjXbCbQHuavFftYrlHqXfzYFsa+wERff+g4/0IzEvcYVp3F4gdmynWfUog== +"@next/react-dev-overlay@12.0.4": + version "12.0.4" + resolved "https://registry.yarnpkg.com/@next/react-dev-overlay/-/react-dev-overlay-12.0.4.tgz#c97113df84986233c62eed37382aab85a0ec006e" + integrity sha512-9O0lXyzv5goFSmDwq9Hp8JE+DcObvd+bTXvmGSSvYR91AlIoVlH8/PwATx8Rf5YEuqggn/XKR1hn2kBYcbcGnA== dependencies: "@babel/code-frame" "7.12.11" anser "1.4.9" @@ -1918,65 +1918,65 @@ stacktrace-parser "0.1.10" strip-ansi "6.0.1" -"@next/react-refresh-utils@12.0.3": - version "12.0.3" - resolved "https://registry.yarnpkg.com/@next/react-refresh-utils/-/react-refresh-utils-12.0.3.tgz#1389b0370e258634432d6dd78f889c09a8328e10" - integrity sha512-YPtlfvkYh/4MvNNm5w3uwo+1KPMg67snzr5CuexbRewsu2ITaF7f0bh0Jcayi20wztk8SgWjNz1bmF8j9qbWIw== - -"@next/swc-android-arm64@12.0.3": - version "12.0.3" - resolved "https://registry.yarnpkg.com/@next/swc-android-arm64/-/swc-android-arm64-12.0.3.tgz#8b99b3e7f13dda1f4c3c6dc83af73d8f40afecd5" - integrity sha512-40sOl9/50aamX0dEMrecqJQcUrRK47D7S9F66ulrZmz+5Ujp0lnP1rBOXngo0PZMecfU1tr7zbNubiAMDxfCxw== - -"@next/swc-darwin-arm64@12.0.3": - version "12.0.3" - resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-12.0.3.tgz#a385e610fb4a20c47355520b82a79d08e0f6441e" - integrity sha512-iKSe2hCMB51Ft41cNAxZk6St1rBlqSRtBSl4oO0zJlGu7bCxXCGCJ058/OLvYxcNWgz7ODOApObm3Yjv8XEvxg== - -"@next/swc-darwin-x64@12.0.3": - version "12.0.3" - resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-12.0.3.tgz#0405a3838a652b7bb44c5cd5d920c11240194385" - integrity sha512-/BcnfLyhIj4rgU3yVDfD8uXK2TcNYIdflYHKkjFxd3/J1GWOtBN31m0dB8fL0h5LdW11kzaXvVvab3f5ilkEww== - -"@next/swc-linux-arm-gnueabihf@12.0.3": - version "12.0.3" - resolved "https://registry.yarnpkg.com/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-12.0.3.tgz#f5d43be7314044526fd9f1eef34337bb95f02e01" - integrity sha512-2HNPhBJuN9L6JzqqqdYB4TKfFFmaKkpF0X3C1s83Xp61mR2sx8gOthHQtZqWDs4ZLnKZU0j2flGU1uuqpHPCpg== - -"@next/swc-linux-arm64-gnu@12.0.3": - version "12.0.3" - resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-12.0.3.tgz#6f1cda1dadabcc4d4f13bd6f5ce23b9879bc6d73" - integrity sha512-NXTON1XK7zi2i+A+bY1PVLi1g5b8cSwgzbnuVR0vAgOtU+3at7FqAKOWfuFIXY7eBEK65uu0Fu5gADhMj0uanQ== - -"@next/swc-linux-arm64-musl@12.0.3": - version "12.0.3" - resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-12.0.3.tgz#1eedc1f1fcafc9862ef7e83205ada96bf320a694" - integrity sha512-8D0q22VavhcIl2ZQErEffgh5q6mChaG84uTluAoFfjwrgYtPDZX0M5StqkTZL6T5gA5RLHboNVoscIKGZWMojQ== - -"@next/swc-linux-x64-gnu@12.0.3": - version "12.0.3" - resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-12.0.3.tgz#eca85107b01a7571957ae25104d11042e9835a49" - integrity sha512-4mkimH9nMzbuQfLmZ152NYSHdrII9AeqrkrHszexL1Lup2TLMPuxlXj55eVnyyeKFXRLlnqbCu7aOIND68RbOA== - -"@next/swc-linux-x64-musl@12.0.3": - version "12.0.3" - resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-12.0.3.tgz#758656b8e36a520c03763d154c366bec889c56b3" - integrity sha512-MXvx+IDYoSsSM7KcwbQAVo9r+ZeklHeDQiUEmyRRzQE1Q4JvkWwMdPu/NfFdyxur+RfKjRoUoWFdPi5MBKTpkw== - -"@next/swc-win32-arm64-msvc@12.0.3": - version "12.0.3" - resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-12.0.3.tgz#3f8ab8fa3367d729e49b3072fb24f9d0f8af7c21" - integrity sha512-8GusumFZLp/mtVix+3JZVTGqzqntTsrTIFZ+GpcLMwyVjB3KkBwHiwJaa38WGleUinJSpJvgmhTWgppsiSKW3A== - -"@next/swc-win32-ia32-msvc@12.0.3": - version "12.0.3" - resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-12.0.3.tgz#e3df153a4e0c896a5871f1d26c7e176fa1ceec72" - integrity sha512-mF7bkxSZ++QiB+E0HFqay/etvPF+ZFcCuG27lSwFIM00J+TE0IRqMyMx66vJ8g1h6khpwXPI0o2hrwIip/r8cQ== - -"@next/swc-win32-x64-msvc@12.0.3": - version "12.0.3" - resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-12.0.3.tgz#c3e4af29cd74190b89461ccc26b932ae4c27f99d" - integrity sha512-eXFwyf46UFFggMQ3k2tJsOmB3SuKjWaSiZJH0tTDUsLw74lyqyzJqMCVA4yY0gWSlEnSjmX5nrCBknVZd3joaA== +"@next/react-refresh-utils@12.0.4": + version "12.0.4" + resolved "https://registry.yarnpkg.com/@next/react-refresh-utils/-/react-refresh-utils-12.0.4.tgz#20d43626498c451f71bb0bb26c3f780ad90f5fd6" + integrity sha512-kNUDmpBaJ+8Lb8CtKNynRFF9oijCjUKKru6Ont+JKhti9//5dNFFIcuo607bJSH86un06OEK0TZUt5XWVlbkjw== + +"@next/swc-android-arm64@12.0.4": + version "12.0.4" + resolved "https://registry.yarnpkg.com/@next/swc-android-arm64/-/swc-android-arm64-12.0.4.tgz#e3ad69d3aadbd1d3ff0768b4f02b66c3806aa6b2" + integrity sha512-6mXumia8ZPcy7bYu9kjItfWxrE6SFaJyqQDaFy9G9WrU9x3M1R1Yok8B2X1mboM8itD0tq+t3R/ebQEkkmevUw== + +"@next/swc-darwin-arm64@12.0.4": + version "12.0.4" + resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-12.0.4.tgz#bc083ed3ad5e6971d2f374f38a7d8f3c46a6de0a" + integrity sha512-7WMen1qhF5JmjKD9S5IEgEoaPJOXyIZj/Nsqa8ZSWxdF5oogp3uYYbKb/rvMYoKzpIbjyoLH/OCM5lm5IFM4iw== + +"@next/swc-darwin-x64@12.0.4": + version "12.0.4" + resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-12.0.4.tgz#84855d4c9fef3b3a094c0f2424ae2b7e6dc29caa" + integrity sha512-PVgefMWjxP6CU1HQs39+Bfpjcue6qErJfvJ/+n2zimjLzyeQAmD6LM9f1lDSttW2LjKjasoxR5qkRNLVlqzlaA== + +"@next/swc-linux-arm-gnueabihf@12.0.4": + version "12.0.4" + resolved "https://registry.yarnpkg.com/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-12.0.4.tgz#090156c4fc88d86ebc67df35e99daa97ddb232de" + integrity sha512-8xGQu3sJiIdriKiCux3jDJ9pwivELEg7z2zfW0CqmQMbKNB7qP9lc0pq6CxshtKyXRMczNWRMtQ3Cjwep+UvNg== + +"@next/swc-linux-arm64-gnu@12.0.4": + version "12.0.4" + resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-12.0.4.tgz#3ddda6eb703eda411b117d1974f08e028bb987ed" + integrity sha512-HhEWcBkqGr3E7SYLtN9VnYUGamAWaLcXawHN33Em0WP7gzXrBqz0iIJNH7uEzHDS6980EqU/rrkLyhCHrYSZgQ== + +"@next/swc-linux-arm64-musl@12.0.4": + version "12.0.4" + resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-12.0.4.tgz#a17985b811166bb3598816009e5f025539827c21" + integrity sha512-oZyQ9wjtE7OX9RlnovP7izNx2AR/RzTuYWU4Ttim8ssABsipQSxSlfRaeb+Qi6jTc6k+lrPhjRfaZ+fGv/m2Ag== + +"@next/swc-linux-x64-gnu@12.0.4": + version "12.0.4" + resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-12.0.4.tgz#46fa9f4a4d381d41c0fc75912810e72468b0fb49" + integrity sha512-aBuf78QzL93T59Lk9kEGfHcA+9SzYIH7dGon1nqVxtAd2iqicKYNVaVcb38VKeiIBXMSUHXTdu6Ee053ZCOmSw== + +"@next/swc-linux-x64-musl@12.0.4": + version "12.0.4" + resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-12.0.4.tgz#5e07982c84df77ddad537f3abca7d0f52504fc08" + integrity sha512-yDgqUqL4H8M3Y0hv30ZyL9UvjnK4iXmD4I6iJz+XIHSRdA/VUiyKKoL7okf9hxr0mSxBtagbZ5A3qEoW/VliUQ== + +"@next/swc-win32-arm64-msvc@12.0.4": + version "12.0.4" + resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-12.0.4.tgz#17705a3d20b35fddd2f61c4d2e491bbf6909e71a" + integrity sha512-evDUrEYsUo+PMHsedaymfZO98VwV9wNFzuWVCyKgqg6SD1ZRpzbpqYQY7aINIuqZVdIWZElBE6EM+oxaj7PuWQ== + +"@next/swc-win32-ia32-msvc@12.0.4": + version "12.0.4" + resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-12.0.4.tgz#a2a6d5c09a07c62d3a6b5b6dbc4443b566b8385b" + integrity sha512-Lbmz0xlo8vW4EDWyzCfy3nGfqt7skqwxaERwe+vDVTBZ56mvJ5dsdyjqK24sxu4FFkWR7SaU4eNlHwZR+A3kTg== + +"@next/swc-win32-x64-msvc@12.0.4": + version "12.0.4" + resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-12.0.4.tgz#acb9ffb17118b797d8c76dd688dd0aec5fa65cd4" + integrity sha512-f+7WNIJOno5QEelrmob+3vN5EZJb3KCkOrnvUsQ0+LCCD0dIPIhCjeHAh3BGj9msGu8ijnXvD7JxVxE5V26cnQ== "@nodelib/fs.scandir@2.1.5": version "2.1.5" @@ -2491,7 +2491,7 @@ dependencies: defer-to-connect "^1.0.1" -"@testing-library/dom@^8.0.0", "@testing-library/dom@^8.11.0": +"@testing-library/dom@^8.0.0", "@testing-library/dom@^8.11.1": version "8.11.1" resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.11.1.tgz#03fa2684aa09ade589b460db46b4c7be9fc69753" integrity sha512-3KQDyx9r0RKYailW2MiYrSSKEfH0GTkI51UGEvJenvcoDoeRYs0PZpi2SXqtnMClQvCqdtTTpOfFETDTVADpAg== @@ -3009,7 +3009,7 @@ resolved "https://registry.yarnpkg.com/@types/pluralize/-/pluralize-0.0.29.tgz#6ffa33ed1fc8813c469b859681d09707eb40d03c" integrity sha512-BYOID+l2Aco2nBik+iYS4SZX0Lf20KPILP5RGmM1IgzdwNdTs0eebiFriOPcej1sX9mLnSoiNte5zcFxssgpGA== -"@types/prettier@^2.1.5", "@types/prettier@^2.4.1": +"@types/prettier@^2.1.5", "@types/prettier@^2.4.2": version "2.4.2" resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.2.tgz#4c62fae93eb479660c3bd93f9d24d561597a8281" integrity sha512-ekoj4qOQYp7CvjX8ZDBgN86w3MqQhLE1hczEJbEIjgFEumDy+na/4AJAbLXfgEWFNB2pKadM5rPFtuSGMWK7xA== @@ -3062,7 +3062,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^17.0.34": +"@types/react@*": version "17.0.34" resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.34.tgz#797b66d359b692e3f19991b6b07e4b0c706c0102" integrity sha512-46FEGrMjc2+8XhHXILr+3+/sTe3OfzSPU9YGKILLrUYbQ1CLQC9Daqo1KzENGXAWwrFwiY0l4ZbF20gRvgpWTg== @@ -3071,6 +3071,15 @@ "@types/scheduler" "*" csstype "^3.0.2" +"@types/react@^17.0.35": + version "17.0.35" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.35.tgz#217164cf830267d56cd1aec09dcf25a541eedd4c" + integrity sha512-r3C8/TJuri/SLZiiwwxQoLAoavaczARfT9up9b4Jr65+ErAUX3MIkU0oMOQnrpfgHme8zIqZLX7O5nnjm5Wayw== + dependencies: + "@types/prop-types" "*" + "@types/scheduler" "*" + csstype "^3.0.2" + "@types/redis@^2.8.32": version "2.8.32" resolved "https://registry.yarnpkg.com/@types/redis/-/redis-2.8.32.tgz#1d3430219afbee10f8cfa389dad2571a05ecfb11" @@ -4293,11 +4302,16 @@ bytes@3.0.0: resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg= -bytes@3.1.0, bytes@^3.1.0: +bytes@3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6" integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== +bytes@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.1.tgz#3f018291cb4cbad9accb6e6970bca9c8889e879a" + integrity sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg== + cache-base@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" @@ -5691,7 +5705,7 @@ eslint-module-utils@^2.7.1: find-up "^2.1.0" pkg-dir "^2.0.0" -eslint-plugin-import@^2.25.2: +eslint-plugin-import@^2.25.3: version "2.25.3" resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.3.tgz#a554b5f66e08fb4f6dc99221866e57cfff824766" integrity sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg== @@ -5722,7 +5736,7 @@ eslint-plugin-react-hooks@^4.3.0: resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172" integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA== -eslint-plugin-react@^7.26.1: +eslint-plugin-react@^7.27.0: version "7.27.0" resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.27.0.tgz#f952c76517a3915b81c7788b220b2b4c96703124" integrity sha512-0Ut+CkzpppgFtoIhdzi2LpdpxxBvgFf99eFqWxJnUrO7mMe0eOiNpou6rvNYeVVV6lWZvTah0BFne7k5xHjARg== @@ -9624,18 +9638,18 @@ next-sitemap@^1.6.203: matcher "^4.0.0" minimist "^1.2.5" -next@^12.0.3: - version "12.0.3" - resolved "https://registry.yarnpkg.com/next/-/next-12.0.3.tgz#325732ceb4193306a9a31912815fc570d1a66641" - integrity sha512-GGdhTBcerdMZbitrO67IVetmB+AHa2X69xrkXKClUT8SRu8pEVto/2QMSnfI+uYc5czCUWPsVtVY3aMoMRMaCA== +next@^12.0.4: + version "12.0.4" + resolved "https://registry.yarnpkg.com/next/-/next-12.0.4.tgz#096578b320f0faf0bd51798decb39aaf00052efe" + integrity sha512-1pvjcSZBm5OLoGmDhp4JwKwIE798WbqUNLuyU7w6a2jUkdWaxOYtkE/ROXQTi2pXHj7+6rm68AvhxROLX2NHQg== dependencies: "@babel/runtime" "7.15.4" "@hapi/accept" "5.0.2" "@napi-rs/triples" "1.0.3" - "@next/env" "12.0.3" - "@next/polyfill-module" "12.0.3" - "@next/react-dev-overlay" "12.0.3" - "@next/react-refresh-utils" "12.0.3" + "@next/env" "12.0.4" + "@next/polyfill-module" "12.0.4" + "@next/react-dev-overlay" "12.0.4" + "@next/react-refresh-utils" "12.0.4" acorn "8.5.0" assert "2.0.0" browserify-zlib "0.2.0" @@ -9679,17 +9693,17 @@ next@^12.0.3: vm-browserify "1.1.2" watchpack "2.1.1" optionalDependencies: - "@next/swc-android-arm64" "12.0.3" - "@next/swc-darwin-arm64" "12.0.3" - "@next/swc-darwin-x64" "12.0.3" - "@next/swc-linux-arm-gnueabihf" "12.0.3" - "@next/swc-linux-arm64-gnu" "12.0.3" - "@next/swc-linux-arm64-musl" "12.0.3" - "@next/swc-linux-x64-gnu" "12.0.3" - "@next/swc-linux-x64-musl" "12.0.3" - "@next/swc-win32-arm64-msvc" "12.0.3" - "@next/swc-win32-ia32-msvc" "12.0.3" - "@next/swc-win32-x64-msvc" "12.0.3" + "@next/swc-android-arm64" "12.0.4" + "@next/swc-darwin-arm64" "12.0.4" + "@next/swc-darwin-x64" "12.0.4" + "@next/swc-linux-arm-gnueabihf" "12.0.4" + "@next/swc-linux-arm64-gnu" "12.0.4" + "@next/swc-linux-arm64-musl" "12.0.4" + "@next/swc-linux-x64-gnu" "12.0.4" + "@next/swc-linux-x64-musl" "12.0.4" + "@next/swc-win32-arm64-msvc" "12.0.4" + "@next/swc-win32-ia32-msvc" "12.0.4" + "@next/swc-win32-x64-msvc" "12.0.4" nexus@^1.1.0: version "1.1.0" @@ -9745,10 +9759,10 @@ node-releases@^2.0.1: resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.1.tgz#3d1d395f204f1f2f29a54358b9fb678765ad2fc5" integrity sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA== -nodemailer@^6.7.0: - version "6.7.0" - resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.7.0.tgz#86614722c4e0c33d1b5b02aecb90d6d629932b0d" - integrity sha512-AtiTVUFHLiiDnMQ43zi0YgkzHOEWUkhDgPlBXrsDzJiJvB29Alo4OKxHQ0ugF3gRqRQIneCLtZU3yiUo7pItZw== +nodemailer@^6.7.1: + version "6.7.1" + resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.7.1.tgz#09f72f8b375f7b259291757007bcd902c0174c6e" + integrity sha512-E1C8G3rnXrGjznwGP1k+OrW5k4rl0XtqTEB19f7vtJAMYwfxZVSsAu2iY5xJkrZsbVYr6PwwAwRmFlakPoFC0A== normalize-package-data@^2.5.0: version "2.5.0" @@ -12084,7 +12098,7 @@ strip-outer@^1.0.1: dependencies: escape-string-regexp "^1.0.2" -stripe@^8.186.1: +stripe@^8.188.0: version "8.188.0" resolved "https://registry.yarnpkg.com/stripe/-/stripe-8.188.0.tgz#1d892c2f9000847c627db06a374529e7fbd2b83e" integrity sha512-AW5IOKq4y+ENfHddJPrLL/GSvGj1MnBvUe6QMI1z27x/4pMNrU7v0ZqzRSJCihWqP0tUuCmQibSYSbsV4XJ3zA==