From a6e0614522f4ac884adfb89c50d1e5333937ee66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 08:57:54 +0000 Subject: [PATCH] chore(deps): bump @types/numeral from 2.0.3 to 2.0.4 Bumps [@types/numeral](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/numeral) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/numeral) --- updated-dependencies: - dependency-name: "@types/numeral" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e403ac58..cfeef983 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "homepage": "https://github.com/andeemarks/xxtechconfspeakers-gatsby", "private": true, "dependencies": { - "@types/numeral": "^2.0.3", + "@types/numeral": "^2.0.4", "@types/underscore": "^1.11.12", "classnames": "^2.3.2", "gatsby": "^5.12.7", diff --git a/yarn.lock b/yarn.lock index d9ce3aad..48c70640 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2400,10 +2400,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.66.tgz#dd035d409df322acc83dff62a602f12a5783bbb3" integrity sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw== -"@types/numeral@^2.0.3": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@types/numeral/-/numeral-2.0.3.tgz#b6f6ea4fdd8eb56a2a410c326c468a6bb9cecf08" - integrity sha512-37VDYvFbx/I+Ve1kwcDUq5+qvgNl+uy9YUZhBMJ6YWHBtr2+d6CAgdn4R81NqBlZbTpvLxJOTUhwbki7+90+qQ== +"@types/numeral@^2.0.4": + version "2.0.4" + resolved "https://registry.yarnpkg.com/@types/numeral/-/numeral-2.0.4.tgz#b86d29e9d13a88b44bb557d3847024155cb1107f" + integrity sha512-lIsqeNjP4xtPplUyVrfYR08aZtkdMQyyet+8zd9xD8HVgNGcLdKhtb6A1qDQ15n+AgAMZQwimlaaNOktLQpb2A== "@types/parse-json@^4.0.0": version "4.0.0"