Skip to content

Commit b6aef3f

Browse files
Bump the npm-dependencies group in /website with 2 updates (#4287)
Bumps the npm-dependencies group in /website with 2 updates: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [sass](https://github.com/sass/dart-sass). Updates `@types/react` from 19.2.14 to 19.2.15 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `sass` from 1.99.0 to 1.100.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.99.0...1.100.0) --- updated-dependencies: - dependency-name: "@types/react" dependency-version: 19.2.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: sass dependency-version: 1.100.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d1e9eb3 commit b6aef3f

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"@docusaurus/theme-common": "^3.9.2",
2222
"@easyops-cn/docusaurus-search-local": "^0.55.1",
2323
"@mdx-js/react": "^3.1.1",
24-
"@types/react": "^19.2.14",
24+
"@types/react": "^19.2.15",
2525
"clsx": "^2.1.1",
2626
"docusaurus-plugin-sass": "^0.2.6",
2727
"react": "^19.2.6",
2828
"react-dom": "^19.2.6",
2929
"react-loadable": "^5.5.0",
3030
"react-player": "^3.4.0",
31-
"sass": "^1.99.0",
31+
"sass": "^1.100.0",
3232
"search-insights": "^2.17.3",
3333
"@svta/cml-cta": "1.0.6",
3434
"@svta/cml-structured-field-values": "1.1.3",
@@ -38,7 +38,7 @@
3838
"react-loadable": "^5.5.0",
3939
"search-insights": "^2.17.3",
4040
"@algolia/client-search": "^5.48.1",
41-
"@types/react": "^19.2.14",
41+
"@types/react": "^19.2.15",
4242
"@svta/cml-cta": "1.0.6",
4343
"@svta/cml-structured-field-values": "1.1.3",
4444
"@svta/cml-utils": "1.5.0"

website/yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3144,10 +3144,10 @@
31443144
"@types/history" "^4.7.11"
31453145
"@types/react" "*"
31463146

3147-
"@types/react@*", "@types/react@^19.2.14":
3148-
version "19.2.14"
3149-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.14.tgz#39604929b5e3957e3a6fa0001dafb17c7af70bad"
3150-
integrity sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==
3147+
"@types/react@*", "@types/react@^19.2.15":
3148+
version "19.2.15"
3149+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.15.tgz#9e2c6a4251a290f5c525c3143caa872fa6e01e0d"
3150+
integrity sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==
31513151
dependencies:
31523152
csstype "^3.2.2"
31533153

@@ -3987,12 +3987,12 @@ chokidar@^3.5.3, chokidar@^3.6.0:
39873987
optionalDependencies:
39883988
fsevents "~2.3.2"
39893989

3990-
chokidar@^4.0.0:
3991-
version "4.0.3"
3992-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-4.0.3.tgz#7be37a4c03c9aee1ecfe862a4a23b2c70c205d30"
3993-
integrity sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==
3990+
chokidar@^5.0.0:
3991+
version "5.0.0"
3992+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-5.0.0.tgz#949c126a9238a80792be9a0265934f098af369a5"
3993+
integrity sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==
39943994
dependencies:
3995-
readdirp "^4.0.1"
3995+
readdirp "^5.0.0"
39963996

39973997
chrome-trace-event@^1.0.2:
39983998
version "1.0.4"
@@ -8390,10 +8390,10 @@ readable-stream@^3.0.6:
83908390
string_decoder "^1.1.1"
83918391
util-deprecate "^1.0.1"
83928392

8393-
readdirp@^4.0.1:
8394-
version "4.1.2"
8395-
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-4.1.2.tgz#eb85801435fbf2a7ee58f19e0921b068fc69948d"
8396-
integrity sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==
8393+
readdirp@^5.0.0:
8394+
version "5.0.0"
8395+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-5.0.0.tgz#fbf1f71a727891d685bb1786f9ba74084f6e2f91"
8396+
integrity sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==
83978397

83988398
readdirp@~3.6.0:
83998399
version "3.6.0"
@@ -8712,12 +8712,12 @@ sass-loader@^16.0.2:
87128712
dependencies:
87138713
neo-async "^2.6.2"
87148714

8715-
sass@^1.99.0:
8716-
version "1.99.0"
8717-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.99.0.tgz#ff9d1594da4886249dfaafabbeea2dea2dc74b26"
8718-
integrity sha512-kgW13M54DUB7IsIRM5LvJkNlpH+WhMpooUcaWGFARkF1Tc82v9mIWkCbCYf+MBvpIUBSeSOTilpZjEPr2VYE6Q==
8715+
sass@^1.100.0:
8716+
version "1.100.0"
8717+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.100.0.tgz#b4cab1bed286fe22ac6c879c514f71cd36aa06c8"
8718+
integrity sha512-B5j0rYMlinhhOo9tjQebMVVn0TfyXAF+wB3b2ggZUuJ/is/Y+7+JGjirAMxHZ9Z3hIP98NPfamlAkBHa1lAaXQ==
87198719
dependencies:
8720-
chokidar "^4.0.0"
8720+
chokidar "^5.0.0"
87218721
immutable "^5.1.5"
87228722
source-map-js ">=0.6.2 <2.0.0"
87238723
optionalDependencies:

0 commit comments

Comments
 (0)