Skip to content

Commit b236815

Browse files
Merge pull request #574 from ui-router/dependabot/npm_and_yarn/shx-0.3.3
2 parents 5b52e5e + c94d9c9 commit b236815

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"fibers": "5.0.0",
4343
"html-webpack-plugin": "4.3.0",
4444
"node-sass": "4.14.1",
45-
"shx": "^0.3.2",
45+
"shx": "^0.3.3",
4646
"tslint": "6.1.2",
4747
"typescript": "~3.9.7"
4848
}

yarn.lock

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4004,10 +4004,6 @@ [email protected], es6-iterator@~2.0.3:
40044004
es5-ext "^0.10.35"
40054005
es6-symbol "^3.1.1"
40064006

4007-
es6-object-assign@^1.0.3:
4008-
version "1.1.0"
4009-
resolved "https://registry.yarnpkg.com/es6-object-assign/-/es6-object-assign-1.1.0.tgz#c2c3582656247c39ea107cb1e6652b6f9f24523c"
4010-
40114007
es6-promise@^4.0.3:
40124008
version "4.2.8"
40134009
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a"
@@ -6316,11 +6312,11 @@ [email protected]:
63166312
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
63176313
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
63186314

6319-
[email protected], minimist@^1.2.0:
6315+
63206316
version "1.2.0"
63216317
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
63226318

6323-
minimist@^1.1.3, minimist@^1.2.5:
6319+
minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5:
63246320
version "1.2.5"
63256321
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
63266322
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
@@ -8904,21 +8900,22 @@ shebang-regex@^3.0.0:
89048900
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
89058901
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
89068902

8907-
shelljs@^0.8.1:
8908-
version "0.8.2"
8909-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.2.tgz#345b7df7763f4c2340d584abb532c5f752ca9e35"
8903+
shelljs@^0.8.4:
8904+
version "0.8.4"
8905+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2"
8906+
integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==
89108907
dependencies:
89118908
glob "^7.0.0"
89128909
interpret "^1.0.0"
89138910
rechoir "^0.6.2"
89148911

8915-
shx@^0.3.2:
8916-
version "0.3.2"
8917-
resolved "https://registry.yarnpkg.com/shx/-/shx-0.3.2.tgz#40501ce14eb5e0cbcac7ddbd4b325563aad8c123"
8912+
shx@^0.3.3:
8913+
version "0.3.3"
8914+
resolved "https://registry.yarnpkg.com/shx/-/shx-0.3.3.tgz#681a88c7c10db15abe18525349ed474f0f1e7b9f"
8915+
integrity sha512-nZJ3HFWVoTSyyB+evEKjJ1STiixGztlqwKLTUNV5KqMWtGey9fTd4KU1gdZ1X9BV6215pswQ/Jew9NsuS/fNDA==
89188916
dependencies:
8919-
es6-object-assign "^1.0.3"
8920-
minimist "^1.2.0"
8921-
shelljs "^0.8.1"
8917+
minimist "^1.2.3"
8918+
shelljs "^0.8.4"
89228919

89238920
signal-exit@^3.0.0, signal-exit@^3.0.2:
89248921
version "3.0.2"

0 commit comments

Comments
 (0)