diff --git a/dashboard/client/package-lock.json b/dashboard/client/package-lock.json index d30ac2c97523e..fb1362bcd632b 100644 --- a/dashboard/client/package-lock.json +++ b/dashboard/client/package-lock.json @@ -18,7 +18,7 @@ "@types/jest": "^27.5.2", "@types/lodash": "^4.14.161", "@types/lowlight": "^0.0.1", - "@types/node": "13.9.5", + "@types/node": "^13.13.52", "@types/numeral": "^0.0.26", "@types/react-redux": "^7.1.7", "@types/react-window": "^1.8.2", @@ -3867,7 +3867,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "13.9.5", + "version": "13.13.52", + "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.52.tgz", + "integrity": "sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ==", "license": "MIT" }, "node_modules/@types/numeral": { @@ -19612,7 +19614,9 @@ "version": "3.0.1" }, "@types/node": { - "version": "13.9.5" + "version": "13.13.52", + "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.52.tgz", + "integrity": "sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ==" }, "@types/numeral": { "version": "0.0.26" diff --git a/dashboard/client/package.json b/dashboard/client/package.json index 88e1a2deebcc9..8d0b187ce6409 100644 --- a/dashboard/client/package.json +++ b/dashboard/client/package.json @@ -13,7 +13,7 @@ "@types/jest": "^27.5.2", "@types/lodash": "^4.14.161", "@types/lowlight": "^0.0.1", - "@types/node": "13.9.5", + "@types/node": "13.13.52", "@types/numeral": "^0.0.26", "@types/react-redux": "^7.1.7", "@types/react-window": "^1.8.2",