Skip to content

Commit 870a342

Browse files
authored
Merge branch 'master' into update_node-uuid_1.4.8
2 parents 69afbd9 + 80c08ac commit 870a342

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,12 @@
7171
"acorn": "^6.4.1",
7272
"axios": "^0.24.0",
7373
"elliptic": "^6.5.4",
74+
"glob-parent": "^6.0.2",
7475
"js-yaml": "^3.13.1",
7576
"kind-of": "^6.0.3",
7677
"lodash": "4.17.21",
7778
"lodash.template": "^4.5.0",
78-
"minimatch": "^3.0.2",
79+
"minimatch": "^3.0.4",
7980
"mixin-deep": "^1.3.2",
8081
"moment": "2.24.0",
8182
"node": "^14.16.1",
@@ -87,6 +88,7 @@
8788
"react-redux": "7.0.2",
8889
"redux": "^4.0.1",
8990
"set-value": "^4.1.0",
91+
"trim-newlines": "^4.0.2",
9092
"tar": "^6.1.11",
9193
"urijs": "^1.19.7",
9294
"websocket-extensions": "^0.1.4"

yarn.lock

+13-1
Original file line numberDiff line numberDiff line change
@@ -5527,6 +5527,13 @@ glob-parent@^5.0.0:
55275527
dependencies:
55285528
is-glob "^4.0.1"
55295529

5530+
glob-parent@^6.0.2:
5531+
version "6.0.2"
5532+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
5533+
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
5534+
dependencies:
5535+
is-glob "^4.0.3"
5536+
55305537
glob-stream@^6.1.0:
55315538
version "6.1.0"
55325539
resolved "https://registry.yarnpkg.com/glob-stream/-/glob-stream-6.1.0.tgz#7045c99413b3eb94888d83ab46d0b404cc7bdde4"
@@ -7995,7 +8002,7 @@ [email protected]:
79958002
lru-cache "2"
79968003
sigmund "~1.0.0"
79978004

7998-
[email protected], minimatch@^3.0.2, minimatch@^3.0.4:
8005+
[email protected], minimatch@^3.0.4:
79998006
version "3.0.4"
80008007
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
80018008
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
@@ -11891,6 +11898,11 @@ trim-newlines@^3.0.0:
1189111898
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
1189211899
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
1189311900

11901+
trim-newlines@^4.0.2:
11902+
version "4.0.2"
11903+
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-4.0.2.tgz#d6aaaf6a0df1b4b536d183879a6b939489808c7c"
11904+
integrity sha512-GJtWyq9InR/2HRiLZgpIKv+ufIKrVrvjQWEj7PxAXNc5dwbNJkqhAUoAGgzRmULAnoOM5EIpveYd3J2VeSAIew==
11905+
1189411906
trim-off-newlines@^1.0.0:
1189511907
version "1.0.1"
1189611908
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"

0 commit comments

Comments
 (0)