Skip to content

Commit aeeb6e9

Browse files
chore(deps): update all non-major dependencies (#2822)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f64594e commit aeeb6e9

File tree

4 files changed

+17
-16
lines changed

4 files changed

+17
-16
lines changed

bundle-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"bundlesize": "0.18.2",
12-
"webpack": "5.99.6",
12+
"webpack": "5.99.7",
1313
"webpack-cli": "6.0.1"
1414
},
1515
"resolutions": {

bundle-test/yarn.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.7.tgz#4158d3105276773d5b7695cd4834b1722e4f37a8"
6969
integrity sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==
7070

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":
7272
version "7.0.15"
7373
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
7474
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:
12951295
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
12961296
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
12971297

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==
13021302
dependencies:
13031303
"@types/json-schema" "^7.0.9"
13041304
ajv "^8.9.0"
@@ -1538,13 +1538,14 @@ webpack-sources@^3.2.3:
15381538
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
15391539
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
15401540

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==
15451545
dependencies:
15461546
"@types/eslint-scope" "^3.7.7"
15471547
"@types/estree" "^1.0.6"
1548+
"@types/json-schema" "^7.0.15"
15481549
"@webassemblyjs/ast" "^1.14.1"
15491550
"@webassemblyjs/wasm-edit" "^1.14.1"
15501551
"@webassemblyjs/wasm-parser" "^1.14.1"
@@ -1561,7 +1562,7 @@ [email protected]:
15611562
loader-runner "^4.2.0"
15621563
mime-types "^2.1.27"
15631564
neo-async "^2.6.2"
1564-
schema-utils "^4.3.0"
1565+
schema-utils "^4.3.2"
15651566
tapable "^2.1.1"
15661567
terser-webpack-plugin "^5.3.11"
15671568
watchpack "^2.4.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"eslint-plugin-n": "17.17.0",
7777
"eslint-plugin-promise": "7.2.1",
7878
"eslint-plugin-standard": "5.0.0",
79-
"graphql": "16.10.0",
79+
"graphql": "16.11.0",
8080
"husky": "9.1.7",
8181
"jest": "29.7.0",
8282
"json-bigint-patch": "0.0.8",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3233,10 +3233,10 @@ graphemer@^1.4.0:
32333233
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
32343234
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
32353235

3236-
graphql@16.10.0:
3237-
version "16.10.0"
3238-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.10.0.tgz#24c01ae0af6b11ea87bf55694429198aaa8e220c"
3239-
integrity sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==
3236+
graphql@16.11.0:
3237+
version "16.11.0"
3238+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.11.0.tgz#96d17f66370678027fdf59b2d4c20b4efaa8a633"
3239+
integrity sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==
32403240

32413241
has-bigints@^1.0.2:
32423242
version "1.1.0"

0 commit comments

Comments
 (0)