Skip to content

Commit fe8ba0c

Browse files
chore(deps): bump nth-check from 2.1.1 to 3.0.0
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/fb55/nth-check/releases) - [Commits](fb55/nth-check@v2.1.1...v3.0.0) --- updated-dependencies: - dependency-name: nth-check dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent baf4d00 commit fe8ba0c

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@svgr/webpack": "^8.1.0",
2424
"@types/react": "^17.0.2",
2525
"clsx": "^2.1.1",
26-
"nth-check": "2.1.1",
26+
"nth-check": "3.0.0",
2727
"prism-react-renderer": "^1.3.5",
2828
"react": "^17.0.2",
2929
"react-dom": "^17.0.2"

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3122,6 +3122,11 @@ boolbase@^1.0.0:
31223122
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
31233123
integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==
31243124

3125+
boolbase@^2.0.0:
3126+
version "2.0.0"
3127+
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-2.0.0.tgz#832968d211d5c008d833b86e049bb3943036e5b1"
3128+
integrity sha512-DkVaaQHymRhpYEYo9x1oo7Q7B0Y6KJUsjm3c9eTyFDby4MHLBTwZ6ZDWBel5zrYxj1WsZgC5oLpiz+93MluXeA==
3129+
31253130
boxen@^5.0.0:
31263131
version "5.1.2"
31273132
resolved "https://registry.yarnpkg.com/boxen/-/boxen-5.1.2.tgz#788cb686fc83c1f486dfa8a40c68fc2b831d2b50"
@@ -6490,7 +6495,14 @@ nprogress@^0.2.0:
64906495
resolved "https://registry.yarnpkg.com/nprogress/-/nprogress-0.2.0.tgz#cb8f34c53213d895723fcbab907e9422adbcafb1"
64916496
integrity sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==
64926497

6493-
nth-check@2.1.1, nth-check@^2.0.1:
6498+
nth-check@3.0.0:
6499+
version "3.0.0"
6500+
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-3.0.0.tgz#180338e1ee5be19acfdd9124d0ea04153b145586"
6501+
integrity sha512-7kmdWhlAQtOcdZEh8/BIh2Z5KW8Af0RnET+cWS5esqx8ZVzSlt2bP+w+YnWt37PzBmJRUcaOQXFJ2CREM0860Q==
6502+
dependencies:
6503+
boolbase "^2.0.0"
6504+
6505+
nth-check@^2.0.1:
64946506
version "2.1.1"
64956507
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d"
64966508
integrity sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==

0 commit comments

Comments
 (0)