From 44d4de7d3da5c45350baa023e6a343257be6492d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 01:56:46 +0000 Subject: [PATCH] Bump eslint-config-next from 12.2.2 to 12.2.3 Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 12.2.2 to 12.2.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v12.2.3/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 4 +- yarn.lock | 210 +++++++++++++++++++++++++-------------------------- 2 files changed, 107 insertions(+), 107 deletions(-) diff --git a/package.json b/package.json index 8117b72752..897612ec44 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "esbuild": "^0.14.49", "esbuild-css-modules-plugin": "^2.4.0", "eslint": "^8.20.0", - "eslint-config-next": "12.2.2", + "eslint-config-next": "12.2.3", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.30.1", @@ -67,7 +67,7 @@ "react-dom": "^18.2.0", "react-router": "^6.3.0", "react-router-dom": "^6.3.0", - "react-spring": "^9.5.0", + "react-spring": "^9.5.1", "regenerator-runtime": "^0.13.9", "sharp": "^0.30.7", "stylelint": "^14.9.1", diff --git a/yarn.lock b/yarn.lock index c68d431233..e5108f20d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -997,10 +997,10 @@ resolved "https://registry.yarnpkg.com/@microsoft/tsdoc/-/tsdoc-0.14.1.tgz#155ef21065427901994e765da8a0ba0eaae8b8bd" integrity sha512-6Wci+Tp3CgPt/B9B0a3J4s3yMgLNSku6w5TV6mN+61C71UqsRBv2FUibBf3tPGlNxebgPHMEUzKpb1ggE8KCKw== -"@next/eslint-plugin-next@12.2.2": - version "12.2.2" - resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-12.2.2.tgz#b4a22c06b6454068b54cc44502168d90fbb29a6d" - integrity sha512-XOi0WzJhGH3Lk51SkSu9eZxF+IY1ZZhWcJTIGBycAbWU877IQa6+6KxMATWCOs7c+bmp6Sd8KywXJaDRxzu0JA== +"@next/eslint-plugin-next@12.2.3": + version "12.2.3" + resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-12.2.3.tgz#63726691aac6a7f01b64190a0323d590a0e8154d" + integrity sha512-B2e8Yg1MpuLsGxhCx4rU8/Tcnr5wFmCx1O2eyLXBPnaCcsFXfGCo067ujagtDLtWASL3GNgzg78U1SB0dbc38A== dependencies: glob "7.1.7" @@ -1222,91 +1222,91 @@ resolved "https://registry.yarnpkg.com/@pulumi/query/-/query-0.3.0.tgz#f496608e86a18c3dd31b6c533408e2441c29071d" integrity sha512-xfo+yLRM2zVjVEA4p23IjQWzyWl1ZhWOGobsBqRpIarzLvwNH/RAGaoehdxlhx4X92302DrpdIFgTICMN4P38w== -"@react-spring/animated@~9.5.0": - version "9.5.0" - resolved "https://registry.yarnpkg.com/@react-spring/animated/-/animated-9.5.0.tgz#bedc9301ec81a29331327aa25e37125a94080f48" - integrity sha512-FgotFIRQsgxFTgNZhsqi19GUO8isFAeUF/Ica6TeBkR87LQelHGWOg+wW5S3kaX9pzUgC4LOfzj0fRoMFaQKmA== - dependencies: - "@react-spring/shared" "~9.5.0" - "@react-spring/types" "~9.5.0" - -"@react-spring/core@~9.5.0": - version "9.5.0" - resolved "https://registry.yarnpkg.com/@react-spring/core/-/core-9.5.0.tgz#0f3ba069237ce08752e319aac71c621adc37500b" - integrity sha512-/5uopqj3NztZ8g2tD7jhtpSlUFSCr+WbLs0sb6ylwjuOJB050LCpYTJ8iurPf/wuhkYd7Q2xLK0Kr5PO0v53eQ== - dependencies: - "@react-spring/animated" "~9.5.0" - "@react-spring/rafz" "~9.5.0" - "@react-spring/shared" "~9.5.0" - "@react-spring/types" "~9.5.0" - -"@react-spring/konva@~9.5.0": - version "9.5.0" - resolved "https://registry.yarnpkg.com/@react-spring/konva/-/konva-9.5.0.tgz#7d794794379abcab8a0c2932cf04f395958f362c" - integrity sha512-b2J/DnnzgQcLNo5y/idXGAUbVKCC6BUhtNjRhna1+mNsrjuBrUxJ/n4zBpHwqVHNK4/2IXmvNIkitPe/LraE3g== - dependencies: - "@react-spring/animated" "~9.5.0" - "@react-spring/core" "~9.5.0" - "@react-spring/shared" "~9.5.0" - "@react-spring/types" "~9.5.0" - -"@react-spring/native@~9.5.0": - version "9.5.0" - resolved "https://registry.yarnpkg.com/@react-spring/native/-/native-9.5.0.tgz#5b89911e78b8f83fd1c46370b687aedf6dda728c" - integrity sha512-gznPcy18OVTS7qblgq8eal2vDOcatyBg2J/WXYejYVUUFJJI4ZF+nYoPFIxf2pz/Q0iYPjqES1Ae7JiizCvl8w== - dependencies: - "@react-spring/animated" "~9.5.0" - "@react-spring/core" "~9.5.0" - "@react-spring/shared" "~9.5.0" - "@react-spring/types" "~9.5.0" - -"@react-spring/rafz@~9.5.0": - version "9.5.0" - resolved "https://registry.yarnpkg.com/@react-spring/rafz/-/rafz-9.5.0.tgz#25ee5ad7dbac2b7486b3a0dd23aa0a6880793d9f" - integrity sha512-jvelJ/YNeVTkPIRnVu6mD/lopZqixiAY5omCgQM8kT1kAnRPeyuGfHAb73HTnqOzcIL8vOluNfTfUM/xcPm3RQ== - -"@react-spring/shared@~9.5.0": - version "9.5.0" - resolved "https://registry.yarnpkg.com/@react-spring/shared/-/shared-9.5.0.tgz#d80df5a6496fe4d414e608a7bcef448598e4ffee" - integrity sha512-XuRFgWiiV6LRd3JMQAVhsMnDIBF+M1Z3MeNI6Y+5oIf6mINQHLNPWjYt/lcLZ4cuKYi+OOce4G9zJx003b9w4g== - dependencies: - "@react-spring/rafz" "~9.5.0" - "@react-spring/types" "~9.5.0" - -"@react-spring/three@~9.5.0": - version "9.5.0" - resolved "https://registry.yarnpkg.com/@react-spring/three/-/three-9.5.0.tgz#74c919c93c26b7255ded8c69f3a02f5730cb198c" - integrity sha512-tr5qgW4jvWrodAVc5gL0vu7+yDD9cnqut7tEIQELgrk4ffTlt+biPh2p2sW/KTVAu51ZO+aK/8caqt26DzqpFQ== - dependencies: - "@react-spring/animated" "~9.5.0" - "@react-spring/core" "~9.5.0" - "@react-spring/shared" "~9.5.0" - "@react-spring/types" "~9.5.0" - -"@react-spring/types@~9.5.0": - version "9.5.0" - resolved "https://registry.yarnpkg.com/@react-spring/types/-/types-9.5.0.tgz#5ef3af4edc4a5d667f202b9581ac0dfc20889cfb" - integrity sha512-qrLwe77qa1LdS/tjCZKljzoXDSg9WPAgrfAkl8x1w8y9E8jHnCr2Z8UkM/sXvFlCZvMfsGes4XnE4oUNdjNuNQ== - -"@react-spring/web@~9.5.0": - version "9.5.0" - resolved "https://registry.yarnpkg.com/@react-spring/web/-/web-9.5.0.tgz#a47dbf9bf2942a29c22339711eb580c61631d3b3" - integrity sha512-fq33Og23zCLxH7HELdOyAk0pWtwbSsk8MzPenN2JZMYI1dElB208r4CedM78TPY99YWIY2XRJ45VxbikxVeWLQ== - dependencies: - "@react-spring/animated" "~9.5.0" - "@react-spring/core" "~9.5.0" - "@react-spring/shared" "~9.5.0" - "@react-spring/types" "~9.5.0" - -"@react-spring/zdog@~9.5.0": - version "9.5.0" - resolved "https://registry.yarnpkg.com/@react-spring/zdog/-/zdog-9.5.0.tgz#5f1a612a97040dca4a253ef32849827d373f54f1" - integrity sha512-d+rfOC4PC4L78a0ep2YIqpcaqoQdlWLI52Gy32cOHFPT4WgOrX+r6kZWjQli6P2LmcGoY6A9kh051MQpRVnI3g== - dependencies: - "@react-spring/animated" "~9.5.0" - "@react-spring/core" "~9.5.0" - "@react-spring/shared" "~9.5.0" - "@react-spring/types" "~9.5.0" +"@react-spring/animated@~9.5.1": + version "9.5.1" + resolved "https://registry.yarnpkg.com/@react-spring/animated/-/animated-9.5.1.tgz#663aa587ea83cd16fb8fa650dc0966a226bbc8b2" + integrity sha512-Q3p5XkpaRj/d1rmWmunPo0g0QOU7QCI/lBrk0xEmRROElIUUTIrhDxwlSV6OgmP5Meil3crQ255I/CiUzCONKQ== + dependencies: + "@react-spring/shared" "~9.5.1" + "@react-spring/types" "~9.5.1" + +"@react-spring/core@~9.5.1": + version "9.5.1" + resolved "https://registry.yarnpkg.com/@react-spring/core/-/core-9.5.1.tgz#378ffc74a131b8c476673dfe1efed28bcfb8d2ca" + integrity sha512-rGJSUFvbVGA50cnKEBb869LkaT+fm+4jm5O3B6w6Sx9YN3oKLpfcl/zw5Ltbav9qYnELOQlk2xx1ccUQPFHYpA== + dependencies: + "@react-spring/animated" "~9.5.1" + "@react-spring/rafz" "~9.5.1" + "@react-spring/shared" "~9.5.1" + "@react-spring/types" "~9.5.1" + +"@react-spring/konva@~9.5.1": + version "9.5.1" + resolved "https://registry.yarnpkg.com/@react-spring/konva/-/konva-9.5.1.tgz#ba2377dd6dae40eafb9de0c1c40f514f782a9f60" + integrity sha512-YkIGnsz2GfaR32pWQVblHDgsViNVMl5gJb6vN2oxWHHVZ9impod/sDsoXNYn1nscfH3ygi7ewBmJ70QTmjYVJQ== + dependencies: + "@react-spring/animated" "~9.5.1" + "@react-spring/core" "~9.5.1" + "@react-spring/shared" "~9.5.1" + "@react-spring/types" "~9.5.1" + +"@react-spring/native@~9.5.1": + version "9.5.1" + resolved "https://registry.yarnpkg.com/@react-spring/native/-/native-9.5.1.tgz#0feffe5e32076ce1244b7cea3fff86fd8bd2f365" + integrity sha512-SbYvIty7ihVDfxzXS3RWNnFocrzvTwMZ1EpkN51RyWdaPhV8TMwffY5HvghXcwSG90xyvjJ3ZMvA7YejQcjpAg== + dependencies: + "@react-spring/animated" "~9.5.1" + "@react-spring/core" "~9.5.1" + "@react-spring/shared" "~9.5.1" + "@react-spring/types" "~9.5.1" + +"@react-spring/rafz@~9.5.1": + version "9.5.1" + resolved "https://registry.yarnpkg.com/@react-spring/rafz/-/rafz-9.5.1.tgz#4b885b0ff3d8c4afdf5fe4d19e607f9189d35d48" + integrity sha512-sCqRZUdJRCmkBxyDoTDQZ0xTQU8aJZoVAy/VJcY44JcYBimoPtQevaT2yNRc8tW2ZQlbqK/O78yffy9e/U9gTQ== + +"@react-spring/shared@~9.5.1": + version "9.5.1" + resolved "https://registry.yarnpkg.com/@react-spring/shared/-/shared-9.5.1.tgz#82c65bfbcc31cba194921187220ff503c85c4fc9" + integrity sha512-c7aB74XPtzvtJfzsLlxesKg9+eZTkyo6et+1BCTJ9Jwvk9v6zrTxZqs9VmywDsLhFeBdVhx2mKrxY03WiuA+Jg== + dependencies: + "@react-spring/rafz" "~9.5.1" + "@react-spring/types" "~9.5.1" + +"@react-spring/three@~9.5.1": + version "9.5.1" + resolved "https://registry.yarnpkg.com/@react-spring/three/-/three-9.5.1.tgz#66c04c26b17c64bf000c15de9d945a6874ae4910" + integrity sha512-cA2vYpwhV9oqe/pb/yGYuvZPxiKquU/kEy2tQoSTcnnPyy2EzQ2D9LfWKqQGnMph73TpeYlJuxDJt82vYOXK4g== + dependencies: + "@react-spring/animated" "~9.5.1" + "@react-spring/core" "~9.5.1" + "@react-spring/shared" "~9.5.1" + "@react-spring/types" "~9.5.1" + +"@react-spring/types@~9.5.1": + version "9.5.1" + resolved "https://registry.yarnpkg.com/@react-spring/types/-/types-9.5.1.tgz#00514faf8f655f46c8c15c98c89ddb59d3acff66" + integrity sha512-rDppRFYFmLnscvXJC5G/plJdHpEWHzaPA3cTk2NDieVFhAJEZUTzsxYgpnvyrGJ8AmsMRkWflDrKqCXFhHm0+A== + +"@react-spring/web@~9.5.1": + version "9.5.1" + resolved "https://registry.yarnpkg.com/@react-spring/web/-/web-9.5.1.tgz#b0af65a81294d648d35f2201e18d1189db1c547c" + integrity sha512-sk8STUg8Fny94AC6g8KVRUAzIP3kVITrPGKKoVz+9/gSzLZBksOrTIQUElVsybrYvV0QVtpsbRv5dazZeTpRzA== + dependencies: + "@react-spring/animated" "~9.5.1" + "@react-spring/core" "~9.5.1" + "@react-spring/shared" "~9.5.1" + "@react-spring/types" "~9.5.1" + +"@react-spring/zdog@~9.5.1": + version "9.5.1" + resolved "https://registry.yarnpkg.com/@react-spring/zdog/-/zdog-9.5.1.tgz#cd01c639a710cc15ab1d919f8795a8752db2c1d9" + integrity sha512-k7JLIZZD4SWbEBqZ3rBQGmhygtBQa4oRLIEt/o1e8YuGxllfjCuCzBX8guPo8Lg/CBPNg/CGudyt5JXCFNeZ2A== + dependencies: + "@react-spring/animated" "~9.5.1" + "@react-spring/core" "~9.5.1" + "@react-spring/shared" "~9.5.1" + "@react-spring/types" "~9.5.1" "@rushstack/eslint-patch@^1.1.3": version "1.1.3" @@ -3068,12 +3068,12 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-config-next@12.2.2: - version "12.2.2" - resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-12.2.2.tgz#4bb996026e118071849bc4011283a160ad5bde46" - integrity sha512-oJhWBLC4wDYYUFv/5APbjHUFd0QRFCojMdj/QnMoOEktmeTvwnnoA8F8uaXs0fQgsaTK0tbUxBRv9/Y4/rpxOA== +eslint-config-next@12.2.3: + version "12.2.3" + resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-12.2.3.tgz#468fe9756ccbf7e4452139062db5b4e6557dc885" + integrity sha512-xAQqAqwa2bu9ZMRypz58ym4tNCo22Wc6LuoLpbpf3yW5c4ZkVib9934AgGDDvh2zKrP56Z6X0Pp6gNnuuZzcRw== dependencies: - "@next/eslint-plugin-next" "12.2.2" + "@next/eslint-plugin-next" "12.2.3" "@rushstack/eslint-patch" "^1.1.3" "@typescript-eslint/parser" "^5.21.0" eslint-import-resolver-node "^0.3.6" @@ -6003,17 +6003,17 @@ react-router@6.3.0, react-router@^6.3.0: dependencies: history "^5.2.0" -react-spring@^9.5.0: - version "9.5.0" - resolved "https://registry.yarnpkg.com/react-spring/-/react-spring-9.5.0.tgz#59f894332a98da5714c9c6a139bb26ffb5058454" - integrity sha512-7zdiTrSOQXYB2B/7HT6ehbdBFt5aGCQuSmJzqbbbUyv9LiSH4DIE8PLBS1W0jW1684GwXF7NCdnETE+Ay7jBxQ== - dependencies: - "@react-spring/core" "~9.5.0" - "@react-spring/konva" "~9.5.0" - "@react-spring/native" "~9.5.0" - "@react-spring/three" "~9.5.0" - "@react-spring/web" "~9.5.0" - "@react-spring/zdog" "~9.5.0" +react-spring@^9.5.1: + version "9.5.1" + resolved "https://registry.yarnpkg.com/react-spring/-/react-spring-9.5.1.tgz#adad49d3d69e4e3b325faf65a05bf4b9e46d859b" + integrity sha512-mytJyNNqP/xdEjbkxYU4X58341yMton2imgFUL7Voxjr4ItY2Yl3rtXAFZAYFbGDaM8L/Y6JNGOUgo3+ng9Oww== + dependencies: + "@react-spring/core" "~9.5.1" + "@react-spring/konva" "~9.5.1" + "@react-spring/native" "~9.5.1" + "@react-spring/three" "~9.5.1" + "@react-spring/web" "~9.5.1" + "@react-spring/zdog" "~9.5.1" react@18.2.0: version "18.2.0"