Skip to content

Commit

Permalink
chore: security fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Sep 11, 2024
1 parent 2ad91d7 commit e54d9fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"eslint": "^8",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
},
"resolutions": {
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
}
}
1 change: 0 additions & 1 deletion service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"@oada/types": "^3.5.3",
"axios": "^1.7.7",
"axios-cache-interceptor": "^1.5.3",
"clone-deep": "^4.0.1",
"cron": "^3.1.7",
"debug": "^4.3.7",
"es-main": "^1.3.0",
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2137,7 +2137,6 @@ __metadata:
axios: "npm:^1.7.7"
axios-cache-interceptor: "npm:^1.5.3"
c8: "npm:^10.1.2"
clone-deep: "npm:^4.0.1"
cron: "npm:^3.1.7"
debug: "npm:^4.3.7"
es-main: "npm:^1.3.0"
Expand Down Expand Up @@ -11313,12 +11312,12 @@ __metadata:
languageName: node
linkType: hard

"xlsx@https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz":
version: 0.20.1
resolution: "xlsx@https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz"
"xlsx@https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz":
version: 0.20.2
resolution: "xlsx@https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
bin:
xlsx: ./bin/xlsx.njs
checksum: 10c0/7487d75a4b44af4d1eadd810859a8e5d7b68d3a93f9cbabc7f8e2af6092825b14ce75d1f3bb1076670d2f72864dfb30d1341117f8ba17a94c020ebe34b25b92c
checksum: 10c0/664dff22e5ecd83d595f34e00ac90ee852d16e45b72385ada54291551b808c6848b166fb395f5e35249ca976a5b5d514e793ccbcc0a611b87a600ae4024d605a
languageName: node
linkType: hard

Expand Down

0 comments on commit e54d9fd

Please sign in to comment.