Skip to content

Commit 9b0983a

Browse files
committed
chore: fix node-crc dependency
1 parent 1f42563 commit 9b0983a

File tree

3 files changed

+4379
-4335
lines changed

3 files changed

+4379
-4335
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ by [**SWR Audio Lab**](https://lab.swr.de/)
44

55
## Changelog
66

7+
- 2024-10-24 - v2.0.2
8+
9+
- chore: fix node-crc dependency
10+
711
- 2024-08-05 - v2.0.1
812

913
- chore: update dependencies

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swrlab/utils",
3-
"version": "2.0.1-beta",
3+
"version": "2.0.2",
44
"description": "Wrapping common SWR Audio Lab utils",
55
"repository": {
66
"type": "git",
@@ -18,19 +18,19 @@
1818
"reinstall": "rm -rf node_modules && rm yarn.lock && touch yarn.lock && yarn"
1919
},
2020
"dependencies": {
21-
"@google-cloud/storage": "^7.12.0",
21+
"@google-cloud/storage": "^7.13.0",
2222
"abort-controller": "^3.0.0",
2323
"luxon": "3.5.0",
24-
"node-crc": "swrlab/node-crc#v2.1.0",
25-
"undici": "6.19.5"
24+
"node-crc": "https://github.com/swrlab/node-crc#v2.1.0",
25+
"undici": "6.20.1"
2626
},
2727
"devDependencies": {
2828
"@swrlab/style-guide": "https://github.com/swrlab/style-guide.git",
2929
"chai": "4.4.1",
3030
"dotenv": "^16.4.5",
31-
"eslint": "^9.8.0",
32-
"eslint-plugin-json": "^4.0.0",
33-
"mocha": "^10.7.0",
31+
"eslint": "^9.13.0",
32+
"eslint-plugin-json": "^4.0.1",
33+
"mocha": "^10.7.3",
3434
"prettier": "^3.3.3"
3535
},
3636
"engines": {

0 commit comments

Comments
 (0)