Fixed js-api build

This commit is contained in:
Vito Albano
2023-11-27 15:07:28 +00:00
parent 34d518a49a
commit bc02e99ebe
2 changed files with 16 additions and 8 deletions

19
package-lock.json generated
View File

@@ -88,7 +88,7 @@
"@types/jsdom": "^21.1.5",
"@types/minimatch": "^3.0.3",
"@types/mocha": "^10.0.6",
"@types/node": "18.7.1",
"@types/node": "^20.10.0",
"@types/pdfjs-dist": "^2.10.378",
"@types/selenium-webdriver": "^4.0.11",
"@types/shelljs": "^0.8.15",
@@ -18175,10 +18175,13 @@
"dev": true
},
"node_modules/@types/node": {
"version": "18.7.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.1.tgz",
"integrity": "sha512-GKX1Qnqxo4S+Z/+Z8KKPLpH282LD7jLHWJcVryOflnsnH+BtSDfieR6ObwBMwpnNws0bUK8GI7z0unQf9bARNQ==",
"dev": true
"version": "20.10.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.0.tgz",
"integrity": "sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ==",
"dev": true,
"dependencies": {
"undici-types": "~5.26.4"
}
},
"node_modules/@types/node-fetch": {
"version": "2.6.9",
@@ -46822,6 +46825,12 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
"dev": true
},
"node_modules/unfetch": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/unfetch/-/unfetch-4.2.0.tgz",

View File

@@ -139,7 +139,7 @@
"@types/jsdom": "^21.1.5",
"@types/minimatch": "^3.0.3",
"@types/mocha": "^10.0.6",
"@types/node": "18.7.1",
"@types/node": "^20.10.0",
"@types/pdfjs-dist": "^2.10.378",
"@types/selenium-webdriver": "^4.0.11",
"@types/shelljs": "^0.8.15",
@@ -186,10 +186,9 @@
"mini-css-extract-plugin": "^2.7.6",
"mocha": "^10.2.0",
"moment": "^2.29.4",
"nock": "^13.3.8",
"npm-run-all": "^4.1.5",
"ng-packagr": "15.2.2",
"nock": "^13.3.8",
"npm-run-all": "^4.1.5",
"nx": "15.9.3",
"postcss": "^8.4.31",
"postcss-sass": "^0.5.0",