diff --git a/package-lock.json b/package-lock.json index ede8e5e..ef0cb07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,14 +10,14 @@ "dependencies": { "axios": "^0.24.0", "esbuild": "^0.14.8", - "node-cron": "^3.0.0" + "node-cron": "^3.0.2" }, "devDependencies": { "@luooooob/eslint-config": "^0.5.0", "@types/glob": "^7.2.0", "@types/mocha": "^8.2.2", "@types/node": "17.x", - "@types/node-cron": "^3.0.0", + "@types/node-cron": "^3.0.3", "@types/vscode": "^1.60.0", "eslint": "^8.5.0", "glob": "^7.2.0", @@ -197,9 +197,10 @@ "dev": true }, "node_modules/@types/node-cron": { - "version": "3.0.0", - "dev": true, - "license": "MIT" + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/node-cron/-/node-cron-3.0.3.tgz", + "integrity": "sha512-FPzux/llEiCe5mPn3TvLEORcF2pRXvH5cugtJCJf+UrkwQ7pYfb4wn9J/sxJ8QkT/sw9BjWSi9uur5Vh1OuAZQ==", + "dev": true }, "node_modules/@types/vscode": { "version": "1.62.0", @@ -3132,23 +3133,6 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/moment": { - "version": "2.29.1", - "license": "MIT", - "engines": { - "node": "*" - } - }, - "node_modules/moment-timezone": { - "version": "0.5.34", - "license": "MIT", - "dependencies": { - "moment": ">= 2.9.0" - }, - "engines": { - "node": "*" - } - }, "node_modules/ms": { "version": "2.1.2", "dev": true, @@ -3202,10 +3186,11 @@ "license": "MIT" }, "node_modules/node-cron": { - "version": "3.0.0", - "license": "ISC", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/node-cron/-/node-cron-3.0.2.tgz", + "integrity": "sha512-iP8l0yGlNpE0e6q1o185yOApANRe47UPbLf4YxfbiNHt/RU5eBcGB/e0oudruheSf+LQeDMezqC5BVAb5wwRcQ==", "dependencies": { - "moment-timezone": "^0.5.31" + "uuid": "8.3.2" }, "engines": { "node": ">=6.0.0" @@ -4284,6 +4269,14 @@ "dev": true, "license": "MIT" }, + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/v8-compile-cache": { "version": "2.3.0", "dev": true, @@ -4795,7 +4788,9 @@ "dev": true }, "@types/node-cron": { - "version": "3.0.0", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/node-cron/-/node-cron-3.0.3.tgz", + "integrity": "sha512-FPzux/llEiCe5mPn3TvLEORcF2pRXvH5cugtJCJf+UrkwQ7pYfb4wn9J/sxJ8QkT/sw9BjWSi9uur5Vh1OuAZQ==", "dev": true }, "@types/vscode": { @@ -6629,15 +6624,6 @@ } } }, - "moment": { - "version": "2.29.1" - }, - "moment-timezone": { - "version": "0.5.34", - "requires": { - "moment": ">= 2.9.0" - } - }, "ms": { "version": "2.1.2", "dev": true @@ -6676,9 +6662,11 @@ "dev": true }, "node-cron": { - "version": "3.0.0", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/node-cron/-/node-cron-3.0.2.tgz", + "integrity": "sha512-iP8l0yGlNpE0e6q1o185yOApANRe47UPbLf4YxfbiNHt/RU5eBcGB/e0oudruheSf+LQeDMezqC5BVAb5wwRcQ==", "requires": { - "moment-timezone": "^0.5.31" + "uuid": "8.3.2" } }, "normalize-path": { @@ -7372,6 +7360,11 @@ "version": "1.0.2", "dev": true }, + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + }, "v8-compile-cache": { "version": "2.3.0", "dev": true diff --git a/package.json b/package.json index 020c513..07f9d01 100644 --- a/package.json +++ b/package.json @@ -98,14 +98,14 @@ "dependencies": { "axios": "^0.24.0", "esbuild": "^0.14.8", - "node-cron": "^3.0.0" + "node-cron": "^3.0.2" }, "devDependencies": { "@luooooob/eslint-config": "^0.5.0", "@types/glob": "^7.2.0", "@types/mocha": "^8.2.2", "@types/node": "17.x", - "@types/node-cron": "^3.0.0", + "@types/node-cron": "^3.0.3", "@types/vscode": "^1.60.0", "eslint": "^8.5.0", "glob": "^7.2.0",