From 9d459af69521241e520b6f2dcb02cd53eef0e40f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 05:10:46 +0000 Subject: [PATCH] Build(deps): Bump codyhouse-framework from 2.9.0 to 3.0.10 Bumps [codyhouse-framework](https://github.com/CodyHouse/codyhouse-framework) from 2.9.0 to 3.0.10. - [Release notes](https://github.com/CodyHouse/codyhouse-framework/releases) - [Commits](https://github.com/CodyHouse/codyhouse-framework/compare/v2.9.0...v3.0.10) --- updated-dependencies: - dependency-name: codyhouse-framework dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4ece83..4344668 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6268,9 +6268,9 @@ "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=" }, "codyhouse-framework": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/codyhouse-framework/-/codyhouse-framework-2.9.0.tgz", - "integrity": "sha512-NULI1vVVEU49UNX+DB4FJ9GgHe38dWq8UBN0s4BfbWSfEeEBBiP4tdDiq4ZrBgAqUGNP1xBSg1sNaAHj9sNJNw==" + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/codyhouse-framework/-/codyhouse-framework-3.0.10.tgz", + "integrity": "sha512-uBO+/7kHL0S81CdYEq5u0OXk14Y/Bnat9uuGJoK9QLhNP31ra9F/jS2vY1WsSAk7ctC62v2jzeIVv8x+VV6L5A==" }, "collect-v8-coverage": { "version": "1.0.1", diff --git a/package.json b/package.json index 611852c..9abbc91 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@testing-library/user-event": "^13.2.1", "aos": "^2.3.4", "bootstrap": "^5.0.2", - "codyhouse-framework": "^2.9.0", + "codyhouse-framework": "^3.0.10", "framer-motion": "^4.1.17", "grid-system": "^0.1.0", "node-sass": "6.0.1",