|
68 | 68 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.7.tgz#4158d3105276773d5b7695cd4834b1722e4f37a8"
|
69 | 69 | integrity sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==
|
70 | 70 |
|
71 |
| -"@types/json-schema@*", "@types/json-schema@^7.0.9": |
| 71 | +"@types/json-schema@*", "@types/json-schema@^7.0.15", "@types/json-schema@^7.0.9": |
72 | 72 | version "7.0.15"
|
73 | 73 | resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
|
74 | 74 | integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
|
@@ -1295,10 +1295,10 @@ safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
|
1295 | 1295 | resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
|
1296 | 1296 | integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
|
1297 | 1297 |
|
1298 |
| -schema-utils@^4.3.0: |
1299 |
| - version "4.3.0" |
1300 |
| - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.0.tgz#3b669f04f71ff2dfb5aba7ce2d5a9d79b35622c0" |
1301 |
| - integrity sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g== |
| 1298 | +schema-utils@^4.3.0, schema-utils@^4.3.2: |
| 1299 | + version "4.3.2" |
| 1300 | + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.2.tgz#0c10878bf4a73fd2b1dfd14b9462b26788c806ae" |
| 1301 | + integrity sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ== |
1302 | 1302 | dependencies:
|
1303 | 1303 | "@types/json-schema" "^7.0.9"
|
1304 | 1304 | ajv "^8.9.0"
|
@@ -1538,13 +1538,14 @@ webpack-sources@^3.2.3:
|
1538 | 1538 | resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
|
1539 | 1539 | integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
|
1540 | 1540 |
|
1541 |
| - |
1542 |
| - version "5.99.6" |
1543 |
| - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.6.tgz#0d6ba7ce1d3609c977f193d2634d54e5cf36379d" |
1544 |
| - integrity sha512-TJOLrJ6oeccsGWPl7ujCYuc0pIq2cNsuD6GZDma8i5o5Npvcco/z+NKvZSFsP0/x6SShVb0+X2JK/JHUjKY9dQ== |
| 1541 | + |
| 1542 | + version "5.99.7" |
| 1543 | + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.7.tgz#60201c1ca66da046b07d006c2f6e0cc5e8a7bdba" |
| 1544 | + integrity sha512-CNqKBRMQjwcmKR0idID5va1qlhrqVUKpovi+Ec79ksW8ux7iS1+A6VqzfZXgVYCFRKl7XL5ap3ZoMpwBJxcg0w== |
1545 | 1545 | dependencies:
|
1546 | 1546 | "@types/eslint-scope" "^3.7.7"
|
1547 | 1547 | "@types/estree" "^1.0.6"
|
| 1548 | + "@types/json-schema" "^7.0.15" |
1548 | 1549 | "@webassemblyjs/ast" "^1.14.1"
|
1549 | 1550 | "@webassemblyjs/wasm-edit" "^1.14.1"
|
1550 | 1551 | "@webassemblyjs/wasm-parser" "^1.14.1"
|
|
1561 | 1562 | loader-runner "^4.2.0"
|
1562 | 1563 | mime-types "^2.1.27"
|
1563 | 1564 | neo-async "^2.6.2"
|
1564 |
| - schema-utils "^4.3.0" |
| 1565 | + schema-utils "^4.3.2" |
1565 | 1566 | tapable "^2.1.1"
|
1566 | 1567 | terser-webpack-plugin "^5.3.11"
|
1567 | 1568 | watchpack "^2.4.1"
|
|
0 commit comments