Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
loopingz committed Aug 15, 2024
1 parent aab31b2 commit 477ab42
Show file tree
Hide file tree
Showing 2 changed files with 1,590 additions and 1,919 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@google-cloud/pubsub": "^4.0.6",
"@google-cloud/storage": "^7.1.0",
"@webda/workout": "^3.0.3",
"axios": "^1.6.0",
"axios": "^1.7.4",
"cloudevents": "^8.0.1",
"fast-xml-parser": ">=4.2.5",
"jsonpath": "^1.1.1",
Expand All @@ -46,7 +46,7 @@
],
"scripts": {
"build": "tsc-esm",
"build:binaries": "esbuild ./src/index.ts --bundle --platform=node --outfile=smtp-relay.cjs && pkg smtp-relay.cjs --compress GZip -t node16-linux-x64,node16-macos-x64,node16-win-x64",
"build:binaries": "esbuild ./src/index.ts --bundle --platform=node --outfile=bin/smtp-relay.cjs && node --experimental-sea-config sea-config.json",
"build:schema": "ts-json-schema-generator -f ./tsconfig.json --type 'SmtpConfig' -o config.schema.json",
"pretest": "npm run build",
"lint": "prettier --check src/**/*",
Expand Down Expand Up @@ -81,7 +81,6 @@
"c8": "^8.0.1",
"esbuild": "^0.19.3",
"mocha": "^10.0.0",
"pkg": "^5.5.2",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.1",
"sinon": "^16.0.0",
Expand All @@ -91,7 +90,7 @@
},
"resolutions": {
"semver": ">=7.5.2",
"fast-xml-parser": ">=4.2.5"
"fast-xml-parser": ">=4.4.1"
},
"auto": {
"plugins": [
Expand Down
Loading

0 comments on commit 477ab42

Please sign in to comment.