Skip to content

Commit

Permalink
Merge branch 'main' into renovate/clerk-types-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar authored May 2, 2022
2 parents e476503 + eeab4bc commit c764fb3
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 70 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml
Expand All @@ -51,7 +51,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -65,4 +65,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@prisma/client": "3.13.0",
"cross-undici-fetch": "0.3.3",
"cross-undici-fetch": "0.3.5",
"crypto-js": "4.1.1",
"humanize-string": "2.1.0",
"jsonwebtoken": "8.5.1",
"jwks-rsa": "2.0.5",
"md5": "2.3.0",
"pascalcase": "1.0.0",
"pino": "7.10.0",
"pino": "7.11.0",
"title-case": "3.0.3",
"uuid": "8.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@supabase/supabase-js": "1.35.2",
"@types/netlify-identity-widget": "1.9.3",
"@types/react": "17.0.44",
"firebase": "9.6.11",
"firebase": "9.7.0",
"firebase-admin": "10.1.0",
"gotrue-js": "0.9.29",
"jest": "27.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/runtime-corejs3": "7.16.7",
"@vscode/ripgrep": "1.14.2",
"core-js": "3.22.3",
"cross-undici-fetch": "0.3.3",
"cross-undici-fetch": "0.3.5",
"deepmerge": "4.2.2",
"fast-glob": "3.2.11",
"findup-sync": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@prisma/client": "3.13.0",
"@redwoodjs/api": "1.2.0",
"core-js": "3.22.3",
"cross-undici-fetch": "0.3.3",
"cross-undici-fetch": "0.3.5",
"graphql": "16.4.0",
"graphql-scalars": "1.17.0",
"graphql-tag": "2.12.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/prerender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@redwoodjs/web": "1.2.0",
"babel-plugin-ignore-html-and-css-imports": "0.1.0",
"cheerio": "1.0.0-rc.10",
"cross-undici-fetch": "0.3.3",
"cross-undici-fetch": "0.3.5",
"mime-types": "2.1.35"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/structure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/fs-extra": "9.0.13",
"@types/lodash": "4.14.182",
"@types/lru-cache": "5.1.1",
"@types/node": "16.11.32",
"@types/node": "16.11.33",
"@types/vscode": "1.66.0",
"jest": "27.5.1",
"typescript": "4.6.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@redwoodjs/internal": "1.2.0",
"@redwoodjs/structure": "1.2.0",
"ci-info": "3.3.0",
"cross-undici-fetch": "0.3.3",
"cross-undici-fetch": "0.3.5",
"envinfo": "7.8.1",
"systeminformation": "5.11.14",
"uuid": "8.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/aws-lambda": "8.10.95",
"@types/babel-core": "6.25.7",
"@types/jest": "27.4.1",
"@types/node": "16.11.32",
"@types/node": "16.11.33",
"@types/react": "17.0.44",
"@types/react-dom": "17.0.16",
"@types/webpack": "5.28.0",
Expand Down
Loading

0 comments on commit c764fb3

Please sign in to comment.