Skip to content

Commit

Permalink
chore(deps): update dependency webpack to v5.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 28, 2021
1 parent 733866b commit f026bc3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
30 changes: 15 additions & 15 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
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"regenerator-runtime": "0.13.7",
"sass-loader": "11.0.1",
"typescript": "4.2.4",
"webpack": "5.35.0",
"webpack": "5.36.1",
"webpack-cli": "4.6.0"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1206,10 +1206,10 @@ acorn@^7.4.0:
resolved "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz"
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==

acorn@^8.0.4:
version "8.1.0"
resolved "https://registry.npmjs.org/acorn/-/acorn-8.1.0.tgz"
integrity sha512-LWCF/Wn0nfHOmJ9rzQApGnxnvgfROzGilS8936rqN/lfcYkY9MYZzdMqN+2NJ4SlTc+m5HiSa+kNfDtI64dwUA==
acorn@^8.2.1:
version "8.2.1"
resolved "https://registry.npmjs.org/acorn/-/acorn-8.2.1.tgz"
integrity sha512-z716cpm5TX4uzOzILx8PavOE6C6DKshHDw1aQN52M/yNSqE9s5O8SMfyhCCfCJ3HmTL0NkVOi+8a/55T7YB3bg==

ajv-keywords@^3.5.2:
version "3.5.2"
Expand Down Expand Up @@ -5133,17 +5133,17 @@ webpack-sources@^2.1.1:
source-list-map "^2.0.1"
source-map "^0.6.1"

webpack@5.35.0:
version "5.35.0"
resolved "https://registry.npmjs.org/webpack/-/webpack-5.35.0.tgz"
integrity sha512-au3gu55yYF/h6NXFr0KZPZAYxS6Nlc595BzYPke8n0CSff5WXcoixtjh5LC/8mXunkRKxhymhXmBY0+kEbR6jg==
webpack@5.36.1:
version "5.36.1"
resolved "https://registry.npmjs.org/webpack/-/webpack-5.36.1.tgz"
integrity sha512-2u25a82T+6quAxSlzEpN/R/RICwt20ONU3z3Ko05S8KVH9FXILcBYb2hD/rQtZT5y7lRAIsIIs05pdndY7ourQ==
dependencies:
"@types/eslint-scope" "^3.7.0"
"@types/estree" "^0.0.47"
"@webassemblyjs/ast" "1.11.0"
"@webassemblyjs/wasm-edit" "1.11.0"
"@webassemblyjs/wasm-parser" "1.11.0"
acorn "^8.0.4"
acorn "^8.2.1"
browserslist "^4.14.5"
chrome-trace-event "^1.0.2"
enhanced-resolve "^5.8.0"
Expand Down

0 comments on commit f026bc3

Please sign in to comment.