Skip to content

Commit a99204a

Browse files
Bump the security group in /web with 2 updates
Bumps the security group in /web with 2 updates: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin). Updates `@types/react` from 18.2.77 to 18.2.79 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `mini-css-extract-plugin` from 2.8.1 to 2.9.0 - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/mini-css-extract-plugin@v2.8.1...v2.9.0) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security - dependency-name: mini-css-extract-plugin dependency-type: direct:development update-type: version-update:semver-minor dependency-group: security ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2d71bc commit a99204a

File tree

2 files changed

+28
-12
lines changed

2 files changed

+28
-12
lines changed

web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/js-yaml": "3",
5555
"@types/lodash": "^4.17.0",
5656
"@types/node": "^18.7.13",
57-
"@types/react": "^18.2.77",
57+
"@types/react": "^18.2.79",
5858
"@types/react-dom": "^18.2.25",
5959
"@types/react-helmet": "^6.1.11",
6060
"@types/react-modal": "^3.16.3",
@@ -96,7 +96,7 @@
9696
"html-webpack-plugin": "^5.6.0",
9797
"jest": "^28.1.3",
9898
"jest-environment-jsdom": "^28.1.3",
99-
"mini-css-extract-plugin": "^2.8.1",
99+
"mini-css-extract-plugin": "^2.9.0",
100100
"object-assign": "^4.1.1",
101101
"os-browserify": "^0.3.0",
102102
"path": "^0.12.7",

web/yarn.lock

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4260,10 +4260,10 @@
42604260
dependencies:
42614261
"@types/react" "*"
42624262

4263-
"@types/react@*", "@types/react@^18.2.77":
4264-
version "18.2.77"
4265-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.77.tgz#af2f857b6a6dfb6ca89ec102ebc147b1f1616880"
4266-
integrity sha512-CUT9KUUF+HytDM7WiXKLF9qUSg4tGImwy4FXTlfEDPEkkNUzJ7rVFolYweJ9fS1ljoIaP7M7Rdjc5eUm/Yu5AA==
4263+
"@types/react@*", "@types/react@^18.2.79":
4264+
version "18.2.79"
4265+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.79.tgz#c40efb4f255711f554d47b449f796d1c7756d865"
4266+
integrity sha512-RwGAGXPl9kSXwdNTafkOEuFrTBD5SA2B3iEB96xi8+xu5ddUa/cpvyVCSNn+asgLCTHkb5ZxN8gbuibYJi4s1w==
42674267
dependencies:
42684268
"@types/prop-types" "*"
42694269
csstype "^3.0.2"
@@ -12572,10 +12572,10 @@ min-indent@^1.0.0:
1257212572
resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz"
1257312573
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
1257412574

12575-
mini-css-extract-plugin@^2.8.1:
12576-
version "2.8.1"
12577-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.1.tgz#75245f3f30ce3a56dbdd478084df6fe475f02dc7"
12578-
integrity sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA==
12575+
mini-css-extract-plugin@^2.9.0:
12576+
version "2.9.0"
12577+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz#c73a1327ccf466f69026ac22a8e8fd707b78a235"
12578+
integrity sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==
1257912579
dependencies:
1258012580
schema-utils "^4.0.0"
1258112581
tapable "^2.2.1"
@@ -15989,7 +15989,16 @@ string-length@^4.0.1:
1598915989
char-regex "^1.0.2"
1599015990
strip-ansi "^6.0.0"
1599115991

15992-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
15992+
"string-width-cjs@npm:string-width@^4.2.0":
15993+
version "4.2.3"
15994+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
15995+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
15996+
dependencies:
15997+
emoji-regex "^8.0.0"
15998+
is-fullwidth-code-point "^3.0.0"
15999+
strip-ansi "^6.0.1"
16000+
16001+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
1599316002
version "4.2.3"
1599416003
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1599516004
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -16117,7 +16126,7 @@ string_decoder@~1.1.1:
1611716126
dependencies:
1611816127
safe-buffer "~5.1.0"
1611916128

16120-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
16129+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1612116130
version "6.0.1"
1612216131
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1612316132
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -16131,6 +16140,13 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1:
1613116140
dependencies:
1613216141
ansi-regex "^2.0.0"
1613316142

16143+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
16144+
version "6.0.1"
16145+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
16146+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
16147+
dependencies:
16148+
ansi-regex "^5.0.1"
16149+
1613416150
strip-ansi@^7.0.1:
1613516151
version "7.1.0"
1613616152
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"

0 commit comments

Comments
 (0)