Audit dependencies (#4096)

* Remove some unused dependencies

* Update lockfile

* Add util

* Remove util
This commit is contained in:
Erika 2022-08-02 16:08:21 -04:00 committed by GitHub
parent 27d29698ee
commit ac6ffdb310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 105 additions and 196 deletions

View file

@ -106,7 +106,6 @@
"eol": "^0.9.1",
"es-module-lexer": "^0.10.5",
"esbuild": "^0.14.43",
"estree-walker": "^3.0.1",
"execa": "^6.1.0",
"fast-glob": "^3.2.11",
"github-slugger": "^1.4.0",
@ -115,7 +114,6 @@
"html-escaper": "^3.0.3",
"kleur": "^4.1.4",
"magic-string": "^0.25.9",
"micromorph": "^0.1.2",
"mime": "^3.0.0",
"ora": "^6.1.0",
"path-browserify": "^1.0.1",
@ -132,7 +130,6 @@
"shiki": "^0.10.1",
"sirv": "^2.0.2",
"slash": "^4.0.0",
"sourcemap-codec": "^1.4.8",
"string-width": "^5.1.2",
"strip-ansi": "^7.0.1",
"supports-esm": "^1.0.0",

View file

@ -28,11 +28,11 @@
"test": "mocha --exit --timeout 30000 test/"
},
"dependencies": {
"esbuild": "^0.14.42",
"wrangler": "^2.0.23"
"esbuild": "^0.14.42"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*"
"astro-scripts": "workspace:*",
"wrangler": "^2.0.23"
}
}

View file

@ -42,7 +42,6 @@
"dependencies": {
"etag": "^1.8.1",
"image-size": "^1.0.1",
"image-type": "^4.1.0",
"mrmime": "^1.0.0",
"sharp": "^0.30.6",
"slash": "^4.0.0",

View file

@ -28,11 +28,9 @@
"@astrojs/prism": "^0.6.1",
"acorn": "^8.7.1",
"acorn-jsx": "^5.3.2",
"assert": "^2.0.0",
"github-slugger": "^1.4.0",
"mdast-util-mdx-expression": "^1.2.1",
"mdast-util-mdx-jsx": "^1.2.0",
"mdast-util-to-string": "^3.1.0",
"micromark-extension-mdx-expression": "^1.0.3",
"micromark-extension-mdx-md": "^1.0.0",
"micromark-util-combine-extensions": "^1.0.0",

File diff suppressed because it is too large Load diff