Skip to content

Commit ad9bc9c

Browse files
timngynRachel Lee Nabors
authored andcommitted
chore: add resolutions for 'decode-uri-component' and 'json5' (#5062)
1 parent e5267c7 commit ad9bc9c

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@
8888
"resolutions": {
8989
"**/trim": "0.0.3",
9090
"loader-utils": "2.0.4",
91-
"minimatch": "3.0.5"
91+
"minimatch": "3.0.5",
92+
"json5": "2.2.2",
93+
"decode-uri-component": "0.2.1"
9294
},
9395
"jest": {
9496
"roots": [

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5929,10 +5929,10 @@ decode-named-character-reference@^1.0.0:
59295929
dependencies:
59305930
character-entities "^2.0.0"
59315931

5932-
decode-uri-component@^0.2.0:
5933-
version "0.2.0"
5934-
resolved "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz"
5935-
integrity "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og=="
5932+
decode-uri-component@0.2.1, decode-uri-component@^0.2.0:
5933+
version "0.2.1"
5934+
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.1.tgz#e9d7afd716fc1a7ec6ae7cc0aa3e540a1eac2e9d"
5935+
integrity sha512-XZHyaFJ6QMWhYmlz+UcmtaLeecNiXwkTGzCqG5WByt+1P1HnU6Siwf0TeP3OsZmlnGqQRSEMIxue0LLCaGY3dw==
59365936

59375937
deep-is@~0.1.3:
59385938
version "0.1.4"
@@ -8249,10 +8249,10 @@ json-stable-stringify-without-jsonify@^1.0.1:
82498249
resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz"
82508250
integrity "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw=="
82518251

8252-
[email protected], json5@^2.1.2, json5@^2.2.0:
8253-
version "2.2.1"
8254-
resolved "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz"
8255-
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
8252+
json5@2.2.2, json5@2.x, json5@^2.1.2, json5@^2.2.0:
8253+
version "2.2.2"
8254+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.2.tgz#64471c5bdcc564c18f7c1d4df2e2297f2457c5ab"
8255+
integrity sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ==
82568256

82578257
jsonc-parser@^3.0.0:
82588258
version "3.2.0"

0 commit comments

Comments
 (0)