Skip to content

Commit c072854

Browse files
chore(deps): bump envinfo and @types/envinfo in /packages/nativescript-envinfo (#5876)
chore(deps): bump envinfo and @types/envinfo Bumps [envinfo](https://github.com/tabrindle/envinfo) and [@types/envinfo](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/envinfo). These dependencies needed to be updated together. Updates `envinfo` from 7.8.1 to 7.14.0 - [Release notes](https://github.com/tabrindle/envinfo/releases) - [Changelog](https://github.com/tabrindle/envinfo/blob/main/CHANGELOG.md) - [Commits](tabrindle/envinfo@7.8.1...v7.14.0) Updates `@types/envinfo` from 7.8.1 to 7.8.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/envinfo) --- updated-dependencies: - dependency-name: envinfo dependency-version: 7.14.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/envinfo" dependency-version: 7.8.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [skip ci]
1 parent 6203221 commit c072854

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/nativescript-envinfo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prepack": "tsc"
1010
},
1111
"dependencies": {
12-
"@types/envinfo": "^7.8.1",
13-
"envinfo": "^7.8.1"
12+
"@types/envinfo": "^7.8.4",
13+
"envinfo": "^7.14.0"
1414
}
1515
}

packages/nativescript-envinfo/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# yarn lockfile v1
33

44

5-
"@types/envinfo@^7.8.1":
6-
version "7.8.1"
7-
resolved "https://registry.yarnpkg.com/@types/envinfo/-/envinfo-7.8.1.tgz#1915df82c16d637e92146645c70db9360eb099c6"
8-
integrity sha512-pTyshpmGxqB9lRwG75v2YR0oqKYpCrklOYlZWQ88z/JB0fimT8EVmYekuIwpU3IxPZDHSXCqXKzkCrtAcKY25g==
5+
"@types/envinfo@^7.8.4":
6+
version "7.8.4"
7+
resolved "https://registry.yarnpkg.com/@types/envinfo/-/envinfo-7.8.4.tgz#f13ec1050b8e260d6d7c149ba5b99f65d2b74058"
8+
integrity sha512-K5WaRgSlqjc408IyPbxOFnz7rVG9E8ELhj7XR3Ncui15EgeyIXTcCfmwrRnU4uEOCJQhzZRAQurYznEEc1dD2g==
99

10-
envinfo@^7.8.1:
11-
version "7.8.1"
12-
resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.8.1.tgz#06377e3e5f4d379fea7ac592d5ad8927e0c4d475"
13-
integrity sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==
10+
envinfo@^7.14.0:
11+
version "7.14.0"
12+
resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.14.0.tgz#26dac5db54418f2a4c1159153a0b2ae980838aae"
13+
integrity sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==

0 commit comments

Comments
 (0)