Skip to content

Commit 43aeeca

Browse files
build(deps-dev): bump the dependencies group with 4 updates (#6976)
Bumps the dependencies group with 4 updates: [cypress](https://github.com/cypress-io/cypress), [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react), [postcss](https://github.com/postcss/postcss) and [sass](https://github.com/sass/dart-sass). Updates `cypress` from 12.17.1 to 12.17.2 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](cypress-io/cypress@v12.17.1...v12.17.2) Updates `eslint-plugin-react` from 7.32.2 to 7.33.0 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.32.2...v7.33.0) Updates `postcss` from 8.4.26 to 8.4.27 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.26...8.4.27) Updates `sass` from 1.63.6 to 1.64.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.63.6...1.64.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: postcss 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8e15cf commit 43aeeca

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@
8585
"copy-webpack-plugin": "^11.0.0",
8686
"css-loader": "^6.8.1",
8787
"css-minimizer-webpack-plugin": "^5.0.1",
88-
"cypress": "^12.17.1",
88+
"cypress": "^12.17.2",
8989
"directory-tree": "^3.5.1",
9090
"directory-tree-webpack-plugin": "^1.0.3",
9191
"duplexer": "^0.1.1",
9292
"eslint": "^8.45.0",
9393
"eslint-config-prettier": "^8.8.0",
9494
"eslint-plugin-cypress": "^2.13.3",
9595
"eslint-plugin-mdx": "^2.1.0",
96-
"eslint-plugin-react": "^7.32.2",
96+
"eslint-plugin-react": "^7.33.0",
9797
"eslint-plugin-react-hooks": "^4.6.0",
9898
"front-matter": "^4.0.2",
9999
"github-slugger": "^2.0.0",
@@ -112,7 +112,7 @@
112112
"modularscale-sass": "^3.0.3",
113113
"node-fetch": "^3.3.1",
114114
"npm-run-all": "^4.1.1",
115-
"postcss": "^8.4.26",
115+
"postcss": "^8.4.27",
116116
"postcss-loader": "^7.3.3",
117117
"prettier": "^3.0.0",
118118
"react-refresh": "^0.14.0",
@@ -126,7 +126,7 @@
126126
"remark-html": "^15.0.2",
127127
"remark-refractor": "montogeek/remark-refractor",
128128
"rimraf": "^5.0.1",
129-
"sass": "^1.63.6",
129+
"sass": "^1.64.0",
130130
"sass-loader": "^13.3.2",
131131
"sirv-cli": "^2.0.2",
132132
"sitemap-static": "^0.4.2",

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4470,10 +4470,10 @@ csstype@^3.0.6:
44704470
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.6.tgz#865d0b5833d7d8d40f4e5b8a6d76aea3de4725ef"
44714471
integrity sha512-+ZAmfyWMT7TiIlzdqJgjMb7S4f1beorDbWbsocyK4RaiqA5RTX3K14bnBWmmA9QEM0gRdsjyyrEmcyga8Zsxmw==
44724472

4473-
cypress@^12.17.1:
4474-
version "12.17.1"
4475-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.17.1.tgz#777fdcceec4ecd642fc90795f5994853b6ea03f8"
4476-
integrity sha512-eKfBgO6t8waEyhegL4gxD7tcI6uTCGttu+ZU7y9Hq8BlpMztd7iLeIF4AJFAnbZH1xjX+wwgg4cRKFNSvv3VWQ==
4473+
cypress@^12.17.2:
4474+
version "12.17.2"
4475+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.17.2.tgz#040ac55de1e811f6e037d231a2869d5ab8c29c85"
4476+
integrity sha512-hxWAaWbqQBzzMuadSGSuQg5PDvIGOovm6xm0hIfpCVcORsCAj/gF2p0EvfnJ4f+jK2PCiDgP6D2eeE9/FK4Mjg==
44774477
dependencies:
44784478
"@cypress/request" "^2.88.11"
44794479
"@cypress/xvfb" "^1.2.4"
@@ -5178,10 +5178,10 @@ eslint-plugin-react-hooks@^4.6.0:
51785178
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
51795179
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
51805180

5181-
eslint-plugin-react@^7.32.2:
5182-
version "7.32.2"
5183-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz#e71f21c7c265ebce01bcbc9d0955170c55571f10"
5184-
integrity sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==
5181+
eslint-plugin-react@^7.33.0:
5182+
version "7.33.0"
5183+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.0.tgz#6c356fb0862fec2cd1b04426c669ea746e9b6eb3"
5184+
integrity sha512-qewL/8P34WkY8jAqdQxsiL82pDUeT7nhs8IsuXgfgnsEloKCT4miAV9N9kGtx7/KM9NH/NCGUE7Edt9iGxLXFw==
51855185
dependencies:
51865186
array-includes "^3.1.6"
51875187
array.prototype.flatmap "^1.3.1"
@@ -5196,7 +5196,7 @@ eslint-plugin-react@^7.32.2:
51965196
object.values "^1.1.6"
51975197
prop-types "^15.8.1"
51985198
resolve "^2.0.0-next.4"
5199-
semver "^6.3.0"
5199+
semver "^6.3.1"
52005200
string.prototype.matchall "^4.0.8"
52015201

52025202
@@ -10230,10 +10230,10 @@ postcss@^5.0.8, postcss@^5.2.4:
1023010230
source-map "^0.5.6"
1023110231
supports-color "^3.2.3"
1023210232

10233-
postcss@^8.3.10, postcss@^8.4.21, postcss@^8.4.23, postcss@^8.4.24, postcss@^8.4.26:
10234-
version "8.4.26"
10235-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.26.tgz#1bc62ab19f8e1e5463d98cf74af39702a00a9e94"
10236-
integrity sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==
10233+
postcss@^8.3.10, postcss@^8.4.21, postcss@^8.4.23, postcss@^8.4.24, postcss@^8.4.27:
10234+
version "8.4.27"
10235+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.27.tgz#234d7e4b72e34ba5a92c29636734349e0d9c3057"
10236+
integrity sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==
1023710237
dependencies:
1023810238
nanoid "^3.3.6"
1023910239
picocolors "^1.0.0"
@@ -11050,10 +11050,10 @@ sass-loader@^13.3.2:
1105011050
dependencies:
1105111051
neo-async "^2.6.2"
1105211052

11053-
sass@^1.63.6:
11054-
version "1.63.6"
11055-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.63.6.tgz#481610e612902e0c31c46b46cf2dad66943283ea"
11056-
integrity sha512-MJuxGMHzaOW7ipp+1KdELtqKbfAWbH7OLIdoSMnVe3EXPMTmxTmlaZDCTsgIpPCs3w99lLo9/zDKkOrJuT5byw==
11053+
sass@^1.64.0:
11054+
version "1.64.0"
11055+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.64.0.tgz#9ca8d0acb1a704b86b7f1197dc310f568fb34638"
11056+
integrity sha512-m7YtAGmQta9uANIUJwXesAJMSncqH+3INc8kdVXs6eV6GUC8Qu2IYKQSN8PRLgiQfpca697G94klm2leYMxSHw==
1105711057
dependencies:
1105811058
chokidar ">=3.0.0 <4.0.0"
1105911059
immutable "^4.0.0"

0 commit comments

Comments
 (0)