aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-04-29 21:16:49 +0000
committerGravatar vitalyster2024-05-01 17:32:03 +0300
commit67d5ab50daba59f30d929fcd53542186b7087058 (patch)
tree61f571b657a7e98be6a4a06004867bf3aec8a9d5
parentf2421c1e8ed0a0c8392b179435d638ff55fe1551 (diff)
build(deps): bump axios-cache-interceptor from 1.5.1 to 1.5.2
Bumps [axios-cache-interceptor](https://github.com/arthurfiorette/axios-cache-interceptor) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/arthurfiorette/axios-cache-interceptor/releases) - [Changelog](https://github.com/arthurfiorette/axios-cache-interceptor/blob/main/CHANGELOG.md) - [Commits](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.5.1...v1.5.2) --- updated-dependencies: - dependency-name: axios-cache-interceptor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json16
-rw-r--r--package.json2
2 files changed, 9 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index e214eea0..a9ffeea6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
"license": "AGPL-3.0-or-later",
"dependencies": {
"axios": "^1.6.8",
- "axios-cache-interceptor": "^1.5.1",
+ "axios-cache-interceptor": "^1.5.2",
"body-parser": "^1.20.2",
"classlist.js": "^1.1.20150312",
"config": "^3.3.11",
@@ -6048,13 +6048,13 @@
}
},
"node_modules/axios-cache-interceptor": {
- "version": "1.5.1",
- "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.5.1.tgz",
- "integrity": "sha512-1p/rTi7DSqUghJ5Ck8GKNt47X6f3IB8XnJ+TM4PwIdhimmCgh0jEQiwI8mBvf2kIMIl4Kz5idwbf/ouK75nEHA==",
+ "version": "1.5.2",
+ "resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.5.2.tgz",
+ "integrity": "sha512-zrJZ9DZo5hKfrU+SEN/qhXxGD7GWRzwoqJ7sSvxikizUvDhWy/U9BoAbWLZZdyjbHHsfmS1OlQZCDW6o69r4DA==",
"dependencies": {
"cache-parser": "1.2.4",
"fast-defer": "1.1.8",
- "object-code": "1.3.2"
+ "object-code": "1.3.3"
},
"engines": {
"node": ">=12"
@@ -14212,9 +14212,9 @@
}
},
"node_modules/object-code": {
- "version": "1.3.2",
- "resolved": "https://registry.npmjs.org/object-code/-/object-code-1.3.2.tgz",
- "integrity": "sha512-3CVDmQiru7YYVr+4OpCGrqkVE7GogmWinDcgfno1fXlKgIhtW9FhgHTiV98gMPUjQwWuWvijQDCY8sGnqKrhTw=="
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/object-code/-/object-code-1.3.3.tgz",
+ "integrity": "sha512-/Ds4Xd5xzrtUOJ+xJQ57iAy0BZsZltOHssnDgcZ8DOhgh41q1YJCnTPnWdWSLkNGNnxYzhYChjc5dgC9mEERCA=="
},
"node_modules/object-inspect": {
"version": "1.13.1",
diff --git a/package.json b/package.json
index 84e1c1ea..c6572ae9 100644
--- a/package.json
+++ b/package.json
@@ -67,7 +67,7 @@
},
"dependencies": {
"axios": "^1.6.8",
- "axios-cache-interceptor": "^1.5.1",
+ "axios-cache-interceptor": "^1.5.2",
"body-parser": "^1.20.2",
"classlist.js": "^1.1.20150312",
"config": "^3.3.11",