diff --git a/website/package-lock.json b/website/package-lock.json index 99ce79ab..c09c0de9 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@types/common-tags": "^1.8.4", - "@types/numeral": "^2.0.2", + "@types/numeral": "^2.0.5", "@types/qrcode": "^1.5.2", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.18", @@ -4216,9 +4216,9 @@ "integrity": "sha512-jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA==" }, "node_modules/@types/numeral": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@types/numeral/-/numeral-2.0.2.tgz", - "integrity": "sha512-A8F30k2gYJ/6e07spSCPpkuZu79LCnkPTvqmIWQzNGcrzwFKpVOydG41lNt5wZXjSI149qjyzC2L1+F2PD/NUA==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@types/numeral/-/numeral-2.0.5.tgz", + "integrity": "sha512-kH8I7OSSwQu9DS9JYdFWbuvhVzvFRoCPCkGxNwoGgaPeDfEPJlcxNvEOypZhQ3XXHsGbfIuYcxcJxKUfJHnRfw==", "dev": true }, "node_modules/@types/parse-json": { @@ -21029,9 +21029,9 @@ "integrity": "sha512-jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA==" }, "@types/numeral": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@types/numeral/-/numeral-2.0.2.tgz", - "integrity": "sha512-A8F30k2gYJ/6e07spSCPpkuZu79LCnkPTvqmIWQzNGcrzwFKpVOydG41lNt5wZXjSI149qjyzC2L1+F2PD/NUA==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@types/numeral/-/numeral-2.0.5.tgz", + "integrity": "sha512-kH8I7OSSwQu9DS9JYdFWbuvhVzvFRoCPCkGxNwoGgaPeDfEPJlcxNvEOypZhQ3XXHsGbfIuYcxcJxKUfJHnRfw==", "dev": true }, "@types/parse-json": { diff --git a/website/package.json b/website/package.json index d4ddce6d..2982dedc 100644 --- a/website/package.json +++ b/website/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@types/common-tags": "^1.8.4", - "@types/numeral": "^2.0.2", + "@types/numeral": "^2.0.5", "@types/qrcode": "^1.5.2", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.18",