Compare commits

...

5 Commits

Author SHA1 Message Date
dependabot[bot]
88d58d3f82
Merge 6d73894f08 into 0c2ff66f19 2024-05-04 21:57:05 +00:00
Ninjdai
0c2ff66f19
Merge pull request #90 from Art-Portal/dependabot/npm_and_yarn/sequelize-6.37.3
Bump sequelize from 6.37.2 to 6.37.3
2024-05-04 23:57:01 +02:00
Ninjdai
473a5b2436
Merge pull request #89 from Art-Portal/dependabot/npm_and_yarn/tar-6.2.1
Bump tar from 6.2.0 to 6.2.1
2024-05-04 22:17:41 +02:00
dependabot[bot]
5b7b936a17
Bump sequelize from 6.37.2 to 6.37.3
Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.37.2 to 6.37.3.
- [Release notes](https://github.com/sequelize/sequelize/releases)
- [Commits](https://github.com/sequelize/sequelize/compare/v6.37.2...v6.37.3)

---
updated-dependencies:
- dependency-name: sequelize
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 22:30:31 +00:00
dependabot[bot]
fba41c738d
Bump tar from 6.2.0 to 6.2.1
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 11:49:37 +00:00
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -13,7 +13,7 @@
"canvas": "^2.11.2",
"discord.js": "^14.13.0",
"moment-duration-format": "^2.3.2",
"sequelize": "^6.37.2",
"sequelize": "^6.37.3",
"sqlite3": "^5.1.7"
},
"devDependencies": {
@ -2459,9 +2459,9 @@
}
},
"node_modules/sequelize": {
"version": "6.37.2",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.37.2.tgz",
"integrity": "sha512-bnb7swGANONXCTrVyebpOOZssLwQrVkYX2tcC6qOIvH+P+OhsoMBi7c3GXI5bC+Z4b4tOl+kQy6yeqLCZ1YQAQ==",
"version": "6.37.3",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.37.3.tgz",
"integrity": "sha512-V2FTqYpdZjPy3VQrZvjTPnOoLm0KudCRXfGWp48QwhyPPp2yW8z0p0sCYZd/em847Tl2dVxJJ1DR+hF+O77T7A==",
"funding": [
{
"type": "opencollective",
@ -2741,9 +2741,9 @@
}
},
"node_modules/tar": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz",
"integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==",
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
"integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
"dependencies": {
"chownr": "^2.0.0",
"fs-minipass": "^2.0.0",

View File

@ -29,7 +29,7 @@
"canvas": "^2.11.2",
"discord.js": "^14.13.0",
"moment-duration-format": "^2.3.2",
"sequelize": "^6.37.2",
"sequelize": "^6.37.3",
"sqlite3": "^5.1.7"
},
"devDependencies": {