Skip to content

Commit fd3b36f

Browse files
committed
[0.81] Replace glob in private/cxx-public-api/package.json
1 parent 5630827 commit fd3b36f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

private/cxx-public-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"private": true,
1414
"dependencies": {
15-
"glob": "^7.1.1",
15+
"tinyglobby": "^0.2.15",
1616
"ini": "^5.0.0"
1717
}
1818
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5082,7 +5082,7 @@ glob-parent@^6.0.2:
50825082
dependencies:
50835083
is-glob "^4.0.3"
50845084

5085-
glob@^7.0.0, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
5085+
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
50865086
version "7.2.3"
50875087
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
50885088
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==

0 commit comments

Comments
 (0)