Browse Source

⬆️ Upgrade dependency tslib to v1.12.0

pull/112/head
Renovate Bot 6 years ago
committed by Nicolas Beaussart
parent
commit
7b3ee0a914
  1. 2
      package.json
  2. 8
      yarn.lock

2
package.json

@ -21,7 +21,7 @@
"isomorphic-git": "1.4.0", "isomorphic-git": "1.4.0",
"latest-version": "5.1.0", "latest-version": "5.1.0",
"prompts": "2.3.2", "prompts": "2.3.2",
"tslib": "1.11.1"
"tslib": "1.12.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.9.6", "@babel/core": "7.9.6",

8
yarn.lock

@ -9427,10 +9427,10 @@ ts-node@8.10.1:
source-map-support "^0.5.17" source-map-support "^0.5.17"
yn "3.1.1" yn "3.1.1"
tslib@1.11.1:
version "1.11.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
tslib@1.12.0:
version "1.12.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.12.0.tgz#d1fc9cacd06a1456c62f2902b361573e83d66473"
integrity sha512-5rxCQkP0kytf4H1T4xz1imjxaUUPMvc5aWp0rJ/VMIN7ClRiH1FwFvBt8wOeMasp/epeUnmSW6CixSIePtiLqA==
tslib@^1, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3: tslib@^1, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
version "1.10.0" version "1.10.0"

Loading…
Cancel
Save