From 7c9c5246a4d5a1f95b860f3e5149869484b0c029 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Wed, 16 Aug 2023 12:27:01 +0300 Subject: [PATCH] v1.2.2 --- LICENSE.txt | 2 +- package.json | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 4a5f993..1cb8899 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Andris Reinman +Copyright (c) 2020-2023 Andris Reinman Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 4ae6cc9..7b4104b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pending-dns", - "version": "1.2.1", + "version": "1.2.2", "description": "Lightweight API driven DNS server", "main": "index.js", "scripts": { @@ -28,26 +28,26 @@ }, "homepage": "https://github.com/postalsys/pending-dns#readme", "devDependencies": { - "eslint": "8.45.0", + "eslint": "8.47.0", "eslint-config-nodemailer": "1.2.0", - "eslint-config-prettier": "8.8.0", + "eslint-config-prettier": "9.0.0", "grunt": "1.6.1", "grunt-cli": "1.4.3", "grunt-eslint": "24.3.0", "license-report": "6.4.0" }, "dependencies": { - "@bugsnag/js": "^7.20.2", + "@bugsnag/js": "7.21.0", "@fidm/x509": "1.2.1", "@hapi/boom": "10.0.1", "@hapi/hapi": "21.3.2", "@hapi/inert": "7.1.0", "@hapi/joi": "17.1.1", - "@hapi/vision": "7.0.2", + "@hapi/vision": "7.0.3", "@root/acme": "3.1.0", "@root/csr": "0.8.1", "dns2": "2.1.0", - "handlebars": "4.7.7", + "handlebars": "4.7.8", "hapi-pino": "12.1.0", "hapi-swagger": "17.1.0", "http-proxy": "1.18.1", @@ -57,7 +57,7 @@ "minimist": "1.2.8", "node-rsa": "1.1.1", "pem-jwk": "2.0.0", - "pino": "8.14.1", + "pino": "8.15.0", "punycode": "2.3.0", "shortid": "2.2.16", "uuid": "9.0.0", @@ -73,9 +73,10 @@ "help.txt" ], "targets": [ - "node16-linux-x64", - "node16-macos-x64", - "node16-win-x64" + "node18-linux-x64", + "node18-macos-x64", + "node18-macos-arm64", + "node18-win-x64" ], "outputPath": "ee-dist" }