diff --git a/gui/velociraptor/package-lock.json b/gui/velociraptor/package-lock.json index 4c81f20383..5e5c16b873 100644 --- a/gui/velociraptor/package-lock.json +++ b/gui/velociraptor/package-lock.json @@ -16,7 +16,7 @@ "@fortawesome/free-solid-svg-icons": "^6.2.1", "@fortawesome/react-fontawesome": "0.2.0", "@popperjs/core": "^2.11.6", - "ace-builds": "^1.16.0", + "ace-builds": "1.16.0", "axios": ">=1.2.6", "axios-retry": "3.4.0", "bootstrap": "^4.6.2", @@ -33,7 +33,7 @@ "is-svg": "^4.4.0", "lodash": "^4.17.21", "moment": "^2.29.4", - "moment-timezone": "0.5.41", + "moment-timezone": "^0.5.42", "npm-watch": "^0.11.0", "prop-types": "^15.8.1", "qs": "^6.11.1", @@ -6520,9 +6520,9 @@ } }, "node_modules/moment-timezone": { - "version": "0.5.41", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.41.tgz", - "integrity": "sha512-e0jGNZDOHfBXJGz8vR/sIMXvBIGJJcqFjmlg9lmE+5KX1U7/RZNMswfD8nKnNCnQdKTIj50IaRKwl1fvMLyyRg==", + "version": "0.5.42", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.42.tgz", + "integrity": "sha512-tjI9goqwzkflKSTxJo+jC/W8riTFwEjjunssmFvAWlvNVApjbkJM7UHggyKO0q1Fd/kZVKY77H7C9A0XKhhAFw==", "dependencies": { "moment": "^2.29.4" }, @@ -16085,9 +16085,9 @@ "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "moment-timezone": { - "version": "0.5.41", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.41.tgz", - "integrity": "sha512-e0jGNZDOHfBXJGz8vR/sIMXvBIGJJcqFjmlg9lmE+5KX1U7/RZNMswfD8nKnNCnQdKTIj50IaRKwl1fvMLyyRg==", + "version": "0.5.42", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.42.tgz", + "integrity": "sha512-tjI9goqwzkflKSTxJo+jC/W8riTFwEjjunssmFvAWlvNVApjbkJM7UHggyKO0q1Fd/kZVKY77H7C9A0XKhhAFw==", "requires": { "moment": "^2.29.4" } diff --git a/gui/velociraptor/package.json b/gui/velociraptor/package.json index 1d2b46dab7..b0808b7d74 100644 --- a/gui/velociraptor/package.json +++ b/gui/velociraptor/package.json @@ -29,7 +29,7 @@ "is-svg": "^4.4.0", "lodash": "^4.17.21", "moment": "^2.29.4", - "moment-timezone": "0.5.41", + "moment-timezone": "0.5.42", "npm-watch": "^0.11.0", "prop-types": "^15.8.1", "qs": "^6.11.1",