From b603df4b097b2a15aca442ffbc3f6666bd83989f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 08:30:23 +0000 Subject: [PATCH 1/2] Bump y18n from 4.0.0 to 4.0.1 Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12d06f4..7b4cedc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3135,9 +3135,9 @@ "dev": true }, "y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz", + "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==", "dev": true }, "yaml": { From 04f35ee9f6f084cda4445251715341503ba97e22 Mon Sep 17 00:00:00 2001 From: Jianrong Yu Date: Thu, 1 Apr 2021 08:44:30 -0700 Subject: [PATCH 2/2] bump the version --- README.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c9924a..4ab2a6c 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,10 @@ This module is licensed under MIT. ### Changelog +- 1.0.0: + + - Fix for Security Vulnerability on dependencies + - 1.0.0: - Update Typescript to 4.x diff --git a/package-lock.json b/package-lock.json index 7b4cedc..9ccaeaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fast-array-diff", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 808e46c..2c89f18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-array-diff", - "version": "1.0.0", + "version": "1.0.1", "description": "Implementation of paper 'An O(ND) Difference Algorithm and Its Variations' on array", "homepage": "https://github.com/YuJianrong/fast-array-diff", "bugs": {