Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the npm group with 20 updates #152

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM alpine/git:v2.26.2-amd64 AS version


ADD .git .git
RUN git describe --always > /PORTAL_VERSION
RUN echo "Saved version file containing '$(cat /PORTAL_VERSION)'"
Expand All @@ -23,7 +24,7 @@ ADD assets/ /app/assets/
RUN yarn build

# image for python
FROM python:3.10-alpine
FROM python:3.12-alpine

# Install binary python dependencies
RUN apk add --no-cache \
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,36 @@
"license": "GPL3",
"private": true,
"dependencies": {
"@types/c3": "^0.7.6",
"@types/d3-scale-chromatic": "^3.0.0",
"@types/node": "^15.0.2",
"@types/c3": "^0.7.11",
"@types/d3-scale-chromatic": "^3.0.3",
"@types/node": "^22.4.0",
"@types/ol": "^5.0.0",
"@types/stripe-v3": "^3.1.23",
"@types/uikit": "^3.3.0",
"@types/stripe-v3": "^3.1.33",
"@types/uikit": "^3.14.5",
"c3": "^0.7.20",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"css-loader": "^5.2.4",
"d3-scale-chromatic": "^3.0.0",
"css-loader": "^7.1.2",
"d3-scale-chromatic": "^3.1.0",
"jacobs-alumni-style": "https://github.com/JacobsAlumni/jacobs-alumni-style.git#v1.3.0",
"jquery": "^3.6.0",
"mini-css-extract-plugin": "^1.6.0",
"jquery": "^3.7.1",
"mini-css-extract-plugin": "^2.9.0",
"nodep-date-input-polyfill": "^5.2.0",
"ol": "^5.0.0",
"ol": "^10.0.0",
"pug": "^3.0.3",
"pug-plain-loader": "^1.1.0",
"sass": "~1.32.0",
"sass-loader": "^11.0.1",
"ts-loader": "^9.1.2",
"typescript": "^4.2.4",
"sass": "~1.77.8",
"sass-loader": "^16.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"url-loader": "^4.1.1",
"vue": "^2.6.11",
"vue": "^3.4.38",
"vue-class-component": "^7.2.6",
"vue-loader": "^15.9.6",
"vue-multiselect": "^2.1.6",
"vue-loader": "^17.4.2",
"vue-multiselect": "^3.0.0",
"vue-property-decorator": "^9.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^5.36.2",
"webpack-cli": "^4.7.0",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack4-bundle-tracker": "https://github.com/JacobsAlumni/webpack-bundle-tracker#v0.4.2-portal"
},
"scripts": {
Expand Down
Loading
Loading