From b42190ed324312ed4cc9f306257d5e57e64ea60e Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 29 Nov 2021 11:22:04 +0100 Subject: [PATCH] package.json: Update copy-webpack-plugin to major version 10 This is not compatible with the EOL node.js 10 any more, so bump the build requirement. --- cockpit-starter-kit.spec.in | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cockpit-starter-kit.spec.in b/cockpit-starter-kit.spec.in index ae9f021..0177187 100644 --- a/cockpit-starter-kit.spec.in +++ b/cockpit-starter-kit.spec.in @@ -7,7 +7,7 @@ License: LGPLv2+ Source0: https://github.com/cockpit-project/starter-kit/releases/download/%{version}/%{name}-%{version}.tar.xz Source1: https://github.com/cockpit-project/starter-kit/releases/download/%{version}/%{name}-node-%{version}.tar.xz BuildArch: noarch -BuildRequires: nodejs +BuildRequires: nodejs >= 1:12 BuildRequires: make BuildRequires: libappstream-glib diff --git a/package.json b/package.json index ef8ba5f..fff0ec0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "babel-loader": "^8.0.6", "chrome-remote-interface": "^0.31.0", "compression-webpack-plugin": "^9.0.0", - "copy-webpack-plugin": "^9.0.0", + "copy-webpack-plugin": "^10.0.0", "css-loader": "^6.5.0", "css-minimizer-webpack-plugin": "^3.0.1", "eslint": "^7.10.0",