Skip to content

Commit

Permalink
update lockfile (withastro#3059)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott authored Apr 11, 2022
1 parent 1f8e64d commit 45f6820
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@
},
"dependencies": {
"@astrojs/compiler": "^0.14.1",
"@astrojs/language-server": "^0.13.3",
"@astrojs/language-server": "^0.13.4",
"@astrojs/markdown-remark": "^0.8.1",
"@astrojs/prism": "0.4.1",
"@astrojs/webapi": "^0.11.0",
"@babel/core": "^7.17.8",
"@babel/generator": "^7.17.7",
"@babel/parser": "^7.17.8",
"@babel/traverse": "^7.17.3",
"@babel/core": "^7.17.9",
"@babel/generator": "^7.17.9",
"@babel/parser": "^7.17.9",
"@babel/traverse": "^7.17.9",
"@proload/core": "^0.2.2",
"@proload/plugin-tsm": "^0.1.1",
"@web/parse5-utils": "^1.3.0",
Expand All @@ -94,7 +94,7 @@
"debug": "^4.3.4",
"diff": "^5.0.0",
"eol": "^0.9.1",
"es-module-lexer": "^0.10.4",
"es-module-lexer": "^0.10.5",
"esbuild": "^0.14.34",
"estree-walker": "^3.0.1",
"execa": "^6.1.0",
Expand All @@ -120,7 +120,7 @@
"rehype-slug": "^5.0.1",
"resolve": "^1.22.0",
"rollup": "^2.70.1",
"semver": "^7.3.5",
"semver": "^7.3.6",
"serialize-javascript": "^6.0.0",
"shiki": "^0.10.1",
"shorthash": "^0.0.2",
Expand All @@ -134,7 +134,7 @@
"tsconfig-resolver": "^3.0.1",
"vite": "^2.9.1",
"yargs-parser": "^21.0.1",
"zod": "^3.14.3"
"zod": "^3.14.4"
},
"devDependencies": {
"@babel/types": "^7.17.0",
Expand All @@ -152,7 +152,7 @@
"@types/mocha": "^9.1.0",
"@types/parse5": "^6.0.3",
"@types/path-browserify": "^1.0.0",
"@types/prettier": "^2.4.4",
"@types/prettier": "^2.6.0",
"@types/resolve": "^1.20.1",
"@types/rimraf": "^3.0.2",
"@types/send": "^0.17.1",
Expand All @@ -161,7 +161,7 @@
"chai": "^4.3.6",
"cheerio": "^1.0.0-rc.10",
"mocha": "^9.2.2",
"sass": "^1.49.11"
"sass": "^1.50.0"
},
"engines": {
"node": "^14.15.0 || >=16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
"sass": "^1.49.11"
"sass": "^1.50.0"
}
}

0 comments on commit 45f6820

Please sign in to comment.