Skip to content

Commit

Permalink
Update dependency @aureooms/js-codec to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 18, 2021
1 parent 4666cd6 commit c85c956
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"url": "https://github.com/aureooms/js-codec-ascii/issues"
},
"dependencies": {
"@aureooms/js-codec": "^3.0.0"
"@aureooms/js-codec": "^4.0.0"
},
"devDependencies": {
"@aureooms/js-itertools": "5.0.1",
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# yarn lockfile v1


"@aureooms/js-codec@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@aureooms/js-codec/-/js-codec-3.0.0.tgz#4103849a5f46ec7058ee3cccaf164d6c36bd04fa"
integrity sha512-m1BkZPIJ3G6kaxiy3JILi+0wM2Avexb4JoBoF427K4Bghkw4zTl/vyRJVr4cf9emO19s+K3ZJVFnIsn8PK1JVw==
"@aureooms/js-codec@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@aureooms/js-codec/-/js-codec-4.0.0.tgz#909f0c07ced6a3bb604ce4cfd6a4ee6a2870067e"
integrity sha512-CnxP4uSwvqWDNQTbihBVc3Y3VEzBHaxu5zV+jkwVleyxuLOhYH+5joZl2NIHmCkizsapZHKLnDnw3EJP2sQmwg==
dependencies:
"@aureooms/js-error" "^4.0.0"
"@aureooms/js-error" "^5.0.2"

"@aureooms/js-collections-deque@^6.0.1":
version "6.0.1"
Expand All @@ -16,11 +16,6 @@
dependencies:
"@aureooms/js-error" "^5.0.2"

"@aureooms/js-error@^4.0.0":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-4.0.1.tgz#be2740b3f31a337e0828930c9b70d38113b4dd77"
integrity sha512-zsgs6wmnRsKljlusewYiBaFBM/hIJp43b7OwE9ybpLEL4wfXjGP17cJTTAY8gpzALVFwEA5/flxIK0I6gJJLHQ==

"@aureooms/js-error@^5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-5.0.2.tgz#dc2ad2fc2b10365581c32c28222daccc5c3c9600"
Expand Down

0 comments on commit c85c956

Please sign in to comment.