Skip to content

Commit 45d5b21

Browse files
authored
Merge pull request #330 from dsgnr/dependabot/npm_and_yarn/frontend/web/webpack-5.99.7
[web] Bump webpack from 5.98.0 to 5.99.7 in /frontend/web
2 parents 1bcea86 + 8c09ce0 commit 45d5b21

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

frontend/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"mini-css-extract-plugin": "^2.9.0",
3737
"prettier": "^3.5.3",
3838
"uglifyjs-webpack-plugin": "^2.2.0",
39-
"webpack": "^5.98.0",
39+
"webpack": "^5.99.7",
4040
"webpack-cli": "^6.0.1",
4141
"webpack-dev-server": "^5.2.0"
4242
}

frontend/web/yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3151,10 +3151,10 @@ schema-utils@^1.0.0:
31513151
ajv-errors "^1.0.0"
31523152
ajv-keywords "^3.1.0"
31533153

3154-
schema-utils@^4.0.0, schema-utils@^4.2.0, schema-utils@^4.3.0:
3155-
version "4.3.0"
3156-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.0.tgz#3b669f04f71ff2dfb5aba7ce2d5a9d79b35622c0"
3157-
integrity sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==
3154+
schema-utils@^4.0.0, schema-utils@^4.2.0, schema-utils@^4.3.0, schema-utils@^4.3.2:
3155+
version "4.3.2"
3156+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.2.tgz#0c10878bf4a73fd2b1dfd14b9462b26788c806ae"
3157+
integrity sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==
31583158
dependencies:
31593159
"@types/json-schema" "^7.0.9"
31603160
ajv "^8.9.0"
@@ -3734,13 +3734,14 @@ webpack-sources@^3.2.3:
37343734
resolved "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
37353735
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
37363736

3737-
webpack@^5.98.0:
3738-
version "5.98.0"
3739-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.98.0.tgz#44ae19a8f2ba97537978246072fb89d10d1fbd17"
3740-
integrity sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==
3737+
webpack@^5.99.7:
3738+
version "5.99.7"
3739+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.7.tgz#60201c1ca66da046b07d006c2f6e0cc5e8a7bdba"
3740+
integrity sha512-CNqKBRMQjwcmKR0idID5va1qlhrqVUKpovi+Ec79ksW8ux7iS1+A6VqzfZXgVYCFRKl7XL5ap3ZoMpwBJxcg0w==
37413741
dependencies:
37423742
"@types/eslint-scope" "^3.7.7"
37433743
"@types/estree" "^1.0.6"
3744+
"@types/json-schema" "^7.0.15"
37443745
"@webassemblyjs/ast" "^1.14.1"
37453746
"@webassemblyjs/wasm-edit" "^1.14.1"
37463747
"@webassemblyjs/wasm-parser" "^1.14.1"
@@ -3757,7 +3758,7 @@ webpack@^5.98.0:
37573758
loader-runner "^4.2.0"
37583759
mime-types "^2.1.27"
37593760
neo-async "^2.6.2"
3760-
schema-utils "^4.3.0"
3761+
schema-utils "^4.3.2"
37613762
tapable "^2.1.1"
37623763
terser-webpack-plugin "^5.3.11"
37633764
watchpack "^2.4.1"

0 commit comments

Comments
 (0)