Update CODEOWNERS (#9966)

Removes @bkonyi from network, profiler, and memory sections in CODEOWNERS while retaining ownership of vm_developer and devtools_shared.
diff --git a/CODEOWNERS b/CODEOWNERS
index 1f37f87..879a1c8 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -4,16 +4,16 @@
 inspector/          @kenzieschmoll @srawlins
 
 # Network Files
-network/            @srawlins @bkonyi @kenzieschmoll
+network/            @srawlins @kenzieschmoll
 
 # Performance Files
 performance/        @kenzieschmoll
 
 # CPU Profiler files
-profiler/           @kenzieschmoll @bkonyi
+profiler/           @kenzieschmoll
 
 # Memory files
-memory/             @bkonyi @kenzieschmoll
+memory/             @kenzieschmoll
 
 # Debugger files
 debugger/           @srawlins