@datadog/datadog-ci 1.14.0 → 1.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -41,6 +41,7 @@ prettier,dev,MIT,Copyright © James Long and contributors
41
41
  proxy,dev,MIT,Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
42
42
  proxy-agent,import,MIT,Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
43
43
  rimraf,import,ISC,Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors
44
+ semver,import,ISC,Copyright (c) Isaac Z. Schlueter and Contributors
44
45
  simple-git,import,MIT,Copyright (c) 2015 Steve King
45
46
  ssh2,import,MIT,Copyright (c) Brian White
46
47
  ssh2-streams,import,MIT,Copyright (c) 2014 Brian White
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datadog/datadog-ci",
3
- "version": "1.14.0",
3
+ "version": "1.14.1",
4
4
  "description": "Run datadog actions from the CI.",
5
5
  "repository": "https://github.com/DataDog/datadog-ci",
6
6
  "license": "Apache-2.0",
@@ -69,6 +69,7 @@
69
69
  "js-yaml": "3.13.1",
70
70
  "proxy-agent": "5.0.0",
71
71
  "rimraf": "^3.0.2",
72
+ "semver": "^7.3.7",
72
73
  "simple-git": "3.5.0",
73
74
  "ssh2": "1.9.0",
74
75
  "ssh2-streams": "0.4.10",