diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 2ba72d7c4948..b1177eb41608 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -62,7 +62,7 @@ "babel-plugin-typescript-to-proptypes": "^2.0.0", "bootstrap": "^3.4.1", "brace": "^0.11.1", - "chrono-node": "^2.7.5", + "chrono-node": "^2.7.6", "classnames": "^2.2.5", "core-js": "^3.37.1", "d3-scale": "^2.1.2", @@ -21965,9 +21965,9 @@ "dev": true }, "node_modules/chrono-node": { - "version": "2.7.5", - "resolved": "https://registry.npmjs.org/chrono-node/-/chrono-node-2.7.5.tgz", - "integrity": "sha512-VJWqFN5rWmXVvXAxOD4i0jX8Tb4cLswaslyaAFhxM45zNXPsZleygPbgiaYBD7ORb9fj07zBgJb0Q6eKL+0iJg==", + "version": "2.7.6", + "resolved": "https://registry.npmjs.org/chrono-node/-/chrono-node-2.7.6.tgz", + "integrity": "sha512-yugKSRLHc6B6kXxm/DwNc94zhaddAjCSO9IOGH3w7NIWNM+gUoLl/2/XLndiw4I+XhU4H2LOhC5Ab2JjS6JWsA==", "dependencies": { "dayjs": "^1.10.0" }, @@ -85235,9 +85235,9 @@ } }, "chrono-node": { - "version": "2.7.5", - "resolved": "https://registry.npmjs.org/chrono-node/-/chrono-node-2.7.5.tgz", - "integrity": "sha512-VJWqFN5rWmXVvXAxOD4i0jX8Tb4cLswaslyaAFhxM45zNXPsZleygPbgiaYBD7ORb9fj07zBgJb0Q6eKL+0iJg==", + "version": "2.7.6", + "resolved": "https://registry.npmjs.org/chrono-node/-/chrono-node-2.7.6.tgz", + "integrity": "sha512-yugKSRLHc6B6kXxm/DwNc94zhaddAjCSO9IOGH3w7NIWNM+gUoLl/2/XLndiw4I+XhU4H2LOhC5Ab2JjS6JWsA==", "requires": { "dayjs": "^1.10.0" } diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 9cd7b51f9e0f..11c22eb3f39a 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -127,7 +127,7 @@ "babel-plugin-typescript-to-proptypes": "^2.0.0", "bootstrap": "^3.4.1", "brace": "^0.11.1", - "chrono-node": "^2.7.5", + "chrono-node": "^2.7.6", "classnames": "^2.2.5", "core-js": "^3.37.1", "d3-scale": "^2.1.2",