From c0c8cf116e480461e7ac297e0f60888eb93adacf Mon Sep 17 00:00:00 2001 From: Jason Stoltzfus Date: Mon, 18 Mar 2024 15:55:24 -0400 Subject: [PATCH] [Snyk] Upgrade @types/numeral from 2.0.2 to 2.0.5 (#7594) Co-authored-by: snyk-bot Co-authored-by: Cee Chen --- changelogs/upcoming/7594.md | 3 +++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 changelogs/upcoming/7594.md diff --git a/changelogs/upcoming/7594.md b/changelogs/upcoming/7594.md new file mode 100644 index 00000000000..cc234d30c74 --- /dev/null +++ b/changelogs/upcoming/7594.md @@ -0,0 +1,3 @@ +**Dependency updates** + +- Updated `@types/numeral` to v2.0.5 diff --git a/package.json b/package.json index 7c30e5f5aa7..73389ab724e 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "dependencies": { "@hello-pangea/dnd": "^16.3.0", "@types/lodash": "^4.14.202", - "@types/numeral": "^2.0.2", + "@types/numeral": "^2.0.5", "@types/react-window": "^1.8.5", "@types/refractor": "^3.4.0", "chroma-js": "^2.4.2", diff --git a/yarn.lock b/yarn.lock index f39479b4f3f..6aa0bdb70d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4968,10 +4968,10 @@ resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e" integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA== -"@types/numeral@^2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@types/numeral/-/numeral-2.0.2.tgz#8ea2c4f4e64c0cc948ad7da375f6f827778a7912" - integrity sha512-A8F30k2gYJ/6e07spSCPpkuZu79LCnkPTvqmIWQzNGcrzwFKpVOydG41lNt5wZXjSI149qjyzC2L1+F2PD/NUA== +"@types/numeral@^2.0.5": + version "2.0.5" + resolved "https://registry.yarnpkg.com/@types/numeral/-/numeral-2.0.5.tgz#388e5c4ff4b0e1787f130753cbbe83d3ba770858" + integrity sha512-kH8I7OSSwQu9DS9JYdFWbuvhVzvFRoCPCkGxNwoGgaPeDfEPJlcxNvEOypZhQ3XXHsGbfIuYcxcJxKUfJHnRfw== "@types/parse-json@^4.0.0": version "4.0.0"