Skip to content

Commit

Permalink
Update package.json/yarn.lock (#11181)
Browse files Browse the repository at this point in the history
* Update yarn.lock.
* Clean up old/unneeded resolutions.
  • Loading branch information
sean-mcmanus authored Jul 11, 2023
1 parent 2dfbeb1 commit 420b479
Show file tree
Hide file tree
Showing 2 changed files with 458 additions and 233 deletions.
31 changes: 6 additions & 25 deletions Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6020,10 +6020,10 @@
},
"devDependencies": {
"@octokit/rest": "^18.12.0",
"@types/glob": "^7.1.3",
"@types/glob": "^7.1.6",
"@types/minimatch": "^3.0.5",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^10.0.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.9",
"@types/plist": "^3.0.2",
"@types/semver": "^7.1.0",
Expand Down Expand Up @@ -6051,7 +6051,7 @@
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1",
"minimist": "^1.2.7",
"mocha": "^10.1.0",
"mocha": "^10.2.0",
"parse-git-config": "^3.0.0",
"parse5": "^5.1.0",
"parse5-traverse": "^1.0.3",
Expand Down Expand Up @@ -6087,27 +6087,8 @@
"yauzl": "^2.10.0"
},
"resolutions": {
"ajv": "^6.12.3",
"ansi-regex": "^5.0.1",
"browserslist": "^4.16.6",
"decode-uri-component": "^0.2.1",
"eslint": "^8.42.0",
"@types/node": "^18.11.9",
"@types/eslint": "^8.40.2",
"follow-redirects": "^1.14.8",
"glob-parent": "^5.1.2",
"hosted-git-info": "^3.0.8",
"json5": "^1.0.2",
"loader-utils": "^2.0.4",
"minimatch": "^3.0.5",
"minimist": "^1.2.7",
"nanoid": "^3.1.20",
"path-parse": "^1.0.7",
"set-value": "^4.0.1",
"terser": "^5.14.2",
"xml2js": "^0.5.0",
"yargs-parser": "^15.0.1",
"y18n": "^5.0.5",
"typescript": "^5.1.3"
"gulp-mocha/mocha/nanoid": "^3.1.20",
"gulp-mocha/mocha/minimatch": "^3.0.5",
"gulp/**/glob-parent": "^5.1.2"
}
}
Loading

0 comments on commit 420b479

Please sign in to comment.