Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed Aug 24, 2024
1 parent 0d679d8 commit 17b1ff1
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Node base image
FROM node:20.16.0-alpine3.20 AS node-base
FROM node:20.17.0-alpine3.20 AS node-base
LABEL maintainer="kernoeb <[email protected]>"

FROM node-base AS build-tools
Expand Down
55 changes: 29 additions & 26 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@nuxtjs/component-cache": "1.1.6",
"@nuxtjs/pwa": "3.3.5",
"async-wrapper-express-ts": "3.1.6",
"axios": "1.7.3",
"axios": "1.7.5",
"axios-retry": "4.5.0",
"body-parser": "1.20.2",
"bree": "9.2.4",
Expand All @@ -33,7 +33,7 @@
"connect-mongodb-session": "5.0.0",
"cookie-parser": "1.4.6",
"cookie-universal-nuxt": "2.2.2",
"core-js": "3.38.0",
"core-js": "3.38.1",
"cors": "2.8.5",
"express": "4.19.2",
"express-session": "1.18.0",
Expand All @@ -43,13 +43,13 @@
"luxon": "3.5.0",
"minify-css-string": "1.0.0",
"moment": "2.30.1",
"mongoose": "8.5.2",
"mongoose": "8.5.4",
"ms": "2.1.3",
"nuxt-start": "2.18.1",
"patch-package": "8.0.0",
"route-cache": "0.7.0",
"signale": "1.4.0",
"undici": "6.19.7",
"undici": "6.19.8",
"vue-plausible": "1.3.2",
"vue-swatches": "2.1.1",
"xml2js": "0.6.2"
Expand All @@ -73,7 +73,7 @@
"eslint-plugin-html": "8.1.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-standard": "4.1.0",
Expand Down

0 comments on commit 17b1ff1

Please sign in to comment.