Skip to content

Commit f479a31

Browse files
committed
Fix Inefficient Regular Expression Complexity in nth-check.
- hooks-news: Added npm overrides to force nth-check ^2.0.1 (now using 2.1.1) - react_architecture_fundamentals: Added npm overrides to force nth-check ^2.0.1 (now using 2.1.1) - graphbook: Already had secure version 2.1.1
1 parent f7aed71 commit f479a31

File tree

6 files changed

+28
-79
lines changed

6 files changed

+28
-79
lines changed

oreilly/hooks-news/package-lock.json

Lines changed: 13 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oreilly/hooks-news/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"eslintConfig": {
2121
"extends": "react-app"
2222
},
23+
"overrides": {
24+
"nth-check": "^2.0.1"
25+
},
2326
"browserslist": {
2427
"production": [
2528
">0.2%",

oreilly/hooks-news/yarn.lock

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3030,7 +3030,7 @@ bonjour-service@^1.0.11:
30303030
fast-deep-equal "^3.1.3"
30313031
multicast-dns "^7.2.5"
30323032

3033-
boolbase@^1.0.0, boolbase@~1.0.0:
3033+
boolbase@^1.0.0:
30343034
version "1.0.0"
30353035
resolved "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz"
30363036
integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==
@@ -6790,13 +6790,6 @@ npm-run-path@^4.0.1:
67906790
dependencies:
67916791
path-key "^3.0.0"
67926792

6793-
nth-check@^1.0.2:
6794-
version "1.0.2"
6795-
resolved "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz"
6796-
integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==
6797-
dependencies:
6798-
boolbase "~1.0.0"
6799-
68006793
nth-check@^2.0.1:
68016794
version "2.1.1"
68026795
resolved "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz"

oreilly/react_architecture_fundamentals/package-lock.json

Lines changed: 4 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oreilly/react_architecture_fundamentals/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"eslintConfig": {
2424
"extends": "react-app"
2525
},
26+
"overrides": {
27+
"nth-check": "^2.0.1"
28+
},
2629
"browserslist": {
2730
"production": [
2831
">0.2%",

oreilly/react_architecture_fundamentals/yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3061,7 +3061,7 @@ bonjour-service@^1.0.11:
30613061
fast-deep-equal "^3.1.3"
30623062
multicast-dns "^7.2.5"
30633063

3064-
boolbase@^1.0.0, boolbase@~1.0.0:
3064+
boolbase@^1.0.0:
30653065
version "1.0.0"
30663066
resolved "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz"
30673067
integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==
@@ -6913,13 +6913,6 @@ npm-run-path@^4.0.1:
69136913
dependencies:
69146914
path-key "^3.0.0"
69156915

6916-
nth-check@^1.0.2:
6917-
version "1.0.2"
6918-
resolved "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz"
6919-
integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==
6920-
dependencies:
6921-
boolbase "~1.0.0"
6922-
69236916
nth-check@^2.0.1:
69246917
version "2.1.1"
69256918
resolved "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz"
@@ -9524,9 +9517,9 @@ typedarray-to-buffer@^3.1.5:
95249517
is-typedarray "^1.0.0"
95259518

95269519
"typescript@^3.2.1 || ^4", "typescript@>= 2.7", "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta":
9527-
version "5.8.3"
9528-
resolved "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz"
9529-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
9520+
version "4.9.5"
9521+
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz"
9522+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
95309523

95319524
unbox-primitive@^1.1.0:
95329525
version "1.1.0"

0 commit comments

Comments
 (0)