Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump glob from 7.1.6 to 8.1.0 #677

Open
wants to merge 1 commit into
base: final
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"glob": "^7.1.6",
"glob": "^8.1.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"husky": "^6.0.0",
Expand Down
33 changes: 32 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3369,6 +3369,15 @@ __metadata:
languageName: node
linkType: hard

"brace-expansion@npm:^2.0.1":
version: 2.0.1
resolution: "brace-expansion@npm:2.0.1"
dependencies:
balanced-match: ^1.0.0
checksum: c4997879681c552122f3c46859a8e90a1d082ed4431514099d5b981e75c6e9c76838de700f9b680326a16cfdc05306b384a581aacd00d0bfe2109c560b2ac008
languageName: node
linkType: hard

"braces@npm:^2.3.1, braces@npm:^2.3.2":
version: 2.3.2
resolution: "braces@npm:2.3.2"
Expand Down Expand Up @@ -5769,6 +5778,19 @@ fsevents@~2.3.1:
languageName: node
linkType: hard

"glob@npm:^8.1.0":
version: 8.1.0
resolution: "glob@npm:8.1.0"
dependencies:
fs.realpath: ^1.0.0
inflight: ^1.0.4
inherits: 2
minimatch: ^5.0.1
once: ^1.3.0
checksum: 63290a3885e6966da10c50bc73a6ed7f62cffaa88ccd6a607501a332321a086450406580cbfdf41a15f6be490f97fda9d36d9fb460e5b1dace9ebbfafb15659a
languageName: node
linkType: hard

"global-modules@npm:^2.0.0":
version: 2.0.0
resolution: "global-modules@npm:2.0.0"
Expand Down Expand Up @@ -5903,7 +5925,7 @@ fsevents@~2.3.1:
eslint-config-prettier: ^8.3.0
eslint-plugin-prettier: ^3.4.0
focus-visible: ^5.2.0
glob: ^7.1.6
glob: ^8.1.0
html-loader: ^2.1.2
html-webpack-plugin: ^5.3.1
husky: ^6.0.0
Expand Down Expand Up @@ -7840,6 +7862,15 @@ fsevents@~2.3.1:
languageName: node
linkType: hard

"minimatch@npm:^5.0.1":
version: 5.1.4
resolution: "minimatch@npm:5.1.4"
dependencies:
brace-expansion: ^2.0.1
checksum: a2a7fdfb8ef80c3e66a4dfd70c0863967296b2072284d75b0957adedb59a096c0a5e24f61d8fb805e490bedc68b39b79ba59d3958811e603ad68829ec333f0ca
languageName: node
linkType: hard

"minimist-options@npm:4.1.0":
version: 4.1.0
resolution: "minimist-options@npm:4.1.0"
Expand Down