Skip to content

Commit bd0eeba

Browse files
📦 Bump @microsoft/eslint-plugin-sdl from 0.2.0 to 0.2.2 (#12444)
Bumps [@microsoft/eslint-plugin-sdl](https://github.com/microsoft/eslint-plugin-sdl) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/microsoft/eslint-plugin-sdl/releases) - [Commits](microsoft/eslint-plugin-sdl@v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: "@microsoft/eslint-plugin-sdl" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5fe8721 commit bd0eeba

File tree

1 file changed

+16
-58
lines changed

1 file changed

+16
-58
lines changed

yarn.lock

Lines changed: 16 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -2084,12 +2084,12 @@
20842084
integrity sha512-2IHAOaLauc8qaAitvWS+U931T+ze+7MNWrDHY47IENP5y2UA0vqJDu67kWZDdpCN1fFC77sfgfB+HV7SrKshnQ==
20852085

20862086
"@microsoft/eslint-plugin-sdl@^0.2.0":
2087-
version "0.2.0"
2088-
resolved "https://registry.yarnpkg.com/@microsoft/eslint-plugin-sdl/-/eslint-plugin-sdl-0.2.0.tgz#a23a5cf89a1f8a44791334d595c3211651744176"
2089-
integrity sha512-CsYI1A+d3W5lw4BBJsKtKdxtf5wI+m7SH1ByCBard2aPbGgTFipGXSNZYaScR1VLhnHXpRJyRECyOIPflb0AyA==
2087+
version "0.2.2"
2088+
resolved "https://registry.yarnpkg.com/@microsoft/eslint-plugin-sdl/-/eslint-plugin-sdl-0.2.2.tgz#969cd7fbd3715bca8df3cffecc1aa06cc73b9328"
2089+
integrity sha512-TiBepeQMSxHpvIbKA03TbO9nZqRrKR1th47wGdjY1sH2SSer+JgKlSF3S8GURGA8/zp2T/HwSiAJelclJ3hEvg==
20902090
dependencies:
20912091
eslint-plugin-node "11.1.0"
2092-
eslint-plugin-react "7.24.0"
2092+
eslint-plugin-react "7.33.0"
20932093
eslint-plugin-security "1.4.0"
20942094

20952095
"@mrmlnc/readdir-enhanced@^2.2.1":
@@ -4010,7 +4010,7 @@ array-each@^1.0.0, array-each@^1.0.1:
40104010
resolved "https://registry.yarnpkg.com/array-each/-/array-each-1.0.1.tgz#a794af0c05ab1752846ee753a1f211a05ba0c44f"
40114011
integrity sha1-p5SvDAWrF1KEbudTofIRoFugxE8=
40124012

4013-
array-includes@^3.1.3, array-includes@^3.1.5, array-includes@^3.1.6:
4013+
array-includes@^3.1.5, array-includes@^3.1.6:
40144014
version "3.1.7"
40154015
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.7.tgz#8cd2e01b26f7a3086cbc87271593fe921c62abda"
40164016
integrity sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==
@@ -4063,7 +4063,7 @@ array-unique@^0.3.2:
40634063
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
40644064
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
40654065

4066-
array.prototype.flatmap@^1.2.4, array.prototype.flatmap@^1.3.1:
4066+
array.prototype.flatmap@^1.3.1:
40674067
version "1.3.2"
40684068
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527"
40694069
integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==
@@ -6225,28 +6225,10 @@ eslint-plugin-react-native@^4.0.0:
62256225
"@babel/traverse" "^7.7.4"
62266226
eslint-plugin-react-native-globals "^0.1.1"
62276227

6228-
6229-
version "7.24.0"
6230-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"
6231-
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==
6232-
dependencies:
6233-
array-includes "^3.1.3"
6234-
array.prototype.flatmap "^1.2.4"
6235-
doctrine "^2.1.0"
6236-
has "^1.0.3"
6237-
jsx-ast-utils "^2.4.1 || ^3.0.0"
6238-
minimatch "^3.0.4"
6239-
object.entries "^1.1.4"
6240-
object.fromentries "^2.0.4"
6241-
object.values "^1.1.4"
6242-
prop-types "^15.7.2"
6243-
resolve "^2.0.0-next.3"
6244-
string.prototype.matchall "^4.0.5"
6245-
6246-
eslint-plugin-react@^7.30.1:
6247-
version "7.32.2"
6248-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz#e71f21c7c265ebce01bcbc9d0955170c55571f10"
6249-
integrity sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==
6228+
[email protected], eslint-plugin-react@^7.30.1:
6229+
version "7.33.0"
6230+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.0.tgz#6c356fb0862fec2cd1b04426c669ea746e9b6eb3"
6231+
integrity sha512-qewL/8P34WkY8jAqdQxsiL82pDUeT7nhs8IsuXgfgnsEloKCT4miAV9N9kGtx7/KM9NH/NCGUE7Edt9iGxLXFw==
62506232
dependencies:
62516233
array-includes "^3.1.6"
62526234
array.prototype.flatmap "^1.3.1"
@@ -6261,7 +6243,7 @@ eslint-plugin-react@^7.30.1:
62616243
object.values "^1.1.6"
62626244
prop-types "^15.8.1"
62636245
resolve "^2.0.0-next.4"
6264-
semver "^6.3.0"
6246+
semver "^6.3.1"
62656247
string.prototype.matchall "^4.0.8"
62666248

62676249
eslint-plugin-redundant-undefined@^0.4.0:
@@ -10462,7 +10444,7 @@ object.defaults@^1.0.0:
1046210444
for-own "^1.0.0"
1046310445
isobject "^3.0.0"
1046410446

10465-
object.entries@^1.1.4, object.entries@^1.1.6:
10447+
object.entries@^1.1.6:
1046610448
version "1.1.7"
1046710449
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.7.tgz#2b47760e2a2e3a752f39dd874655c61a7f03c131"
1046810450
integrity sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==
@@ -10471,7 +10453,7 @@ object.entries@^1.1.4, object.entries@^1.1.6:
1047110453
define-properties "^1.2.0"
1047210454
es-abstract "^1.22.1"
1047310455

10474-
object.fromentries@^2.0.4, object.fromentries@^2.0.6:
10456+
object.fromentries@^2.0.6:
1047510457
version "2.0.7"
1047610458
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.7.tgz#71e95f441e9a0ea6baf682ecaaf37fa2a8d7e616"
1047710459
integrity sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==
@@ -10503,15 +10485,6 @@ object.reduce@^1.0.0:
1050310485
for-own "^1.0.0"
1050410486
make-iterator "^1.0.0"
1050510487

10506-
object.values@^1.1.4:
10507-
version "1.1.7"
10508-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a"
10509-
integrity sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==
10510-
dependencies:
10511-
call-bind "^1.0.2"
10512-
define-properties "^1.2.0"
10513-
es-abstract "^1.22.1"
10514-
1051510488
object.values@^1.1.6:
1051610489
version "1.1.6"
1051710490
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d"
@@ -11015,7 +10988,7 @@ prompts@^2.0.1, prompts@^2.4.0, prompts@^2.4.1, prompts@^2.4.2:
1101510988
kleur "^3.0.3"
1101610989
sisteransi "^1.0.5"
1101710990

11018-
prop-types@*, prop-types@^15.7.2, prop-types@^15.8.1:
10991+
prop-types@*, prop-types@^15.8.1:
1101910992
version "15.8.1"
1102010993
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
1102110994
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
@@ -11367,7 +11340,7 @@ regexp.prototype.flags@^1.4.3:
1136711340
define-properties "^1.1.3"
1136811341
functions-have-names "^1.2.2"
1136911342

11370-
regexp.prototype.flags@^1.5.0, regexp.prototype.flags@^1.5.1:
11343+
regexp.prototype.flags@^1.5.1:
1137111344
version "1.5.1"
1137211345
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz#90ce989138db209f81492edd734183ce99f9677e"
1137311346
integrity sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==
@@ -11538,7 +11511,7 @@ resolve@^1.1.6, resolve@^1.10.1, resolve@^1.14.2, resolve@^1.19.0, resolve@^1.20
1153811511
path-parse "^1.0.7"
1153911512
supports-preserve-symlinks-flag "^1.0.0"
1154011513

11541-
resolve@^2.0.0-next.3, resolve@^2.0.0-next.4:
11514+
resolve@^2.0.0-next.4:
1154211515
version "2.0.0-next.4"
1154311516
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.4.tgz#3d37a113d6429f496ec4752d2a2e58efb1fd4660"
1154411517
integrity sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==
@@ -12194,21 +12167,6 @@ string-width@^1.0.1:
1219412167
is-fullwidth-code-point "^3.0.0"
1219512168
strip-ansi "^6.0.1"
1219612169

12197-
string.prototype.matchall@^4.0.5:
12198-
version "4.0.10"
12199-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz#a1553eb532221d4180c51581d6072cd65d1ee100"
12200-
integrity sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==
12201-
dependencies:
12202-
call-bind "^1.0.2"
12203-
define-properties "^1.2.0"
12204-
es-abstract "^1.22.1"
12205-
get-intrinsic "^1.2.1"
12206-
has-symbols "^1.0.3"
12207-
internal-slot "^1.0.5"
12208-
regexp.prototype.flags "^1.5.0"
12209-
set-function-name "^2.0.0"
12210-
side-channel "^1.0.4"
12211-
1221212170
string.prototype.matchall@^4.0.8:
1221312171
version "4.0.8"
1221412172
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"

0 commit comments

Comments
 (0)