fix(deps): update dependency js-base64 to v3 (#4277)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-09-07 13:05:12 +03:00 committed by GitHub
parent d6b975ab2d
commit c6ac07dbf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 13 deletions

View File

@ -95,7 +95,7 @@
"@testing-library/react": "^11.0.2",
"@types/common-tags": "^1.8.0",
"@types/jest": "^26.0.13",
"@types/js-base64": "^2.3.1",
"@types/js-base64": "^3.0.0",
"@types/jwt-decode": "^2.2.1",
"@types/lodash": "^4.14.149",
"@types/uuid": "^3.4.6",

View File

@ -21,7 +21,7 @@
},
"dependencies": {
"common-tags": "^1.8.0",
"js-base64": "^2.5.1",
"js-base64": "^3.0.0",
"semaphore": "^1.1.0",
"what-the-diff": "^0.6.0"
},

View File

@ -28,7 +28,7 @@
"common-tags": "^1.8.0",
"graphql": "^15.0.0",
"graphql-tag": "^2.10.1",
"js-base64": "^2.5.1",
"js-base64": "^3.0.0",
"semaphore": "^1.1.0"
},
"peerDependencies": {

View File

@ -20,7 +20,7 @@
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore \"**/__tests__\" --root-mode upward --extensions \".js,.jsx,.ts,.tsx\""
},
"dependencies": {
"js-base64": "^2.5.1",
"js-base64": "^3.0.0",
"semaphore": "^1.1.0"
},
"peerDependencies": {

View File

@ -37,7 +37,7 @@
"gray-matter": "^4.0.2",
"history": "^4.7.2",
"immer": "^3.1.3",
"js-base64": "^2.5.1",
"js-base64": "^3.0.0",
"jwt-decode": "^2.1.0",
"node-polyglot": "^2.3.0",
"prop-types": "^15.7.2",

View File

@ -3481,10 +3481,10 @@
jest-diff "^25.2.1"
pretty-format "^25.2.1"
"@types/js-base64@^2.3.1":
version "2.3.2"
resolved "https://registry.yarnpkg.com/@types/js-base64/-/js-base64-2.3.2.tgz#266be882b28b52649b1d34db9515e54c8ef783f2"
integrity sha512-iGjZEnheu9n53fhlU+QLovdKHsdwPJ79iammNM0opTEp18zcJ/nNAIthuMilJoDPNUQHoqRAJdDNI5rxHY4nkA==
"@types/js-base64@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@types/js-base64/-/js-base64-3.0.0.tgz#b7b4c130facefefd5c57ba82664c41e2995f91be"
integrity sha512-BnEyOcDE4H6bkg8m84xhdbkYoAoCg8sYERmAvE4Ff50U8jTfbmOinRdJpauBn1P9XsCCQgCLuSiyz3PM4WHYOA==
"@types/json-schema@^7.0.3":
version "7.0.5"
@ -11277,10 +11277,10 @@ jquery@^3.4.0, jquery@^3.4.1:
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5"
integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==
js-base64@^2.5.1:
version "2.6.4"
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.6.4.tgz#f4e686c5de1ea1f867dbcad3d46d969428df98c4"
integrity sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==
js-base64@^3.0.0:
version "3.4.5"
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.4.5.tgz#6d1921e65a172cfd924604e1416dfaff45752c3e"
integrity sha512-Ub/AANierdcT8nm4ndBn3KzpZQ3MdHX4a+bwoVdjgeHCZ0ZEcP+UB4nmR4Z5lR6SH3Y+qAPmgVR0RxKJNHNHEg==
js-sha256@^0.9.0:
version "0.9.0"