Skip to content

Commit 6a00210

Browse files
Copilotjbujula
andcommitted
Update nanoid dependency to version 3.3.11
Co-authored-by: jbujula <[email protected]>
1 parent 919097a commit 6a00210

File tree

3 files changed

+102
-5
lines changed

3 files changed

+102
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
"yargs": "^17.7.2"
7676
},
7777
"overrides": {
78-
"@types/node": "~20.19.0"
78+
"@types/node": "~20.19.0",
79+
"nanoid": "3.3.11"
7980
},
8081
"dependencies": {
8182
"@microsoft/powerplatform-cli-wrapper": "^0.1.135",

package.json.backup

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"name": "@microsoft/powerplatform-build-tools",
3+
"version": "2.0.0",
4+
"engines": {
5+
"node": ">=20.0.0"
6+
},
7+
"description": "Azure DevOps tasks for Power Platform",
8+
"main": "index.js",
9+
"files": [
10+
"dist"
11+
],
12+
"scripts": {
13+
"clean": "node node_modules/gulp/bin/gulp.js clean",
14+
"build": "node node_modules/gulp/bin/gulp.js compile --max-old-space-size=5120",
15+
"test": "node node_modules/gulp/bin/gulp.js test",
16+
"ci": "node node_modules/gulp/bin/gulp.js ci --max-old-space-size=5120",
17+
"prepare-pack": "node node_modules/gulp/bin/gulp.js --max-old-space-size=5120 preparePack",
18+
"pack": "node node_modules/gulp/bin/gulp.js pack",
19+
"tfx": "node node_modules/tfx-cli/_build/tfx-cli.js",
20+
"set-git-authn": "node ./setGitAuthN.js",
21+
"set-version": "node node_modules/release-it/bin/release-it --increment patch --ci -VV",
22+
"pub": "node node_modules/gulp/bin/gulp.js publish"
23+
},
24+
"author": "PowerApps-ISV-Tools",
25+
"license": "MIT",
26+
"repository": {
27+
"type": "git",
28+
"url": "https://github.com/microsoft/powerplatform-build-tools"
29+
},
30+
"devDependencies": {
31+
"@types/chai": "^4.3.11",
32+
"@types/debug": "^4.1.12",
33+
"@types/fs-extra": "^11.0.4",
34+
"@types/mocha": "^10.0.6",
35+
"@types/q": "^1.5.8",
36+
"@types/semver": "^7.5.8",
37+
"@types/sinon": "^10.0.16",
38+
"@types/sinon-chai": "^3.2.12",
39+
"@types/sinonjs__fake-timers": "^8.1.5",
40+
"@types/unzip-stream": "^0.3.4",
41+
"@types/webpack": "^5.28.5",
42+
"@typescript-eslint/eslint-plugin": "^5.62.0",
43+
"@typescript-eslint/parser": "^5.62.0",
44+
"chai": "^4.5.0",
45+
"dotenv": "^16.4.5",
46+
"eslint": "^8.50.0",
47+
"eslint-plugin-node": "^11.1.0",
48+
"fancy-log": "^2.0.0",
49+
"find": "^0.3.0",
50+
"glob": "^10.4.1",
51+
"gulp": "^5.0.0",
52+
"gulp-eslint-new": "^2.3.0",
53+
"gulp-mocha": "^8.0.0",
54+
"gulp-sourcemaps": "^3.0.0",
55+
"gulp-typescript": "^6.0.0-alpha.1",
56+
"merge-stream": "^2.0.0",
57+
"mocha": "^10.4.0",
58+
"node-fetch": "^3.3.2",
59+
"path-parse": "^1.0.7",
60+
"ps-list": "^8.1.1",
61+
"release-it": "^16.1.5",
62+
"rewiremock": "^3.14.5",
63+
"sinon": "^16.1.0",
64+
"sinon-chai": "^3.6.0",
65+
"sync-request": "^6.1.0",
66+
"tar": "^6.2.0",
67+
"tfx-cli": "^0.16.0",
68+
"ts-loader": "^9.5.1",
69+
"ts-node": "^10.9.2",
70+
"ts-sinon": "^2.0.2",
71+
"typescript": "^5.4.5",
72+
"webpack": "^5.94.0",
73+
"webpack-cli": "^5.1.4",
74+
"webpack-node-externals": "^3.0.0",
75+
"yargs": "^17.7.2"
76+
},
77+
"overrides": {
78+
"@types/node": "~20.19.0",
79+
"nanoid": "3.3.11"
80+
},
81+
"dependencies": {
82+
"@microsoft/powerplatform-cli-wrapper": "^0.1.135",
83+
"azure-pipelines-task-lib": "^4.13.0",
84+
"brace-expansion": "^2.0.2",
85+
"debug": "^4.3.5",
86+
"fs-extra": "^11.2.0",
87+
"semver": "^7.6.2",
88+
"unzip-stream": "^0.3.4"
89+
},
90+
"bundleDependencies": [
91+
"@microsoft/powerplatform-cli-wrapper",
92+
"azure-pipelines-task-lib",
93+
"fs-extra",
94+
"semver"
95+
]
96+
}

0 commit comments

Comments
 (0)