@stacksjs/security 0.58.27 → 0.58.43

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/dist/index.js +12 -12
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -20,7 +20,7 @@ var __require = (id) => {
20
20
  return import.meta.require(id);
21
21
  };
22
22
 
23
- // /home/runner/work/stacks/stacks/node_modules/crypto-js/core.js
23
+ // /Users/chrisbreuer/Code/stacks/node_modules/crypto-js/core.js
24
24
  var require_core = __commonJS((exports, module) => {
25
25
  (function(root, factory) {
26
26
  if (typeof exports === "object") {
@@ -310,7 +310,7 @@ var require_core = __commonJS((exports, module) => {
310
310
  });
311
311
  });
312
312
 
313
- // /home/runner/work/stacks/stacks/node_modules/crypto-js/enc-utf8.js
313
+ // /Users/chrisbreuer/Code/stacks/node_modules/crypto-js/enc-utf8.js
314
314
  var require_enc_utf8 = __commonJS((exports, module) => {
315
315
  (function(root, factory) {
316
316
  if (typeof exports === "object") {
@@ -325,7 +325,7 @@ var require_enc_utf8 = __commonJS((exports, module) => {
325
325
  });
326
326
  });
327
327
 
328
- // /home/runner/work/stacks/stacks/node_modules/crypto-js/enc-base64.js
328
+ // /Users/chrisbreuer/Code/stacks/node_modules/crypto-js/enc-base64.js
329
329
  var require_enc_base64 = __commonJS((exports, module) => {
330
330
  (function(root, factory) {
331
331
  if (typeof exports === "object") {
@@ -405,7 +405,7 @@ var require_enc_base64 = __commonJS((exports, module) => {
405
405
  });
406
406
  });
407
407
 
408
- // /home/runner/work/stacks/stacks/node_modules/crypto-js/md5.js
408
+ // /Users/chrisbreuer/Code/stacks/node_modules/crypto-js/md5.js
409
409
  var require_md5 = __commonJS((exports, module) => {
410
410
  (function(root, factory) {
411
411
  if (typeof exports === "object") {
@@ -582,7 +582,7 @@ var require_md5 = __commonJS((exports, module) => {
582
582
  });
583
583
  });
584
584
 
585
- // /home/runner/work/stacks/stacks/node_modules/crypto-js/sha1.js
585
+ // /Users/chrisbreuer/Code/stacks/node_modules/crypto-js/sha1.js
586
586
  var require_sha1 = __commonJS((exports, module) => {
587
587
  (function(root, factory) {
588
588
  if (typeof exports === "object") {
@@ -671,7 +671,7 @@ var require_sha1 = __commonJS((exports, module) => {
671
671
  });
672
672
  });
673
673
 
674
- // /home/runner/work/stacks/stacks/node_modules/crypto-js/hmac.js
674
+ // /Users/chrisbreuer/Code/stacks/node_modules/crypto-js/hmac.js
675
675
  var require_hmac = __commonJS((exports, module) => {
676
676
  (function(root, factory) {
677
677
  if (typeof exports === "object") {
@@ -733,7 +733,7 @@ var require_hmac = __commonJS((exports, module) => {
733
733
  });
734
734
  });
735
735
 
736
- // /home/runner/work/stacks/stacks/node_modules/crypto-js/evpkdf.js
736
+ // /Users/chrisbreuer/Code/stacks/node_modules/crypto-js/evpkdf.js
737
737
  var require_evpkdf = __commonJS((exports, module) => {
738
738
  (function(root, factory, undef) {
739
739
  if (typeof exports === "object") {
@@ -792,7 +792,7 @@ var require_evpkdf = __commonJS((exports, module) => {
792
792
  });
793
793
  });
794
794
 
795
- // /home/runner/work/stacks/stacks/node_modules/crypto-js/cipher-core.js
795
+ // /Users/chrisbreuer/Code/stacks/node_modules/crypto-js/cipher-core.js
796
796
  var require_cipher_core = __commonJS((exports, module) => {
797
797
  (function(root, factory, undef) {
798
798
  if (typeof exports === "object") {
@@ -1090,7 +1090,7 @@ var require_cipher_core = __commonJS((exports, module) => {
1090
1090
  });
1091
1091
  });
1092
1092
 
1093
- // /home/runner/work/stacks/stacks/node_modules/crypto-js/aes.js
1093
+ // /Users/chrisbreuer/Code/stacks/node_modules/crypto-js/aes.js
1094
1094
  var require_aes = __commonJS((exports, module) => {
1095
1095
  (function(root, factory, undef) {
1096
1096
  if (typeof exports === "object") {
@@ -1242,7 +1242,7 @@ var require_aes = __commonJS((exports, module) => {
1242
1242
  });
1243
1243
  });
1244
1244
 
1245
- // /home/runner/work/stacks/stacks/node_modules/bcryptjs/dist/bcrypt.js
1245
+ // /Users/chrisbreuer/Code/stacks/node_modules/bcryptjs/dist/bcrypt.js
1246
1246
  var require_bcrypt = __commonJS((exports, module) => {
1247
1247
  (function(global2, factory) {
1248
1248
  if (typeof define === "function" && define["amd"])
@@ -3081,8 +3081,8 @@ var decrypt = function(encrypted) {
3081
3081
  // src/hash.ts
3082
3082
  var import_bcryptjs = __toESM(require_bcrypt(), 1);
3083
3083
 
3084
- // /home/runner/work/stacks/stacks/node_modules/js-base64/base64.mjs
3085
- var version = "3.7.5";
3084
+ // /Users/chrisbreuer/Code/stacks/node_modules/js-base64/base64.mjs
3085
+ var version = "3.7.6";
3086
3086
  var VERSION = version;
3087
3087
  var _hasatob = typeof atob === "function";
3088
3088
  var _hasbtoa = typeof btoa === "function";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/security",
3
3
  "type": "module",
4
- "version": "0.58.27",
4
+ "version": "0.58.43",
5
5
  "description": "The Stacks framework security.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -57,7 +57,7 @@
57
57
  "@stacksjs/validation": "workspace:*",
58
58
  "bcryptjs": "^2.4.3",
59
59
  "crypto-js": "^4.2.0",
60
- "js-base64": "^3.7.5"
60
+ "js-base64": "^3.7.6"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@stacksjs/development": "workspace:*"