Skip to content

Commit 7b4afb1

Browse files
authoredJan 31, 2021
fix: upgrade tslib from 1.9.3 to 1.13.0 (#76)
Snyk has created this PR to upgrade tslib from 1.9.3 to 1.13.0. See this package in NPM: https://www.npmjs.com/package/tslib See this project in Snyk: https://app.snyk.io/org/adenhertog/project/f27d95de-d608-4e8b-9d30-dfcb10e62d4b?utm_source=github&utm_medium=upgrade-pr
1 parent 3ee230e commit 7b4afb1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed
 

‎packages/bus-messages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"access": "public"
1717
},
1818
"dependencies": {
19-
"tslib": "^1.9.3"
19+
"tslib": "^1.13.0"
2020
},
2121
"devDependencies": {
2222
"@node-ts/code-standards": "^0.0.10",

‎packages/bus-messages/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# yarn lockfile v1
33

44

5-
"@node-ts/code-standards@^0.0.8":
6-
version "0.0.8"
7-
resolved "https://registry.yarnpkg.com/@node-ts/code-standards/-/code-standards-0.0.8.tgz#494d624b89b3f0e5e552c7fb850bf16ecaea1f21"
8-
integrity sha512-ouojcvaGJrxdLhHjZ1WIjyaFPAUWG/U+U/jY2TxDZM0KpNLGlX6cyutiTzfUYODvfZ/tLSD+eEVx/UIFE923Bg==
5+
"@node-ts/code-standards@^0.0.10":
6+
version "0.0.10"
7+
resolved "https://registry.yarnpkg.com/@node-ts/code-standards/-/code-standards-0.0.10.tgz#0393a085f0ca0a6d7470d8f7e733b091b2671e0e"
8+
integrity sha512-6tWLW8r5HV8BGBwGZ6QBFKDpNrGJZfyCd8KkUk+BXAJX/NS/6qw8dxVwjk6atCbSgSxjpp37CjCH9uDRPdLnBA==
99

10-
tslib@^1.9.3:
11-
version "1.9.3"
12-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
13-
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==
10+
tslib@^1.13.0:
11+
version "1.13.0"
12+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
13+
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
1414

1515
typescript@^3.3.3:
1616
version "3.3.3"

0 commit comments

Comments
 (0)
Please sign in to comment.