Skip to content

Commit 6202c76

Browse files
chore(deps-dev): bump the dependencies group across 1 directory with 4 updates
Bumps the dependencies group with 4 updates in the / directory: [@mdx-js/loader](https://github.com/mdx-js/mdx/tree/HEAD/packages/loader), [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react), [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) and [sass](https://github.com/sass/dart-sass). Updates `@mdx-js/loader` from 3.0.1 to 3.1.0 - [Release notes](https://github.com/mdx-js/mdx/releases) - [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md) - [Commits](https://github.com/mdx-js/mdx/commits/3.1.0/packages/loader) Updates `@mdx-js/react` from 3.0.1 to 3.1.0 - [Release notes](https://github.com/mdx-js/mdx/releases) - [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md) - [Commits](https://github.com/mdx-js/mdx/commits/3.1.0/packages/react) Updates `html-webpack-plugin` from 5.6.0 to 5.6.2 - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](jantimon/html-webpack-plugin@v5.6.0...v5.6.2) Updates `sass` from 1.79.5 to 1.80.2 - [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.79.5...1.80.2) --- updated-dependencies: - dependency-name: "@mdx-js/loader" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@mdx-js/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: html-webpack-plugin dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 66d98fc commit 6202c76

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
"@eslint/compat": "^1.2.0",
7979
"@eslint/eslintrc": "^3.1.0",
8080
"@eslint/js": "^9.12.0",
81-
"@mdx-js/loader": "^3.0.1",
82-
"@mdx-js/react": "^3.0.1",
81+
"@mdx-js/loader": "^3.1.0",
82+
"@mdx-js/react": "^3.1.0",
8383
"@octokit/auth-action": "^5.1.1",
8484
"@octokit/rest": "^21.0.2",
8585
"@pmmmwh/react-refresh-webpack-plugin": "next",
@@ -102,7 +102,7 @@
102102
"front-matter": "^4.0.2",
103103
"github-slugger": "^2.0.0",
104104
"globals": "^15.11.0",
105-
"html-webpack-plugin": "^5.5.4",
105+
"html-webpack-plugin": "^5.6.2",
106106
"http-server": "^14.1.1",
107107
"husky": "^9.1.6",
108108
"hyperlink": "^5.0.4",
@@ -130,7 +130,7 @@
130130
"remark-html": "^16.0.1",
131131
"remark-refractor": "montogeek/remark-refractor",
132132
"rimraf": "^6.0.1",
133-
"sass": "^1.79.5",
133+
"sass": "^1.80.2",
134134
"sass-loader": "^16.0.2",
135135
"sirv-cli": "^3.0.0",
136136
"sitemap-static": "^0.4.2",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1954,10 +1954,10 @@
19541954
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
19551955
integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==
19561956

1957-
"@mdx-js/loader@^3.0.1":
1958-
version "3.0.1"
1959-
resolved "https://registry.yarnpkg.com/@mdx-js/loader/-/loader-3.0.1.tgz#d21e5bd50b38a4713559586dcdaa987ef9dc02c9"
1960-
integrity sha512-YbYUt7YyEOdFxhyuCWmLKf5vKhID/hJAojEUnheJk4D8iYVLFQw+BAoBWru/dHGch1omtmZOPstsmKPyBF68Tw==
1957+
"@mdx-js/loader@^3.1.0":
1958+
version "3.1.0"
1959+
resolved "https://registry.yarnpkg.com/@mdx-js/loader/-/loader-3.1.0.tgz#715fdab11d0c9567e45049c16a7d9c83cec88214"
1960+
integrity sha512-xU/lwKdOyfXtQGqn3VnJjlDrmKXEvMi1mgYxVmukEUtVycIz1nh7oQ40bKTd4cA7rLStqu0740pnhGYxGoqsCg==
19611961
dependencies:
19621962
"@mdx-js/mdx" "^3.0.0"
19631963
source-map "^0.7.0"
@@ -1991,10 +1991,10 @@
19911991
unist-util-visit "^5.0.0"
19921992
vfile "^6.0.0"
19931993

1994-
"@mdx-js/react@^3.0.1":
1995-
version "3.0.1"
1996-
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.0.1.tgz#997a19b3a5b783d936c75ae7c47cfe62f967f746"
1997-
integrity sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==
1994+
"@mdx-js/react@^3.1.0":
1995+
version "3.1.0"
1996+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.1.0.tgz#c4522e335b3897b9a845db1dbdd2f966ae8fb0ed"
1997+
integrity sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==
19981998
dependencies:
19991999
"@types/mdx" "^2.0.0"
20002000

@@ -6817,10 +6817,10 @@ html-void-elements@^3.0.0:
68176817
resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-3.0.0.tgz#fc9dbd84af9e747249034d4d62602def6517f1d7"
68186818
integrity sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==
68196819

6820-
html-webpack-plugin@^5.5.4:
6821-
version "5.6.0"
6822-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz#50a8fa6709245608cb00e811eacecb8e0d7b7ea0"
6823-
integrity sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==
6820+
html-webpack-plugin@^5.6.2:
6821+
version "5.6.2"
6822+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.2.tgz#174a67c8e55aa3fa2ba94c8e8e42894bfe4978ea"
6823+
integrity sha512-q7xp/FO9RGBVoTKNItkdX1jKLscLFkgn/dLVFNYbHVbfHLBk6DYW5nsQ8kCzIWcgKP/kUBocetjvav6lD8YfCQ==
68246824
dependencies:
68256825
"@types/html-minifier-terser" "^6.0.0"
68266826
html-minifier-terser "^6.0.2"
@@ -11707,10 +11707,10 @@ sass-loader@^16.0.2:
1170711707
dependencies:
1170811708
neo-async "^2.6.2"
1170911709

11710-
sass@^1.79.5:
11711-
version "1.79.5"
11712-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.79.5.tgz#646c627601cd5f84c64f7b1485b9292a313efae4"
11713-
integrity sha512-W1h5kp6bdhqFh2tk3DsI771MoEJjvrSY/2ihJRJS4pjIyfJCw0nTsxqhnrUzaLMOJjFchj8rOvraI/YUVjtx5g==
11710+
sass@^1.80.2:
11711+
version "1.80.2"
11712+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.80.2.tgz#9d13d85a4f81bb17e09d1dc3e1c0944f7fd7315e"
11713+
integrity sha512-9wXY8cGBlUmoUoT+vwOZOFCiS+naiWVjqlreN9ar9PudXbGwlMTFwCR5K9kB4dFumJ6ib98wZyAObJKsWf1nAA==
1171411714
dependencies:
1171511715
"@parcel/watcher" "^2.4.1"
1171611716
chokidar "^4.0.0"

0 commit comments

Comments
 (0)