setup-sp/package.json
dependabot[bot] 72134fc037
build(deps-dev): bump webpack from 5.94.0 to 5.105.0 (#25)
Bumps [webpack](https://github.com/webpack/webpack) from 5.94.0 to 5.105.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack/compare/v5.94.0...v5.105.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-version: 5.105.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-07 12:13:34 -05:00

20 lines
475 B
JSON

{
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/tool-cache": "^2.0.1",
"@types/node": "^22.5.1",
"@types/semver": "^7.5.8",
"await-to-js": "^3.0.0",
"semver": "^7.6.3",
"typed-rest-client": "^2.0.2"
},
"devDependencies": {
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"webpack": "^5.105.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "./node_modules/.bin/webpack --config ./webpack.config.js"
}
}