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

Update dependency anymatch to v3.1.3 #68

Open
wants to merge 2 commits into
base: main
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 @@ -41,7 +41,7 @@
"@typescript-eslint/parser": "4.23.0",
"@vue/eslint-config-typescript": "7.0.0",
"@yarnpkg/esbuild-plugin-pnp": "1.0.0-rc.2",
"anymatch": "3.1.2",
"anymatch": "3.1.3",
"auto": "10.27.1",
"autoprefixer": "10.2.5",
"consola": "2.15.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5880,13 +5880,13 @@ __metadata:
languageName: node
linkType: hard

"anymatch@npm:3.1.2, anymatch@npm:^3.0.1, anymatch@npm:~3.1.1":
version: 3.1.2
resolution: "anymatch@npm:3.1.2"
"anymatch@npm:3.1.3, anymatch@npm:~3.1.2":
version: 3.1.3
resolution: "anymatch@npm:3.1.3"
dependencies:
normalize-path: ^3.0.0
picomatch: ^2.0.4
checksum: cd6c08eb8d435741a9de6f5695c75cfba747a50772929ca588235535c6a57d37f2c2b34057768f015fd92abb88108b122ed2e399faac6ae30363a8ca0b6107d0
checksum: 7191d13e13c257b2c7505019fc30e2fcf9af0f75131e6d5155d730007a4d347c58cd8ffb753a17e6c75ed7c688732acea20b8256f115d8bd612fb82dc5e9a3b2
languageName: node
linkType: hard

Expand All @@ -5900,13 +5900,13 @@ __metadata:
languageName: node
linkType: hard

"anymatch@npm:~3.1.2":
version: 3.1.3
resolution: "anymatch@npm:3.1.3"
"anymatch@npm:^3.0.1, anymatch@npm:~3.1.1":
version: 3.1.2
resolution: "anymatch@npm:3.1.2"
dependencies:
normalize-path: ^3.0.0
picomatch: ^2.0.4
checksum: 7191d13e13c257b2c7505019fc30e2fcf9af0f75131e6d5155d730007a4d347c58cd8ffb753a17e6c75ed7c688732acea20b8256f115d8bd612fb82dc5e9a3b2
checksum: cd6c08eb8d435741a9de6f5695c75cfba747a50772929ca588235535c6a57d37f2c2b34057768f015fd92abb88108b122ed2e399faac6ae30363a8ca0b6107d0
languageName: node
linkType: hard

Expand Down Expand Up @@ -8602,7 +8602,7 @@ __metadata:
"@typescript-eslint/parser": 4.23.0
"@vue/eslint-config-typescript": 7.0.0
"@yarnpkg/esbuild-plugin-pnp": 1.0.0-rc.2
anymatch: 3.1.2
anymatch: 3.1.3
auto: 10.27.1
autoprefixer: 10.2.5
axios: 0.21.1
Expand Down
Loading