From 9d4b6e6679225b2bb3f3c9dc67f485df5293099d Mon Sep 17 00:00:00 2001 From: veeck Date: Tue, 23 Mar 2021 10:46:20 +0100 Subject: [PATCH] 4.0.2 --- LICENSE | 2 +- README.md | 2 +- package-lock.json | 28 +++++++++++++++++++++++++++- package.json | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 84c75c5..e6070fe 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 The Modernizr team +Copyright (c) 2021 The Modernizr team 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/README.md b/README.md index 7deb3f4..eb3de7c 100644 --- a/README.md +++ b/README.md @@ -131,5 +131,5 @@ gulp.src('./js/*.js') ``` ## License -Copyright (c) 2020 The Modernizr team +Copyright (c) 2021 The Modernizr team Licensed under the MIT license. diff --git a/package-lock.json b/package-lock.json index c9f34f1..7f1ea0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gulp-modernizr", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -437,6 +437,16 @@ "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", "dev": true }, + "bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "dev": true, + "optional": true, + "requires": { + "file-uri-to-path": "1.0.0" + } + }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -1594,6 +1604,13 @@ "flat-cache": "^3.0.4" } }, + "file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "dev": true, + "optional": true + }, "fill-range": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", @@ -1815,6 +1832,8 @@ "dev": true, "optional": true, "requires": { + "bindings": "^1.5.0", + "nan": "^2.12.1", "node-pre-gyp": "*" }, "dependencies": { @@ -3685,6 +3704,13 @@ "integrity": "sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==", "dev": true }, + "nan": { + "version": "2.14.2", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz", + "integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==", + "dev": true, + "optional": true + }, "nanoid": { "version": "3.1.20", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz", diff --git a/package.json b/package.json index 7808492..7e7cf85 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gulp-modernizr", "description": "Gulp wrapper for custom Modernizr builds", - "version": "4.0.1", + "version": "4.0.2", "license": "MIT", "main": "index.js", "bugs": "https://github.com/Modernizr/gulp-modernizr/issues",