From 5fabaa73aff8324be48cc7e68587e0116eb5b351 Mon Sep 17 00:00:00 2001 From: 0xlenny <46480795+0xlny@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:16:11 +0200 Subject: [PATCH] :arrow_up: Update deps (#728) --- package.json | 6 +++--- yarn.lock | 24 ++++++++++++------------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 816f698a..58e3eaef 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "cliui": "^8.0.1", "dayjs": "1.11.11", "ethers": "6.13.1", - "framer-motion": "11.2.12", + "framer-motion": "11.2.13", "jest-environment-jsdom": "29.7.0", "lodash": "4.17.21", "next": "14.2.4", @@ -68,7 +68,7 @@ "@testing-library/react": "15.0.7", "@testing-library/user-event": "14.5.2", "@types/dompurify": "3.0.5", - "@types/node": "20.14.9", + "@types/node": "20.14.10", "@types/react": "18.3.3", "babel-jest": "29.7.0", "eslint": "8.57.0", @@ -76,6 +76,6 @@ "eslint-config-next": "14.2.4", "eslint-config-sznm": "2.0.3", "jest": "29.7.0", - "typescript": "5.5.2" + "typescript": "5.5.3" } } diff --git a/yarn.lock b/yarn.lock index 7511406c..939a25df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1904,10 +1904,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.13.tgz#f64277c341150c979e42b00e4ac289290c9df469" integrity sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q== -"@types/node@20.14.9": - version "20.14.9" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.9.tgz#12e8e765ab27f8c421a1820c99f5f313a933b420" - integrity sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg== +"@types/node@20.14.10": + version "20.14.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.10.tgz#a1a218290f1b6428682e3af044785e5874db469a" + integrity sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ== dependencies: undici-types "~5.26.4" @@ -3689,10 +3689,10 @@ form-data@^4.0.0: combined-stream "^1.0.8" mime-types "^2.1.12" -framer-motion@11.2.12: - version "11.2.12" - resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.2.12.tgz#ca5c49f8a1c70163cbadabcbd318acdcfea569fb" - integrity sha512-lCjkV4nA9rWOy2bhR4RZzkp2xpB++kFmUZ6D44V9VQaxk+JDmbDd5lq+u58DjJIIllE8AZEXp9OG/TyDN4FB/w== +framer-motion@11.2.13: + version "11.2.13" + resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.2.13.tgz#ab23fbc386233b1a1548757d840190054e5e1f1d" + integrity sha512-AyIeegfkXlkX1lWEudRYsJlC+0A59cE8oFK9IsN9bUQzxLwcvN3AEaYaznkELiWlHC7a0eD7pxsYQo7BC05S5A== dependencies: tslib "^2.4.0" @@ -6110,10 +6110,10 @@ typed-array-length@^1.0.5: is-typed-array "^1.1.13" possible-typed-array-names "^1.0.0" -typescript@5.5.2: - version "5.5.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507" - integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew== +typescript@5.5.3: + version "5.5.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa" + integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ== unbox-primitive@^1.0.2: version "1.0.2"