Skip to content

Commit 7d94d1a

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 9ec315b commit 7d94d1a

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.7.2",
4646
"stylelint-config-standard": "^19.0.0",

yarn.lock

Lines changed: 31 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2613,6 +2613,16 @@ concat-stream@^1.5.0:
26132613
readable-stream "^2.2.2"
26142614
typedarray "^0.0.6"
26152615

2616+
concat-stream@^2.0.0:
2617+
version "2.0.0"
2618+
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-2.0.0.tgz#414cf5af790a48c60ab9be4527d56d5e41133cb1"
2619+
integrity sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==
2620+
dependencies:
2621+
buffer-from "^1.0.0"
2622+
inherits "^2.0.3"
2623+
readable-stream "^3.0.2"
2624+
typedarray "^0.0.6"
2625+
26162626
26172627
version "5.0.0"
26182628
resolved "https://registry.yarnpkg.com/conf/-/conf-5.0.0.tgz#6530308a36041bf010ab96b05a0f4aff5101c65d"
@@ -4476,7 +4486,7 @@ inflight@^1.0.4:
44764486
once "^1.3.0"
44774487
wrappy "1"
44784488

4479-
inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:
4489+
inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
44804490
version "2.0.4"
44814491
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
44824492
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -5469,12 +5479,7 @@ [email protected]:
54695479
resolved "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
54705480
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
54715481

5472-
minimist@^1.1.1, minimist@^1.2.0:
5473-
version "1.2.0"
5474-
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
5475-
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
5476-
5477-
minimist@^1.2.5:
5482+
minimist@^1.2.0, minimist@^1.2.5:
54785483
version "1.2.5"
54795484
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
54805485
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
@@ -7063,19 +7068,10 @@ read-pkg@^5.2.0:
70637068
string_decoder "~1.1.1"
70647069
util-deprecate "~1.0.1"
70657070

7066-
readable-stream@^3.0.2:
7067-
version "3.0.3"
7068-
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.0.3.tgz#a4db8813e3e0b87abdc01d5d5dbae828e59744b5"
7069-
integrity sha512-CzN1eAu5Pmh4EaDlJp1g5E37LIHR24b82XlMWRQlPFjhvOYKa4HhClRsQO21zhdDWUpdWfiKt9/L/ZL2+vwxCw==
7070-
dependencies:
7071-
inherits "^2.0.3"
7072-
string_decoder "^1.1.1"
7073-
util-deprecate "^1.0.1"
7074-
7075-
readable-stream@^3.0.6:
7076-
version "3.1.1"
7077-
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.1.1.tgz#ed6bbc6c5ba58b090039ff18ce670515795aeb06"
7078-
integrity sha512-DkN66hPyqDhnIQ6Jcsvx9bFjhw214O4poMBcIMgPVpQvNy9a0e0Uhg5SqySyDKAmUlwt8LonTBz1ezOnM8pUdA==
7071+
readable-stream@^3.0.2, readable-stream@^3.0.6, readable-stream@^3.6.0:
7072+
version "3.6.0"
7073+
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
7074+
integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
70797075
dependencies:
70807076
inherits "^2.0.3"
70817077
string_decoder "^1.1.1"
@@ -7679,17 +7675,17 @@ snapdragon@^0.8.1:
76797675
source-map-resolve "^0.5.0"
76807676
use "^3.1.0"
76817677

7682-
snazzy@^8.0.0:
7683-
version "8.0.0"
7684-
resolved "https://registry.yarnpkg.com/snazzy/-/snazzy-8.0.0.tgz#97a6d4173d03f6549b98a9dd88362765fac0ef88"
7685-
integrity sha512-59GS69hQD8FvJoNGeDz8aZtbYhkCFxCPQB1BFzAWiVVwPmS/J6Vjaku0k6tGNsdSxQ0kAlButdkn8bPR2hLcBw==
7678+
snazzy@^9.0.0:
7679+
version "9.0.0"
7680+
resolved "https://registry.yarnpkg.com/snazzy/-/snazzy-9.0.0.tgz#663639d059efd96c89f2aa63272acfacc5feda1f"
7681+
integrity sha512-8QZmJb11OiYaUP90Nnjqcj/LEpO8CLgChnP87Wqjv5tNB4djwHaz27VO2usSRR0NmViapeGW04p0aWAMhxxLXg==
76867682
dependencies:
7687-
chalk "^2.3.0"
7688-
inherits "^2.0.1"
7689-
minimist "^1.1.1"
7690-
readable-stream "^3.0.2"
7691-
standard-json "^1.0.0"
7692-
strip-ansi "^4.0.0"
7683+
chalk "^4.1.0"
7684+
inherits "^2.0.4"
7685+
minimist "^1.2.5"
7686+
readable-stream "^3.6.0"
7687+
standard-json "^1.1.0"
7688+
strip-ansi "^6.0.0"
76937689
text-table "^0.2.0"
76947690

76957691
sort-keys@^1.0.0:
@@ -7803,12 +7799,12 @@ standard-engine@^12.1.0:
78037799
minimist "^1.2.5"
78047800
pkg-conf "^3.1.0"
78057801

7806-
standard-json@^1.0.0:
7807-
version "1.0.3"
7808-
resolved "https://registry.yarnpkg.com/standard-json/-/standard-json-1.0.3.tgz#5b5b21d9418810dc5644c113d5163541dcd8faa6"
7809-
integrity sha512-lhMP+KREBcfyyMe2ObJlEjJ0lc0ItA9uny83d9ZL6ggYtB79DuaAKCxJVoiflg5EV3D2rpuWn+n4+zXjWXk0sQ==
7802+
standard-json@^1.1.0:
7803+
version "1.1.0"
7804+
resolved "https://registry.yarnpkg.com/standard-json/-/standard-json-1.1.0.tgz#33ac0d2eccaddb0556f5ae28c43a35624cf1fb25"
7805+
integrity sha512-nkonX+n5g3pyVBvJZmvRlFtT/7JyLbNh4CtrYC3Qfxihgs8PKX52f6ONKQXORStuBWJ5PI83EUrNXme7LKfiTQ==
78107806
dependencies:
7811-
concat-stream "^1.5.0"
7807+
concat-stream "^2.0.0"
78127808

78137809
standard@^15.0.0:
78147810
version "15.0.0"

0 commit comments

Comments
 (0)