Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 3b9fe7c

Browse files
authored
Merge pull request #3 from ImageMarkup/deps
2 parents e0d97fb + fbe691e commit 3b9fe7c

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"author": "",
1111
"license": "Apache-2.0",
1212
"dependencies": {
13-
"@openid/appauth": "^1.2.8"
13+
"@openid/appauth": "^1.3.0"
1414
},
1515
"devDependencies": {
16-
"typescript": "^3.9.7"
16+
"typescript": "^4.0.5"
1717
}
1818
}

yarn.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
# yarn lockfile v1
33

44

5-
"@openid/appauth@^1.2.8":
6-
version "1.2.8"
7-
resolved "https://registry.yarnpkg.com/@openid/appauth/-/appauth-1.2.8.tgz#d67bdf83101181216f9b10d7361fef0c881c694e"
8-
integrity sha512-dZYOkKLTwCuyV1pInlKiG4Mu2cVHyCBgBypyZRadrpwRm8xyBEvGF9ruPRgr3x9l2CFvOY1JoNif7pRpVqy8Qw==
5+
"@openid/appauth@^1.3.0":
6+
version "1.3.0"
7+
resolved "https://registry.yarnpkg.com/@openid/appauth/-/appauth-1.3.0.tgz#3fe5b2621b627f048b348cc6942b84db3891be95"
8+
integrity sha512-dMjH3xsET1mSYJ1jN4scsIRxNeGnMeQ+djbS+aiNFxj1JSNxrScR3Lvx161YCVwD2Yu9a5D/qpVGqWGZ2YBq7Q==
99
dependencies:
1010
"@types/base64-js" "^1.3.0"
11-
"@types/jquery" "^3.5.0"
11+
"@types/jquery" "^3.5.1"
1212
base64-js "^1.3.1"
13-
follow-redirects "^1.12.1"
13+
follow-redirects "^1.13.0"
1414
form-data "^3.0.0"
15-
opener "^1.5.1"
15+
opener "^1.5.2"
1616

1717
"@types/base64-js@^1.3.0":
1818
version "1.3.0"
1919
resolved "https://registry.yarnpkg.com/@types/base64-js/-/base64-js-1.3.0.tgz#c939fdba49846861caf5a246b165dbf5698a317c"
2020
integrity sha512-ZmI0sZGAUNXUfMWboWwi4LcfpoVUYldyN6Oe0oJ5cCsHDU/LlRq8nQKPXhYLOx36QYSW9bNIb1vvRrD6K7Llgw==
2121

22-
"@types/jquery@^3.5.0":
23-
version "3.5.1"
24-
resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-3.5.1.tgz#cebb057acf5071c40e439f30e840c57a30d406c3"
25-
integrity sha512-Tyctjh56U7eX2b9udu3wG853ASYP0uagChJcQJXLUXEU6C/JiW5qt5dl8ao01VRj1i5pgXPAf8f1mq4+FDLRQg==
22+
"@types/jquery@^3.5.1":
23+
version "3.5.4"
24+
resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-3.5.4.tgz#e923f7d05ca790530f17f80a3b89bc28853fa17f"
25+
integrity sha512-//9CHhaUt/rurMJTxGI+I6DmsNHgYU6d8aSLFfO5dB7+10lwLnaWT0z5GY/yY82Q/M+B+0Qh3TixlJ8vmBeqIw==
2626
dependencies:
2727
"@types/sizzle" "*"
2828

@@ -53,10 +53,10 @@ delayed-stream@~1.0.0:
5353
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
5454
integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
5555

56-
follow-redirects@^1.12.1:
57-
version "1.12.1"
58-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.12.1.tgz#de54a6205311b93d60398ebc01cf7015682312b6"
59-
integrity sha512-tmRv0AVuR7ZyouUHLeNSiO6pqulF7dYa3s19c6t+wz9LD69/uSzdMxJ2S91nTI9U3rt/IldxpzMOFejp6f0hjg==
56+
follow-redirects@^1.13.0:
57+
version "1.13.0"
58+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
59+
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
6060

6161
form-data@^3.0.0:
6262
version "3.0.0"
@@ -79,12 +79,12 @@ mime-types@^2.1.12:
7979
dependencies:
8080
mime-db "1.44.0"
8181

82-
opener@^1.5.1:
83-
version "1.5.1"
84-
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.1.tgz#6d2f0e77f1a0af0032aca716c2c1fbb8e7e8abed"
85-
integrity sha512-goYSy5c2UXE4Ra1xixabeVh1guIX/ZV/YokJksb6q2lubWu6UbvPQ20p542/sFIll1nl8JnCyK9oBaOcCWXwvA==
82+
opener@^1.5.2:
83+
version "1.5.2"
84+
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598"
85+
integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==
8686

87-
typescript@^3.9.7:
88-
version "3.9.7"
89-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
90-
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
87+
typescript@^4.0.5:
88+
version "4.0.5"
89+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
90+
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==

0 commit comments

Comments
 (0)