Skip to content

Commit

Permalink
Update dependency webpack to v5.89.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 14, 2023
1 parent 38e94ba commit d9d08f4
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"ts-loader": "9.5.0",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.1.6",
"webpack": "5.88.2"
"webpack": "5.89.0"
}
}
2 changes: 1 addition & 1 deletion packages/graphql-toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"ts-node": "10.9.1",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.1.6",
"webpack": "5.88.2",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-notifier": "1.15.0"
Expand Down
43 changes: 40 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3613,7 +3613,7 @@ __metadata:
ts-node: 10.9.1
tsconfig-paths-webpack-plugin: 4.1.0
typescript: 5.1.6
webpack: 5.88.2
webpack: 5.89.0
webpack-cli: 5.1.4
webpack-dev-server: 4.15.1
webpack-notifier: 1.15.0
Expand Down Expand Up @@ -8748,7 +8748,7 @@ __metadata:
ts-loader: 9.5.0
tsconfig-paths-webpack-plugin: 4.1.0
typescript: 5.1.6
webpack: 5.88.2
webpack: 5.89.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -26307,7 +26307,44 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:5.88.2, webpack@npm:^5":
"webpack@npm:5.89.0":
version: 5.89.0
resolution: "webpack@npm:5.89.0"
dependencies:
"@types/eslint-scope": ^3.7.3
"@types/estree": ^1.0.0
"@webassemblyjs/ast": ^1.11.5
"@webassemblyjs/wasm-edit": ^1.11.5
"@webassemblyjs/wasm-parser": ^1.11.5
acorn: ^8.7.1
acorn-import-assertions: ^1.9.0
browserslist: ^4.14.5
chrome-trace-event: ^1.0.2
enhanced-resolve: ^5.15.0
es-module-lexer: ^1.2.1
eslint-scope: 5.1.1
events: ^3.2.0
glob-to-regexp: ^0.4.1
graceful-fs: ^4.2.9
json-parse-even-better-errors: ^2.3.1
loader-runner: ^4.2.0
mime-types: ^2.1.27
neo-async: ^2.6.2
schema-utils: ^3.2.0
tapable: ^2.1.1
terser-webpack-plugin: ^5.3.7
watchpack: ^2.4.0
webpack-sources: ^3.2.3
peerDependenciesMeta:
webpack-cli:
optional: true
bin:
webpack: bin/webpack.js
checksum: 43fe0dbc30e168a685ef5a86759d5016a705f6563b39a240aa00826a80637d4a3deeb8062e709d6a4b05c63e796278244c84b04174704dc4a37bedb0f565c5ed
languageName: node
linkType: hard

"webpack@npm:^5":
version: 5.88.2
resolution: "webpack@npm:5.88.2"
dependencies:
Expand Down

0 comments on commit d9d08f4

Please sign in to comment.