@qte/nest-axios 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qte/nest-axios",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "main": "dist/index.js",
5
5
  "author": "Jakob Råhlén <jakob@qte.se>",
6
6
  "license": "MIT",
@@ -51,6 +51,6 @@
51
51
  "access": "public"
52
52
  },
53
53
  "dependencies": {
54
- "axios": "^1.1.3"
54
+ "axios": "1.1.0"
55
55
  }
56
56
  }