fix(deps): bump tsdeno and net-snmp patch dependencies

This commit is contained in:
2026-03-30 06:50:36 +00:00
parent 6aa1fc651f
commit c410a663b1
5 changed files with 35 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
import * as snmp from 'npm:net-snmp@3.26.0';
import * as snmp from 'npm:net-snmp@3.26.1';
import { Buffer } from 'node:buffer';
import type { IOidSet, ISnmpConfig, IUpsStatus, TUpsModel } from './types.ts';
import { UpsOidSets } from './oid-sets.ts';