Skip to content

Commit

Permalink
dependabot PRs
Browse files Browse the repository at this point in the history
build(deps): bump datadog/agent in /mpcontribs-sidecars/datadog-agent

Bumps datadog/agent from 7.30.1 to 7.31.0.

---
updated-dependencies:
- dependency-name: datadog/agent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

build(deps): bump materialsproject/devops

Bumps materialsproject/devops from python-3.96.4 to python-3.97.0.

---
updated-dependencies:
- dependency-name: materialsproject/devops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

build(deps): bump clean-webpack-plugin in /mpcontribs-portal

Bumps [clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/johnagan/clean-webpack-plugin/releases)
- [Commits](johnagan/clean-webpack-plugin@v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: clean-webpack-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

build(deps): bump compression-webpack-plugin in /mpcontribs-portal

Bumps [compression-webpack-plugin](https://github.com/webpack-contrib/compression-webpack-plugin) from 8.0.1 to 9.0.0.
- [Release notes](https://github.com/webpack-contrib/compression-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/compression-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/compression-webpack-plugin@v8.0.1...v9.0.0)

---
updated-dependencies:
- dependency-name: compression-webpack-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tschaume committed Sep 21, 2021
1 parent de3500a commit dbfef3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mpcontribs-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"bulma": "^0.9.2",
"bulma-checkradio": "^1.1.1",
"bulma-tooltip": "^3.0.2",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^8.0.0",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^9.0.0",
"core-js": "^3.6.4",
"css-loader": "^6.2.0",
"handsontable": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-sidecars/datadog-agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM datadog/agent:7.30.1
FROM datadog/agent:7.31.0
2 changes: 1 addition & 1 deletion mpcontribs-sidecars/kernel_gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM materialsproject/devops:python-3.96.4 as base
FROM materialsproject/devops:python-3.97.0 as base
MAINTAINER Patrick Huck (tschaume)

FROM base as python-deps
Expand Down

0 comments on commit dbfef3f

Please sign in to comment.