Skip to content

Commit c63a7d8

Browse files
committed
fix: upgrade @types/numeral from 2.0.2 to 2.0.5
Snyk has created this PR to upgrade @types/numeral from 2.0.2 to 2.0.5. See this package in npm: See this project in Snyk: https://app.snyk.io/org/eui/project/782ac3a8-8bb4-4658-baa9-190d6cb035f1?utm_source=github-enterprise&utm_medium=referral&page=upgrade-pr
1 parent 53c140e commit c63a7d8

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"dependencies": {
6161
"@hello-pangea/dnd": "^16.3.0",
6262
"@types/lodash": "^4.14.198",
63-
"@types/numeral": "^2.0.2",
63+
"@types/numeral": "^2.0.5",
6464
"@types/react-window": "^1.8.5",
6565
"@types/refractor": "^3.0.2",
6666
"@types/resize-observer-browser": "^0.1.7",

yarn.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4963,10 +4963,10 @@
49634963
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
49644964
integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==
49654965

4966-
"@types/numeral@^2.0.2":
4967-
version "2.0.2"
4968-
resolved "https://registry.yarnpkg.com/@types/numeral/-/numeral-2.0.2.tgz#8ea2c4f4e64c0cc948ad7da375f6f827778a7912"
4969-
integrity sha512-A8F30k2gYJ/6e07spSCPpkuZu79LCnkPTvqmIWQzNGcrzwFKpVOydG41lNt5wZXjSI149qjyzC2L1+F2PD/NUA==
4966+
"@types/numeral@^2.0.5":
4967+
version "2.0.5"
4968+
resolved "https://registry.yarnpkg.com/@types/numeral/-/numeral-2.0.5.tgz#388e5c4ff4b0e1787f130753cbbe83d3ba770858"
4969+
integrity sha512-kH8I7OSSwQu9DS9JYdFWbuvhVzvFRoCPCkGxNwoGgaPeDfEPJlcxNvEOypZhQ3XXHsGbfIuYcxcJxKUfJHnRfw==
49704970

49714971
"@types/parse-json@^4.0.0":
49724972
version "4.0.0"
@@ -20268,6 +20268,7 @@ string-template@~0.2.1:
2026820268
integrity sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=
2026920269

2027020270
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.2.2, string-width@^4.2.3:
20271+
name string-width-cjs
2027120272
version "4.2.3"
2027220273
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2027320274
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -22594,6 +22595,7 @@ worker-farm@^1.7.0:
2259422595
errno "~0.1.7"
2259522596

2259622597
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
22598+
name wrap-ansi-cjs
2259722599
version "7.0.0"
2259822600
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2259922601
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)