Assuming $f$ is your solution:
In that $y(t)=f(t)$ and in that case you are asked to find the numerical value of its derivatives.
So $f'=y'=-2t-y$; which at start when $t=0$ and $y=-1$ has the value of $+1$.
$y'=-2t-y$
$y''=(-2t-y)'= -2-y'= -2-(-2t-y)=-2+2t+y$
$y'''=2+y'=2-2t-y$
$y''''=-2-y'=-2-(-2t-y)=-2+2t+y$
$y^{v}=2+y'=2-2t-y$
Note $y^{(2)}=y^{(4)}=y^{(6)}=\cdots$, and
$y^{(3)}=y^{(5)}=y^{(7)}=\cdots$ and these are negative of above number.
Assuming $f$ is the right hand side of your equation
$f=-2t-y$
$f'=-2-y'=-2-(-2t-y)=-2+2t+y$
$f''=2+ y'=2-2t-y$
$f'''=-2-y'=-2+2t+y$ same as $f'$ all odd order will be same
$f''''=2+y'=2-2t-y$ same as $f''$ all even order will be same, and negative of above
The general solution, obtained by integrating factor is $y=-2(t-1)+Ce^{-t}$ and for $y(0)=-1$ we get $C=-3$.