Skip to content

Commit

Permalink
v1.1.4: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CorySanin committed Feb 4, 2024
1 parent 9aebbf1 commit b304337
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COPY ./package*json ./

RUN npm install

FROM node:alpine3.18
FROM node:alpine3.18 as deploy

EXPOSE 8080

Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rct-screenshotter",
"version": "1.1.3",
"version": "1.1.4",
"description": "REST API for getting screenshots of Rollercoaster Tycoon maps",
"main": "index.js",
"scripts": {
Expand All @@ -10,13 +10,13 @@
"dependencies": {
"ejs": "3.1.9",
"express": "4.18.2",
"moment": "2.29.4",
"moment": "2.30.1",
"multer": "1.4.5-lts.1",
"phin": "3.7.0"
},
"devDependencies": {
"csso": "5.0.5",
"sass": "1.69.5",
"sass": "1.70.0",
"uglify-js": "3.17.4"
},
"repository": {
Expand Down

0 comments on commit b304337

Please sign in to comment.