Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Oct 22, 2023
1 parent 41fba30 commit 61e8e48
Show file tree
Hide file tree
Showing 6 changed files with 801 additions and 615 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
- name: Build Assets
working-directory: ux
run: |
pnpm install --frozen-lockfile
pnpm install
pnpm build
- name: Build Blocks
working-directory: blocks
run: |
pnpm install --frozen-lockfile
pnpm install
pnpm build
- name: Login to GitHub Container Registry
Expand Down
18 changes: 9 additions & 9 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
"@azure/storage-blob": "12.16.0",
"@exlinc/keycloak-passport": "1.0.2",
"@graphql-tools/schema": "10.0.0",
"@graphql-tools/utils": "10.0.6",
"@graphql-tools/utils": "10.0.7",
"@hexagon/base64": "1.1.28",
"@joplin/turndown-plugin-gfm": "1.0.50",
"@node-saml/passport-saml": "4.0.4",
"@root/csr": "0.8.1",
"@root/keypairs": "0.10.3",
"@root/pem": "1.0.4",
"@simplewebauthn/server": "8.2.0",
"@simplewebauthn/server": "8.3.2",
"acme": "3.0.3",
"akismet-api": "6.0.0",
"aws-sdk": "2.1472.0",
"aws-sdk": "2.1478.0",
"bcryptjs": "2.4.3",
"chalk": "5.3.0",
"cheerio": "1.0.0-rc.12",
Expand All @@ -70,7 +70,7 @@
"diff2html": "3.4.45",
"dompurify": "3.0.6",
"dotize": "0.3.0",
"emoji-regex": "10.2.1",
"emoji-regex": "10.3.0",
"eventemitter2": "6.4.9",
"express": "4.18.2",
"express-brute": "1.0.1",
Expand All @@ -85,7 +85,7 @@
"graphql-tools": "9.0.0",
"graphql-upload": "16.0.2",
"he": "1.2.0",
"highlight.js": "11.8.0",
"highlight.js": "11.9.0",
"image-size": "1.0.2",
"js-base64": "3.7.5",
"js-binary": "1.2.0",
Expand Down Expand Up @@ -116,10 +116,10 @@
"mime-types": "2.1.35",
"ms": "2.1.3",
"multer": "1.4.5-lts.1",
"nanoid": "5.0.1",
"nanoid": "5.0.2",
"node-2fa": "2.0.3",
"node-cache": "5.1.2",
"nodemailer": "6.9.5",
"nodemailer": "6.9.7",
"objection": "3.1.2",
"octokit": "3.1.1",
"passport": "0.6.0",
Expand Down Expand Up @@ -149,7 +149,7 @@
"pg-tsquery": "8.4.1",
"poolifier": "2.7.5",
"punycode": "2.3.0",
"puppeteer-core": "21.3.8",
"puppeteer-core": "21.4.0",
"qr-image": "3.2.0",
"remove-markdown": "0.5.0",
"safe-regex": "2.1.1",
Expand All @@ -171,7 +171,7 @@
"yargs": "17.7.2"
},
"devDependencies": {
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-config-requarks": "1.0.7",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.28.1",
Expand Down
Loading

0 comments on commit 61e8e48

Please sign in to comment.