Skip to content

Commit

Permalink
Bumped deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Nov 28, 2024
1 parent ec94223 commit 9a7767a
Show file tree
Hide file tree
Showing 7 changed files with 523 additions and 120 deletions.
8 changes: 7 additions & 1 deletion data/google-crawlers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"creationTime": "2024-11-05T15:46:15.000000",
"creationTime": "2024-11-26T15:49:01.000000",
"prefixes": [
{
"ipv6Prefix": "2001:4860:4801:2008::/64"
Expand Down Expand Up @@ -319,9 +319,15 @@
{
"ipv6Prefix": "2001:4860:4801:2094::/64"
},
{
"ipv6Prefix": "2001:4860:4801:20a0::/64"
},
{
"ipv4Prefix": "108.177.2.0/27"
},
{
"ipv4Prefix": "108.177.2.32/27"
},
{
"ipv4Prefix": "192.178.17.0/27"
},
Expand Down
305 changes: 251 additions & 54 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"homepage": "https://emailengine.app/",
"dependencies": {
"@bugsnag/js": "8.1.2",
"@bull-board/api": "6.3.3",
"@bull-board/hapi": "6.3.3",
"@elastic/elasticsearch": "8.15.1",
"@bull-board/api": "6.5.3",
"@bull-board/hapi": "6.5.3",
"@elastic/elasticsearch": "8.16.2",
"@hapi/bell": "13.0.2",
"@hapi/boom": "10.0.1",
"@hapi/cookie": "12.0.1",
Expand All @@ -58,9 +58,9 @@
"@postalsys/gettext": "4.0.1",
"@postalsys/joi-messages": "1.0.2",
"@postalsys/templates": "2.0.0",
"ace-builds": "1.36.4",
"ace-builds": "1.36.5",
"base32.js": "0.1.0",
"bullmq": "5.25.4",
"bullmq": "5.29.1",
"compare-versions": "6.1.1",
"dotenv": "16.4.5",
"encoding-japanese": "2.2.0",
Expand Down Expand Up @@ -95,7 +95,7 @@
"pino": "9.5.0",
"popper.js": "^1.16.1",
"prom-client": "15.1.3",
"psl": "1.10.0",
"psl": "1.13.0",
"pubface": "1.0.12",
"punycode.js": "2.3.1",
"qrcode": "1.5.4",
Expand All @@ -104,7 +104,7 @@
"speakeasy": "2.0.0",
"startbootstrap-sb-admin-2": "3.3.7",
"timezones-list": "3.0.3",
"undici": "6.20.1",
"undici": "7.0.0",
"wild-config": "1.7.1",
"xml2js": "0.6.2"
},
Expand All @@ -118,7 +118,7 @@
"grunt-cli": "1.5.0",
"grunt-eslint": "24.3.0",
"jsxgettext": "0.11.0",
"pino-pretty": "12.1.0",
"pino-pretty": "13.0.0",
"resedit": "2.0.3",
"spdx-satisfies": "5.0.1",
"xgettext-template": "5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion sbom.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/js/ace/ace.js

Large diffs are not rendered by default.

Loading

0 comments on commit 9a7767a

Please sign in to comment.