Skip to content

Commit

Permalink
chore(deps-dev): Bump the dev-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 2 updates: [@rollup/wasm-node](https://github.com/rollup/rollup) and [postcss](https://github.com/postcss/postcss).


Updates `@rollup/wasm-node` from 4.8.0 to 4.9.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.8.0...v4.9.0)

Updates `postcss` from 8.4.31 to 8.4.32
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.31...8.4.32)

---
updated-dependencies:
- dependency-name: "@rollup/wasm-node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent f822c9f commit c439257
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 21 deletions.
2 changes: 1 addition & 1 deletion analyze/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@arcjet/rollup-config": "1.0.0-alpha.4",
"@arcjet/tsconfig": "1.0.0-alpha.4",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.8.0",
"@rollup/wasm-node": "4.9.0",
"@types/node": "18.18.0",
"jest": "29.7.0",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion arcjet-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@arcjet/tsconfig": "1.0.0-alpha.4",
"@jest/globals": "29.7.0",
"@types/node": "18.18.0",
"@rollup/wasm-node": "4.8.0",
"@rollup/wasm-node": "4.9.0",
"jest": "29.7.0",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion arcjet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@arcjet/tsconfig": "1.0.0-alpha.4",
"@edge-runtime/jest-environment": "2.3.7",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.8.0",
"@rollup/wasm-node": "4.9.0",
"@types/node": "18.18.0",
"jest": "29.7.0",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion ip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@arcjet/rollup-config": "1.0.0-alpha.4",
"@arcjet/tsconfig": "1.0.0-alpha.4",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.8.0",
"@rollup/wasm-node": "4.9.0",
"@types/node": "18.18.0",
"jest": "29.7.0",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@arcjet/rollup-config": "1.0.0-alpha.4",
"@arcjet/tsconfig": "1.0.0-alpha.4",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.8.0",
"@rollup/wasm-node": "4.9.0",
"@types/node": "18.18.0",
"jest": "29.7.0",
"typescript": "5.3.3"
Expand Down
83 changes: 69 additions & 14 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 protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@arcjet/rollup-config": "1.0.0-alpha.4",
"@arcjet/tsconfig": "1.0.0-alpha.4",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.8.0",
"@rollup/wasm-node": "4.9.0",
"@types/node": "18.18.0",
"jest": "29.7.0",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion rollup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@arcjet/tsconfig": "1.0.0-alpha.4",
"@jest/globals": "29.7.0",
"@types/node": "18.18.0",
"@rollup/wasm-node": "4.8.0",
"@rollup/wasm-node": "4.9.0",
"jest": "29.7.0",
"typescript": "5.3.3"
},
Expand Down

0 comments on commit c439257

Please sign in to comment.