From b92e03352b619b194b0d39a49fa558fc03977333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 04:52:31 +0000 Subject: [PATCH] Bump framer-motion from 11.11.15 to 11.11.17 in /client Bumps [framer-motion](https://github.com/framer/motion) from 11.11.15 to 11.11.17. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/framer/motion/compare/v11.11.15...v11.11.17) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 15 +++++++-------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index ddb7d806..c46b00a2 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "ssm-client", - "version": "0.1.21", + "version": "0.1.24", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ssm-client", - "version": "0.1.21", + "version": "0.1.24", "hasInstallScript": true, "license": "AGPL-3.0 license", "dependencies": { @@ -27,7 +27,7 @@ "classnames": "^2.5.1", "dayjs": "^1.11.13", "express": "^5.0.0", - "framer-motion": "^11.11.13", + "framer-motion": "^11.11.17", "lodash": "^4.17.21", "moment": "^2.30.1", "monaco-editor-webpack-plugin": "^7.1.0", @@ -97,7 +97,7 @@ }, "../shared-lib": { "name": "ssm-shared-lib", - "version": "0.1.21", + "version": "0.1.24", "license": "AGPL-3.0 license", "dependencies": { "typescript": "^5.6.3" @@ -26830,10 +26830,9 @@ } }, "node_modules/framer-motion": { - "version": "11.11.15", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.11.15.tgz", - "integrity": "sha512-fib+OpUe4nap4W1vhaDohnPU+42B5s1q+jNkNkb6TfzmDYtRhDyvn4mkRCAD5a2cQKOI3nJZP7yqGYtxnlmleg==", - "license": "MIT", + "version": "11.11.17", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.11.17.tgz", + "integrity": "sha512-O8QzvoKiuzI5HSAHbcYuL6xU+ZLXbrH7C8Akaato4JzQbX2ULNeniqC2Vo5eiCtFktX9XsJ+7nUhxcl2E2IjpA==", "dependencies": { "tslib": "^2.4.0" }, diff --git a/client/package.json b/client/package.json index ca540545..0e0f58dc 100644 --- a/client/package.json +++ b/client/package.json @@ -60,7 +60,7 @@ "buffer": "^6.0.3", "classnames": "^2.5.1", "dayjs": "^1.11.13", - "framer-motion": "^11.11.13", + "framer-motion": "^11.11.17", "lodash": "^4.17.21", "moment": "^2.30.1", "monaco-editor-webpack-plugin": "^7.1.0",