Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
Closes #143
  • Loading branch information
coderbyheart committed Sep 8, 2023
1 parent 370034c commit 06cf47c
Show file tree
Hide file tree
Showing 3 changed files with 412 additions and 49 deletions.
2 changes: 1 addition & 1 deletion cdk/packLayer.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { spawn } from 'child_process'
import { createWriteStream } from 'fs'
import { copyFile, mkdir, readFile, rm, writeFile } from 'fs/promises'
import glob from 'glob'
import { glob } from 'glob'
import path from 'path'
import { ZipFile } from 'yazl'

Expand Down
Loading

0 comments on commit 06cf47c

Please sign in to comment.