From 4dfed97b622098559b58211a19c07e0dd89b453a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 05:22:55 +0000 Subject: [PATCH] Build(deps): Bump codyhouse-framework from 2.9.0 to 3.0.11 Bumps [codyhouse-framework](https://github.com/CodyHouse/codyhouse-framework) from 2.9.0 to 3.0.11. - [Release notes](https://github.com/CodyHouse/codyhouse-framework/releases) - [Commits](https://github.com/CodyHouse/codyhouse-framework/compare/v2.9.0...v3.0.11) --- 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..30c7612 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.11", + "resolved": "https://registry.npmjs.org/codyhouse-framework/-/codyhouse-framework-3.0.11.tgz", + "integrity": "sha512-lxu7p934utenkrk2hYwzDbsb72AATDiogX3VSvr00mp9pYjuzSJBaBw+rD0yjqrKlTieoGfdV0/lR6zU8NBHAg==" }, "collect-v8-coverage": { "version": "1.0.1", diff --git a/package.json b/package.json index 611852c..13aed8a 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.11", "framer-motion": "^4.1.17", "grid-system": "^0.1.0", "node-sass": "6.0.1",