Skip to content

Commit

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

Bumps node from 16.2.0-slim to 16.3.0-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

build(deps): bump handsontable from 8.4.0 to 9.0.0 in /mpcontribs-portal

Bumps [handsontable](https://github.com/handsontable/handsontable) from 8.4.0 to 9.0.0.
- [Release notes](https://github.com/handsontable/handsontable/releases)
- [Changelog](https://github.com/handsontable/handsontable/blob/master/CHANGELOG.md)
- [Commits](handsontable/handsontable@8.4.0...9.0.0)

---
updated-dependencies:
- dependency-name: handsontable
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

build(deps): bump sass-loader in /mpcontribs-portal

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 11.1.1 to 12.0.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v11.1.1...v12.0.0)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

build(deps): bump apispec from 4.4.2 to 4.5.0 in /mpcontribs-api

Bumps [apispec](https://github.com/marshmallow-code/apispec) from 4.4.2 to 4.5.0.
- [Release notes](https://github.com/marshmallow-code/apispec/releases)
- [Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/apispec@4.4.2...4.5.0)

---
updated-dependencies:
- dependency-name: apispec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

build(deps): bump django from 3.2.3 to 3.2.4 in /mpcontribs-portal

Bumps [django](https://github.com/django/django) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@3.2.3...3.2.4)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tschaume committed Jun 7, 2021
1 parent 3c9125a commit 4b249a7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mpcontribs-api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apispec==4.4.2
apispec==4.5.0
asn1crypto==1.4.0
blinker==1.4
boltons==21.0.0
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-portal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM materialsproject/devops:python-3.95.1 as base
FROM node:16.2.0-slim as node
FROM node:16.3.0-slim as node

FROM node as webpack-deps
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
4 changes: 2 additions & 2 deletions mpcontribs-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"compression-webpack-plugin": "^8.0.0",
"core-js": "^3.6.4",
"css-loader": "^5.0.1",
"handsontable": "^8.3.0",
"handsontable": "^9.0.0",
"imports-loader": "^3.0.0",
"intro.js": "^3.2.1",
"ion-rangeslider": "^2.3.1",
Expand All @@ -45,7 +45,7 @@
"sass": "^1.32.6",
"plotly.js": "^1.58.4",
"requirejs": "^2.3.6",
"sass-loader": "^11.0.0",
"sass-loader": "^12.0.0",
"select2": "^4.1.0-rc.0",
"terser-webpack-plugin": "^5.1.1",
"typy": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-portal/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
boltons==21.0.0
boto3==1.17.88
Django==3.2.3
Django==3.2.4
django-extensions==3.1.3
django-settings-file==2.4.0
django-webpack4-loader==0.0.5
Expand Down

0 comments on commit 4b249a7

Please sign in to comment.