dependabot[bot] a40902ceef
Bump minimatch and gulp in /samples/react-script-editor-onprem
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together.


Updates `minimatch` from 0.2.14 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v0.2.14...v3.1.2)

Updates `gulp` from 3.9.1 to 4.0.2
- [Release notes](https://github.com/gulpjs/gulp/releases)
- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/gulp/compare/v3.9.1...v4.0.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: gulp
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07 14:19:34 +00:00

42 lines
1.2 KiB
JSON

{
"name": "pnp-script-editor",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"resolutions": {
"natives": "1.1.3",
"@types/react": "15.6.6"
},
"dependencies": {
"@microsoft/load-themed-styles": "^1.4.1",
"@microsoft/sp-core-library": "1.4.1",
"@microsoft/sp-loader": "^1.4.1",
"@microsoft/sp-webpart-base": "1.4.1",
"@types/es6-promise": "0.0.33",
"@types/react": "15.6.6",
"@types/react-dom": "15.5.6",
"@types/webpack-env": "1.13.1",
"office-ui-fabric-react": "^5.118.3",
"react": "15.6.2",
"react-dom": "15.6.2"
},
"devDependencies": {
"@microsoft/sp-build-web": "1.15.2",
"@microsoft/sp-module-interfaces": "1.4.1",
"@microsoft/sp-webpart-workbench": "1.12.1",
"@types/chai": "3.4.34",
"@types/mocha": "2.2.38",
"@types/prop-types": "ts2.4",
"ajv": "~5.2.2",
"gulp": "~4.0.2",
"webpack-bundle-analyzer": "^2.13.1"
},
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test"
}
}