Skip to content

Commit

Permalink
deps: updated cache-parser and jest
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Jan 15, 2022
1 parent 6d9683a commit 16184ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"homepage": "https://axios-cache-interceptor.js.org",
"dependencies": {
"cache-parser": "^1.1.2",
"cache-parser": "1.2.0",
"fast-defer": "^1.1.3",
"object-code": "^1.0.1"
},
Expand All @@ -69,7 +69,7 @@
"prettier": "^2.5.1",
"prettier-plugin-jsdoc": "^0.3.30",
"prettier-plugin-organize-imports": "^2.3.4",
"ts-jest": "^27.1.2",
"ts-jest": "^27.1.3",
"ts-loader": "^9.2.6",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1870,7 +1870,7 @@ __metadata:
"@typescript-eslint/parser": ^5.9.1
auto-changelog: ^2.3.0
axios: ~0.24.0
cache-parser: ^1.1.2
cache-parser: 1.2.0
es-check: ^6.1.1
eslint: ^8.6.0
eslint-config-prettier: ^8.3.0
Expand All @@ -1881,7 +1881,7 @@ __metadata:
prettier: ^2.5.1
prettier-plugin-jsdoc: ^0.3.30
prettier-plugin-organize-imports: ^2.3.4
ts-jest: ^27.1.2
ts-jest: ^27.1.3
ts-loader: ^9.2.6
tslib: ^2.3.1
typescript: ^4.5.4
Expand Down Expand Up @@ -2084,10 +2084,10 @@ __metadata:
languageName: node
linkType: hard

"cache-parser@npm:^1.1.2":
version: 1.1.2
resolution: "cache-parser@npm:1.1.2"
checksum: 144739bfa9cc2b45df141cfc4fbbafe9ccbb40213ac3f1b301fa634564bc42939ad68dbeaa154cdb8258ad5f9e03ae219a657ccf89759ec2bec71e40a5a8e34b
"cache-parser@npm:1.2.0":
version: 1.2.0
resolution: "cache-parser@npm:1.2.0"
checksum: 8391bc5d12cf6373ef400f64b7b6e51784a2fa98d844bd8387aa86ab8a87abc8922df2557cd191122a7ea71180722d2e078580d848f45799a76c1aea2f337924
languageName: node
linkType: hard

Expand Down Expand Up @@ -5954,9 +5954,9 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:^27.1.2":
version: 27.1.2
resolution: "ts-jest@npm:27.1.2"
"ts-jest@npm:^27.1.3":
version: 27.1.3
resolution: "ts-jest@npm:27.1.3"
dependencies:
bs-logger: 0.x
fast-json-stable-stringify: 2.x
Expand Down Expand Up @@ -5984,7 +5984,7 @@ __metadata:
optional: true
bin:
ts-jest: cli.js
checksum: 2e7275f8a3545ec1340b37c458ace9244b5903e86861eb108beffff97d433f296c1254f76a41b573b1fe6245110b21bb62150bb88d55159f1dc7a929886535cb
checksum: eb54e5b8fc5f06e4cc20ecec7891201ddc78a3537d5eb3775e29ffbc7e83fd2a68f91db801b6a8c820c872060b24dc41fb6decac800b76256d3cdda6520b5c4f
languageName: node
linkType: hard

Expand Down

0 comments on commit 16184ac

Please sign in to comment.