|
|
@@ -20667,24 +20667,18 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/jsonwebtoken": {
|
|
|
- "version": "8.5.1",
|
|
|
- "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz",
|
|
|
- "integrity": "sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==",
|
|
|
+ "version": "9.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz",
|
|
|
+ "integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==",
|
|
|
"dependencies": {
|
|
|
"jws": "^3.2.2",
|
|
|
- "lodash.includes": "^4.3.0",
|
|
|
- "lodash.isboolean": "^3.0.3",
|
|
|
- "lodash.isinteger": "^4.0.4",
|
|
|
- "lodash.isnumber": "^3.0.3",
|
|
|
- "lodash.isplainobject": "^4.0.6",
|
|
|
- "lodash.isstring": "^4.0.1",
|
|
|
- "lodash.once": "^4.0.0",
|
|
|
+ "lodash": "^4.17.21",
|
|
|
"ms": "^2.1.1",
|
|
|
- "semver": "^5.6.0"
|
|
|
+ "semver": "^7.3.8"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": ">=4",
|
|
|
- "npm": ">=1.4.28"
|
|
|
+ "node": ">=12",
|
|
|
+ "npm": ">=6"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/jsonwebtoken/node_modules/jwa": {
|
|
|
@@ -20706,14 +20700,36 @@
|
|
|
"safe-buffer": "^5.0.1"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/jsonwebtoken/node_modules/lru-cache": {
|
|
|
+ "version": "6.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
|
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
|
+ "dependencies": {
|
|
|
+ "yallist": "^4.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/jsonwebtoken/node_modules/semver": {
|
|
|
- "version": "5.7.1",
|
|
|
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
|
|
|
- "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
|
|
|
+ "version": "7.3.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
|
|
|
+ "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
|
|
|
+ "dependencies": {
|
|
|
+ "lru-cache": "^6.0.0"
|
|
|
+ },
|
|
|
"bin": {
|
|
|
- "semver": "bin/semver"
|
|
|
+ "semver": "bin/semver.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/jsonwebtoken/node_modules/yallist": {
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
|
+ },
|
|
|
"node_modules/jsprim": {
|
|
|
"version": "1.4.2",
|
|
|
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz",
|
|
|
@@ -21882,11 +21898,6 @@
|
|
|
"resolved": "https://registry.npmjs.org/lodash.identity/-/lodash.identity-2.4.1.tgz",
|
|
|
"integrity": "sha1-ZpTP+mX++TH3wxzobHRZfPVg9PE="
|
|
|
},
|
|
|
- "node_modules/lodash.includes": {
|
|
|
- "version": "4.3.0",
|
|
|
- "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
|
|
|
- "integrity": "sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8="
|
|
|
- },
|
|
|
"node_modules/lodash.isarguments": {
|
|
|
"version": "3.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
|
|
|
@@ -21900,11 +21911,6 @@
|
|
|
"lodash._isnative": "~2.4.1"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/lodash.isboolean": {
|
|
|
- "version": "3.0.3",
|
|
|
- "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
|
|
|
- "integrity": "sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY="
|
|
|
- },
|
|
|
"node_modules/lodash.isequal": {
|
|
|
"version": "4.5.0",
|
|
|
"resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
|
|
|
@@ -21915,16 +21921,6 @@
|
|
|
"resolved": "https://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-2.4.1.tgz",
|
|
|
"integrity": "sha1-LP1XXHPkmKtX4xm3f6Aq3vE6lNE="
|
|
|
},
|
|
|
- "node_modules/lodash.isinteger": {
|
|
|
- "version": "4.0.4",
|
|
|
- "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
|
|
|
- "integrity": "sha1-YZwK89A/iwTDH1iChAt3sRzWg0M="
|
|
|
- },
|
|
|
- "node_modules/lodash.isnumber": {
|
|
|
- "version": "3.0.3",
|
|
|
- "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
|
|
|
- "integrity": "sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w="
|
|
|
- },
|
|
|
"node_modules/lodash.isobject": {
|
|
|
"version": "2.4.1",
|
|
|
"resolved": "https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-2.4.1.tgz",
|
|
|
@@ -33298,7 +33294,7 @@
|
|
|
"generic-pool": "^2.1.1",
|
|
|
"helmet": "^3.22.0",
|
|
|
"http-status": "^1.4.2",
|
|
|
- "jsonwebtoken": "^8.5.1",
|
|
|
+ "jsonwebtoken": "^9.0.0",
|
|
|
"knex": "^2.4.0",
|
|
|
"lodash": "^4.17.19",
|
|
|
"mongodb": "^4.11.0",
|
|
|
@@ -34450,7 +34446,7 @@
|
|
|
"jose": "^4.3.8",
|
|
|
"jquery": "^2.2.4",
|
|
|
"json2csv": "^4.3.3",
|
|
|
- "jsonwebtoken": "^8.5.1",
|
|
|
+ "jsonwebtoken": "^9.0.0",
|
|
|
"lodash": "^4.17.19",
|
|
|
"lru-cache": "^7.10.1",
|
|
|
"mailchimp-api-v3": "^1.12.0",
|
|
|
@@ -43665,7 +43661,7 @@
|
|
|
"jsdom": "^19.0.0",
|
|
|
"jsdom-global": "^3.0.2",
|
|
|
"json2csv": "^4.3.3",
|
|
|
- "jsonwebtoken": "^8.5.1",
|
|
|
+ "jsonwebtoken": "^9.0.0",
|
|
|
"karma": "^6.3.17",
|
|
|
"karma-chai-sinon": "^0.1.5",
|
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
|
@@ -56079,20 +56075,14 @@
|
|
|
}
|
|
|
},
|
|
|
"jsonwebtoken": {
|
|
|
- "version": "8.5.1",
|
|
|
- "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz",
|
|
|
- "integrity": "sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==",
|
|
|
+ "version": "9.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz",
|
|
|
+ "integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==",
|
|
|
"requires": {
|
|
|
"jws": "^3.2.2",
|
|
|
- "lodash.includes": "^4.3.0",
|
|
|
- "lodash.isboolean": "^3.0.3",
|
|
|
- "lodash.isinteger": "^4.0.4",
|
|
|
- "lodash.isnumber": "^3.0.3",
|
|
|
- "lodash.isplainobject": "^4.0.6",
|
|
|
- "lodash.isstring": "^4.0.1",
|
|
|
- "lodash.once": "^4.0.0",
|
|
|
+ "lodash": "^4.17.21",
|
|
|
"ms": "^2.1.1",
|
|
|
- "semver": "^5.6.0"
|
|
|
+ "semver": "^7.3.8"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"jwa": {
|
|
|
@@ -56114,10 +56104,26 @@
|
|
|
"safe-buffer": "^5.0.1"
|
|
|
}
|
|
|
},
|
|
|
+ "lru-cache": {
|
|
|
+ "version": "6.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
|
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
|
+ "requires": {
|
|
|
+ "yallist": "^4.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"semver": {
|
|
|
- "version": "5.7.1",
|
|
|
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
|
|
|
- "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
|
|
|
+ "version": "7.3.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
|
|
|
+ "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
|
|
|
+ "requires": {
|
|
|
+ "lru-cache": "^6.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "yallist": {
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -57080,11 +57086,6 @@
|
|
|
"resolved": "https://registry.npmjs.org/lodash.identity/-/lodash.identity-2.4.1.tgz",
|
|
|
"integrity": "sha1-ZpTP+mX++TH3wxzobHRZfPVg9PE="
|
|
|
},
|
|
|
- "lodash.includes": {
|
|
|
- "version": "4.3.0",
|
|
|
- "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
|
|
|
- "integrity": "sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8="
|
|
|
- },
|
|
|
"lodash.isarguments": {
|
|
|
"version": "3.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
|
|
|
@@ -57098,11 +57099,6 @@
|
|
|
"lodash._isnative": "~2.4.1"
|
|
|
}
|
|
|
},
|
|
|
- "lodash.isboolean": {
|
|
|
- "version": "3.0.3",
|
|
|
- "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
|
|
|
- "integrity": "sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY="
|
|
|
- },
|
|
|
"lodash.isequal": {
|
|
|
"version": "4.5.0",
|
|
|
"resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
|
|
|
@@ -57113,16 +57109,6 @@
|
|
|
"resolved": "https://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-2.4.1.tgz",
|
|
|
"integrity": "sha1-LP1XXHPkmKtX4xm3f6Aq3vE6lNE="
|
|
|
},
|
|
|
- "lodash.isinteger": {
|
|
|
- "version": "4.0.4",
|
|
|
- "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
|
|
|
- "integrity": "sha1-YZwK89A/iwTDH1iChAt3sRzWg0M="
|
|
|
- },
|
|
|
- "lodash.isnumber": {
|
|
|
- "version": "3.0.3",
|
|
|
- "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
|
|
|
- "integrity": "sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w="
|
|
|
- },
|
|
|
"lodash.isobject": {
|
|
|
"version": "2.4.1",
|
|
|
"resolved": "https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-2.4.1.tgz",
|
|
|
@@ -59281,7 +59267,7 @@
|
|
|
"helmet": "^3.22.0",
|
|
|
"http-status": "^1.4.2",
|
|
|
"istanbul": "^0.4.5",
|
|
|
- "jsonwebtoken": "^8.5.1",
|
|
|
+ "jsonwebtoken": "^9.0.0",
|
|
|
"knex": "^2.4.0",
|
|
|
"lodash": "^4.17.19",
|
|
|
"mocha": "^10.2.0",
|