Skip to content

Commit

Permalink
build(deps): bump klassified from 4.0.0 to 4.0.1
Browse files Browse the repository at this point in the history
Bumps [klassified](https://github.com/foretagsplatsen/klassified) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/foretagsplatsen/klassified/releases)
- [Commits](foretagsplatsen/klassified@4.0.0...4.0.1)

---
updated-dependencies:
- dependency-name: klassified
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 99ad560 commit cbf673d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"classnames": "^2.5.1",
"jquery": "^3.5.0",
"klassified": "^4.0.0"
"klassified": "^4.0.1"
},
"scripts": {
"lint": "eslint --max-warnings 0 --format unix --report-unused-disable-directives .",
Expand Down
28 changes: 6 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1503,10 +1503,10 @@ keyv@^4.5.3:
dependencies:
json-buffer "3.0.1"

klassified@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/klassified/-/klassified-4.0.0.tgz#de4b86413abe961d5dffe2b3e87fba17076224bc"
integrity sha512-UBgVgo6FTpyJdNR5Opts1w03NFivOcT5T81WKoYWDGxvuBGojQL0IiVFZng6loxURDdWMxTH9NRLqiple59kAg==
klassified@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/klassified/-/klassified-4.0.1.tgz#8a521d8f672b0ec66cac103058701499f522b39e"
integrity sha512-DAsX2HPzZ4vrEsSe8Byg2hq7J5Xw3PgW6K6WgTzebF8sNg86q2lLk3SctqbyANDDGbn5wd4TBLxkbdpTH23XNw==

levn@^0.4.1:
version "0.4.1"
Expand Down Expand Up @@ -2177,16 +2177,7 @@ statuses@2.0.1:
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==

"string-width-cjs@npm:string-width@^4.2.0":
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"

string-width@^4.1.0:
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand Down Expand Up @@ -2238,14 +2229,7 @@ string_decoder@~1.1.1:
dependencies:
safe-buffer "~5.1.0"

"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand Down

0 comments on commit cbf673d

Please sign in to comment.