Merge pull request #1170 from waku-org/chore/bump-ts-loader

This commit is contained in:
fryorcraken.eth 2023-02-13 13:23:15 +11:00 committed by GitHub
commit 87ad83b252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 9 deletions

12
package-lock.json generated
View File

@ -23726,8 +23726,9 @@
}, },
"node_modules/ts-loader": { "node_modules/ts-loader": {
"version": "9.4.2", "version": "9.4.2",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.4.2.tgz",
"integrity": "sha512-OmlC4WVmFv5I0PpaxYb+qGeGOdm5giHU7HwDDUjw59emP2UYMHy9fFSDcYgSNoH8sXcj4hGCSEhlDZ9ULeDraA==",
"dev": true, "dev": true,
"license": "MIT",
"dependencies": { "dependencies": {
"chalk": "^4.1.0", "chalk": "^4.1.0",
"enhanced-resolve": "^5.0.0", "enhanced-resolve": "^5.0.0",
@ -25296,7 +25297,7 @@
"process": "^0.11.10", "process": "^0.11.10",
"puppeteer": "^19.6.3", "puppeteer": "^19.6.3",
"rollup": "^3.14.0", "rollup": "^3.14.0",
"ts-loader": "^9.3.1", "ts-loader": "^9.4.2",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^4.9.5" "typescript": "^4.9.5"
}, },
@ -25699,6 +25700,7 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prettier": "^2.8.4", "prettier": "^2.8.4",
"rollup": "^3.14.0", "rollup": "^3.14.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5" "typescript": "^4.9.5"
}, },
"engines": { "engines": {
@ -26069,7 +26071,7 @@
"process": "^0.11.10", "process": "^0.11.10",
"puppeteer": "^19.6.3", "puppeteer": "^19.6.3",
"rollup": "^3.14.0", "rollup": "^3.14.0",
"ts-loader": "^9.4.1", "ts-loader": "^9.4.2",
"typescript": "^4.9.5", "typescript": "^4.9.5",
"uint8arrays": "^4.0.3" "uint8arrays": "^4.0.3"
}, },
@ -26449,7 +26451,7 @@
"process": "^0.11.10", "process": "^0.11.10",
"puppeteer": "^19.6.3", "puppeteer": "^19.6.3",
"rollup": "^3.14.0", "rollup": "^3.14.0",
"ts-loader": "^9.4.1", "ts-loader": "^9.4.2",
"typescript": "^4.9.5" "typescript": "^4.9.5"
}, },
"engines": { "engines": {
@ -26791,7 +26793,7 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prettier": "^2.8.4", "prettier": "^2.8.4",
"rollup": "^3.14.0", "rollup": "^3.14.0",
"ts-loader": "^9.4.1", "ts-loader": "^9.4.2",
"typescript": "^4.9.5", "typescript": "^4.9.5",
"uint8arraylist": "^2.4.3" "uint8arraylist": "^2.4.3"
}, },

View File

@ -127,7 +127,7 @@
"process": "^0.11.10", "process": "^0.11.10",
"puppeteer": "^19.6.3", "puppeteer": "^19.6.3",
"rollup": "^3.14.0", "rollup": "^3.14.0",
"ts-loader": "^9.3.1", "ts-loader": "^9.4.2",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^4.9.5" "typescript": "^4.9.5"
}, },

View File

@ -93,6 +93,7 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prettier": "^2.8.4", "prettier": "^2.8.4",
"rollup": "^3.14.0", "rollup": "^3.14.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5" "typescript": "^4.9.5"
}, },
"typedoc": { "typedoc": {

View File

@ -91,7 +91,7 @@
"process": "^0.11.10", "process": "^0.11.10",
"puppeteer": "^19.6.3", "puppeteer": "^19.6.3",
"rollup": "^3.14.0", "rollup": "^3.14.0",
"ts-loader": "^9.4.1", "ts-loader": "^9.4.2",
"typescript": "^4.9.5", "typescript": "^4.9.5",
"uint8arrays": "^4.0.3" "uint8arrays": "^4.0.3"
}, },

View File

@ -114,7 +114,7 @@
"process": "^0.11.10", "process": "^0.11.10",
"puppeteer": "^19.6.3", "puppeteer": "^19.6.3",
"rollup": "^3.14.0", "rollup": "^3.14.0",
"ts-loader": "^9.4.1", "ts-loader": "^9.4.2",
"typescript": "^4.9.5" "typescript": "^4.9.5"
}, },
"typedoc": { "typedoc": {

View File

@ -84,7 +84,7 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prettier": "^2.8.4", "prettier": "^2.8.4",
"rollup": "^3.14.0", "rollup": "^3.14.0",
"ts-loader": "^9.4.1", "ts-loader": "^9.4.2",
"typescript": "^4.9.5", "typescript": "^4.9.5",
"uint8arraylist": "^2.4.3" "uint8arraylist": "^2.4.3"
}, },