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",