Skip to content

Commit 4921e4e

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ROLLBAR-13110036
1 parent 9c7bfb4 commit 4921e4e

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"express": "^4.21.2",
2828
"got": "^14.4.6",
2929
"lodash": "^4.17.21",
30-
"rollbar": "^2.26.4",
30+
"rollbar": "^2.26.5",
3131
"winston": "^3.17.0",
3232
"winston-transport-rollbar-3": "^3.2.6"
3333
},

yarn.lock

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2240,7 +2240,7 @@ rimraf@^2.6.3:
22402240
dependencies:
22412241
glob "^7.1.3"
22422242

2243-
rollbar@^2.19.3, rollbar@^2.26.4:
2243+
rollbar@^2.19.3:
22442244
version "2.26.4"
22452245
resolved "https://registry.yarnpkg.com/rollbar/-/rollbar-2.26.4.tgz#05e47d3b1f52ab6da9f88710ec66371a76cdc3c9"
22462246
integrity sha512-JKmrj6riYm9ZPJisgxljgH4uCsvjMHDHXrinDF7aAFaP+eoF51HomVPtLcDTYLsrJ568aKVNLUhedFajONBwSg==
@@ -2255,6 +2255,19 @@ rollbar@^2.19.3, rollbar@^2.26.4:
22552255
optionalDependencies:
22562256
decache "^3.0.5"
22572257

2258+
rollbar@^2.26.5:
2259+
version "2.26.5"
2260+
resolved "https://registry.yarnpkg.com/rollbar/-/rollbar-2.26.5.tgz#6fa61762d73963cfe8788e4cb7b42618b6ce00bd"
2261+
integrity sha512-4Of0ALl5+CU2glyDy5dWMRRy9Ty81DrY2r46ucbqjtCikbgHoWJNGXbQUWpDaLxsc8Q71LT/yj1bPb9NHbJIFQ==
2262+
dependencies:
2263+
async "~3.2.3"
2264+
console-polyfill "0.3.0"
2265+
error-stack-parser "^2.0.4"
2266+
json-stringify-safe "~5.0.0"
2267+
lru-cache "~2.2.1"
2268+
request-ip "~3.3.0"
2269+
source-map "^0.5.7"
2270+
22582271
[email protected], safe-buffer@^5.1.0, safe-buffer@~5.2.0:
22592272
version "5.2.1"
22602273
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"

0 commit comments

Comments
 (0)