Skip to content

Commit 034aac5

Browse files
authored
Merge pull request #16 from IBM-Verify/package_updates
updated packages to the latest version
2 parents 5f7ada1 + 0e3e320 commit 034aac5

File tree

2 files changed

+29
-15
lines changed

2 files changed

+29
-15
lines changed

package-lock.json

Lines changed: 23 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ibm-verify/adaptive-proxy",
3-
"version": "1.7.0",
4-
"description": "The Proxy SDK for server-side JavaScript ([Node](https://nodejs.org)). The purpose of this library is to provide an interface for device authentication, authorization, and risk assessment using IBM Security Verify.",
3+
"version": "1.8.0",
4+
"description": "The Proxy SDK for server-side JavaScript ([Node](https://nodejs.org)). The purpose of this library is to provide an interface for device authentication, authorization, and risk assessment using IBM Verify.",
55
"main": "lib/index.js",
66
"scripts": {
77
"test": "mocha",
@@ -12,11 +12,11 @@
1212
"author": "Adam Dorogi-Kaposi <adam.dorogi-kaposi@ibm.com>",
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/IBM-Security/adaptive-proxy-sdk-javascript.git"
15+
"url": "git+https://github.com/IBM-Verify/adaptive-proxy-sdk-javascript.git"
1616
},
1717
"license": "MIT",
1818
"dependencies": {
19-
"axios": "^1.8.2",
19+
"axios": "1.8.2",
2020
"lru-cache": "^7.10.1",
2121
"node-cache": "^5.1.2",
2222
"uuid": "^8.3.2"
@@ -29,9 +29,9 @@
2929
"mocha": "^10.0.0"
3030
},
3131
"bugs": {
32-
"url": "https://github.com/IBM-Security/adaptive-proxy-sdk-javascript/issues"
32+
"url": "https://github.com/IBM-Verify/adaptive-proxy-sdk-javascript/issues"
3333
},
34-
"homepage": "https://github.com/IBM-Security/adaptive-proxy-sdk-javascript#readme",
34+
"homepage": "https://github.com/IBM-Verify/adaptive-proxy-sdk-javascript#readme",
3535
"directories": {
3636
"doc": "docs",
3737
"lib": "lib",

0 commit comments

Comments
 (0)