diff --git a/package.json b/package.json index 6a69f4e..5a4ffe8 100644 --- a/package.json +++ b/package.json @@ -1,31 +1,31 @@ { - "name": "alert-server", - "version": "1.0.0", - "description": "A web server that sends alerts to our logging inbox.", - "main": "index.js", - "type": "module", - "scripts": { - "build": "rm -rf prod && tsc", - "lint": "eslint src --max-warnings 0", - "start": "op run --env-file=prod.env --no-masking -- node prod/index.js", - "test": "echo \"Error: no test specified\" && exit 0" - }, - "keywords": [], - "author": "Naomi Carrigan", - "license": "See license in LICENSE.md", - "devDependencies": { - "@nhcarrigan/eslint-config": "5.1.0", - "@nhcarrigan/typescript-config": "4.0.0", - "@types/node": "22.13.1", - "@types/nodemailer": "6.4.17", - "eslint": "9.20.0", - "typescript": "5.7.3" - }, - "dependencies": { - "discord-verify": "1.2.0", - "fastify": "5.2.1", - "fastify-raw-body": "^5.0.0", - "nodemailer": "6.10.0", - "stripe": "18.3.0" - } + "name": "alert-server", + "version": "1.0.0", + "description": "A web server that sends alerts to our logging inbox.", + "main": "index.js", + "type": "module", + "scripts": { + "build": "rm -rf prod && tsc", + "lint": "eslint src --max-warnings 0", + "start": "op run --env-file=prod.env --no-masking -- node prod/index.js", + "test": "echo \"Error: no test specified\" && exit 0" + }, + "keywords": [], + "author": "Naomi Carrigan", + "license": "See license in LICENSE.md", + "devDependencies": { + "@nhcarrigan/eslint-config": "5.1.0", + "@nhcarrigan/typescript-config": "4.0.0", + "@types/node": "22.13.1", + "@types/nodemailer": "7.0.9", + "eslint": "9.20.0", + "typescript": "5.7.3" + }, + "dependencies": { + "discord-verify": "1.2.0", + "fastify": "5.2.1", + "fastify-raw-body": "^5.0.0", + "nodemailer": "6.10.0", + "stripe": "18.3.0" + } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2e9e95c..5d25d28 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -34,8 +34,8 @@ importers: specifier: 22.13.1 version: 22.13.1 '@types/nodemailer': - specifier: 6.4.17 - version: 6.4.17 + specifier: 7.0.9 + version: 7.0.9 eslint: specifier: 9.20.0 version: 9.20.0 @@ -371,51 +371,61 @@ packages: resolution: {integrity: sha512-88fSzjC5xeH9S2Vg3rPgXJULkHcLYMkh8faix8DX4h4TIAL65ekwuQMA/g2CXq8W+NJC43V6fUpYZNjaX3+IIg==} cpu: [arm] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm-musleabihf@4.34.6': resolution: {integrity: sha512-wM4ztnutBqYFyvNeR7Av+reWI/enK9tDOTKNF+6Kk2Q96k9bwhDDOlnCUNRPvromlVXo04riSliMBs/Z7RteEg==} cpu: [arm] os: [linux] + libc: [musl] '@rollup/rollup-linux-arm64-gnu@4.34.6': resolution: {integrity: sha512-9RyprECbRa9zEjXLtvvshhw4CMrRa3K+0wcp3KME0zmBe1ILmvcVHnypZ/aIDXpRyfhSYSuN4EPdCCj5Du8FIA==} cpu: [arm64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm64-musl@4.34.6': resolution: {integrity: sha512-qTmklhCTyaJSB05S+iSovfo++EwnIEZxHkzv5dep4qoszUMX5Ca4WM4zAVUMbfdviLgCSQOu5oU8YoGk1s6M9Q==} cpu: [arm64] os: [linux] + libc: [musl] '@rollup/rollup-linux-loongarch64-gnu@4.34.6': resolution: {integrity: sha512-4Qmkaps9yqmpjY5pvpkfOerYgKNUGzQpFxV6rnS7c/JfYbDSU0y6WpbbredB5cCpLFGJEqYX40WUmxMkwhWCjw==} cpu: [loong64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-powerpc64le-gnu@4.34.6': resolution: {integrity: sha512-Zsrtux3PuaxuBTX/zHdLaFmcofWGzaWW1scwLU3ZbW/X+hSsFbz9wDIp6XvnT7pzYRl9MezWqEqKy7ssmDEnuQ==} cpu: [ppc64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-riscv64-gnu@4.34.6': resolution: {integrity: sha512-aK+Zp+CRM55iPrlyKiU3/zyhgzWBxLVrw2mwiQSYJRobCURb781+XstzvA8Gkjg/hbdQFuDw44aUOxVQFycrAg==} cpu: [riscv64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-s390x-gnu@4.34.6': resolution: {integrity: sha512-WoKLVrY9ogmaYPXwTH326+ErlCIgMmsoRSx6bO+l68YgJnlOXhygDYSZe/qbUJCSiCiZAQ+tKm88NcWuUXqOzw==} cpu: [s390x] os: [linux] + libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.34.6': resolution: {integrity: sha512-Sht4aFvmA4ToHd2vFzwMFaQCiYm2lDFho5rPcvPBT5pCdC+GwHG6CMch4GQfmWTQ1SwRKS0dhDYb54khSrjDWw==} cpu: [x64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-x64-musl@4.34.6': resolution: {integrity: sha512-zmmpOQh8vXc2QITsnCiODCDGXFC8LMi64+/oPpPx5qz3pqv0s6x46ps4xoycfUiVZps5PFn1gksZzo4RGTKT+A==} cpu: [x64] os: [linux] + libc: [musl] '@rollup/rollup-win32-arm64-msvc@4.34.6': resolution: {integrity: sha512-3/q1qUsO/tLqGBaD4uXsB6coVGB3usxw3qyeVb59aArCgedSF66MPdgRStUd7vbZOsko/CgVaY5fo2vkvPLWiA==} @@ -471,8 +481,8 @@ packages: '@types/node@22.13.1': resolution: {integrity: sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew==} - '@types/nodemailer@6.4.17': - resolution: {integrity: sha512-I9CCaIp6DTldEg7vyUTZi8+9Vo0hi1/T8gv3C89yk1rSAAzoKQ8H8ki/jBYJSFoH/BisgLP8tkZMlQ91CIquww==} + '@types/nodemailer@7.0.9': + resolution: {integrity: sha512-vI8oF1M+8JvQhsId0Pc38BdUP2evenIIys7c7p+9OZXSPOH5c1dyINP1jT8xQ2xPuBUXmIC87s+91IZMDjH8Ow==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -2502,7 +2512,7 @@ snapshots: dependencies: undici-types: 6.20.0 - '@types/nodemailer@6.4.17': + '@types/nodemailer@7.0.9': dependencies: '@types/node': 22.13.1