Skip to content

Commit a4c77ea

Browse files
authored
Merge pull request DSpace#4264 from DSpace/dependabot/npm_and_yarn/dspace-8_x/webpack-cee3a23860
Bump webpack from 5.99.6 to 5.99.7 in the webpack group
2 parents ad93c22 + 783d0ad commit a4c77ea

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"sass-resources-loader": "^2.2.5",
201201
"ts-node": "^8.10.2",
202202
"typescript": "~5.4.5",
203-
"webpack": "5.99.6",
203+
"webpack": "5.99.7",
204204
"webpack-cli": "^5.1.4",
205205
"webpack-dev-server": "^4.15.1"
206206
}

yarn.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2728,7 +2728,7 @@
27282728
resolved "https://registry.yarnpkg.com/@types/js-cookie/-/js-cookie-2.2.6.tgz#f1a1cb35aff47bc5cfb05cb0c441ca91e914c26f"
27292729
integrity sha512-+oY0FDTO2GYKEV0YPvSshGq9t7YozVkgvXLty7zogQNuCxBhT9/3INX9Q7H1aRZ4SUDRXAKlJuA4EA5nTt7SNw==
27302730

2731-
"@types/json-schema@*", "@types/json-schema@^7.0.12", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
2731+
"@types/json-schema@*", "@types/json-schema@^7.0.12", "@types/json-schema@^7.0.15", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
27322732
version "7.0.15"
27332733
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
27342734
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -9832,10 +9832,10 @@ schema-utils@^3.0.0, schema-utils@^3.2.0:
98329832
ajv "^6.12.5"
98339833
ajv-keywords "^3.5.2"
98349834

9835-
schema-utils@^4.0.0, schema-utils@^4.3.0:
9836-
version "4.3.0"
9837-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.0.tgz#3b669f04f71ff2dfb5aba7ce2d5a9d79b35622c0"
9838-
integrity sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==
9835+
schema-utils@^4.0.0, schema-utils@^4.3.0, schema-utils@^4.3.2:
9836+
version "4.3.2"
9837+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.2.tgz#0c10878bf4a73fd2b1dfd14b9462b26788c806ae"
9838+
integrity sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==
98399839
dependencies:
98409840
"@types/json-schema" "^7.0.9"
98419841
ajv "^8.9.0"
@@ -11217,13 +11217,14 @@ webpack@5.94.0:
1121711217
watchpack "^2.4.1"
1121811218
webpack-sources "^3.2.3"
1121911219

11220-
webpack@5.99.6:
11221-
version "5.99.6"
11222-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.6.tgz#0d6ba7ce1d3609c977f193d2634d54e5cf36379d"
11223-
integrity sha512-TJOLrJ6oeccsGWPl7ujCYuc0pIq2cNsuD6GZDma8i5o5Npvcco/z+NKvZSFsP0/x6SShVb0+X2JK/JHUjKY9dQ==
11220+
webpack@5.99.7:
11221+
version "5.99.7"
11222+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.7.tgz#60201c1ca66da046b07d006c2f6e0cc5e8a7bdba"
11223+
integrity sha512-CNqKBRMQjwcmKR0idID5va1qlhrqVUKpovi+Ec79ksW8ux7iS1+A6VqzfZXgVYCFRKl7XL5ap3ZoMpwBJxcg0w==
1122411224
dependencies:
1122511225
"@types/eslint-scope" "^3.7.7"
1122611226
"@types/estree" "^1.0.6"
11227+
"@types/json-schema" "^7.0.15"
1122711228
"@webassemblyjs/ast" "^1.14.1"
1122811229
"@webassemblyjs/wasm-edit" "^1.14.1"
1122911230
"@webassemblyjs/wasm-parser" "^1.14.1"
@@ -11240,7 +11241,7 @@ webpack@5.99.6:
1124011241
loader-runner "^4.2.0"
1124111242
mime-types "^2.1.27"
1124211243
neo-async "^2.6.2"
11243-
schema-utils "^4.3.0"
11244+
schema-utils "^4.3.2"
1124411245
tapable "^2.1.1"
1124511246
terser-webpack-plugin "^5.3.11"
1124611247
watchpack "^2.4.1"

0 commit comments

Comments
 (0)