@firebase/rules-unit-testing 2.0.3-canary.d3336a9cd → 2.0.4-20220719211451

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @firebase/rules-unit-testing
2
2
 
3
+ ## 2.0.4-20220719211451
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1703bb31a`](https://github.com/firebase/firebase-js-sdk/commit/1703bb31afa806087167079641af79c9293ab423) [#6442](https://github.com/firebase/firebase-js-sdk/pull/6442) (fixes [#6438](https://github.com/firebase/firebase-js-sdk/issues/6438)) - Update `@grpc/proto-loader` and `firebase-admin` dependencies to address `protobufjs` security issue.
8
+
9
+ - Updated dependencies []:
10
+ - firebase@9.9.1-20220719211451
11
+
3
12
  ## 2.0.3
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/rules-unit-testing",
3
- "version": "2.0.3-canary.d3336a9cd",
3
+ "version": "2.0.4-20220719211451",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.cjs.js",
@@ -38,7 +38,7 @@
38
38
  "rollup-plugin-typescript2": "0.31.2"
39
39
  },
40
40
  "peerDependencies": {
41
- "firebase": "9.8.4-canary.d3336a9cd"
41
+ "firebase": "^9.9.1-20220719211451"
42
42
  },
43
43
  "repository": {
44
44
  "directory": "packages/rules-unit-testing",