Skip to content

Commit e1b37b2

Browse files
committed
1 parent 3cb5884 commit e1b37b2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

node_modules/tinyglobby/node_modules/picomatch/lib/constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ module.exports = {
9999

100100
// Replace globs with equivalent patterns to reduce parsing time.
101101
REPLACEMENTS: {
102+
__proto__: null,
102103
'***': '*',
103104
'**/**': '**',
104105
'**/**/**': '**'

node_modules/tinyglobby/node_modules/picomatch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "picomatch",
33
"description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.",
4-
"version": "4.0.2",
4+
"version": "4.0.3",
55
"homepage": "https://github.com/micromatch/picomatch",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"funding": "https://github.com/sponsors/jonschlinkert",

package-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17639,9 +17639,9 @@
1763917639
}
1764017640
},
1764117641
"node_modules/tinyglobby/node_modules/picomatch": {
17642-
"version": "4.0.2",
17643-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
17644-
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
17642+
"version": "4.0.3",
17643+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
17644+
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
1764517645
"inBundle": true,
1764617646
"license": "MIT",
1764717647
"engines": {

0 commit comments

Comments
 (0)