From 21d5ffe5886de2a65c8a41af8a6e40babaa94a4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 05:43:14 +0000 Subject: [PATCH] deps: bump the dependency-updates group with 2 updates Bumps the dependency-updates group with 2 updates: [framer-motion](https://github.com/framer/motion) and [eslint-plugin-primer-react](https://github.com/primer/eslint-plugin-primer-react). Updates `framer-motion` from 11.11.4 to 11.11.7 - [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/framer/motion/compare/v11.11.4...v11.11.7) Updates `eslint-plugin-primer-react` from 6.1.3 to 6.1.5 - [Release notes](https://github.com/primer/eslint-plugin-primer-react/releases) - [Changelog](https://github.com/primer/eslint-plugin-primer-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/eslint-plugin-primer-react/compare/v6.1.3...v6.1.5) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependency-updates - dependency-name: eslint-plugin-primer-react dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependency-updates ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index d23fe3b2293..856a47740a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16366,11 +16366,10 @@ } }, "node_modules/eslint-plugin-primer-react": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-primer-react/-/eslint-plugin-primer-react-6.1.3.tgz", - "integrity": "sha512-GY08KFxp+DqFXxYbSYb+vuTr1vw0zInU0HKeBhhEyEkmYC8aYW5Nj2vawj/WZzClkSgfusAjs+73tBWTgN0LGQ==", + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-primer-react/-/eslint-plugin-primer-react-6.1.5.tgz", + "integrity": "sha512-4nhViFcTSNMC9MMmfSGNKY3peSzXPcDx7PjJ073ZovgPZ4m27AIdROE7lq/tpYFRcxrZYWTgB2LL5DeXa+nNnA==", "dev": true, - "license": "MIT", "dependencies": { "@styled-system/props": "^5.1.5", "@typescript-eslint/utils": "7.16.0", @@ -18139,9 +18138,9 @@ } }, "node_modules/framer-motion": { - "version": "11.11.4", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.11.4.tgz", - "integrity": "sha512-54UE9loF2ZBgyjdMmxzp9kxm0gvYjFfpd7GiThdCCp5+J0P4Oa7pM0yusd9Y3rm/EUAdD+FfgqRXfbK7k3RFiA==", + "version": "11.11.7", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.11.7.tgz", + "integrity": "sha512-89CgILOXPeG3L7ymOTGrLmf8IiKubYLUN/QkYgQuLvehAHfqgwJbLfCnhuyRI4WTds1TXkUp67A7IJrgRY/j1w==", "dependencies": { "tslib": "^2.4.0" },