Skip to content

Commit

Permalink
build: update babel-plugin-module-resolver (#7457)
Browse files Browse the repository at this point in the history
babel-plugin-module-resolver version updated to fix npm audit
  • Loading branch information
aleks-pro authored Jan 13, 2023
1 parent 849405f commit 076e92c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@miherlosev/esm": "3.2.26",
"@types/node": "^12.20.10",
"async-exit-hook": "^1.1.2",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"bin-v8-flags-filter": "^1.1.2",
"bowser": "^2.8.1",
Expand Down Expand Up @@ -235,11 +235,5 @@
"testcafe-browser-provider-browserstack": "^1.14.1",
"tslib": "^2.4.0",
"uglify-js": "~3.10.4"
},
"overrides": {
"json5": "^2.2.2"
},
"resolutions": {
"json5": "^2.2.2"
}
}

0 comments on commit 076e92c

Please sign in to comment.