Skip to content

Commit

Permalink
chore(deps): update dependencies (#594)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Nov 18, 2024
1 parent 2e2f54b commit f378763
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun:1.1.32
FROM oven/bun:1.1.33
WORKDIR /app

RUN useradd -ms /bin/sh admin
Expand Down
16 changes: 16 additions & 0 deletions action/dist/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1916,6 +1916,7 @@ var require_decodeText = __commonJS({
return decoders.utf8;
case "latin1":
case "ascii":
// TODO: Make these a separate, strict decoder?
case "us-ascii":
case "iso-8859-1":
case "iso8859-1":
Expand Down Expand Up @@ -2615,6 +2616,7 @@ var require_basename = __commonJS({
for (var i = path4.length - 1; i >= 0; --i) {
switch (path4.charCodeAt(i)) {
case 47:
// '/'
case 92:
path4 = path4.slice(i + 1);
return path4 === ".." || path4 === "." ? "" : path4;
Expand Down Expand Up @@ -3849,7 +3851,21 @@ var require_util2 = __commonJS({
return referrerOrigin;
}
case "strict-origin":
// eslint-disable-line
/**
* 1. If referrerURL is a potentially trustworthy URL and
* request’s current URL is not a potentially trustworthy URL,
* then return no referrer.
* 2. Return referrerOrigin
*/
case "no-referrer-when-downgrade":
// eslint-disable-line
/**
* 1. If referrerURL is a potentially trustworthy URL and
* request’s current URL is not a potentially trustworthy URL,
* then return no referrer.
* 2. Return referrerOrigin
*/
default:
return isNonPotentiallyTrustWorthy ? "no-referrer" : referrerOrigin;
}
Expand Down
2 changes: 1 addition & 1 deletion action/dist/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@types/bluebird": "3.5.42",
"@types/glob": "8.1.0",
"tsup": "8.3.0"
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup",
Expand Down
12 changes: 6 additions & 6 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "app",
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "3.676.0",
"@aws-sdk/s3-request-presigner": "3.676.0",
"@aws-sdk/client-s3": "3.679.0",
"@aws-sdk/s3-request-presigner": "3.679.0",
"@elysiajs/static": "1.1.1",
"@headlessui/react": "2.1.10",
"@headlessui/react": "2.2.0",
"@octokit/rest": "20.1.1",
"@tanstack/react-query": "5.59.15",
"@tanstack/react-query": "5.59.16",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@types/lodash": "4.17.12",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"elysia": "1.1.23",
"lodash": "4.17.21",
Expand All @@ -26,7 +26,7 @@
"@testing-library/cypress": "10.0.2",
"@types/testing-library__cypress": "5.0.13",
"prettier-plugin-tailwindcss": "0.6.8",
"vite": "5.4.9"
"vite": "5.4.10"
},
"scripts": {
"dev": "NODE_ENV=development bun --hot ./server.tsx",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions comparadise-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"devDependencies": {
"@types/pixelmatch": "5.2.6",
"@types/pngjs": "6.0.5",
"cypress": "13.15.0",
"tsup": "8.3.0"
"cypress": "13.15.1",
"tsup": "8.3.5"
},
"peerDependencies": {
"cypress": ">=12"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@docusaurus/preset-classic": "3.5.2",
"@docusaurus/types": "3.5.2",
"@mdx-js/react": "3.1.0",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"ajv": "8.17.1",
"clsx": "2.1.1",
"react": "18.3.1",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"devDependencies": {
"@swc/jest": "0.2.36",
"@total-typescript/ts-reset": "0.6.1",
"@types/jest": "29.5.13",
"bun-types": "1.1.32",
"cypress": "13.15.0",
"@types/jest": "29.5.14",
"bun-types": "1.1.33",
"cypress": "13.15.1",
"eslint": "9.13.0",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react": "7.37.2",
"jest": "29.7.0",
"husky": "9.1.6",
"nx": "20.0.3",
"nx": "20.0.6",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.6.3",
Expand Down

0 comments on commit f378763

Please sign in to comment.