Skip to content

Commit

Permalink
Snyk recommended dependency upgrades (#57)
Browse files Browse the repository at this point in the history
* fix: upgrade glob from 10.3.10 to 10.3.14

Snyk has created this PR to upgrade glob from 10.3.10 to 10.3.14.

See this package in npm:
glob

See this project in Snyk:
https://app.snyk.io/org/rolfmoleman/project/fa0c0a5b-63ce-444a-9c33-16bfde3458c3?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade optionator from 0.9.3 to 0.9.4

Snyk has created this PR to upgrade optionator from 0.9.3 to 0.9.4.

See this package in npm:
optionator

See this project in Snyk:
https://app.snyk.io/org/rolfmoleman/project/fa0c0a5b-63ce-444a-9c33-16bfde3458c3?utm_source=github&utm_medium=referral&page=upgrade-pr

* Update .mega-linter.yml

* Update .cspell.json

* Update .mega-linter.yml

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Nicolas Vuillamy <nicolas.vuillamy@gmail.com>
  • Loading branch information
3 people committed Jun 10, 2024
1 parent 4fc37e7 commit 7bc28aa
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"version": "0.1",
"words": [
"FILEIO",
"GRYPE",
"Himei",
"Izumi",
"Joeyh",
Expand Down
2 changes: 2 additions & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ DISABLE_LINTERS:
- REPOSITORY_GIT_DIFF
DISABLE_ERRORS_LINTERS:
- REPOSITORY_GITLEAKS
- REPOSITORY_GRYPE
- SPELL_LYCHEE
JAVASCRIPT_DEFAULT_STYLE: prettier
FILTER_REGEX_EXCLUDE: (test_files)
SHOW_ELAPSED_TIME: true
Expand Down
14 changes: 9 additions & 5 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 @@ -36,9 +36,9 @@
"debug": "^4.3.4",
"find-package-json": "^1.2.0",
"fs-extra": "^11.1.1",
"glob": "^10.3.10",
"glob": "^10.3.14",
"markdown-table-prettify": "^3.6.0",
"optionator": "^0.9.3"
"optionator": "^0.9.4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
Expand Down

0 comments on commit 7bc28aa

Please sign in to comment.