Skip to content

Commit 46ddb77

Browse files
Bump snazzy from 8.0.0 to 9.0.0
Bumps [snazzy](https://github.com/feross/snazzy) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/feross/snazzy/releases) - [Commits](standard/snazzy@v8.0.0...v9.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent da4bdc3 commit 46ddb77

File tree

2 files changed

+32
-36
lines changed

2 files changed

+32
-36
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"babel-eslint": "^10.1.0",
43-
"snazzy": "^8.0.0",
43+
"snazzy": "^9.0.0",
4444
"standard": "^15.0.0",
4545
"stylelint": "^13.8.0",
4646
"stylelint-config-standard": "^19.0.0",

yarn.lock

Lines changed: 31 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2610,6 +2610,16 @@ concat-stream@^1.5.0:
26102610
readable-stream "^2.2.2"
26112611
typedarray "^0.0.6"
26122612

2613+
concat-stream@^2.0.0:
2614+
version "2.0.0"
2615+
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-2.0.0.tgz#414cf5af790a48c60ab9be4527d56d5e41133cb1"
2616+
integrity sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==
2617+
dependencies:
2618+
buffer-from "^1.0.0"
2619+
inherits "^2.0.3"
2620+
readable-stream "^3.0.2"
2621+
typedarray "^0.0.6"
2622+
26132623
26142624
version "5.0.0"
26152625
resolved "https://registry.yarnpkg.com/conf/-/conf-5.0.0.tgz#6530308a36041bf010ab96b05a0f4aff5101c65d"
@@ -4495,7 +4505,7 @@ inflight@^1.0.4:
44954505
once "^1.3.0"
44964506
wrappy "1"
44974507

4498-
inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:
4508+
inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
44994509
version "2.0.4"
45004510
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
45014511
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -5492,12 +5502,7 @@ [email protected]:
54925502
resolved "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
54935503
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
54945504

5495-
minimist@^1.1.1, minimist@^1.2.0:
5496-
version "1.2.0"
5497-
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
5498-
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
5499-
5500-
minimist@^1.2.5:
5505+
minimist@^1.2.0, minimist@^1.2.5:
55015506
version "1.2.5"
55025507
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
55035508
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
@@ -7107,19 +7112,10 @@ read-pkg@^5.2.0:
71077112
string_decoder "~1.1.1"
71087113
util-deprecate "~1.0.1"
71097114

7110-
readable-stream@^3.0.2:
7111-
version "3.0.3"
7112-
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.0.3.tgz#a4db8813e3e0b87abdc01d5d5dbae828e59744b5"
7113-
integrity sha512-CzN1eAu5Pmh4EaDlJp1g5E37LIHR24b82XlMWRQlPFjhvOYKa4HhClRsQO21zhdDWUpdWfiKt9/L/ZL2+vwxCw==
7114-
dependencies:
7115-
inherits "^2.0.3"
7116-
string_decoder "^1.1.1"
7117-
util-deprecate "^1.0.1"
7118-
7119-
readable-stream@^3.0.6:
7120-
version "3.1.1"
7121-
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.1.1.tgz#ed6bbc6c5ba58b090039ff18ce670515795aeb06"
7122-
integrity sha512-DkN66hPyqDhnIQ6Jcsvx9bFjhw214O4poMBcIMgPVpQvNy9a0e0Uhg5SqySyDKAmUlwt8LonTBz1ezOnM8pUdA==
7115+
readable-stream@^3.0.2, readable-stream@^3.0.6, readable-stream@^3.6.0:
7116+
version "3.6.0"
7117+
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
7118+
integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
71237119
dependencies:
71247120
inherits "^2.0.3"
71257121
string_decoder "^1.1.1"
@@ -7709,17 +7705,17 @@ snapdragon@^0.8.1:
77097705
source-map-resolve "^0.5.0"
77107706
use "^3.1.0"
77117707

7712-
snazzy@^8.0.0:
7713-
version "8.0.0"
7714-
resolved "https://registry.yarnpkg.com/snazzy/-/snazzy-8.0.0.tgz#97a6d4173d03f6549b98a9dd88362765fac0ef88"
7715-
integrity sha512-59GS69hQD8FvJoNGeDz8aZtbYhkCFxCPQB1BFzAWiVVwPmS/J6Vjaku0k6tGNsdSxQ0kAlButdkn8bPR2hLcBw==
7708+
snazzy@^9.0.0:
7709+
version "9.0.0"
7710+
resolved "https://registry.yarnpkg.com/snazzy/-/snazzy-9.0.0.tgz#663639d059efd96c89f2aa63272acfacc5feda1f"
7711+
integrity sha512-8QZmJb11OiYaUP90Nnjqcj/LEpO8CLgChnP87Wqjv5tNB4djwHaz27VO2usSRR0NmViapeGW04p0aWAMhxxLXg==
77167712
dependencies:
7717-
chalk "^2.3.0"
7718-
inherits "^2.0.1"
7719-
minimist "^1.1.1"
7720-
readable-stream "^3.0.2"
7721-
standard-json "^1.0.0"
7722-
strip-ansi "^4.0.0"
7713+
chalk "^4.1.0"
7714+
inherits "^2.0.4"
7715+
minimist "^1.2.5"
7716+
readable-stream "^3.6.0"
7717+
standard-json "^1.1.0"
7718+
strip-ansi "^6.0.0"
77237719
text-table "^0.2.0"
77247720

77257721
sort-keys@^1.0.0:
@@ -7833,12 +7829,12 @@ standard-engine@^12.1.0:
78337829
minimist "^1.2.5"
78347830
pkg-conf "^3.1.0"
78357831

7836-
standard-json@^1.0.0:
7837-
version "1.0.3"
7838-
resolved "https://registry.yarnpkg.com/standard-json/-/standard-json-1.0.3.tgz#5b5b21d9418810dc5644c113d5163541dcd8faa6"
7839-
integrity sha512-lhMP+KREBcfyyMe2ObJlEjJ0lc0ItA9uny83d9ZL6ggYtB79DuaAKCxJVoiflg5EV3D2rpuWn+n4+zXjWXk0sQ==
7832+
standard-json@^1.1.0:
7833+
version "1.1.0"
7834+
resolved "https://registry.yarnpkg.com/standard-json/-/standard-json-1.1.0.tgz#33ac0d2eccaddb0556f5ae28c43a35624cf1fb25"
7835+
integrity sha512-nkonX+n5g3pyVBvJZmvRlFtT/7JyLbNh4CtrYC3Qfxihgs8PKX52f6ONKQXORStuBWJ5PI83EUrNXme7LKfiTQ==
78407836
dependencies:
7841-
concat-stream "^1.5.0"
7837+
concat-stream "^2.0.0"
78427838

78437839
standard@^15.0.0:
78447840
version "15.0.0"

0 commit comments

Comments
 (0)