Skip to content

Commit 77b5298

Browse files
committed
Merge branch 'update/dependencies' of github.com:pryv/app-web-auth3 into feature/i18n
2 parents ce5b09c + f0f9804 commit 77b5298

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"html-webpack-plugin": "^2.30.1",
7878
"jest": "^23.5.0",
7979
"jest-serializer-vue": "^2.0.2",
80-
"node-notifier": "^5.1.2",
80+
"node-notifier": "^8.0.1",
8181
"optimize-css-assets-webpack-plugin": "^3.2.0",
8282
"ora": "^1.2.0",
8383
"portfinder": "^1.0.13",

tests/webpage-auth/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h3>Console</h3>
5252
requestingAppId: 'test-value-notes',
5353
requestedPermissions: [
5454
{
55-
streamId: 'test2',
55+
streamId: 'test',
5656
defaultName: 'TEST',
5757
level: 'manage'
5858
}

yarn.lock

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4927,6 +4927,11 @@ is-directory@^0.3.1:
49274927
resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1"
49284928
integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=
49294929

4930+
is-docker@^2.0.0:
4931+
version "2.1.1"
4932+
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.1.1.tgz#4125a88e44e450d384e09047ede71adc2d144156"
4933+
integrity sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw==
4934+
49304935
is-dotfile@^1.0.0:
49314936
version "1.0.3"
49324937
resolved "https://registry.yarnpkg.com/is-dotfile/-/is-dotfile-1.0.3.tgz#a6a2f32ffd2dfb04f5ca25ecd0f6b83cf798a1e1"
@@ -5158,6 +5163,13 @@ is-wsl@^1.1.0:
51585163
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
51595164
integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
51605165

5166+
is-wsl@^2.2.0:
5167+
version "2.2.0"
5168+
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
5169+
integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
5170+
dependencies:
5171+
is-docker "^2.0.0"
5172+
51615173
[email protected], isarray@^1.0.0, isarray@~1.0.0:
51625174
version "1.0.0"
51635175
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@@ -6477,7 +6489,7 @@ node-libs-browser@^2.0.0:
64776489
util "^0.11.0"
64786490
vm-browserify "^1.0.1"
64796491

6480-
node-notifier@^5.1.2, node-notifier@^5.2.1:
6492+
node-notifier@^5.2.1:
64816493
version "5.4.5"
64826494
resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-5.4.5.tgz#0cbc1a2b0f658493b4025775a13ad938e96091ef"
64836495
integrity sha512-tVbHs7DyTLtzOiN78izLA85zRqB9NvEXkAf014Vx3jtSvn/xBl6bR8ZYifj+dFcFrKI21huSQgJZ6ZtL3B4HfQ==
@@ -6488,6 +6500,18 @@ node-notifier@^5.1.2, node-notifier@^5.2.1:
64886500
shellwords "^0.1.1"
64896501
which "^1.3.0"
64906502

6503+
node-notifier@^8.0.1:
6504+
version "8.0.2"
6505+
resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-8.0.2.tgz#f3167a38ef0d2c8a866a83e318c1ba0efeb702c5"
6506+
integrity sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg==
6507+
dependencies:
6508+
growly "^1.3.0"
6509+
is-wsl "^2.2.0"
6510+
semver "^7.3.2"
6511+
shellwords "^0.1.1"
6512+
uuid "^8.3.0"
6513+
which "^2.0.2"
6514+
64916515
node-releases@^1.1.70:
64926516
version "1.1.71"
64936517
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.71.tgz#cb1334b179896b1c89ecfdd4b725fb7bbdfc7dbb"
@@ -9893,6 +9917,11 @@ uuid@^3.0.1, uuid@^3.3.2:
98939917
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
98949918
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
98959919

9920+
uuid@^8.3.0:
9921+
version "8.3.2"
9922+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
9923+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
9924+
98969925
validate-npm-package-license@^3.0.1:
98979926
version "3.0.4"
98989927
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
@@ -10280,6 +10309,13 @@ which@^1.1.2, which@^1.2.12, which@^1.2.9, which@^1.3.0:
1028010309
dependencies:
1028110310
isexe "^2.0.0"
1028210311

10312+
which@^2.0.2:
10313+
version "2.0.2"
10314+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
10315+
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
10316+
dependencies:
10317+
isexe "^2.0.0"
10318+
1028310319
1028410320
version "0.1.0"
1028510321
resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d"

0 commit comments

Comments
 (0)