From 1f9e692b7168fdbc388f664731bf79cbbe440d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 23:06:33 +0000 Subject: [PATCH] chore(deps): bump tinycolor2 and @types/tinycolor2 Bumps [tinycolor2](https://github.com/bgrins/TinyColor) and [@types/tinycolor2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tinycolor2). These dependencies needed to be updated together. Updates `tinycolor2` from 1.4.2 to 1.6.0 - [Release notes](https://github.com/bgrins/TinyColor/releases) - [Commits](https://github.com/bgrins/TinyColor/compare/1.4.2...1.6.0) Updates `@types/tinycolor2` from 1.4.3 to 1.4.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tinycolor2) --- updated-dependencies: - dependency-name: tinycolor2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/tinycolor2" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../gatsby-theme-jamfire-conference/package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/gatsby-theme-jamfire-conference/package.json b/packages/gatsby-theme-jamfire-conference/package.json index b8db0646..38345d76 100644 --- a/packages/gatsby-theme-jamfire-conference/package.json +++ b/packages/gatsby-theme-jamfire-conference/package.json @@ -85,7 +85,7 @@ "react-typography": "^0.16.19", "react-youtube": "^7.13.1", "sass": "^1.35.2", - "tinycolor2": "^1.4.2", + "tinycolor2": "^1.6.0", "typeface-quattrocento-sans": "^1.1.13", "typeface-work-sans": "^1.1.13", "typography": "^0.16.19", @@ -104,7 +104,7 @@ "@types/reach__router": "^1.3.7", "@types/react-fontawesome": "^1.6.4", "@types/react-helmet": "^6.1.4", - "@types/tinycolor2": "^1.4.3", + "@types/tinycolor2": "^1.4.4", "@types/typography": "^0.16.3", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index f171ff5f..a7a118b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4239,10 +4239,10 @@ resolved "https://registry.yarnpkg.com/@types/sizzle/-/sizzle-2.3.3.tgz#ff5e2f1902969d305225a047c8a0fd5c915cebef" integrity sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ== -"@types/tinycolor2@^1.4.3": - version "1.4.3" - resolved "https://registry.yarnpkg.com/@types/tinycolor2/-/tinycolor2-1.4.3.tgz#ed4a0901f954b126e6a914b4839c77462d56e706" - integrity sha512-Kf1w9NE5HEgGxCRyIcRXR/ZYtDv0V8FVPtYHwLxl0O+maGX0erE77pQlD0gpP+/KByMZ87mOA79SjifhSB3PjQ== +"@types/tinycolor2@^1.4.4": + version "1.4.4" + resolved "https://registry.yarnpkg.com/@types/tinycolor2/-/tinycolor2-1.4.4.tgz#bca7469668247469087d6eba588c02e7709fcab5" + integrity sha512-FYK4mlLxUUajo/mblv7EUDHku20qT6ThYNsGZsTHilcHRvIkF8WXqtZO+DVTYkpHWCaAT97LueV59H/5Ve3bGA== "@types/tmp@^0.0.33": version "0.0.33" @@ -20032,10 +20032,10 @@ tiny-warning@^1.0.0, tiny-warning@^1.0.2, tiny-warning@^1.0.3: resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754" integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA== -tinycolor2@^1.4.1, tinycolor2@^1.4.2: - version "1.4.2" - resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.2.tgz#3f6a4d1071ad07676d7fa472e1fac40a719d8803" - integrity sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA== +tinycolor2@^1.4.1, tinycolor2@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.6.0.tgz#f98007460169b0263b97072c5ae92484ce02d09e" + integrity sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw== title-case@^3.0.3: version "3.0.3"