Skip to content

Commit 66cd16b

Browse files
fix(deps): update all non-major dependencies (#2872)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1544784 commit 66cd16b

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

bundle-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"bundlesize": "0.18.2",
12-
"webpack": "5.100.2",
12+
"webpack": "5.101.0",
1313
"webpack-cli": "6.0.1"
1414
},
1515
"resolutions": {

bundle-test/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,10 +1538,10 @@ webpack-sources@^3.3.3:
15381538
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.3.3.tgz#d4bf7f9909675d7a070ff14d0ef2a4f3c982c723"
15391539
integrity sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==
15401540

1541-
webpack@5.100.2:
1542-
version "5.100.2"
1543-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.100.2.tgz#e2341facf9f7de1d702147c91bcb65b693adf9e8"
1544-
integrity sha512-QaNKAvGCDRh3wW1dsDjeMdDXwZm2vqq3zn6Pvq4rHOEOGSaUMgOOjG2Y9ZbIGzpfkJk9ZYTHpDqgDfeBDcnLaw==
1541+
webpack@5.101.0:
1542+
version "5.101.0"
1543+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.101.0.tgz#4b81407ffad9857f81ff03f872e3369b9198cc9d"
1544+
integrity sha512-B4t+nJqytPeuZlHuIKTbalhljIFXeNRqrUGAQgTGlfOl2lXXKXw+yZu6bicycP+PUlM44CxBjCFD6aciKFT3LQ==
15451545
dependencies:
15461546
"@types/eslint-scope" "^3.7.7"
15471547
"@types/estree" "^1.0.8"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"eslint-config-prettier": "10.1.8",
7474
"eslint-config-standard": "17.1.0",
7575
"eslint-plugin-import": "2.32.0",
76-
"eslint-plugin-n": "17.21.2",
76+
"eslint-plugin-n": "17.21.3",
7777
"eslint-plugin-promise": "7.2.1",
7878
"eslint-plugin-standard": "5.0.0",
7979
"graphql": "16.11.0",

website/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3926,9 +3926,9 @@ [email protected]:
39263926
integrity sha512-bOAGaRL1ldfIIpbDsl+uV025Ta6RS6/cOjvvh8r2Vo7KtqB+RSvihVYRsWQz7ECKNPWdq5MClS845acwAwieDw==
39273927

39283928
react-dom@^19.0.0:
3929-
version "19.1.0"
3930-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.1.0.tgz#133558deca37fa1d682708df8904b25186793623"
3931-
integrity sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==
3929+
version "19.1.1"
3930+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.1.1.tgz#2daa9ff7f3ae384aeb30e76d5ee38c046dc89893"
3931+
integrity sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==
39323932
dependencies:
39333933
scheduler "^0.26.0"
39343934

@@ -3966,9 +3966,9 @@ [email protected]:
39663966
react-fast-compare "^3.0.1"
39673967

39683968
react@^19.0.0:
3969-
version "19.1.0"
3970-
resolved "https://registry.yarnpkg.com/react/-/react-19.1.0.tgz#926864b6c48da7627f004795d6cce50e90793b75"
3971-
integrity sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==
3969+
version "19.1.1"
3970+
resolved "https://registry.yarnpkg.com/react/-/react-19.1.1.tgz#06d9149ec5e083a67f9a1e39ce97b06a03b644af"
3971+
integrity sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==
39723972

39733973
read-cache@^1.0.0:
39743974
version "1.0.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2753,10 +2753,10 @@ [email protected]:
27532753
string.prototype.trimend "^1.0.9"
27542754
tsconfig-paths "^3.15.0"
27552755

2756-
2757-
version "17.21.2"
2758-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.21.2.tgz#eba404bf818ea41ed2ebd12a75050a6f1a6137dc"
2759-
integrity sha512-s3ai4Msfk5mbSvOgCkYo6k5+zP3W/OK+AvLmMmx++Ki4a5CPO7luIDwOnjUZm/t+oZYP0YADTxe+u4JqnT8+Dg==
2756+
2757+
version "17.21.3"
2758+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.21.3.tgz#a07592c28390ac742bf52acae89048c997a7b91c"
2759+
integrity sha512-MtxYjDZhMQgsWRm/4xYLL0i2EhusWT7itDxlJ80l1NND2AL2Vi5Mvneqv/ikG9+zpran0VsVRXTEHrpLmUZRNw==
27602760
dependencies:
27612761
"@eslint-community/eslint-utils" "^4.5.0"
27622762
enhanced-resolve "^5.17.1"

0 commit comments

Comments
 (0)