Skip to content

Commit 1485907

Browse files
committed
chore(deps): update dependency webpack to v5.45.1
1 parent b1d85ce commit 1485907

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"semantic-release": "17.4.4",
4343
"ts-node": "10.1.0",
4444
"typescript": "4.3.5",
45-
"webpack": "5.45.0"
45+
"webpack": "5.45.1"
4646
},
4747
"eslintConfig": {
4848
"root": true,

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -792,11 +792,6 @@ abbrev@1, abbrev@~1.1.1:
792792
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
793793
integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
794794

795-
acorn-import-assertions@1.7.1:
796-
version "1.7.1"
797-
resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.7.1.tgz#da2c1fd00dbd7fd8b22c59957cea3e4508e64fa5"
798-
integrity sha512-Wc7PWe2G9s9E3aPaKDvOgV00xn1HIetG3VxPs+Jtr/4nHpdfLZ/0JbEVM83QCUqV4fYilbMb+y5SSXHMzP8AVw==
799-
800795
acorn-jsx@^5.3.1:
801796
version "5.3.2"
802797
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -6057,18 +6052,17 @@ webpack-sources@^2.3.0:
60576052
source-list-map "^2.0.1"
60586053
source-map "^0.6.1"
60596054

6060-
webpack@5.45.0:
6061-
version "5.45.0"
6062-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.45.0.tgz#3071f4940f9dba6b2ee64c5e6b68986e09f48eb3"
6063-
integrity sha512-nQvbBscZztZ+92n10ZpGJc979lH/DGTCHRqCbjez3Dha7yWiEW+zlnyq5xQo7CxFmn8BtI37eok1/dW7p+htxw==
6055+
webpack@5.45.1:
6056+
version "5.45.1"
6057+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.45.1.tgz#d78dcbeda18a872dc62b0455d3ed3dcfd1c886bb"
6058+
integrity sha512-68VT2ZgG9EHs6h6UxfV2SEYewA9BA3SOLSnC2NEbJJiEwbAiueDL033R1xX0jzjmXvMh0oSeKnKgbO2bDXIEyQ==
60646059
dependencies:
60656060
"@types/eslint-scope" "^3.7.0"
60666061
"@types/estree" "^0.0.50"
60676062
"@webassemblyjs/ast" "1.11.1"
60686063
"@webassemblyjs/wasm-edit" "1.11.1"
60696064
"@webassemblyjs/wasm-parser" "1.11.1"
60706065
acorn "^8.4.1"
6071-
acorn-import-assertions "1.7.1"
60726066
browserslist "^4.14.5"
60736067
chrome-trace-event "^1.0.2"
60746068
enhanced-resolve "^5.8.0"

0 commit comments

Comments
 (0)