Skip to content

Commit

Permalink
Merge pull request #156 from openlayers/dependabot/npm_and_yarn/minim…
Browse files Browse the repository at this point in the history
…atch-10.0.1

Bump minimatch from 3.1.2 to 10.0.1
  • Loading branch information
tschaub authored Dec 9, 2024
2 parents 0739918 + cc00de9 commit 7c6d833
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 25 deletions.
117 changes: 94 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.6.0",
"eslint-plugin-prettier": "^5.2.1",
"minimatch": "^3.1.2",
"minimatch": "^10.0.1",
"prettier": "^3.4.2"
}
}
2 changes: 1 addition & 1 deletion rules/no-exclusive-tests.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @fileoverview Generates an error if describe.only() or it.only() is found.
*/
import minimatch from 'minimatch';
import {minimatch} from 'minimatch';

const names = {
describe: true,
Expand Down

0 comments on commit 7c6d833

Please sign in to comment.