@civic/auth 0.15.1 → 0.15.2

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # 0.15.2 - Fix audit issues
2
+ - Fix various audit findings by updating packages
3
+
1
4
  # 0.15.1 - Logging fix
2
5
 
3
6
  ### Bug Fixes
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "@civic/auth:0.15.1";
1
+ export declare const VERSION = "@civic/auth:0.15.2";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // This is an auto-generated file. Do not edit.
2
- export const VERSION = "@civic/auth:0.15.1";
2
+ export const VERSION = "@civic/auth:0.15.2";
3
3
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/shared/version.ts"],"names":[],"mappings":"AAAA,+CAA+C;AAE/C,MAAM,CAAC,MAAM,OAAO,GAAG,oBAAoB,CAAC","sourcesContent":["// This is an auto-generated file. Do not edit.\n\nexport const VERSION = \"@civic/auth:0.15.1\";\n"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/shared/version.ts"],"names":[],"mappings":"AAAA,+CAA+C;AAE/C,MAAM,CAAC,MAAM,OAAO,GAAG,oBAAoB,CAAC","sourcesContent":["// This is an auto-generated file. Do not edit.\n\nexport const VERSION = \"@civic/auth:0.15.2\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civic/auth",
3
- "version": "0.15.1",
3
+ "version": "0.15.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -53,7 +53,7 @@
53
53
  "debug": "^4.3.7",
54
54
  "eventemitter3": "^5.0.1",
55
55
  "jose": "^5.9.4",
56
- "picomatch": "^4.0.2",
56
+ "picomatch": "^4.0.4",
57
57
  "ts-deepmerge": "^7.0.2",
58
58
  "usehooks-ts": "^3.1.0",
59
59
  "uuid": "^10.0.0",