Skip to content

Commit

Permalink
fix(deps): update dependency glob to ~8.1.0 (#3945)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 22, 2023
1 parent 0ee9018 commit edb767a
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 42 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@types/chai": "4.3.4",
"@types/chai-as-promised": "7.1.5",
"@types/chai-jest-snapshot": "1.3.6",
"@types/glob": "8.0.0",
"@types/glob": "8.0.1",
"@types/istanbul": "0.4.30",
"@types/karma": "6.3.3",
"@types/lodash": "4.14.191",
Expand All @@ -32,7 +32,7 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-unicorn": "45.0.2",
"execa": "6.1.0",
"glob": "8.0.3",
"glob": "8.1.0",
"install-local": "3.0.1",
"jasmine": "4.5.0",
"jasmine-core": "4.5.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/core/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 packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"execa": "~6.1.0",
"file-url": "~4.0.0",
"get-port": "~6.1.0",
"glob": "~8.0.0",
"glob": "~8.1.0",
"inquirer": "~9.1.0",
"lodash.flatmap": "~4.5.0",
"lodash.groupby": "~4.6.0",
Expand Down
30 changes: 15 additions & 15 deletions packages/mocha-runner/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 packages/mocha-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@stryker-mutator/test-helpers": "6.3.1",
"@types/glob": "8.0.0",
"@types/glob": "8.0.1",
"@types/node": "18.11.18"
},
"peerDependencies": {
Expand Down

0 comments on commit edb767a

Please sign in to comment.