From 4e19c2c86b9d7e2d3c2563239a9e3e88f1a4c511 Mon Sep 17 00:00:00 2001 From: Aliaksei Chapyzhenka Date: Sun, 21 Jan 2024 21:41:20 -0800 Subject: [PATCH] :arrow_up: dependencies --- LICENSE | 2 +- package.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index c61ef6e..9943956 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2023 WaveDrom +Copyright (c) 2021-2024 WaveDrom 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 e7daba2..f3a9823 100644 --- a/package.json +++ b/package.json @@ -29,16 +29,16 @@ "homepage": "https://github.com/wavedrom/vcdrom#readme", "devDependencies": { "@drom/eslint-config": "^0.12.0", - "@wavedrom/doppler": "^1.8.1", + "@wavedrom/doppler": "^1.9.0", "browserify": "^17.0.0", - "eslint": "^8.44.0", + "eslint": "^8.56.0", "http-server": "^14.1.0", "onml": "^2.1.0", - "style-mod": "^4.0.3", - "terser": "^5.18.2", - "vcd-stream": "^1.4.0", + "style-mod": "^4.1.0", + "terser": "^5.27.0", + "vcd-stream": "^1.5.0", "watchify": "^4.0.0", - "waveql": "^1.6.0" + "waveql": "^1.7.0" }, "eslintConfig": { "extends": "@drom/eslint-config/eslint8/node12"