diff --git a/catalog/ui/package-lock.json b/catalog/ui/package-lock.json index 1351c94a..b6048746 100644 --- a/catalog/ui/package-lock.json +++ b/catalog/ui/package-lock.json @@ -24,7 +24,7 @@ "lexical": "^0.11.1", "lodash.throttle": "^4.1.1", "moment": "^2.30.1", - "parse-duration": "^1.1.1", + "parse-duration": "^2.1.2", "react": "^18.2.0", "react-big-calendar": "^1.17.1", "react-dom": "^18.3.1", @@ -13718,9 +13718,9 @@ } }, "node_modules/parse-duration": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/parse-duration/-/parse-duration-1.1.1.tgz", - "integrity": "sha512-27m0hKqcGzYFGtrZ1FPSNuAUi1mvqYIUjHHIgYYAc+4wcj7t2o7Qj3X4s7THMOYyeTcFjmKUZu0yJG2oE947bw==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/parse-duration/-/parse-duration-2.1.2.tgz", + "integrity": "sha512-XGWdREkk2jn40JKcGpNvUBoPd7PZ5HIQmidTSYj3tkXzbnqqeN4oG172tUHmRuUo6agyQy5DY3ddu6mDXyoqqg==", "license": "MIT" }, "node_modules/parse-json": { diff --git a/catalog/ui/package.json b/catalog/ui/package.json index b739f0f2..04993a3d 100644 --- a/catalog/ui/package.json +++ b/catalog/ui/package.json @@ -94,7 +94,7 @@ "lexical": "^0.11.1", "lodash.throttle": "^4.1.1", "moment": "^2.30.1", - "parse-duration": "^1.1.1", + "parse-duration": "^2.1.2", "react": "^18.2.0", "react-big-calendar": "^1.17.1", "react-dom": "^18.3.1",