1
0
Fork 0
This commit is contained in:
Enoch Riese 2023-02-03 19:26:14 -06:00
parent 4fc4172db3
commit ad4ae88511

View file

@ -2,7 +2,6 @@
// we want to update it in our dependencies.yaml so the update doesn't get clobbered
// This script is run by the github action in dependabot-sync.yml
import process from 'node:process'
import yaml from 'js-yaml'
import { readFileSync, writeFileSync } from 'fs'
import path from 'path'
import { fileURLToPath } from 'url'