Skip to content

Commit

Permalink
Update dependency webpack to v5.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 10, 2022
1 parent 17419fd commit 57887f7
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 32 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"ts-loader": "9.2.6",
"typescript": "4.5.4",
"util.promisify": "1.1.1",
"webpack": "5.64.4",
"webpack": "5.65.0",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.6.0"
},
Expand Down
25 changes: 15 additions & 10 deletions yarn.lock
Expand Up @@ -847,7 +847,12 @@ acorn@^7.4.0:
resolved "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz"
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==

acorn@^8.4.1, acorn@^8.6.0:
acorn@^8.4.1:
version "8.7.0"
resolved "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz"
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==

acorn@^8.6.0:
version "8.6.0"
resolved "https://registry.npmjs.org/acorn/-/acorn-8.6.0.tgz"
integrity sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==
Expand Down Expand Up @@ -5109,10 +5114,10 @@ vscode-uri@^3.0.2:
resolved "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.2.tgz"
integrity sha512-jkjy6pjU1fxUvI51P+gCsxg1u2n8LSt0W6KrCNQceaziKzff74GoWmjVG46KieVzybO1sttPQmYfrwSHey7GUA==

watchpack@^2.3.0:
version "2.3.0"
resolved "https://registry.npmjs.org/watchpack/-/watchpack-2.3.0.tgz"
integrity sha512-MnN0Q1OsvB/GGHETrFeZPQaOelWh/7O+EiFlj8sM9GPjtQkis7k01aAxrg/18kTfoIVcLL+haEVFlXDaSRwKRw==
watchpack@^2.3.1:
version "2.3.1"
resolved "https://registry.npmjs.org/watchpack/-/watchpack-2.3.1.tgz"
integrity sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==
dependencies:
glob-to-regexp "^0.4.1"
graceful-fs "^4.1.2"
Expand Down Expand Up @@ -5197,10 +5202,10 @@ webpack-sources@^3.2.2:
resolved "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.2.tgz"
integrity sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw==

webpack@5.64.4:
version "5.64.4"
resolved "https://registry.npmjs.org/webpack/-/webpack-5.64.4.tgz"
integrity sha512-LWhqfKjCLoYJLKJY8wk2C3h77i8VyHowG3qYNZiIqD6D0ZS40439S/KVuc/PY48jp2yQmy0mhMknq8cys4jFMw==
webpack@5.65.0:
version "5.65.0"
resolved "https://registry.npmjs.org/webpack/-/webpack-5.65.0.tgz"
integrity sha512-Q5or2o6EKs7+oKmJo7LaqZaMOlDWQse9Tm5l1WAfU/ujLGN5Pb0SqGeVkN/4bpPmEqEP5RnVhiqsOtWtUVwGRw==
dependencies:
"@types/eslint-scope" "^3.7.0"
"@types/estree" "^0.0.50"
Expand All @@ -5224,7 +5229,7 @@ webpack@5.64.4:
schema-utils "^3.1.0"
tapable "^2.1.1"
terser-webpack-plugin "^5.1.3"
watchpack "^2.3.0"
watchpack "^2.3.1"
webpack-sources "^3.2.2"

websocket-driver@>=0.5.1, websocket-driver@^0.7.4:
Expand Down

0 comments on commit 57887f7

Please sign in to comment.