netlicensing-client 1.2.38 → 1.2.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,6 +12,8 @@
12
12
  * MIT Licensed
13
13
  */
14
14
 
15
+ /*! Axios v1.8.2 Copyright (c) 2025 Matt Zabriskie and contributors */
16
+
15
17
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
16
18
 
17
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "netlicensing-client",
3
- "version": "1.2.38",
3
+ "version": "1.2.40",
4
4
  "description": "JavaScript Wrapper for Labs64 NetLicensing RESTful API",
5
5
  "keywords": [
6
6
  "labs64",
@@ -59,7 +59,7 @@
59
59
  "lint": "eslint --ext .js,.vue src test"
60
60
  },
61
61
  "dependencies": {
62
- "axios": "^1.7.9",
62
+ "axios": "^1.8.2",
63
63
  "btoa": "^1.2.1",
64
64
  "es6-promise": "^4.2.8"
65
65
  },