From 15648af2a7b762300bfcfa5fa3522d80c195143c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:06:05 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- package-lock.json | 37 ++++++++++++++++++++----------------- package.json | 4 ++-- 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index bd968cc..ea12127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "cross-fetch": "4.1.0", "date-fns": "4.1.0", "dayzed": "3.2.3", - "framer-motion": "11.15.0", + "framer-motion": "11.16.0", "i18next": "24.2.0", "js-cookie": "3.0.5", "lodash-es": "4.17.21", @@ -97,7 +97,7 @@ "typescript-eslint": "8.19.0", "vite": "6.0.7", "vite-plugin-eslint2": "5.0.3", - "vite-plugin-i18n-ally": "5.2.9", + "vite-plugin-i18n-ally": "5.2.10", "vite-plugin-image-optimizer": "1.1.8", "vite-plugin-legacy-swc": "1.2.3", "vite-plugin-preload": "0.4.2", @@ -10248,13 +10248,13 @@ } }, "node_modules/framer-motion": { - "version": "11.15.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.15.0.tgz", - "integrity": "sha512-MLk8IvZntxOMg7lDBLw2qgTHHv664bYoYmnFTmE0Gm/FW67aOJk0WM3ctMcG+Xhcv+vh5uyyXwxvxhSeJzSe+w==", + "version": "11.16.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.16.0.tgz", + "integrity": "sha512-oL2AWqLQuw0+CNEUa0sz3mWC/n3i147CckvpQn8bLRs30b+HxTxlRi0YR2FpHHhAbWV7DKjNdHU42KHLfBWh/g==", "license": "MIT", "dependencies": { - "motion-dom": "^11.14.3", - "motion-utils": "^11.14.3", + "motion-dom": "^11.16.0", + "motion-utils": "^11.16.0", "tslib": "^2.4.0" }, "peerDependencies": { @@ -13210,15 +13210,18 @@ } }, "node_modules/motion-dom": { - "version": "11.14.3", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-11.14.3.tgz", - "integrity": "sha512-lW+D2wBy5vxLJi6aCP0xyxTxlTfiu+b+zcpVbGVFUxotwThqhdpPRSmX8xztAgtZMPMeU0WGVn/k1w4I+TbPqA==", - "license": "MIT" + "version": "11.16.4", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-11.16.4.tgz", + "integrity": "sha512-2wuCie206pCiP2K23uvwJeci4pMFfyQKpWI0Vy6HrCTDzDCer4TsYtT7IVnuGbDeoIV37UuZiUr6SZMHEc1Vww==", + "license": "MIT", + "dependencies": { + "motion-utils": "^11.16.0" + } }, "node_modules/motion-utils": { - "version": "11.14.3", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-11.14.3.tgz", - "integrity": "sha512-Xg+8xnqIJTpr0L/cidfTTBFkvRw26ZtGGuIhA94J9PQ2p4mEa06Xx7QVYZH0BP+EpMSaDlu+q0I0mmvwADPsaQ==", + "version": "11.16.0", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-11.16.0.tgz", + "integrity": "sha512-ngdWPjg31rD4WGXFi0eZ00DQQqKKu04QExyv/ymlC+3k+WIgYVFbt6gS5JsFPbJODTF/r8XiE/X+SsoT9c0ocw==", "license": "MIT" }, "node_modules/mrmime": { @@ -17970,9 +17973,9 @@ } }, "node_modules/vite-plugin-i18n-ally": { - "version": "5.2.9", - "resolved": "https://registry.npmjs.org/vite-plugin-i18n-ally/-/vite-plugin-i18n-ally-5.2.9.tgz", - "integrity": "sha512-wDvEzhoi5MtcLIEdWxBo3SPgAOxriP3fJ2SsBiSIMSgxTDzxSiUT62nfeC+03nXEflCHTTgpzQo+4ZdWalfivA==", + "version": "5.2.10", + "resolved": "https://registry.npmjs.org/vite-plugin-i18n-ally/-/vite-plugin-i18n-ally-5.2.10.tgz", + "integrity": "sha512-7mWoD1Z42XQmpCAMXVWEfeIFR61qEUSecEFOTr9OOUONCp7hbIfwdBRDcIt9aHeF0Lnqu82C2Z5FAWlP50LVig==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index de37b27..12f311a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "cross-fetch": "4.1.0", "date-fns": "4.1.0", "dayzed": "3.2.3", - "framer-motion": "11.15.0", + "framer-motion": "11.16.0", "i18next": "24.2.0", "js-cookie": "3.0.5", "lodash-es": "4.17.21", @@ -114,7 +114,7 @@ "typescript-eslint": "8.19.0", "vite": "6.0.7", "vite-plugin-eslint2": "5.0.3", - "vite-plugin-i18n-ally": "5.2.9", + "vite-plugin-i18n-ally": "5.2.10", "vite-plugin-image-optimizer": "1.1.8", "vite-plugin-legacy-swc": "1.2.3", "vite-plugin-preload": "0.4.2",