Skip to content

Commit 8ab0e92

Browse files
Bump js-base64 from 3.7.7 to 3.7.8 (#170)
Bumps [js-base64](https://github.com/dankogai/js-base64) from 3.7.7 to 3.7.8. - [Commits](dankogai/js-base64@3.7.7...3.7.8) --- updated-dependencies: - dependency-name: js-base64 dependency-version: 3.7.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4700864 commit 8ab0e92

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/estree": "^1.0.6",
2323
"acorn": "^8.15.0",
2424
"acorn-walk": "^8.3.4",
25-
"js-base64": "^3.7.7"
25+
"js-base64": "^3.7.8"
2626
},
2727
"scripts": {
2828
"build-libs": "npx ts-node ./src/compile-libs.ts",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4579,10 +4579,10 @@ jest@^30.0.5:
45794579
import-local "^3.2.0"
45804580
jest-cli "30.0.5"
45814581

4582-
js-base64@^3.7.7:
4583-
version "3.7.7"
4584-
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.7.7.tgz#e51b84bf78fbf5702b9541e2cb7bfcb893b43e79"
4585-
integrity sha512-7rCnleh0z2CkXhH67J8K1Ytz0b2Y+yxTPL+/KOJoa20hfnVQ/3/T6W/KflYI4bRHRagNeXeU2bkNGI3v1oS/lw==
4582+
js-base64@^3.7.8:
4583+
version "3.7.8"
4584+
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.7.8.tgz#af44496bc09fa178ed9c4adf67eb2b46f5c6d2a4"
4585+
integrity sha512-hNngCeKxIUQiEUN3GPJOkz4wF/YvdUdbNL9hsBcMQTkKzboD7T/q3OYOuuPZLUE6dBxSGpwhk5mwuDud7JVAow==
45864586

45874587
js-tokens@^4.0.0:
45884588
version "4.0.0"

0 commit comments

Comments
 (0)