Skip to content

Commit

Permalink
bump secret-scrubber-js to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rnegron committed Oct 25, 2023
1 parent 3e63c86 commit 885c32f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"engineStrict": true,
"dependencies": {
"@zapier/secret-scrubber": "^1.0.7",
"@zapier/secret-scrubber": "^1.0.8",
"bluebird": "3.7.2",
"content-disposition": "0.5.4",
"dotenv": "12.0.4 ",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/docs/build/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -2217,4 +2217,4 @@ Represents a simplified semver string, from `0.0.0` to `999.999.999`.
* `'1000.0.0'` - _Each number can be a maximum of 3 digits_
* `'v1.0.0'` - _No letters allowed_
* `'1.0.0-beta'` - _undefined_
<!-- {% endraw %} -->
<!-- {% endraw %} -->
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2291,10 +2291,10 @@
js-yaml "^3.10.0"
tslib "^2.4.0"

"@zapier/secret-scrubber@^1.0.7":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@zapier/secret-scrubber/-/secret-scrubber-1.0.7.tgz#afb85623a630b297b92ecc6bdc31714869d5c2e9"
integrity sha512-NfqHsMLhjebSsIXOpn6oumkbj0fdViLPNxaQDicj0RTTUEc6LjCzCIj31imI/gVtXcd5oI1fmDJ/M9SQosuH0w==
"@zapier/secret-scrubber@^1.0.8":
version "1.0.8"
resolved "https://registry.yarnpkg.com/@zapier/secret-scrubber/-/secret-scrubber-1.0.8.tgz#f757ea475243c408789803b99f6c5fc0a5465187"
integrity sha512-6vVhOwlwfbETEhLCS+eY/OzXLANzf71O1XnfPpKAx29JMxZV4S1Sefp9F5jBQGTmL0BVYu34rNS7Uej1x/rcsQ==
dependencies:
lodash.isplainobject "^4.0.6"

Expand Down

0 comments on commit 885c32f

Please sign in to comment.