Skip to content

Commit

Permalink
chore(deps-dev): bump @types/webpack-node-externals from 2.5.3 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [@types/webpack-node-externals](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack-node-externals) from 2.5.3 to 3.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack-node-externals)

---
updated-dependencies:
- dependency-name: "@types/webpack-node-externals"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 15, 2023
1 parent 34bc146 commit 3edfdc5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/react-dom": "^18.0.11",
"@types/semver": "^7.3.13",
"@types/send": "^0.17.1",
"@types/webpack-node-externals": "^2.5.3",
"@types/webpack-node-externals": "^3.0.0",
"jest": "^29.4.1",
"jest-junit": "^15.0.0",
"next": "^13.2.4",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ __metadata:
"@types/react-dom": ^18.0.11
"@types/semver": ^7.3.13
"@types/send": ^0.17.1
"@types/webpack-node-externals": ^2.5.3
"@types/webpack-node-externals": ^3.0.0
jest: ^29.4.1
jest-junit: ^15.0.0
next: ^13.2.4
Expand All @@ -480,7 +480,7 @@ __metadata:
peerDependencies:
"@loadable/babel-plugin": ^5.15.3
"@loadable/webpack-plugin": ^5.15.2
next: ">= 12 < 13 || >= 13.2.3 < 14"
next: ">= 12 < 13 || >= 13.2.4 < 14"
react-dom: ">= 17 < 19"
webpack: ^5
webpack-cli: ^5
Expand Down Expand Up @@ -1771,13 +1771,13 @@ __metadata:
languageName: node
linkType: hard

"@types/webpack-node-externals@npm:^2.5.3":
version: 2.5.3
resolution: "@types/webpack-node-externals@npm:2.5.3"
"@types/webpack-node-externals@npm:^3.0.0":
version: 3.0.0
resolution: "@types/webpack-node-externals@npm:3.0.0"
dependencies:
"@types/node": "npm:*"
webpack: "npm:^5"
checksum: 9cd0f7821d4a322479ef3264f82192ec62d582e7505b28af1d3e352be8ec98fd8432edc4184c2644caa5f75de88266edf5b45661e9be766cb6ae54b0c484636b
"@types/node": "*"
webpack: ^5
checksum: ea87e99d389708ebf144e47ba1353bac2ab524f80f022b07ce683ba451f326a6cfd62acae36f0a727823a3c198e59de70baac20cf1ea9eb5cf0980ab55f758c7
languageName: node
linkType: hard

Expand Down

0 comments on commit 3edfdc5

Please sign in to comment.