Skip to content

Commit 678cdef

Browse files
authored
Update cookiejar and json5 (#87)
1 parent 0159c44 commit 678cdef

File tree

2 files changed

+19
-44
lines changed

2 files changed

+19
-44
lines changed

package-lock.json

Lines changed: 13 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,9 +1419,9 @@
14191419
"safe-buffer" "~5.1.1"
14201420

14211421
"cookiejar@^2.1.2":
1422-
"integrity" "sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ=="
1423-
"resolved" "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.3.tgz"
1424-
"version" "2.1.3"
1422+
"integrity" "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw=="
1423+
"resolved" "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.4.tgz"
1424+
"version" "2.1.4"
14251425

14261426
"core-js-compat@^3.18.0", "core-js-compat@^3.19.0":
14271427
"integrity" "sha512-Q/VJ7jAF/y68+aUsQJ/afPOewdsGkDtcMb40J8MbuWKlK3Y+wtHq8bTHKPj2WKWLIqmS5JhHs4CzHtz6pT2W6g=="
@@ -1910,11 +1910,9 @@
19101910
"version" "2.3.1"
19111911

19121912
"json5@^2.1.2":
1913-
"integrity" "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA=="
1914-
"resolved" "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz"
1915-
"version" "2.2.0"
1916-
dependencies:
1917-
"minimist" "^1.2.5"
1913+
"integrity" "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg=="
1914+
"resolved" "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz"
1915+
"version" "2.2.3"
19181916

19191917
"just-extend@^4.0.2":
19201918
"integrity" "sha512-g3UB796vUFIY90VIv/WX3L2c8CS2MdWUww3CNrYmqza1Fg0DURc2K/O4YrnklBdQarSJ/y8JnJYDGc+1iumQjg=="
@@ -2090,11 +2088,6 @@
20902088
dependencies:
20912089
"brace-expansion" "^1.1.7"
20922090

2093-
"minimist@^1.2.5":
2094-
"integrity" "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
2095-
"resolved" "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz"
2096-
"version" "1.2.6"
2097-
20982091
"mocha@^9.1.0":
20992092
"integrity" "sha512-L6XC3EdwT6YrIk0yXpavvLkn8h+EU+Y5UcCHKECyMbdUIxyMuZj4bX4U9e1nvnvUUvQVsV2VHQr5zLdcUkhW/g=="
21002093
"resolved" "https://registry.npmjs.org/mocha/-/mocha-9.2.2.tgz"

0 commit comments

Comments
 (0)