Skip to content

Commit 7f63c54

Browse files
Update combined dependencies (#6321)
This PR was created by the Combine PRs action by combining the following PRs: * #6312 chore(deps-dev): bump fake-indexeddb from 4.0.0 to 4.0.1 * #6311 chore(deps): bump ajv from 8.11.0 to 8.12.0 * #6310 chore(deps-dev): bump @typescript-eslint/parser from 5.38.1 to 5.48.0 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c068eae commit 7f63c54

File tree

2 files changed

+53
-19
lines changed

2 files changed

+53
-19
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"@types/uuid": "^9.0.0",
118118
"@types/webextension-polyfill": "^0.9.1",
119119
"@typescript-eslint/eslint-plugin": "^5.38.1",
120-
"@typescript-eslint/parser": "^5.38.1",
120+
"@typescript-eslint/parser": "^5.48.0",
121121
"app-builder-lib": "^23.6.0",
122122
"case-sensitive-paths-webpack-plugin": "^2.4.0",
123123
"codecov": "^3.8.3",
@@ -135,7 +135,7 @@
135135
"eslint-plugin-security": "^1.5.0",
136136
"express": "^4.18.2",
137137
"extract-zip": "^2.0.1",
138-
"fake-indexeddb": "^4.0.0",
138+
"fake-indexeddb": "^4.0.1",
139139
"fork-ts-checker-webpack-plugin": "^7.2.13",
140140
"generic-names": "^4.0.0",
141141
"grunt": "^1.5.3",
@@ -180,7 +180,7 @@
180180
"@fluentui/react": "^8.96.1",
181181
"@microsoft/applicationinsights-web": "^2.8.8",
182182
"accessibility-insights-for-android-service-bin": "2.1.0",
183-
"ajv": "^8.11.0",
183+
"ajv": "^8.12.0",
184184
"android-device-list": "^1.2.8",
185185
"appium-adb": "^9.10.2",
186186
"axe-core": "4.4.1",

yarn.lock

Lines changed: 50 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3105,14 +3105,14 @@
31053105
semver "^7.3.7"
31063106
tsutils "^3.21.0"
31073107

3108-
"@typescript-eslint/parser@^5.38.1":
3109-
version "5.38.1"
3110-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.1.tgz#c577f429f2c32071b92dff4af4f5fbbbd2414bd0"
3111-
integrity sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==
3112-
dependencies:
3113-
"@typescript-eslint/scope-manager" "5.38.1"
3114-
"@typescript-eslint/types" "5.38.1"
3115-
"@typescript-eslint/typescript-estree" "5.38.1"
3108+
"@typescript-eslint/parser@^5.48.0":
3109+
version "5.48.0"
3110+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.0.tgz#02803355b23884a83e543755349809a50b7ed9ba"
3111+
integrity sha512-1mxNA8qfgxX8kBvRDIHEzrRGrKHQfQlbW6iHyfHYS0Q4X1af+S6mkLNtgCOsGVl8+/LUPrqdHMssAemkrQ01qg==
3112+
dependencies:
3113+
"@typescript-eslint/scope-manager" "5.48.0"
3114+
"@typescript-eslint/types" "5.48.0"
3115+
"@typescript-eslint/typescript-estree" "5.48.0"
31163116
debug "^4.3.4"
31173117

31183118
"@typescript-eslint/scope-manager@5.38.1":
@@ -3123,6 +3123,14 @@
31233123
"@typescript-eslint/types" "5.38.1"
31243124
"@typescript-eslint/visitor-keys" "5.38.1"
31253125

3126+
"@typescript-eslint/scope-manager@5.48.0":
3127+
version "5.48.0"
3128+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.0.tgz#607731cb0957fbc52fd754fd79507d1b6659cecf"
3129+
integrity sha512-0AA4LviDtVtZqlyUQnZMVHydDATpD9SAX/RC5qh6cBd3xmyWvmXYF+WT1oOmxkeMnWDlUVTwdODeucUnjz3gow==
3130+
dependencies:
3131+
"@typescript-eslint/types" "5.48.0"
3132+
"@typescript-eslint/visitor-keys" "5.48.0"
3133+
31263134
"@typescript-eslint/type-utils@5.38.1":
31273135
version "5.38.1"
31283136
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.1.tgz#7f038fcfcc4ade4ea76c7c69b2aa25e6b261f4c1"
@@ -3138,6 +3146,11 @@
31383146
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
31393147
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
31403148

3149+
"@typescript-eslint/types@5.48.0":
3150+
version "5.48.0"
3151+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.0.tgz#d725da8dfcff320aab2ac6f65c97b0df30058449"
3152+
integrity sha512-UTe67B0Ypius0fnEE518NB2N8gGutIlTojeTg4nt0GQvikReVkurqxd2LvYa9q9M5MQ6rtpNyWTBxdscw40Xhw==
3153+
31413154
"@typescript-eslint/typescript-estree@5.38.1":
31423155
version "5.38.1"
31433156
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
@@ -3151,6 +3164,19 @@
31513164
semver "^7.3.7"
31523165
tsutils "^3.21.0"
31533166

3167+
"@typescript-eslint/typescript-estree@5.48.0":
3168+
version "5.48.0"
3169+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.0.tgz#a7f04bccb001003405bb5452d43953a382c2fac2"
3170+
integrity sha512-7pjd94vvIjI1zTz6aq/5wwE/YrfIyEPLtGJmRfyNR9NYIW+rOvzzUv3Cmq2hRKpvt6e9vpvPUQ7puzX7VSmsEw==
3171+
dependencies:
3172+
"@typescript-eslint/types" "5.48.0"
3173+
"@typescript-eslint/visitor-keys" "5.48.0"
3174+
debug "^4.3.4"
3175+
globby "^11.1.0"
3176+
is-glob "^4.0.3"
3177+
semver "^7.3.7"
3178+
tsutils "^3.21.0"
3179+
31543180
"@typescript-eslint/utils@5.38.1":
31553181
version "5.38.1"
31563182
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.1.tgz#e3ac37d7b33d1362bb5adf4acdbe00372fb813ef"
@@ -3171,6 +3197,14 @@
31713197
"@typescript-eslint/types" "5.38.1"
31723198
eslint-visitor-keys "^3.3.0"
31733199

3200+
"@typescript-eslint/visitor-keys@5.48.0":
3201+
version "5.48.0"
3202+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.0.tgz#4446d5e7f6cadde7140390c0e284c8702d944904"
3203+
integrity sha512-5motVPz5EgxQ0bHjut3chzBkJ3Z3sheYVcSwS5BpHZpLqSptSmELNtGixmgj65+rIfhvtQTz5i9OP2vtzdDH7Q==
3204+
dependencies:
3205+
"@typescript-eslint/types" "5.48.0"
3206+
eslint-visitor-keys "^3.3.0"
3207+
31743208
"@webassemblyjs/ast@1.11.1":
31753209
version "1.11.1"
31763210
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
@@ -3488,10 +3522,10 @@ ajv@^6.10.0, ajv@^6.12.0, ajv@^6.12.4, ajv@^6.12.5:
34883522
json-schema-traverse "^0.4.1"
34893523
uri-js "^4.2.2"
34903524

3491-
ajv@^8.0.0, ajv@^8.0.1, ajv@^8.11.0, ajv@^8.8.0:
3492-
version "8.11.0"
3493-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.11.0.tgz#977e91dd96ca669f54a11e23e378e33b884a565f"
3494-
integrity sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==
3525+
ajv@^8.0.0, ajv@^8.0.1, ajv@^8.12.0, ajv@^8.8.0:
3526+
version "8.12.0"
3527+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
3528+
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
34953529
dependencies:
34963530
fast-deep-equal "^3.1.1"
34973531
json-schema-traverse "^1.0.0"
@@ -6521,10 +6555,10 @@ extsprintf@^1.2.0:
65216555
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
65226556
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
65236557

6524-
fake-indexeddb@^4.0.0:
6525-
version "4.0.0"
6526-
resolved "https://registry.yarnpkg.com/fake-indexeddb/-/fake-indexeddb-4.0.0.tgz#1dfb2023a3be175e35a6d84975218b432041934d"
6527-
integrity sha512-oCfWSJ/qvQn1XPZ8SHX6kY3zr1t+bN7faZ/lltGY0SBGhFOPXnWf0+pbO/MOAgfMx6khC2gK3S/bvAgQpuQHDQ==
6558+
fake-indexeddb@^4.0.1:
6559+
version "4.0.1"
6560+
resolved "https://registry.yarnpkg.com/fake-indexeddb/-/fake-indexeddb-4.0.1.tgz#09bb2468e21d0832b2177e894765fb109edac8fb"
6561+
integrity sha512-hFRyPmvEZILYgdcLBxVdHLik4Tj3gDTu/g7s9ZDOiU3sTNiGx+vEu1ri/AMsFJUZ/1sdRbAVrEcKndh3sViBcA==
65286562
dependencies:
65296563
realistic-structured-clone "^3.0.0"
65306564

0 commit comments

Comments
 (0)