Skip to content

Commit

Permalink
Update istanbul-instrumented-loader
Browse files Browse the repository at this point in the history
The new package seems to be quite
inactive too, but it's more recently
updated than the current package.

This fixes security issues
in dependencies.
  • Loading branch information
pjonsson committed Nov 28, 2024
1 parent 21c4e44 commit 33440e9
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 221 deletions.
2 changes: 1 addition & 1 deletion buildprocess/webpack.config.make.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = function (hot, dev) {
// test: /\.(ts|js)x?$/,
// include: [path.resolve(terriaJSBasePath, "lib")],
// use: {
// loader: "istanbul-instrumenter-loader"
// loader: "@jsdevtools/coverage-istanbul-loader"
// },
// enforce: "post"
// }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@types/node": "^18.15.11",
"@types/webpack": "4.41.33",
"@typescript-eslint/eslint-plugin": "^6.12.0",
Expand All @@ -204,7 +205,6 @@
"fork-ts-checker-webpack-plugin": "^6.0.0",
"glob-all": "^3.0.1",
"husky": "^8.0.3",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-ajax": "^4.0.0",
"jasmine-core": "^2.9.1",
"jsdom": "^17.0.0",
Expand Down
Loading

0 comments on commit 33440e9

Please sign in to comment.