Skip to content

Commit

Permalink
Bump rimraf from 3.0.2 to 4.3.0 (#112)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2023
1 parent 6156c4f commit 8bc1316
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 17 deletions.
124 changes: 109 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
"main": "dist/extension.js",
"scripts": {
"// -- dev -- //": "",
"clean": "rimraf dist & rimraf dist & rimraf code-background-*.vsix",
"clean": "rimraf --glob dist & rimraf --glob code-background-*.vsix",
"prune": "npm prune && npm i --package-lock --ignore-scripts",
"update": "npm update -D && npm i --package-lock --ignore-scripts && npm run prune",
"// -- build -- //": "",
Expand Down Expand Up @@ -338,7 +338,7 @@
"@types/tmp": "0.2.3",
"@types/vscode": "1.76.0",
"@vscode/vsce": "2.18.0",
"rimraf": "3.0.2",
"rimraf": "4.3.0",
"typescript": "4.9.5"
}
}

0 comments on commit 8bc1316

Please sign in to comment.