Skip to content

Commit e7794af

Browse files
authored
Upgrade lint-staged to correct vulnerability on property-expr (#938)
1 parent 4330f04 commit e7794af

File tree

2 files changed

+457
-793
lines changed

2 files changed

+457
-793
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"identity-obj-proxy": "^3.0.0",
110110
"jest": "^26.0.0",
111111
"jest-fetch-mock": "^1.6.6",
112-
"lint-staged": "^8.1.5",
112+
"lint-staged": "^11.0.0",
113113
"mkdirp": "^1.0.3",
114114
"npm-run-all": "^4.1.5",
115115
"prettier": "^2.2.1",
@@ -131,8 +131,7 @@
131131
},
132132
"lint-staged": {
133133
"*.{ts,tsx}": [
134-
"eslint . --ext .ts,.tsx --fix",
135-
"git add"
134+
"eslint . --ext .ts,.tsx --fix"
136135
]
137136
},
138137
"repository": {
@@ -144,8 +143,7 @@
144143
},
145144
"homepage": "https://github.com/jupyterlab/jupyterlab-git",
146145
"resolutions": {
147-
"@types/react": "^17.0.0",
148-
"codemirror": "~5.61.0"
146+
"@types/react": "^17.0.0"
149147
},
150148
"jupyterlab": {
151149
"discovery": {

0 commit comments

Comments
 (0)