Skip to content

Commit 7fb00ce

Browse files
chore: update dependency shelljs to ^0.10.0
1 parent 3b449a2 commit 7fb00ce

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
@@ -46,7 +46,7 @@
4646
"@rollup/plugin-node-resolve": "^15.3.0",
4747
"esprima-fb": "^8001.2001.0-dev-harmony-fb",
4848
"rollup": "^2.79.1",
49-
"shelljs": "^0.8.5"
49+
"shelljs": "^0.10.0"
5050
},
5151
"keywords": [
5252
"ast",

0 commit comments

Comments
 (0)