This commit is contained in:
dependabot[bot] 2023-03-28 08:16:07 +01:00 committed by GitHub
commit 7e4fc0f8d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -7352,9 +7352,9 @@
} }
}, },
"trim": { "trim": {
"version": "0.0.1", "version": "0.0.3",
"resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.3.tgz",
"integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=", "integrity": "sha512-h82ywcYhHK7veeelXrCScdH7HkWfbIT1D/CgYO+nmDarz3SGNssVBMws6jU16Ga60AJCRAvPV6w6RLuNerQqjg==",
"dev": true "dev": true
}, },
"trim-newlines": { "trim-newlines": {

View File

@ -54,7 +54,7 @@
"gulp-sourcemaps": "2.6.4", "gulp-sourcemaps": "2.6.4",
"gulp-typescript": "5.0.0", "gulp-typescript": "5.0.0",
"gulp-uglify": "3.0.1", "gulp-uglify": "3.0.1",
"trim": "0.0.1", "trim": "0.0.3",
"ts-loader": "5.3.3", "ts-loader": "5.3.3",
"tslint": "5.12.0", "tslint": "5.12.0",
"typescript": "3.7.4", "typescript": "3.7.4",