Skip to content

Commit 1e0997b

Browse files
Bump webpack from 5.35.1 to 5.36.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.35.1 to 5.36.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.35.1...v5.36.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 5b8ec45 commit 1e0997b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"ts-node": "9.1.1",
5151
"tsconfig-paths": "3.9.0",
5252
"typescript": "4.2.4",
53-
"webpack": "5.35.1",
53+
"webpack": "5.36.0",
5454
"webpack-cli": "4.1.0",
5555
"webpack-dev-server": "3.11.2",
5656
"webpack-merge": "5.7.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,10 +1614,10 @@ acorn@^7.1.1, acorn@^7.4.0:
16141614
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.0.tgz#e1ad486e6c54501634c6c397c5c121daa383607c"
16151615
integrity sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==
16161616

1617-
acorn@^8.0.4:
1618-
version "8.0.4"
1619-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.0.4.tgz#7a3ae4191466a6984eee0fe3407a4f3aa9db8354"
1620-
integrity sha512-XNP0PqF1XD19ZlLKvB7cMmnZswW4C/03pRHgirB30uSJTaS3A3V1/P4sS3HPvFmjoriPCJQs+JDSbm4bL1TxGQ==
1617+
acorn@^8.2.1:
1618+
version "8.2.1"
1619+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.2.1.tgz#0d36af126fb6755095879c1dc6fd7edf7d60a5fb"
1620+
integrity sha512-z716cpm5TX4uzOzILx8PavOE6C6DKshHDw1aQN52M/yNSqE9s5O8SMfyhCCfCJ3HmTL0NkVOi+8a/55T7YB3bg==
16211621

16221622
ajv-errors@^1.0.0:
16231623
version "1.0.1"
@@ -8296,17 +8296,17 @@ webpack-sources@^2.1.1:
82968296
source-list-map "^2.0.1"
82978297
source-map "^0.6.1"
82988298

8299-
webpack@5.35.1, webpack@^5:
8300-
version "5.35.1"
8301-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.35.1.tgz#857670799465c8a5cbb94c4c175d60ac42d18ba3"
8302-
integrity sha512-uWKYStqJ23+N6/EnMEwUjPSSKUG1tFmcuKhALEh/QXoUxwN8eb3ATNIZB38A+fO6QZ0xfc7Cu7KNV9LXNhDCsw==
8299+
webpack@5.36.0, webpack@^5:
8300+
version "5.36.0"
8301+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.36.0.tgz#d008da31b721f8fecce88ef2adaf1b16dc2161d1"
8302+
integrity sha512-HdOhLXClUEwTnzQnzpSG9iL00ej23ojvfnGpF49ba0MkuAT2q+WhQilHFFJHOIVRBqbzakQ1vCWQV2K+QLX0Qw==
83038303
dependencies:
83048304
"@types/eslint-scope" "^3.7.0"
83058305
"@types/estree" "^0.0.47"
83068306
"@webassemblyjs/ast" "1.11.0"
83078307
"@webassemblyjs/wasm-edit" "1.11.0"
83088308
"@webassemblyjs/wasm-parser" "1.11.0"
8309-
acorn "^8.0.4"
8309+
acorn "^8.2.1"
83108310
browserslist "^4.14.5"
83118311
chrome-trace-event "^1.0.2"
83128312
enhanced-resolve "^5.8.0"

0 commit comments

Comments
 (0)