@leverege/build-tools 2.111.0 → 2.111.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leverege/build-tools",
3
- "version": "2.111.0",
3
+ "version": "2.111.1",
4
4
  "description": "A collection of build / support tools for Leverege developers",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -103,12 +103,12 @@
103
103
  "jsdoc": "^4.0.5",
104
104
  "ms": "^2.1.3",
105
105
  "npm-registry-fetch": "^20.0.1",
106
- "ora": "^9.4.0",
106
+ "ora": "^9.4.1",
107
107
  "p-limit": "^7.3.0",
108
108
  "package-up": "^5.0.0",
109
109
  "readline-sync": "^1.4.10",
110
- "semver": "^7.8.4",
111
- "shell-quote": "^1.8.4",
110
+ "semver": "^7.8.5",
111
+ "shell-quote": "^1.9.0",
112
112
  "simple-git": "^3.36.0",
113
113
  "sloc": "^0.3.2",
114
114
  "superstruct": "^2.0.2",
@@ -1,7 +1,7 @@
1
1
  version: 2.1
2
2
 
3
3
  orbs:
4
- leverege: leverege/circle-nodejs-ci@2.0.0
4
+ leverege: leverege/circle-nodejs-ci@2.2.0
5
5
 
6
6
  workflows:
7
7
  build-and-verify:
@@ -18,7 +18,7 @@ import {
18
18
  warning,
19
19
  } from '../Utils.mjs'
20
20
 
21
- const ORB_VERSION = '2.0.0' // Keep this in sync with the versions in circle-npm.yml and circle-yarn.yml
21
+ const ORB_VERSION = '2.2.0' // Keep this in sync with the versions in circle-npm.yml and circle-yarn.yml
22
22
  const CIRCLE_DIR = '.circleci'
23
23
  const CIRCLE_YML = `${CIRCLE_DIR}/config.yml`
24
24
  const CIRCLE_NPM_TEMPLATE = path.join( BUILD_TOOLS_ROOT, 'circle-orb-it', 'circle-npm.yml' )
@@ -1,7 +1,7 @@
1
1
  version: 2.1
2
2
 
3
3
  orbs:
4
- leverege: leverege/circle-nodejs-ci@2.0.0
4
+ leverege: leverege/circle-nodejs-ci@2.2.0
5
5
 
6
6
  workflows:
7
7
  build-and-verify: