Skip to content

Commit 6b3ab55

Browse files
authored
Merge pull request #50 from rtfpessoa/dependabot/npm_and_yarn/open-6.0.0
Bump open from 0.0.5 to 6.0.0
2 parents 6d8bd9d + 64c15b0 commit 6b3ab55

File tree

3 files changed

+13
-18
lines changed

3 files changed

+13
-18
lines changed

.circleci/config.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,6 @@ jobs:
3535
- run: yarn run coverage-lcov
3636
- run: yarn run codacy
3737

38-
build-node_6:
39-
<<: *common-build
40-
docker:
41-
- image: node:6
42-
43-
build-node_7:
44-
<<: *common-build
45-
docker:
46-
- image: node:7
47-
4838
build-node_8:
4939
<<: *common-build
5040
docker:
@@ -69,8 +59,6 @@ workflows:
6959
version: 2
7060
build:
7161
jobs:
72-
- build-node_6
73-
- build-node_7
7462
- build-node_8
7563
- build-node_9
7664
- build-node_10

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"url": "https://www.github.com/rtfpessoa/diff2html-cli/issues"
3333
},
3434
"engines": {
35-
"node": ">=6"
35+
"node": ">=8"
3636
},
3737
"preferGlobal": true,
3838
"scripts": {
@@ -56,7 +56,7 @@
5656
"copy-paste": "^1.3.0",
5757
"diff2html": "^2.7.0",
5858
"extend": "^3.0.2",
59-
"open": "^0.0.5",
59+
"open": "^6.0.0",
6060
"request": "^2.88.0",
6161
"yargs": "^12.0.5"
6262
},

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,11 @@ is-typedarray@~1.0.0:
990990
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
991991
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
992992

993+
is-wsl@^1.1.0:
994+
version "1.1.0"
995+
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
996+
integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
997+
993998
994999
version "0.0.1"
9951000
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
@@ -1442,10 +1447,12 @@ onetime@^2.0.0:
14421447
dependencies:
14431448
mimic-fn "^1.0.0"
14441449

1445-
open@^0.0.5:
1446-
version "0.0.5"
1447-
resolved "https://registry.yarnpkg.com/open/-/open-0.0.5.tgz#42c3e18ec95466b6bf0dc42f3a2945c3f0cad8fc"
1448-
integrity sha1-QsPhjslUZra/DcQvOilFw/DK2Pw=
1450+
open@^6.0.0:
1451+
version "6.0.0"
1452+
resolved "https://registry.yarnpkg.com/open/-/open-6.0.0.tgz#cae5e2c1a3a1bfaee0d0acc8c4b7609374750346"
1453+
integrity sha512-/yb5mVZBz7mHLySMiSj2DcLtMBbFPJk5JBKEkHVZFxZAPzeg3L026O0T+lbdz1B2nyDnkClRSwRQJdeVUIF7zw==
1454+
dependencies:
1455+
is-wsl "^1.1.0"
14491456

14501457
optimist@^0.6.1:
14511458
version "0.6.1"

0 commit comments

Comments
 (0)