fix: upgrade dayjs from 1.11.6 to 1.11.7

Snyk has created this PR to upgrade dayjs from 1.11.6 to 1.11.7.

See this package in npm:
https://www.npmjs.com/package/dayjs

See this project in Snyk:
https://app.snyk.io/org/srizan10/project/47dbc8df-7d60-4da4-9823-7250e4525213?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot
2023-02-06 02:27:02 +00:00
parent 94e5e87602
commit bad4733608
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"@napi-rs/canvas": "^0.1.30",
"@sern/handler": "^2.5.0",
"axios": "^1.1.3",
"dayjs": "^1.11.6",
"dayjs": "^1.11.7",
"discord-tictactoe": "^4.0.0",
"discord.js": "^14.7.1",
"dotenv": "^16.0.1",
@@ -961,9 +961,9 @@
}
},
"node_modules/dayjs": {
"version": "1.11.6",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.6.tgz",
"integrity": "sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ=="
"version": "1.11.7",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz",
"integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ=="
},
"node_modules/debug": {
"version": "2.6.9",
@@ -3738,9 +3738,9 @@
"integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw=="
},
"dayjs": {
"version": "1.11.6",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.6.tgz",
"integrity": "sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ=="
"version": "1.11.7",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz",
"integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ=="
},
"debug": {
"version": "2.6.9",

View File

@@ -38,7 +38,7 @@
"@napi-rs/canvas": "^0.1.30",
"@sern/handler": "^2.5.0",
"axios": "^1.1.3",
"dayjs": "^1.11.6",
"dayjs": "^1.11.7",
"discord-tictactoe": "^4.0.0",
"discord.js": "^14.7.1",
"dotenv": "^16.0.1",