chore: update dependency typescript to ^4.9.5

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2023-01-31 01:50:06 +00:00
parent d31b9d8b97
commit 8dce904fc6
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": { "packages": {
"": { "": {
"name": "loopback-datasource-juggler", "name": "loopback-datasource-juggler",
"version": "4.28.1", "version": "4.28.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"async": "^3.2.4", "async": "^3.2.4",
@ -36,7 +36,7 @@
"mocha": "^9.0.0", "mocha": "^9.0.0",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"should": "^13.2.3", "should": "^13.2.3",
"typescript": "^4.9.4" "typescript": "^4.9.5"
}, },
"engines": { "engines": {
"node": ">=10" "node": ">=10"
@ -5353,9 +5353,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.9.4", "version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -9701,9 +9701,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.9.4", "version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true "dev": true
}, },
"universalify": { "universalify": {

View File

@ -48,7 +48,7 @@
"mocha": "^9.0.0", "mocha": "^9.0.0",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"should": "^13.2.3", "should": "^13.2.3",
"typescript": "^4.9.4" "typescript": "^4.9.5"
}, },
"dependencies": { "dependencies": {
"async": "^3.2.4", "async": "^3.2.4",