Skip to content

Commit 83b3735

Browse files
chore: update dependency shelljs to ^0.10.0
1 parent f99a6cd commit 83b3735

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/eslint-scope/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"espree": "^10.4.0",
5353
"npm-license": "^0.3.3",
5454
"rollup": "^2.52.7",
55-
"shelljs": "^0.8.5",
55+
"shelljs": "^0.10.0",
5656
"typescript": "^5.4.2"
5757
}
5858
}

packages/espree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@rollup/plugin-json": "^6.1.0",
4646
"@rollup/plugin-node-resolve": "^15.3.0",
4747
"rollup": "^2.79.1",
48-
"shelljs": "^0.8.5"
48+
"shelljs": "^0.10.0"
4949
},
5050
"keywords": [
5151
"ast",

0 commit comments

Comments
 (0)