fix: Update @oneuptime/common and axios versions in package-lock.json; modify compile command to include npm update

This commit is contained in:
Simon Larsen 2025-09-23 19:34:01 +01:00
parent 11b0477cd6
commit 1562f8ee6a
No known key found for this signature in database
GPG key ID: 96C5DCA24769DBCA
2 changed files with 15 additions and 6 deletions

View file

@ -422,4 +422,4 @@ jobs:
with:
timeout_minutes: 30
max_attempts: 3
command: cd MCP && npm install && npm run compile && npm run dep-check
command: cd MCP && npm update @oneuptime/common && npm install && npm run compile && npm run dep-check

19
MCP/package-lock.json generated
View file

@ -1262,9 +1262,9 @@
}
},
"node_modules/@oneuptime/common": {
"version": "7.0.4800",
"resolved": "https://registry.npmjs.org/@oneuptime/common/-/common-7.0.4800.tgz",
"integrity": "sha512-v+2F3aW85IOFVwUzyYPCX4g26SE5N2NBGuf649QpGuJpwAhw6A3uSaX8PMjrHBtn76EKU3BEgg1GrXZL1NPsrw==",
"version": "8.0.5209",
"resolved": "https://registry.npmjs.org/@oneuptime/common/-/common-8.0.5209.tgz",
"integrity": "sha512-Q3VzELbaQuPRuBSemV7OqzgrZkiCqiQK9T8Spy6bc/Iugy1G3VmOp6pK2y/pwTJgUaNrA3m1SDbhoFti3QsXsA==",
"license": "Apache-2.0",
"dependencies": {
"@asteasolutions/zod-to-openapi": "^7.3.2",
@ -1300,7 +1300,7 @@
"@types/web-push": "^3.6.4",
"acme-client": "^5.3.0",
"airtable": "^0.12.2",
"axios": "^1.7.2",
"axios": "^1.12.0",
"bullmq": "^5.3.3",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
@ -1308,6 +1308,7 @@
"crypto-js": "^4.2.0",
"dotenv": "^16.4.4",
"ejs": "^3.1.10",
"elkjs": "^0.10.0",
"esbuild": "^0.25.5",
"express": "^4.21.1",
"formik": "^2.4.6",
@ -3635,7 +3636,9 @@
}
},
"node_modules/axios": {
"version": "1.11.0",
"version": "1.12.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
"integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",
@ -4803,6 +4806,12 @@
"dev": true,
"license": "ISC"
},
"node_modules/elkjs": {
"version": "0.10.2",
"resolved": "https://registry.npmjs.org/elkjs/-/elkjs-0.10.2.tgz",
"integrity": "sha512-Yx3ORtbAFrXelYkAy2g0eYyVY8QG0XEmGdQXmy0eithKKjbWRfl3Xe884lfkszfBF6UKyIy4LwfcZ3AZc8oxFw==",
"license": "EPL-2.0"
},
"node_modules/emittery": {
"version": "0.10.2",
"dev": true,