Skip to content

Commit 6696071

Browse files
committed
Pin versions of json-stable-stringify in package.json to a specific version
1 parent aafc981 commit 6696071

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/firestore/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"@firebase/app-types": "0.x"
5050
},
5151
"devDependencies": {
52-
"@types/json-stable-stringify": "^1.0.32",
53-
"json-stable-stringify": "^1.0.1",
52+
"@types/json-stable-stringify": "1.0.32",
53+
"json-stable-stringify": "1.0.1",
5454
"protobufjs": "6.8.9",
5555
"rollup": "2.0.6",
5656
"rollup-plugin-copy-assets": "1.1.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2116,7 +2116,7 @@
21162116
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636"
21172117
integrity sha512-Il2DtDVRGDcqjDtE+rF8iqg1CArehSK84HZJCT7AMITlyXRBpuPhqGLDQMowraqqu1coEaimg4ZOqggt6L6L+A==
21182118

2119-
"@types/json-stable-stringify@^1.0.32":
2119+
21202120
version "1.0.32"
21212121
resolved "https://registry.npmjs.org/@types/json-stable-stringify/-/json-stable-stringify-1.0.32.tgz#121f6917c4389db3923640b2e68de5fa64dda88e"
21222122
integrity sha512-q9Q6+eUEGwQkv4Sbst3J4PNgDOvpuVuKj79Hl/qnmBMEIPzB5QoFRUtjcgcg2xNUZyYUGXBk5wYIBKHt0A+Mxw==
@@ -8924,7 +8924,7 @@ json-stable-stringify-without-jsonify@^1.0.1:
89248924
resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
89258925
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
89268926

8927-
json-stable-stringify@^1.0.1:
8927+
89288928
version "1.0.1"
89298929
resolved "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af"
89308930
integrity sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=

0 commit comments

Comments
 (0)