Skip to content

Commit

Permalink
Bumped deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Apr 10, 2024
1 parent f4c4c8b commit c97fc4a
Show file tree
Hide file tree
Showing 7 changed files with 145 additions and 85 deletions.
3 changes: 3 additions & 0 deletions .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ module.exports = {
'js-beautify',
'ical.js',

// api changes, check and fix
'eslint',

// no support for Node 16
'marked',
'undici',
Expand Down
2 changes: 1 addition & 1 deletion data/google-crawlers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"creationTime": "2024-04-02T22:00:26.000000",
"creationTime": "2024-04-09T22:00:19.000000",
"prefixes": [
{
"ipv6Prefix": "2001:4860:4801:2008::/64"
Expand Down
135 changes: 91 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"homepage": "https://emailengine.app/",
"dependencies": {
"@bugsnag/js": "7.22.4",
"@elastic/elasticsearch": "8.13.0",
"@elastic/elasticsearch": "8.13.1",
"@hapi/bell": "13.0.2",
"@hapi/boom": "10.0.1",
"@hapi/cookie": "12.0.1",
"@hapi/crumb": "9.0.1",
"@hapi/hapi": "21.3.7",
"@hapi/hapi": "21.3.9",
"@hapi/inert": "7.1.0",
"@hapi/vision": "7.0.3",
"@phc/pbkdf2": "1.1.14",
Expand All @@ -59,7 +59,7 @@
"ace-builds": "1.32.9",
"base32.js": "0.1.0",
"bull-arena": "4.2.0",
"bullmq": "5.5.0",
"bullmq": "5.7.1",
"compare-versions": "6.1.0",
"dotenv": "16.4.5",
"encoding-japanese": "2.1.0",
Expand Down Expand Up @@ -94,14 +94,14 @@
"nanoid": "3.3.4",
"node-gettext": "3.0.0",
"nodemailer": "6.9.13",
"pino": "8.19.0",
"pino": "8.20.0",
"prom-client": "15.1.1",
"psl": "1.9.0",
"pubface": "1.0.9",
"punycode": "2.3.1",
"qrcode": "1.5.3",
"smtp-server": "3.13.3",
"socks": "2.8.1",
"socks": "2.8.3",
"speakeasy": "2.0.0",
"startbootstrap-sb-admin-2": "3.3.7",
"timezones-list": "3.0.3",
Expand Down
Loading

0 comments on commit c97fc4a

Please sign in to comment.