Skip to content

Commit

Permalink
Pinned and updated dependency versions (#2683)
Browse files Browse the repository at this point in the history
(cherry picked from commit d21c8bb)
  • Loading branch information
chgl authored and anton-abushkevich committed Mar 7, 2023
1 parent 9d5763a commit c83c1f3
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 64 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Use Node.js 12
uses: actions/setup-node@v1
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 12
node-version: 18

- name: Build code
run: npm run build
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Build the source
FROM node:14-alpine as builder
FROM docker.io/library/node:18.14.1-alpine@sha256:045b1a1c90bdfd8fcaad0769922aa16c401e31867d8bf5833365b0874884bbae as builder

WORKDIR /code

# First install dependencies. This part will be cached as long as
# the package(-lock).json files remain identical.
COPY package*.json /code/
# the package.json file remains identical.
COPY package.json /code/
RUN npm install

# Build code
Expand All @@ -26,7 +26,7 @@ RUN find . -type f "(" \
| xargs -0 -n 1 gzip -kf

# Production Nginx image
FROM nginxinc/nginx-unprivileged:1.23.0-alpine
FROM docker.io/nginxinc/nginx-unprivileged:1.23.3-alpine@sha256:c748ba587e7436aaa8729b64d4e0412410a486f0c592f0eec100fb3804ff9afd

LABEL org.opencontainers.image.title="OHDSI-Atlas"
LABEL org.opencontainers.image.authors="Joris Borgdorff <[email protected]>, Lee Evans - www.ltscomputingllc.com"
Expand Down
114 changes: 57 additions & 57 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,65 +34,65 @@
},
"homepage": "https://github.com/OHDSI/Atlas#readme",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"esprima": "^4.0.1",
"genversion": "^2.2.0",
"html-document": "^0.8.1",
"requirejs": "^2.3.6",
"rimraf": "^2.6.2",
"terser": "3.17.0"
"@babel/core": "7.21.0",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.20.2",
"esprima": "4.0.1",
"genversion": "2.2.0",
"html-document": "0.8.1",
"requirejs": "2.3.6",
"rimraf": "2.6.2",
"terser": "5.16.4"
},
"dependencies": {
"@ohdsi/atlascharts": "2.1.0",
"@ohdsi/ui-toolbox": "^1.0.3",
"@ohdsi/visibilityjs": "^2.0.2",
"ajv": "^6.10.0",
"bootstrap": "^3.3.7",
"bootstrap-select": "1.13.6",
"bowser": "2.0.0-beta.3",
"clipboard": "^1.5.16",
"colorbrewer": "^1.3.0",
"crossfilter2": "^1.4.6",
"d3": "^4.10.0",
"d3-scale-chromatic": "^1.3.3",
"d3-tip": "^0.9.1",
"datatables": "^1.10.0",
"datatables.net": "^1.10.19",
"datatables.net-buttons": "^1.5.4",
"datatables.net-select": "^1.3.1",
"director": "^1.2.8",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"express": "^4.17.1",
"facets": "^0.1.1",
"file-saver": "^1.3.8",
"hash-it": "~4.0.4",
"html2canvas": "^1.0.0-rc.7",
"jquery": "^1.11.2",
"jquery-ui": "^1.12.1",
"jquery-ui.autocomplete.scroll": "^0.1.9",
"js-cookie": "^2.2.0",
"jszip": "^3.5.0",
"knockout": "3.4.2",
"knockout-mapping": "^2.6.0",
"knockout-sortable": "^1.1.0",
"leaflet": "^1.6.0",
"less": "^3.8.1",
"lodash": "^4.17.11",
"lscache": "^1.3.0",
"lz-string": "^1.4.4",
"moment": "^2.22.2",
"numeral": "^2.0.6",
"ouanalyse-datatables.net-buttons-html5": "^1.5.3",
"papaparse": "^5.3.2",
"prismjs": "^1.27.0",
"qs": "^6.5.2",
"querystring": "^0.2.0",
"svgsaver": "^0.9.0",
"urijs": "^1.19.10",
"venn.js": "^0.2.20",
"xss": "^1.0.3"
"@ohdsi/ui-toolbox": "1.1.0",
"@ohdsi/visibilityjs": "2.0.2",
"ajv": "6.12.5",
"bootstrap": "3.4.1",
"bootstrap-select": "1.13.18",
"bowser": "2.11.0",
"clipboard": "2.0.11",
"colorbrewer": "1.5.3",
"crossfilter2": "1.5.4",
"d3": "4.13.0",
"d3-scale-chromatic": "1.5.0",
"d3-tip": "0.9.1",
"datatables": "1.10.18",
"datatables.net": "1.13.2",
"datatables.net-buttons": "2.3.4",
"datatables.net-select": "1.6.0",
"director": "1.2.8",
"eonasdan-bootstrap-datetimepicker": "4.17.49",
"express": "4.18.2",
"facets": "0.1.1",
"file-saver": "1.3.8",
"hash-it": "4.1.0",
"html2canvas": "1.4.1",
"jquery": "1.12.4",
"jquery-ui": "1.13.2",
"jquery-ui.autocomplete.scroll": "0.1.9",
"js-cookie": "2.2.0",
"papaparse": "5.3.2",
"jszip": "3.10.1",
"knockout": "3.5.1",
"knockout-mapping": "2.6.0",
"knockout-sortable": "1.2.2",
"leaflet": "1.9.3",
"less": "3.8.1",
"lodash": "4.17.21",
"lscache": "1.3.2",
"lz-string": "1.4.4",
"moment": "2.29.4",
"numeral": "2.0.6",
"ouanalyse-datatables.net-buttons-html5": "1.5.3",
"prismjs": "1.29.0",
"qs": "6.11.0",
"querystring": "0.2.1",
"svgsaver": "0.9.0",
"urijs": "1.19.11",
"venn.js": "0.2.20",
"xss": "1.0.14"
}
}

0 comments on commit c83c1f3

Please sign in to comment.