Skip to content

Commit fe863a0

Browse files
authored
Merge pull request #15 from cloudgraphdev/alpha
Beta release
2 parents a675169 + 42cfdd7 commit fe863a0

File tree

3 files changed

+28
-11
lines changed

3 files changed

+28
-11
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.35.1-alpha.2](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/compare/0.35.1-alpha.1...0.35.1-alpha.2) (2022-11-28)
2+
3+
4+
### Bug Fixes
5+
6+
* snyk remediation fixes re ([e6b5084](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/e6b508475fa556e6b8102fd1a05df9cd2dc930b2))
7+
8+
## [0.35.1-alpha.1](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/compare/0.35.0...0.35.1-alpha.1) (2022-11-28)
9+
10+
11+
### Bug Fixes
12+
13+
* snyk remediation fixes ([e6fe708](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/e6fe708735b886381743d88945193d8dd3648085))
14+
115
# [0.35.0](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/compare/0.34.1...0.35.0) (2022-11-28)
216

317

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudgraph/cg-provider-gcp",
3-
"version": "0.35.0",
3+
"version": "0.35.1-alpha.2",
44
"description": "CloudGraph provider plugin for GCP used to fetch GCP cloud data.",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",
@@ -99,6 +99,7 @@
9999
"resolutions": {
100100
"**/braces": "^2.3.1",
101101
"**/glob-parent": "^5.1.2",
102+
"**/jsdoc": "^4.0.0",
102103
"**/uri-js": "^3.0.1"
103104
}
104105
}

yarn.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1596,6 +1596,13 @@
15961596
"@jridgewell/resolve-uri" "3.1.0"
15971597
"@jridgewell/sourcemap-codec" "1.4.14"
15981598

1599+
"@jsdoc/salty@^0.2.1":
1600+
version "0.2.1"
1601+
resolved "https://registry.yarnpkg.com/@jsdoc/salty/-/salty-0.2.1.tgz#815c487c859eca81ad3dfea540f830e1ff9d3392"
1602+
integrity sha512-JXwylDNSHa549N9uceDYu8D4GMXwSo3H8CCPYEQqxhhHpxD28+lRl2b3bS/caaPj5w1YD3SWtrficJNTnUjGpg==
1603+
dependencies:
1604+
lodash "^4.17.21"
1605+
15991606
"@nodelib/[email protected]":
16001607
version "2.1.5"
16011608
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -6407,12 +6414,13 @@ js2xmlparser@^4.0.2:
64076414
dependencies:
64086415
xmlcreate "^2.0.4"
64096416

6410-
jsdoc@^3.6.3:
6411-
version "3.6.11"
6412-
resolved "https://registry.yarnpkg.com/jsdoc/-/jsdoc-3.6.11.tgz#8bbb5747e6f579f141a5238cbad4e95e004458ce"
6413-
integrity sha512-8UCU0TYeIYD9KeLzEcAu2q8N/mx9O3phAGl32nmHlE0LpaJL71mMkP4d+QE5zWfNt50qheHtOZ0qoxVrsX5TUg==
6417+
jsdoc@^3.6.3, jsdoc@^4.0.0:
6418+
version "4.0.0"
6419+
resolved "https://registry.yarnpkg.com/jsdoc/-/jsdoc-4.0.0.tgz#9569f79ea5b14ba4bc726da1a48fe6a241ad7893"
6420+
integrity sha512-tzTgkklbWKrlaQL2+e3NNgLcZu3NaK2vsHRx7tyHQ+H5jcB9Gx0txSd2eJWlMC/xU1+7LQu4s58Ry0RkuaEQVg==
64146421
dependencies:
64156422
"@babel/parser" "^7.9.4"
6423+
"@jsdoc/salty" "^0.2.1"
64166424
"@types/markdown-it" "^12.2.3"
64176425
bluebird "^3.7.2"
64186426
catharsis "^0.9.0"
@@ -6425,7 +6433,6 @@ jsdoc@^3.6.3:
64256433
mkdirp "^1.0.4"
64266434
requizzle "^0.2.3"
64276435
strip-json-comments "^3.1.0"
6428-
taffydb "2.6.2"
64296436
underscore "~1.13.2"
64306437

64316438
jsdom@^16.6.0:
@@ -9494,11 +9501,6 @@ table@^6.0.9:
94949501
string-width "^4.2.3"
94959502
strip-ansi "^6.0.1"
94969503

9497-
9498-
version "2.6.2"
9499-
resolved "https://registry.yarnpkg.com/taffydb/-/taffydb-2.6.2.tgz#7cbcb64b5a141b6a2efc2c5d2c67b4e150b2a268"
9500-
integrity sha512-y3JaeRSplks6NYQuCOj3ZFMO3j60rTwbuKCvZxsAraGYH2epusatvZ0baZYA01WsGqJBq/Dl6vOrMUJqyMj8kA==
9501-
95029504
tar@^6.1.0, tar@^6.1.11, tar@^6.1.2:
95039505
version "6.1.12"
95049506
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.12.tgz#3b742fb05669b55671fb769ab67a7791ea1a62e6"

0 commit comments

Comments
 (0)