1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-05 11:40:06 +00:00

Merge pull request #249 from sasjs/dependabot/npm_and_yarn/typescript-3.9.9

chore(deps-dev): bump typescript from 3.9.7 to 3.9.9
This commit is contained in:
Krishna Acondy
2021-02-15 08:21:44 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -12307,9 +12307,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "3.9.7", "version": "3.9.9",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.9.tgz",
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", "integrity": "sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==",
"dev": true "dev": true
}, },
"uglify-js": { "uglify-js": {

View File

@@ -52,7 +52,7 @@
"typedoc": "^0.19.2", "typedoc": "^0.19.2",
"typedoc-neo-theme": "^1.1.0", "typedoc-neo-theme": "^1.1.0",
"typedoc-plugin-external-module-name": "^4.0.6", "typedoc-plugin-external-module-name": "^4.0.6",
"typescript": "^3.9.7", "typescript": "^3.9.9",
"webpack": "^5.13.0", "webpack": "^5.13.0",
"webpack-cli": "^4.5.0" "webpack-cli": "^4.5.0"
}, },