Skip to content

Commit

Permalink
fix: update dependencies to address security audit
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed Jan 4, 2024
1 parent 75c114e commit c7ca519
Show file tree
Hide file tree
Showing 2 changed files with 2,017 additions and 1,440 deletions.
16 changes: 5 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"node-liblzma": "^1.1.9"
},
"devDependencies": {
"@astrojs/starlight": "^0.7.2",
"@astrojs/starlight": "^0.15.2",
"@babel/core": ">=7.20.12 <8.0.0",
"@changesets/cli": "^2.19.0",
"@justinribeiro/lite-youtube": "^1.5.0",
Expand All @@ -68,7 +68,7 @@
"@types/unzip-stream": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"astro": "2.10.7",
"astro": "4.0.9",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard-with-typescript": "^21.0.1",
Expand Down Expand Up @@ -98,16 +98,10 @@
},
"pnpm": {
"overrides": {
"minimist@<1.2.6": ">=1.2.6",
"follow-redirects@<1.14.8": ">=1.14.8",
"node-fetch@>=3.0.0 <3.2.10": ">=3.2.10",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"ejs@<3.1.7": ">=3.1.7",
"ansi-regex@>=3.0.0 <3.0.1": ">=3.0.1",
"ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1",
"minimatch@<3.0.5": ">=3.0.5",
"conventional-changelog-conventionalcommits": ">=5.0.0",
"string-width": "<5.0.0",
"ansi-regex": "<6.0.0"
"axios@>=0.8.1 <1.6.0": ">=1.6.0",
"minimatch@<3.0.5": ">=3.0.5"
}
},
"release-it": {
Expand Down
Loading

0 comments on commit c7ca519

Please sign in to comment.