From a79569873706a7a756b4abc1a96953a2ef7870c4 Mon Sep 17 00:00:00 2001 From: Dominik Rowicki Date: Wed, 10 Feb 2021 13:52:53 +0100 Subject: [PATCH 1/2] downgrade to 7.8.3 for test --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 26c0a71..6ed0658 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ ] }, "devDependencies": { - "@babel/core": "^7.8.3", + "@babel/core": "7.8.3", "babel-core": "^7.0.0-bridge.0", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.0.0", @@ -79,7 +79,7 @@ "stylelint": ">= 10" }, "dependencies": { - "@babel/parser": "^7.8.3", + "@babel/parser": "7.8.3", "@babel/traverse": "^7.8.3", "micromatch": "^4.0.2", "postcss": "^7.0.26" From 7a5d580c046ccca1e03bcca128c92b8675af6ab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 13:20:22 +0000 Subject: [PATCH 2/2] Bump ini from 1.3.5 to 1.3.8 Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) 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 92d0b19..ec97bf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3439,9 +3439,9 @@ "dev": true }, "ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", "dev": true }, "inquirer": {